@charset "utf-8";
@font-face {      font-family: 'UniversLTStd';      
src: url('UniversLTStd.eot'); /* IE9 Compat Modes */      
src: url('UniversLTStd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('UniversLTStd.woff') format('woff'), /* Modern Browsers */              
url('UniversLTStd.otf')  format('truetype'), /* Safari, Android, iOS */              url('UniversLTStd.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'UniversLTStd-BlackEx';      
src: url('UniversLTStd-BlackEx.eot'); /* IE9 Compat Modes */      
src: url('UniversLTStd-BlackEx.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('UniversLTStd-BlackEx.woff') format('woff'), /* Modern Browsers */              
url('UniversLTStd-BlackEx.otf')  format('truetype'), /* Safari, Android, iOS */              url('UniversLTStd-BlackEx.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'UniversLTStd-XBlackObl';      
src: url('UniversLTStd-XBlackObl.eot'); /* IE9 Compat Modes */      
src: url('UniversLTStd-XBlackObl.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('UniversLTStd-XBlackObl.woff') format('woff'), /* Modern Browsers */              
url('UniversLTStd-XBlackObl.otf')  format('truetype'), /* Safari, Android, iOS */              url('UniversLTStd-XBlackObl.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'MaisonNeue-Medium';      
src: url('MaisonNeue-Medium.eot'); /* IE9 Compat Modes */      
src: url('MaisonNeue-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('MaisonNeue-Medium.woff') format('woff'), /* Modern Browsers */              
url('MaisonNeue-Medium.otf')  format('truetype'), /* Safari, Android, iOS */              url('MaisonNeue-Medium.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

body {
  font-family: 'UniversLTStd', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background-color: #db011c;
    border-color: #5F5D5D;
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
	padding-left:30px;
	padding-right:30px;
    line-height: 51px;
}

.nav {
    padding-left: 66px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
	  background: -webkit-linear-gradient(left, #3c3b3b , #271d1b); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #3c3b3b, #271d1b); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #3c3b3b, #271d1b); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #3c3b3b , #271d1b); /* ��׼���﷨ */
	-moz-transform: skew(-20deg);
-webkit-transform: skew(-20deg);
-ms-transform: skew(-20deg);
transform: skew(-20deg);
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}


.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
	position:relative;
	font-size:16px;
	font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

   .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }


.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	
.kq1 {-webkit-animation-delay: 0.4s;}
.kq2 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq3 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq4 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq5 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq6 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}

.kuanping {
   width:1630px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.dingbu {
   height:auto; overflow:hidden;
   line-height:31px;
   color:#FFFFFF;
   font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
   text-align:right;
   background: -webkit-linear-gradient(#3f3f3f, #342f2e); /* Safari 5.1 - 6.0 */
   background: -o-linear-gradient(#3f3f3f, #342f2e); /* Opera 11.1 - 12.0 */
   background: -moz-linear-gradient(#3f3f3f, #342f2e); /* Firefox 3.6 - 15 */
   background: linear-gradient(#3f3f3f, #342f2e); /* ��׼���﷨ */  
   }

.banner img {
   width:100%;
   }
   
.search1 {
   margin-top:12px;
   width:323px;
   border-radius: 6px;
   float:right;
   }
   
.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
    height: 44px;
    font-size: 14px;
    padding-left: 10px;
    border: 1px #FFFFFF solid;
	font-size:16px;
	color:#bebebe;
    width: 85%;
	border-radius: 0 6px 6px 0;
}   

.search1 .btn {
    height: 44px;
    margin: 0;
    background: #FFFFFF;
    border-radius: 6px 0 0 6px;
    color: #000000;
	font-size:18px;
    text-align: center;
    width: 15%;
}

ul {
   padding:0px;
   margin:0px;
   }
   
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 52px;
    left: 5%;
    width: 200px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.banner .swiper-pagination-bullet {
 width:40px;
 height:27px;
 display:inline-block;
 background:url(../images/dian1.png);
 background-size: 100% 100%;
 border-radius:0;
 opacity:1;
}
   
.banner .swiper-pagination-bullet-active {
 width:40px;
 height:27px;
 opacity:1;
 background:url(../images/dian2.png);
 background-size: 100% 100%;
} 

.stayer.fixed {
    position: fixed;
	width:100%;
    top: 0px;
	z-index:9;
}

.jiazhi {
   height:auto; overflow:hidden;
   padding-top:20px;
   padding-bottom:40px;
   font-size:45px;
   text-align:center;
   font-family: 'UniversLTStd-XBlackObl', Helvetica, Arial, sans-serif;
   color:#FFFFFF;
   background-color:#333333;
   margin-top:12px;
   }
   
   
.cplei {
    height: auto;
    overflow: hidden;
} 

.flrow {
   height:auto; overflow:hidden;
   margin-left:-5px;
   margin-right:-5px;
   }
   
.flrow li {
   list-style-type:none;
   width:50%;
   padding-left:5px;
   padding-right:5px;
   float:left;
   } 
   
.cpkk {
   position:relative;
   height:auto; overflow:hidden;
   }  
   
.cpkk-zi {
   position:absolute;
   width:330px;
   height:auto; overflow:hidden;
   background-color:rgba(0,0,0,.8);
   color:#FFFFFF;
   padding:25px;
   left:64px;
   bottom:38px;
   animation: heart 0.8s ease-in-out 0.8s infinite alternate;
   z-index:2;
   }
   
.cpkk-zi h2 {
   font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:38px;
   }
   
   
.cpkk-more {
   width:167px;
   height:42px;
   line-height:42px;
   font-size:12px;
   font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
   text-align:center;
   background-color:#db011c;
   color:#FFFFFF;
   }
   

   
.cpkk a i {
    display: block;
    position: relative;
    overflow: hidden;
    font-style: normal;
}

.cpkk a i img{
	transition: .3s;
}
.cpkk a:hover i img{
	transform: scale(1.05);
}
.cpkk a i:before{
	content: "";
	display: block;
	width: 0;
	height: 10px;
	background: #db011c;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 7;
}
.cpkk a:hover i:before{
	width: 100%;
}
.cpkk a i:after{
	content: "";
	display: block;
	width: 10px;
	height: 0;
	background: #db011c;
	position: absolute;
	top: 0;
	right: 0;
	transition: .3s;
	z-index: 7;
}
.cpkk a:hover i:after{
	height: 100%;
}
.cpkk a i b:before{
	content: "";
	display: block;
	width: 10px;
	height: 0;
	background: #db011c;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
	z-index: 7;
}
.cpkk a:hover b:before{
	height: 100%;
}
.cpkk a i b:after{
	content: "";
	display: block;
	width: 0;
	height: 10px;
	background: #db011c;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: .3s;
	z-index: 7;
}
.cpkk a:hover b:after{
	width: 100%;
}
.cpkk a b p{
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 6;
	transition: .3s;
	position: absolute;
	font-weight: normal;
	font-size: 1.6rem;
	justify-content: center;
	color: #fff;
	opacity: 0;
}
.cpkk a:hover b p{
	opacity: 1;
}   
   
   
   
.cpkk img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpkk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkk section {
   overflow: hidden;
   }	 
	
section {
    display: block;
}

.flgun {
   height:auto; overflow:hidden;
   margin-top:10px;
   margin-bottom:10px;
   }
   
.cpfl {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.cpfl img {
   width:100%;
   }
   
.cpfl-zi {
   position:absolute;
   width:100%;
   height:auto; overflow:hidden;
   line-height:70px;
   font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#FFFFFF;
   background-color:rgba(0,0,0,.6);
   padding-left:35px;
   left:0px;
   bottom:0px;
   z-index:2;
   }
   
.flgun .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 58px;
    height: 58px;
    margin-top: -22px;
	left:65px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 58px 58px;
    background-position: center;
    background-repeat: no-repeat;
}

.flgun .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 58px;
    height: 58px;
    margin-top: -22px;
	right:65px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 58px 58px;
    background-position: center;
    background-repeat: no-repeat;
}

.cpfl img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpfl:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpfl section {
   overflow: hidden;
   }
   
.cpfl a:hover .cpfl-zi {
   background-color:rgba(219,1,28,.6);
   }
   
.chanpin {
   height:auto; overflow:hidden;
   padding-top:60px;
   padding-bottom:66px;
   background-color:#f2f2f2;
   }
   
.chanpin h2 {
   font-family: 'UniversLTStd-XBlackObl', Helvetica, Arial, sans-serif;
   font-size:40px;
   font-style: italic;
   text-align:center;
   color:#323232;
   margin-top:0px;
   margin-bottom:52px;
   }
   
.cptu {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   position:relative;
   font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
   padding:20px;
   }
   
.cpnews1 {
   position:absolute;
   width:56px;
   height:28px;
   line-height:28px;
   background-color:#db011c;
   color:#FFFFFF;
   font-size:14px;
   text-align:center;
   top:20px;
   right:20px;
   }
   
.cpnews0 {
    display: none;
}
   
.cptu h3 {
   font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#bebebe;
   text-align:center;
   margin-top:10px;
   margin-bottom:16px;
   }
   
.cptu-zi {
   height:auto; overflow:hidden;
   text-align:center;
   font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
   font-size:14px;
   line-height:23px;
   }
   
.cpmore {
   width:130px;
   height:40px;
   line-height:40px;
   font-size:13px;
   text-align:center;
   color:#FFFFFF;
   background-color:#000000;
   margin:30px auto 0px;
   }
   
.cptu a:hover .cptu-zi {
   color:#db011c;
   }
   
.cptu a:hover .cpmore {
   background-color:#db011c;
   }
   
.cptu img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cptu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptu section {
   overflow: hidden;
   }
   
.chanpin .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 58px;
    height: 58px;
    margin-top: -22px;
	left:65px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 58px 58px;
    background-position: center;
    background-repeat: no-repeat;
}

.chanpin .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 58px;
    height: 58px;
    margin-top: -22px;
	right:65px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 58px 58px;
    background-position: center;
    background-repeat: no-repeat;
}  

.abbj {
   height:auto; overflow:hidden;
   padding:90px;
   padding-top:115px;
   padding-left:115px;
   background-color:#131313;
   }
   
.abtt {
   height:auto; overflow:hidden;
   }
   
.abbj-aa {
   width:27.7%;
   font-size:16px;
   line-height:29px;
   color:#FFFFFF;
   float:left;
   }
   
.abbj-aa h2 {
   font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
   font-size:34px;
   color:#FFFFFF;
   margin-top:30px;
   margin-bottom:25px;
   }
   
.abmore {
    margin-top:20px;
}

.abmore a {
    display: block;
    width:140px;
    height: 40px;
    line-height:40px;
    text-align: center;
    color: #FFFFFF;
    background-color: #be0514;
}

.abmore a:hover {
    background-color: #8a0b15;
}
   
.hongse {
   color:#db011c;
   }
   
.abbj-bb {
   width:69.8%;
   float:right;
   }
   
.dtww {
   position:relative;
   }
   
.dtww img {
   width:100%;
   }
   
.shansuo dl dt,.shansuo dl dd{
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #db011c;
}
.shansuo dl dd{
	width: 12px;
	height: 12px;
}
@media (max-width:992px) {
	.shansuo{
		width: 100%;
	}
	.shansuo dl dt,.shansuo dl dd{
		width: 12px;
		height: 12px;
	}
	.shansuo dl dd{
		width: 10px;
		height: 10px;
	}
}
.shansuo dl dt:nth-child(1){
    top: 43%;
    left: 36.3%;
	background: #db011c;
}
.shansuo dl dd:nth-child(2){
    top: 28.5%;
    left: 4.3%;
}
.shansuo dl dd:nth-child(3) {
    top: 79%;
    left: 11.3%;
}
.shansuo dl dd:nth-child(4) {
    top: 33%;
    left: 6%;
}
.shansuo dl dd:nth-child(5) {
    top: 30%;
    left: 7.7%;
}
.shansuo dl dd:nth-child(6) {
    top: 34%;
    left: 16.8%;
}
.shansuo dl dd:nth-child(7) {
    top: 23.2%;
    left: 28%;
}
.shansuo dl dd:nth-child(8) {
    top: 37%;
    left: 42%;
}

.shansuo dl dd:nth-child(9) {
    top: 24.2%;
    left: 74.3%;
}

.shansuo dl dd:nth-child(10) {
    top: 49.5%;
    left: 76%;
}

.shansuo dl dd:nth-child(11) {
    top: 40.5%;
    left: 81.6%;
}

.shansuo dl dd:nth-child(12) {
    top: 66.5%;
    left: 90%;
}

.shansuo dl dd:nth-child(13) {
    top: 73.8%;
    left: 87.3%;
}

.shansuo dl dd i,.shansuo dl dt i{
	position: relative;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(219,1,28,0),rgba(219,1,28,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
}

.shansuo dl dd i,.shansuo dl dd i {
	position: relative;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(219,1,28,0),rgba(219,1,28,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
   }

.shansuo dl dt i{
	width: 20px;
	height: 20px;
}
@media (max-width:992px) {
	.shansuo dl dd i,.shansuo dl dt i{
		width: 10px;
		height: 10px;
	}
	.shansuo dl dt i{
		width: 12px;
		height: 12px;
	}
}
@keyframes roateshow
{
	0% {transform: scale(0);opacity: 0;}
	50% {transform: scale(2);opacity: 1;}
	100% {transform: scale(4);opacity: 0;}
}
@-webkit-keyframes roateshow
{
	0% {transform: scale(0);opacity: 0;}
	50% {transform: scale(2);opacity: 1;}
	100% {transform: scale(4);opacity: 0;}
}
@keyframes toright
{
	0% {padding-left:0;}
	50% {padding-left:30px;}
	100% {padding-left:0;}
}
@-webkit-keyframes toright
{
	0% {padding-left:0;}
	50% {padding-left:30px;}
	100% {padding-left:0;}
}

.abxx {
   width:1654px;
   height:auto; overflow:hidden;
   margin:20px auto 0px;
   }
   
.abrow {
   margin-left:-49px;
   margin-right:-49px;
   }
   
.abrow li {
   list-style-type:none;
   width:33.3%;
   padding-left:49px;
   padding-right:49px;
   float:left;
   }
   
.abkk {
   height:auto; overflow:hidden;
   color:#FFFFFF;
   background-color:#393939;
   } 
   
.abkk-aa {
   width:122px;
   height:auto; overflow:hidden;
   line-height:122px;
   float:left;
   text-align:center;
   background-color:#be0514;
   }  
   
.abkk-bb {
   width:70%;
   padding-left:15px;
   padding-top:25px;
   float:left;
   }
   
.abkk-bb h3 {
   font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.youxiang {
    height: auto;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 30px;
    color: #FFFFFF;
    background-color: #2c2c2c;
}  

.yxaa {
   width:22.6%;
   font-size:21px;
   line-height:40px;
   float:left;
   } 
   
.yxbb {
   width:64.375%;
   float:left;
   }
   
.yxrow {
   margin-left:-9px;
   margin-right:-9px;
   }
   
.yxrow li {
   list-style-type:none;
   width:33.3%;
   padding-left:9px;
   padding-right:9px;
   float:left;
   }
   
.kk {
   height:40px;
   color:rgba(57,57,57,.3);
   background-color:#FFFFFF;
   border:1px solid #FFFFFF;
   border-radius:0;
   }
   
.yxcc {
   width:140px;
   float:right;
   } 
   
.anniu {
   width:100%;
   height:40px;
   text-align:center;
   border-radius:0;
   color:#FFFFFF;
   background-color:#cc0000;
   border:1px solid #cc0000;
   }

.bottom {
   height:auto; overflow:hidden;
   font-size:16px;
   line-height:36px;
   color:rgba(255,255,255,.6);
   background-color:#333333;
   padding-top:33px;
   }
   
.bottom a {
   color:rgba(255,255,255,.6);
   }
   
.bottom a:hover {
   color:rgba(255,255,255,1);
   }
   
.bottom h2 {
   font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#FFFFFF;
   margin-top:8px;
   margin-bottom:25px;
   }
   
.cpdd {
   height:auto; overflow:hidden;
   }
   
.cpdd li {
   list-style-type:none;
   width:50%;
   line-height:36px;
   float:left;
   }
   
.lxwm {
   font-size:14px;
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   }
   
.banquan {
   width:1260px;
   height:auto; overflow:hidden;
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   font-size:14px;
   line-height:60px;
   color:rgba(255,255,255,.3);
   margin:0 auto;
   } 
   
.banquan a {
    color:rgba(255,255,255,.3);
	} 
   
.juyou {
   text-align:right;
   }
   
.yc {
   display:block;
   }
   
.yd {
   display:none;
   }
   
/* 关于我们 */   
   
.bnn img {
   width:100%;
   }
   
.fixd{
	position:fixed;
	top:69px;
	width:100%;
	z-index:8;
}

.ablan {
    height: auto;
    overflow: hidden;
    line-height: 60px;
    background-color: #FFFFFF;
    color: #333e48;
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}

.ablan li {
    list-style-type: none;
    float: left;
    margin-right: 50px;
}

.ablan li a {
    display: block;
    line-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    color: #808080;
    cursor: pointer;
}

.ablan li a:hover {
   color:#db011c;
   }
   
.ablan li.hover a {
   color:#db011c;
   }
   

.ablan li a::after {
    width: 0;
    transition: width .3s;
    height: 5px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #db011c;
}

.ablan li a:hover:after{
	width:100%;
	height:5px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#db011c;
}

.ablan li.hover a:after{
	width:100%;
	height:5px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#db011c;
}

.abnei {
    height: auto;
    overflow: hidden;
	margin-top:60px;
	margin-bottom:60px;
    line-height: 30px;
    color: #666666;
}
   
.abnei h2 {
    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 44px;
    text-align: center;
    color: #333333;
} 

.wk2 {

	-webkit-perspective:1000px;

	-o-perspective:1000px;

	-ms-perspective:1000px;

	perspective:1000px;

}



.wenhua.on {

	-webkit-transform:rotatex(0) translateZ(0);

	-ms-transform:rotatex(0) translateZ(0);

	transform:rotatex(0) translateZ(0);

	opacity:1

}

.wenhua {

   height:auto; overflow:hidden;

   background-color:#db011c;

	-webkit-transform:rotatex(-80deg) translateZ(0);

	-ms-transform:rotatex(-80deg) translateZ(0);

	transform:rotatex(-80deg) translateZ(0);

	-webkit-transform-origin:0 0 0;

	-ms-transform-origin:0 0 0;

	transform-origin:0 0 0;

	opacity:0;

	transition:1s;

   }

.wenhua-aa {
    width: 40%;
    float: left;
}

.wenhua img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  



.wenhua:hover img {

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

	transition: all 500ms ease-in 0ms;

   } 
   

.wenhua section {

   overflow: hidden;

   }
   
.wenhua-bb {
    width: 40%;
    float: left;
    padding-top: 145px;
    padding-left: 5%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 33px;
}

.wenhua-bb h2 {
    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 37px;
    margin-top: 0px;
    margin-bottom: 35px;
    color: #FFFFFF;
}


.shebei {
   height:auto; overflow:hidden;
   background:url(../images/sbbj.jpg) top center;
   background-size: 100% 100%;
   padding-top:60px;
   padding-bottom:60px;
   }
   
.shebei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:40px;
   color:#FFFFFF;
   text-align:center;
   margin-top:0px;
   margin-bottom:83px;
   }
   
.abk {
   border:10px solid #ffffff;
   }     


.changfang {
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 45px;
    font-size: 16px;
    color: #333333;
}   

.changfang h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #ce0e2d;
    margin-top: 0px;
    margin-bottom: 15px;
}

.cfgun {
    margin-top: -50px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.cfgun .swiper-container {
   padding-top:100px;
   }
     
.cfgun .swiper-button-prev {
    position: absolute;
    top: 0px;
    width: 51px;
    height: 51px;
	left:72%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuox.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}   

.cfgun .swiper-button-next {
    position: absolute;
    top: 0px;
    width: 51px;
    height: 51px;
	right:20%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/youx.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}   

.cfkuai {
    height: auto;
    overflow: hidden;
}

.cfkuai img {
   width:100%;
   }

.cfkuai h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.abyy img {
   width:100%;
   }  
   
/* 产品列表 */
.cpkuai {
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 65px;
    background-color: #e4ebf5;
}   
   
.searchx form {
    display: flex;
	height:auto; overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #f0f0f0;
}

.searchx .search {
    border: 0;
    height: 52px;
    font-size: 18px;
    padding-left: 10px;
    width: 80%;
	color: #777777;
    border-radius: 0;
}   

.searchx .btn {
    height: 52px;
    margin: 0;
    background: #FFFFFF;
    border-radius: 0;
    color: #777777;
	font-size:18px;
    text-align: center;
    width: 20%;
}

.lielan {
   margin-top:10px;
   height:auto; overflow:hidden;
   line-height:46px;
   border:1px solid #ececec;
   padding-left:75px;
   color:#000000;
   font-size:20px;
   background:url(../images/cplan.jpg) left; background-repeat:no-repeat;
   background-color:#FFFFFF;
   }
   
.hangx {
    margin-top: 10px;
	height:auto; overflow:hidden;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
}

.hangx li {
   list-style-type:none;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   border-bottom:1px solid #ebebeb;
   }
   
.hangx li a {
   display:block;
      line-height:52px;
   padding-left:8px;
   color:rgba(0,0,0,.8);
   font-size:18px;
   background-color:#FFFFFF;
   height:auto; overflow:hidden;
   }
   
.hangx li a:hover {
   background-color:#f5f5f5;
   transition: all 500ms ease-in 0ms;
   }
   
.hangx li.hover a {
   background-color:#f5f5f5;
   transition: all 500ms ease-in 0ms;
   }
   
   
.tuijian {
   margin-top:40px;
   height:auto; overflow:hidden;
   border:1px solid #eeeeee;
   background-color:#FFFFFF;
   }   
   
.tj-lan {
   line-height:45px;
   padding-left:10px;
   color:#222222;
   font-size:20px;
   height:auto; overflow:hidden;
   border-bottom:1px solid #eeeeee;
   }
   
.tj-nei {
   height:auto; overflow:hidden;
   padding:20px;
   padding-top:0px;
   }
   
.tj-nei li {
   list-style-type:none;
   padding-top:10px;
   padding-bottom:10px;
   height:auto; overflow:hidden;
   border-bottom:1px solid #eeeeee;
   }
   
.tj-nei-aa {
   width:35%;
   float:left;
   }
   
.tj-nei-bb {
   width:55%;
   height:60px; overflow:hidden;
   float:right;
   line-height:30px;
   color:#565252;
   }
   
.cpyou-lan {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 24px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
}


   
.cptux {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   position:relative;
   font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
   padding:20px;
   margin-bottom:45px;
   }
   
.cptux h3 {
   font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
   font-size:12px;
   color:#bebebe;
   text-align:center;
   margin-top:10px;
   margin-bottom:16px;
   }
   
   
.cptux a:hover .cptu-zi {
   color:#db011c;
   }
   
.cptux a:hover .cpmore {
   background-color:#db011c;
   }
   
.cptux img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cptux:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptux section {
   overflow: hidden;
   }
	    
/* 产品详情 */
   
.pro-img{
   padding-top:49px;
   padding-bottom:53px;
   height:auto; overflow:hidden;
   border-top:1px solid #dddddd;
   border-bottom:1px solid #dddddd;
}
.pro-img .xiaotu{
   margin-top:20px;

}
.pro-img #Gbig{
	width:100%;
}
.pro-img .xiaotu li{

}
.pro-img .xiaotu li a {
   display: block;
   border:2px #ddd solid;
   margin:1px;
   }

.pro-img .xiaotu li.hover{
	border:2px #0e66a6 solid;
}
.pro-img .colmd5{
	width:47%;
	float:left;
}
.pro-img .colmd7{
	width:48%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
    font-family: 'UniversLTStd-BlackEx', Helvetica, Arial, sans-serif;
	font-size:27px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:1px #e8e8e8 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
    margin-top:20px;
	margin-bottom:20px;
	padding-bottom:45px;
	border-bottom: 1px #e9e9e9 solid;
	display:block;
	color:#515151;
	font-size:14px;
	line-height:22px;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}

.pro-img .colmd7 h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:15px;
   margin-top:0px;
   margin-bottom:14px;
   color:#515151;
   }

.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:0px #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:8;background-color:#fff;}
.bigimg{width:1600px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	




.jqzzoom .navigation {
    width: 100%;
    margin: 10px 0 0;
}
.jqzzoom .carousel{
    overflow: hidden;
}
.jqzzoom .carousel ul {
    width:2000em;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top:10px;
}
.jqzzoom .prev-navigation,.next-navigation{
	display:block;
	cursor:pointer;
}
.jqzzoom .prev-navigation{
	background:url(../images/left.gif) left center no-repeat;
	height:91px;
	width:39px;
	float:left;
}
.jqzzoom .next-navigation{
	background:url(../images/right.gif) right center no-repeat;
	width:39px;
	height:91px;
	float:right;
}

.procem {
    padding: 0px 36px;
    position: relative;
}

#fuwus {
    position: static;
}

.procem .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cf152d;
}

.procem .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.procem .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

#xiaotu .swiper-slide a.hover{
	border: 2px #b81c22 solid;
} 

@keyframes heart{
from{margin-top:0px;}
to{margin-top:-8px;}
}

@keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,8px)}
}
 
   
   
.cpxq {
   margin-top:55px;
   height:auto; overflow:hidden;
   } 
   
.cpxq-lan {
   height:auto; overflow:hidden;
   background-color:#f5f6f6;
   padding-left:15px;
   } 
   
.cpxq-lan li {
   list-style-type:none;
   margin-left:15px;
   line-height:52px;
   color:#595959;
   font-size:16px;
   float:left;
   }
   
 

.cpxq-nei {
   padding:25px;
   height:auto; overflow:hidden;
   font-size:15px;
   line-height:25px;
   color:#515151;
   }
   
.liebiao {
   height:78px;
   border:1px solid #ebebeb;
   margin-top:25px;
   }
   
.liebiao-aa {
   width:16%;
   height:78px;
   line-height:78px;
   text-align:center;
   float:left;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb {
   width:68%;
   height:78px;
   line-height:78px;
   float:left;
   text-align:center;
   color:#919191;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb a {
   color:#919191;
   }
   
.liebiao-cc {
   width:16%;
   height:78px;
   line-height:78px;
   text-align:center;
   float:right;
   }
   
.xiangguan {
   margin-top:45px;
   height:auto; overflow:hidden;
   }
   
.xiangguan h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:17px;
   margin-top:0px;
   margin-bottom:32px;
   }
   
.xgtu {
   width:165px;
   height:auto; overflow:hidden;
   background-color:#f5f6f6;
   color:#919191;
   }
   
.xgtu img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.xgtu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.xgtu section {
   overflow: hidden;
   }
   
.xiangguan li {
   list-style-type:none;
   float:left;
   padding-right:42px;
   }	 
	
   
.xgtu-zi {
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   line-height:25px;
   text-align:center;
   font-size:14px;
   color:#919191;
   }
   
.xgtu:hover {
   background-color:#b81c22;
   transition: all 500ms ease-in 0ms;
   }
   
.xgtu:hover .xgtu-zi {
   color:#ffffff;
   transition: all 500ms ease-in 0ms;
   }   
   
.cphh ul {
    overflow: hidden;
} 

.cphh li ul{
    display: none;
}

.cphh li a{
    margin-bottom: 1px;
}

.cphh li {
   list-style-type:none;
}
   

.cphh li a {
    line-height: 50px;
    display: block;
    padding-left: 20px;
	padding-right:20px;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
    background: #f8f7f7;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
} 

.cphh li.hover a {
    background: #e34135;
    color: #f8f7f7;
}

.cphh li a:hover{
    background: #e34135;
    color: #f8f7f7;
}

.cphh li li a {
    line-height: 30px;
    background: #ddd;
    padding-left: 32px;
}

.cphh li.hover li a {
    background: #ddd;
    color: #333333;
}

.close {
    opacity: 1;
    filter: alpha(opacity=100);
}

.procem .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}  

/* 新闻 */
.xwneix {
    height: auto;
    overflow: hidden;
	margin-top:100px;
	margin-bottom:100px;
} 

.xwkuai {
   height:auto; overflow:hidden;
   border:2px solid #f5f4f4;
   padding:15px;
   margin-bottom:23px;
   } 
   
.xwkuai:hover {
   border:2px solid #db011c;
   transition: all 500ms ease-in 0ms;
   }
   
.xwkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:8px;
   margin-bottom:8px;
   color:rgba(0, 0, 0, 0.8);
   font-weight:bold;
   }  
   
.xwkuai h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:12px;
   margin-top:0px;
   margin-bottom:18px;
   color:rgba(179, 179, 179, 0.8);
   }  
   
.x-wenzi {
   height:auto; overflow:hidden;
   margin-top:22px;
   }
   
.xw-more {
   margin-top:33px;
   width:140px;
   height:40px;
   line-height:40px;
   text-align:center;
   color:#666666;
   border-top:1px solid #dddee3;
   border-bottom:1px solid #dddee3;
   }
   
.xwkuai section {
    overflow: hidden;
}

.xwkuai img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}     
   
.xwkuai:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
/* 新闻内 */ 
.inewsct {

}

.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}

.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}

strong {
    font-weight: 700;
}

.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}  

/* 人才招聘 */
.ijoint {

}
	
.ijoin {
	margin-top:60px;
	margin-bottom:60px;
}
.ijoin dl {
	background:#db011c;
	padding:0px 30px;
}
.ijoin dl dd {
	float:left;
	width:25%;
	color:#fff;
	line-height:40px;
	padding:25px 0px;
	font-size:2.0rem;
}
.ijoin dl dd:nth-of-type(4) {
	width:22%;
}
.ijoin dl dd:nth-of-type(5) {
	width:30%;
}

@media (max-width:1400px) {
	.ijoin dl dd {
	font-size:1.8rem;
}
}@media (max-width:992px) {
	.ijoin {
	margin:35px 0px 30px;
}
.ijoin dl {
	padding:0px 15px;
}
.ijoin dl dd {
	line-height:30px;
	padding:10px 0px;
	font-size:1.6rem;
}
.ijoin dl dd:nth-of-type(2),.ijoin dl dd:nth-of-type(3),.ijoin dl dd:nth-of-type(4) {
	display:none;
}
.ijoin dl dd:nth-of-type(1) {
	width:70%;
}
}.ijoin ul {
	margin-top:30px;
}
.ijoin ul li {
	border-bottom:1px rgba(0,0,0,.15) dashed;
	list-style-type:none;
	margin-bottom:20px;
}
.ijoin ul li .jitp {
	padding:25px 30px;
	transition:.3s;
}
.ijoin ul li .jitp span {
	display:block;
	float:left;
	width:25%;
	color:#545459;
	line-height:44px;
	font-size:1.9rem;
}
.ijoin ul li .jitp span:nth-of-type(4) {
	width:22%;
}
.ijoin ul li .jitp span:nth-of-type(5) {
	width:30%;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span {
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ijoin ul {
	margin-top:10px;
}
.ijoin ul li {
	margin-bottom:10px;
}
.ijoin ul li .jitp {
	padding:10px 15px;
}
.ijoin ul li .jitp span {
	line-height:24px;
	font-size:1.4rem;
}
.ijoin ul li .jitp span:nth-of-type(2),.ijoin ul li .jitp span:nth-of-type(3),.ijoin ul li .jitp span:nth-of-type(4) {
	display:block;
	width:100%;
}
.ijoin ul li .jitp span:nth-of-type(1) {
	width:100%;
}
}.ijoin ul li .jitp span small {
	width:138px;
	display:block;
	height:44px;
	font-size:1.9rem;
	color:#545459;
	background:#efefef;
	cursor:pointer;
	text-align:center;
	transition:.3s;
	float:left;
}
.ijoin ul li.cur {
	border-bottom:0;
	box-shadow:0px 0px 30px rgba(0,0,0,.15);
}
.ijoin ul li.cur .jitp span small {
	background:#fff;
}
.ijoin ul li .jitp span small:hover {
	background:#fe710a;
	color:#fff;
}
.ijoin ul li.cur .jitp {
	background:#e6e6e6;
}
.ijoin ul li .jitp span i {
	display:block;
	background:url(../images/sjt.png) center no-repeat;
	height:44px;
	float:right;
	cursor:pointer;
	width:40px;
}
.ijoin ul li.cur .jitp span i {
	transform:rotate(180deg);
}
.ijoin ul li .jitp span a {
	display:none;
	width:90%;
	height:30px;
	line-height:30px;
	color:#545459;
	background:#efefef;
	font-size:1.4rem;
	text-align:center;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span small {
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ijoin ul li .jitp span a {
	width:100%;
	display:block;
}
.ijoin ul li .jitp span small {
	display:none;
}
.ijoin ul li .jitp span i {
	display:none;
}
}.ijoin .jibt {
	display:none;
	padding:20px 70px 50px;
}
.ijoin .jibt h1 {
	font-size:2.0rem;
	line-height:40px;
}
.ijoin .jibt section {
	padding:15px 0px 15px 20px;
	color:#545459;
	line-height:26px;
}
.ijoin .jibt>div>h2 {
	width:140px;
	line-height:44px;
	color:#fff;
	background:#db011c;
	text-align:center;
	font-size:1.5rem;
	transition:.3s;
	cursor:pointer;
	margin:15px 0px 0px;
}
.ijoin .jibt>div>h2:hover {
	background:#fe710a;
}
.ijoindd .zwxxx {
	padding-bottom:10px;
}
.ijoindd .zwxxx span {
	display:block;
	line-height:30px;
	color:#000;
}
.ijoindd .zwxxx .zpzw {
	font-size:1.6rem;
	margin-bottom:10px;
}
.ijoindd iframe {
	height:720px;
	width:100%;
}


@media (max-width:992px) {
	.ijoindd {

}
.ijoindd .jibt {
	display:block;
	padding:0px;
}
.ijoindd .jibt h1 {
	font-size:1.6rem;
	line-height:30px;
}
.ijoindd .jibt section {
	padding:10px 0px;
}
}

.ijoin ul {
   padding:0px;
   }
   
   
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
	width:60%;
	left:20%;
	top:50%;
	margin-top:-378px;
	position:relative;
}
.zwcont iframe {
	height:756px;

	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.sqxx {
	width:100%;
	background:#fff;
}
.sqxx h2 {
	text-align:center;
	font-size:2.0rem;
	margin:0px;
	color:#000;
	line-height:90px;
}
.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	background:#f6f6f6;
	padding:30px 7% 25px;
}
.sqxx .form div {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:25px;
}
.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}
.sqxx .form div p {
	float:left;
	width:88px;
	color:#636366;
	line-height:42px;
}
.sqxx .form div p:before {
	content:"* ";
	color:#f00;
}
.sqxx .form div input {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
}
.sqxx .form div select {
	width:calc(100% - 88px);
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	height:42px;
	outline:none;
	padding:0px 10px;
}
.sqxx .form div:last-child {
	width:100%;
}
.sqxx .form div textarea {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
	resize:none;
}
.sqxx form button {
	display:block;
	margin:30px auto 0px;
	background:#db011c;
	width:100%;
	max-width:230px;
	color:#fff;
	height:44px;
	outline:none;
	font-size:1.5rem;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
} 

/* 下载 */



.idown {

   height:auto; overflow:hidden;

   margin-bottom:20px;

   }



.idown ul {

    padding: 5px;

    margin: 0px;

	padding:0px;

}



.idown ul li {

    margin-bottom: 15px;

	width:46%;

	float:left;

	margin-left:2%;

	margin-right:2%;

    list-style-type: none;

}



.idown ul li a {

    display: flex;

    background: #fff;

    padding: 5px 15px 5px 5px;

    justify-content: space-between;

    border: 1px #ddd solid;

    align-items: center;

    transition: .3s;

}



.idown ul li a section {

    display: flex;

}



.idown ul li a section small {

    margin: 0px 15px 0px 0px;

    width: 88px;

}



.idown ul li a section small img {

    max-width: 100%;

}



.idown ul li a section big {

    display: flex;

    flex-wrap: wrap;

    align-content: space-between;

}



.idown ul li a section big p {

    font-size: 1.6rem;

    color: #333333;

    width: 100%;

    line-height: 26px;

}



.idown ul li a section big b {

    font-size: 1.4rem;

    color: rgba(0,0,0,.4);

    font-weight: normal;

    line-height: 18px;

}



.idown ul li a span {

    border: 1px #db011c solid;

    color: #db011c;

    line-height: 20px;

    padding: 5px 20px;

    transition: .3s;

    margin: 5px 0px;

}


/* 联系我们 */
.ititle {

    font-size: 2.4rem;

    color: #333333;

    line-height: 36px;

    text-transform: uppercase;

}


.icontact {

    padding: 60px 0px 70px;

}



.icontact dl {

    margin: 40px 0px 0px;

}



.icontact dl dt {

    float: left;

    width: 53%;

}



.icontact dl dd {

    width: 43%;

    float: right;

    padding-top: 15px;

}



.icontact dl dd h3 {

    color: #121211;

    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;

    line-height: 36px;

	margin-top:0px;

    padding-left: 15px;

    font-size: 1.8rem;

}

.icontact dl dd h3 a {
    color: ##8c939d;
}



.icontact dl dd h3::after {

    content: "";

    display: block;

    width: 15px;

    height: 2px;

    background: #db011c;

    margin: 15px 0px 20px;

}



.icontact dl dd section {

    color: #8c939d;

    padding-left: 15px;

    font-size: 1.6rem;

    line-height: 27px;

    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;

    margin-bottom: 25px;

}

.icontact dl dd section a {
    color: #8c939d;  
}

.online {

    background: #f7f8fc;

    border-bottom: 2px rgba(0,0,0,.1) solid;

    padding: 50px 0px 70px;

}



.online h1 {

    color: #131312;

    line-height: 40px;

    font-size: 2.4rem;

	margin-top:0px;

    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;

}



.spxinxi {

    padding: 50px 0px 0px;

}



.spxinxi form span {

    width: 49%;

    float: left;

    margin-right: 2%;

    margin-bottom: 15px;

}



.spxinxi form span:nth-of-type(2) {

    margin-right: 0;

}



.spxinxi form p {

    font-size: 1.8rem;

    color: #000;

    line-height: 27px;

    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;

    margin: 0px 0px 10px;

}



.spxinxi form p font {

    color: #f00;

}



.spxinxi form span input {

    width: 100%;

    background: #fff;

    border: 1px rgba(0,0,0,.05) solid;

    line-height: 30px;

    padding: 25px 15px;

    border-radius: 0px;

    box-shadow: 0px 0px 2px rgba(0,0,0,.05);

}



.spxinxi form section textarea {

    width: 100%;

    background: #fff;

    border: 1px rgba(0,0,0,.05) solid;

    line-height: 30px;

    padding: 25px 15px;

    border-radius: 0px;

    box-shadow: 0px 0px 2px rgba(0,0,0,.05);

    resize: none;

}



.spxinxi form button {

    border: 0;

    float: right;

    width: 200px;

    background: #db011c;

    border-radius: 0px;

    font-size: 1.6rem;

    color: #fff;

    height: 60px;

    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;

    margin: 20px 0px 0px;

    transition: .3s;

}



/* 分页 */ 
 
.page_info{
	text-align:center;
	line-height:38px;
	font-size: 1.6rem;
	font-family:Avenir-Regular;
	color: #666;
	margin-top:20px;
}
.page_list{
	display: flex;
	justify-content: center;
}
.page_list a{
	display: block;
	font-size: 1.6rem;
	font-family:Avenir-Regular;
	color: #666;
	line-height: 38px;
	padding: 0px 15px;
	margin: 0px 4px;
	transition: .3s;
}
.page_list a.on,.page_list a:hover{
	color: #fff;
	background-color: #db011c;
	border-radius: 3px;
}


.navbar-inverse .navbar-nav > li.mouseover .ul_hide {
    position: absolute;
    left: -10px;
    top: 69px;
    width: 200px;
	text-align:center;
    border: 0px solid #CBCBCB;
	background-color:#FFFFFF;
    padding: 5px 0px;
    display: none;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li {
	line-height:40px;
	border-bottom:0px solid #ffffff;
	list-style-type:none;
	background:none;
   white-space: nowrap;
text-overflow: ellipsis;
	position:relative;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a{
    color:#000000;
	text-align:center;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover{
    display:block;
    color:#FFFFFF;
	background-color:#e20219;
    text-decoration: none;
}


.navbar-inverse .navbar-nav > li.bb .ul_hide li a {
	-moz-transform: skew(0deg);
-webkit-transform: skew(0deg);
-ms-transform: skew(0deg);
transform: skew(0deg);
   background:none;
   background-color:#FFFFFF;
   }
   

   
.navbar-inverse .navbar-nav > li.cc .ul_hide li a {
	-moz-transform: skew(0deg);
-webkit-transform: skew(0deg);
-ms-transform: skew(0deg);
transform: skew(0deg);
   background:none;
   background-color:#FFFFFF;
   }


.liebiaow {
    height: auto;
    overflow: hidden;
	margin-top:50px;
}

.liebiaow-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
}

.shangy {
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}

.liebiaow-bb {
    width: 16%;
    float: right;
}   

.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #db011c;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}     

   
@media (min-width: 1600px) and (max-width: 1800px) { 
.abbj {
    height: auto;
    overflow: hidden;
    padding: 15px;
}

.abxx {
   width:100%;
   } 

.nav {
    padding-left: 50px;
} 

.navbar-nav > li > a {
    padding-left: 16px;
    padding-right: 16px;
}  

}   
   
@media (min-width: 1400px) and (max-width: 1600px) {   

.kuanping {
   width:100%;
   }
   
.abbj {
    height: auto;
    overflow: hidden;
    padding: 15px;
}

.abxx {
   width:100%;
   } 
   
.nav {
    padding-left: 50px;
} 

.navbar-nav > li > a {
    padding-left: 16px;
    padding-right: 16px;
} 

.navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
}

.search1 {
    width: 250px;
}

.abrow {
    margin-left: -10px;
    margin-right: -10px;
}

.abrow li {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.abkk-aa {
    width: 17%;
    height: auto;
    overflow: hidden;
	line-height:inherit;
}

.abkk-aa img {
   width:100%;
   }

.abkk-bb {
    width: 80%;
    padding-left: 15px;
    padding-top: 10px;
}

.abkk-bb h3 {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 10px;
}

}   
   
@media (min-width: 1200px) and (max-width: 1400px) {   

.kuanping {
   width:100%;
   }
   
.abbj {
    height: auto;
    overflow: hidden;
    padding: 15px;
}

.abxx {
   width:100%;
   } 
   
.nav {
    padding-left: 30px;
} 

.navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
} 

.navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
}

.search1 {
    width: 200px;
}

.abrow {
    margin-left: -10px;
    margin-right: -10px;
}

.abrow li {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.abkk-aa {
    width: 17%;
    height: auto;
    overflow: hidden;
	line-height:inherit;
}

.abkk-aa img {
   width:100%;
   }

.abkk-bb {
    width: 80%;
    padding-left: 15px;
    padding-top: 10px;
}

.abkk-bb h3 {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 10px;
}

.banquan {
    width: 100%;
}

}

@media (min-width: 1000px) and (max-width: 1200px) {   

.kuanping {
   width:100%;
   }
   
.abbj {
    height: auto;
    overflow: hidden;
    padding: 15px;
}

.abxx {
   width:100%;
   }
   
.nav {
    padding-left: 30px;
} 

.navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
} 

.navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
}

.search1 {
    width: 200px;
}

.abrow {
    margin-left: -10px;
    margin-right: -10px;
}

.abrow li {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
   
.abkk-aa {
    width: 17%;
    height: auto;
    overflow: hidden;
	line-height:inherit;
}
.abkk-aa img {
   width:100%;
   }

.abkk-bb {
    width: 80%;
    padding-left: 15px;
    padding-top: 10px;
} 

.abkk-bb h3 {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 10px;
}

.banquan {
    width: 100%;
}

}
   

@media (min-width: 0px) and (max-width: 1000px) {

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
 
.abxx {
   width:100%;
   } 
   
.dingbu {
   display:none;
}
   
.logo {
   width:200px;
   }
   
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    left: 0px;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 30px;
    height: 20px;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    width: 30px;
    height: 20px;
    opacity: 1;
}

.jiazhi {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    background-color: #333333;
    margin-top: 12px;
}

.flrow li {
    list-style-type: none;
    width: 100%;
}

.cpkk-zi {
    position: absolute;
    width: 80%;
    left: 15px;
    bottom: 15px;
    z-index: 2;
}

.cpfl-zi {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,.6);
	text-align:center;
    padding-left: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

.flgun .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
	left:15px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 58px 58px;
    background-position: center;
    background-repeat: no-repeat;
}

.flgun .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
	right:15px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.chanpin {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.chanpin h2 {
    font-size: 25px;
    font-style: italic;
    text-align: center;
    color: #323232;
    margin-top: 0px;
    margin-bottom: 20px;
}

.chanpin .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
	left:15px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.chanpin .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
	right:15px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.abbj {
    height: auto;
    overflow: hidden;
    padding:15px;
    background-color: #131313;
}

.abbj-aa {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
}

.abbj-aa h2 {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 25px;
}

.abbj-bb {
    width: 100%;
}

.abrow {
    margin-left: -10px;
    margin-right: -10px;
}

.abrow li {
    list-style-type: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	margin-bottom:10px;
}

.abkk-aa {
    width: 17%;
    height: auto;
    overflow: hidden;
	line-height:inherit;
}
.abkk-aa img {
   width:100%;
   }

.abkk-bb {
    width: 80%;
    padding-left: 15px;
    padding-top: 10px;
} 

.abkk-bb h3 {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 10px;
}

.youxiang {
    height: auto;
    overflow: hidden;
    padding: 10px;
}

.yxaa {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

.yxbb {
    width: 100%;
	margin-top:5px;
}

.yxrow li {
    list-style-type: none;
    width: 100%;
	margin-bottom:10px;
}

.yxcc {
    width: 100%;
	margin-top:10px;
}

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.bottom {
    height: auto;
    overflow: hidden;
	padding:0px;
    font-size: 14px;
    line-height: 30px;
    color: rgba(255,255,255,.6);
    background-color: #333333;
    padding-top: 15px;
	margin-bottom:50px;
}

.banquan {
    width: 100%;
    font-size: 14px;
    line-height: 40px;
	padding:10px;
}

.navbar-collapse {
    max-height: 450px;
}

.search1 {
    margin-top: 12px;
	margin-bottom:12px;
    width: 100%;
    border-radius: 6px;
}

.fygnav {
    padding: 0px;
	height:50px;
	background-color:#db011c;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 100%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#db011c; height:50px; line-height:50px;}

.fygnav li a:hover { color:#FFFFFF; background-color:#db011c;}

.ablan {
   padding:0px;
   }
   
.ablan .col-md-7 {
   height:auto; overflow:hidden;
   }

.ablan li {
    list-style-type: none;
    float: left;
	width:50%;
    margin-right: 0px;
}

.ablan li a {
    line-height: 40px;
    font-size: 14px;
	text-align:center;
    color: #808080;
    cursor: pointer;
}

.abnei {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 25px;
    color: #666666;
}

.abnei h2 {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    color: #333333;
}

.wenhua-aa {
    width: 100%;
}

.wenhua-bb {
    width: 100%;
    float: left;
    padding:15px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
}

.wenhua-bb h2 {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.shebei {
    height:auto; overflow:hidden;
	padding:0px;
    padding-top: 30px;
	padding-bottom:30px;
}

.shebei h2 {
    font-size: 25px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.changfang {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 14px;
    color: #333333;
}

.changfang h2 {
    font-size: 24px;
    font-weight: bold;
    color: #ce0e2d;
    margin-top: 0px;
    margin-bottom: 15px;
}

.cfgun .swiper-button-prev {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
	left:75%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuox.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}   

.cfgun .swiper-button-next {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
	right:5%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/youx.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}   

.fixd{
	position:relative;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
	-moz-transform: skew(0deg);
-webkit-transform: skew(0deg);
-ms-transform: skew(0deg);
transform: skew(0deg);
}

.cpkuai {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 35px;
}

.cpkuai .col-md-3 {
   padding-right: 0px;
    padding-left: 0px;
   }
   
.hangx li a {
    display: block;
    color: rgba(0,0,0,.8);
    font-size: 16px;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.cpkuai .col-md-9 {
   padding-right: 0px;
    padding-left: 0px;
   }
   
.cpyou-lan {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 18px;
    color: #222222;
    font-weight: bold;
	margin-top:10px;
    margin-bottom: 10px;
}

.cptux {
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 10px;
    margin-bottom: 25px;
}

.cpnews {
    display: none;
}

.pro-img {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
}

.pro-img .colmd5 {
    width: 100%;
}

.pro-img .colmd7 {
    width: 100%;
	margin-top:15px;
}

.pro-img .colmd7 .pro-ptt {
    font-size: 18px;
    font-weight: bold;
}

.pro-img .colmd7>span {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #e8e8e8 solid;
}

.xwneix {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.idown ul li {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    list-style-type: none;
}

.icontact {
    padding: 30px 0px 30px;
}

.ititle {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.icontact dl {
    margin: 20px 0px 0px;
}

.icontact dl dt {
    width: 100%;
}

.icontact dl dd {
    width: 100%;
    padding-top: 15px;
}

.online {
    background: #f7f8fc;
    padding: 30px 0px 40px;
}

.online h1 {
    color: #131312;
    line-height: 30px;
    font-size: 18px;
}

.spxinxi {
    padding: 20px 0px 0px;
}


.spxinxi form span {
    width: 100%;
    float: left;
    margin-right: 0px;
}

.spxinxi form span input {
    width: 100%;
    background: #fff;
    border: 1px rgba(0,0,0,.05) solid;
    line-height: 30px;
    padding: 0px;
}

.spxinxi form button {
    border: 0;
    width: 100%;
    background: #db011c;
    border-radius: 0px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    transition: .3s;
}

.liebiaow-aa {
   width:100%;
   }
   
.liebiaow-bb {
   width:100%;
   }
   
.cpnews1 {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size:12px;
    top: 0px;
    right: 0px;
}

.inewsct .inews-ct img {
   width:100%;
   }

}


