@CHARSET "UTF-8";
body {
    overflow-x: hidden;
}

header{
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 85px;
  z-index: 200;
}
.clear{clear:both;}

.Scroll_Tr {
    position: fixed;
    width: 100%;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    will-change: transform;
    transform: translate3d(0px, 0px, 0px);
}
.logo{
    position: absolute;
    top: 50px;
    left: 80px;
    background: url(/img/loogc.png) no-repeat;
    width: 260px;
    height: 80px;
}
.language01{
    position: absolute;
    width: 80px;
    height: 20px;
    left: auto;
    right: 160px;
    top: 70px;
}
.menu{
  position: fixed;
  top: 0;
  right: 0;
  width:100%;
  height:100%;
}
#maodian1{
  width: 60px;
  height: 255px;
  position: fixed;
  right: 62px;
  z-index: 102;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background:none;
}
#page1,#page2{
  position: relative;
  height:1000px;
  width:100%    
}
#page3{
  background:#fff;
  position: relative;
  height:1000px;
  width:100%    
}
#page4{
  position: relative;
  height:1800px;
  width:100%    
}
#page5{
  position: relative;
  height:1080px;
  width:100%    
}
/*
#page1{
  background:#aaa;
}
#page2{
  background:#999;
}
#page3{
  background:#666;
}
#page4{
  background:#333;
}
#page5{
  background:#151515;
}
*/

.bottom{
font-size:14px;
  color:#fff;
}
#c_public_htmlCode-15451262854513139{
width:100%!important;
}
#c_public_htmlCode-15451265992063683{
width:100%!important;
}
.page_1{
    width:100%;
    height: 1000px;
    overflow: hidden;
}
.page_1img{
   /* background-image: url(/img/bgcs01.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    position: absolute;
    top: 0;
      z-index: -100;
}
.page_1img video {
    margin-top: -10px;
  width:100%;
}
.page_1img:before {
    content: "";
    font-size:550px;
    font-family: arial;
    color: rgba(255, 255, 255, 0.1);
    font-weight: 900;
    line-height: 1000px;
    text-align: center;
    width: 100%;
    display: block;
    height: 1080px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.page_2 {
  /*  background-image:url(/img/bag02.jpg);*/
    background-repeat:no-repeat;
    background-position:top left;
    width:100%;
    height: 1000px;
    overflow: hidden;
}
.page_3 {
    background-repeat: no-repeat;
    background-position: top center;
    width:100%;
    height: 1000px;
    overflow: hidden;
}
.page_4 {
    background-repeat:no-repeat;
    background-position:top left;
    width:100%;
    height: 1800px;
    overflow: hidden;
}
.page_5 {
    background-repeat:no-repeat;
    background-position:top left;
    width:100%;
    height: 1080px;
    overflow: hidden;
}

.imgstyle1{
  background-repeat:no-repeat;
  background-position:top center;
}
/*����*/

.nav-content {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 999;
}
.nav-content.hideNav {
    transition:0.5s 1s;
    opacity:.8;
    transform: scale(1,0);
    transform-origin: top;
    transition-timing-function: cubic-bezier(0.65, 0.14, 0.1, 1.07);
    background: rgba(0, 0, 0, 0.1);

}
.nav-content.showNav {
    transition: 1.2s;
    transform: scale(1,1);
    transform-origin: top;
    transition-timing-function: cubic-bezier(0.65, 0.14, 0.1, 1.07);
    opacity: 1;
    background:rgba(30,30,30, 0.9);

}

/*����botton*/
.btn-nav {
    position: fixed;
    top: 50px;
    left: auto;
    right: 80px;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
}
button.btn-nav.animated {
    transition: all .8s cubic-bezier(0.4, 0, 1, 1);
}

.icon-bar {
    display: block;
    margin: 8px 0;
    width: 50px;
    height: 2px;
    background-color:#ff0000;
    transition: all .8s cubic-bezier(0.4, 0, 1, 1);
}
.animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
 	 background-color: #fff;
}
.animated .middle {
    opacity: 0;
}
.animated .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -moz-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotateZ(-45deg);
    -o-transform: translateY(-11px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg);
 	 background-color: #fff;
}

.nav-list {
    list-style: none;
    padding: 0;
    position: relative;
    top: 44%;
    transform: translate(0%,-50%);
}

.nav-item {
    margin: 24px auto;
    text-align: center;
  width:300px;
}

li.nav-item a {
    color: rgba(255, 255, 255, 0.7);
    font-size:26px;
    font-weight: 100;
}

.nav-content.showNav li.nav-item {
    transition:0.6s 0.8s;
    transform: translateY(0%);
    opacity: 1;
  letter-spacing:2px;

}
.nav-content.hideNav li.nav-item {
    transition: 1s;
    transform: translateY(-120%);
    transition-timing-function: cubic-bezier(0.63, 0.23, 0.4, 0.85);
    opacity: 0;
    letter-spacing:15px;
    filter: blur(5px);

}
.nav-content.showNav li.nav-item:nth-child(1){
    transition:0.6s 0.8s;
}

.nav-content.showNav li.nav-item:nth-child(2){
    transition:0.6s 1s;
}

.nav-content.showNav li.nav-item:nth-child(3){
    transition:0.6s 1.2s;
}

.nav-content.showNav li.nav-item:nth-child(4){
    transition:0.6s 1.4s;
}

.nav-content.showNav li.nav-item:nth-child(5){
    transition:0.6s 1.6s;
}
.nav-content.showNav li.nav-item:nth-child(6){
    transition:0.6s 1.8s;
}
.nav-content.showNav li.nav-item:nth-child(7){
    transition:0.6s 2s;
}
.nav-content.showNav li.nav-item:nth-child(8){
    transition:0.6s 2.2s;
}

li.nav-item:after {
    width:10px;
    height: 2px;
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.43);
    position: absolute;
    left: 30%;
    margin-left: -50px;
    top: 15px;
    transition: 0.5s;
}

li.nav-item:hover:after {
  background: #fff;
    width:30px;
    transition: 0.5s;
}
li.nav-item:hover a{
  color: #fff;
}

/*��������*/

/*1p����*/
.bannertxt {
    position: absolute;
    width: 800px;
    height: 300px;
    margin-left: 10%;
 	 overflow: hidden;
}
.bannertxt .c_complaintPage_detail-01001.scrollc {
    transition:1.5s 1s;
    transition-timing-function:cubic-bezier(0.52, 0.1, 0.56, 0.89);
    transform: translate(0px,0px);
    opacity: 1;
}
.bannertxt .c_complaintPage_detail-01001{
    transition: 2s;
    transition-timing-function: cubic-bezier(0.65, 0.14, 0.1, 1.07);
    transform: translate(0px,100px);
    opacity:0;
}
.z_line{
    position: absolute;
    margin-left: 10%;
	 width: 100px;
 	 height: 2px;
       top: 700px;
}
.z_line.scrolla .bcs01{
    transition:2s;
 	 background-color: rgb(255, 255, 255);
    margin-top:100px;
	 width: 100px;
 	 height: 2px;
  	 opacity: 0;
}
.z_line.scrolla.scrollb .bcs01{
 	 transition:1.5s 2s;
    transition-timing-function:cubic-bezier(0.52, 0.1, 0.56, 0.89);
    margin-top:30px;
  	 opacity:1;
}
.fanhuilist{
    left:auto;
    right: 100px;
    bottom: 80px;
    position: fixed;
    z-index: 188;
    display: block;
    height: 60px;
    overflow: hidden;
    border-radius: 30px;
    line-height: 60px;
    width: 160px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    transition:0.6s;
}
.fanhuilist a{
    display: block;
    height: 60px;
    line-height: 60px;
    width: 160px;
    text-align: center;
    color:#fff;
    font-size:14px
}
.fanhuilist:hover{
    background: rgb(214, 49, 45);
    transition:0.6s;
}

.scroll_line {
    margin-left: 80px;
    bottom: 10px;
    position: fixed;
    z-index: 188;
    display: block;
    height: 100px;
    overflow: hidden;
}
.scroll_line span{
    color: #fff;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    width: 20px;
    margin: 18px 0 0 6px;
}
.scroll_line:after{
    content:'';
    width: 2px;
    width:3px;
    height: 100%;
    background:red;
    animation: myfirst 3s steps(1000) infinite;
    display: block;
}

@keyframes myfirst
{
0% { -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    }

100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    }
}

/*2p*/

.p_complaintPageDetails h1 .font {
    font-size: 45px;
    color: #333;
    line-height: 160px;
    text-align: left;
}
#c_complaintPage_detail-15465147712198434 .reset_style {
    font-size: 14px;
    line-height: 32px;
    text-align: left;
}
div#c_complaintPage_detail-15465159362227324 {
    position: absolute;
    left: 0;
    width: 70%;
}
div#c_complaintPage_detail-15465980981507378 {
    position: absolute;
    left: 0;
    width: 50%;
}
div#c_complaintPage_detail-15465147712198434 {
    position: absolute;
    width: 43%;
    min-height: 600px;
    height:100%;
    top:0;
    right: 0;
    padding-right:10em;
    padding-left:6em;
    background: #fff;
}

#c_complaintPage_detail-15465982526230904 .reset_style {
    font-size: 14px;
    line-height: 32px;
    text-align: left;
}
div#c_complaintPage_detail-15465982526230904 {
    position: absolute;
    width: 50%;
    min-height: 600px;
    height:100%;
    top:0;
    right: 0;
    padding-right:10em;
    padding-left:6em;
    background: #fff;
}

.resetHtmlCssStyle img {
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: top center;
    height: 1080px;
    overflow: hidden;
}
.more01{
    background: #f3f3f3;
    position: relative;
    width: 220px;
    text-align: center;
    margin-top: 80px;
    font-size: 14px;
    height: 60px;
}
.more01 a{
    display:block;
    text-align: center;
    margin-top: 80px;
    font-size: 14px;
    line-height: 60px;
}
.more01 a:hover{
    color:#333;

}

.more01:hover:after{
    content: '';
    display:block;
    height: 2px;
    width:40px;
    background: #333;
    animation: coloryd 1s;
    position: absolute;
    top: 29px;
}
.more01:after{
    content: '';
    display:block;
    height: 2px;
    width:0px;
    background: #333;
    position: absolute;
    top: 29px;
    animation: sasaca 1s;
}


@keyframes coloryd
{
0% {width:0px;
  }

100% {width: 40px;
  background: #333;
  }
}

@keyframes sasaca
{
100% {width:0px;
  background: #dedede;
  }

0% {width: 40px;
  background: #333;
  }
}
.swiper-container > .swiper-wrapper, .swiper-container > .swiper-wrapper .swiper-slide{
    transition-timing-function: cubic-bezier(0.6, 0.01, 0.4, 0.99);
    transition-delay:0.2s;
    will-change: transform;
    transition-duration: 0.7s!important;
}

.swiper-slide .c_complaintPage_detail-01001{
    transition-duration: 2.5s;
    transform: perspective(1000px) translate3d(0%,0px,0px);
}


.swiper-slide-active .c_complaintPage_detail-01001{
    transition-duration: 2.5s;
    transform: perspective(1000px) translate3d(0%,0px,0px);
}


.swiper-slide.swiper-slide-next .c_complaintPage_detail-01001{
    transition-duration: 2.5s;
    transform: perspective(1000px) translate3d(10%,0px,-300px);
}


.swiper-slide.swiper-slide-prev .c_complaintPage_detail-01001{
    transition-duration: 2.5s;
    transform: perspective(1000px) translate3d(10%,0px,-300px);
}
/*����page2*/
.page_2 .swiper-button-prev,.swiper-container-rtl .swiper-button-next{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left:0px;
  right:auto}
.page_2 .swiper-button-next,.swiper-container-rtl .swiper-button-prev{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right:0px;
  left:auto}
.page_2 .swiper-button-next, .page_2 .swiper-button-prev {
    top:auto;
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 80px;
    z-index: 10;
    cursor: pointer;
    background-size: 18px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #d6312d;
}
.scrollswp01 {
    position: absolute;
    width: 160px;
    height: 80px;
    bottom: 80px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0%);
}
.page_2 .swiper-container-horizontal>.swiper-pagination-bullets, .page_2 .swiper-pagination-custom, .page_2 .swiper-pagination-fraction {
    bottom: 120px;
    left: auto;
    width: 50%;
    right: 0;
}
.page_2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:-8px 50px;
}
.page_2 .swiper-pagination:after {
    content: '';
    display: block;
    height: 1px;
    background:rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: -1px;
    margin-left: -50px;
  
    z-index: -100;
    position: absolute;
}
.page_2 .swiper-button-next.swiper-button-disabled, .page_2 .swiper-button-prev.swiper-button-disabled {
    opacity:0.6;
    cursor: auto;
    pointer-events: none;
}
.page_2 .swiper-pagination {
    text-align: left;
    padding-left: 130px;
}
.page_2 .swiper-pagination-bullet {
    opacity: 1;
    background: rgb(214, 49, 45);
    z-index: 100;
}
.page_2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff!important;
}
.page_2 .swiper-pagination-bullet:after{
    content: '';
    display: block;
    height: 11px;
    width: 11px;
    background: rgb(214, 49, 45);
    border-radius: 50%;
    transform: scale(0);
    animation:fanhui0 0.5s;
}
.page_2 .swiper-pagination-bullet-active:after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(214, 49, 45);
    position: relative;
    top: -14.5px;
    left: -14.5px;
    animation:bigsit 0.5s;
    z-index: -10;
    transform: scale(1);
}

@keyframes bigsit
{
from {transform: scale(0);}
to {transform: scale(1);}
}
@keyframes sigsit
{
from {transform: scale(1);}
to {transform: scale(0);}
}


#c_complaintPage_detail-15465980981507378 .imgstyle1 {
    width: 90%;
    margin-left: 0%;
    height: 1080px;
    overflow: hidden;
}
#c_complaintPage_detail-15465159362227324 .imgstyle1 {
    width: 100%;
    height: 1080px;
    overflow: hidden;
}


/*3p*/

.page_3 .swiper-container.banner_zy.swiper-container-horizontal img {
    width: 1920px;
    min-height: 1000px;
    margin: 0 auto;
}
.swipertextas {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 550px;
    text-align: left;
      z-index: 999;
}

.txt1 {
    position: relative;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    margin-bottom:  60px;
}

.txt2 {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}
.page_3 .swiper-slide {
    overflow: hidden;
}
/*����page3*/
.swiperbuttsa {
    position: absolute;
    width: 120px;
    height: 80px;
    bottom: 39px;
    z-index: 99;
    left: 10%;
    top: 626px;
}
.page_3 .swiper-button-prev,.swiper-container-rtl .swiper-button-next{
  background-image: url(/img/tuoyuan02.png);
  left:0px;
  right:auto;
  }
.page_3 .swiper-button-next,.swiper-container-rtl .swiper-button-prev{
  background-image: url(/img/tuoyuan01.png);
  right:0px;
  left:auto;
  }

.page_3 .swiper-button-next, .page_3 .swiper-button-prev {
    top: auto;
    position: absolute;
    bottom: 0;
    width: 51px;
    height: 51px;
    z-index: 10;
    cursor: pointer;
    background-size: 51px;
    background-position: center;
    background-repeat: no-repeat;
    border:3px solid #ffffff;
    border-radius: 50%;
}

.page_3 .swiper-container-horizontal>.swiper-pagination-bullets, .page_3 .swiper-pagination-custom, .page_3 .swiper-pagination-fraction {
    bottom: 110px;
    width: 100%;
    left: 10%;
      margin-left: -70px;
}
.page_3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 75px;
}
.page_3 .swiper-pagination-bullet:after {
    content: '';
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    width: 80px;
    margin-top: 5px;
    margin-left: 46px;
    z-index: -100;
    position: absolute;
}
.page_3 .swiper-button-next.swiper-button-disabled, .page_3 .swiper-button-prev.swiper-button-disabled {
    opacity:0.6;
    cursor: auto;
    pointer-events: none;
}
.page_3 .swiper-pagination {
    text-align: left;
}
.page_3 .swiper-pagination-bullet-active{
    border-radius: 50%;
    background: rgba(255, 255, 255, 1)!important;
    }

.page_3 .swiper-pagination-bullet {
    opacity: 1;
    background: rgb(255, 255, 255);
    z-index: 100;
}

.page_3 .swiper-pagination-bullet:before {
    content: '';
    display: block;
    height: 11px;
    width: 11px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: absolute;
    transform: scale(1);
    animation:fanhui0 0.5s;
}
.page_3 .swiper-pagination-bullet-active:before {
    content: '';
    transform: scale(3);
    display: block;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: absolute;
    animation:baisedh 0.5s;
}
    
@keyframes baisedh
{
from {transform: scale(1);}
to {transform: scale(3);}
}
@keyframes fanhui0
{
from {transform: scale(3);}
to {transform: scale(1);}
}



/*p5*/
.imgss {
background-image: url(/repository/image/HOLr7bPESCKvo1KVR7II5A.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 1080px;
    overflow: hidden;
}
.pa5imgss {
    width: 50%;
    position: absolute;
    left: 0;
  
}
/*
.imgss.scrolla:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(199, 14, 0, 0.25);
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: all 2000ms ease-out;
    transition: all 2000ms ease-out;
}
.imgss.scrolla.scrollb:before {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
*/

div#c_complaintPage_detail-15469398094760682 {
    width: 47%;
    position: absolute;
    right: 0;
    padding-left: 2%;
      left: auto;
}
/*
div#c_complaintPage_detail-15469414893939930 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 50px;
    bottom: 0;
    padding-left: 80px;
    padding-top: 13px;
    z-index: 203;
    background: rgba(255, 255, 255, 0.68);
    border-top: 1px rgba(0, 0, 0, 0.05) solid;
}*/
.bottomnsj {
  position: relative;
    margin-top:50px;
    width: 100%;
    left: 0;
    right: 0;
    height: 46px;
    bottom: 0;
    padding-left: 80px;
    padding-top: 13px;
    z-index: 203;
    background: rgba(255, 255, 255, 0.68);
    border-top: 1px rgba(0, 0, 0, 0.05) solid;
}
.page_5 div#c_complaintPage_detail-15469414893939930 {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    height: 50px;
    bottom: 0px;
    padding-left: 80px;
    padding-top: 13px;
    z-index: 203;
    background: rgba(255, 255, 255, 0.68);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/*��ҳ*/

.neiyefont {
    text-align: center;
    width: 100%;
  color:#fff;
}

.neiyefont.atitle01 {
    font-size: 22px;
    height: 30px;
}

.neiyefont.atitle02 {
    font-size: 60px;
    font-weight: 900;
    font-style:  italic;
    font-family:  Arial;
    height: 150px;
    line-height: 60px;
}

.neiyefont.atitle03 {
    font-size: 32px;
    line-height: 38px;
    height: 300px;
}
/*��ҳ����ͼ*/
.boxbg {
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    position: absolute;
    z-index: -100;
}
.cimgd0{
    background-image:  url(/img/bgksanf.jpg);
}
.cimgd1{
    background-image:  url(/repository/image/eiSx9YfYRMubWR2umML5mw.jpg);
}
.cimgd2{
    background-image:  url(/repository/image/rZUiC62pQn-UGursruDTCQ.jpg);
}
.cimgd3{
    background-image:  url(/repository/image/b_bIdT2WTX-KaqELhl1RWQ.jpg);
}
.cimgd4{
    background-image:  url(/repository/image/1Gxba1T2TEG7Zw92y6Odpw.jpg);
}
.cimgd5{
    background-image:  url(/repository/image/zV8vikaRScKllHSLsVrbQg.jpg);
}

.cimgd6{
    background-image:  url(/repository/image/b_bIdT2WTX-KaqELhl1RWQ.jpg);
}



div#c_complaintPage_detail-15471864623110754 {
    position: absolute;
    z-index: 10;
}

.beijingimg {
    position: fixed;
    top: 0;
    width: 100%;
    right:auto;
    left:0;
    height: 1000px;
    z-index: -200;
}
.beijingimgnews{
    position: fixed;
    top: 0;
    width: 100%;
    right:auto;
    left:0;
    height: 1000px;
    z-index: -200;
    overflow: hidden;
}

.contobox {
    margin-top:1000px;
	 height: auto;
    min-height: 800px;
    position: relative;
    left: 40%;
    padding-left: 8%;
    right: 0;
    width: 47.2%;
    background: #fff;
  padding-top: 150px;
}
.c_intro_detail-01001 .resetHtmlCssStyle div {
    font-size: 14px;
    line-height: 1.8;
}

.boxbgcc {
    position: fixed;
    text-align: left;
    width: 100%;
    font-family: '����';
    font-size: 40px;
    color: #616161;
    top: 320px;
    left:133%;
    z-index: -300;
}
/*�������Ƿ���*/
.c_intro_category-01001001 {
    position: relative;
    width: 280px;
    margin: 0 auto;
    /*left: 50%;
    transform: translate(-50%,0%);*/
}

/*����*/
.newslistbox {
    padding-top: 160px;
    margin-top:800px;
	 height: auto;
    min-height: 1800px;
    position: relative;
    padding-left:8%;
    padding-right:8%;
    right: 0;
    width:100%;
    background: #fff;
}
.newsDetailsbox {
   opacity:0;
    padding-top: 50px;
    margin-top: 800px;
    height: auto;
    min-height:800px;
    position: relative;
    padding-left:8%;
    padding-right:8%;
    right: 0;
    width:100%;
    background: #fff;
}
.titbga{
top:60%;
}
.feleiab{
top:600px;
}

/*��Ʒ*/
.prolistbox {
    opacity:0;
    margin-top:10%;
	 height:780px;
    position: relative;
    right: 0;
    width:100%;
    background:none;
}
.prolistbox .swiper-button-prev,.swiper-container-rtl .swiper-button-next{
  background-image: url(/img/tuoyuan02.png);
  left:3%;
  right:auto;
  }
.prolistbox .swiper-button-next,.swiper-container-rtl .swiper-button-prev{
  background-image: url(/img/tuoyuan01.png);
  right:3%;
  left:auto;
  }

.prolistbox .swiper-button-next, .prolistbox .swiper-button-prev {
    top: 50%;
    margin-top:-25px;
    position: absolute;
    width: 51px;
    height: 51px;
    z-index: 10;
    cursor: pointer;
    background-size: 51px;
    background-position: center;
    background-repeat: no-repeat;
    border:3px solid #ffffff;
    border-radius: 50%;
}
.prolistbox .swiper-slide {
    transform: matrix(1, 0, -0.1, 1, 0, 0) scale(0.7);
}
.prolistbox .swiper-slide.swiper-slide-active{
    transform: matrix(1, 0, -0.1, 1, 0, 0) scale(1);
}
/*����*/
#loading{
    position:fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 99999;
}

#loading.scrolla{
    width: 100%;
    height: 100%;
    transition:1s;
    background: #222;

    transform: scale(1,1);
    transform-origin: bottom;
    transition-timing-function: ease-in-out;
}
#loading.scrolla.intron{
    transition:1s 1s;
    opacity: 1;
    transform: scale(1,0);
    transform-origin: bottom;
    transition-timing-function: cubic-bezier(0.96, 0.26, 0.22, 0.74);
}

#loading.intron .logolg {
    transition:0.5s;
    position: absolute;
    background: url(/img/logored.png) no-repeat;
    width: 235px;
    height: 36px;
    top: 35%;
    left: 50%;
    opacity:0;    transform: translate(-50%, 0%);
  
}
.logolg {
    position: absolute;
    background: url(/img/logored.png) no-repeat;
    width: 235px;
    height: 36px;
    top:30%;
    left: 50%;
    opacity:0;    
transform: translate(-50%, -50%);
  transition:2s;
}
.scrollc .logolg {
  transition:2s;
    position: absolute;
    background: url(/img/logored.png) no-repeat;
    width: 235px;
    height: 36px;
    top:39%;
    left: 50%;
    opacity:1;    transform: translate(-50%, -50%);
}


.intron .loading111 {
   transition:0.5s;
   text-align: center;
   width: 100%;
   position: absolute;
   top: 50%;
   opacity:0;
}
.loading111{
   transition:1.5s 3s;
   text-align: center;
   width: 100%;
   position: absolute;
   top: 50%;
   opacity:1;
 }

.loader {
  /* position: absolute; */
  text-align: center;
  /* width: 100%; */
  /* height: 2em; */
  /* top: 50%; */
  /* margin-top: -1em; */
}
.loader_letter {
  text-transform: uppercase;
  color: #999;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  padding: 0 .2em;
  font-size: 2em;
  line-height: 1;
  position: relative;
  display: inline-block;
  animation: bounce 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;
}
.loader_letter:nth-child(1) {
  animation-delay: 0s;
}
.loader_letter:nth-child(2) {
  animation-delay: 0.05s;
}
.loader_letter:nth-child(3) {
  animation-delay: 0.1s;
}
.loader_letter:nth-child(4) {
  animation-delay: 0.15s;
}
.loader_letter:nth-child(5) {
  animation-delay: 0.2s;
}
.loader_letter:nth-child(6) {
  animation-delay: 0.25s;
}
.loader_letter:nth-child(7) {
  animation-delay: 0.3s;
}

@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-1em);
  }
}
@keyframes hue {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

