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

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

body {
  font-family: 'Avenir', 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: #0069af;
    border-color: #5F5D5D;
}

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

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left:36px;
	padding-right:36px;
	margin-left:8px;
	margin-right:8px;
    line-height: 54px;
}

.nav {
    padding-left: 0px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
	background-color:#1d4e6f;
}
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;
	font-size:16px;
}

.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.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;}


.kuanping {
   width:1230px;
   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;
   }
   
.toubu {
   width:1200px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.logo {
   width:50%;
   float:left;
   }
   
.tb-you {
   width:315px;
   float:right;
   margin-top:20px;
   }
   
.yuyan {
   text-align:right;
   color:#b2b2b2;
   }
   
.yuyan a {
   color:#b2b2b2;
   }
   
.yuyan .cur {
   color:#2f5475;
  }
  
  
.search1 {
	width:314px;
	float:right;
	margin-top:6px;
   }  
  
.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
    height: 30px;
    font-size: 14px;
    padding-left: 10px;
    width: 82%;
	border:1px solid #2f5475;
	color:#bdbdbd;
    border-radius: 15px 0 0 15px;
}   

.search1 .btn {
    height: 30px;
    margin: 0;
	padding:0px;
	line-height:28px;
    background: #2f5475;
    border-radius: 0 15px 15px 0;
    color: #FFFFFF;
    text-align: center;
    width: 18%;
}   

.cpbj {
   height:auto; overflow:hidden;
   background-color:#f9f9f9;
   padding-top:70px;
   padding-bottom:70px;
   }
   
.cpbj h2 {
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
   margin-top:0px;
   margin-bottom:35px;
   font-size:32px;
   text-align:center;
   color:#4a575a;
   text-transform:uppercase;
   }
   
.cpkuan {
   width:1464px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.cprow {
   margin-left:-10px;
   margin-right:-10px;
   }
   
.cpcol3 {
   width:25%;
   float:left;
   padding-left:10px;
   padding-right:10px;
   }
   
.cptu {
   height:auto; overflow:hidden;
   margin-top:40px;
   }
   
.cptu p {
   margin-top:30px;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
text-transform:uppercase;
   }
   
.cpkk {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.cptu:hover p {
   color:#006bb2;
   transition: all 300ms ease-in 0ms;
   }
   
.zhezhao {
   position:absolute;
   bottom:0px;
   left:0px;
   width:100%;
   height:0px;
   text-align:center;
   color:#FFFFFF;
   font-size:14px;
   line-height:31px;
   background-color:rgba(0,122,203,0.57);
   transition: all 300ms ease-in 0ms;
   }
   
.cptu:hover .zhezhao {
   height:100%;
   padding:15px;
   padding-top:35%;
   text-transform:uppercase;
   transition: all 300ms ease-in 0ms;
   }
   
.cpmore {
   width:130px;
   height:40px;
   line-height:40px;
   text-align:center;
   background-color:#FFFFFF;
   color:#292929;
   margin:27px auto 0px;
   }   
   
.abbj {
   height:auto; overflow:hidden;
   padding-top:60px;
   padding-bottom:45px;
   line-height:52px;
   font-size:18px;
   color:#FFFFFF;
   background:url(../images/abbj.jpg) center;
   } 

.abbj h2 {
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
   font-size:32px;
   text-align:center;
   margin-top:0px;
   margin-bottom:50px;
   text-transform:uppercase;
   color:#FFFFFF;
   }    
   
.abkuan {
   width:960px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.abtu {
   margin-top:45px;
   height:auto; overflow:hidden;
   text-align:center;
   }
   
.shebei {
   width:1325px;
   height:auto; overflow:hidden;
   margin:65px auto 65px;
   }
   
.shebei h2 {
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
   font-size:32px;
   text-align:center;
   margin-top:0px;
   margin-bottom:70px;
   text-transform:uppercase;
   color:#4a575a;
   }

.proce {
    padding: 0px 60px;
    position: relative;
}

#fuwu {
    position: static;
}

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

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

.sbtu {
   height:auto; overflow:hidden;
   }
   
   
.sbtu 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; border-radius: 8px;}  

.sbtu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.sbtu section {
   overflow: hidden;
   border-radius: 8px;
   }	 
	
section {
    display: block;
} 
   
.sbtu p {
   margin-top:15px;
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
   text-transform:uppercase;
   color:#3c3c3c;
   }
   
.sbtu:hover p {
   color:#0069af;
   transition: all 300ms ease-in 0ms;
   }
   
.xwbj {
   height:auto; overflow:hidden;
   padding-top:60px;
   padding-bottom:80px;
   background:url(../images/xwbj.jpg) center; background-repeat:no-repeat;
   color:#FFFFFF;
   }
   
.xwbj h2 {
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
   margin-top:0px;
   margin-bottom:6px;
   text-align:center;
   text-transform:uppercase;
   color:#4a575a;
   font-size:32px;
   }
   
.xwkuai {
   height:auto; overflow:hidden;
   margin-top:43px;
   }      
   
.xwkuai-aa {
   width:40%;
   float:left;
   }
   
.xwkuai-bb {
   width:56%;
   float:right;
   color:#9d9d9d;
   }
   
.xwkuai-bb h3 {
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
   height:auto; overflow:hidden;
   line-height:38px;
   font-size:16px;
   color:#9d9d9d;
   margin-top:20px;
   margin-bottom:14px;
   }
   
.bottom {
   height:auto; overflow:hidden;
   border-top:3px solid #FFFFFF;
   background-color:#153854;
   padding-top:40px;
   padding-bottom:30px;
   line-height:38px;
   font-size:16px;
   color:#e4e4e4;
   }
   
.bottom a {
   color:#e4e4e4;
   }  
   
.bottom h2 {
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
   font-size:55px;
   margin-top:20px;
   margin-bottom:30px;
   color:#e4e4e4;
   }
   
.banquan {
   margin-top:40px;
   font-size:14px;
   }
   
.liuyan {
   padding-left:120px;
   } 
   
.liuyan p {
   margin-top:0px;
   margin-bottom:20px;
   }
   
.kk {
   height:49px;
   background:url(../images/kong.png);
   border:1px solid #a0a0a0;
   border-radius: 0;
   }   
   
.kk2 {
   height:auto; overflow:hidden;
   background:url(../images/kong.png);
   border:1px solid #a0a0a0;
   border-radius: 0;
   } 
   
.anniu {
   width:100%;
   height:49px;
   background-color:#e4e4e4;
   border:1px solid #e4e4e4;
   color:#818181;
   border-radius: 0;
   }
   
.yc {
   display:block;
   }
   
.yd {
   display:none;
   }
   
   
/* 关于 */
.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: 78px;
}

.lm-ct ul li a {
    display: block;
    line-height: 74px;
    font-size: 18px;
    color: #000;
	cursor:pointer;
}

.lm-ct ul li a:hover {
   color:#164f75;
   }
   
.lm-ct ul li.hover a {
   color:#164f75;
   }

.lm-ct > span {
    display: block;
    height: 4px;
    background: #164f75;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    transition: .5s;
}   

.lanmuw {
   height:auto; overflow:hidden;
   margin-top:10px;
   margin-left: 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;
   }
   
.lanmuw li.hover a {
   background-color:#d83c3d;
   }  
   
.abnn {
    height: auto;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 80px;
    line-height: 35px;
} 

.abnn h2 {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 45px;
    color:#000000;
}

.wenhua {
    height: 588px;
    padding-top: 90px;
    line-height: 32px;
    text-align: center;
    background: url(../images/hzbj.jpg) center;
        background-repeat: repeat;
    background-repeat: no-repeat;
}

.wenhua h2 {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 35px;
    color: #000000;
}

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

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

.mokk2 {
    width: 1200px;
    margin: 0 auto;
}

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

.cfgun .swiper-container {
    padding-top: 100px;
}

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

.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/zuo1.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/you1.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}   

.honor {
   height:auto; overflow:hidden;
   margin-top:50px;
   margin-bottom:50px;
   }
   
.honor h2 {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    font-size: 32px;
    color:#222222;
    margin-top: 0px;
    margin-bottom: 55px;
    text-align: center;
}


/* 产品 */
.bnn {
    height: 400px;
    background: url(../images/bnn.jpg) center;
}

.bnnkk {
    width: 1200px;
    height: 400px;
    padding-top: 170px;
    position: relative;
    color:#FFFFFF;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
}

.bnnkk h2 {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    font-size: 33px;
    font-weight: bold;
    color:#FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bnnkk a {
    color:#FFFFFF;
}

.cpkuai {
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 65px;
    background-color:#f5f6f6;
}

.search2 form {
    display: flex;
	height:auto; overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #f0f0f0;
}

.search2 .search {
    border: 0;
    height: 52px;
    font-size: 18px;
    padding-left: 10px;
    width: 80%;
	color: #777777;
	font-family: 'Avenir', Helvetica, Arial, sans-serif;
    border-radius: 0;
}   

.search2 .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;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    line-height: 46px;
    border: 1px solid #ececec;
    padding-left: 75px;
    color:#000000;
    font-size: 20px;
    background: url(../images/cplan.jpg) left;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    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;
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
   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%;
   float:right;
   height:80px;
   overflow:hidden;
   line-height:27px;
   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;
}

.cprow {
   margin-left:-10px;
   margin-right:-10px;
   height:auto; overflow:hidden;
   }
   
.cpcol4 {
   width:33.3%;
   float:left;
   padding-left:10px;
   padding-right:10px;
   }
   
.cptuk {
   margin-bottom:30px;
   height:auto; overflow:hidden;
   padding:6px;
   background-color:#FFFFFF;
   }
   
.cptuk:hover {
   background-color:#006ba9;
   transition: all 500ms ease-in 0ms;
   }
   
.cptuk-zi {
   margin-top:12px;
   height:46px;
   overflow:hidden;
   padding-bottom:6px;
   color:#565252;
   line-height:23px;
   }
   
.cptuk:hover .cptuk-zi {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
/* 分页 */ 
.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: #0269af;
	border:1px solid #0269af;
}

.xianshi {
    color: #fff;
    background: #0269af;
	border:1px solid #0269af;
}

.page-m a.active {
    color: #fff;
    background: #0269af;
	border:1px solid #0269af;
}

	
/* 产品详情 */
.cpnei {
   height:auto; overflow:hidden;
   padding:20px;
   padding-top:50px;
   background-color:#FFFFFF;
   }	
   
.pro-img{
	margin-bottom:40px;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}
.pro-img #Gbig{
	width:100%;
}
.pro-img .xiaotu li{
	float:left;
	width:91px;
	margin:0px 10px 0 0;
	border:1px #ddd solid;
	display:block;
	height:auto; overflow:hidden;
	overflow:hidden;
}
.pro-img .xiaotu li.hover{
	border:1px #0e66a6 solid;
}
.pro-img .colmd5{
	width:47%;
	float:left;
}
.pro-img .colmd7{
	width:48%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
    font-family: 'Avenir', 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 #e8e8e8 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:999;background-color:#fff;}
.bigimg{width:800px;height:800px;}
.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;
}
   
   
.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;
   }
   

   
#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {

}
#slidingBlock span.menuNo:after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #0055a5;
	transition: all 500ms ease-in 0ms;

}
#slidingBlock span.menuOn:after {
	width:100%;
	height:2px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#0055a5;
	transition: all 500ms ease-in 0ms;

}
#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}  

.cpxq-nei {
   padding:25px;
   height:auto; overflow:hidden;
   font-size:15px;
   line-height:25px;
   color:#515151;
   }
   
.liebiao {
   height:78px;
   border:1px solid #ebebeb;
   }
   
.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:39px;
   line-height:39px;
      white-space: nowrap;
text-overflow: ellipsis;
   text-align:center;
   font-size:14px;
   color:#919191;
   }
   
.xgtu:hover {
   background-color:#006ba9;
   transition: all 500ms ease-in 0ms;
   }
   
.xgtu:hover .xgtu-zi {
   color:#ffffff;
   transition: all 500ms ease-in 0ms;
   }  
   
   
/* 生产设备 */
.scbj {
    padding-top: 45px;
    padding-bottom: 80px;
    height: auto; overflow: hidden;
    background-color:#f7f8fc;
}   

.scbj h2 {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    font-size: 38px;
    color:#252525;
    margin-top: 0px;
    margin-bottom: 22px;
    text-align: center;
    padding-top: 78px;
	text-transform:uppercase;
    background: url(../images/shu3.png) top center;
        background-repeat: repeat;
    background-repeat: repeat;
    background-repeat: no-repeat;
}

/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 500px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

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

.icase ul {
   padding:0px;
   margin:0px;
   } 
   
.icase ul li {
   list-style-type:none;
   }

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

.rytu img {
   width:100%;
   }  

/* 新闻 */
.xwkuan {
   width:1110px;
   height:auto; overflow:hidden;
   margin:15px auto 30px;
   }
   
.xwkuan h2 {
   font-family: 'Univers Condensed', Helvetica, Arial, sans-serif;
   font-size:38px;
   color:#252525;
   margin-top:0px;
   margin-bottom:20px;
   text-align:center;
   padding-top:78px;
   background:url(../images/shu3.png) top center; background-repeat:no-repeat;
   }
   
.newszi {
   height:auto; overflow:hidden;
   text-align:center;
   color:#666666;
   font-size:16px;
   line-height:25px;
   }	
   
.newskk {
   height:auto; overflow:hidden;
   border:1px solid #e8e8e8;
   margin-top:25px;
   }
   
.xwtu 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;}  

.xwtu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.xwtu section {
   overflow: hidden;
   }
   
.newskk 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%;}  

.newskk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.newskk section {
   overflow: hidden;
   }
   
.xwtu {
   width:100%;
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   }

.xwtu-zi {
   height:auto; overflow:hidden;
   padding:15px;
   color:#969696;
   }
   
.xwtu-zi h3 {
   font-family: 'Univers Condensed', Helvetica, Arial, sans-serif;
   font-size:16px;
   height:45px;
   overflow:hidden;
   margin-top:0px;
   margin-bottom:15px;
   color:#333333;
   }
   
.xwtime {
   height:auto; overflow:hidden;
   margin-top:45px;
   color:#babcc2;
   }	
   
/* 新闻内 */
.inewsct {
	margin-top:30px;

}

.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;
}

.cpyymore {
    width: 165px;
    height: 35px;
    margin: 15px auto 0px;
}

.cpyymore a {
    display: block;
    width: 165px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #1b2d52;
    border-radius: 20px;
} 

/* 联系 */
.lxkk {
   height:auto; overflow:hidden;
   margin-top:35px;
   padding-bottom:75px;
   } 
   
.lxkk h2 {
    font-family: 'Univers Condensed', Helvetica, Arial, sans-serif;
    font-size: 38px;
    color: #252525;
    margin-top: 0px;
    margin-bottom: 53px;
    text-align: center;
    padding-top: 78px;
    background: url(../images/shu3.png) top center;
        background-repeat: repeat;
    background-repeat: no-repeat;
}

.lxzi {
   height:auto; overflow:hidden;
   text-align:center;
   color:#333333;
   font-size:16px;
   line-height:23px;
   margin-bottom:40px;
   }
   
.ditux {
   border:5px solid #FFFFFF;
   height:auto; overflow:hidden;
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   }
   
.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
	font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #f0f0f0;
}

.lxhh-aa {
    width: 10%;
    float: left;
}

.lxhh-bb {
    width: 89%;
    float: right;
    color: #666666;
    font-size: 16px;
}

.lxhh-bb h4 {
    font-family: 'Univers Condensed', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #333333;
	font-weight:bold;
}

.lghh {
   padding-top:25px;
   padding-bottom:15px;
   background-color:rgba(0,0,0,0);
   }
   
   
/* 留言 */
.liuyanw {
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 45px;
    background-color:#f1f1f1;
}

.liuyanw h3 {
    font-family: 'Univers Condensed', Helvetica, Arial, sans-serif;
    font-size: 42px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 83px;
}

.lykk {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.hzi {
    color:#ddaa6e;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.biao h4 {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 14px;
    color:#666666;
}

.kka {
    height: 60px;
    border: 1px solid #d2d2d2;
}

.kkb {
    border: 1px solid #d2d2d2;
}

.anniuw {
    width: 208px;
    height: 54px;
    background-color:#ddaa6e;
    padding: 0px;
}

.lang {
    width: auto;
    position: absolute;
    left: 0;
    top: 25px;
    transform: translateY(-50%);
    font-size: 14px;
    color:#000;
}

.goog-te-gadget-simple {
    background-color: #fff;
border-left: 1px solid #d5d5d5;
border-top: 1px solid #9b9b9b;
border-bottom: 1px solid #e8e8e8;
border-right: 1px solid #d5d5d5;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    *display: inline;
}

.goog-te-gadget img {
    vertical-align: middle;
    border: none;
}
.goog-te-gadget-icon {
    margin-left: 2px;
    margin-right: 2px;
    width: 19px;
    height: 19px;
    border: none;
    vertical-align: middle;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
}

.abww {
   height:320px;
   padding-right:10px;
   overflow-y:scroll;
   }
   
@media (min-width: 1200px) and (max-width: 1400px) {
.cpkuan {
   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%;
   }
   
.container {
   width:100%;
   }
   
.toubu {
   width:100%;
   }

.cpkuan {   
   width:100%;
   }
   
.abkuan {   
   width:100%;
   }  
   
.shebei {    
   width:100%;
   } 
   
.liuyan {
   padding-left:15px;
   } 
   
.yd {
   display:block;
   }
   
.yc {
   display:none;
   } 
   
.navbar-inverse {
    background-color:#ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #333333;
    font-size: 16px;
}

.logo {
   width:80%;
   }
   
.cpbj {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cpcol3 {
    width: 100%;
    float: left;
}

.abtu img {
   width:100%;
   }
   
.xwbj {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 40px;
    background: none;
	background-color:#183c5a;
}

.xwkuai-aa {
    width: 100%;
}

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

.xwkuai-bb {
    width: 100%;
}

.banquan {
word-wrap:break-word;
overflow:hidden;
word-break:break-all;
   }
   
body {
   margin-top:56px;
   }
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:10;
   }
   
.xwkuan {
   width:100%;
   }
   
.bnnkk {
   width:100%;
   padding-top: 60px;
   }
   
.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 10px;
}

.bnn {
    height: 200px;
    background: url(../images/bnn.jpg) center;
	background-size: 960px 200px;
}


.biao h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #666666;
}

.cpkuai {
	padding:0px;
    padding-top: 40px;
    padding-bottom: 65px;
}

.tuijian {
   display:none;
   }
   
.cpcol4 {
    width: 50%;
}

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

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

.pro-img .colmd7 .pro-ptt {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
	margin-top:20px;
    border-bottom: 1px #e8e8e8 solid;
}

.abnn {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cfgun .swiper-button-prev {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
    left: 75%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
        background-size: auto;
    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-size: auto;
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.bottom h2 {
    font-size: 48px;
}

.banquan {
   margin-top:40px;
   font-size:13px;
   }

.xwbj h2 {
color: #fff;
}

.xwkuai-bb h3 {
color: #fff;
}

.xwkuai-bb {
color: #fff;
}

.lykk {
    width: 100%;
}

.cpbj h2 {
margin-bottom: 0px;
}

.xwkuan .row {
    margin-right: 0px;
    margin-left: 0px;
}

.inewsct {
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
}

}
