@charset "utf-8";
/* CSS Document */
@font-face {      font-family: 'Univers';      
src: url('Univers.eot'); /* IE9 Compat Modes */      
src: url('Univers.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('Univers.woff') format('woff'), /* Modern Browsers */              
url('Univers.ttf')  format('truetype'), /* Safari, Android, iOS */              url('Univers.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'RockwellStd-Bold';      
src: url('RockwellStd-Bold.eot'); /* IE9 Compat Modes */      
src: url('RockwellStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('RockwellStd-Bold.woff') format('woff'), /* Modern Browsers */              
url('RockwellStd-Bold.otf')  format('truetype'), /* Safari, Android, iOS */              url('RockwellStd-Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'TypoPRO-KaushanScript-Regular';      
src: url('TypoPRO-KaushanScript-Regular.eot'); /* IE9 Compat Modes */      
src: url('TypoPRO-KaushanScript-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('TypoPRO-KaushanScript-Regular.woff') format('woff'), /* Modern Browsers */              
url('TypoPRO-KaushanScript-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */              url('TypoPRO-KaushanScript-Regular.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

body {
  font-family: Microsoft YaHei, 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:rgba(0,0,0,0.61);
    border-color: #5F5D5D;
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left:33px;
	padding-right:33px;
    line-height: 116px;
	margin-bottom:-7px;
}

.nav {
    padding-left: 18%;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
}

.xiahua {
   width:2px;
   height:26px;
   margin:0 auto;
   position:relative;
   margin-top:-12px;
   margin-bottom:-10px;
   background-color:#cf152d;
   display:none;
   }
   
.navbar-inverse .navbar-nav > li > a:hover .xiahua, .navbar-inverse .navbar-nav > li > a:focus .xiahua {
   display:block;
   }

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 {
    font-family:'Univers', Helvetica, Arial, sans-serif;
    font-size:18px;
    color: #FFFFFF;
}

.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;
}


.menu ul.sub_menu{position:absolute; 
width:740px; 
height:426px; 
display:none; background-color:#FFFFFF; z-index:999; margin-left:0px; margin-top:3px; }
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#cf152d; background:none;}

.menu ul.sub_menu li {
    float:left;
	width:100%;
   height:45px;
   border-bottom:1px solid #cccdcf;
	list-style-type:none;
}
.menu ul.sub_menu li a{ 
   display:block;
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   font-size:14px;
   height:45px;
   line-height:45px;
   padding-left:12px;
   color:#424242;
   background:none;
	}
	
.menu ul.sub_menu:hover {
   margin-top:14px;
   }
	
ul {
   margin:0px; padding:0px;
   }
   
.ddh-aa {
   width:296px;
   height:426px;
   padding:30px;
   float:left;
   background-color:#ededed;
   }
   

   
.ddh-bb {
   width:444px;
   height:426px;
   padding:15px;
   float:right;
   }
   
.ddh-bb h2 {
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   font-size:36px;
   text-align:center;
   margin-top:15px;
   margin-bottom:15px;
   color:#4d4d4d;
   }	
	
	
	
       .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);
    }	
	
.kq1 {-webkit-animation-delay: 0.2s;}
.kq2 {-webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.4s;}
.kq3 {-webkit-animation-delay: 0.6s; -webkit-animation-duration: 0.6s;}
.kq4 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq5 {-webkit-animation-delay: 1s; -webkit-animation-duration: 1s;}
.kq6 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}

.logo {
   width:176px;
   height:123px;
   background:url(../images/logo.png); background-repeat:no-repeat;
   } 
   
.logom {
   width:201px;
   height:101px;
   background:url(../images/logom.png); background-repeat:no-repeat;
   }  
   
.logox {
   width:124px;
    height:67px;
   background:url(../images/logox.png); background-repeat:no-repeat;
   } 

.lghh li a {
   line-height:73px;
   }
   


.kuanping {
   width:1280px;
   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;
   }
   
.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 56px 56px;
    background-position: center;
    background-repeat: no-repeat;
	left:45px;
}

.banner .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 56px 56px;
    background-position: center;
    background-repeat: no-repeat;
	right:45px;
}

.guding {
   position:fixed;
   top:0px;
   width:100%;
   z-index:99;
   }
   
.navbar-right {
    width:300px;
    float: right !important;
}
   
.search1 {
   margin-top:40px;
   width:1%;
   float:left;
   }
   
.search1 form {
    display: flex;
}

  

.yuyan {
   width:20%;
   float:right;
   line-height:116px;
   font-family:'Univers', Helvetica, Arial, sans-serif;
   }
   
.yuyan a {
   color:#FFFFFF;
   }
   
.hongse {
   color:#c81930;
   }
   
.about {
   height:auto; overflow:hidden;
   margin-top:70px;
   margin-bottom:116px;
   color:#808080;
   font-size:16px;
   line-height:26px;
   }
   
.gdbj {
   background-color:rgba(0,0,0,1);
   }
   
.soutp {
   margin-top:20px;
   }
   
.yygao {
   line-height:73px;
   }
   
.about h2 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:36px;
   height:auto; overflow:hidden;
   margin-top:0px;
   margin-bottom:23px;
   color:#161515;
   line-height:40px;
   }
   
.about h3 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:36px;
   height:auto; overflow:hidden;
   margin-top:0px;
   margin-bottom:80px;
   color:#ce0e2d;
   line-height:40px;
   }
   
.abkk {
   width:100%;
   margin-top:55px;
   height:auto; overflow:hidden;
   }
   
.abkk li {
   list-style-type:none;
   width:33.3%;
   float:left;
   }
   
.abkk li:hover img {
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
}
.abkk li img {
    -webkit-transition: 1.2s ease;
    -moz-transition: 1.2s ease;
    max-width: 100%;
    margin: 0 auto;
}   
   
.abtt {
   width:60px;
   height:60px;
   margin:0 auto;
   }
   
.abkk li p {
   text-align:center;
   margin-top:5px;
   font-family:'Univers', Helvetica, Arial, sans-serif;
   height:auto; overflow:hidden;
   line-height:18px;
   color:#333333;
   }
   
.whybj {
   height:620px;
   background:url(../images/cfbj.jpg) center;
   padding-top:75px;
   padding-bottom:75px;
   color:#FFFFFF;
	-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;
   } 
   
.wk{
	-webkit-perspective:1000px;
	-o-perspective:1000px;
	-ms-perspective:1000px;
	perspective:1000px;
}


.whybj.on {
	-webkit-transform:rotatex(0) translateZ(0);
	-ms-transform:rotatex(0) translateZ(0);
	transform:rotatex(0) translateZ(0);
	opacity:1
} 
   
.whybj h2 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:45px;
   text-align:center;
   margin-top:0px;
   margin-bottom:58px;
   color:#ce0e2d;
   }
   
.shuzi {
   width:20%;
   text-align:center;
   height:auto; overflow:hidden;
   line-height:20px;
   }
   
.shuzi h3 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:60px;
   margin-top:0px;
   margin-bottom:22px;
   }
   
.shangbiao {
   height:auto; overflow:hidden;
   margin-top:90px;
   }
   
.stkk {
   height:auto; overflow:hidden;
   }
   
.staa {
   width:10%;
   font-size:16px;
   float:left;
   }
   
.stbb {
   width:87%;
   float:right;
   }
   
.cpbj {
   height:auto; overflow:hidden;
   padding-top:70px;
   padding-bottom:115px;
   background-color:#eeeeee;
   color:#404040;
   }
   
.cpbj h2 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:45px;
   text-align:center;
   color:#ce0e2d;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.cplan {
   width:1360px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.cplan li {
   list-style-type:none;
   float:left;
   margin-left:16px;
   margin-right:16px;
   }
   
   
.cpkuai {
   width:1720px;
   height:auto; overflow:hidden;
   margin:66px auto 0px;
   }   
   
#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; height:37px;line-height:37px; text-align:center; font-size:18px; over-flow:hidden;
}
#slidingBlock span.menuNo {
    font-weight:normal; height:37px; line-height:37px; color:#404040; border-radius: 20px; text-align:center; padding-left:12px; padding-right:12px;
}
#slidingBlock span.menuOn {
    font-weight:normal; height:37px; line-height:37px; color:#ffffff; text-align:center; background-color:#cf152d; border-radius: 20px; padding-left:12px; padding-right:12px;
}
#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}




.cpkk {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   padding:10px;
   padding-bottom:35px;
   text-align:center;
   font-size:14px;
   color:#ff642a;
   }
   
.cpkk a {
   color:#ff642a;
   }
   
.cpkk h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   text-align:center;
   margin-top:0px;
   margin-bottom:8px;
   color:#404040;
   }
   

    .img-scroll { position:relative; margin:0px auto; width:100%; float:left; height:auto; overflow:hidden;}
    .img-scroll .prev,.img-scroll .next { position:absolute; display:block; width:51px; height:51px; margin-top:145px; background-color:#000;
    top:0; color:#FFF; text-align:center;}
    .img-scroll .prev { left:0; background:url(../images/zuo.png) no-repeat; width:51px; height:51px; z-index:999;}
    .img-scroll .next { right:0; background:url(../images/you.png) no-repeat; width:51px; height:51px; z-index:999;}
	.img-scroll .prev:hover { left:0; background:url(../images/zuo.png) no-repeat; width:51px; height:51px;}
	.img-scroll .next:hover { right:0; background:url(../images/you.png) no-repeat; width:51px; height:51px;}
    .img-list { position:relative; width:76%; height:auto; overflow:hidden; margin-left:180px; overflow:hidden}
    .img-list ul { width:9999px;}
    .img-list li { float:left; display:inline; margin-left:20px; margin-right:20px; height:auto; overflow:hidden;}
	
.xiaoguo {
   height:auto; overflow:hidden;
   }
   
.xiaoguo .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 45px;
    left: 0;
}	

.xiaoguo .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 100%;
    background: #FFF;
    opacity: .49;
}

.xiaoguo .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}

.xiaoguo .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 56px 56px;
    background-position: center;
    background-repeat: no-repeat;
	left:45px;
}

.xiaoguo .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 56px 56px;
    background-position: center;
    background-repeat: no-repeat;
	right:45px;
}

.fudong {
    height: auto;
    overflow: hidden;
	font-family:'TypoPRO-KaushanScript-Regular', Helvetica, Arial, sans-serif;
    position: absolute;
    top: 20%;
	width:100%;
    color: #FFF;
    text-align:center;
	font-size:51px;
}

.fudong h2 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:54px;
   text-align:center;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:23px;
   padding-bottom:68px;
   background:url(../images/xgtt.png) bottom center; background-repeat:no-repeat;
   }
   
.fdmore {
   width:172px;
   height:54px;
   margin:36px auto 0px;
   }
   
.fdmore a {
   display:block;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   width:172px;
   height:54px;
   line-height:54px;
   text-align:center;
   background-color:#cf152d;
   color:#FFFFFF;
   font-size:21px;
   border-radius:20px;
   }
   
.fdmore a:hover {
   background-color:#000000;
   }
   
.bottom {
   height:auto; overflow:hidden;
   background-color:#18191d;
   color:rgba(255,255,255,0.6);
   padding-top:58px;
   padding-bottom:25px;
   line-height:33px;
   }
   
.bottom a {
   color:rgba(255,255,255,0.6);
   } 
   
.bottom a:hover {
   color:#cf152d;
   }
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:26px;
   } 
   
.email {
   width:80%;
   height:49px;
   }
   
.email form {
    display: flex;
}

.email .search {
    border: 0;
    height: 49px;
    font-size: 14px;
    padding-left: 10px;
	background-color:#3a3a3a;
	color:#FFFFFF;
    width: 70%;
    border-radius: 0;
}   

.email .btn {
    height: 49px;
    margin: 0;
	font-size:18px;
    background: #252525;
    border-radius: 0;
    color: #FFFFFF;
    text-align: center;
    width: 30%;
}  

.jiaru {
   margin-top:40px;
   width:100%;
   height:auto; overflow:hidden;
   font-family: 'Univers', Helvetica, Arial, sans-serif;
   }  
   
.jiaru-aa {
   width:95px;
   float:left;
   }
   
.jiaru-bb {
   width:200px;
   float:left;
   }
   
.jiaru-bb li {
   list-style-type:none;
   width:28px;
   height:28px;
   float:left;
   margin-right:8px;
   }
   
.fx1 {
   width:28px;
   height:28px;
   background:url(../images/fx1.png) top; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   } 
   
.fx1:hover {
   background:url(../images/fx1.png) bottom; background-repeat:no-repeat;  
   transition: all 300ms ease-in 0ms;
   }
   
.fx2 {
   width:28px;
   height:28px;
   background:url(../images/fx2.png) top; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   } 
   
.fx2:hover {
   background:url(../images/fx2.png) bottom; background-repeat:no-repeat;  
   transition: all 300ms ease-in 0ms;
   }
   
.fx3 {
   width:28px;
   height:28px;
   background:url(../images/fx3.png) top; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   } 
   
.fx3:hover {
   background:url(../images/fx3.png) bottom; background-repeat:no-repeat;  
   transition: all 300ms ease-in 0ms;
   } 
   
.fx4 {
   width:28px;
   height:28px;
   background:url(../images/fx4.png) top; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   } 
   
.fx4:hover {
   background:url(../images/fx4.png) bottom; background-repeat:no-repeat;  
   transition: all 300ms ease-in 0ms;
   } 
   
.dibu {
   margin-top:23px;
   color:rgba(255,255,255,0.2); 
   }   
   
.yc {
   display:block;
   }
   
.yd {
   display:none;
   } 
   
.abn 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;}  

.abn:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.abn section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 

/* 下拉 */ 
.logoy {
   text-align:center;
   } 
   
/* 关于 */     

.bnn {
   height:660px;
   padding-top:495px;
   background:url(../images/bnn1.jpg) center; background-repeat:no-repeat;
   } 
   
.bnn h2 {
   font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:58px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:0px;
   } 
   
.lanmu {
    height: 74px;
    box-shadow: 0px 10px 10px rgba(0,0,0,.1);
    background: #fff;
    position: relative;
}

.lm-ct ul {
    display: flex;
    display: -webkit-flex;
}

.lm-ct ul li {
    list-style-type:none;
    margin-right: 60px;
}

.lm-ct ul li a {
    display: block;
    line-height: 74px;
    font-size: 1.8rem;
    color: #000;
	cursor:pointer;
}

.lm-ct > span {
    display: block;
    height: 4px;
    background: #d83c3d;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    transition: .5s;
}

.abnn {
   height:auto; overflow:hidden;
   margin-top:68px;
   margin-bottom:116px;
   color:#808080;
   font-size:16px;
   line-height:26px;
   }
   
.abnn h2 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:36px;
   height:auto; overflow:hidden;
   margin-top:0px;
   margin-bottom:23px;
   color:#161515;
   line-height:40px;
   }
   
.abnn h3 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:36px;
   height:auto; overflow:hidden;
   margin-top:0px;
   margin-bottom:80px;
   color:#ce0e2d;
   line-height:40px;
   }   
   


.whybj2 {
   height:798px;
   background:url(../images/whybj2.jpg) center;
   padding-top:30px;
   padding-bottom:45px;
   color:#FFFFFF;
	-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;
   }
   
.whybj2.on {
	-webkit-transform:rotatex(0) translateZ(0);
	-ms-transform:rotatex(0) translateZ(0);
	transform:rotatex(0) translateZ(0);
	opacity:1
} 
   
.whybj2 h2 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:45px;
   text-align:center;
   margin-top:0px;
   margin-bottom:66px;
   color:#ffffff;
   text-transform:uppercase;
   } 
   
.jzkk {
   text-align:center;
   margin-top:50px;
   height:auto; overflow:hidden;
   font-size:16px;
   }
   
   
.case {
   height:auto; overflow:hidden;
   padding-top:45px;
   padding-bottom:45px;
   font-size:16px;
   color:#333333;
   } 
   
.case h2 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:36px;
   font-weight:bold;
   color:#ce0e2d;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.casegun {
   margin-top:-50px;
   height:auto; overflow:hidden;
   position:relative;
   }  
   
.casekuai {
   height:auto; overflow:hidden;
   } 
   
.casekuai h3 {
   font-family: 'Univers', Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:30px;
   margin-bottom:0px;
   padding-left:10px;
   }
   
.casegun .swiper-container {
   padding-top:100px;
   }
     
.casegun .swiper-button-prev {
    position: absolute;
    top: 0px;
    width: 51px;
    height: 51px;
	left:72%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}   

.casegun .swiper-button-next {
    position: absolute;
    top: 0px;
    width: 51px;
    height: 51px;
	right:20%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}   

.fuwu {
   height:auto; overflow:hidden;
   padding-top:50px;
   padding-bottom:65px;
   background:url(../images/fuwubj.jpg) top center; background-repeat:no-repeat;
   font-size:16px;
   line-height:26px;
   text-align:center;
   }
   
.fuwu h2 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:36px;
   margin-top:0px;
   margin-bottom:14px;
   color:#ce0e2d;
   }
   
.fwzi {
   color:#FFFFFF;
   }
   
.fwkuan {
   width:1393px;
   height:auto; overflow:hidden;
   margin:60px auto 0px;
   }
   
.fwbd {
   border:4px solid #FFFFFF;
   box-shadow: 0px 10px 10px rgba(0,0,0,.3);
   }
   
.fwkuan h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:21px;
   margin-top:36px;
   margin-bottom:20px;
   color:#333333;
   }
   
.fwhh {
   padding:5px;
   height:auto; overflow:hidden;
   }
   
.fwhang {
   height:auto; overflow:hidden;
   line-height:52px;
   background-color:#FFFFFF;
   margin-bottom:15px;
   border-radius: 30px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
   }
   
.fwhang-aa {
   width:52px;
   height:52px;
   float:left;
   padding:3px;
   float:left;
   }
   
.quan {
   border-radius: 50%;
   }
   
.fwhang-bb {
   width:80%;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   text-align:left;
   font-size:16px;
   padding-left:10px;
   }
   
.fwhh li {
   list-style-type:none;
   float:left;
   width:49%;
   margin-right:1%;
   }
   
.cfbj {
   height:auto; overflow:hidden;
   padding-top:56px;
   padding-bottom:40px;
   background:url(../images/cfbj.jpg) center;
   	-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;
   }
   
.wk2 {
	-webkit-perspective:1000px;
	-o-perspective:1000px;
	-ms-perspective:1000px;
	perspective:1000px;
}


.cfbj.on {
	-webkit-transform:rotatex(0) translateZ(0);
	-ms-transform:rotatex(0) translateZ(0);
	transform:rotatex(0) translateZ(0);
	opacity:1
} 
   
.cfbj h2 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:36px;
   text-align:center;
   margin-top:0px;
   margin-bottom:12px;
   color:#ce0e2d;
   }
   
.cfbj h3 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:18px;
   text-align:center;
   margin-top:0px;
   margin-bottom:40px;
   color:rgba(255,255,255,.6);
   }
   
.pinpai {
   margin-top:60px;
   margin-bottom:55px;
   height:auto; overflow:hidden;
   }
   
.pinpai h2 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:36px;
   margin-top:0px;
   margin-bottom:25px;
   color:#ce0e2d;
   }
   
.pprow {
   margin-left:-12px;
   margin-right:-12px;
   }
   
.pprow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding:10px;
   padding-left:12px;
   padding-right:12px;
   }
   
.touyy {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  }
  
  
/* 下载 */
.bnn3 {
   height:580px;
   padding-top:456px;
   background:url(../images/bnn3.jpg) center; background-repeat:no-repeat;
   } 
   
.bnn3 h2 {
   font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:58px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:0px;
   }  
   
.downbj {
   padding-top:70px;
   padding-bottom:24px;
   height:auto; overflow:hidden;
   background-color:#fbfbfb;
   }
   
.xzkuai {
   height:auto; overflow:hidden;
   margin-bottom:60px;
   } 
   
.xz-zi {
   height:auto; overflow:hidden;
   padding-top:28px;
   padding-bottom:28px;
   background-color:#343538;
   line-height:35px;
   font-size:18px;
   color:#FFFFFF;
   font-family:'Univers', Helvetica, Arial, sans-serif;
   }
   
.xz-zi-aa {
   width:66%;
   float:left;
   padding-left:25px;
   }
   
.xz-zi-bb {
   width:34%;
   float:right;
   background-color:#cf152d;
   text-align:center;
   }
   
.xzkuai 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;}  

.xzkuai:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.xzkuai section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 


/* 产品 */
.why {
   width:1720px;
   height:auto; overflow:hidden;
   margin:50px auto 25px;
   }
   
.why h2 {
    font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
    font-size: 45px;
    text-align: center;
    color: #1a1a1a;
	margin-top:0px;
	margin-bottom:52px;
}

.proce {
    padding: 0px 210px;
    position: relative;
}

#fuwu {
    position: static;
}

.whykk {
   height:auto; overflow:hidden;
   background-color: #FFFFFF;
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   }
   
.futu {
    position: relative;
    margin-top: -26px;
    z-index: 99;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.futu-tt {
    width: 52px;
    height: 52px;
    float: right;
    margin-right: 40px;
}

.cp-nei {
    height: 178px;
    padding: 15px;
        padding-top: 20px;
    color: #808080;
    font-size: 14px;
    line-height: 25px;
    margin-top: -26px;
    position: relative;
}

.cp-nei h3 {
   font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#333333;
   margin-top:0px;
   margin-bottom:16px;
   }
   
.proce .swiper-slide {
   padding:5px;
   }
   
.proce .swiper-container {
   padding-bottom:60px;
}

.proce .swiper-pagination-bullet {
    width: 29px;
    height: 29px;
    display: inline-block;
    border-radius: 100%;
    background: #d4d4d4;
    opacity: 1;
}

.proce .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cf152d;
}

.proce .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/leftw.png);
    background-size: 52px 52px;
    background-position: center;
    background-repeat: no-repeat;
}

.proce .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/rightw.png);
    background-size: 52px 52px;
    background-position: center;
    background-repeat: no-repeat;
}

.whykk 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;}  

.whykk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.whykk section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 

.kaojia {
   height:auto; overflow:hidden;
   padding-top:60px;
   padding-bottom:60px;
   background:url(../images/kjbj.jpg);
   }
   
.kaojia h2 {
   font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
    font-size: 45px;
    text-align: center;
    color: #1a1a1a;
	margin-top:0px;
	margin-bottom:52px;   
   }
   
#fuwuk {
    position: static;
}

.fwyy {
   height:auto; overflow:hidden;
   border-right:1px dotted #bebebe;
   }
   
.fwyy img {
   width:100%;
   }
   
.fwyy2 {
   width:424px;
   }
   
.cprr img {
   width:100%;
   }
   
.cprr2 img {
   width:100%;
   }
   
.fwyy p {
   margin-top:10px;
   padding-left:50px;
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#333333;
   }
   
.cpmorek {
   width:246px;
   height:57px;
   margin:90px auto 0px;
   }
   
.cpmorek a {
   display:block;
   width:242px;
   height:53px;
   line-height:53px;
   text-align:center;
   font-size:18px;
   color:#cf152d;
   border:2px solid #cf152d;
   border-radius: 10px;
   }
   
.cpmorek a:hover {
   color:#FFFFFF;
   background-color:#cf152d;
   }
   
/* 产品列表 */
.cplieb {
   height:auto; overflow:hidden;
   background:url(../images/kjbj.jpg);
   padding-bottom:10px;
   margin-top:10px;
   }
   
   
.cplie-lan {
   margin-top:20px;
   height:80px;
   line-height:80px;
   border-bottom:1px dotted #bfbfbf;
   margin-bottom:36px;
   }
   
.cplie-lan-aa {
   width:50%;
   font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#1a1a1a;
   float:left;
   }
   
.cplie-lan-aa ul {
   margin:0px;
   padding:0px;
   }
   
.cplie-lan-aa li {
   list-style-type:none;
   position:relative;
   }
   
   
.cplie-lan-aa li.mouseover .ul_hide {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 300px;
	text-align:left;
    border: 0px solid #CBCBCB;
	background-color:#FFFFFF;
    padding: 5px 0px;
	z-index:99;
    display: none;
}

.cplie-lan-aa li.mouseover .ul_hide li {
    height:40px;
	line-height:40px;
	margin-left:5px;
	margin-right:5px;
	border-bottom:0px solid #ffffff;
	list-style-type:none;
	background:none;
   white-space: nowrap;
text-overflow: ellipsis;
	position:relative;
}

.cplie-lan-aa li.mouseover .ul_hide li a{
    padding-left:15px;
	height:40px;
	line-height:40px;
    color:#333333;
	font-size:16px;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
}

.cplie-lan-aa li.mouseover .ul_hide li a:hover{
    display:block;
	line-height:40px;
    color:#FFFFFF;
	background-color:#cf152d;
    text-decoration: none;
}   
   
   
.cplie-lan-bb {
   width:50%;
   float:right;
   display: flex;
   justify-content: flex-end;
   }
   
.lieww {
    height: auto;
    overflow: hidden;
    line-height: 55px;
	margin-top:15px;
}   
   
.cplie-lan-bb .lieww ul {
    display: flex;
}

.cplie-lan-bb .lieww ul li {
    margin: 0px 18px;
}

.cplie-lan-bb .lieww ul li a {
    display: block;
	width:55px;
    height: 55px;	
}

.tb1 {
	width:55px;
    height: 55px;	
	background:url(../images/sx1.png) left; background-repeat:no-repeat;
}   

.tb2 {
	width:55px;
    height: 55px;	
	background:url(../images/sx2.png) left; background-repeat:no-repeat;
}   

.tb3 {
	width:55px;
    height: 55px;	
	background:url(../images/sx3.png) left; background-repeat:no-repeat;
}   

.cplie-lan-bb ul li a:hover .tb1 {
   background:url(../images/sx1.png) right; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.cplie-lan-bb ul li a:hover .tb2 {
   background:url(../images/sx2.png) right; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.cplie-lan-bb ul li a:hover .tb3 {
   background:url(../images/sx3.png) right; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
   
.cprr {
   height:auto; overflow:hidden;
   padding-top:30px;
   padding-bottom:65px;
   border-bottom:1px dashed #808080;
   border-right:1px dashed #808080;
   }
   
.cprr p {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#333333;
   margin:0px;
   padding-left:20px;
   }
   
.cprr2 {
   height:auto; overflow:hidden;
   padding-top:30px;
   padding-bottom:65px;
   border-bottom:1px dashed #808080;
   }
   
.cprr2 p {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#333333;
   margin:0px;
   padding-left:20px;
   }
   
.lieww p {
   position:relative;
   color:rgba(0,0,0,0);
   }
   
/* 产品详情页 */

.cpxq {
   height:auto; overflow:hidden;
   background:url(../images/kjbj.jpg);
   margin-top:123px;
   }

.cpww {
   width:1140px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.cpww-lan {
   height:auto; overflow:hidden;
   line-height:56px;
   }
   
.cpww-lan-aa {
   width:162px;
   float:left;
   } 
   
.cpww-lan-aa a {
   display:block;
   height:56px;
   line-height:56px;
   text-align:center;
   font-size:24px;
   font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   background-color:#cf152d;
   color:#FFFFFF;
   } 
   
   
.cpww-lan-bb {
   width:60%;
   font-size:18px;
   float:left;
   padding-left:20px;
   } 
   
.cpnn {
   height:auto; overflow:hidden;
   margin-top:10px;
   }
   
.cpnn-zi {
   padding-top:80px; 
   height:auto; overflow:hidden;
   font-size:18px;
   line-height:26px;
   color:#5b5b5b;
   }
   
.cpnn-zi h2 {
   font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#1a1a1a;
   margin-top:0px;
   margin-bottom:35px;
   }
   
.cpnn-zi h3 {
   font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:51px;
   color:#bb2020;
   margin-top:0px;
   margin-bottom:53px;
   }
   
   
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}
.pro-img #Gbig{
	width:100%;
}
.pro-img .xiaotu li{
	float:left;
	width:80px;
	border:1px dashed #bdbdbd;
	margin-right:25px;
	display:block;
	height:auto; overflow:hidden;
	overflow:hidden;
}
.pro-img .xiaotu li.hover{
	border:1px dashed #bdbdbd;
}
.pro-img .colmd5{
	width:47%;
	float:left;
}
.pro-img .colmd7{
	width:47%;
	float:right;
}

.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:999;background-color:#fff;}
.bigimg{width:1500px;height:1500px;}
.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;
}
.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;
}  

.cpxx {
   margin-top:36px;
   height:auto; overflow:hidden;
   margin-top:36px;
   }
   
.cpxx-lan {
   height:auto; overflow:hidden;
   line-height:60px;
   border:1px dashed #5b5b5b;
   } 
   
.cpxx-lan-ti {
   width:225px;
   line-height:60px;
   text-align:center;
   background-color:#5b5b5b;
   color:#FFFFFF;
   font-size:18px;
   } 
   
.cpxx-nei {
   height:auto; overflow:hidden;
   margin-top:55px;
   }    
   
.gn {
   width:60%;
   height:auto; overflow:hidden;
   margin:0 auto;
   color:#5b5b5b;
   margin-bottom:20px;
   }
   
.gn-aa {
   width:23%;
   float:left;
   text-align:center;
   font-size:18px;
   }
   
.gn-bb {
   width:77%;
   float:left;
   font-size:16px;
   }
   
.gn-bb .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px dashed #808080;
}  

.xiangguan {
   margin-top:30px;
   height:auto; overflow:hidden;
   } 
   
.xiangguan h2 {
   font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:45px;
   color:#1a1a1a;
   margin-top:0px;
   margin-bottom:50px;
   }
   
.xgdi {
   padding-bottom:66px;
   }
   
/* 联系我们 */

.lxbnn {
   height:554px;
   padding-top:400px;
   background:url(../images/bnn4.jpg) center;
   }
   
.lxbnn h2 {
   font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:58px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:0px;
   } 
   
.lxbj {
   height:auto; overflow:hidden;
   padding-top:45px;
   padding-bottom:90px;
   background:url(../images/kjbj.jpg);
   }
   
.lxww {
   width:1100px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.lxww h2 {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:33px;
   text-align:center;
   color:#222222;
   margin-top:0px;
   margin-bottom:60px;
   }
   
.lxhang {
   height:auto; overflow:hidden;
   padding-top:20px;
   padding-bottom:30px;
   border-bottom:1px solid #d4d4d4;
   color:#666666;
   font-size:16px;
   line-height:20px;
   }
   
.lxhang-aa {
   width:10%;
   float:left;
   }
   
.lxhang-bb {
   width:90%;
   float:left;
   color:#666666;
   }
   
.lxhang-bb h3 {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#333333;
   margin-top:0px;
   margin-bottom:10px;
   }  
   
.ditu {
   width:100%;
   height:620px;
   position:relative;
   }
   
.dituzi {
   height:580px;
   padding-top:90px;
   padding-bottom:90px;
   background:url(../images/dtzi.png) center; background-repeat:no-repeat;
   position:relative;
   margin-top:-620px;
   } 
   
.dituzi h2 {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:30px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:50px;
   }
   
.kk1 {
   height:50px;
   background:url(../images/kong.png);
   border:1px solid #787882;
   border-radius: 0;
   }
   
.kk2 {
   height:auto; overflow:hidden;
   background:url(../images/kong.png);
   border:1px solid #787882;
   border-radius: 0;
   }
   
.dituzi p {
   margin-bottom:30px;
   }
   
   
.dtmore {
   margin-top:36px;
   height:auto; overflow:hidden;
   }
   
.dtmorex {
   width:205px;
   height:55px;
   border-radius: 0;
   background-color:#d7272a;
   border:1px solid #d7272a;
   font-size:18px;
   font-family:'Univers', Helvetica, Arial, sans-serif;
   }


/* 分页 */ 
.page {
    margin: 20px auto;
}

.page-m {
    position: relative;
    top: -1px;
    +display: inline !important;
}

.page a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-m a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	border:1px solid #eeeeee;

}

.page-m a:hover {
    color: #fff;
    background: #005bac;
	border:1px solid #005bac;
}

.xianshi {
    color: #fff;
    background: #005bac;
	border:1px solid #005bac;
}

.page-m a.active {
    color: #fff;
    background: #005bac;
	border:1px solid #005bac;
}    


.abxx {
   border:10px solid #FFFFFF;
   }
   
.modal-dialog {
    width: 780px;
    margin: 180px auto;
}

.tanchu {
   padding:20px;
   height:auto; overflow:hidden;
   color:#666666;
   }
   
   
.tanchu-nei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#000000;
   font-weight:bold;
   text-align:center;
   margin-top:0px;
   margin-bottom:10px;
   }


.modal-content {
   background-color:#FFFFFF;
   }
   
.tanchu-neiw {
    padding: 20px;
    height: auto;
    overflow: hidden;
}

.modal-header {
    min-height: 16.428571429px;
    padding: 0px;
	height:40px;
    border-bottom: 1px solid #e5e5e5;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=20);
} 

.tanchu-neiw p {
   margin-bottom:10px;
   } 
   
.cpnn-zi h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 10px;
}




   

@media (min-width: 1440px) and (max-width: 1600px) {

.nav {
    padding-left: 16%;
}

.navbar-right {
    width:260px;
    float: right !important;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left:20px;
	padding-right:20px;
}

.cpkuai {
   width:100%;
   }
   
.img-list { position:relative; width:90%; height:auto; overflow:hidden; margin-left:40px; overflow:hidden}

.fudong {
    top: 10%;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 30px;
}

.fudong h2 {
    font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
}

.proce {
    padding: 0px 150px;
    position: relative;
}


.why {
   width:100%;
   }
   
.cpww {
   width:100%;
   }   

}     
   
@media (min-width: 1200px) and (max-width: 1440px) {

.nav {
    padding-left: 10%;
}

.navbar-right {
    width:200px;
    float: right !important;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left:20px;
	padding-right:20px;
}

.kuanping {
   width:90%;
   }

.cpkuai {
   width:100%;
   }
   
.img-list { position:relative; width:100%; height:auto; overflow:hidden; margin-left:-20px; overflow:hidden}

.fudong {

    top: 10%;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 30px;
}

.fudong h2 {
    font-family: 'RockwellStd-Bold', Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;	
}


.fwkuan {
   width:100%;
   }
   
.proce {
    padding: 0px 80px;
    position: relative;
}   
   
.why {
   width:100%;
   }

.cpww {
   width:100%;
   }  
}   


@media (min-width: 0px) and (max-width: 768px) {

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }

.navbar-toggle {
   margin-top:20px;
   }
   
.navbar-inverse .navbar-nav > li > a:hover .xiahua, .navbar-inverse .navbar-nav > li > a:focus .xiahua {
   display:none;
   }
   
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
	background-color:#cf152d;
}

.staa {
    width: 100%;
}

.stbb {
    width: 100%;
}

.cplan {
   width:100%;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.cplan li {
   list-style-type:none;
   float:left;
   width:33.3%;
   margin-left:0px;
   margin-right:0px;
   }
   
.cplan li a {
   display:block;
   width:100%;
   height:37px;
   line-height:37px;
   text-align:center;
   color:#404040;
   font-size:14px;
   border-radius: 20px;
   }
   
.cplan li a:hover {
   background-color:#cf152d;
   color:#FFFFFF;
   }
   
.cpkuai {
    width: 100%;
    position: relative;
}
   
.fudong {
   display:none;
   }
   
.xiaoguo .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
} 

.xiaoguo .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #FFF;
    opacity: .49;
} 

.xiaoguo .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}


.bottom h2 {

    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 15px;

} 

.cpkuai .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
	left:5px;
}

.cpkuai .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
	right:5px;
}

.whybj {
   height:auto; overflow:hidden;
   }

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
body {
   margin-top:120px;
   }
   
.shuzi {
   width:100%;
   }
   
.shuzi h3 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:60px;
   margin-top:12px;
   margin-bottom:10px;
   }
   
.proce {
    padding: 0px 0px;
    position: relative;
}    
   
.why {
   width:100%;
   }
   
.pro-img .colmd5{
   width:100%;
   }
   
.pro-img .colmd7{
   width:100%;
   }
   
.lxww {
   width:100%;
   }
   
.lanmuw {
   height:auto; overflow:hidden;
   margin-top:10px;
   }
   
.lanmuw li {
   width:31.3%;
   list-style-type:none;
   float:left;
   margin-right:2%;
   margin-bottom:6px;
}

.lanmuw li a {
   display:block;
   width:100%;
   height:40px;
   line-height:40px;
   background-color:#000000;
   color:#FFFFFF;
   text-align:center;
   cursor:pointer;
   }
   
.lanmuw li a:hover {
   background-color:#d83c3d;
   }

.abnn {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 56px;
}

.whybj2 {
     height: auto;
    overflow: hidden;
	}

.casegun .swiper-button-prev {
    position: absolute;
    top: 0px;
    width: 51px;
    height: 51px;
    left: 1%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/zuo.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}	
	
.casegun .swiper-button-next {
    position: absolute;
    top: 0px;
    width: 51px;
    height: 51px;
    right: 1%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/you.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}	

.fwkuan {
   width:100%;
   }
   
.fwhh li {
    width: 100%;
    margin-right: 0%;
}  

.bnn3 {
    height: 580px;
    padding-top: 400px;
    background: url(../images/bnn3.jpg) center;
        background-repeat: repeat;
    background-repeat: no-repeat;
}

.cplie-lan-aa {
    width: 100%;
}

.cplie-lan-bb {
    width: 100%;
}

.cpww {
   width:100%;
   }
   
.gn {
   width:100%;
   }  
   
.gn-aa {
   display:none;
   }
   
.gn-bb {
    width: 100%;
    font-size: 12px;
}

}
