﻿/* 头部css样式 */
.body{
	    font: 14px/28px "微软雅黑", Arial, Helvetica, sans-serif !important; 
}
a:hover{
	text-decoration:none;
}
img {
    vertical-align: middle;
}
.fl{
	float:left;
}
li{
	list-style:none;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
    justify-content: space-between;
}
﻿  li{
        list-style: none;
    }
.header {   width:100%;
  margin: 0 auto;
  position:fixed;
  top:0;
  background:#fff;
  z-index:999;
  box-shadow:1px 1px 10px rgba(0,0,0,0.05);
}
.container1{
	width:95%;
	margin:0 auto;
	height:80px;
	display:block;
}
#demo,.ny_banner{
	margin-top:80px;
	width:100%;
}
#demo img{
    width:100%;
}
/*header_main*/
.header_main {
	position: relative;
	width: 100%;
	height: 60px;
	z-index: 10;
	/* background: #005197; */
	margin:7.5px 0;
}
#nav_main {
	/* width: 1200px; */
	height: 60px;
}
#nav_main .nav {
	width: 100%;
	height: 60px;
	z-index: 12;
}
#nav_main .nav li {
	position: relative;
	float: left;
	/* width: 133.3px; */
	z-index: 10;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	width:100%;
}
#nav_main .nav li.li_first{
	margin:0 2.5px;
}
#nav_main .nav li.li_first:hover a{
	/* background:#12AB39; */
	/* color:#fff; */			background:#2b9e81;
}
#nav_main .nav li a.aLink {
	font-size: 16px;
	line-height: 60px;
	display: block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	/* color: #fff; */
}
#nav_main .nav li.hover a.aLink{
	color:#000;
}
#nav_main .nav li:hover a.aLink{
	color:#fff !important;
}
#nav_main .nav li a i {
	width: 1px;
	height: 12px;
	background-color: #3071a9;
	display: block;
	position: absolute;
	right: 0;
	top: 24px;
}
#nav_main .nav li.item6 {
	background: none;
}
#nav_main .nav li.hover, #nav_main .nav li:hover {
	background-color: #fff !important;
}
#nav_main .nav li.hover i, #nav_main .nav li:hover i {
	display: block;
}
/* #nav_main .nav li.hover a.aLink:before { */
	/* width: 100%; */
/* } */
/* #nav_main .nav li:hover a.aLink:before { */
	/* width: 100%; */
/* } */
.header_main .tel_main {
	float: right;
	width: 160px;
	height: 110px;
}
.header_main .tel_main .zx {
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.header_main .tel_main .tel {
	font: normal 32px "Vladimir Script";
	line-height: 24px;
	color: #333;
	text-indent: -12px;
}
#nav_main .nav li.hover i, #nav_main .nav li:hover i {
	display: none;
}
#nav_main .nav li:last-child i {
	display: none;
}
/*导航栏下拉*/
#nav_main li.hover .subnav a {
	background: none;
}
#nav_main .nav .subnav {
	background: #2b9e81 !important;
	height: auto;
	left: 0;
	top: 60px;
	position: absolute;
	width: 100%;
	z-index: 199;
	padding-left:0 !important;
}
#nav_main .nav li.li_first{
	width:100%;
}
#nav_main .nav .subnav {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
#nav_main .nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
#nav_main .nav .subnav li {
	width: 100%;
}
#nav_main .nav .subnav .nav1 a {
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	border-top: 1px solid #fff;
}
#nav_main .nav .subnav li.nav1 {
	padding: 0;
	background: #2b9e81 !important;
}
#nav_main .nav .subnav li.nav1:hover{
	background:#fff !important;
}
#nav_main .nav .subnav li.nav1:hover a{
		background:#fff !important;
	color:#14AB3A !important;
}
 /* #nav_main .nav .subnav li.nav1:first-child a {  */
	 /* border-top: none;  */
 /* }  */

/* #nav_main .nav .subnav li.nav1:first-child a { */
	/* border-top: none; */
/* } */
/* #nav_main .nav .subnav li:hover { */
	/* background: #3ba86f; */
/* } */
.logo_allmess {
  width: 100%;
  background-color: #ECECEC;
  height: 35px;
  position: relative;
}

.oth_mess {
  color: #7B7B7B;
  line-height: 35px;
  display: inline-block;
  position: absolute;
}

.contact_seon {
  position: relative;
  height: 84px;    width:95%;  margin:0 auto;
}

.img_potion{
	float:left;	margin-top: 7px;    margin-right: 10px;
}
.top_logo{	float:left;		display:block;height:100%;}
.logo{	
float:left;	
margin-right:15px;
height: 75px;
margin-right: 15px;
    margin-top: 4px;
}
.hounames{
  font-size: 21px;
  width: auto;
  color: #484848;
  float:left;
  padding-left:15px;
  border-left:1px solid #eee;
height: 60px;
    margin-top: 8px;
    padding-top: 2px;
}
.hounames h2{
	font-size:20px;
	margin-top:0;
	margin-bottom:4px;
}
.pp{
	    /* background: #2b9e81; */
    /* color: #fff; */
    /* padding-left: 10px; */
    line-height: 29px;
 font-size: 18px;
}
.houphonum{
	float:left;
}
.houphonum h5{
font-size: 17px;
    margin-top: 0;
    margin-bottom: 0px;
}
.houphonum p{
	font-size: 21px;
    font-weight: bold;
    font-style: italic;
	color:#2b9e81;
	line-height:21px;
}
/* @media screen and (max-width:1675px){ */
		/* .top_logo{ */
		/* width:28%; */
	/* } */
/* } */
/* @media screen and (max-width:1480px){ */

	/* .hounames{ */
		  /* width:265px; */
		  /* margin-top:21px; */
	/* } */
	/* .hounames h2{ */
		/* font-size:16px; */
	/* } */
	/* .pp{ */
		/* font-size: 14px; */
    /* width: 199px; */
	/* } */
/* }  */
/* @media screen and (max-width:1365px){ */
	/* .logo{ */
		  /* height: 60px; */
    /* margin-right: 10px; */
    /* margin-top: 20px; */
	/* } */
/* }  */
/* @media screen and (max-width:1588px) and (min-width:1366px){ */
	/* .hounames{ */
		  /* width:41%; */
		  /* margin-top:21px; */
	/* } */
/* }  */
/* @media screen and (max-width:1365px) and (min-width:1266px){ */
	/* .hounames{ */
		      /* margin-top: 23px; */
			/* font-size: 18px; */
			    /* width: 37%; */
	/* } */
/* }  */
/* @media screen and (max-width:1265px){ */
	/* .hounames{ */
		    /* margin-top: 10px; */
    /* font-size: 18px; */
    /* width: 32%; */
	/* } */
/* }  */
/* .houphonum{ */
  /* color: #2b9e81; */
  /* font-size: 25px !important; */
  /* font-weight: 900 !important; */
  /* font-style: italic; */
  /* position: absolute; */
	/* right: 48px;    top: 25px; */
/* } */
/* .carousel-inner img,.ny_banner{ */
	/* width:100%; */
/* } */
/* .lction_div {   */
    /* width:52%; */
  /* height: 84px; */
  /* line-height: 84px; */
  /* text-align: center; */
  /* vertical-align: top; */
  /* font-size: 16px !important;  float:left; */
/* } */

/* .lction_div ul { */
  /* vertical-align: top; */
    /* display: flex; */
    /* justify-content: space-between; */
	/* margin-top:15px; */
/* } */
/* .lction_div ul li:nth-child(1){	border-left:1px dashed #ccc;} */
/* .lction_div li { */
  /* list-style: none; */
  /* display: inline-block; */
  /* line-height: 50px; */
  /* height:50px; */
  /* text-align: center; */
  /* border-right:1px dashed #ccc; */
  /* width:100%; */
/* } */

/* .lction_div li a { */
  /* width: 100%; */
  /* height: 100%; */
  /* display: block; */
  /* text-decoration: none; */
  /* color: #000000; */
/* } */
/* .lction_div li a:hover{ */
  /* color: #2b9e81; */
/* } */
/* @media screen and (max-width: 1919px) and (min-width: 0px) */
/* {		 */
    /* .houphonum{		 */
        /* width: 100%;		 */
        /* right: -52px;	 */
        
    /* }		 */
    /* .area{		 */
        /* width:18%; */
        
    /* } */
/* } */
/* 底部css样式 */
/*.footer {*/
/*  max-width: 1920px;*/
/*  background-color: #333333;*/
/*  margin: 0 auto;*/
/*  padding: 2.5% 0 7.5% 0;*/
/*  text-align: center;*/
/*  color: #C2C2C2;*/
/*}*/

/*.fodisplay {*/
/*  display: inline-block;*/
/*  margin: 0 0.5% 1.5% 0.5%;*/
/*  width: 200px;*/
/*}*/

/*.fodisplay img {*/
/*  vertical-align: middle;*/
/*}*/

/*.ewm_text {*/
/*  color: #F1F1F1;*/
/*  font-size: 16px;*/
/*  line-height: 24px;*/
/*  position: relative;*/
/*  left: 20px;*/
/*}*/

/*.fodtitle {*/
/*  font-weight: 550;*/
/*  font-size: 18px;*/
/*}*/

/*.call_phone {*/
/*  display: inline-flex;*/
/*  line-height: 30px;*/
/*}*/

/*.hrbor_so {*/
/*  width: 100%;*/
/*  height: 2px;*/
/*  background-color: #787878;*/
/*}*/

/*.line_copy {*/
/*  font-size: 18px;*/
/*  height: 35px;*/
/*  line-height: 35px;*/
/*}*/

 .footer{
  	width: 100%;
  	height: auto;
  	overflow: hidden;
  	background: #272727;
  }
 .footer_bottow{
  	/*width: 78%;
             margin: 0 auto;*/
             height: 230px;
             background: #272727;
}
 .left_t{
 	width: 28%;
 	height: auto;
 	overflow: hidden; 	
 	float: left;
             margin-left: 11%;
             margin-right: 1%;
 }
 .about {
 	width: 99%;
 	height: auto;
 	overflow: hidden;
 	margin-top:23px;
 }  
  .about span{
  	width: 544px;
  	font-size: 16px;
  	color: #fff;
  	background: url(../images/line_6.png) no-repeat bottom;
  	display: block;
  	padding-bottom:14px;
  }
    .about em{
    	font-size: 14px;
    	color: #fff;
    	width: 100%;
    	display: -webkit-box;
             -webkit-box-orient: vertical;
             -webkit-line-clamp: 3;
             overflow: hidden;
             text-indent: 28px;
             text-align: justify;
    font-style: initial;
	line-height:30px;
    }
  
    .about_a{
    	width: 90px;
    	height: 28px;
    	background: #5d0a0a;
    	display: block;
    	font-size: 13px;
    	color: #a2a2a2;
    	text-align: center;
    	line-height: 28px;
    	margin-top: 9px;
    }
 .right_t{
 	/*width: 48%;*/
 	width:-webkit-calc(100% - 40%); 
             width:-moz-calc(100% - 40%); 
             width:calc(100% - 40%); 
 	/*margin-right:2%;*/
 	height: auto;
 	overflow: hidden;
 	background: #2b9e81;
 	padding-bottom: 49px;
 } 
 .news_s{
 	width: 270px;
 	height: auto;
 	overflow: hidden;
 	float: left;
 	margin-top: 23px;
 	margin-left: 4%;
 }  
  .news_s span{
  	width: 100%;
  	height: auto;
  	overflow: hidden;
  	color: #fff;
  	font-size: 16px;
  	background: url(../images/line_7.png) no-repeat bottom;
  	padding-bottom: 14px;
  	display: block;
  } 
   .news_e {
   	width: 100%;
   	height: auto;
   	overflow: hidden;
   	padding-left:0;
   }
  .news_e li{
  	float: left;
  	font-size: 14px;
  	color: #999;
  	width: 48%;
  	margin-right:1%;
  	list-style: none;
 } 
   .news_e li a{
   	color: #fff;
   	display: block;
    line-height: 30px;
   }
   .news_e li:nth-child(2n) a {
    float: right;
}
.contact{
	width: 290px;
	float: left;
	height: auto;
	overflow: hidden;
	margin-top: 23px;
	margin-left:6%;
}
.contact span{
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    background: url(../images/line_8.png) no-repeat bottom;
    padding-bottom: 14px;
    display: block;
}
.contact_y{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left:0;
}
.contact_y li{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.contact_y li b,.contact_y p b{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.erweima{
	width: 121px;
	float: left;
	height: auto;
	/* overflow: hidden; */
	margin-top: 36px;
	margin-left: 6%;
}
@media screen and (max-width:1635px){
    .erweima{
        width:167px;
        margin-left:0;
    }
    .erweima ul{
        padding-left:0;
    }
}
.erweima ul li{
	float: left;
	width: 120px;
	display: block;
	list-style:none;
}
.erweima ul li b{
	width:100%;
	height: 120px;
	overflow: hidden;
  display: block;
}
.erweima ul li b img{
  width: 100%;
  height: 100%;
}
.erweima ul  li:nth-child(2n) {
    float: right;
}
.erweima ul  li p{
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin-top: 6px;
}
.footer_y{
	width: 100%;
	height: 60px;
	border-top:1px solid #47484a;
	background: #1e1e1e;
	font-size: 14px;
	color: #eee;
	text-align: center;
	line-height: 65px;
}
.footer_y a{
    color:#eee;
}


/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:0px;width:70px;height:240px;top:100px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;border-bottom: 1px solid #eee;}
.suspension .d-service-item{padding:30px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:15px;font-size:15px;margin-left:12px;}
.suspension .d-service-item h2{
    font-size: 14px;
    display: block;
    text-align: justify;
}
.tgv{
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
}
.suspension .d-service-item .text{float:left;width:112px;line-height:2px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
.qrcode-img{
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin:10px auto;
}
.qrcode-img img{
    width: 100%;
    height: 100%;
}

.app_none{
    display: block;
}
.pc_none{
    display: none;
}
@media screen and (max-width: 1366px) {
    .suspension .d .inner-box{
            padding: 0px 20px 0px;
    }
    .suspension{
            top: 80px;
    }
    .suspension .d-service-item{
            padding: 12px 0;
    }
    .suspension .d-service-phone{
        top:0;
    }
}
@media screen and (max-width: 750px) {
    .app_none{
    display: none;
}
.pc_none{
    display: block;
}

suspension{position:fixed;z-index:55;right:0;bottom:0px;width:70px;height:240px;top:100px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:200px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;border-bottom: 1px solid #eee;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item h2{
    font-size: 14px;
    display: block;
    text-align: justify;
}
.tgv{
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
}
.suspension .d-service-item .text{float:left;width:121px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
.qrcode-img{
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin:10px auto;
}
.qrcode-img img{
    width: 100%;
    height: 100%;
}



}



/*导航栏下拉*/
/* #nav_main .nav .subnav { */
	/* background: #2b9e81; */
	/* height: auto; */
	/* left: 0; */
	/* top: 60px; */
	/* position: absolute; */
	/* width: 130px; */
	/* z-index: 999; */
/* } */
/* #nav_main .nav .subnav { */
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5); */
	/* opacity: 0; */
	/* visibility: hidden; */
	/* transition: all .6s ease 0s; */
	/* transform: translate3d(0, 10px, 0); */
	/* -moz-transform: translate3d(0, 10px, 0); */
	/* -webkit-transform: translate3d(0, 10px, 0); */
	/* margin:0 auto; */
	/* display:block; */
	/* padding-left:0 !important; */
/* } */
/* #nav_main .nav li{ */
	/* position:relative; */
/* } */
/* #nav_main .nav li:hover .subnav { */
	/* opacity: 1; */
	/* visibility: visible; */
	/* transform: translate3d(0, 0, 0); */
	/* -moz-transform: translate3d(0, 0, 0); */
	/* -webkit-transform: translate3d(0, 0, 0); */
/* } */
/* #nav_main .nav .subnav li { */
	/* width: 100%; */
/* } */
/* #nav_main .nav .subnav .nav1 a { */
	/* color: #fff; */
	/* display: block; */
	/* font-size: 14px; */
	/* text-align: center; */
	/* font-weight: 500; */
	/* text-align: center; */
	/* transition: all 0.2s ease-in-out 0s; */
	/* border-top: 1px solid #fff; */
/* } */
/* #nav_main .nav .subnav li.nav1 { */
	/* padding: 0; */
	/* background: none; */
	/* height:50px; */
	/* line-height:50px; */
/* } */
 /* #nav_main .nav .subnav li.nav1:first-child a {  */
	 /* border-top: none;  */
 /* }  */
/* #nav_main .nav .subnav li:hover { */
	/* background: #fff !important; */
/* } */
/* #nav_main .nav .subnav li:hover a{ */
	/* color:#14AB3A  !important; */
/* } */
.tel{
	margin-top:10px;
}
@media screen and (max-width:1782px){
	.logo{
		margin-right:5px;
	}
	.hounames h2{
		font-size:17px;
	}
	.pp{
		font-size:15px;
	}
	.hounames{
		margin-top:11px;
	}
	.tel .img_potion{
		width:45px;
	}
	.houphonum h5{
		margin-top:3px;
	}
	.houphonum p{
		font-size:21px;
	}
}
@media screen and (max-width:1563px){
	#header_main{
		width:50%;
	}
	.top_logo{
		width:30% !important;
		max-width:50%;
	}
	.tel{
		width:20% !important;
		max-width:40%;
	}
}
@media screen and (max-width:1305px){
	#header_main{
		width:45%;
	}
	.top_logo{
		width:33% !important;
		max-width:50%;
	}
	.tel{
		width:22% !important;
		max-width:40%;
	}
	#nav_main .nav li a.aLink{
		font-size:15px;
	}
}
.top{
	    width: 100%;
    height: 80px;
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
	display:none;
}
@media screen and (max-width:1194px){
	.logo{
		width:50px;
		height:50px;
		margin-top:15px;
	}
	.hounames {
		padding-left:10px;
	}

	.container1{
		display:none;
	}
	.news_green {
		font-size:17px;
	}
/*手机导航*/
/*banner图*/

.logo-ziti{
    height:100%;
	border-left:1px solid #eee;
	margin-left:5px;
	padding-left:10px;
}
.logo-ziti h2{
    font-size:22px;
    margin-bottom: 5px;
	margin-top:11px;
    margin-left:0.2rem;
}
.top{

	display:block;
}
.m_img {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    padding:5px 10px;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    /* max-width: 640px; */
    min-width: 320px;
    margin: 0px auto;
    position: relative;
    box-shadow: 0 0 0.2rem rgba(0,0,0,.1);
    border-bottom: 1px solid #eee;
}

.m_img .headlf {
    padding-top: 2px;
    padding-left: 0;
    float: left;
    width:89%;
    height: 100%;
}

.m_img .headlf .m_logo {
    /* height: 55px; */
    display: block;
    height: 100%;
}

.m_img .headrg {
    padding-right: 5%;
    padding-top: 15px;
    float: right;
}

.m_img .headrg a .m_menuimg {
    height: 100%;
    vertical-align: top;
    display: block;
	width:50px;
}

.m_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000
}
.m_nav .closecover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}

.m_nav .closeicon {
    position: absolute;
    width: 20%;
    left: 10px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0
}

.m_nav .m_navList {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #0b0d19;
    height: 100%;
    z-index: 100;
    right: -80%;
    overflow-y: scroll;
}

.m_nav .m_navList ul {
    padding-left: 5%;
    padding-right: 5%
}

.m_nav .m_navList ul li {
    border-bottom: 1px solid #232530
}

.m_nav .m_navList ul li a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px
}

.m_nav .m_navList ul li .m_f_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.m_nav .m_navList ul li .m_f_a a {
    flex: 1;
}

.m_nav .m_navList ul li .m_f_a i {
    width: 40px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}

.icon {
    background: url(../images/plus.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.icon_on {
    background: url(../images/reduce.jpg) 50% no-repeat !important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.m_nav .m_navList ul li .m_s_nav {
    display: none;
    width: 100%;
}

.m_nav .m_navList ul li .m_s_nav a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10%;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
}
}
.toolbar_w{
	display:none;
}
@media screen and (max-width:767px){
	/*底部导航*/
.toolbar_w{
    width:100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    z-index:9999;
    background:#0FAF57;
	display:block;
}
.toolbar{
    width:100%;
    height:100%;
}
/* .toolbar_list{ */
    /* margin:0 0.35rem; */
/* } */
.toolbar_list{
	height:100%;
	padding-left:0;
}
.toolbar_list li{
    width:25%;
    float: left;
    text-align: center;
    /* height:100%; */
    /* line-height: 100%; */
	border-right:1px solid #fff;
	margin: 5px 0;
    height: 50px;
}
.toolbar_list li:nth-child(4){
	border-right:none;
}
.toolbar_list li img{
    width:3.25rem;
}
.toolbar_list li a{
	color:#fff;
}
	.footer{
		display:none;
	}
	.news_green,.news_titlemess {
		font-size:16px !important;
	}
	.logo-ziti h2{
		font-size:17px;
	}
	.m_img .headrg a .m_menuimg {
    width: 38px;
}
	.m_img .headrg {
    padding-right: 1.5%;
    padding-top: 18px;
}
}

/*通用*/


  .btn-outline.btn-primary.active,
  .btn-outline.btn-primary:active,
  .btn-outline.btn-primary:focus,
  .btn-outline.btn-primary:hover,
  .open>.dropdown-toggle.btn-outline.btn-primary {
    background-color: #14AB3A !important;
    border-color: #14AB3A !important;
  }

  .btn-outline.btn-primary {
    color: #fff !important;
  }

  .nav-tabs-vertical .nav-tabs>li.active>a,
  .nav-tabs-vertical .nav-tabs>li.active>a:focus,
  .nav-tabs-vertical .nav-tabs>li.active>a:hover {
    border-right-color: #14AB3A !important;
    background-color: #14AB3A !important;
  }

  .form-control.focus,
  .form-control:focus {
    border-color: #14AB3A !important;
  }

  .checkbox-primary input[type="checkbox"]:checked+label::before,
  .checkbox-primary input[type="radio"]:checked+label::before {
    background-color: #14AB3A !important;
    border-color: #14AB3A !important;
  }

  .met_pager a.Ahover {
    border-color: #14AB3A !important;
    background: #14AB3A !important;
  }

  .inf-news-bar .recommend .list-group a:hover {
    color: #14AB3A !important;
  }

  .column li a:hover {
    color: #14AB3A !important;
  }

  .met_pager a.Ahover:hover {
    border-color: #14AB3A !important;
    background: #14AB3A !important;
  }

  .pager li>a:focus,
  .pager li>a:hover {
    border-color: #14AB3A !important;
    color: #14AB3A !important;
  }

  .nav-tabs-line>li.active>a,
  .nav-tabs-line>li.active>a:focus,
  .nav-tabs-line>li.active>a:hover {
    color: #14AB3A !important;
    border-bottom: 2px solid #14AB3A !important;
  }

  .modal-primary .modal-header {
    background-color: #14AB3A !important;
  }

  .radio-primary input[type="radio"]:checked+label::before {
    border-color: #14AB3A !important;
  }

  .btn-primary {
    background-color: #14AB3A !important;
    border-color: #14AB3A !important;
  }

  /*内页*/
  .inf-column-nav .inf-column-nav-ul>li a.link:hover,
  .inf-column-nav .inf-column-nav-ul>li a.link.active {
    color: fff !important;
  }

  .inf-column-nav .inf-column-nav-ul>li a.link:hover,
  .inf-column-nav .inf-column-nav-ul>li a.link.active {
    background: #14AB3A !important;
  }

  .inf-product.type-1 h4 a:hover {
    color: #14AB3A !important;
  }

  .dropdown-menu>li>a:hover {
    color: #14AB3A !important;
  }

  .inf-news ul.inf-page-ajax li h4 a:hover {
    color: #14AB3A !important;
  }

  .inf-position.pattern-show a {
    color: #14AB3A !important;
  }

  .inf-download .inf-download-list a.btn {
    color: #fff !important;
  }

  .inf-download .paralist .inf-download-btn {
    color: #fff !important;
  }

  inf-job-cvbtn {
    color: #fff !important;
  }

  #inf-imgs-carousel .slick-dots li.slick-active {
    border-color: #14AB3A !important;
  }

  .btn-primary.focus,
  .btn-primary:focus,
  .btn-primary:hover {
    background-color: #14AB3A !important;
    border-color: #14AB3A !important;
  }

  .btn-primary.active,
  .btn-primary:active,
  .open>.dropdown-toggle.btn-primary {
    background-color: #14AB3A !important;
    border-color: #14AB3A !important;
  }

  .inf-news-bar ul.column li a.active {
    color: #14AB3A !important;
  }

  .inf-position a:hover,
  .inf-position a:focus,
  .inf-position a:active {
    color: #14AB3A !important;
  }

  .inf-position .breadcrumb li:before {
    color: #14AB3A !important;
  }

  /*自定义*/
  header .search-box .input-search-btn .icon {
    background-color: #14AB3A !important;
  }

  .inf-nav {
    background-color: #14AB3A !important;
  }

  .inf-nav .nav li a.active:before,
  .inf-nav .nav li a:hover:before {
    color: #14AB3A !important;
  }

  .inf-nav .dropdown-menu {
    border-top: 3px solid #14AB3A !important;
  }

  .inf-banner .banner-text .line {
    background-color: #14AB3A !important;
  }

  .inf-banner .banner-text h4 b {
    color: #14AB3A !important;
  }

  .inf-banner .slick-arrow {
    background-color: #14AB3A !important;
  }

  .inf-index-notice .notice {
    background-color: #14AB3A !important;
  }

  .title-box .title-tabs li.active a {
    background-color: #14AB3A !important;
  }

  .index-title p {
    background-color: #14AB3A !important;
  }

  .inf-index-service [class*=blocks] li:hover div h3 {
    color: #14AB3A !important;
  }

  input:focus {
    border: 1px solid #14AB3A !important;
  }

  .title-box .title-tabs li a:hover {
    background-color: #14AB3A !important;
  }

  .index-more {
    color: #14AB3A !important;
  }

  .index-more:hover {
    background-color: #14AB3A !important;
    color: #fff !important;
    border-color: #14AB3A !important;
  }

  .inf-index-product #product-list .widget:hover h4 {
    background-color: #14AB3A !important;
  }

  .inf-index-news .imgnews-list .item1 .text {
    background-color: #14AB3A !important;
  }

  .inf-footnav:before {
    background-color: #14AB3A !important;
  }

  footer .right a:hover {
    color: #14AB3A !important;
  }

  .inf-footnav .info em:hover {
    color: #14AB3A !important;
  }

  .inf-footnav .info p:hover {
    color: #14AB3A !important;
  }

  .inf-links a {
    color: #14AB3A !important;
  }

  footer a:hover {
    color: #14AB3A !important;
  }



  .inf-column-nav .sidebar-loc a:hover {
    color: #14AB3A !important;
  }

  .inf-product.type-1 .widget:hover h4:after {
    background-color: #14AB3A !important;
  }

  .inf-index-news .imgnews-list li:hover h3 {
    color: #14AB3A !important;
  }

  .inf-index-news .imgnews-list li .fa {
    color: #14AB3A !important;
  }

  .inf-index-news .imgnews-list .item1 .text .content h3 {
    color: #fff !important;
  }

  .inf-footnav ul li a:hover {
    color: #14AB3A !important;
  }

  .inf-nav .nav .open>a:before,
  .inf-nav .nav .open>a:focus:before,
  .inf-nav .nav .open>a:hover:before {
    color: #14AB3A !important;
  }

  .inf-banner-ny {
    background-color: #fff !important;
  }

  @media (max-width: 991px) {
    .inf-nav .inf-nav-login {
      background: #14AB3A !important;
    }
  }

  @media (max-width: 767px) {
    header .search-box .m-search i {
      background-color: #14AB3A !important;
    }

    .inf-footnav h4 {
      background: #14AB3A !important;
    }

    .inf-nav .inf-nav-login,
    .inf-nav .inf-nav-right-shop {
      background: #14AB3A !important;
    }

    .inf-nav .inf-nav-login .btn {
      background: #14AB3A !important;
    }
  }