*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #333;
}
body{
	font-family: "微软雅黑";
    min-width: 1200px;
}
ul{
    list-style: none;
}
.carousel-inner img{
    width: 100%;
}

.tops{
    width: 1200px;
    margin: auto;
    height: 102px;
}
.tops img:nth-child(1){
    position: absolute;
   
}
.tops img:nth-child(2){
    position: absolute;
     left: 12%;
}







.top1{
	 width: 774px;
	
    width: 100%;
   
}
.nav{
/*    box-shadow: 0px 2px 3px #ccc;*/
    width: 929px;
	 float: right;
  
}

.nav>ul{
    margin-bottom: 0;
    font-size: 0;
}
.nav>ul>li{
	padding-top: 40px;
    display: inline-block;
    position: relative;
}
.nav>ul>li>a{
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    line-height: 36px;
    height:36px;
    width: 115px;
}
.nav img{
    float: right;
    margin-top: 22px;
}
.nav span{
    float: right;
}
.nav>ul>li:nth-child(1)>a{
    border-left: 0;
    padding:0;
}
/*.nav>ul>li:last-child>a{
    border-right: 0;
}*/
.nav>ul>li>a:hover{
    /*border-bottom: 2px solid #243B84;*/
   background:#014526;
   color: #fff;
	 border-radius: 30px;
   transition: 0.3s linear;
}
.clear{
    clear: both;
}
.more {
    position:absolute;
    left:0;
    top:55px;
    width:140px;
    z-index:999;
    background:#fff;
    display:none;
}
.more a {
    display:block;
    height:44px;
    overflow:hidden;
    line-height:44px;
    font-size:14px;
    color:#808080;
    border:1px solid #dcdcdc;
    margin-bottom:-1px;
    text-align:center;
    font-size:15px;
    transition:all 0.3s linear 0s;
}

.product_wrapper {
 
}
.justify_center {
    justify-content: center;
}
.items_center {
    align-items: center;
}
.pro_list {
	
	
	
		 width: 1200px;
  margin: 50px auto ;
  margin-bottom: 50px;
  border-top: 1px solid #D4D4D4;
  border-left: 1px solid #D4D4D4;
}

.pro_list_item {
  position: relative;
  width: 33.3%;
	margin-bottom: 50px;
	 float: left;
  height: 250px;
  border-right: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
}

.pro_list_item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-radius: 50%;
  z-index: -1;
  background-color: #014526;
  transition: all 0.3s linear;
}

.pro_list_item:hover::after {
  /* width: 142%;
  height: 142%; */
  width: 390px;
  height: 390px;
}

.pro_list_item .bi_icon {
  position: relative; 
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    margin-left: 157px;
    margin-top: 30px;
}

.pro_list_item:hover .bi_icon {
  transform: rotateY(360deg);
}

.pro_list_item .bi_icon img {
  position: absolute;
  transition: all 0.3s linear;
}

.pro_list_item:hover .bi_icon .bi_normal {
  opacity: 0;
}

.pro_list_item .bi_icon .bi_active {
  opacity: 0;
}

.pro_list_item:hover .bi_icon .bi_active {
  opacity: 1;
}

.pro_list_item .bi_text {
  text-align: center;
  transition: all 0.2s linear;
}

.pro_list_item .bi_text h5 {
  font-size: 18px;
  color: #0E0E0E;
}

.pro_list_item .bi_text span {
  font-size: 14px;
  color: #8A8A8A;
  text-transform: uppercase;
}

.pro_list_item:hover .bi_text h5 {
  color: #fff;
}

.pro_list_item:hover .bi_text span {
  color: #fff;
}
.cont_000001{
	overflow:hidden;
}
.cont_000001 .con_left{
	float:left;
	width:50%;
}
.cont_000001 .con_right{
	float:right;
	width:50%;
}

.pro_list_active {
  background-color: #014526;
}

.pro_list_active .bi_icon .bi_active {
  opacity: 1 !important;
}

.pro_list_active .bi_text h5 {
  color: #fff;
}

.pro_list_active .bi_text span {
  color: #fff;
}

.pro_main {
  width: 100%;
}

.pro_main_child {
 
}

.pro_main_child:first-of-type {
  display: block;
}

.pro_item {
  width: 32%;
  position: relative;
  float: left;
   text-align:center;
  margin-right: 10px;
}

.pro_item:nth-of-type(2) {
  
}

.pro_item .pro_link {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: column;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.55);
}

.pro_item .pro_link p {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 1px solid #D4D4D4;
}

.pro_item .pro_link p img {
  width: 60px;
}

.pro_item .pro_link span {
  font-size: 18px;
  line-height: 398px;
}

.pro_item>h5 {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 55px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 55px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.55);
}

.pro_item>img {
  width: 100%;
}

.pro_item:hover .pro_link {
  opacity: 1;
}

.pro_item:hover>h5 {
  opacity: 0;
}



.index_c{
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 48px;
}
.index_c a{
    display: block;
    text-align: center;
    width: 24%;
}
.index_c a div{
    overflow: hidden;
    width: 100%;
}
.index_c a div img{
    transition: all 0.3s;
}
.index_c a span{
    font-size: 16px;
    color: #312f2f;
    margin-top: 24px;
    display: block;
}

.index_c a:hover div img{
    transform: scale(1.1);
}

.index_cTop{
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 75px;
    margin-bottom: 50px;
}
.index_cTop label{
    font-size: 35px;
    color: #0d0d0f;
    margin: 0;
    line-height: 100%;
}
.index_cTop div{
    font-size: 17px;
    color: #0d0d0f;
    margin-top: 20px;
    margin-bottom: 25px;
}
.index_cTop p{
    font-size: 20px;
	line-height:45px;
    color: #0d0d0f;
}

.index_cBottom{
    text-align: center;
    margin-bottom: 62px;
}
.index_cBottom a{
display: inline-block;
    width: 158px;
    height: 35px;
    background: #ec1c24;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -16px;
    margin-right: 19px;
}
.index_cBottom div{
    display: inline-block;
    background: url(../image/4.png)left 0 no-repeat;
    background-position: left;
    text-align: left;
    padding-left: 56px;
}
.index_cBottom div label{
    font-size: 16px;
    color: #222121;
    font-weight: 400;
    margin: 0;
}
.index_cBottom div p{
    display: inline-block;
    font-size: 32px;
    color: #ec1c24;
    margin: 0;
    font-weight: 700;
}



.clear{
    clear: both;
}


.sous{
    width: 100%;
    height: 118px;
	 background:#f9f9f9;
	  border-bottom:1px solid #dfdfdf;
    overflow: hidden;
}

.sous>div{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}




.sousLeft{
    float: left;
    line-height: 36px;
	width:350px;
	 font-size:19px;
    overflow: hidden;
}

.sousLeft>img{
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

.sousLeft span{
       color: #0b469c;
    font-weight: 700;
    font-size: 25px;
    padding-top:23px;
    display: block; 
}

.sousLeft a{
    color: #464646;
    font-family: 宋体 常规;
    font-size: 16px;
}


.sousRight{
    float: right;
    overflow: hidden;
    margin-top: 15px;
}

.sousRight input:nth-child(1){
    width: 304px;
    height: 36px;
    display: block;
    float: left;
    overflow: hidden;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 10px;
    
}
.sousRight input:nth-child(2){
    width: 39px;
    height: 36px;
    overflow: hidden;
    display: block;
    float: left;
    background: url(../image/sou.jpg)center 0 no-repeat;
    border: 0;
    text-align: center;
}

.protit {overflow: hidden; width: 1200px; margin: auto;}
.protit p a{font-size: 16px;color: #fff;display: block;float: left;width: 173px;margin-bottom: 50px;white-space: nowrap;padding-right: 10px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;  
text-align:center;
line-height:45px;
background:#1e50ae; border-radius:20px; margin-left:20px;
}

.jinyin{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.jinTop{
   width: 100%;
background: url(../image/xian.jpg)center center no-repeat;

text-align: center;
margin-top: 66px;
margin-bottom: 45px;
}
.jinTop span{
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #1a1a1a;
}
.jinTop div{
    font-size: 24px;
    color: #858585;
}

.jinTop1{
   width: 100%;


text-align: center;
margin-top: 66px;
margin-bottom: 45px;
}
.jinTop1 span{
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #1a1a1a;
}
.jinTop1 div{
    font-size: 24px;
    color: #858585;
}

.jins{
    width: 602px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 59px;
}
.jins div:nth-child(4){
    margin-right: 0;
}
.jins div{
    width: 80px;
    float: left;
    text-align: center;
    margin-right: 94px;
}
.jins img{

}
.jins span{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    display: block;
    margin-top: 12px;
}

.shuaji{
    width: 100%;
    height: 178px;
    background: url(../image/images/5_03.jpg)center 0 no-repeat;
}
.te
{width: 1200px; margin: auto;height:180px;}

.te ul li{float: left;margin-right: 60px;text-align: center;position: relative; margin-left:60px; }
.te ul li a{display: block;}
.te ul li span{display: block;font-size: 18px;color: #333;line-height: 16px;margin-top: 14px;}



.index_e{
    width: 1200px;
    margin: 0 auto;
	padding-top: 170px;
    overflow: hidden;
}

.index_es{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}

.index_es a{
    display: block;
    width: 397px; margin-bottom: 20px;
   
    overflow: hidden;
	 margin-right: 40px; height:320px;
    position:relative;
	  background: url(../image/quan.png)center 0 no-repeat;
	
   
}
.index_es a img{
    width: 100%;
	
	
	 border-right: 0;
  height:249px;
	 width: 369px;
    transition: all 0.3s;
	    margin-left: 14px;
    margin-top: 15px;
}
.index_es a div{
    
    width: 100%;
	  font-size: 16px;
    bottom: 0;
	
    height: 60px;
	 
    line-height: 60px;
	
    text-align: center;
    color: #000;
    
}
.index_ebg

{ background: url(../image/index_07.jpg)center 0 no-repeat;}








.myabout{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 65px;
    margin-bottom: 76px;
}

.myaLeft{
    width: 516px;
    float: left;
    overflow: hidden;
}
.myaLeft>img{
    width: 516px;
    height: 315px;
}
.myaLeft div{
    height: 213px;
    background: #929292;
    color: #fff;
    width: 100%;
    padding: 32px;
}
.myaLeft p{
    line-height: 25px;
}
.myaLeft a{
    display: block;
    float: right;
    width: 115px;
    height: 30px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
}









.box1{height: 669px;background: url(../image/index_06.jpg) no-repeat top center;padding-top:50px;}
.wh{ width:1200px; margin:auto;}
.ntt{text-align: center;
    color: #383737;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 45px;}

.ntt h3{color: #0a0204;font-size: 36px;margin-bottom: 10px; font-weight:bold; line-height:67px;}
.sul{margin-top: 78px;}
.sul li{width: 300px;text-align: center;float: left;}
.sul li .shu{color: #0095eb;font-size: 16px;line-height: 45px;}
.sul li .shu span{color: #0095eb;font-size: 72px;font-weight: bold;}
.sul li .zhan{color: #272727;font-size: 18px;}
.aleft{    width: 590px;
    height: 388px;
    padding: 70px 0 0 72px;
    color: #000;
    line-height: 35px;
    margin-left: 560px;
    font-size: 15px;
    padding-top: 117px;}
.abt{color: #000;font-size: 14px;}

.aleft a{display: block;font-size: 14px;margin-top: 30px;width: 150px;height: 40px;line-height: 40px;text-align: center;
	background: #345e4c; border-radius: 30px; color: #fff;
}

.aright{
    width:601px;
    height:357px;
}
.myjinko{
    width: 100%;
    background: url(../image/index_08.jpg)center 0 no-repeat;
    height: 222px;
    overflow: hidden;
}
.myjinko>div{
    width: 1190px;
    margin: auto;
    overflow: hidden;
    padding-top: 117px;
    font-size: 16px;
}

.myjinko div a{
    display: block;
    width: 123px;
    height: 50px;
	 border-radius: 10px;
    overflow: hidden;
    background: #fe6505;
    color: #fff;
    text-align: center;
    line-height: 50px;
}


.home_d{
    width: 1213px;
    background: url(../image/tops_17.jpg)center 0 no-repeat;
    height: 806px;
    overflow: hidden;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 93px;
}
.home_d_a{
        padding-left: 738px;
    margin-top: 16px;
}
.home_d_a label{
    font-size: 36px;
    margin: 0;
}
.home_d_a div{
        font-size: 16px;
    line-height: 36px;
    margin-top: 10px;
}


.home_d_b{
    padding-left: 30px;
    margin-top: 102px;
}
.home_d_b label{
    font-size: 36px;
    margin: 0;
}
.home_d_b div{
    font-size: 16px;
    line-height: 38px;
    margin-top: 6px;
}


.home_d_c{
        padding-left: 738px;
    margin-top: 55px;
}
.home_d_c label{
    font-size: 36px;
    margin: 0;
}
.home_d_c div{
    font-size: 16px;
    line-height: 40px;
    margin-top: 7px;
}




.home_d_d{
    padding-left: 30px;
    margin-top: 56px;
}
.home_d_d label{
    font-size: 36px;
    margin: 0;
}
.home_d_d div{
    font-size: 16px;
    line-height: 38px;
    margin-top: 6px;
}

.jieindex_c{
    width: 100%;
    background: url(../image/index1_02.jpg)center 0 no-repeat;
    height: 690px;
	 margin-bottom:50px;
    overflow: hidden;
}
.jieindex_c1{
    width: 100%;
    background: url(../image/index1_19.jpg)center 0 no-repeat;
    height:575px;
	 margin-bottom:50px;
    overflow: hidden;
}
.jieindex_c2{
    width: 100%;
    background: url(../image/index1_21.jpg)center 0 no-repeat;
    height:753px;
	 margin-bottom:50px;
    overflow: hidden;
}
.jieindex_c3{
    width: 100%;
    background: url(../image/index1_24.jpg)center 0 no-repeat;
    height:1022px;
	
    overflow: hidden;
}
.xinsi_a{
    width: 100%;
	 margin-top:219px;	
    height: 375px;
    overflow: hidden;
    text-align: center;
}

.xinsi_a a{
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #fff;
    
    background-position: right;
    margin: 0 19px;
    padding-right: 36px;
    margin-top: 63px;
}

.xinsi_a a img{
transition: 1s ease-out all;
}

.xinsi_a a:hover img{
 transform: rotateY(360deg);
}
.xinsi_a a div{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 9px;
}
.xinsi_a a p{
    font-size: 16px;
    line-height: 30px;
}


.xinsi_a1{
    width: 100%;
	
    height: 340px;
    overflow: hidden;
    text-align: center;
}

.xinsi_a1 a{
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #000;
	 background:#fff;
	  width:280px;
    background-position: right;
    margin: 0 19px;
   padding: 30px 0;    height: 340px;
    margin-top: 63px;
}

.xinsi_a1 a img{
transition: 1s ease-out all;
}

.xinsi_a1 a:hover img{
 transform: rotateY(360deg);
}
.xinsi_a1 a div{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 9px;
}
.xinsi_a1 a p{
    font-size: 16px;
    line-height: 30px;padding: 0 20px;
}



.home_enewTop{
    text-align: center;
    margin-top: 88px;
}
.home_enewTop span{
    font-size: 34px;
    color: #222222;
    font-weight: 700;
    background: url(../image/1.png)center 0 no-repeat;
    display: block;
    background-position: center;
}
.home_enewTop div{
    width: 344px;
    margin: auto;
    height: 26px;
    background: #02339c;
    color: #fff;
    border-radius: 30px;
    line-height: 26px;
    margin-top: 21px;
    margin-bottom: 60px;
}

.home_enew{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.home_enew .home_enewLeft{
    float: left;
    width: 536px;
    overflow: hidden;
}
.home_enew .home_enewLeft img{
    
}
.home_enew .home_enewLeft a{
        font-size: 16px;
    color: #333333;
    display: block;
    margin-top: 18px;
    margin-bottom: 11px;
}
.home_enew .home_enewLeft div{
        color: #555555;
    line-height: 27px;
}

.home_enewRight{
    float: right;
    width: 594px;
    overflow: hidden;
}
.home_enewRight a{
    display: block;
    color: #555555;
    overflow: hidden;
    margin-bottom: 13px;
}
.home_enewRight a img{
    margin-right: 9px;
}
.home_enewRight a span{
    float: right;
}
.home_enewRight a:hover{
    color: #02339c;
}

.allinex_eTop

{  background: url(../image/index_10.jpg) no-repeat top center;
	 margin-top: 50px;
	height: 140px;
}

.allinex_f{
    width: 100%;
    
    overflow: hidden;
}

.allinex_fs{
    width: 1238px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 45px;
}
.allinex_fs a:nth-child(2n){
    float: right;
}
.allinex_fs a{
    display: block;
    width: 598px;
    background: #fff;
    border:1px solid #e5e4e4;
    overflow: hidden;
    float: left;
    padding: 20px;
    margin-bottom: 30px;
}
.allinex_fs a .newLeft{
    float: left;
    width: 179px;
    height: 114px;
    overflow: hidden;
}
.allinex_fs a .newLeft img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.allinex_fs a:hover img{
    transform: scale(1.1);
}
.allinex_fs a .newRight{
        float: right;
    width: 346px;
    overflow: hidden;
}
.allinex_fs a .newRight div{
        font-size: 15px;
    color: #2a2929;
    margin-top: 11px;
}
.allinex_fs a .newRight p{
        display: block;
    font-size: 13px;
    color: #7c7777;
    line-height: 27px;
    width: 100%;
    word-break: break-word;
    margin: 0;
}
.allinex_fs a .newRight i{
    font-size: 12px;
    font-style: normal;
    color: #666;
}

.bottom{
    width: 100%;
    background: #014526;
    overflow: hidden;
    height: 308px;
}
.bottoms{
    width: 1280px;
    margin: auto;
    overflow: hidden;
    color: #fff;
    margin-top: 98px;
}
.bottoms .bottomsLeft{
    float: left;
}
.bottoms .bottomsLeft label{
    font-size: 24px;
}
.bottoms .bottomsLeft div{
    margin-top: 19px;
    line-height: 32px;
}
.bottoms .bottomsLeft a{
    color: #fff;
}

.bottomsImg{
    float: left;
}

.bottomscenter{
    float: left;
    font-size: 12px;
}
.bottomscenter span{
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.bottomscenter div{
    font-size: 13px;
    line-height: 31px;
}


.bottomsRight{
    float: right;
    text-align: center;
}


.bottomsRight div{
    color: #fff;
    margin-top: 9px;
}


/*.izl-rmenu{position:fixed;left:86%;bottom:10px;padding-bottom:73px;background:url(../image/r_b.png) 0px bottom no-repeat;z-index:999;}
.izl-rmenu .btn{display:block;width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{background:url(../image/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../image/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../image/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../image/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../image/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}
*/






/**/

.blk-main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}
.p12-curmbs-1 b {
    border-left: 10px solid #014526;
    font-weight: normal;
    padding-left: 8px;
}

.p12-curmbs-1 span {
    font-family: 宋体;
    height: 46px;
    line-height: 46px;
    padding: 0px 5px;
}

.p12-curmbs-1 i {
    font-style: normal;
}

.p12-curmbs-1 a{
    color:#666;
}

.blk-xs {
    width: 240px;
}
.blk {
    margin-bottom: 20px;
}
.fl {
    float: left;
}
.p14-left-nav-1-tit {
    background: #014526;
    height: 75px;
}

.p14-left-nav-1-tit h3 {
    margin: 0;
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}




.p14-left-nav-1-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(../image/p14-icon5.png) no-repeat right center #014526;
       margin: 0;
    margin-bottom: 2px;

}

.p14-left-nav-1-nav-one h3.sidenavcur, .p14-left-nav-1-nav-one h3:hover {
    background: url(../image/p14-icon2.png) no-repeat right center #014526;
}



.p14-left-nav-1-nav-one h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #fff;
}

.p14-left-nav-1-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.p14-left-nav-1-nav dl {
    padding: 2px 0 4px;
    margin-bottom: 0;
}

.p14-left-nav-1-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
}


.p14-left-nav-1-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-weight: 400;
}

.p14-left-nav-1-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.p14-left-nav-1-nav dt.sidenavcur a, .p14-left-nav-1-nav dt:hover a {
    color: #014526;
}


.p14-left-nav-1-nav dt.sidenavcur:after, .p14-left-nav-1-nav dt:hover:after {
    border-color: #014526;
}


.p14-left-nav-1-nav-one>dl{
    display: none;
}


.cbgg-01 {
    border: 1px solid #014526;
    text-align: center;
    color: #000;
}

.cbgg-01 .tit {
    color: #fff;
    font-size: 18px;
    background: #014526;
    height: 71px;
    padding-top: 18px;
    text-align: center;
    overflow: hidden;
}

.cbgg-01 .tit i {
    color: #fff;
    display: block;
    font: 12px Arial;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-style: normal;
}


.leftlx {
    width: 220px;
    text-align: center;
    font-family: "Microsoft Yahei","微软雅黑";
    font-size: 14px;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
}



.leftlx p {
    padding-top: 10px;
    line-height: 25px;
}

.leftlx .dianh .dianhua span {
    font-size: 24px;
}


.leftlx a{
    color: #666;
}

.blk-sm {
    width: 930px;
}

.fr {
    float: right;
}

.b {
    clear: both;
}

.leftnav-z1-tit {
    margin: 0;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    font-size: 24px;
}

.leftnav-z1-tit span {
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #003e71;
    font-weight: 600;
    color: #666;
}

.leftnav-z1-list{
    overflow: hidden;
}
.leftnav-z1-list dl {
    width: 30.9%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}

.leftnav-z1-list dt img {
    width: 100%;
    display: block;
    height: 214px;
}

.leftnav-z1-list dd {
    padding: 6px 20px 6px 20px;
}

.leftnav-z1-list dd h4 {
    margin: 0;
    height: 45px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 45px;
}
.leftnav-z1-list dd h4 a{
    color: #666;
}
.leftnav-z1-list dl:hover {
    border-color: #d70212;
}



/*详情*/
/* 垂直居中 */
.small-img{
    display: flex;
    align-items:center;
    justify-content: center;
}
.clearfix:before,
.clearfix:after{
  display: table;
  line-height: 0;
  content: "";
}
.magnifier{
    width: 500px;
    position: relative;
    float: left;
    margin-bottom: 34px;
}
.magnifier-container{
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.move-view{
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../image/move-box.png');
}
.images-cover{
    height: 100%;
    width: 100%;
    position: relative;
}
.images-cover img{
    position: absolute;
}
.magnifier-assembly{
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.magnifier-btn{
    position: absolute;
    font-family: "宋体";
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}
.magnifier-btn span{
    line-height: 80px;
    height: 80px;
    width: 20px;
    background-color: #6e6e6e;
    color: #fff;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}
.magnifier-btn .magnifier-btn-left{
    float: left;
}
.magnifier-btn .magnifier-btn-right{
    float: right;
}
.magnifier-line{
    position: relative;
    overflow: hidden;
    height: 92px;
}
.magnifier-line ul{
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 9997;
}
.magnifier-line li{
    float: left;
    width: 100px;
    cursor: pointer;
}
.magnifier-line ul > .active .small-img{
    border-color: #bbb;
}
.small-img{
    height: 78px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}
.small-img img{
    max-width: 100%;
    max-height: 100%;
}
.magnifier-view{
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}
.magnifier-view img{
    display: block;
}
.animation03{
    transition: all 0.3s ease-in 0.1s;
    -ms-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
}

.detail{
    overflow: hidden;
}

.detailLeft{
    float: left;
}


.detailRight{
    margin-left: 55px;
    float: left;
    width: 45%;
    overflow: hidden;
    line-height: 29px;
    overflow: hidden;
}
.detailRight>h1{
    margin: 0;
    height: 50px;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    overflow: hidden;
    color: #333;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.p1-pro-showcase-1-txt-t1 {
    margin-bottom: 86px;
    overflow: hidden;
}
.p1-pro-showcase-1-txt-t1 i{
    font-style: normal;
}
.p1-pro-showcase-1-txt-t1 b{
    font-style: normal; 
}
.p1-pro-showcase-1-txt-t1 strong{
    font-style: normal; 
}








.p1-pro-showcase-1-tle .p1-pho-1 {
    background: url(../image/VISkins-p1.png) no-repeat 0 -3px;
    min-height: 50px;
    padding-left: 44px;
    font-size: 20px;
    line-height: 30px;
    margin-left: 30px;
    margin-right: 50px;
    color: #d70212;
}
.fl {
    float: left;
}

.p1-pho-1 span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #666;
}
.p1-pho-1 i {
    font-style: normal;
}

.fl {
    float: left;
}

.p1-pho-2 em {
    display: block;
    width: 122px;
    height: 35px;
    background: #d70212;
    font-size: 16px;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
}


.p14-prodcontent-1>h4{
    margin: 40px 0 15px 0;
    background: url(../image/100.jpg) no-repeat left center;
    padding-left: 34px;
    font: 24px "Microsoft YaHei";
    color: #333333;
}
.p14-prodcontent-1>h4>i{
   font: 16px "Arial";
    color: #454545;
    font-style: normal;
    text-transform: uppercase;
    padding-left: 10px; 
}


.zxlb-1n-ts-01-list dl {
    border: 1px solid #dedede;
    width: 100%;
    margin-bottom: 15px;
    padding: 22px 0 22px;
    background: #fff;
    display: inline-block;
}

.zxlb-1n-ts-01-list dt {
    width: 35%;
    float: left;
    margin-left: 22px;
    margin-right: 5.5%;
}

.zxlb-1n-ts-01-list dt img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.zxlb-1n-ts-01-list dd {
    width: 54%;
    float: left;
}

.zxlb-1n-ts-01-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
}

.zxlb-1n-ts-01-list h4 a {
    display: block;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxlb-1n-ts-01-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.zxlb-1n-ts-01-list-deta {
    float: right;
    width: 134px;
    height: 40px;
    display: inline-block;
    border: 1px solid #aaa;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.zxlb-1n-ts-01-list-deta a{
    color: #666;
}

.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta {
    background: #d70212;
    border-color: #d70212;
}
.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta a {
    color: #fff;
}
.zxlb-1n-ts-01-list dl:hover h4 a {
    color: #d70212;
}
.zxlb-1n-ts-01-list dl:hover {
    border-color: #d70212;
}

