﻿@charset "utf-8";
*{margin:0;padding:0}
a{text-decoration:none;color:#333;font-family:"arial","微软雅黑"}
html{width:100%;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch;-o-overflow-scrolling:touch;overflow-scrolling:touch;font-size:16px;}
html.ns{overflow:hidden}

body{color:#535353;font-size: 1em;font-family:"arial","微软雅黑"; width:100%;position:relative}
@media screen and (min-width: 360px) and (max-width: 374px){ html{font-size:16px}}
@media screen and (min-width: 375px) and (max-width: 479px){ html{font-size:18px}}
@media screen and (min-width: 480px) and (max-width: 539px){ html{font-size:20px}}
@media screen and (min-width: 540px) and (max-width: 639px){ html{font-size:24px}}
@media screen and (min-width: 640px){ html{font-size:28px}}

a,body{font-family:"微软雅黑"/9;-webkit-tap-highlight-color:rgba(0,0,0,0)}img{border:0}ol,ul,li{list-style:none}dl,dt,dd,ul,li{margin:0;padding:0}input,textarea{outline:none}html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{-webkit-text-size-adjust:none}i{font-style:normal}.fl{float:left}.fr{float:right}.clear{clear:both}body,div,h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}

#banner {width: 100%;margin:0px;padding:0px;overflow: hidden;}
#banner img{width: 100%;}

.focus{ width:100%;   margin:0 auto; position:relative; overflow:hidden;   }
	.focus .shanghl00{ width:100%; height:11px;  position:absolute; z-index:1; bottom:45px; text-align:center;  }
	.focus .shanghl00 ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
		-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
	}
	.focus .shanghl00 ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
	.focus .shanghl00 ul .on{ background:#FE6C9C;  }
	.focus .bd{
	position:relative;
	z-index:0;
	margin:0px;
	padding:0px;
	overflow: hidden;
}
.focus .bd li{ margin:0px; padding:0px;position:relative; overflow:hidden;}
	.focus .bd li img{  object-fit:cover; display:block; }
	.focus .bd li a{
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.foctit{position:absolute; z-index:111; width:100%; bottom:0;background: rgba(0,0,0,.6); padding-left: 0.7rem; padding-right: 0.7rem; color:#FFF; font-size:0.8rem;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; overflow:hidden; height:40px; line-height:40px; box-sizing:border-box;}
	
.toubu{ position:fixed; left:0; top:0; width:100%; z-index:999;}
.toubuge{ width:100%; height:50px;}
.main-header {
    height: 50px;box-shadow: 0px 1px 5px #5c4b51;
    /*background: #a10e15;*/
	background: rgba(255,255,255,1.0);
    z-index: 60;
	width:100%;
	position:relative;
		
}
/*header{	
	height:50px;
	line-height: 50px;
	text-align: center;
    background-color: #fff;
	box-shadow: 0px 1px 5px #9c8e93; margin-bottom:5px;
}*/



.search_open {
display: block;
    width: 30px;
    height: 30px;
background: url(../images/wap_sea.png) no-repeat;
position: absolute;
right:60px;
top:10px;
background-size: auto 25px;
background-position: center center;
}
.menu_open {
display: block;
    width: 30px;
    height: 30px;
background: url(../images/wap_menu.png) no-repeat;
	position: absolute;
	right:10px;
top:10px;
}
.animate{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;display: block;
  transform:rotate(180deg);-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); /* Opera */background: url(../images/wap_close.png) no-repeat;} 
  .animate1{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;display: block;
  transform:rotate(-180deg);-moz-transform:rotate(-180deg); /* Firefox */
-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
-o-transform:rotate(-180deg); /* Opera */} 
#top{ width:100%;  overflow:hidden; display:block;  position:absolute; top:50px; z-index:100; background-color:#f2f2f2;padding: 10px; box-sizing:border-box;}
input.button1 {
	border-radius: 5px;
	line-height: 23px;
	height: 33px;
	width: 70%;
	padding: 0 5px 0 5px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
	background: whiteSmoke;
	float:left;
	margin-right:3%;
font-size:12px;
	z-index: 1001;
}
input.button2 {
	text-shadow: black 0 1px 0;
	border: 1px solid;
	border-color: #EEE #CCC #CCC #EEE;
	color: #666;
	font-weight: bold;
	width: 22%;
	border-radius: 5px;
	padding: 3px;
	height: 35px;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 0px /*{a-bar-shadow-y}*/ 0px /*{a-bar-shadow-radius}*/ #FFF /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f8f8f8 /*{a-bar-background-start}*/), to( #eaeaea /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/);
	font-size:12px;
	z-index: 1001;
	float:right;
}

.ncon_item{display: flex;flex-wrap: nowrap;
overflow: hidden;
position: relative;box-sizing: border-box; padding-bottom:15px;
border-bottom: 1px solid #EBEBEB;}

.shl-n-pic {
    width: 72px;
    min-width: 72px;
    height: 72px;
    overflow: hidden;
    position: relative;
   
 color:#fff; text-align:center; line-height:72px; font-size:35px;
    border-radius: 3px; background:#007ac7;
}
.shl-n-pic img { width:100%; height:100%; object-fit:cover;}
.shl-left {
 width:100%
}
.shl-ptit {
 font-size:0.9rem;
 overflow:hidden;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical
}
.shl-nr {
 font-size:0.8rem;
 overflow:hidden;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1; color:#555; opacity:0.5;
 /*显示行数*/-webkit-box-orient:vertical
}
.shl-time {
 font-size:12px;
 color:#0350a2;
 margin-top:9px;
 background-image:url(../images/shl-ico-time.png);
 background-size:auto 13px;

 background-repeat:no-repeat;
 padding-left:15px
}
.shl-geng{ padding-top:20px; padding-bottom:20px;}
.loading-more-button {
    width: 6rem;
    height: 2rem;
    line-height: 1.96rem;
    text-align: center;
    font-size: .8rem;
    border: 1px solid #0065ce;
border-radius: 5px;
color: #0065ce;
    cursor: pointer;
    margin: 0 auto;
}


/*选项卡*/
.tabs {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: center;
    overflow: hidden; box-sizing:border-box; padding:10px 12px 1px 12px;background-color: #fff; font-weight:bold;
}
.tab_con{ display:none; background-color:#FFF;}

.tabs li{
float: left;
width: 50%;
height: 40px;
line-height: 40px; margin-bottom:20px;
font-size: 0.85rem;border-bottom: 1px solid #EBEBEB;}

.tabs .thistab{
float: left;
width: 50%;
height: 40px; background:#235ec9;
line-height: 40px;
font-size: 0.9rem;
color: #fff;}

.home-tit{width: 100%;
position: relative;
margin-top: 10px;border-bottom: 1px solid #EBEBEB; padding:13px 14px; background-color:#FFF;font-size: 0.9rem;color: #0579cb; box-sizing:border-box;}
.home-tit .dtit { font-weight:bold; float:left;}
.home-tit a {
    font-family: Arial;
    font-size: 10px;
    float: right;
    color: #666;
    text-align: right;
    display: block;
    padding-top: 6px;
}

.shl-zj{display: flex;flex-wrap: wrap; background-color:#FFF; box-sizing:border-box;padding: 7px; text-align:center;}
.shl-zjsection {
    width: 50%;
    padding: 5px;box-sizing:border-box;
}
.zjkuang {border: 1px solid #EBEBEB;box-sizing:border-box; padding:6px 6px 12px 6px; border-radius:5px;box-shadow: 0px 0px 5px #E4E4E4;}
.shl-zjpic{width: 4.2rem;
height: 4.2rem;
overflow: hidden;
position: relative; border-radius:50%; overflow:hidden; margin:0 auto; margin-top:0.6rem;}
.shl-zjpic img{width: 100%;
height: 100%; object-fit:cover;}
.zjtit1{ font-size:0.9rem; height:2.6rem;
 line-height:1.3rem; overflow:hidden; margin-top:10px;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.zjtit2{font-size:0.8rem; height:2rem; line-height:1rem; color:#959595; overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.zjtit3{font-size:0.7rem; height:1.4rem; line-height:1.4rem; border-radius:0.7rem; width:4rem; text-align:center; border:1px solid #0a53a3; margin:0 auto; margin-top:10px; color:#0a53a3;}



/*选项卡*/
.tabs2 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: center;
    overflow: hidden; box-sizing:border-box; padding:10px 12px 1px 12px;background-color: #fff; font-weight:bold;
}
.tab_con2{ display:none; background-color:#FFF;}

.tabs2 li{
float: left;
width: 50%;
height: 40px;
line-height: 40px;
font-size: 0.85rem;border-bottom: 1px solid #EBEBEB;}

.tabs2 .thistab{
float: left;
width: 50%;
height: 40px;
border-bottom: 1px solid #029d25;
line-height: 40px;
font-size: 0.9rem;
color: #029d25;}


.shl-djt{display: flex;flex-wrap: wrap;box-sizing:border-box;}
.shl-section {
    width: 50%;
    padding: 8px;box-sizing:border-box;
}
.skkk {
    background-color: #fff;
  
}
.shl-djtpic{width: 100%;
height: 110px; border-bottom:1px solid #f2f2f2;
overflow: hidden;
position: relative;}
.shl-djtpic img{width: 100%;
height: 100%; object-fit:cover;}
.shlne {
    padding: 10px;
}
.djtte{ font-size:0.9rem;
 overflow:hidden; text-align:center;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
 
 .djttime {
 font-size:12px;
 color:#969696;
 margin-top:9px;
 background-image:url(../images/shl-ico-time.png);
 background-size:auto 13px;
 background-position: left center;
 background-repeat:no-repeat;
 padding-left:15px; height:15px; line-height:15px;
}

.jigou{ background-color:#FFF;}
.jigouname{ font-size:0.9rem;color: #0a53a3;
 overflow:hidden;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical}
.jigoumiaoshu{
	font-size:12px;
 color:#969696;
 margin-top:6px;
  overflow:hidden;
 height:3rem;
 line-height:1rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:3;
 /*显示行数*/-webkit-box-orient:vertical}

.jigou-pic {
    width: 115px;
    min-width: 115px;
    height: 82px;
    overflow: hidden;
    position: relative;
    border: 1px solid 
    rgba(0,0,0,.1);
    margin-right: 12px;
    border-radius: 3px;
}
.jigou-pic img { width:100%; height:100%; object-fit:contain;}
.foot {
    padding: 25px 15px;background: #fff;display:flex; font-size:0.9rem; 
}
.foot1 { box-sizing:border-box; width:90%; margin:0 auto}

.wap_add{ background:url(../images/in_28.jpg) no-repeat left; padding-left:3rem; height:40px; line-height:40px;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical; overflow:hidden!important }
.wap_tel{ background:url(../images/in_30.jpg) no-repeat left; padding-left:3rem;height:40px; line-height:20px;}
.wap_mail{ background:url(../images/in_32.jpg) no-repeat left; padding-left:3rem;height:40px; line-height:40px;}
.wap_line{ margin-top:0.8rem; margin-bottom:0.8rem; background:#d8d8d8; height:1px; width:100%;}
.foot2-wap { width:100%; margin:0 auto;
    display: block;
    text-align: center;
    padding-top: 1rem;
    font-size: 0.8rem;
	padding-bottom: 1rem;background:#0065ce;color:#fff;
}
.foot2-wap a {
    color: #fff;
}

.tit4 {
    width: 100%;
    padding: 15px;
    border-bottom: 
    #EBEBEB 1px solid;
    overflow: hidden; background-color:#FFF; box-sizing:border-box;
}
.tit4 .tout {width: 100%; display:flex;}
.ttpic{ width:4.4rem; min-width:4.4rem; margin-right:10px;}
.ttpic img{ width:100%;}
.tit4 .tout .text { width: 100%;}
.tit4 .tout .text h3 {

    font-size: 1rem;
    font-weight: bold;
    color: 004276;
    line-height: 1.5rem;
	height:1.5rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical;

}
.tit4 .tout .text h3 a { color: #0a53b8;}
.tit4 .tout .text .tex {
	font-size:0.75rem;
    color: #888;
	  line-height: 1rem;
	height:2rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical; margin-top:8px; 

}
.tit4 .touj {width: 100%; display:flex; align-items: center; background-color:#f2f2f2;}
.tjzjleft {
    width: 2rem;
	min-width: 2rem;
    text-align: center;
    line-height: 1.1rem;
    padding: 8px 0;
    background:#0a53a3;
    color: #fff; 
     font-size:0.9rem;
    
}
.zjtu{min-width:4.2rem;width: 4.2rem;height: 4.2rem; overflow:hidden; border-radius:50%; margin-right:10px; margin-left: 15px;}
.zjtu img{width: 100%;height: 100%; object-fit: cover; display:block;}
.rszj{ width:100%;}
.rszjtit {
	font-size:0.75rem;
    color: #888;
	  line-height: 1.1rem;
	height:1.1rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical; padding-right: 6px;

}





.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}



.shl-toug{ height:50px; width:100%;}
.shl-mingx{ width:14.285%; float:left }
.shl-mingx img{ width:100%; height:100%; object-fit:cover;}

/*内页开始*/
.neilist , .neidetail{  background-color:#FFF;}
.neidetail{ }
.nei-tit h2{ color:#000;}
.nei-tit{width: 100%;
position: relative;/*border-bottom: 1px solid #EBEBEB;*/padding:30px 30px 15px 15px; background-color:#FFF;font-size:1rem;color: #000; box-sizing:border-box;/* margin-bottom:20px;*/}
.nei-tit .dtit { text-align:center}
.nei-tit .dtit .ntitle1{ font-size:30px; font-weight:bold; color:#333;}
.nei-tit .dtit .ntitle1 i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  background: #555;
  margin: 0 20px;
}
.nei-tit .dtit  .enname{font-size: 16px;
color: #000;
text-transform: uppercase;
text-align: center;}
.nei-tit .dtit  h2{ text-align:center; font-weight:normal; font-size:30px; }
.nei-tit .dtit  h3{ font-style:italic; text-transform:uppercase; margin-top:5px;text-align:center; font-weight:bold; font-size:16px;  color:#dddddd}
.wenline{  background:#e7e7e7; height:1px; width:100%; margin:0 auto;margin-top:10px;}
.dtit span {
    color: #9a9792;
     font-weight:normal;
}
.news-title {
    padding: 15px;
    border-bottom: 1px solid #EBEBEB;
}
.news-title .title {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding-bottom: 6px;
	font-weight:bold;
}
.otherview{display:flex;align-items: center;justify-content: space-between;}
.shl-zuozhe {
 font-size:12px;
 color:#969696;
 margin-top:9px;
}
.shl-zuozhe span{ padding-left:10px;}
.art-content {
   /* padding: 25px 15px;*/clear: both;font-size: 14px;
line-height: 27px; overflow:hidden; padding-bottom:40px; padding-top:0px; padding-left:15px; padding-right:15px;
}

.bq {
    font-size: 0.75rem;
    color: #9d9cac;
   line-height: 1.2rem;
    overflow: hidden;
	padding-bottom: 15px;
}
.bq a {
    font-size: 0.75rem;
    background: #eee;
text-decoration: none;
color:#595d5c;
    display: inline-block;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 5px;
	margin-top:8px;
}
.bq span {margin-top:8px;}
.bqts {
	font-size: 0.75rem;line-height: 1.2rem;
    clear: both;
    border-top: 1px solid #EBEBEB;
padding-top: 15px;
color: #999;
    overflow: hidden;
}
.bqts a {color: #999;}
.art-ban {
    padding: 0 15px 15px 15px;clear: both;
}
.shl-jide{background: #f2f2f2;}
.shl-padtop{padding-top: 15px;padding-bottom: 15px;}
.shl-bai{background: #fff;}
.shl-matop{margin-top: 15px;}
.shl-jicolor{ color:#262f2e}
.dingyue-content-controller {
    width: 11px;
    height: 6px;
    margin: 0px auto 0;
    cursor: pointer;background: url(../images/down.png) no-repeat;
}
.dingyue-content-dropup {
    width: 11px;
    height: 6px;
    margin: 0px auto 0;
    cursor: pointer;background: url(../images/up.png) no-repeat;
}
.shl-dianji{background: #f2f2f2; padding-top:15px; padding-bottom:15px;}
.art-contentjg {
    padding: 15px 15px 0px 15px;
    clear: both;
    font-size: 0.85rem;
    line-height: 1.3rem;
    overflow: hidden;
}
.zhuanjia-pic {
    width: 102px;
    min-width: 102px;
    height: 102px;
    overflow: hidden;
    position: relative;
    border: 1px solid 
    rgba(0,0,0,.1);
    margin-right: 12px;
    border-radius: 50%;
}
.zhuanjia-pic img { width:100%; height:100%; object-fit:cover;}
.zhuanjiatit {
    font-size: 0.75rem;
    color: 
    #888;
    line-height: 1.4rem;
    height: 1.4rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 6px;
}
.zhuanjiatit span { padding-left:15px; color:#009; font-weight:bold;}
.zhuanjiatitm{margin-top: 5px;}
.zlcon_item{
overflow: hidden;
position: relative;box-sizing: border-box;
padding: 15px 12px;
background-color:#fff;border-bottom: 1px solid #EBEBEB; text-align:center;}
.zhuanlan-pic {
    width: 102px;
    min-width: 102px;
    height: 102px;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff; margin:0 auto;
    border-radius: 50%;
}
.zhuanlan-pic img { width:100%; height:100%; object-fit:cover;}
.zhuanlanname{ font-size:0.9rem;color: #b2f8ab;
 overflow:hidden;
 width:100%; padding-top:10px;
 line-height:1.3rem;
}
.zhuanlanname span{ padding-left:15px;}
.zhuanlanbj {
    clear: both;
    width: 100%;
   /* background: url(../images/bj.jpg) repeat-x center top; */background-color:#007ac7;
}
.zhuanlanmiaoshu{
	font-size:12px;
 color:#fff;
 margin-top:6px;
  overflow:hidden;
 line-height:1rem;
}

.fenlei{}
.fenlei ul {display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;}
.fenlei ul li{ background:#f9f9f9; text-align:center; height:35px; line-height:35px; width:100%; border-left:1px solid #fff}
.fenlei ul li:nth-child(1){border-left:0px solid #fff}


.fenlei ul li a{ color:#555;font-size: 0.85rem;}
.fenlei ul li.active{ color:#319fa9; }
.fenlei ul li.active a{ color:#319fa9}

.chanpin{ background:#f2f2f2; padding-top:30px; padding-bottom:10px;}
.xinwen{ padding-top:30px; padding-bottom:30px;}
.xinwenba{ text-align:center;font-size:30px; margin:0 auto; color:#000; font-weight:bold}
.xiwnenmam{ font-size:16px; padding-bottom:20px; text-align:center; padding-top:5px;}
.lianxi{ padding:30px 15px;}
.aom{ text-align:center; font-size:14px;line-height:22px;}

.lianxi{ background:#424242;}
.aom { color:#ccc; padding-top:0px;}
.aom img{ text-align:center; margin:0 auto}
.aom a{ color:#ccc;}
.banquan{ background:#3c3c3c;color:#ccc; text-align:center; font-size:14px; line-height:60px;}
.banquan a{ color:#ccc;}




.contentPage{text-align:center; margin:0px 3px; padding:0px;  color: #555; line-height: 30px; text-decoration: none; clear:both; padding-bottom:15px;}
.contentPage a:link {color: #555; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #555; font-weight: normal;}
.contentPage a:visited {color: #555; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #555; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#555;font-weight:normal;}
.contentPage .current{color:#555; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #086ab8; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}

.suspension_box{
	width: 3rem;
    height: 3rem;
    background: rgba(0,129,255,0.8) url(../images/jgh/ico-talk-white.png) no-repeat;
    background-size: 1.7rem;
    background-position: 50% 60%;
    position: fixed;
    right: 0.2rem;
    bottom: 3.2rem;
    border-radius: 50%;
    display: none;
}



.tjcp ul li{ width:43%; background:#f2f2f2;border:1px solid #d8d8d8; margin-left:1rem; float:left; margin-bottom:20px; }
.tjcp ul li img{ width:100%; }
.tjcp ul li  h3{ font-weight:normal;font-size: 0.85rem; text-align:center;    overflow: hidden;
-o-text-overflow: ellipsis;margin-top:0.5rem; 
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.bigbt{color:#029d25; padding-top:1.5rem; font-weight:bold; font-size:1.2rem; text-align:center; margin:0 auto}
.bline{ background:#029d25; height:3px; width:50px; margin:0 auto; text-align:center; margin-top:0.5rem; margin-bottom:1rem;}
.btxt{ text-align:center; margin:0 auto; color:#333; font-size:0.95rem;padding-bottom:1.5rem; }
.aboutimg{ width:100%;}
.wap_about{ background:#029d25; color:#fff}
.wap_about .bigbt{ color:#fff}
.wap_about .bline{ background:#fff}
.wap_about a{ color:#fff}
.aboutimg img{ width:50%; padding:2px; border:1px solid #fff;}
.wap_about_txt{ padding-left:1rem; padding-right:1rem;}
.abouttxt{text-overflow: ellipsis; width:100%; font-size:0.75rem; line-height:1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 6; height:6.7rem;
    -webkit-box-orient: vertical; overflow:hidden;}

.wsbt{color:#029d25; font-size:1rem; font-weight:bold}
.wap_news ul {  padding:1rem; padding-top:0px;}
.wap_news .dingbu{ padding-bottom:0.5rem;}
.wap_news ul li{ line-height:40px; border-bottom:1px dashed #d8d8d8;font-size: 0.75rem;}
.wap_news ul li a:active{color:#029d25; }
.wap_news { background:#fff;}

.gundong {width:100%; height: 150px;overflow: hidden; }
.gundong  ul { width: 1000%;height: 100%;animation: picmove 100s linear infinite forwards;}
@keyframes picmove {
from {transform: translate(0);}
to {transform: translate(-100%);}}
.gundong ul li img {height: 150px;float: left; margin-right:1rem;}
ul li a:hover {animation-play-state: paused;}
.wsama{margin-left:1rem; margin-right:1rem; overflow:hidden;}
.dingbu{ padding:1rem;}
.wsgd a{ color:#029d25; font-size:0.75rem;}
#probox{ position: relative;width:100%;overflow:hidden; background:#fff; height:300px;}
#prolist{ position: relative; width:300%;height:300px; list-style: none; margin: 0; padding: 0;}
#prolist li {float: left; width:340px; height:300px;}
#prolist li img{ width:100%;border:1px solid #d8d8d8;}
#left,#right{ background: #029d25; color: #fff; padding-left:5px; padding-right:5px; cursor:pointer;}
.wap_more{ height:25px; text-align:center; margin:0 auto; line-height:25px;margin-top:0.5rem;  color:#029d25; width:80px;font-size: 0.75rem; text-align:center; margin-bottom:1rem;}
#prolist li h3{ font-weight:normal;font-size: 0.85rem;    overflow: hidden;
    -o-text-overflow: ellipsis;margin-top:0.5rem; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.juli{ width:100%; padding-left:1rem; padding-right:1rem; margin-left:1rem; margin-right:1rem; }
.dingaa{  padding:1rem;}
.dingaa h2{ color:#029d25; font-size:1rem; }
.tuijianchanpin{background:#fff; padding-bottom:0.5rem;}
.neilist ul{ padding-top:1rem; padding-left:15px; padding-right:15px;}
.neilist ul li{ width:48%; float:left; margin-bottom:15px; }
.neilist ul li:nth-child(2n){ float:right}
.neidetail .shl-ptit2{ margin-top:5px;font-size:15px; overflow:hidden;
 width:100%; text-align:center;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical}

.shl-ptit2 {
 font-size:0.9rem;
 overflow:hidden;
 width:100%; text-align:center;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical
}
.shl-n-pic2{ width:100%;  overflow:hidden;text-align:center;vertical-align:middle;display:block;position:relative; background:#fff;vertical-align:middle; }
.shl-n-pic2  img{ width:100%; display:block;margin:0 auto; }
.wsbian{border:1px solid #d8d8d8; width:100%;}

.nyxinwen ul{ padding-left:1rem; padding-right:1rem;}
.nyxinwen ul li{ line-height:40px; font-size:0.85rem; border-bottom:1px dashed #d8d8d8}
.wsneirong img{ max-width:100%;}
.xshijian{ color:#555; text-align:center; font-size:0.75rem; margin-top:5px;}
.wsneirong{ font-size:0.85rem!important; line-height:1.5rem;}
.pnpage{ font-size:0.85rem; line-height:1.5rem;}
.wline{ background:#f2f2f2; height:5px; margin-bottom:0.5rem;}
dl.message2{
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 96%;
}

dl.message2 dd{
	margin: 0 0 6px 0;
	padding: 0px;
	float: left;
	width: 100%;
}	
	
	
	.round1li2 input {
	border-radius: 5px;-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
	line-height: 35px;
	height: 35px;
	width: 100%;
	padding-left: 5px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
	background: whiteSmoke;
	font-size:14px;
}
.round1li2 textarea { font-family:"微软雅黑";
border-radius: 5px;-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
line-height: 23px;
height: 68px;
width: 100%;
padding-left: 5px;
border: 1px solid;
border-color: #CCC #EEE #EEE #CCC;
background: whiteSmoke;
font-size:14px;
}
.round1li3 input {
	border-radius: 5px;-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
	line-height: 35px;
	height: 35px;
	width: 150px;
	padding-left: 5px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
	background: whiteSmoke;
	float:left;
	margin-right:10px;
	font-size:14px;
}
.round1li4 { margin: 0 auto; width: 100%; float:left; text-align:center;}
.round1li4:after { clear: both; content: " "; display: block; }
.round1li4 input.button { margin:0 auto;
	 font-size: 15px;
	 color:#ffffff;
	 font-weight: bold;
	  display:block;width: 100%; height: 45px; border-radius: 3px; -moz-border-radius: 3px;
-khtml-border-radius: 3px; background:#0b4497;
-webkit-border-radius: 3px; border: #0b4497 1px solid;  
background:-moz-linear-gradient(top,#0b4497,#0b4497);/*Mozilla*/
background:-webkit-linear-gradient(top,#0b4497,#0b4497);/*new gradient for Webkit*/
background:-o-linear-gradient(top,#0b4497,#0b4497); /*Opera11*/
}
.oopp{ width:100%; max-width:640px; overflow:hidden; position:relative; margin:0 auto;}
table {
    border-collapse:inherit;
  
}
td, th { display:table-cell;
    vertical-align: inherit;
}
.bottomNav {
	/*border:1px solid red;
	*/
    width:100%;
	height:70px;
	position:fixed;
	bottom:1px;
}
.bottomNav_item {
	/*border:1px solid red;
	*/
    width:20%;
	height:70px; border-top:1px solid #d8d8d8;
	float:left; color:#333;
	text-align:center; background:#fff;
}
.bottomNav_icon {
	margin:auto;
	width:30px;
	height:30px; margin-top:11px;
}
.bottomNav_icon img {
	width:100%;
	height:100%;
}
.bottomNav_item p {
	margin-top:3px; font-size:0.85rem}
.gray {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}
.inital_color { color:#0350a2}

.cplieaa { padding:1rem}
.mingcheng{ line-height:40px; margin-left:10px; font-size:0.75rem;text-overflow: ellipsis;border-top-left-radius:10px!important; border-bottom-left-radius:10px!important;
    display: -webkit-box; 
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; overflow:hidden;}
.youimg{ width:30px; margin-top:10px;  }
.youimg img{ width:50%;}
.zuoimg{ background:#0350a2; height:40px; width:40px; border-top-left-radius:10px; text-align:center; margin:0 auto;border-bottom-left-radius:10px;}
.imaaa{ width:30px; padding-left:5px; padding-top:10px;}
.imaaa img{ width:50%;}
.cplieaa li{ background:#fff;border-bottom-right-radius:10px;border-top-right-radius:10px; margin-top:5px; margin-bottom:5px;}
.cplieaa { background:#f2f2f2; padding-bottom:0px;}
.wap_you{ background:#f2f2f2; padding-bottom:0.85rem;}
.wap_you ul li{ line-height:1.25rem; text-align:center}
.wap_you ul li a{ font-size:0.85rem; }
.wap_zuo{ text-align:center; margin:0 auto; margin-top:1rem;margin-bottom:0.5rem;}
.wap_zuo a{ font-size:1rem; color:#029d25}
.wsliebiao{ border:0.85rem solid #fff; border-bottom:0px;}
.chanpinliebiao{border-bottom:0.85rem solid #fff;}

	.xiangce{ background:#f2f2f2}
	
.search{ margin:15px;height:40px;display:box; display:-webkit-box; display:-moz-box; margin-bottom:0px; margin-top:0px; }
.search .input{display:block; box-flex:1.0; -webkit-box-flex:1.0; -moz-box-flex:1.0;  text-align:left;height:38px; padding:0px 10px; line-height:40px; overflow:hidden; border:#e4e4e4 1px solid; border-right:0;  border-radius:5px  0px 0px 5px;  -moz-border-radius: 5px  0px 0px 5px; 
-khtml-border-radius: 5px  0px 0px 5px; 
-webkit-border-radius: 5px  0px 0px 5px; }
.search .button{ height:40px; width:40px;     display:block; border:#e4e4e4 1px solid; border-left:0; border-radius:0px  5px 5px 0px;  -moz-border-radius: 0px  5px 5px 0px;
-khtml-border-radius: 0px  5px 5px 0px;
-webkit-border-radius: 0px  5px 5px 0px; background:#000 url(../images/wap_ico031.png) center center no-repeat; cursor:pointer;}	
	
	
		.menu_open{ display: block;}
	.menu_close{ display: none; background: url('../images/ico-cha.png') no-repeat; background-size: auto 86%; background-position: center center; background-repeat: no-repeat; width: 30px; height: 30px;position: absolute; right: 10px;top: 10px;}
	.msk {display: none; position: fixed; width: 100%; height: 100%;  top: 50px; left: 0; background-color:rgba(0,0,0,0.5); z-index: 100010; }
	.menu { position: fixed; width: 200px; height: 100%; top: 50px; right:-200px; background: #333;color: #666;z-index: 100015;box-sizing: border-box; padding-bottom: 50px;overflow-y: auto;box-shadow: inset 6px 0 5px -5px rgba(0,0,0,.9);padding-left: 10px; padding-right: 10px;}
	.menu .onemenu,.menu a.onemenu,.menu a.onemenub{ color: #fff; font-size: 16px; display: block; height: 45px; line-height: 45px;}
	.menu .menu-li{border-bottom: 1px solid #222;}
	.menu .menu-li::after {content: ''; display: block;width: 100%;border-bottom: 1px solid #404040;}
	.menu .twoul{ display: none;}
	.menu .twoul li{ position: relative; background-color: rgba(255,255,255, .1); padding: 12px 0 12px 0px; margin-top: 1px; font-size: 14px;}
	.menu .twoul li::after{display: block;content: "";position: absolute;right: 8px;top: 52%;margin-top: -5px;width: 6px;height: 6px;border: 2px solid #666;border-width: 2px 2px 0 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
	.menu .twoul li a{color: #fff; font-size: 14px; display: block; color: #fff; padding-left: 15px;}
	
	.menuico_right{ }
	.menuico_down{ background: url('../images/shl-down-open1.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	.menuico_up{ background: url('../images/shl-down-open2.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	/* .menu .onemenu{ color: #fff; font-size: 14px;} */
	
	
	.mainbody{padding:30px 15px; background:#fff;}
.clear{ clear:both}
.abtit {overflow:hidden;  text-align:center;}
.abtit h3 { font-size:25px; color:#545454; line-height:30px; font-weight:bold;}
.abtit h3 span { color:#0350a2;}
.abtit p { color:#747474; font-size:14px; padding-top:15px; }


.banquan{ background: #424242;color:#ccc; text-align:center; font-size:14px; line-height:25px; padding-top:25px; padding-bottom:25px;}
.banquan a{ color:#ccc;}
.flogo{ margin-bottom:20px; border-bottom:1px solid rgba(255,255,255,0.1); padding-bottom:20px;}
.flogo h2{ color:#ccc; font-size:25px;}
.flogo h3{ color:#ccc; font-size:15px; font-weight:normal; margin-top:10px;}

.nybanner{ background:url(../images/wap_about.jpg) no-repeat center; margin-top:-70px; height:270px; background-size:250%}

.nybanner .nytl_nr{ color:#333; width:80%; margin:0 auto;padding-top:85px; font-size:15px; line-height:30px;}


.back_bg{ background-color:#ebebeb; margin-top:20px;}
.back_bg p{ font-size:13px; color:#666; text-align:center; line-height:38px;} 
.back_bg p a{color:#666;}






.pro3_p1{ background-color:#efefef; font-size:14px; font-weight:bold; color:#000; text-align:center; line-height:44px;}

.pro_fl_title{ font-size:15px; font-weight:bold; color:white; text-align:center; line-height:48px;background: linear-gradient(45deg,#00904a,#3de191);
}
.pro_fl_title a{color:white;}

.pro_tb{ width:100%; margin-bottom:20px; }
.pro_tb tr td{ font-size:14px; color:#333; line-height:25px; padding-top:5px; padding-bottom:5px; }
.pro_tb tr td a{ color:#333;}



.pro_more{ width:120px; margin:0 auto;  margin-bottom:20px;}
.pro_more p a{ display:block; font-size:14px; color:#fff;  text-align:center; line-height:35px;background: linear-gradient(45deg,#00904a,#3de191);border-radius:8px;}



.pro_title{ font-size:14px; color:white; line-height:46px; text-align:center;background: linear-gradient(45deg,#00904a,#3de191);;font-weight:bold; margin-bottom:20px;}
.pro_nr_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0; }
.pro_nr_box table tr td{ padding:5px; font-size:13px; color:#333; line-height:26px;border:1px solid #ccc; border-top:0; border-right:0;}
.pro_nr_box p{ font-size:13px; color:#333; line-height:30px;}
.pro_nr_box img{ max-width:100%!important; height:auto;!important}


/* 招聘 page */
.recruitpage .innerbanner {
    min-height: 378px;
    background-image: url(/wp-content/themes/overland/assets/images/case-banner.jpg);
    background-repeat: no-repeat;
    position: relative;
	background-attachment: fixed;
}

.recruitpage .item_brand {
	background-color: white;
	margin-top: 50px;
}

.recruitpage .rec_detail {
	margin: 0 -15px;
}

.rec_one { cursor:pointer;
	/* margin-bottom: 50px; */
}

.rec_one:nth-child(odd) {
	background-color: #f6f6f6;
}

.rec_name_all {
	padding: 20px;
	overflow: hidden;
	display: flex;
}

.rec_top {
	width: 85%;
	float: left;
	/* border-right: 1px solid gray; */
}

.rec_name {
	font-size: 17px; font-weight:normal;
	line-height: 30px;
	color: #393939;

}

.rec_number {
	overflow: hidden;
	padding: 10px 0;
}

.rec_number li:first-child {
	padding-left: 0;
}

.rec_number li:last-child {
	border: none;
}

.rec_number li {


	font-size: 14px;
	line-height: 20px;
	color: #94979a;

}

.show_jia {
	display: flex;
	align-items: center;
	position: relative;
	float: left;
	left: 10%;
	color: #777777;
	font-size: 40px;
}

.rec_word {
	margin-bottom: 64px;
	font-size: 18px;
	color: #242424;
	margin: 10px 20px 10px;
}

/* .rec_miaoshu_ul {
	margin: 0 20px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
} */

.rec_miaoshu_ul {

}

.rec_miaoshu_ul li {
	font-size: 14px;
	line-height: 18px;
	color: #94979a;
}

.rec_one_detail {
	display: none;
	padding: 0px 20px 20px;
}

/* .rec_one:first-of-type .rec_one_detail {
	display: block;
} */

.rec_email {
	display: inline-block;
	padding: 10px 20px;

	color: white;
	margin: 20px 0;
}
.rec_single_email a{ color:#fff; }
.rec_single_email {
	overflow: hidden; width:150px; line-height:35px; text-align:center;
	font-size: 15px;
	color: #fff;	background-color: #e8a517; border-radius:25px;margin-top:10px;

}

.rec_phone {
	overflow: hidden;
	font-size: 18px;
	color: #94979a;
	margin: 50px 40px;
}










/*首页新闻*/
/*.s_xw_bg{ background-color:#f3f3f3; }
.s_xw_box{ padding:40px 15px; margin:0 auto;}
.s_xw_p9{ font-size:34px; color:#b62026; float:left;line-height:81px;}
.s_xw_p5{ font-size:14px; color:#4d4d4d; font-weight:bold; float:right; line-height:81px;}

.s_xw_left{ width:100%; overflow:hidden;  }
.s_xw_pic{width:100%; display:block; height:250px; overflow:hidden;object-fit: cover;}




.s_xw_kuang1{ padding:30px;background-color:#b62026; }
.s_xw_kuang1 .s_xw_p2{ font-size:20px; color:#fff;}
.s_xw_kuang1 .s_xw_p3{ height:25px; font-size:19px; color:#fff; margin-top:7px; margin-bottom:7px;overflow:hidden;display:-webkit-box; -webkit-line-clamp:1 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis;}
.s_xw_kuang1 .s_xw_p3 a{color:#fff;}
.s_xw_kuang1 .s_xw_p4{ font-size:14px; color:#dddddd;overflow:hidden;display:-webkit-box; -webkit-line-clamp:2 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis; line-height:22px; height:44px;}
.s_xw_more1{ width:120px; margin-top:20px;}
.s_xw_more1 p a{ display:block; font-size:14px; color:#fff; text-align:center; line-height:30px; border:1px solid #fff; border-radius:36px;}
*/



.s_xw_right{ width:100%;}
.s_xw_right .s_xw_line1{ height:1px; background-color:#cccccc;}

.s_xw_right .s_xw_p5 a{color:#4d4d4d; }
.s_xw_right .s_xw_p5 a:hover{color:#00397e;}

/*.s_xw_tip{ padding:20px;background-color:#fff; border-bottom:1px solid #dbdbdb;transition:all 0.4s linear;}
.s_xw_tip .s_xw_p6{ font-size:14px; color:#000; font-weight:bold; }
.s_xw_tip .s_xw_p7{ font-size:17px; color:#333; margin-top:10px; margin-bottom:8px;overflow:hidden;display:-webkit-box; -webkit-line-clamp:1 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis; height:25px;}
.s_xw_tip .s_xw_p8{ font-size:14px; color:#9b9d9f;overflow:hidden;display:-webkit-box; -webkit-line-clamp:1 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis; height:22px; line-height:22px;}
.s_xw_tip:hover{ background-color:#b62026;}
.s_xw_tip:hover .s_xw_p6{ color:#fff;}
.s_xw_tip:hover .s_xw_p7{ color:#fff;}
.s_xw_tip:hover .s_xw_p8{ color:#fff;}*/


.banner_ny{ height:180px; width:100%}
.nyabout{ background:url(../images/wap_about.jpg) no-repeat center; background-size:120%}
.nydown{ background:url(../images/wap_down.jpg) no-repeat center; background-size:120%}
.nyfz{ background:url(../images/wap_fz.jpg) no-repeat center; background-size:120%}
.nyhezuo{ background:url(../images/wap_hezuo.jpg) no-repeat center; background-size:120%}
.nytd{ background:url(../images/wap_td.jpg) no-repeat center; background-size:120%}
.nypro{ background:url(../images/wap_pro.jpg) no-repeat center;  background-size:120%}
.nypro2{ background:url(../images/wap_pro2.jpg) no-repeat center;  background-size:120%}
.nynews{ background:url(../images/wap_news.jpg) no-repeat center;  background-size:120%}
.nyfac{ background:url(../images/wap_fac.jpg) no-repeat center;  background-size:120%}
.nycon{ background:url(../images/wap_con.jpg) no-repeat center;  background-size:120%}
.nyjob{ background:url(../images/wap_job.jpg) no-repeat center;  background-size:120%}
.nyorder{ background:url(../images/wap_order.jpg) no-repeat center;  background-size:120%}
.nyhonor{ background:url(../images/wap_honor.jpg) no-repeat center;  background-size:120%}
.nyfz{ background:url(../images/wap_fz.jpg) no-repeat center;  background-size:120%}
.nyyanfa{ background:url(../images/wap_yf.jpg) no-repeat center;  background-size:120%}
.nyzs{ background:url(../images/wap_zs.jpg) no-repeat center;  background-size:120%}
.nygs{ background:url(../images/wap_gs.jpg) no-repeat center;  background-size:120%}




/*首页邮箱*/
.email_bg{   background: linear-gradient(to bottom, #fff, #f1f1f1);
}
.email_box{ padding:40px 15px; margin:0 auto;}
.email_box .email_title{ font-size:22px; color:#333;margin-top:5px;}
/*.email_box .line1{ width:1px; height:39px; background-color:#cacaca; float:left; margin-left:23px; margin-right:23px;}*/
.zzz {
  display: flex;
/*  flex-wrap: wrap;
  justify-content: space-between;*/
  margin-bottom: 10px;
}
.email_box .email{  padding-top:10px;}
.email_box .email .name{ font-size:12px;  margin-top:3px;}
.email_box .email .username{ width:117px; height:20px; line-height:20px;  padding-left:6px;}
.email_box .email .name_1{ font-size:12px;  margin-left:8px; margin-top:3px;}
.email_box .img_4{ float:left; margin-left:15px; margin-top:2px;}

.email_box .img_3{ display:none; margin-left:0px; height:30px;}



/*新闻*/
.xw_tip{ margin-bottom:12px; padding:20px;}
.xw_kuang1{ width:20%; float:left;}
.xw_kuang1 .xw_p1{ font-size:30px; font-weight:bold; color:#000; text-align:center;}
.xw_kuang1 .xw_p2{ font-size:15px; color:#000; text-align:center; margin-top:5px;}
.xw_tip .xw_line{ width:1px; height:55px; background-color:#e5e5e5; float:left; margin-top:2px;}
.xw_tip .xw_p3{ width:73%; font-size:16px; color:#333; float:right; line-height:30px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; margin-top:15px;}
.xw_kuang2{ display:none; float:right; width:154px; border:1px solid #ccc; border-radius:37px; margin-right:46px; margin-top:46px;}
.xw_kuang2 p{ font-size:16px; line-height:53px; text-align:center; color:#333;}

.back_bg{ background-color:#ebebeb; margin-top:20px;}
.back_bg p{ font-size:13px; color:#666; text-align:center; line-height:38px;} 
.back_bg p a{color:#666;}

/*新闻详细页标题*/
.news_title{width:100%; font-size:16px; color:#00904a; line-height:27px; background-color:#fbfbfb; text-align:center; border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6; padding-top:10px; padding-bottom:10px; }
.news_title2{ font-size:13px;color:#f31f42; text-align:right; margin-top:10px; font-weight:bold;}


.jj_bg{background:url(../images/img21.jpg); margin-top:30px; background-size:150%;}
.jj_hezi{ width:50%; float:right;background-color:rgba(255,255,255,0.8);}
.jj_kuang{ margin:0 auto; padding:20px;}
.jj_kuang .jj_p1{ font-size:20px; color:#757575; text-transform:uppercase; line-height:30px; font-weight:bold;}
.jj_kuang .jj_p2{ font-size:15px; color:#474747; line-height:28px; margin-top:15px;}

.jj_hezi1{ width:50%;background-color:rgba(0,0,0,0.4);}
.jj_kuang1{ padding:20px;margin:0 auto;}
.jj_kuang1 .jj_p3{ font-size:20px; color:#b5b9bc; text-transform:uppercase; line-height:30px; font-weight:bold;}
.jj_kuang1 .jj_p4{ font-size:15px; color:#fff; line-height:28px; margin-top:15px;}

/*联系我们*/
.con_box{ padding:50px 20px; margin:0 auto; }
.con_left{ width:100%;}
.con_left .con_p1{ font-size:30px; color:#fff; text-transform:uppercase;}
.con_kuang{ width:120px; background-color:#e42333; margin-top:8px; margin-bottom:29px;}
.con_kuang p{ font-size:15px; color:#fff; text-align:center; line-height:35px;}
.con_nr p{ font-size:15px; color:#fff; line-height:28px;}
.con_nr p a{ color:#fff;}

.con_pic1{ margin:0 auto; margin-top:20px; text-align:center;}
.con_pic1 img{ width:80%; margin:0 auto;}

/*首页简介*/
.s_jj_box{ padding:40px 15px;margin:0 auto; padding-bottom:25px; }
.s_jj_box .s_jj_pic{ margin:0 auto; text-align:center;}
.s_jj_box .s_jj_pic img{ height:60px;}
.s_jj_box .s_jj_p1{ font-size:25px; color:#000; font-weight:bold; text-align:center; margin-top:10px;}
.s_jj_box .s_jj_p2{ font-size:14px; color:#5b5b5b; font-weight:bold; text-transform:uppercase; text-align:center; margin-top:10px;}
.s_jj_box .s_jj_line{ width:70%px; height:1px; background-color:#cacaca; margin:0 auto; margin-top:8px; margin-bottom:10px;}
.s_jj_box .s_jj_p3{ font-size:12px; color:#737373; text-transform:uppercase; text-align:center; margin-bottom:30px;}

.s_jj_tip:nth-child(2n){ float:right}
.s_jj_tip{ width:48%; float:left; text-align:center; margin-bottom:15px;}
.s_jj_tip .s_jj_pic1{ margin:0 auto;transform-style: preserve-3d;transition: all 1s; text-align:center;}
.s_jj_tip .s_jj_pic1 img{ height:50px;}
.s_jj_tip .s_jj_p4{ font-size:16px; color:#616161; text-align:center; margin-top:0px;}
.s_jj_tip .s_jj_p5{ font-family:Impact; font-size:30px; color:#00904a; text-align:center; margin-top:5px;}
.s_jj_tip .s_jj_p5 span{ font-size:20px;font-family:"Microsoft YaHei";}

.s_jj_tip:hover .s_jj_pic1{
        transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
        }



.s_jj_bg{ background:url(../images/img9.jpg) center no-repeat;  padding:80px 20px;}
.s_jj_box1{ padding:30px; background-color:rgba(255,255,255,0.85); margin:0 auto;}
.s_jj_box1 .s_jj_p6{ font-family:Impact; font-size:30px; color:#00904a; text-align:center; text-transform:uppercase;}
.s_jj_box1 .s_jj_p7{ font-size:20px; color:#4b4b4b; text-align:center;}
.s_jj_nr{ width:100%; margin:0 auto; margin-top:27px;}
.s_jj_nr p{ font-size:15px; color:#000; line-height:28px;}
.s_jj_nr p a{ color:#000;}

.s_jj_more{ width:150px; margin:0 auto; margin-top:30px;transition:all 0.4s linear;}
.s_jj_more p a{ display:block; font-size:15px; color:#00904a; text-align:center; line-height:35px; border:2px solid #00904a;transition:all 0.4s linear;}
.s_jj_more:hover{ width:240px;}
.s_jj_more p a:hover{ background-color:#00904a; color:#fff;}

/*首页产品*/
.s_pro_bg{ background-color:#efefef; }
.s_pro_box{ padding:40px 15px;margin:0 auto; padding-bottom:25px;}
.s_pro_box .s_pro_p1{ font-size:32px; color:#000; font-weight:bold; text-align:center;}
.s_pro_box .s_pro_line{ width:60px; height:3px; background-color:#000; margin:0 auto; margin-top:16px; margin-bottom:24px;}
.s_pro_box .s_pro_p2{ font-size:15px; color:#000; text-align:center; margin-bottom:30px;}
.s_pro_hezi{ margin:0 auto; margin-bottom:20px;}
.s_pro_hezi tr td{ padding-left:25px; padding-right:25px;}
.s_pro_kuang{ width:48.5%; float:left; margin-bottom:8px;}
.s_pro_kuang:nth-child(2n){ float:right}
.s_pro_kuang p a{ display:block; font-size:16px; color:#777777; font-weight:bold; text-align:center; line-height:41px; border:2px solid #777777;transition:all 0.4s linear;}
.s_pro_kuang p a:hover{background-color:#00904a; color:#fff;border:3px solid #00904a;}

.s_pro_tip:nth-child(2n){ float:right;}
.s_pro_tip{ width:48.5%; background-color:#fff; float:left;  margin-bottom:15px;transition:all 0.3s linear;}
.s_pro_kuang1{ background-color:#00904a; padding:20px 10px;}
.s_pro_kuang1 .s_pro_p3{ font-size:18px; color:#fff; text-align:center;}
.s_pro_kuang1 .s_pro_p4{ font-size:14px; color:#fff; text-align:center; margin-top:7px;}

.s_pro_kuang2{ height:100px; margin:0 auto; padding:10px; overflow:hidden; display: flex;justify-content: center;
align-items: center;}
.s_pro_kuang2 img{max-width:100%; max-height:100%; margin:0 auto;}


.s_pro_more{ width:70px;background-color:#767676; margin:0 auto; margin-top:8px;transition:all 0.4s linear;}
.s_pro_more p{ font-size:12px; color:#fff;  text-align:center; line-height:18px;}

.s_pro_tip:hover .s_pro_more{background-color:#00904a;}
.s_pro_tip:hover{box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); }






.s_pross_box{ padding:30px 15px; background:#fff; margin:0 auto;}
.s_pross_kuang{ }
.s_pross_kuang .s_pross_p1{ font-size:25px; color:#00904a;}
.s_pross_kuang .s_pross_p2{ font-size:12px; color:#00904a;}
.s_pross_box .s_pross_line{ width:60px; height:1px; background-color:#000; margin-top:10px; }
.s_pross_p3{  width:100%;  overflow:hidden; font-size:14px; color:#000; line-height:24px; padding-top:10px;}
.s_pross_p3 a{color:#000;}

.sousou{ background:#777777; padding:30px 15px; }
.s_pross_ss{padding-top:0px;}
.s_pross_ss .s_pross_title{ width:80%; height:40px; background-color:#fff;transform:skew(-20deg); float:left; border:0; font-size:14px; color:#9d9d9d; line-height:40px; padding-left:5%;}
.s_pross_ss .s_pross__button{ width:15%; height:40px; float:left;transform:skew(-20deg); border:0; background-color:#3b3b3b; font-size:15px; color:#fff; text-align:center; line-height:40px; cursor:pointer; margin-left:0px;}



.s_pro_more1{ width:148px; margin:0 auto; margin-top:30px; transition:all 0.4s linear; padding-bottom:40px;}
.s_pro_more1 p a{ display:block; font-size:16px; color:#000; text-align:center; line-height:40px; border:2px solid #777777;transition:all 0.4s linear;}
.s_pro_more1 p a:hover{ background-color:#00904a; border:2px solid #00904a;color:#fff;}
.s_pro_more1:hover{ width:168px;}



.s_ys_p1{ font-family:Impact; font-size:30px; text-transform:uppercase; color:#00904a; text-align:center; margin-top:40px;}
.s_ys_p2{ font-size:30px; color:#616161; text-align:center; margin-bottom:40px; }


.s_ys_bg{ width:100%; height:400px; margin:0 auto; position:relative;}

.slideBox{ width:100%; height:400px; overflow:hidden; position:relative;  }
.slideBox .hd{  overflow:hidden; width:100%; height:400px; position:absolute; left:50%; top:0px; z-index:1; margin-left:-400px; }
.slideBox .hd ul{ overflow:hidden; zoom:1;   }
.slideBox .hd ul li{ width:48%; height:340px; float:left;  background-color:rgba(0,0,0,0);  }
.slideBox .hd ul li.on{}
		
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }


.s_ys_tip1{ position:absolute; left:0px; top:0px; z-index:200;}
.s_ys_tip2{ position:absolute; right:0px; top:0px; z-index:200;}
.s_ys_tip3{ position:absolute; left:0px; bottom:0px; z-index:200;}
.s_ys_tip4{ position:absolute; bottom:0px; right:0px; z-index:200;}

.s_ys_nr{width:100%; margin:0 auto;}
.s_ys_nr .s_ys_p3{ font-size:25px; font-weight:bold; color:#fff; padding-top:40px;}
.s_ys_nr .s_ys_line{ margin:0 auto; width:42px; height:1px; background-color:#fff; margin-top:15px; margin-bottom:21px;}
.s_ys_nr .s_ys_p5{ width:80%; margin:0 auto; font-size:15px; color:#fff; line-height:28px;}
.s_ys_nr .s_ys_p5 a{color:#fff;}

.s_ys_nr .s_ys_p6{ margin-bottom:15px;font-size:14px; color:#a3c9f1; line-height:30px;}
.s_ys_nr .s_ys_p6 a{color:#a3c9f1;}

.s_ys_bg .s_ys_pic{ display:none;  padding:8px; border:1px solid #a7adb2;position:absolute; top:255px; left:50%; margin-left:-88px; z-index:100;}
.s_ys_bg .s_ys_line1{ width:100%; height:1px; background-color:#a7adb2; position:absolute; left:0; top:343px; z-index:99;}
.s_ys_bg .s_ys_line2{ width:1px; height:687px; background-color:#a7adb2; position:absolute;left:50%;  top:0; margin-left:-1px; z-index:99;}


.ysbg1{background:url(../images/img13.jpg) no-repeat center; height:300px; }
.ysbg2{background:url(../images/img14.jpg) no-repeat center; height:300px;}
.ysbg3{background:url(../images/img15.jpg) no-repeat center; height:300px;}
.ysbg4{background:url(../images/img16.jpg) no-repeat center; height:300px;}
.index_4{
background-position: center top; background-repeat:no-repeat; background-size:cover; background-image:url(../images/ys13.jpg);}
.index_4_mid{ }
.index_4_mid_2{
color:#fff;}
.index_4_mid_1{
height:7em;}
.index_4_mid_2{
font-size:1.875em;}
.index_4_mid_3{ margin-bottom:2.5em;
font-size:1.125em; color:#fff; margin-top:0.875em;}




@media screen and (max-width: 640px) {
.index_4_mid{ text-align:center; }	}


/*首页新闻*/
.s_xw_bg{ background-color:#f3f3f3;  }
.s_xw_box{ padding:40px 15px;margin:0 auto; padding-top:0px;}


.s_xw_left{ width:100%; /* background-color:#00904a;*/ overflow:hidden; }
.s_xw_pic{width:100%; height:200px; overflow:hidden;}
.s_xw_pic img{ width:100%; height:100%;object-fit: cover;}
.s_xw_left:hover .s_xw_pic{transform: scale(1.2);}



.s_xw_kuang1{ padding:20px;background-color:#00904a;}
.s_xw_kuang1 .s_xw_p2{ font-size:20px; color:#fff;}
.s_xw_kuang1 .s_xw_p3{ font-size:15px; color:#fff; margin-top:7px; margin-bottom:7px;overflow:hidden;display:-webkit-box; -webkit-line-clamp:1 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis;}
.s_xw_kuang1 .s_xw_p3 a{color:#fff;}
.s_xw_kuang1 .s_xw_p4{ font-size:14px; color:#dddddd;overflow:hidden;display:-webkit-box; -webkit-line-clamp:1 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis;}
.s_xw_more1{ width:120px; margin-top:20px; }
.s_xw_more1 p a{ display:block; font-size:15px; color:#fff; text-align:center; line-height:40px; border:1px solid #fff; border-radius:36px;}

.s_xw_left:hover .s_xw_kuang1{ bottom:10px;}


.s_xw_right{ width:100%; }
.s_xw_right .s_xw_line1{ display:none; height:1px; background-color:#cccccc;}
.s_xw_p9{ font-size:30px; color:#4f4f4f; float:left; line-height:81px;}
.s_xw_p5{ font-size:14px; color:#4d4d4d; font-weight:bold; float:right; line-height:81px;}
.s_xw_right .s_xw_p5 a{color:#4d4d4d; }
.s_xw_right .s_xw_p5 a:hover{color:#00904a;}

.s_xw_tip{ background-color:#fff; border-bottom:1px solid #dbdbdb;transition:all 0.4s linear; padding:20px;}
.s_xw_tip .s_xw_p6{ font-size:14px; color:#000; font-weight:bold; }
.s_xw_tip .s_xw_p7{ font-size:16px; color:#333;margin-top:10px; margin-bottom:8px;overflow:hidden;display:-webkit-box; -webkit-line-clamp:1 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis;}
.s_xw_tip .s_xw_p8{ font-size:14px; color:#9b9d9f;overflow:hidden;display:-webkit-box; -webkit-line-clamp:1 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis;}
.s_xw_tip:hover{ background-color:#00904a;}
.s_xw_tip:hover .s_xw_p6{ color:#fff;}
.s_xw_tip:hover .s_xw_p7{ color:#fff;}
.s_xw_tip:hover .s_xw_p8{ color:#fff;}



/*首页联系我们*/
.s_lx_bg{ background:url(../images/img18.jpg) center no-repeat; width:100%; background-size:250%;}
.s_lx_box{ padding:40px 15px;margin:0 auto; position:relative;}
.s_lx_hezi{ width:90%; margin:0 auto; padding-top:10px;}
.s_lx_hezi .s_lx_pic{ float:left; height:50px;}
.s_lx_kuang{ float:left; margin-top:2px; margin-left:11px;}
.s_lx_kuang .s_lx_p1{ font-size:18px; color:#000; font-weight:bold;}
.s_lx_kuang .s_lx_p2{ font-size:13px; color:#000; font-family:Arial; margin-top:3px;}

.s_lx_nr{ margin-top:10px;}
.s_lx_nr p{ font-size:15px; color:#000; line-height:25px;}
.s_lx_nr p a{ color:#000;}





