@charset "gb2312";
* {
	word-break: break-all;
	margin: 0;
	padding: 0;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}
body {
	font-size: 16px;
	color: #333;
	font-family:Arial,"微软雅黑", "microsoft Yahei","黑体", "Courier New", Courier, monospace， Helvetica, sans-serif;
	padding: 0px;
	margin: 0px auto;
	line-height:1.3;
	background-color: #FFF;
	overflow-x: hidden;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #d30d04;
	text-decoration: none
}
h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul, li, dl, dt, dd {
	list-style: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.red {
	color: #F00;
}
.clear, .c {
	clear: both;
}
.blank {
	clear: both;
	height: 20px;
}
img {
	max-width: 100%;
	border: 0;
	height: auto;
}
.imgZoom {
	overflow: hidden;
}
.imgZoom img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	display: block;
}
.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.imgFanzhuan {
	overflow: hidden;
}
.imgFanzhuan img {
	display: block;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s; margin:0 auto;
}
.imgFanzhuan:hover img {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.tbrk{ font-size:20px; font-weight:bold;}
.about {
	float: right;
	margin-left: 60px;
	display: inline;
}
/**/tr:hover {
	width: 100%;
	background-color: #d30d04;
	color: #fff;
}
.input, .textarea {
	border-top: ridge 1px #ccc;
	border-right: inset 1px #D8D8D8;
	border-bottom: inset 1px #D8D8D8;
	border-left: ridge 1px #ccc;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #fff
}
.wrap {
	width: 1350px;
	margin: 0 auto;
}
.wraply {
	width: 1350px;
	margin: 0 auto;
}
.sjnav{ display:none;}
.top1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #f4f4f4;
	color: #888888;
	font-size: 14px;
}
.t1 {
	float: left;
}
.t2 {
	float: right;
	height: 30px;
}
.top1 a {
	color: #888;
}
.t2 li {
	float: left;
}
.t2 .sy {
	background: url(../images/sy.png) no-repeat left center;
	padding: 0 10px 0px 25px;
}
.t2 .dt {
	background: url(../images/tdt.png) no-repeat 8px center;
	padding: 0 10px 0px 25px;
}
.t2 .t3 {
	background: url(../images/t3.png) no-repeat 8px center;
	padding: 0 10px 0px 25px;
}
.head {
	padding: 20px 0;
}
.tmid {
	float: left;
}
.sjtel {
	display: none;
}
.mmap {
	overflow: hidden;
}
.mmap dd {
	width: 48%;
	float: left;
	margin: 0 1%;
}
/* 菜单 */
.sj {
	display: none;
}
.nav {
	background-color: #d30d04;
	height: 58px;
	width: 100%;
	line-height: 58px;
}
.nav li {
	float: left;
	width: 12.5%;
	position: relative;
}
.nav li a {
	display: block;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	border-left: 1px #fb2b17 solid;
}
.nav li:last-child a {
	border-right: 1px #fb2b17 solid;
}
.nav li a:hover {
	background-color: #333333;
	color: #ffffff;
}
.nav .sub {
	display: none;
	width: 260px;
	left: 0;
	top: 58px;
	position: absolute;
	background: #d30d04;
	line-height: 26px;
	padding: 5px 0;
	z-index: 999;
}
.nav .sub a {
	display: block;
	font-size: 16px;
	margin: 0 1%;
	line-height: 40px;
	border: 0;
}
.nav .sub a:hover {
	background: #d30d04;
	color: #fff;
}
.mat {
	text-align: center;
	margin-bottom: 30px;
}
.mat h2 {
	font-size: 36px;
	font-weight: 400px;
	color: #222;
	margin-bottom: 10px; background:url(../images/title_bg.jpg) no-repeat center center;
}
.mat h2 span {
	 font-family:Arial, Helvetica, sans-serif;
}
.mat p {
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	line-height: 20px;
}
.mat div {
	width: 100%;
	height: 30px;
	background: url(../images/tt1.png) no-repeat center center;
	margin: 10px auto auto; display:none;
}
.m_top {
	overflow: hidden;
	padding: 60px 0 20px 0;
}
.m_top .mnav {
	overflow: hidden;
	margin-left: -9px;
	margin-bottom: -8px;
	float: right;
}
.m_top .mnav > li {
	padding-left: 9px;
	padding-bottom: 8px;
	display: inline-block;
	float: left;
}
.m_top .mnav > li .box {
	display: block;
	padding: 5px 28px;
	background: #f1f1f1;
	text-align: center;
}
.m_top .mnav > li .box:hover {
	background: #1966bf;
	color: #fff;
}
.m_top .mnav > li .on {
	background: #1966bf;
	color: #fff;
}
.m_top .btn {
	float: right;
}
.m_top .btn .more {
	display: inline-block;
	padding: 0 28px;
	background: #f1f1f1;
	text-align: center;
	border-radius: 30px;
}
.m_top .btn .more:hover {
	background: #1966bf;
	color: #fff;
}
.g_title {
	clear: both;
	text-align: left;
}
.g_title .l1 {
	font-size: 25px;
	color: #d30d04;
	float: left;
	font-weight: bold;
}
.g_title .l2 {
	font-size: 14px;
	color: #bbb;
	float: left;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}
#sjslideBox {
	display: none;
}
.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 8px;
	overflow: hidden;
	position: absolute;
	bottom: 25px;
	z-index: 1; width:10%; margin:0 auto; left:45%; right:45%;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;

}
.slideBox .hd ul li {
	float: left;
	margin: 0 2%;
	width: 29%;
	height: 8px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,  .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) #d30d04 -110px 5px no-repeat;
	filter: alpha(opacity=70);
	opacity: 0.7; display:none;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover,  .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
.mgg{ background-color:#f7f7f7; padding:10px 0; line-height:50px; margin-bottom:50px; overflow:hidden;}
.mgg b{ font-size:18px; color:#d30d04; float:left;}
.txtMarquee-top{ padding-left:130px; position:relative;}
		.txtMarquee-top .hd{ display:none; overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; }
		.txtMarquee-top .hd .next{ }
		.txtMarquee-top .bd{ }
		/*.txtMarquee-top .bd .tempWrap{ width:100% !important; } 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
		.txtMarquee-top .bd ul{ overflow:hidden; zoom:1; }
		.txtMarquee-top .bd ul li{/* margin-right:20px;  float:left;  text-align:left; _display:inline; width:auto !important;*/  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */


		.txtMarquee-top .bd ul li span{ color:#999;  float:right; }

.m1 {
	margin-bottom: 50px;
}
.m1t {
	text-align: center;
	margin-bottom: 30px;
}
.mleft {
	width: 290px;
	float: left;
	margin-right: 40px;
	display: inline;
}
.sjlb {
	display: none;
}
.cplb {
	background-color: #d30d04;
	padding: 5px;
}
.cptit {
	text-align: center;
	margin: 20px auto; font-size:20px; color:#ffffff;
}
.cplb .sideMenu {
	overflow: hidden;
	border-bottom: none;
	background-color: #fff;
	padding: 10px 10px 0 10px;
}
.cplb h3 {
	text-align: center;
	line-height: 45px;
	height: 45px;
	width: 100%;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}
.cplb h3 a {
	display: block;
	background-color: #eeeeee;
	color: #333;
}
.cplb h3 a:hover {
	background-color: #d30d04;
	color: #fff;
}
.sideMenu ul {
	display: none; /* 默认都隐藏 */
}
.cplb li {
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px #ddd dashed;
	background: url(../images/mli.jpg) no-repeat 10px center;
	font-size: 15px;
}
.cplb li a {
	display: block;
	padding-left: 25px;
}
.cplb li a:hover {
	display: block;
}
.lxfs {
	padding: 30px 10px;
	background-color: #d30d04;
	color: #fff;
	text-align: center;
}
.lxfs h3 {
	font-size:30px;
	font-weight: normal;
	text-align: center;
}
.lxfs div {
	border-bottom: 1px #fb2b17 solid;
	line-height: 24px;
	color: #83a7de; margin-bottom:15px;
}
.mright .m_top {
	padding-top: 0;
}

.mmore {
	width:150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 30px auto auto;
	background-color: #d30d04;
	border-radius: 5px;
}
.mmore a {
	color: #fff;
}
.mright {
	width: 1020px;
	float: left;
}
.symrt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #353535;
	margin-bottom: 20px;
}
.symrt1 {
	width: 120px;
	background: url(../images/mrt1.jpg) #fcc513 no-repeat 20px center;
	padding-left: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	float: left;
}
.sycpzs {
	overflow: hidden;
}
.sycpzs li {
	width: 23%;
	border: 1px #dddddd solid;
	float: left;
	text-align: center;
	margin: 0 1% 20px;
	display: inline;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.sycpzs li:hover span {
	background-color: #d30d04;
}
.sycpzs li span {
	line-height: 40px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #eeeeee;
}
.sycpzs li:hover span a, .sycpzs li:hover span {
	color: #fff;
}
.slideTxtBox{ width:100%; text-align:center;  }
		.slideTxtBox .hd{ position:relative; margin-bottom:20px; background-color:#f4f4f4; }
		.slideTxtBox .hd ul{   zoom:1; width:100%; overflow:hidden;  }
		.slideTxtBox .hd ul li{ float:left; width:25%; cursor:pointer; line-height:45px;  }
		.slideTxtBox .hd ul li.on{  background:#d30d04; color:#ffffff;}
		.slideTxtBox .hd ul li.on a{color:#ffffff;}
		.slideTxtBox .bd ul{  zoom:1;  }


		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
		.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
		.slideTxtBox .arrow .next{ background-position:0 -50px;  }
		.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
		.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }


.mys1 {
	background: url(/uploadfile/202011/26/850355779.jpg) no-repeat center center;
	height: 761px;
}
.mys2 {
	background: url(/uploadfile/202011/26/85299685.jpg) no-repeat center center;
	height: 423px;
}
.mys3 {
	background: url(/uploadfile/202011/26/852522965.jpg) no-repeat center center;
	height: 503px;
}
.mys4 {
	background: url(/uploadfile/202011/26/85344981.jpg) no-repeat center center;
	height: 503px;
}
.mfw {
	background: url(/uploadfile/202011/27/159255293.jpg) no-repeat center center;
	height: 1015px;
}
.mfw2 {
	background: url(/uploadfile/202011/26/90311653.jpg) no-repeat center center;
	height: 431px;
}
.mainCon {
	width: 100%; /* background:url(../images/1540392449.png) #f6f7fb no-repeat center 80%;*/
	padding: 50px 0 50px;
}
.mainCon .mat h2, .mainCon .mat p {
	color: #333;
}
.mainCon dl {
	width: 100%;
	overflow: hidden;
}
.mainCon dt {
	width: 580px;
	float: left;
	margin-left: 50px;
	display: inline;
	padding-top: 10px;
}
.mainCon dd {
	width: 570px;
	float: left;
	padding-top: 20px;
}
.mainCon dd h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.mainCon dd h3 a {
	color: #333;
}
.mainCon dd h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
	line-height: 18px;
}
.mainCon dd p {
	font-size: 15px;
	color: #333;
	line-height: 28px;
	margin-top: 30px; text-indent:32px;
}
.mainCon dd .more {
	display: block;
	width: 129px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #d30d04;
	text-transform: uppercase;
	margin-top: 30px;
}
.mm {
	clear: both;
	padding: 40px 0;
	background-color: #d30d04;
}
.mm .mat h2 {
	color: #fff;
}
.mm ul {
	overflow: hidden;
}
.mm li {
	width: 48%;
	float: left;
	margin: 0 1% 30px;
	text-align: left;
}
.mm li span {
	width: 90px;
	margin: 0 auto;
	display: block;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	float: left;
	margin-right: 20px;
}
.mm li:hover span {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.mm li h3 {
	font-size: 18px;
	color: #fff;
}
.mm li p {
	font-size: 15px;
	line-height: 22px;
	padding: 0 20px;
	color: #c2e9ff;
}

.picMarquee-left {
	width: 100%;
	position: relative;
	margin: 0 auto 20px;
	overflow: hidden;
}
.picMarquee-left .hd {
	overflow: hidden;
	margin-top: 30px;
	width: 100%;
	display: none;
}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	display: block;
	width: 50%;
	height: 41px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
.picMarquee-left .hd .prev {
	text-align: left;
}
.picMarquee-left .hd .next {
	text-align: right;
}
.picMarquee-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
	display: none;
}
.picMarquee-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}
.picMarquee-left .hd ul li.on {
	background-position: 0 0;
}
.picMarquee-left .bd {
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
	margin: 0 -10px;
}
.picMarquee-left .bd ul li { /**/
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 310px;
	border: 1px #ddd solid;
	background-color: #06a496;
}
.picMarquee-left .bd ul li span {
	font-size: 15px;
	width: 100%;
	margin: 0 auto;
	height: 44px;
	line-height: 44px;
	font-weight: normal;
}
.picMarquee-left .bd ul li a{ color:#ffffff;}

.picMarquee-left .hd .pageState {
	display: none;
}
.sjal {
	display: none;
}
.m3{padding: 10px 0 40px; background:url(../images/m3.jpg) no-repeat center center;}
.sp{ width:39%; float: right; padding-top:20px; text-align:right;    }
.sp img{ margin-right:0px;}
.m32{width:100%;}
.m3c{ width:60%; float:left; padding-top:0px; }
.m1t div {
    width: 11%;
    height: 3px;
    background-color: #06a496;
}

.m3 .m1t{ text-align:left; margin-bottom:20px; }
.m3 .m1t h2{padding-top: 0px; font-size:36px  }
.m3 .m1t span{ padding-bottom: 10px;  display: block;}
.m3 .m1t div{ }
.m3c .txt{ line-height:30px; text-indent:24px;}








.index_service{padding:27px 0 0 0;background:url(../images/serv_bg.png) no-repeat left bottom;background-size:100% 100%;overflow:hidden}
.index_service_tit{padding:20px 0;background:url(../images/serv_tit_bg.png) no-repeat center 15px;text-align:center}
.index_service_tit .tit{text-align:center;line-height:60px;color:#26376d;font-size:40px;font-weight:900}
.index_service_tit .desr{text-align:center;line-height:45px;font-size:18px;color:#666}
.index_service_con{padding-bottom:56px;position:relative}
.index_service_con:after{content:"";display:block;clear:both}
.index_service_con_l{width:31%;margin-left:-1.5%}
.index_service_con_l>div.border1{width:100%;background:#dbe2f2;border-radius:5px}
.index_service_con_l>div.border1>div.border2{width:100%;background:#8696bb;border-radius:5px;position:relative;top:10px;left:10px}
.index_service_con_l>div.border1>div.border2 img{border-radius:5px;display:block;width:109%;position:relative;top:10px;left:10px;z-index:2;-webkit-box-reflect:below 2px -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(90%,transparent),to(rgba(250,250,250,.7)))}
.index_service_con_r{padding-top:40px;width:64%}
.index_service_con_r ul{overflow:hidden}
.index_service_con_r ul li{float:left;width:16%;margin-left:9.5%;text-align:center}
.index_service_con_r ul li:first-child{margin-left:7.5%}
.index_service_con_r ul li>div{width:121px;height:121px;margin:0 auto;border-radius:50%;border:8px solid #dbebff}
.index_service_con_r ul li>div i{display:block;width:105px;height:105px;margin:0 auto;border-radius:50%;border:1px solid #9bc9f3;transition:All .2s ease-in-out;-webkit-transition:All .2s ease-in-out;-moz-transition:All .2s ease-in-out;-o-transition:All .2s ease-in-out}
.index_service_con_r ul li>div i.icon1{background:#d4eafe url(../images/serv_li_icon1.png) no-repeat center center}
.index_service_con_r ul li>div i.icon2{background:#d4eafe url(../images/serv_li_icon2.png) no-repeat center center}
.index_service_con_r ul li>div i.icon3{background:#d4eafe url(../images/serv_li_icon3.png) no-repeat center center}
.index_service_con_r ul li>div i.icon4{background:#d4eafe url(../images/serv_li_icon4.png) no-repeat center center}
.index_service_con_r ul li p.big{font-weight:900;font-size:20px;color:#0f4c82;padding-top:16px;line-height:50px}
.index_service_con_r ul li p{font-size:15px;line-height:20px;color:#666}
.index_service_con_r ul li:hover i{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}
.index_service_con_r>div.see_more{width:53%;margin-top:25px}
.index_service_con_r>div.see_more i{width:100%;height:2px;background:#abc6e3;float:right;position:relative;right:200px;top:32px;z-index:1;display:inline-block}
.index_service_con_r>div.see_more a{position:relative;z-index:2;float:right}




















.hometwo {
    padding: 71px 0 30px; background: url(../images/hometwobg.jpg) center bottom repeat-x;
    background-size: auto 100%;
}
.hometit {
    position: relative;
    z-index: 2;
	padding-bottom: 4%;
}
.hometit h2 {
    font-family: "Microsoft JhengHei","Helvetica Neue","Microsoft YaHei",Helvetica,STHeiTi,sans-serif;
    text-align: center;
    line-height: 1;
    font-size: 32px;
    margin-bottom: 15px;
    color: #0e0e0e;
    font-size: 50px;
    margin-bottom: 30px;
}

.hometit h2:before {
    content: "";
    background: url(../images/homeoneicon01.png) center center no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 7px;
margin-top: 17px;
    margin-right: 20px;
}
.hometit p {
    clear: both;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #0e0e0e;
font-size: 16px;
}

.hometwo .container::before {
    content: "";
    position: absolute;
    left: -46px;
    right: -46px;
    top: -38px;
    bottom: -24px;
    background: #fff;
}

.hometwofl {
    float: left;
    position: relative;
    z-index: 2;
    background: url(../images/mobtwoline01.jpg) center bottom no-repeat;
    background-size: 592px;
    padding-bottom: 22px;
    width: 64%;
    background-size: 949px;
}

.hometwofl dl {
margin-bottom: 17px;
    clear: both;
    margin-bottom: 16px;
}

.hometwofl dl dt {
    float: left;
    width: 50%;
    position: relative;
}

.hometwofl dl dd p a {
	    font-size: 16px;
    color: #fff;
    line-height: 24px;
 
    font-weight: 700;
}

.hometwofl dl dt:hover p {
    background: #06a496;
    transition: all .3s;
}

.hometwofl dl dt p {
    position: absolute;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #06a496;
    background: rgb(40 138 0 / 59%);
    filter: alpha(opacity=59);
    transition: all .3s;
	    text-align: left;
}

.hometwofl dl dt p a {
color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    clear: both;
    float: left;
}

.hometwofl dl dt p span {
color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    width: 100%;
	font-size: 14px;
}

.hometwofl dl dd {
    float: right;
   width: 50%;
}

.hometwofl dl dd div:hover {
    background: #06a496;
}

.hometwofl dl dd div {
    border-bottom: 1px solid #a5c9f9;
    padding: 5%;
    background: #008276;
}

.hometwofl dl dd div p {
    clear: both;

    overflow: hidden;
    color: #fff;
	    text-align: left;
}

.hometwofl dl dd p a {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
}

.hometwofl dl dd p i {
    font-style: normal;
    padding: 6px 0;
    line-height: 1;
	    color: #fff;
    display: block;
    clear: both;
	font-size: 14px;
}

.hometwofl dl dd p span {
    /* line-height: 20px; */
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    width: 100%;
    line-height: 26px;
	    font-size: 14px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.hometwofl ul {
    clear: both;
    display: block;
    background: #f4f4f4;
    padding: 16px 10px;
}

.hometwofl ul li {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    border-right: 1px dashed #d4d4d4;
	font-size: 16px;
}

.hometwofl ul li a {
    clear: both;
    display: block;
    color: #000;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hometwofl ul li p {
    font-size: 12px;
    color: #777;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 21px;
    font-size: 14px;
}

.hometwofl ul li i {
    font-size: 12px;
    font-style: normal;
	float: left;
}

.hometwofr {
    width: 35%;
    position: relative;
    z-index: 2;
    /* width: 390px; */
    background: url(../images/mobtwoline02.jpg) center bottom no-repeat;
    background-size: 390px;
    padding-bottom: 22px;
    float: right;
}

.hometwofr li:hover {
    background: #f9f9f9;
}

.hometwofr li {
    clear: both;
    background: #f4f4f4;
    border-bottom: 1px solid #eaeaea;
    padding: 5%;
}

.hometwofr li i {
    float: left;
    font-style: normal;
    text-align: center;
    color: #545454;
    font-size: 12px;
    line-height: 1;
    border-right: 1px solid #e0e0e0;
    width: 15%;
    padding: 12px 15px 12px 0;
}

.hometwofr li i strong {
    clear: both;
    display: block;
    color: #555;
    font-size: 33px;
    line-height: 1;
    padding-bottom: 10px;
    font-weight: 400;
}

.hometwofr li p {
    float: right;
    width: 82%;
    /* height: 72px; */
    overflow: hidden;
    text-align: left;
}
.hometwofr li p a {
    clear: both;
    display: block;
    color: #000;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2px;
    margin-bottom: 2px;
    font-size: 16px;
    padding: 3%;
}
.hometwofr li p span {
    clear: both;
    font-size: 14px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #777;
    padding: 5%;
}





.home666 { overflow: hidden;
}

.home6 {
 
    background: #f6f6f6;
    overflow: hidden;
}
.w {
    max-width: 1520px;
    margin: 0 auto;
}
.home6 .sty2 {
    margin-top: 3%;
}
.titbox {
    position: relative;
}
.home6 .titbox {
    text-align: center;
}
.titbox .titzs {
    margin-bottom: -22px;
    font-size: 42px;
    color: #efefef;
    color: rgba(29,29,31,0.1);
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
.home6 .sty2 .titbox .h_tit {
    font-size: 36px;
}
.titbox .h_tit {
    font-size: 42px;
    color: #1d1d1f;
    font-weight: bold;
}
.home6 .sty2 .hzhbbox {
    margin: -25px -6.05263% 0 -4.01316%;
}
.home6 .sty3 {
    padding: 36px 294px 53px 234px;
    background: #efefef;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.home6 .sty3 .titbox {
    font-size: 0;
    text-align: left;
}
.home6 .sty3 .titbox .titzs {
    margin-bottom: -30px;
}
.titbox .titzs {
    margin-bottom: -22px;
    font-size: 42px;
    color: #efefef;
    color: rgba(29,29,31,0.1);
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
.home6 .sty3 .titbox .h_tit {
    color: #009e70;
    letter-spacing: 8px;
    display: inline-block;
}
.titbox .h_tit {
    font-size: 42px;
    color: #1d1d1f;
    font-weight: bold;
}
.home6 .sty3 .titbox .text {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 32px;
}
.titbox .text {
    font-size: 16px;
    color: #1d1d1f;
    opacity: 0.8;
    margin-top: 32px;
}
.home6 .sty3 form {
    margin-top: 50px;
    overflow: hidden;
}
.home6 .sty3 form p {
    width: 478px;
    float: left;
    position: relative;
}
.home6 .sty3 form .iconname:before {
    background: url(../images/home6lytb01.png) center no-repeat;
    background-size: 100%;
}
.home6 .sty3 form p:before {
    content: "";
    width: 44px;
    height: 47px;
    position: absolute;
    left: 22px;
    top: 11px;
}
.home6 .sty3 form p input, .home6 .sty3 form p textarea {
    width: 100%;
    height: 56px;
    background: #e2e2e2;
    background: rgba(36,36,36,0.03);
    font-size: 15px;
    line-height: 56px;
    padding-left: 88px;
    padding-right: 30px;
    display: block;
}
.home6 .sty3 form .icontel {
    float: right;
}
.home6 .sty3 form p {
    width: 478px;
    float: left;
    position: relative;
}
.home6 .sty3 form .icontel:before {
    background: url(../images/home6lytb02.png) center no-repeat;
    background-size: 100%;
}
.home6 .sty3 form p:before {
    content: "";
    width: 44px;
    height: 47px;
    position: absolute;
    left: 22px;
    top: 11px;
}
.home6 .sty3 form .icontext {
    width: 100%;
    margin-top: 20px;
}
.home6 .sty3 form p {
    width: 478px;
    float: left;
    position: relative;
}
.home6 .sty3 form p:before {
    content: "";
    width: 44px;
    height: 47px;
    position: absolute;
    left: 22px;
    top: 11px;
}
.home6 .sty3 form p textarea {
    height: 160px;
    padding: 22px 39px;
    line-height: 1.6;
}
.home6 .sty3 form .icontext {
    width: 100%;
    margin-top: 20px;
}
.home6 .sty3 form .submit {
    width: 320px;
    height: 54px;
    background: #06a496;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 54px;
    display: block;
    margin-top: 45px;
    float: left;
    transition: all linear 0.3s;
}
.home6 .sty3 .tel {
    width: 599px;
    height: 73px;
    background-image: linear-gradient(to right, transparent, rgba(244,73,40,0.08));
    font-size: 20px;
    color: #ff2e29;
    line-height: 73px;
    padding-left: 88px;
    position: absolute;
    right: 207px;
    bottom: 44px;
	text-align: left;
}
.home6 .sty3 .tel:before {
    content: "";
    width: 56px;
    height: 56px;
    background: url(../images/home6lytel.png) center no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -8px;
    margin-right: 5px;
}
.home6 .sty3 .tel strong {
    font-size: 22px;
}
.home6 .sty3 .tel:after {
    content: "";
    width: 275px;
    height: 210px;
    background: url(../images/home6lytkf.png) center top no-repeat;
    background-size: 100%;
    position: absolute;
    right: -130px;
    bottom: -44px;
}































.m1gd{ padding:7px 0; text-align:center; margin-top:15px;}
.m1gd a {
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    /* border: 1px #272937 solid; */
    border-radius: 10px;
    background-color: #06a496;
    color: #fff;
}


.m33 { background-color:#d30d04; padding:30px; clear:both;} 
.m33 ul{ overflow:hidden; width:720px;}
.m33 li{ width:32%; float:left; text-align:center; border-left:1px #fff solid; color:#fff;}
.m33 li:first-child{ border:0;}
.m33 li h3{ font-size:16px; margin-top:15px; font-weight:normal;}
.m33 li a{ color:#fff;}
.m33 li img{}
.m5 {
	margin-bottom: 50px;
	padding-top: 50px;
}
.m51{ width:48%; float:left; margin-left:4%; display:inline;}

.m51 .imgZoom{ border:1px #dddddd solid; text-align:center; margin-bottom:10px;}
.m51 img{ margin:0 auto;}
.m51 h3 {
    padding:0;
    margin:0;
	font-size: 18px;
    color: #333;
    transition: all ease-in-out .3s;font-weight:normal;
}

.m51:hover .wd_xw h3 {
    color: #d30d04;
    transition: all ease-in-out .3s; font-weight:normal;
}

.m51:hover .wd_xw p {
    color: #000;
    transition: all ease-in-out .3s;
}
.m51 .wd_xw p {
    padding:0;
    margin:0;
	color: #999;
    font-size: 14px;
    line-height: 24px;
    transition: all ease-in-out .3s;
}

.m52{ width:48%; float:left;}
.n_news{overflow:hidden}
.n_news ul{overflow:hidden}
.n_news li{display:block;padding-bottom:20px; margin-bottom:20px; border-bottom:1px #ddd dashed;}
.n_news li .box{padding:0 0 0 95px;position:relative;height:90px}
.n_news li a{display:block;font-size:18px;padding-top:8px;color:#585757;margin-bottom:13px;overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;}
.n_news li p{line-height:20px;font-size:14px;color:#a2a4a6;height:40px; overflow:hidden;}
.n_news li a:hover{color:#d30d04}
.n_news .date_box{position:absolute;left:0;top:0;border:1px solid #ddd;padding:10px 15px 0;text-align:center;width:48px}
.n_news .date_box strong{padding-bottom:6px;border-bottom:1px solid #e4e2e2;display:block;font-size:30px;color:#212122}
.n_news .date_box span{font-size:12px;color:#212122;margin-top:9px;display:block;text-transform:uppercase}

.mnew{ padding:50px 0 0;}
.mnew1{ width:58%; float:left;}
.mnew2{ width:38%; float:left; margin-left:4%;}
.rx_t{ border-bottom:1px solid #dfdfdf; position:relative; height:47px; margin-bottom:25px;}
.rx_tit{  float:left; display:block;}
.rx_tit span{ border-bottom:3px solid #d30d04;  display:inline-block; height:47px; float:left; font-size:26px; line-height:40px; font-weight:bold;}
.rx_tit i{ font-style:normal; display:block; color:#989a98; float:left;font-size:12px; line-height:47px; margin-left:10px; text-transform:uppercase;}
.rx_t a{ display:block; float:right; background:#d70000; border-radius:3px; color:#fff; width:60px; text-align:center; margin-top:17px; font-size:14px; height:22px; line-height:22px;}
.synew2 li{  margin-bottom:25px; overflow:hidden; padding-bottom:15px; border-bottom:1px #ddd dashed;}
/*
.synew2 a{display:block;overflow:hidden;}*/
.synew2 a:hover{}
.synew2 .date{width:20%; margin-right:4%; float:left;  box-sizing:border-box; text-align:center;  background-color:#eeeeee; padding:10px 0; color:#777777; font-family:Arial, Helvetica, sans-serif;}
.synew2 .date span{ font-size:26px; display:block; color:#333;}
.synew2 .new_desc{width:76%; float:left;}
.synew2 .time{ margin:10px 0;}
.nctit a{ color:#0072cf; }
.synew2 .new_desc .n_tit{font-size:18px; color:#333; line-height:1; margin-bottom:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top:3px;}
.synew2 .new_desc .n_info{font-size:13px; color:#666; line-height:24px; overflow:hidden;}
.synew{ overflow:hidden; margin-bottom:30px;}
.synew li{ background:url(../images/m7ico.png) no-repeat left center; line-height:55px; font-size:16px; padding-left:20px; border-bottom:1px #ccc dashed;white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;}
.synew li span{ float:right; color:#666;}



.xwshow_right {
	width: 100%;
	overflow: hidden;
}
.xwshow_right ul {
	margin: 0 -2%;
}
.xwshow_right li {
	width: 46%;
	float: left;
	margin: 0 2%;
}
.xwshow_title h4 {
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #333;
	font-size: 20px;
	transition: all ease-in-out .3s;overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xwshow_right ul li:hover .xwshow_title h4 {
	transition: all ease-in-out .3s;
	color: #d30d04;
}
.xwshow_title span {
	display: inline-block;
	margin-left: 37px;
	font-family: 'Arial';
	color: #333;
	font-size: 20px;
}
.xwshow_title .time1 {
	display: inline-block;
	float: right;
	font-family: 'Arial';
	color: #999;
	font-size: 20px;
}
.xwshow_right ul li:hover p {
	transition: all ease-in-out .3s;
	color: #000;
}
.xwshow_right p {
	font-size: 14px;
	color: #999999;
	margin-top: 17px;
	line-height: 24px;
	transition: all ease-in-out .3s;
}
.xwshow_right ul li {
	list-style-type: none;
	height: 120px;
	border-bottom: 1px solid #e8e9ea;
	margin-bottom: 20px; overflow:hidden;
}
.foot{ background-color:#06a496; color:#ffffff; padding-top:60px; }
.foot a{ color:#ffffff;}
.f1{ width:27%; float:left; margin-top: 2%;}
.foot dl{ width:20%; float:left; }
.foot dl a{ display:block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom:5px; background:url(../images/fi.png) no-repeat 0 12px; padding-left:15px;}
.foot dl a span{ display:block; color:#666; text-transform:uppercase; font-size:10px; line-height:14px;}
.f1t{ font-size:16px;margin-bottom:20px;line-height: 22px;}
.f1t h3{ font-size:20px; text-transform:uppercase; font-weight:normal; color:#fff;}

.foot dl.fwx{ width:13%; text-align:left;}
.bq{ margin-top:40px; padding:10px 0px;  color:#fff; background-color:#00887c; text-align:center;}
.fmenu {
	border-bottom: 1px #fb2b17 solid;
}
/*  导航部分 */
#mynav {
	width: 100%;
	position: relative;
	z-index: 99;
	color: #fff;
	border-radius: 5px;
}
.maincont_r{height:35px;margin:5px auto 20px; width:300px; overflow:hidden;}
.maincont_r li{display:block; width:48%;background:#333333; float:left; margin:0 1%; text-align:center;}
.maincont_r li a{color:#fff;line-height:35px; }
.maincont_r li a:hover{display:block;BACKGROUND:#d30d04;}
.maincont_r li.subnav{ background:#d30d04;font-size:13px;}

.gynav{ width:100%;}
.gynav li{ width:23%;}

#divMainTab{ width:100%; margin-bottom:30px; }
#divMainTab ul{ width:100%; margin:0 auto;} 
#divMainTab li{ float:left;  text-align:center; font-size:16px; cursor:pointer;width:25%;height:55px; line-height:55px; }
#divMainTab .normal { background-color:#eeeeee;}
#divMainTab .selected {
    background: url(../images/p16-icon6.png) no-repeat bottom center #06a496;
    border-color: #06a496;
    color: #ffffff;
}


.breadcrumbbg{background:#e5e5e5}
.breadcrumb{ }
.breadcrumb.breadcrumb-no{background:none}
.breadcrumb a{font-size:14px}
 
.breadcrumb span {
    /* float: left; */
    /* padding-right: 6px; */
    /* display: inline-block; */
    /* float: right; */
    padding-left: 33px;
    background: url(../images/homeico.png) no-repeat 0 0px;
    /* margin-left: 22px; */
    /* font-size: 19px; */
}


.com_zi {
    width: 100%;
    line-height: 30px;
    margin-top: 60px;
}

.com_zi h3 {
    text-align: center;
    margin-bottom: 30px;
    color: rgb(0, 0, 0);
    font: bold 34px / 40px 微软雅黑;
}

.com_zi p {
    font-size: 16px;
    text-indent: 20px;
    line-height: 32px;
    color: #666;
}
.ser_lc {
    margin-top: 50px;
    overflow: hidden;
}
.companytitle {
    margin-bottom: 20px;
    overflow: hidden;
}
.companytitle h3 {
    font-size: 34px;
    text-align: center;
    color: #000;
    line-height: 52px;
}
.line2 {
    margin: 0 auto 10px;
    height: 4px;
    width: 60px;
    background: #ffba00;
}
.companytitle p {
    text-align: center;
    font-size: 18px;
    text-indent: 0;
    color: #3d3d3d;
    margin-bottom: 10px;
}
.jishu_peiji{ margin-top:60px; margin-bottom:60px; width:100%; overflow:hidden}
.jishu_peiji_left{ float:left; width:42%;}  .jishu_peiji_left img{ width:100%; height:autos}
.jishu_peiji_right{ float:right; width:55%;}
.jishu_peiji_right h4{    font-size: 26px;color: #fff; background:#272c4c; padding:10px 20px; display:inline-block; font-weight:500;margin-bottom: 16px;}
.jishu_peiji_right p{font-size: 15px;color: #727171;line-height: 27px; margin-bottom:40px;}

.lc{  margin-top:53px; width:100%;overflow:hidden;}
.lc h4{ color:#fff; font-weight:500;font-size:18px; background:#0B3DB8; padding:4px 10px; width: 63%; margin:15px auto 0;text-align: center;} 
.lc li{ float:left; width:16.6%; background:url(../images/lc_line.png) no-repeat right 63px; }
.lc li img{ display:block; margin:0 auto; text-align:center}

.capacity{ width:1320px; margin:70px auto 0; overflow:hidden;}
.capacity p{text-indent:2em; line-height:28px; font-size:15px; }
.capacity .companytitle p{ text-align:center; font-size:18px; text-indent:0; margin-bottom:10px;}
.about-box{ width:100%; overflow:hidden;}
.about-box ul{ overflow:hidden; margin-top:20px;}
.about-box ul li{ float:left; margin:0 1.5% 20px; overflow:hidden; width:22%; }
.about-box ul li img { -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; -webkit-transition: all 0.35s ease; -ms-transition: all 0.35s ease; transition: all 0.35s ease; -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); width: 100%; height: auto; }
.about-box ul li:hover img { -webkit-transform: scale(1.12); -moz-transform: scale(1.12); -ms-transform: scale(1.12); -o-transform: scale(1.12); transform: scale(1.12); }
.gjhz{ margin:30px auto 40px; overflow:hidden; width:1320px;}
.gjhz p{ text-indent:2em; line-height:28px; font-size:15px; width:1300px;}
.gjhz li{ width:20%; margin: 0 2.5% 20px; float:left;}
.gjhz li img {padding: 8px;border: #d8d8d8 1px solid;}






.con_tit{ width:100%; background: url(../images/con_bj.jpg) repeat;     overflow: hidden;}
.con_tit p{ width:75%; float:left;  background: url(../images/tishi.png) no-repeat left top; padding-left:60px;font-size:26px; font-weight:500; color: #000; line-height:70px; height:70px;}
.con_tit .online{ float:right; margin:13px 0; height:44px; line-height:44px;    border-radius: 30px; width:15%; font-size:16px; color:#fff; background:url(../images/lx_kf.png) no-repeat 20px center #272c4c; text-indent:40px ;text-align:center}
.con_tit .online a{ color:#fff} .con_tit .online a:hover{ color:#fc0}


.contact { width:1326px; margin:0 auto;margin-top:40px; overflow: hidden;margin-bottom: 35px;}
.contact h3{ font-size:40px; margin:8px 0 20px 0; font-weight:500;text-align:center; color:#000}
.contact h4{ font-size:20px; margin:15px 0 0 0; font-weight:600;text-align:center; color:#000}
.contact p{ font-size:17px; text-align:center; color:#666; }
.contact h5{ font-size:14px; line-height:24px; font-weight:400; margin:8px 0; text-align:center; color:#888}
.contact ul { margin-top:20px;}
.contact li { float: left;width: 17%;margin:0 1.5%;  text-align:center; }
.contact-wz {width: 100%;}
.contact ul li img { display:block; text-align: center; margin:10px auto 0}

.lianxi{ background:#f4f4f4;margin-top:30px; margin-bottom:40px; padding-bottom: 3%; }
.lianxi_con{ width:90%; margin:0 auto;}
.lianxi  h3 {font-size: 24px;color: #fff;text-align: center;line-height: 59px;font-family: Open Sans, Arial;background: url(../images/lx_tit.png) no-repeat center top;margin: 0 auto;margin-top: -12px;width: 100%;float: left;margin-bottom: 15px;overflow: hidden;}
.lianxi_con{ width:90%; margin:0 auto;}
.lianxi  h3 {font-size: 24px;color: #fff;text-align: center;line-height: 59px;font-family: Open Sans, Arial;background: url(../images/lx_tit.png) no-repeat center top;margin: 0 auto;margin-top: -12px;width: 100%;float: left;margin-bottom: 15px;overflow: hidden;}
.fleft { width:55%; float:left; margin-top:20px; }  .fleft p{ line-height:36px;}
.fright { width:40%; float:right;  margin-top:30px; margin-bottom:30px; }
.arrow { padding-top:10px;  padding-bottom:15px; border-bottom:1px solid #E3E3E3; color:#454545; font:18px 'Microsoft Yahei';}
.p1 span { color:#0755c9;}
.h { color:#222; font: bold 24px 'Microsoft Yahei'; line-height:200%;}
.p2{font:16px 'Microsoft Yahei'; color:#666; line-height:26px;margin:10px 0;}
.fleft .t1{font-size:26px;font-weight:bold;color:#E99303;line-height:150%;}




.marqueetop {
    height: 501px;
    
    padding-left: 40px;
    border-left: 1px solid #e9e9e9;
    overflow-y: hidden;
}
.marqueetop div, .marqueetop li {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.marqueetop li {
    padding: 15px 0;
    border-bottom: 1px dashed #e9e9e9;
}
.marqueetop li p {
    font-size: 16px;
    padding-bottom: 5px;
}
.marqueetop li p strong {
    clear: both;
    display: block;
    padding-bottom: 2px;
}
.marqueetop li time {
    font-size: 14px;
}





.m-form{background-color: #fff;border-radius: 20px;-moz-box-shadow: 40 4px10px rgba(7,64,177,.3);-webkit-box-shadow: 0 4px 10px rgba(7,64,177,.3);box-shadow: 0 4px 10px rgba(7,64,177,.3);padding: 27px 0 34px;}
.m-form .tit{font-size: 16px;color: #000000;line-height: 42px;margin-bottom: 20px;}

.m-form *{-wekit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.m-form .tit p{float: left;width: 156px;font-size: 20px;color: #ffffff;margin-right: 20px;position: relative;text-align: center;}
.m-form .tit p span{position: relative;z-index: 2;}
.m-form .tit p:before{content: "";position: absolute;left: -3px;top: -9px;right: 0;bottom: 0;background: url(../images/form-bg.png) no-repeat center;}
.m-form .tit em{font-style: normal;}
.m-form .form{margin: 0 38px;font-size: 16px;color: #000;overflow: hidden;}
.m-form .form .inp{height: 44px;line-height: 44px;border-radius: 44px;-moz-box-shadow: 0 2px 6px inset rgba(0,0,0,0.35);-webkit-box-shadow: 0 2px 6px inset rgba(0,0,0,0.35);box-shadow: 0 2px 6px inset rgba(0,0,0,0.35);background-color: #f4f4f4;float: left;padding: 0 20px;margin: 0 0 10px;border: none;outline: none;}
.m-form .form .name{width: 43%;margin-right: 2%;}
.m-form .form .telphone{width: 55%;}
.m-form .form .area{width: 74.5%;height: 106px;padding: 10px 20px;margin-right: 2%;border-radius: 10px;resize:none;}
.m-form .form .sub{width: 23.5%;height: 106px;float: left;border-radius: 10px;background-color: #ffb900;font-size: 20px;color: #ffffff;font-weight: bold;border-radius: 10px;border: none;overflow: hidden;background: url(../images/form-bg2.png) no-repeat center;-webkit-background-size: 100% 100%;-moz-background-size: 100% 100%;-o-background-size: 100% 100%;background-size: 100% 100%;cursor: pointer;}







.service_specialist {
    padding-top: 11px;
}
.sec_title {
    padding: 15px 0 28px;text-align: center;
}
.s_list h2 {
    padding: 10px 0 10px;font-size: 24px;
}
.s_list p {
    line-height: 30px;font-size: 18px;margin: 0 auto;
}
.line-big {
    margin-right: -15px;
    margin-left: -15px;
}
.list-unstyle {
    list-style: none;
    padding-left: 0;
}
.service_specialist{padding-top:11px}.service_specialist li{margin-bottom:20px;padding:0 10px;text-align:center}.service_specialist li a{display:block;padding-top:6px;width:147px;height:147px;border-radius:50%;background-color:#e6e6e6;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.service_specialist li i{font-size:36px;cursor:default}.service_specialist li p{margin:0 auto;width:4em}@media(max-width:759px){.service_specialist ul{display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:center}}@media(min-width:760px){.service_specialist li i{font-size:44px}.service_specialist li{float:left;width:20%}.service_specialist li a{width:130px;height:130px}}@media(min-width:1000px){.service_specialist li i{font-size:60px}.service_specialist li a{padding-top:18px;width:180px;height:180px}}@media(min-width:1200px){.service_specialist li{margin-bottom:28px;padding:0 15px}.service_specialist li a{padding-top:21px;width:210px;height:210px}.service_specialist li p{padding-top:1px;font-size:18px;line-height:28px}}.service_specialist li a:hover{background-color:#d40000;color:#fff}
.appointment {
    margin: 0 auto;
    max-width: 372px;
    text-align: center;
	overflow: hidden;
    padding-top: 5%;
}
.appointment a {
    float: left;
    display: block;
    width: 186px;
    max-width: 50%;
    cursor: pointer;
}
appointment .specialist span {
    border: 1px solid #d0d0d0;
}
.appointment a span {
    display: block;
    margin: 0 11px;
    height: 40px;
    line-height: 40px;
}

.appointment .specialist span:hover, .appointment .visit span {
    border-color: #d40000;
    background: #d40000;
    color: #fff;
}

.service_list {
    padding-top: 32px;
}

.sec_title {
    padding: 15px 0 28px;
}
.s_list h2 {
    padding: 10px 0 10px;
}
.s_list p {
    line-height: 30px;
}
.service_list ul {
    padding-top: 7px;overflow: hidden;
}
.appointment .specialist span {
    border: 1px solid #d0d0d0;
}
.service_list li {
    padding-bottom: 30px;    width: 33.33333333%;float: left;padding-right: 15px;
    padding-left: 15px;
}
.service_list li a {
    color: #3a3a3a;
    cursor: default;
}
.img-res {
    width: 100%;
}
.service_list li h3 {
    margin: 24px 0 7px;
    cursor: pointer;
    font-size: 18px;
}
.service_list li p {
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
}
.service_activity .l a.join, .service_list li span {
    display: block;
    margin-top: 13px;
    width: 148px;
    height: 30px;
    border: 1px solid #d0d0d0;
    color: #d40000;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}



































.ser-show{ clear:both; overflow:hidden;}
.ser-show h1{ color:#000; font-size:34px; text-align:center;}
.ser-show h1 i{ color:#111; font-weight:normal; text-align:center;}
.ser-show p{ color:#333; font-size:15px; line-height:30px; text-align:center; margin:10px 0;}
.ser-show ul{ clear:both; overflow:hidden; padding: 8px; box-sizing: border-box; margin-left:-1.5%; margin-top:30px;}
.ser-show ul li{ float:left; width:31.8%; text-align:center;  margin-left:1.5%; margin-bottom:20px; padding:40px 30px 50px; box-sizing:border-box; box-shadow:0 0 8px #DDD; -webkit-box-shadow:0 0 8px #DDD; -moz-box-shadow:0 0 8px #DDD;  background-color:#FFF;}
.ser-show ul li h3{ color:#333; font-size:22px; font-weight:normal; margin:15px 0;}
.ser-show ul li b{ color:#999; font-size:14px; font-weight:normal; line-height:1.6;height: 40px;display: block;}
.ser-show ul li img{ -moz-transition:all .3s ease 0s; -ms-transition:all .3s ease 0s; -o-transition:all .3s ease 0s; -webkit-transition:all .3s ease 0s; transition:all .3s ease 0s;}
.ser-show ul li:hover img{    -webkit-transform: rotateY(360deg);    transform: rotateY(360deg);}



/*
#mynav ul{width:1000px; padding:0; margin:0 auto; list-style-type:none;}
#mynav ul li{ float:left; margin：0px 5px; border-right:1px solid #fff;}
#mynav ul li a{ display:block; padding:0px 20px; height:40px; line-height:40px; color:#fff; text-shadow:0px -1px 0px rgba(30,30,30,0.60);}*/
.topc2 {
	margin-top: 40px;
}
.promenu{margin:0 -0.5% 10px; overflow:hidden;}
.promenu ul{ margin:0 auto;}
.promenu ul li{ float:left; text-align:center; width:24%; margin:0.5%; background-color:#a5a5a5;}
.promenu ul li a{  color:#fff; display:block; font-size:18px;border-right:solid 1px #fff; padding:10px 0; }
.promenu ul li a:hover{color:#fff;}
.promenu ul li:hover,.promenu .cur{ background-color:#d30d04;}
.promenu ul li span{ width:50px; height:50px; display:block; margin:0 auto 10px; background:url(../images/ico.png) no-repeat;}
.promenu ul .li1 span{ background-position:-88px 0;}
.promenu ul .li2 span{ background-position:-88px -55px;}
.promenu ul .li3 span{ background-position:-88px -110px;}
.promenu ul .li4 span{ background-position:-88px -165px;}


.cpxgxw li {
	width: 48%;
	float: left;
	margin: 0 1%;
	background: url(../images/mli.jpg) no-repeat left center;
	text-indent: 25px;
	border-bottom: 1px #ddd dashed;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.cpxgxw li span {
	float: right;
	color: #999;
}
.two-box h3 {
	font-size: 18px;
	color: #ff0000;
	margin: 20px 0;
	position: relative;
	padding-left: 26px;
}
.two-box h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border: 3px #ff0000 solid;
	border-radius: 50%;
}
.two-box h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
}
.flink b {
	font-size: 18px;
}
.fdh {
	display: none;
}
.nyban {
	width: 100%; text-align:center;
	 
}
/*
.gyban{  background:url(../images/gyban.jpg) no-repeat center center;}
.lxban{  background:url(../images/lxban.jpg) no-repeat center center;}
.xwban{  background:url(../images/xwban.jpg) no-repeat center center;}*/

.nyban .wrap {
	position: relative;
	top: 20%; display:none;
}
.nyban h2 {
	font-size: 42px;
	height: 50px;
	line-height: 50px;
}
.nybancon {
	width: 50%;
	padding: 40px 70px;
}
.nybancon div {
	width: 30px;
	height: 4px;
	background-color: #d30d04;
	margin: 10px 0;
}
.nybancon p {
	margin-bottom: 20px;
	color: #ff0000;
}
.nybancon p a {
	color: #ff0000;
}
.nybancon span {
	font-size: 18px;
	border-top: 1px #fff solid;
	padding-top: 10px;
}
.ny {
	margin-bottom: 30px;
}
.cpzs {
	overflow: auto;
	zoom: 1;
	font-family: "微软雅黑", "microsoft Yahei", "Courier New", Courier, monospace;
}
.cpzs li {
	width: 18.2%;
	border: 1px #dddddd solid;
	float: left;
	text-align: center;
	margin: 0 0.9% 2%;
	box-sizing: border-box;
	display: inline;
	overflow: hidden;
	background-color: #06a496;
	line-height: 40px;
}
.cpzs li a{ color:#FFF; font-weight: bold;
}
	 
 
.cpzs1 li {
	width: 31%;
}
.cpzs li img {
    WIDTH: 100%;
}
.cpzs li:hover {
	background-color: #d30d04;
}
.cpzs li span, .cpzs li p {
	display: block;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cpzs li:hover a {
	color: #fff;
}
.p16 {
	font-weight: bold;
	font-size: 16px;
}
.ptitle {
	line-height: 35px;
	margin-bottom: 8px;
	text-align: center;
}
.pline {
	border-bottom: 4px double #dddddd;
	height: 35px;
}
.newt {
	text-align: center;
	font-size: 30px;
}
.info {
	text-align: center;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	margin-bottom: 30px;border-bottom: 1px #dddddd solid;
}
.daodu {
	padding: 10px 30px;
	border: 1px #cccccc solid;
	border-radius: 5px;
	background-color: #f4f4f4;
	margin: 30px auto;
	text-align: center;
	display: none;
}
.daodu span {
	font-size: 20px;
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
}










.new-list-top {
    margin-bottom: 70px;
}
.new-left{float:left;width:53%}
.new-left .pic-img{padding-top:56%;display:block;position:relative}
.pad-box{padding-right:12.4%}
.new-left .pic-img img{width:100%;height:100%;display:block;position:absolute;left:0;top:0;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;transition:all .6s}
.new-left .pic-img img:hover{margin-top:-10px}
.new-left .new-bot .data{float:left;text-align:center;width:17%}
.new-left .new-bot .data strong{display:block;font-size:32px;color:#333;margin:7px 0 3px}
.new-left .new-bot .data p{font-size:18px;color:#666;letter-spacing:1px}
.new-left .new-bot .xq{float:left;width:83%;background:#fff;box-shadow:0 2px 13px rgba(35,35,35,.24);border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;padding:24px 50px 8px;margin-top:-88px;position:relative}
.new-left .new-bot .xq h3{margin-bottom:20px}
.new-left .new-bot .xq h3 a{font-size:20px;color:#333;display:block;line-height:1.5em;transition:all .3s;font-weight:900}
.new-left .new-bot .xq h3 a:hover{color:#da251d}
.new-left .new-bot .xq p{font-size:16px;color:#666;line-height:1.8em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:56px}
.new-left .new-bot .xq .xq-btn{display:block;width:130px;line-height:32px;text-align:center;background-color:#1d7cef;background:-webkit-linear-gradient(#1d7cef,#1bb6fb);background:-o-linear-gradient(#1d7cef,#1bb6fb);background:-moz-linear-gradient(#1d7cef,#1bb6fb);background:linear-gradient(#1d7cef,#1bb6fb);border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px;color:#fff;font-size:20px;cursor:pointer;position:relative;float:right;border:3px solid rgba(186,222,252,.8);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;margin-top:5px;margin-right:-35px}
.new-left .new-bot .xq .xq-btn:hover{margin-right:0}
.new-right{float:right;width:47%;padding-left:3.5%}
.new-right strong{font-size:24px;color:#0f4c82;font-weight:400;position:relative;padding-left:40px}
.new-right strong:before{content:"";display:block;background:#0f4c82;width:8px;height:23px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;position:absolute;left:0;top:50%;margin-top:-11px}
.new-right ul{margin-top:25px}
.new-right ul li{box-shadow:0 2px 13px rgba(35,35,35,.24);border-radius:2px 8px 8px 2px;-webkit-border-radius:2px 8px 8px 2px;-moz-border-radius:2px 8px 8px 2px;-ms-border-radius:2px 8px 8px 2px;-o-border-radius:2px 8px 8px 2px;margin-top:18px;padding:27px 35px 27px 50px}
.new-right ul li:hover{background:#f0f8ff}
.new-right ul li h3{margin-bottom:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.new-right ul li h3 a{font-size:20px;color:#3e4355;font-weight:900}
.new-right ul li:hover a{color:#0f4c82}
.new-right ul li .lz-box{overflow:hidden}
.new-right ul li .lz-box p{font-size:14px;color:#828796;float:left;background:url(../images/time.png) no-repeat left center;padding-left:20px}
.new-right ul li .lz-box a{font-size:16px;color:#3e4355;float:right}
.new-right ul li:hover .lz-box a{color:#1d8df2}

.new-list-bottom{box-shadow:0 2px 13px rgba(35,35,35,.24);border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;margin-bottom:35px}
.new-list-bottom .ul-list li{border-bottom:1px solid #e0e0e0;overflow:hidden;padding:50px 67px;position:relative;transition:.3s ease;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease; width: 100%;}
.new-list-bottom .ul-list li:hover{background:#f0f8ff;transition:.3s ease;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease}
.new-list-bottom .ul-list li:before{width:0;height:3px;background:#0f4c82;content:"";display:block;position:absolute;bottom:0;left:0;transition:.3s ease;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease}
.new-list-bottom .ul-list li:hover:before{width:50%;transition:.3s ease;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease}
.new-list-bottom .ul-list li .data{float:left;width:5%;position:relative}
.new-list-bottom .ul-list li .data:after{width:61px;height:61px;background:url(../images/xg.png) no-repeat;background-size:cover;content:"";display:block;position:absolute;right:-30px;top:5px}
.new-list-bottom .ul-list li .data p{font-size:20px;color:#666}
.new-list-bottom .ul-list li .data span{    font-size: 18px;  color: #756e6e;  font-weight: 100;}
.new-list-bottom .ul-list li .center-box{overflow:hidden;float:left;width:75%;padding:15px 10% 0 2%}
.new-list-bottom .ul-list li .center-box h3{margin-bottom:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.new-list-bottom .ul-list li .center-box h3 a{font-size:24px;color:#333;line-height:1.5em;font-weight:900}
.new-list-bottom .ul-list li:hover .center-box h3 a,.new-list-bottom li:hover .center-box p{color:#0f4c82}
.new-list-bottom .ul-list li .center-box p{font-size:18px;color:#666;line-height:1.8em;display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;/*-webkit-line-clamp:2;*/-webkit-box-orient:vertical}
.new-list-bottom .ul-list li:hover .center-box p{color:#0f4c82}
.new-list-bottom .ul-list li .right-pic{float:right;width: 20%;object-fit:cover;overflow:hidden;border-radius:4px}
.new-list-bottom .ul-list li .right-pic .pic-img img{width:100%;display:block}












.news_detail_con {
    position: relative;
    margin-top: -310px;
    margin-bottom: 100px;
}
.case_detail_tit h1 {
    position: relative;
    z-index: 2;
    font-size: 34px;
    color: #fff;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 80px;
}
.case_detail_tit h1{position:relative;z-index:2;font-size:34px;color:#fff;line-height:50px;font-weight:900;margin-bottom:80px}
.case_detail_tit p{font-size:18px;line-height:2;color:#fff}
.case_detail_tit p.add_time:before{content:"";display:inline-block;width:24px;height:24px;background:url(../images/fb_time.png) no-repeat center;margin-right:15px;vertical-align:middle}
.case_detail_tit p.gx_time:before{content:"";display:inline-block;width:24px;height:24px;background:url(../images/gx_time.png) no-repeat center;margin-right:8px;vertical-align:middle}
.case_detail_tit p span{margin-left:20px}
.news_detail_con_l{width:75%;box-sizing:border-box}
.news_detail_con_l_main{box-shadow:0 0 6px #999;background:#fff;margin-top:25px;border-radius:15px;padding-bottom:50px}
.news_detail_con_l_desc{background:#edf6ff url(../images/news_detail_con_l_desc_bg.png) no-repeat left top;border-radius:10px;margin-bottom:50px;width:100%;box-sizing:border-box;box-shadow:0 5px 3px -1px #eaeaea}
.news_detail_con_l_desc p{font-size:22px;color:#0f4c82;line-height:90px;text-align:center}
.news_detail_con_l_box p{font-size:18px;line-height:1.7;color:#666;margin-bottom:25px}
.news_detail_con_l_box p a{color:#f12f27}
.news_detail_con_l_box p a:hover{text-decoration:underline}
.news_detail_con_l_box{padding:0 3%;line-height:1.8;font-size:18px;color:#666}
.news_detail_con_l_box H3{ font-size:20px; padding:2%;     font-weight: bold;}
.news_detail_con_l_box img{max-width:100%;border-radius:15px}
.news_detail_con_l_box .how_configure{margin-bottom:35px}
.news_detail_con_l_box .how_configure li img{display:inline-block;vertical-align:middle;margin-right:20px}
.news_detail_con_l_box .how_configure li{font-size:20px;line-height:53px;color:#333}
.news_detail_con_r{width:24%;margin-top: 25px;}
.news_detail_con_r_hotline{border-radius:10px;padding:10% 10% 13% 10%;background:#edf6ff;box-sizing:border-box;border:5px solid rgb(217,244,254,.8);width:87%;margin:0 auto 50px auto;position:relative}
.hot_line_person{position:absolute;width:105px;height:105px;border:5px solid rgb(229,234,247,.8);right:-10px;top:-40px;border-radius:100%;transition:All .2s}
.hot_line_person:hover{border:5px solid rgb(30,110,236,.8)}
.hot_line_person img{display:block;max-width:100%;width:100%;border-radius:100%}
.news_detail_con_r_hotline p.tel{font-size:20px;color:#0f4c82;     text-align: left;}
.news_detail_con_r_hotline p.tel img{display:inline-block;vertical-align:middle;margin-right:10px}
.news_detail_con_r_hotline b{color:#f12f27;font-size:24px;line-height:60px}
.news_detail_con_r_hotline ul li{font-size:16px;color:#0f4c82;line-height:26px}
.news_detail_con_r_hotline ul li:before{content:"";display:inline-block;width:10px;height:10px;vertical-align:middle;margin-right:10px;border-radius:100%;background:#0f4c82}

.news_detail_con_r_box,.pro_detail_con_r_box{border:5px solid #d9f4fe;border-radius:10px;margin-top:10px;     border: 5px solid #ececec;}
.news_detail_con_r_box ul,.pro_detail_con_r_box ul{width:100%;background: #ffffff;box-sizing:border-box;border:1px solid #e6e6e6;padding:30px 10% 0 10%;border-radius:5px}
.news_detail_con_r_box ul li,.pro_detail_con_r_box ul li{background:#fff;border-radius:10px;text-align:center;margin-bottom:30px;overflow:hidden}
.news_detail_con_r_box ul li a img,.pro_detail_con_r_box ul li a img{max-width:100%;border-radius:10px 10px 0 0;transition:all .3s}
.news_detail_con_r_box ul li p a,.pro_detail_con_r_box ul li p a{font-size:18px;line-height:37px}
.news_detail_con_r_box ul li p a:hover,.pro_detail_con_r_box ul li p a:hover{color:#da251d}

.contact_online{width:77%;text-align:center;border-radius:55px;border:5px solid rgb(217,244,254,.8);position:absolute;bottom:-31px}
.contact_online:hover{transition:All .2s;border:5px solid rgb(30,110,236,.8)}
.contact_online a{color:#fff;display:block;padding:0 20px;line-height:50px;font-size:18px;border-radius:55px;background:#0f4c82}
.contact_online a img{display:inline-block;vertical-align:middle;margin-left:10px}




.pro_detail_top{background:url(../images/pro-bg.png) no-repeat #fff;border-radius:10px;position:relative;box-sizing:border-box; width:100%;max-width:1350px;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover;     margin: auto;     overflow: hidden;}
.pro_detail_top_l{width:40%}
.pro_detail_top_l img{z-index:2;display:block;border-radius:10px;position:relative;left:-50px;top:-17px;max-width:118%;width:118%;box-shadow:0 10px 10px 2px rgba(0,0,0,.5)}
.pro_detail_top_l ul{padding:30px 0}
.pro_detail_top_l ul li{float:left;text-align:center}
.pro_detail_top_l ul li p{font-size:18px;line-height:25px;margin:0 25px;color:#666}
.pro_detail_top_l ul li p:before{content:"";display:inline-block;background:-webkit-linear-gradient(top,#1e69eb,#1bb4fa);background:-o-linear-gradient(top,#1e69eb,#1bb4fa);background:-moz-linear-gradient(top,#1e69eb,#1bb4fa);background:linear-gradient(top,#1e69eb,#1bb4fa);width:15px;height:15px;border-radius:100%;border:3px solid #cfe2fb;margin-right:19px;vertical-align:middle;margin-top: -4px;}
.pro_detail_top_r{width:50%;position:relative;padding-bottom:70px}
.pro_detail_top_r>span{display:block;text-align:center;font-size:46px;line-height:1.1em;color:#a2b0fe;font-weight:700;opacity:.3;filter:alpha(opacity=30);margin-top:24px;text-transform:uppercase}
.pro_detail_top_r h1{padding:5px 0 0 0;text-align:center;font-size:40px;font-weight:700;margin-top:-40px;color:#104d83;position:relative;margin-bottom:20px}
.pro_detail_top_r h2:before{content:"";display:inline-block;width:30px;height:30px;background:url(../images/list_htit_b.png) no-repeat center;margin-right:10px}
.pro_detail_top_r_cs{border-radius:40px;margin:18px 0 38px -13px;background:#e5f3ff url(../images/pro_detail_top_r_cs.png) no-repeat center;box-shadow:0 0 6px #999;width:100%}
.pro_detail_top_r_cs p{font-size:18px;line-height:30px;padding:25px 0 25px 66px;text-align:right}
.pro_detail_top_r_cs p span{color:#f65c56;font-weight:900;margin:0 46px 0 10px}
.pro_detail_top_r_infor{padding:0 10% 72px 19%}
.pro_detail_top_r_infor p{text-align:left;font-size:18px;line-height:33px;margin-top:23px;overflow:hidden}
.pro_detail_top_r_infor p:before{content:"";display:inline-block;background:url(../images/pro_detail_top_r_infor_p_bg.png) no-repeat left center;width:22px;height:16px;margin-right:25px}
.pro_detail_top_r_infor p span{font-weight:900;color:#104d83}
.pro_detail_top_r_infor ul li{float:left;width:24%;padding:23px 0;margin-right:9%;border-radius:10px;transition:all .3s}
.pro_detail_top_r_infor ul li:hover{padding:20px 0 23px 0}
.pro_detail_top_r_infor ul:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.pro_detail_top_r_infor ul li strong{display:block;color:#666}
.pro_detail_top_r_infor ul li img{max-width:91px;width:100%;border-radius:10px}
.pro_detail_top_r_tel {
    width: 100%;
    background: url(../images/pro_detail_top_r_tel1_bg.png) no-repeat right center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 5%;
    margin-left: -5%;
}
.pro_detail_top_r_tel .tel1{text-align:left}
.pro_detail_top_r_tel .tel1 p{font-size:18px;color:#fff;margin-left:6%;padding:17px 0}
.pro_detail_top_r_tel .tel1 p span{font-size:24px}
.pro_detail_top_r_tel .tel2{position:absolute;right:132px;bottom:19px}
.pro_detail_top_r_tel .tel2 a{font-size:24px;color:#fff;transition:All .2s;display:block}
.pro_detail_top_r_tel .tel2 a:hover{color:#da251d}
.pro_detail_top_r_tel .tel3{position:absolute;width:140px;height:140px;border:5px solid rgb(229,234,247,.8);right:-34px;bottom:-14px;border-radius:100%;transition:All .2s}
.pro_detail_top_r_tel .tel3:hover{border:5px solid rgb(30,110,236,.8)}
.pro_detail_top_r_tel .tel3 img{display:block;max-width:100%;width:100%;border-radius:100%}

.pro_detail_con{padding:0px 0}
.case_detail_con_nav{width:71%;background:#181b2a;border-radius:60px;position:relative;top:0;box-shadow:0 3px 6px #999;z-index:99}
.case_detail_con_nav ul li{float:left;width:20%;text-align:center}
.case_detail_con_nav ul li a{color:#fff;font-size:20px;line-height:60px}
.case_detail_con_nav ul li a:hover{color:#3fa5ff}
.case_detail_con_nav ul li:after{content:" ";float:right;margin-top:11px;width:1px;height:48px;background:url(../images/nav_li_bg2.png) no-repeat center center}
.case_detail_con_nav ul li:last-child:after{background:0 0}
.pro_detail_con_l p{margin:15px 0}
.pro_detail_con_r{width:24%;position:relative;top:-60px;    float: right;}

.pro_detail_con_l{width:75%;box-shadow:0 0 6px #999;margin-top:-17px;padding:15px 2%;line-height:1.8;font-size:18px;color:#666;    float: left; background-color: #fff;}
.pro_detail_con_l video{border-radius:10px;outline:0}
.pro_detail_con_l img{width:auto;height:auto;vertical-align:middle;max-width:100%}



 



.page {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 10%;
}
.page .disabled,.page .next,.page .prev{display:inline-block;border:1px solid #666;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;width:128px;height:40px;line-height:40px;font-size:16px;color:#666;position:relative}
.page .next:hover,.page .prev:hover{border:1px solid #a00700;color:#a00700}
.page .prev{padding-left:20px}
.page .next{padding-right:20px}
.page .prev:before{content:"<";display:block;position:absolute;left:25px;font-size:20px}
.page .next:before{content:">";display:block;position:absolute;right:25px;font-size:20px}
.page ul{display:inline-block;margin:0 15px}
.page ul li{display:inline-block;width:40px;text-align:center;height:40px;line-height:40px;border:1px solid #666;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;margin:0 15px}
.page ul li a{font-size:18px;color:#666;display:block}
.page ul li.active,.page ul li:hover{background:#ddefff;border:1px solid transparent;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;margin:0 15px}
.page ul li.active a,.page ul li:hover a{color:#0f4c82}







.mrtit {
	border-bottom: 1px #dddddd solid;
	margin-bottom: 15px;
	background: url(../images/mrt1.png) no-repeat left center;
	padding: 20px 0 20px 50px;
	font-weight: bold;
	font-size: 20px;
}
.mrtit em {
	float: right;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	font-size: 14px;
	margin-top: 10px;
}
.prenext {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	width: 98%;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 15px;
	border-top: 1px #ddd solid;
	padding: 20px 0;
}
.prenext .pre {
	float: left;
	width: 50%;
	text-align: left;
}
.prenext .pre a {
	color: #666;
	text-decoration: none;
}
.prenext .pre a:hover {
	color: #d30d04;
}/* 上一篇 */
.prenext .next {
	text-align: right;
	float: left;
	width: 50%;
}
.prenext .next a {
	color: #666;
	text-decoration: none;
}
.prenext .next a:hover {
	color: #d30d04;
}
.cont-way {
	clear: both;
	overflow: hidden;
	padding-bottom: 80px;
}
.way-info {
	float: left;
	width: 40%;
	padding-top: 50px;
}
.way-info h3 {
	color: #333;
	font-size: 18px;
	margin-bottom: 30px;
}
.way-info p {
	line-height: 30px;
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
}
.way-info span a{ color:#ffffff;}
.way-info p img {
	margin-right: 10px;
}
.way-info p em {
	color: #ed1c24;
	font-size: 24px;
	font-weight: bold;
}
.way-con {
	clear: both;
	overflow: hidden;
	padding-top: 50px;
	margin-top: 40px;
	border-top: 1px solid #ddd;
}
.way-con img {
	float: left;
	width: 170px;
	height: 170px;
	margin-right: 15px;
}
.way-con b {
	display: block;
	color: #666;
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	margin: 10px 0;
}
.way-con span {
	display: block;
	overflow: hidden;
	color: #FFF;
	font-size: 14px;
	width: 125px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	background-color: #d30d04;
}
.way-map {
	float: right;
	width: 50%;
	overflow: hidden;

	margin-top: 30px;
}
.rxcp {
	margin-bottom: 30px;
}
.rxcp li {
	width: 140px;
	float: left;
	text-align: center;
	height: 120px;
	overflow: hidden;
	display: inline;
	border: 1px #dddddd solid;
	margin: 0px 3px 15px;
}
.rxcp li img {
	height: 85px;
}
.rxcp li span {
	display: block;
	background-color: #eeeeee;
}
.ltit {
	border-bottom: #dddddd double;
	text-indent: 1em;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 15px;
}
.nch1 {
	overflow: hidden;
}
.nch {
	margin-bottom: 50px;
}
.nch1 li {
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px #ccc dashed;
	padding-bottom: 10px;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	position: relative;
	text-indent: 20px;
}
.nch1 li .imgZoom{ width:240px; float:left; margin-right:20px;}
.nch1 li:hover {
	transform: translateX(15px);
}
.nch1 li:hover h2 a {
	color: #d30d04;
}
.nch1 li h2:before {
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	border: 2px solid #d30d04;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.nch1 li .time {
	font-size: 14px;
	color: #999;
}
.nch1 li h2 {
	font-size: 18px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; position:relative;
}
.nch1 li p {
	line-height: 32px;
	font-size: 16px;
	padding: 10px 0;
	color: #666;
}
.nch1 li .gd {
	width: 120px;
	height: 33px;
	float: right; background-color:#666666;
}
.nch1 li .gd a {
	display: block; color:#ffffff;

}
.nch1 li .gd a:hover {
	background-position: -33px 0;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
}
.nch1 li:hover {
}
/*
.zx{ border-bottom:1px #dddddd dashed; padding-bottom:20px; margin-bottom:20px;}
.zx h3 a{ font-size:18px; font-weight:300;}
.zx h3 span{ font-size:14px; font-weight:normal; color:#999999; display:block; }
.zx p{ line-height:24px; color:#999;}*/
.zx li {
	width: 45%;
	float: left;
	height: 40px;
	line-height: 40px;
	background-color: #222;
	text-align: center;
	margin-right: 2%;
	display: inline;
	margin-bottom: 3%;
}
.zx li a {
	color: #ffffff;
}
.zx .li1 {
	background-color: #222;
}
.xgxw {
	margin-bottom: 30px;
	margin-top: 30px;
}
.xgxw .mat {
	line-height: 30px;
}
.xgxw li {
	border-bottom: 1px #dddddd dashed;
	background: url(../images/mli.jpg) no-repeat left center;
	padding-left: 20px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.topc {
	margin-bottom: 30px;
}
.ny1 {
	margin-bottom: 40px;
	overflow: hidden;
}
.nyimg {
	width: 40%;
	float: left;
	border: 1px #ddd solid;
	box-sizing: border-box;
	text-align: center;
	height: 380px;
	overflow: hidden;
}
.nyimg img {
	width: 100%; /* height:380px;*/
}
.nyl {
	width: 50%;
	float: left;
}
.nyr {
	width: 46%;
	float: left;
	margin-left: 4%;
	display: inline;
}
.prodTitle {
	font-size: 28px;
	line-height: 45px;
	background: url(../images/mrt1.png) 0 10px no-repeat;
	padding-left: 40px;
	overflow: hidden;
	color: #000;
	font-weight: normal;
}
.dh {
	margin: 20px 0 0;
	color: #666;
	float: right;
}
.dh b {
	font-size: 28px;
	font-weight: bold;
	color: #d30d04;
	font-family: Arial, Helvetica, sans-serif;
}
.nyms {
	padding: 30px 0;
	border-top: 1px #ddd solid;
	margin: 30px 0 0;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow : hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical; line-height:28px;
}
.nyms h1 {
	font-size: 24px;
	margin-bottom: 15px;
}
.dqwz {
	border-bottom: 1px #ddd solid;
	margin-bottom: 20px; line-height:35px; color:#d30d04;
}
.list2 {
	padding: 30px 0;
	overflow: hidden;
}
.list2 .mfbj {
	width: 40%;
	float: left;
	background-color: #d30d04;
	text-align: center;
	border-radius: 5px;
	line-height: 70px;
	margin-right: 5%;
}
.list2 .mfbj a {
	color: #fff;
	font-size: 18px;
}
.proonedetailfltel {
	font-size: 14px;
	color: #999;
	float: right;
	background-color: #d30d04;
	width: 55%;
	border-radius: 5px;
	text-indent: 30px; line-height:1.5;
}
.proonedetailfltel strong {
	font-size: 30px;
	vertical-align: text-bottom;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
}
.proonedetailfltel strong a {
	color: #fff;
}
.proonedetailfltel span {
	display: block;
	color: #fff;
}
.list1 {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid; 
}
.list1 li {
	width: 25%;
	float: left;
}
.list1 li i {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}
.tufr {
	float: right;
}
.ms {
	color: #666;
}
.cp_body {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cp_name {
	width: 100%;
	border-bottom: 1px #eaeaea solid;
	background-color: #d30d04;
	float: left;
}
.cp_erNav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.cp_erNav li {
	width: 25%;
	height: 64px;
	float: left;
	line-height: 64px;
	display: inline;
	text-align: center;
}
.cp_erNav li a {
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 100%;
	font-size: 16px;
}
.cp_erNav li a:hover {
	color: #FFF;
	float: left;
	width: 100%;
}
.cp_erNav li:first-child, .cp_erNav li:hover {
	background-color: #d30d04;
}
.cp_txt {
	width: 100%;
	overflow: hidden;
	margin-bottom: 52px;
	margin-right: auto;
	margin-left: auto;
	float: left;
line-height:33px;
}
.two-box {
	font-size: 16px;
	line-height: 2;
	color: #333;
}
/*.two-box p{  text-indent: 32px; }*/
.cp_txt table {
	margin-top: 10px;
	font-size: 13px;
}
table {
	text-align:center;
	border-collapse: collapse;
	border-spacing: 0;
	/*margin:0 auto;*/
	font-size:14px;
}
table tr:nth-child(odd) {
	background: #F4F4F4;
}
table td:nth-child(even) {
}
table tr:hover,.topc1 table tr:hover p {
	background: #d30d04;
	color:#fff;
}
table td, table th {
	border: 1px solid #dddddd;
}
table tr:nth-of-type(1) {
	/*background: #2365d3;
	color: #ffffff;*/
}
.news-lj {
    clear: both;
    overflow: hidden;
    padding: 10px 20px;
    padding-left: 130px;
    box-sizing: border-box;
    background: url(../images/ico_newslj.png) #f3f3f3 no-repeat 20px center;
	margin:30px auto;
}

.news-lj p {
    color: #666;
    line-height: 24px;
    padding: 10px 0;
    background-size: 75pt
}

.news-lj p font {
    color: #d30d04
}
.news-tel {
    line-height: 44px
}

.news-tel span {
    float: left;
    padding-left: 42px;
    background: url(../images/new-tel.png) no-repeat left center;
    background-size: 2pc
}
.news-tel span i{ font-style:normal;}

.news-tel span a {
    color: #d30d04;
    font-size: 26px;
    font-weight: 700;
    margin-left: 8px
}

.news-tel a.new_btn {
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    padding: 0 20px 0 55px;
    background: url(../images/ico_btn.png) #d30d04 no-repeat 10px 4px;
    background-size: 30px
}

.news-tel a.new_btn:hover {
    color: #ff0
}

.txt_name {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #d30d04; 
}
.hot_anl {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.hot_anl li {
	width: 23%;
	overflow: hidden;
	float: left;
	margin: 0 1% 2%;
	display: inline;
	padding: 0;
	text-align: center;
}
.hot_anl li img, .cp_list li img {
	display: block;
}
.hot_anl li p {
	width: 100%;
	height: 35px;
	color: #333;
	overflow: hidden;
	background-color: #CCC;
	text-align: center;
}
.hot_anl li p a {
	color: #333;
	text-decoration: none;
}
.hot_anl li p a:hover {
	text-decoration: underline;
}
.hot_anl li span {
	display: block;
	overflow: hidden;
	color: #595757;
	font-size: 12px;
	overflow: hidden;
}
.hot_anl li span a {
	color: #fe700c;
	text-decoration: none;
}
.hot_anl li span a:hover {
	text-decoration: underline;
}
.cp_list {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	list-style-type: none;
}
.cp_list li {
	width: 23%;
	overflow: hidden;
	float: left;
	margin: 0 1% 2%;
	box-sizing: border-box;
	display: inline;
}
.cp_list li p, .hot_anl li p {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	overflow: hidden;
	background-color: #eee;
	text-indent: 0;
}
.cp_list li p a {
	color: #333;
	text-decoration: none;
}
.cp_list li p a:hover {
	color: #ff9e00;
	text-decoration: underline;
}
.list-h li {
	float: left;
}
.mcon {
	font-size: 16px;
	line-height: 2;
}
.mcon p {
	margin-bottom: 10px;
}
.gyul {
	clear: both;
	overflow: hidden;
	margin: 30px auto;
}
.gyul li {
	float: left;
	width: 25%;
	text-align: center;
}
.gyul li img {
	width: 140px;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.gyul li p {
	text-indent: 0;
	margin: 10px auto 0;
}
.gyul li:hover img {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.nycp1 {
	padding: 50px 0;
	overflow: hidden;
}
.nycp1l {
	width: 56%;
	float: left;
	margin-right: 4%;
}
.nycp h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.nycp1l p {
	font-size: 16px;
	text-indent: 32px;
}
.nycp1r {
	width: 40%;
	float: left;
}
.nycp2 {
	margin-bottom: 50px;
}
.nycp2 ul {
	overflow: hidden;
}
.nycp2 li {
	width: 23%;
	float: left;
	margin: 0 1% 2%;
	text-align: center;
}
.nycp2 li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nycp21 {
	text-align: center;
}
.gy p {
	text-indent: 32px;
}
.nynav {
	text-align: center;
	padding: 0 0 30px;
}
.nynav a {
	display: inline-block;
	padding: 5px 20px;
	margin: 0 10px 10px;
	border: 1px #d30d04 solid;
	color: #d30d04;
}
.nynav a:hover {
	background-color: #d30d04;
	color: #fff;
}
  input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none;}
        .code_gg_li img{vertical-align:middle;width:100px;height:32px;}
        .p4-order-form-1 {
            overflow: hidden; margin-bottom:40px;
        }
        
        .p4-order-form-1 .p4-titlel-1 {
            width:145px;height: 46px;font-size:18px; line-height: 46px;text-align: center;color:#fff;background: #d30d04;
            
        }
        
        .p4-order-form-1-con {
            border:1px solid #bbb;
            background:url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
            padding:40px 15%;
        }
        
        .p4-order-form-1-con li p {
            padding-left: 130px;
            color: #999;font-size: 12px;
        }
        
        .p4-order-form-1-con li {
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 35px;
            color: #666;
            overflow: hidden;
        }
        
        .p4-order-form-1-con li span {
            font-weight: bold;
            color: #666; font-size:16px;
        }
        .p4-order-form-1-con li b{color:#f00;}
        .p4-order-form-1-con li .row-hd {
            color: #666;
        }
        .timenum{padding-left:95px;}
        .p4-order-form-1-con li p {
            clear: both;
        }
        
        .p4-order-form-1-con label {
            display: inline-block;
            width: 120px;
            color: #666;
            vertical-align: top;
            text-align: right;height: 33px;line-height: 33px;overflow: hidden;
        }
        .code_gg{
            width: 80px;
            margin-right: 10px;
            outline: none;
            padding-left: 10px;
            border: 1px solid #eee;
            height: 33px;
            line-height: 32px;
            color: #666;
        }
        
        
        .p4-order-form-1-con .inputs,
        .p4-order-form-1-con li select {
            width: 73%;
            margin-right: 10px;
            outline: none;
            padding-left: 10px;
            border: 1px solid #eee;
            height: 33px;
            line-height: 32px;
            color: #666;
            box-sizing: border-box; font-size:14px;
            /*float: left;*/
        }
        .p4-order-form-1-con .radioandcheck{vertical-align:middle;}
        
        .p4-order-form-1-con .err {
            border: 1px solid #c00;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t1 {
            width: 100%;
        }
        
        .p4-order-form-1-t1 textarea {
            width: 73%;
            height: 102px;
            line-height: 24px;
            border: 1px solid #eee;
            outline: none;
            resize: none;
            overflow: auto;
            margin-right: 10px;
            padding-left: 10px;
            box-sizing: border-box;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t2 {
            width: 100%;
        }
        
        .p4-order-form-1-t2 input {
            width: 150px;
            vertical-align: top;
        }
        
        .p4-order-form-1-t2 span {
            width: 153px;
            height: 25px;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t3 {
            padding-left: 120px;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t3 input {
            width: 80px;
            height: 30px;
            border: 0;
            text-align: center;
            margin-right: 30px;
            color: #fff;
            padding-left: 0;
            cursor: pointer;
        }
        
        .p4-order-form-1-con .p4-order-form-1-b1 {
            background: #d30d04;
        }
        
        .p4-order-form-1-con .p4-order-form-1-b2 {
            background: #767676;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t4 {
            overflow: auto;
            height: auto;
            min-height: 35px;
            width: 100%
        }
        
        .p4-order-form-1-con .p4-order-form-1-t4 input {
            vertical-align: middle;
            width: 14px;
            margin: 0 10px;
        }
.fw2{ overflow:hidden;}
.fw2 dl{ width:23%; float:left; margin:0 1%;}
.fw2 dt{ width:100px; height:100px; margin:0 auto 20px; background-color:#d30d04; text-align:center; border-radius:50%; line-height:100px; }
.fw2 dt img{ width:70%; margin:10px auto;}
.fw2 dd{ width:80%; margin:0 auto; font-size:14px; line-height:22px; color:#666666;}
.fw2 dd h3{ font-size:20px; text-align:center; margin-bottom:15px; color:#d30d04;}
.fw2 ul{ overflow:hidden; width:500px; margin:0 auto 30px;}
.fw2 li{ color:#666666; font-size:14px; text-align:left; line-height:25px; }

.fw3{ padding:40px 0;}
.fw3 ul{ overflow:hidden;}
.fw3 li{ width:16%; float:left; text-align:center;}
.fw3 li p{ margin-top:15px;}

        .cc_con1 {
            overflow: hidden;
            background: #f0f0f0;
            height: 188px;
            margin-bottom: 50px;
            margin-top: 30px;
        }
        
        .cc_con1 h3 { background-color:#06a496;
            text-align: center;
            width: 33%;
            padding-top: 28px;
            font-size: 30px;
            color: #fff;
            font-weight: normal;
            height: 188px;
            float: left;
        }
        
        .cc_con1 h3 i {
            display: block;
            font-size: 20px;
            height: 50px;
            font-style: normal
        }
        
        .cc_con1 h3 em {
            display: block;
            font-size: 14px;
            text-align: center;
            font-style: normal
        }
        
        .cc_con1 h3 em span {
            display: block;
            font-size: 24px;
        }
        
        .cc_con1 p {
            float: right;
            width: 64%;
            padding: 19px 13px 0 0;
            color: #666;
            font-size: 14px;
            line-height: 34px;
            padding-right: 60px;
        }
        
        .cc_con1 p em {
            display: block;
            padding-top: 9px;
            color: #0084e9;
            font-size: 16px;
            line-height: 23px;
        }
        
        .cc_con1 p em i {
            display: block;
        }
        
        .cc_con1 p em span {
            padding-left: 68px;
        }


.sycpdh{ width:100%; margin:15px auto;overflow: hidden;}
.sycpdh li{     width: 14.6%;    font-size: 16px;
    float: left;
    text-align: center;
    /* background-color: #ddd; */
    margin: 0 1% 1%;
    line-height: 35px;
    border: 1px solid #06a496;
    /* box-shadow: inset 0 0 6px #EAE5E5; */
    border-radius: 10px;
    border-right: 20px solid #06a496;}
.sycpdh li a:hover{ color: #ffffff;
    background-color: #06a496;
    display: block;
    border-left: ridge;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	font-size: 16px;}


 @media screen and (max-width: 1400px) {
.wrap {
	width: 90%;
	margin: 0 5%;
}
.tmid, .mys,.m3m {
	display: none;
}
.m1 {
	margin-bottom: 0;
}

.mleft {
	width: 25%;
	margin-right: 2%;
}
.mright {
	width: 73%;
}
.sycpzs {
	margin-right: 0;
	margin-left: 0;
}
.sycpzs li {
	width: 23%;
	margin: 0 1% 2%;
	border: 0;
}
.sycpzs li:hover .box {
	display: none;
}
.mab1 {
	width: 50%;
}
.mabimg {
	width: 45%;
	margin-left: 5%;
}
.nyban {
	height: auto;
}

.nyimg {
	height: auto;
}
.rxcp li {
	width: 48%;
	box-sizing: border-box;
	margin: 1%;
}
.nymstxt {
	height: 150px;
	overflow: hidden;
}
.lxfs {
	display: none;
}
.mainCon dt {
	width: 40%;
	margin-left: 5%;
}
.mainCon dd {
	width: 55%;
}
#mynav {
	width: 100%;
	left: 0 !important;
}
.promenu ul {
	margin: 0 auto;
}
.new2, .new3 {
	width: 48%;
}
.new3 {
	margin-left: 4%;
}
.m621 {
	display: none;
}
.m62c {
	width: 100%;
}
.mys,.mfw{display:none;}
}
 @media screen and (max-width: 1300px) {
.index_body_si,.body_er_nei_er{ display:none;}
.index_body_er{ padding-top:30px;}
.index_body_wu{ display:none;}
.index_body_san .index_body_san_nei .er_nei_body .nei_body_left{ width:50%;}
.index_body_san .index_body_san_nei .er_nei_body .nei_body_right{ width:50%; left:auto; right:0;}
.index_body_ba .body_ba_nei a{ width:23%; margin:0 1%;}
 }

 
 @media screen and (max-width: 980px) {
.tmid {
	display: none;
}
.index_body_ba{ display:none;}
.top2 .top2_daohang{ display:none;}
.bottom_nei_left{ display:none;}
.bottom .bottom_nei .bottom_nei_right{ width:100%;}
.sjnav{ display:block; overflow:hidden;}
.sjnav .wrap{ width:100%; margin:0;}
.sjnav li{ width:16.666%; float:left; text-align:center;     background-color: #00bbab; line-height:35px;}
.sjnav li a{ color:#ffffff;}

.xwshow_title .time1{ float:none; display:block;}
.xwshow_right ul li{ height:auto;}
.f2,.fcp,.f3 { display:none;}
.foot .f1 {
	width: 60%;
}
.foot dl.fwx {
	width: 30%;
}
.head{ padding:0;}
.logo {
	width: 50%;
	text-align: left;
	margin-bottom: 0;
}
.tel{ width:50%; float:right; text-align:right; height:auto; line-height:80px;}
.mleft{
	display: none;
}
.mright{ width:100%;}
.ser-show{ padding: 30px 0; }
.ser-show h1{ font-size: 30px; }
.ser-show p{ line-height: 24px; }
.sp{ display:none;}
.m3c{ width:100%; padding:0;}
.m33 li{ width:33%;}
.m3{ padding-top:0;}
}
@media screen and (max-width: 800px) {
.nyban img {
	display: none;
	width: 100%;
}
 
.sycpdh li{ width:31.3%; margin:0 1% 2%;}
.m1{ clear:both; margin-top:30px;}
#sjslideBox {
	display: block;
}
#slideBox {
	display: none;
}
.top1 {
	display: none;
}
.top2 {
	height: auto;
}
.head {
	padding: 0;
}
.m51 {
	display: none;
}
.m52 {
	width: 100%;
}
.nav .wrap {
	width: 100%;
	margin: 0;
}
.banner {
	margin-bottom: 40px;
}
.sjtel {
	display: block;
	text-align: center;
	padding: 20px 0;
}
.sj {
	display: block;
}
.dn,.side {
	display: none;
}
.nav {
	height: 80px;
	line-height: 40px;
	width: 100%;
	overflow: hidden;
	background-image: none;
	background-color: #d30d04;
}
.nav li {
	width: 33.33333%;
	border-bottom: 1px #fb2b17 solid;
	border-right: 1px #fb2b17 solid;
	box-sizing: border-box;
}
.nav li a, .nav li:last-child a {
	color: #fff;
	border: 0;
}

.mab1 {
	width: 98%;
	margin: 0 1%;
}
.mab2 li {
	width: 33.3333%;
}
.mabimg, .about {
	display: none;
}

.g_title .l2 {
	display: none;
}
.conp {
	width: 98%;
	margin: 0 1%;
}
.n_news li {
	width: 98%;
}
.mcon {
	width: 98%;
	margin: 0 1%;
}
.nymstxt {
	height: 90px;
	overflow: hidden;
}
.nyimg {
	width: 98%;
	margin: 1%;
}
.nyms {
	width: 98%;
	margin: 1%;
}
.zx li {
	width: 48%;
}
.bq {
	margin-bottom: 40px;
}
.fhdb {
	display: none;
}
.m5 {
	margin-bottom: 30px;
}
.bottom_di{ margin-bottom:40px;}
.fdh {
	display: block;
	line-height: 40px;
	height: 40px;
	background-color: #222222;
	width: 100%;
	display: block;
	position: fixed;
	z-index: 99999;
	bottom: 0px;
	color: #FFF;
}
.fdh li {
	width: 33.33333333%;
	float: left;
	display: block;
	text-align: center;
	border-right: 1px #ddd solid;
	box-sizing: border-box;
}
.fdh .li {
	background-color: #d30d04;
}
.fdh a {
	color: #FFF;
}
.nynav {
	display: none;
}
.nylx {
	display: none;
}
.nycontact .dt, .nycontact ul {
	width: 100%;
}
.nycontact li {
	text-align: center;
}
.gsjj {
	background-size: cover;
}
.jjgd {
	margin-left: auto;
	margin-right: auto;
}
.mcon {
	font-size: 14px;
}
.m_top {
	padding: 30px 0;
}
.mabout {
	padding: 50px 0;
}
.nyl, .nyr {
	width: 98%;
	margin: 0 1%;
}
.nyl {
	text-align: center;
	margin-bottom: 20px;
}
.newt, .mat h2, .prodTitle,.rx_tit span {
	font-size: 26px;
}
.prodTitle {
	background: url(../images/mrt1.jpg) 2px 0 no-repeat;
}
.mnew1, .mnew2 {
	width: 98%;
	margin: 0 1% 2%;
}
.prenext .next, .prenext .pre {
	width: 98%;
	margin: 0 1%;
	text-align: left;
}
.n_news li .box {
	padding: 0;
	height: auto;
	padding-bottom: 10px;
}
.n_news .date_box {
	display: none;
}
.n_news li {
	padding: 0;
}
.mat {
	margin-bottom: 10px;
}
.mrtit {
	font-size: 16px;
}
.two-box p, .gy p {
	text-indent: 0;
	padding: 0 10px;
}
.two-box {
	width: 98%;
	margin: 0 1%;
}
.mainCon {
	margin-top: 0;
}
.mainCon dt {
	width: 100%;
	display: none;
}
.mainCon dd {
	width: auto;
	padding: 20px;
	position: relative;
	top: 0;
	height: auto;
}
.mainCon dd .more {
	left: auto;
	margin: 0 auto;
	position: relative;
	bottom: 0;
	height: 40px;
	line-height: 40px;
}
.mainCon dl {
	height: auto;
}
.nyban h2 {
	font-size: 26px;
}
.nybancon {
	width: auto;
	padding: 20px;
}
.way-map {
	display: none;
}
.way-info {
	width: 100%;
	padding-top: 20px;
}
.way-con {
	padding-top: 20px;
}
.mmap dd {
	width: 98%;
}
.m1 .fcp dl {
	width: 48%;
	margin-bottom: 2%;
}
.cpxgxw li {
	width: 98%;
}
.new2, .new3 {
	width: 98%;
	margin: 0 1% 30px;
}
.list2 {
	padding-bottom: 0;
}
.xwshow_right ul li{ width:98%; float:none;}
.xwshow_right ul{ margin:0 auto;}
.xwshow_right p{ margin-top:0;}
.index_body_san .index_body_san_nei .er_nei_body .nei_body_right{ display:none;}
.index_body_san .index_body_san_nei .er_nei_body .nei_body_left{ width:100%; height:auto;}
.index_body_san .index_body_san_nei .er_nei_body{ margin-top:20px;}
.index_body_yi{ display:none;}
.abot_body{ margin-top:30px;}
.abot_body .abot_body_xun{ width:48%;}
.ser-show h1{ font-size: 26px; }
.m33 ul{ width:100%;}
.fw2 dl{ width:98%;}
.fw3 li{ width:33%; margin-bottom:2%;}
.p4-order-form-1-con label{ text-align:left;}
.p4-order-form-1-con{ padding:30px 20px;}
.p4-order-form-1-con .inputs, .p4-order-form-1-con li select,.p4-order-form-1-t1 textarea{ width:100%;}
.cc_con1 p{ display:none;}
.cc_con1 h3{ width:100%;}
.news-lj{ display:none;}
}
@media screen and (max-width: 640px) {
.index_body_erpro {
    width: 100%;
    background: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 70px;
}
.pro_detail_top_l {
    width: 100%;
}

.pro_detail_top_r {
    width: 100%;
    position: relative;
    padding-bottom: 70px;
}

.pro_detail_top_r_infor {
    padding: 0 5% 72px 5%;
}

.pro_detail_top_r_tel {
    display: none;
}

.pro_detail_top_r_infor {
    padding: 0 5% 2px 5%;
}

.pro_detail_top_r {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}
.index_body_erpro {
    width: 100%;
    background: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 0px;
}
.home666 {     display: none;
}
.case_detail_tit h1 {
    position: relative;
    z-index: 2;
    font-size: 24px;
    color: #080808;
    line-height: 40px;
    font-weight: 900;
    width: 90%;
    margin: auto;
    padding-bottom: 5%;
}
.news_detail_con_l_main {
    box-shadow: 0 0 6px #999;
    background: #fff;
    margin-top: 0;
    border-radius: 15px;
    padding-bottom: 50px;
}
.case_detail_tit p {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    display: none;
}
.news_detail_con_l {
    width: 100%;
    box-sizing: border-box;
}
.news_detail_con_r {
    width: 24%;
    margin-top: 25px;
    display: none;
}
.news_detail_con_l_desc p {
    font-size: 16px;
    color: #0f4c82;
    line-height: 30px;
    text-align: left;
    text-indent: 35px;
}
.news_detail_con_l_box {
    padding: 0 3%;
    line-height: 1.8;
    font-size: 18px;
    color: #666;
}
 .news_detail_con_l_desc {
    background: #edf6ff url(../images/news_detail_con_l_desc_bg.png) no-repeat left top;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 5px 3px -1px #eaeaea;
    padding-left: 3%;
    padding-right: 3%;
}
.wrap {
    width: 100%;
    margin: 0;
}
.pro_detail_con_r {
    width: 24%;
    position: relative;
    top: -60px;
    float: right;
    display: none;
}

.pro_detail_con_l {
    width: 100%;
}
.pro_detail_con_l h2 { text-align:center;
 
}
.pro_detail_con_l video {
    border-radius: 10px;
    outline: 0;
    width: 100%;
}


	.tel {
    display: none;
}
.sycpzs li {
	width: 48%;
	border: 1px #dddddd solid;
	box-sizing: border-box;
}
.sjnav li{ width:33.3333%; font-size:14px;}
.sjnav li a{ display:block; border: 1px #ffffff solid; margin-top:-1px; margin-left:-1px;     font-weight: bold; font-size: 16px;}
 
.logo {
    width: 95%;
    text-align: center;
    margin: auto;
    float: none;
	
}
.m-form .tit {
    font-size: 16px;
    color: #000000;
    line-height: 42px;
    margin-bottom: 20px;
    display: none;
}
.mat h2 {
	margin-bottom: 0;
}
.mat div {
	display: none;
}
 
.sjal {
	display: block;
}
.cp_list li, .hot_anl li {
	width: 48%;
	margin: 0 1% 2%;
}
.cpzs li, .cpfl li {
	width: 48%;
}
.fwx, .flx, .flx1 {
	width: 100%;
	text-align: center;
	margin: 0;
}
.about {
	float: none;
	margin: 0;
	width: 100%;
}
.nybancontact {
    width: 100%;
    text-align: center;
    /* margin-bottom: 30px; */
	    display: none;
}
.index_body_er {
    padding-top: 0;
}
.nyban {
	margin-bottom: 20px;
}
.gyul li img {
	width: 80%;
}
.nycp2 li {
	width: 48%;
}
.bq .fr {
	display: none;
}
.bq {
	text-align: center;
}
.m72 span, .mm {
	display: none;
}
.daodu {
	padding: 10px;
}
.mainCon dd {
	padding: 10px;
}
.mainCon dd h3 {
	font-size: 18px;
	text-align: center;
	display: none;
}
.mainCon dd h4 {
	text-align: center;
	display: none;
}
.mainCon dd p {
	margin-top: 0;
}
.mainCon dd .p0{ display:none;}
.n_news li h3 {
	font-size: 16px;
	margin-bottom: 0;
	padding-top: 0;
}
.n_news li {
	margin-bottom: 10px;
}
.newt, .mat h2, .txt_name, .g_title .l1 {
	/*font-size: 22px;
	line-height: 28px;*/
}
.prodTitle {
	font-size: 22px;
	line-height: 30px;
}

.mainCon {
	padding: 40px 0;
}
.foot dl {
	width: 100%;
}
.foot .f1 {
	margin-left: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	float: none;
}
.foot .fwx {
	width: 100%;
	margin: 20px auto auto;
	text-align: center;
	float: none;
	padding-top: 0;
}
.foot dl dt:after {
	display: none;
}
.foot dl.fwx dt {
	margin-bottom: 0;
}
.foot dl.fwx dt{ text-align:center;}
.foot{ padding-top:20px;}
.list1 {
	margin-bottom: 20px;
	display: none;
}
.list1 li {
	width: 50%;
}
.proonedetailfltel {
	width: 100%;
	margin: 0 auto 2%;
	text-align: center;
	text-indent: 0;
}
.list2 .mfbj {
	width: 100%;
	margin: 0 auto 2%;
}
.nyms {
	margin-bottom: 0;
	padding-bottom: 0;
}
.m71 {
	display: none;
}
.xwshow_title h4 {
	font-size: 16px;
}
.xwshow_title .time1 {
	display: none;
}
.foot dl dt{ padding-bottom:0;}
.way-con{ margin-top:20px;}
.way-info h3{ margin-bottom:20px;}
.cont-way{ padding-bottom:30px;}
.nch1 li .imgZoom{ width:100%; float: none; display:none;}
.index_body_qi .body_qi_nei .qi_nei_body .nei_body_xun{ width:98%; height:auto;}
.index_body_qi .body_qi_nei .qi_nei_body .nei_body_xun .body_xun_body .xain{ margin-top:25px;}
.index_body_qi .body_qi_nei .qi_nei_body .nei_body_xun .body_xun_body{ height:auto;}
.index_body_er .er_nei_title p:nth-child(1){ font-size:24px;}
.index_body_qi .body_qi_nei .qi_nei_body .nei_body_xun .body_xun_title{ padding: 15px;}
.ser-show h1{ font-size: 24px; }
.ser-show ul{ margin-top: 20px; }
.ser-show ul li{ padding: 30px; }
.ser-show ul li b{ display: none; }
.ser-show ul li h3{ font-size: 18px; }
.ser-show ul li img{ width: 60px; height: auto; }
.ser-show{ padding: 20px 0; }
.m3 .m1t h2{ font-size:24px;}
.m3 .m1t{ text-align:center;}
.m3 .m1t div{ margin:0 auto;}
.index_service_tit .desr {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #666;
}

.index_service_con_l {
    width: 31%;
    margin-left: -1.5%;
    display: none;
}
.index_service_con_l {
    width: 31%;
    margin-left: -1.5%;
    display: none;
}
.index_service_con_r {
    padding-top: 40px;
    width: 100%;
}
.index_service_con_r ul li {
    float: left;
    width: 50%;
    margin-left: 0px;
    text-align: center;
}
.index_service_con_r ul li>div {
    width: 121px;
    height: 121px;
    margin: 0 auto;
    border-radius: 50%;
    border: 8px solid #dbebff;
    display: none;
}
.index_service_con_r ul li:first-child {
    margin-left: 0px;
}
.index_service_con_r {
    padding-top: 0px;
    width: 100%;
}
.com_zi h3 {
    text-align: center;
    margin-bottom: 30px;
    color: rgb(0, 0, 0);
    font: bold 34px / 40px 微软雅黑;
    font-size: 26px;
}
.m1gd a {
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    /* border: 1px #272937 solid; */
    border-radius: 10px;
    background-color: #06a496;
    color: #fff;
    margin: auto;
}
.hometit h2 {
    font-family: "Microsoft JhengHei","Helvetica Neue","Microsoft YaHei",Helvetica,STHeiTi,sans-serif;
    text-align: center;
    line-height: 1;
    font-size: 32px;
    margin-bottom: 15px;
    color: #0e0e0e;
    font-size: 24px;
    margin-bottom: 30px;
}
.hometwofl {
    display: none;
}
.hometwofr li i {

    width: auto;

}
.home6 .sty2 .titbox .h_tit {
    font-size: 24px;
}
.titbox .titzs {
 
    font-size: 30px; display: none;
    
}
.hometwofr {
    width: 100%;
}

.home6 .sty2 .hzhbbox {
    margin: -25px -6.05263% 0 -4.01316%;
    display: none;
}
.w {

    margin: 0 auto;
    width: 100%;
}
.home6 .sty3 {
    padding: 36px 294px 53px 234px;
    background: #efefef;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    padding: 0px;
	padding-bottom: 10%;
}
.home6 .sty3 .titbox .h_tit {
    color: #009e70;
    letter-spacing: 8px;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    margin: auto;
    width: 100%;
	margin-top: 5%;
}
.home6 .sty3 .titbox .text {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 32px;
    width: 90%;
}
.home6 .sty3 form p {
    width: 100%;
    float: left;
    position: relative;
	    margin-top: 20px;
}
.home6 .sty3 form .icontext {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 10%;
}

.home6 .sty3 form .submit {
    width: 50%;
    height: 54px;
    background: #06a496;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 54px;
    display: block;
    margin-top: 45px;
    float: none;
    transition: all linear 0.3s;
    margin: auto;
    margin-top: 15%;
    overflow: hidden;
    border-radius: 10px;
}
.flink {display: none;}

.jishu_peiji_right p {
    font-size: 16px;
    color: #727171;
    line-height: 27px;
    margin-bottom: 40px;
}
.jishu_peiji_right {
    float: right;
    width: 100%;
}
.jishu_peiji_left {
    float: left;
    width: 42%;
    display: none;
}
.jishu_peiji {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
}
.lc {
    margin-top: 53px;
    width: 100%;
    overflow: hidden;
    display: none;
}
.capacity {
    width: 100%;
    margin: 0px auto 0;
    overflow: hidden;
}
.capacity .companytitle p {
    text-align: center;
    font-size: 16px;
    text-indent: 0;
    margin-bottom: 10px;
}
.gjhz {
    margin: 30px auto 40px;
    overflow: hidden;
    width: 100%;
}	
.companytitle h3 {
    font-size: 26px;
    text-align: center;
    color: #000;
    line-height: 52px;

}
.con_tit {
    width: 100%;
    background: url(../images/con_bj.jpg) repeat;
    overflow: hidden;
    display: none;
}
.contact {
    width: 1326px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 35px;
    display: none;
}
 .lianxi h3 {
    font-size: 20px;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: black;
    cursor: pointer;
    padding: 10px;
    border: #06a496 1px solid;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.wraply {
    width: 100%;
    margin: 0;
}
.fleft {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.fright {
    width: 100%;
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.m-form .form .sub {
    width: 50%;
    height: 45px;
    float: left;
    border-radius: 10px;
    background-color: #ffb900;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    background: url(../images/form-bg2.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
}
.m-form .form .name {
    width: 100%;
    margin-right: 0;
}
.m-form .form .telphone {
    width:100%;
    text-align: left;
}
.m-form .form .area {
    width: 100%;
    height: 106px;
    padding: 10px 20px;
    margin-right: 2%;
    border-radius: 10px;
    resize: none;
}
.service_list li {
    padding-bottom: 30px;
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.new-list-top {
    margin-bottom: 70px; display:none;
}
.new-list-bottom .ul-list li { padding: 0; padding-bottom: 3%;}

.new-list-bottom .ul-list li .data {
    float: left;
    width: 5%;
    position: relative;
    display: none;
}

.new-list-bottom .ul-list li .center-box h3 a {
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
    font-weight: 900;
}

.center-box {
    overflow: hidden;
    float: left;
    width: 75%;
    padding: 15px 10% 0 2%;
}
.new-list-bottom .ul-list li .center-box h3 {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-list-bottom .ul-list li .center-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-list-bottom .ul-list li .right-pic {
    float: right;
    width: 22%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 5%;
    margin-right: 3%;
}




}
 @media screen and (max-width: 520px) {
.synew2 .date {
	display: none;
}
.synew2 .new_desc {
	width: 100%;
}
.sycpzs li span{ font-size:14px;}

.index_body_qi .body_qi_nei .qi_nei_body,.index_body_six .body_six_nei .six_nei_body{ padding-top:20px;}
.m33{ display:none;}
.fw2 ul{ width:100%; margin:0 auto 20px;}


}
@media screen and (max-width: 480px) {
.sjlb li {
	width: 48%;
}
.cp_erNav li a {
	font-size: 14px;
}
.foot .f1 {
	width: 60%;
}
.nav li a {
	font-size: 14px;
}
.n_news li a {
	margin-bottom: 0;
}
.n_news .date_box strong {
	font-size: 28px;
}
#divMainTab ul {
	width: 100%;
}
#divMainTab li {
	width: 48%;
	margin: 0 1%;
	box-sizing: border-box;
}
.bottom .bottom_nei .bottom_nei_right a{ display:block; margin:0 auto; width:80%; text-align:center;}
.bottom .bottom_nei .bottom_nei_right a:nth-child(1){ margin:0 auto 15px;}
.bottom .bottom_nei .bottom_nei_right a div:nth-child(1){ padding:0; background-image:none;}
.chuizhi{ display:block;}
.maincont_r{ width:100%;}
.abot_body .abot_body_xun{ width:98%;}
.abot_body .abot_body_xun div:nth-child(3){ padding-bottom:0;}
.abot_body .abot_body_xun div:nth-child(2){ margin:10px auto;}

.ser-show ul li{ width: 48.5%; margin-bottom: 10px;  padding: 20px; }
.ser-show ul li{}
.ser-show ul li h3{ font-size: 16px; margin-bottom: 5px; }
.ser-show ul li img{ width: 52px; height: auto; }
.ser-show p{ display: none; }
.ser-show ul{ margin-top: 10px; }
.fw3 li{ width:50%;}
.sycpdh li{ width:48%;}
}


 .tpl-lxfs1-wrap {
            padding: 0 10px;
            margin: 0 auto 50px; overflow:hidden;
        }
        
        .tpl-lxfs1-wrap .tpl-lxfs1-bdl {
            font-family: "微软雅黑";
            color: #333;
            margin: 10px 20px 20px 0
        }
        
        .tpl-lxfs1-wrap .tpl-lxfs1-bdl > span {
            font-size: 24px;
            font-weight: bold;
            display: block;
            margin-bottom: 20px
        }
        
        .tpl-lxfs1-wrap .tpl-lxfs1-bdl > p {
            line-height: 45px;
            padding: 0 0 14px 60px;
            margin-top: 14px;
            border-bottom: 1px solid #ddd;
            overflow: hidden;
            white-space: normal;
            font-size: 16px;
        }
        
        .tpl-lxfs1-wrap .tpl-lxfs1-bdr {
            float: left;
            min-width: 320px;
            float: left;
            padding-top: 10px;
            width: 100%;
        }
		.p1{background:url(../images/1eb6c61f6608446b82c0f60a24f40a4e_6.jpg) left top no-repeat;}
		.p2{background:url(../images/1eb6c61f6608446b82c0f60a24f40a4e_6.jpg) left top no-repeat;}
		.p6{background:url(../images/nylxi6.png) left top no-repeat;}
		.p4{background:url(../images/1eb6c61f6608446b82c0f60a24f40a4e_12.jpg) left top no-repeat;}
		.p5{background:url(../images/1eb6c61f6608446b82c0f60a24f40a4e_14.jpg) left top no-repeat;}
        
        @media (min-width: 768px) {
            .tpl-lxfs1-wrap .tpl-lxfs1-bdr {
                float: left;
                min-width: 300px;
                width: 57.60%;
                float: left;
                padding-top: 10px
            }
            .tpl-lxfs1-wrap .tpl-lxfs1-bdl {
                float: left;
                min-width: 300px;
                width: 40.58%;
                font-family: "微软雅黑";
                color: #333;
                margin: 10px 20px 20px 0
            }
            .tpl-lxfs1-wrap .tpl-lxfs1-bdl > p {
                line-height: 45px;
                padding: 0 0 14px 60px;
                margin: 0;
                margin-top: 14px;
                border-bottom: 1px solid #ddd;
                overflow: hidden;
                white-space: normal
            }
			
            
        }
        
@media (max-width: 640px) {
	.tpl-lxfs1-wrap .tpl-lxfs1-bdl > p{ padding:0; font-size:14px; line-height:30px;}
	.p1,.p2,.p3,.p4,.p5,.p6{ background-image:none;}
	.tpl-lxfs1-wrap .tpl-lxfs1-bdl{ margin:0;}
	.cc_con1{ margin-bottom:20px;}
	.tpl-lxfs1-wrap .tpl-lxfs1-bdl {
    margin: 0;
    margin-top: 10%;
}
	}