@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: 'Roboto-Regular';      
src: url('Roboto-Regular.eot'); /* IE9 Compat Modes */      
src: url('Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('Roboto-Regular.woff') format('woff'), /* Modern Browsers */              
url('Roboto-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */              url('Roboto-Regular.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: none;
	background:url(../images/dhbj.jpg) left; background-repeat:no-repeat;
    border-color: #5F5D5D;
}

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

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

.nav {
    padding-left: 360px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
}
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;
}

.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-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 6px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:100%;
	height:6px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#FFFFFF;
}

    .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:1330px;
   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 {
   width:1680px;
   height:auto; overflow:hidden;
   line-height:40px;
   color:#4d4d4d;
   margin:0 auto;
   }
   
.dingbu-aa {
   width:50%;
   float:left;
   }
   
.dingbu-bb {
   width:50%;
   float:right;
   text-align:right;
   }

.search1 {
   margin-top:18px;
   width:230px;
   height:28px;
   float:right;
   }
   
.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
    height: 28px;
    font-size: 14px;
    padding-left: 10px;
    width: 82%;
	color:#838383;
	background-color:#d6d6d6;
    border-radius: 15px 0 0 15px;
}   

.search1 .btn {
    height: 28px;
    margin: 0;
	padding:0px;
    background: #d6d6d6;
    border-radius: 0 15px 15px 0;
    color: #686868;
    text-align: center;
    width: 18%;
}   

.search1 .form-control:-moz-placeholder {
  color: #838383;
}

.search1 .form-control::-moz-placeholder {
  color: #838383;
  opacity: 1;
}

.search1 .form-control:-ms-input-placeholder {
  color: #838383;
}

.search1 .form-control::-webkit-input-placeholder {
  color: #838383;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px;
    left: 0;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background:#FFFFFF;
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background:#0069af;
}

.cpbj {
   height:auto; overflow:hidden;
   padding-top:60px;
   padding-bottom:60px;
   background-color:#f9f9f9;
   color:#616161;
   }
   
.cpbj h2 {
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
   font-size:35px;
   margin-top:0px;
   margin-bottom:45px;
   text-transform:uppercase;
   text-align:center;
   color:#6b6b6b;
   }
   
.cpkuan {
   width:1525px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.cplanw {
   text-align:center;
   height:auto; overflow:hidden;
   font-size:16px;
   line-height:30px;
   }
   
.cplanw a {
   color:#6b6b6b;
   }
   
.cplanw a:hover {
   color:#194593;
   }
   
.cpnn {
   margin-top:60px;
   height:auto; overflow:hidden;
   }
   
.cptu {
   height:auto; overflow:hidden;
   }
   
.cptu p {
   margin-top:20px;
   font-size:16px;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   }
   
.cptu a {
   color:#616161;
   }
   
.cptu a:hover {
   color:#194593;
   }
   
.cptu a:hover img {
   box-shadow: 0px 0px 10px rgba(0,0,0,.3);
   }

.cpnn .swiper-container {
   padding-bottom:88px;
   }
   
.cpnn .swiper-button-prev {
    position: absolute;
    top: 95%;
    width: 60px;
    height: 41px;
    margin-top: -22px;
	left:46%;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.jpg);
    background-size: 60px 41px;
    background-position: center;
    background-repeat: no-repeat;
}

.cpnn .swiper-button-next {
    position: absolute;
    top: 95%;
    width: 60px;
    height: 41px;
    margin-top: -22px;
	right:46%;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.jpg);
    background-size: 60px 41px;
    background-position: center;
    background-repeat: no-repeat;
}

.abbj {
   height:auto; overflow:hidden;
   padding-top:70px;
   padding-bottom:66px;
   text-align:center;
   line-height:34px;
   font-size:16px;
   color:#FFFFFF;
   background:url(../images/abbj.jpg) top center;
   }
   
.abbj h2 {
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
   font-size:35px;
   text-align:center;
   text-transform:uppercase;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:54px;
   }
   
.abbj h3 {
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
   font-size:20px;
   text-align:center;
   text-transform:uppercase;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:40px;
   }

.abmore {
   width:122px;
   height:44px;
   margin:56px auto 0px;
   }
   
.abmore a {
   display:block;
   width:122px;
   height:44px;
   line-height:44px;
   font-size:14px;
   text-align:center;
   background-color:#194593;
   color:#FFFFFF;
   }
   
.abmore a:hover {
   background-color:#000000;
   }
   
.lxbj {
   height:auto; overflow:hidden;
   padding-top:75px;
   padding-bottom:75px;
   background-color:#f9f9f9;
   }
   
.lxbj h2 {
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
   font-size:35px;
   text-align:center;
   text-transform:uppercase;
   color:#6b6b6b;
   margin-top:0px;
   margin-bottom:60px;
   }
   
.lxkuai {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   padding-top:85px;
   padding-bottom:112px;
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   }
   
.lxtu {
   height:auto; overflow:hidden;
   text-align:center;
   }
   
.lxtu p {
   text-align:center;
   font-size:16px;
   color:#3d3d3d;
   margin-top:36px;
   }
   
.bottom {
   height:auto; overflow:hidden;
   padding-top:66px;
   color:#FFFFFF;
   font-size:16px;
   background:url(../images/bmbj.jpg) center; background-repeat:no-repeat;
   }   
   
.bottom a {
   color:#FFFFFF;
   }
   
.add {
   height:auto; overflow:hidden;
   font-family: 'Roboto-Regular', Helvetica, Arial, sans-serif;
   margin-top:56px;
   }
   
.bmleft {
   width:45%;
   float:left;
   }
   
.bmright {
   width:51%;
   float:right;
   }
   
.bmlan {
   color:#626971;
   height:auto; overflow:hidden;
   }
   
.bmrow {
   margin-left:-8px;
   margin-right:-8px;
   }
   
.bmcol4 {
   padding-left:8px;
   padding-right:8px;
   float:left;
   width:33.33333333333333%;
   }
   
.bmcol8 {
   padding-left:8px;
   padding-right:8px;
   float:left;
   width:66.66666666666666%;
   }
   
.biao {
   height:auto; overflow:hidden;
   margin-bottom:14px;
   }
   
.kk {
   height:42px;
   background-color:rgba(231,231,231,.48);
   border:1px solid rgba(231,231,231,.48);
   color:#f2f2f2;
   border-radius: 0;
   }
   
.kk2 {
   height:auto; overflow:hidden;
   background-color:rgba(231,231,231,.48);
   border:1px solid rgba(231,231,231,.48);
   color:#f2f2f2;
   border-radius: 0;
   }
   
.biao .form-control:-moz-placeholder {
  color: #FFFFFF;
}

.biao .form-control::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.biao .form-control:-ms-input-placeholder {
  color: #FFFFFF;
}

.biao .form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}

.anniu {
   border-radius: 0;
   width:100%;
   height:114px;
   background-color:#cccecf;
   border:1px solid #cccecf;
   color:#444444;
   }
   
.footer {
   height:auto; overflow:hidden;
   line-height:60px;
   font-family: 'Roboto-Regular', Helvetica, Arial, sans-serif;
   }
   
.juyou {
   text-align:right;
   }  
   
.yc {
   display:block;
   }
   
.yd {
   display:none;
   }
   
/* 关于我们 */
.nabout {
    padding-top: 30px;
	padding-bottom:30px;
}

ul, ol {
    list-style: none;
}

.cplan {
    background:#0065b4 url(../images/yqjt2.png) no-repeat 90%;
        background-size: auto;
    background-size: 10% auto;
    line-height: 65px;
    font-size: 22px;
    padding-left: 30px;
	color:#FFFFFF;
	font-weight:bold;
}

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

.zcd li {
    list-style-type:none;
    line-height: 50px;
}

.zcd li a {
    display:block;
    background:#f4f4f4 url(../images/jt.png) no-repeat 90%;
    background-size: auto;
    background-size: 5% auto;
    line-height: 50px;
    border: 1px solid #dadada;
    border-top-color: rgb(218, 218, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    padding-left: 30px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.zcd li a:hover {
   background:#37383a url(../images/jt2.png) no-repeat 90%;
    background-size: auto;
    background-size: 5% auto;
    line-height: 50px;
    border: 1px solid #dadada;
    border-top-color: rgb(218, 218, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
   color:#FFFFFF;
   }
   
.zcd li.hover a {
   background:#37383a url(../images/jt2.png) no-repeat 90%;
    background-size: auto;
    background-size: 5% auto;
    line-height: 50px;
    border: 1px solid #dadada;
    border-top-color: rgb(218, 218, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
   color:#FFFFFF;
   }
   
.lxwm {
    background:#42494c url(../images/yqjt2.png) no-repeat 90%;
    background-size: auto;
    background-size: 10% auto;
    line-height: 65px;
    font-size: 26px;
    padding-left: 30px;
    margin-top: 30px;
	color:#FFFFFF;
	font-weight:bold;
}

.lxwm1 {
    padding: 30px;
	padding-left:15px;
	padding-bottom:15px;
    border: 1px solid#dadada;
    font-family: "微软雅黑";
    text-align: center;
}

.lxwm1 span:nth-child(1) {
    font-size: 12px;
}

.lxwm1 span:nth-child(3) {
    font-size: 27.6px;
    color:#0065b4;
    font-family: Arial;
    font-style: italic;
}

.lxwm2 {
    padding: 30px;
    border: 1px solid #dadada;
    border-top-color: rgb(218, 218, 218);
    border-top-style: solid;
    border-top-width: 1px;
    font-family: "微软雅黑";
    text-align: center;
    border-top: none;
}

.lxwm2 span {
    line-height: 30px;
    font-size: 12px;
}

.liuyan {
   width:150px;
   margin:5px auto 0px;
   } 
   
.liuyan a {
   display:block;
   width:150px;
   height:30px;
   line-height:30px;
   text-align:center;
   background: #0065b4;
   color:#FFFFFF;
   border-radius: 5px;
   }
   
.liuyan a:hover {
   background-color:#000000;
   }
   
   
.pnr {
    border: 1px solid #dadada;
	height:auto; overflow:hidden;
}

.title {
    background:#f0f0f0;
	height:auto; overflow:hidden;
	line-height: 70px;
    border-bottom: 1px solid #dadada;
    padding: 0px 15px;
}

.title-left {
   width:50%;
   color:#0065b4;
   font-size: 18px;
   font-weight: bold;
   float:left;
   }
   
.title-right {
   width:50%;
   color: #848484;
   float:right;
   text-align:right;
   }
   
.pnr-nei {
   padding:30px;
   height:auto; overflow:hidden;
   word-wrap: break-word;
    word-break: normal;
}  

.pnr-nei img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
   } 
   
   
/* 产品中心 */

.pnr-neiw {
   padding:30px;
   height:auto; overflow:hidden;
} 

.cphh ul {
    overflow: hidden;
	margin:0px;
	padding:0px;
} 

.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;
    background: #f8f7f7;
    color: #333333;
	font-size:16px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
} 

.cphh li.hover a {
    background: #37383a;
    color: #ffffff;
}

.cphh li a:hover{
    background: #37383a;
    color: #ffffff;
}

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

.cpkk-right-lan {
    height:auto; overflow:hidden;
    line-height: 50px;
    border-bottom: 1px solid #dcdddd;
    color: #898989;
}

.cpkkr-nei {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}

.cpkkr-zuo {
    font-size: 16px;
}

.cpkkr-you {
    text-align: right;
    font-size: 14px;
}

.cptux {
   border:6px solid #efefef;
   background-color:#efefef;
   height:auto; overflow:hidden;
   margin-bottom:30px;
   }
   
.cptux:hover {
   border:6px solid #0065b4;
   background-color:#0065b4;
   box-shadow:0px 0px 15px rgba(0,0,0,.5);
   transition: all 500ms ease-in 0ms;
   }
.cptux a {
   color:#333333;
   }
   
.cptux a:hover {
   color:#ffffff;
   }
   
.cptux p {
   margin-top:15px;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-bottom:7px;
   text-align:center;
   }    
   
.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: #c0121b;
    border-radius: 20px;
} 

/* 分页 */ 
.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: #0065b4;
	border:1px solid #0065b4;
}

.xianshi {
    color: #fff;
    background: #0065b4;
	border:1px solid #0065b4;
}

.page-m a.active {
    color: #fff;
    background: #0065b4;
	border:1px solid #0065b4;
}
      
/* 产品详情 */
.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;
   line-height:52px;
   color:#595959;
   font-size:16px;
   padding-left:15px;
   }  
   
.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;
   }
   
   
.biaow {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.biaow 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:#194593;
	border:1px solid #194593;
    padding: 0px;
}   

.cpyymorex {
    width: 150px;
    height: 35px;
    margin-top: 15px;
}

.cpyymorex a {
    display: block;
    width: 190px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background-color:#194593;
    border-radius: 20px;
}

/* 订购 */   
   
.pnr-nei .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0px solid #dddddd;
    border-bottom: 1px dashed #dedede;
	background-color:#FFFFFF;
	text-align:center;
}

.pnr-nei .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th {
    border: 1px solid #dddddd;
        border-top-width: 1px;
        border-bottom-width: 1px;
		text-align:center;
        border-top-style: solid;
        border-top-color: rgb(221, 221, 221);
		background-color:#eef2f5;
}

.dingdan {
   margin-top:40px;
   }
   
.dingdan p {
   margin-bottom:16px;
   }
   
.anbb {
   width:180px;
   height:40px;
   background-color:#194593;
   border:1px solid #194593;
   font-size:18px;
   } 
   
.lykk {
   height:70px;
   }
   
   
@media (min-width: 1600px) and (max-width: 1800px) {   

.dingbu {
   width:100%;
   }

.container {
   width:100%;
   }

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

.dingbu {
   width:100%;
   }

.container {
   width:100%;
   }
   
.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%;
   }
   
.dingbu {
   width:100%;
   }
   
.dingbu-aa {
   width:100%;
   }
   
.dingbu-bb {
   width:100%;
   }

.container {
   width:100%;
   }
   
.navbar-inverse {
   background:none;
   background-color:#FFFFFF;
   border-color: #5F5D5D;
} 

.navbar-inverse .navbar-nav > li > a {
    color: #194593;
}  
 
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #194593;
}  

.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 6px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #194593;
}

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:100%;
	height:6px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#194593;
} 

.search1 {
    margin-top: 18px;
    width: 230px;
	margin-bottom:15px;
}

.cpkuan {
    width: 100%;
}

.cpnn .swiper-button-prev {
    position: absolute;
    top: 95%;
    width: 35px;
    height: 24px;
    margin-top: -22px;
    left: 40%;
    z-index: 10;
    cursor: pointer;
    background-size: 35px 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.cpnn .swiper-button-next {
    position: absolute;
    top: 95%;
    width: 35px;
    height: 24px;
    margin-top: -22px;
    right: 40%;
    z-index: 10;
    cursor: pointer;
    background-size: 35px 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.lxkuai {
    height: auto;
    overflow: hidden;
    background-color:rgba(255,255,255,.0);
padding-top: 50px;
padding-bottom: 60px;
box-shadow: 0px 0px 10px
    rgba(0,0,0,.0);
}

.bottom {
    height: auto; overflow: hidden;
    background:none;
	background-color:#142230;
}

.bmleft {
    width: 100%;
}

.bmright {
    width: 100%;
}

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

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

.bmcol8 {
    width: 100%;
}

.footer {
    line-height: 30px;
}

.yc {
   display:none;
   }
   
.yd {
   display:block;
   } 
   
.cplanw li {
   list-style-type:none;
   width:100%;
   float:left;
}

.cplanw li a {
   color:#6b6b6b;
   }

.cplanw li a:hover {   
   color:#194593
  } 
  
.abbj {
    background: url(../images/abbj.jpg) top center;
	background-size: 1920px 100%;
}

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

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

.title {
   line-height: 40px;
   border-bottom: 1px solid #dadada;
}

.lykk {
    height: 40px;
	margin-top:10px;
}

}


