@charset "utf-8";
/* CSS Document */


body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.t10 {
	margin-top: 10px;
}
.t20 {
	margin-top: 20px;
}
.t30 {
	margin-top: 30px;
}
.lx { border-bottom: 2px solid #eee;}
.ico {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #1048a0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}

 @keyframes myfirst {
0% {
 transform: translate(0px, 0px);
}
 50% {
 transform: translate(0px, -10px);
}
 100% {
 transform: translate(0px, 0px);
}
}
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



/*top_main*/
.top_main {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
	z-index: 80;
	background-color: #f2f2f2;
	color: #333333;
	font-size: 12px;
	border-bottom: 1px solid #e0e0e0;
}
.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.top_main li a {
	color: #333333;
	cursor: pointer;
}
.top_main li a:hover {
	color: #1048a0;
}
.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #666;
	vertical-align: middle;
	margin: 0;
}
/*header_main*/
.header_main {
	width: 100%;
	height: 130px;
	z-index: 100;
	background: #fff;
}
.header_main .logo {
	width: 820px;
	height: 90px;
	display: block;
	margin-top: 15px;
}
.header_main .logo img {
	width: 100%;
	height: 100%;
	display: block;
}
.header_main .tel {
	width: 330px;
	height: 95px;
	background: url(../images/toptel.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
}
.header_main .tel span {
	font-size: 30px;
	font-weight: bold;
	color: #0185d0;
	font-family: arial;
}
.header_main .tel s {
	width: 57px;
	height: 57px;
	float: left;
	margin-right: 10px;
	background-position: 0 0;
}
.header_main .search {
	width: 300px;
	height: 41px;
	line-height: 41px;
	margin-top: 38px;
	border: 2px solid #1048a0;
	position: relative;
	float: right;
}
.header_main .search * {
	font-family: arial;
}
.header_main .search .sbtn {
	width: 100px;
	height: 45px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: -2px;
	top: -2px;
	background: #1048a0;
	cursor: pointer;
}
.header_main .search .stxt {
	width: 200px;
	padding-left: 10px;
	height: 41px;
	line-height: 41px;
	border: 0px;
	background: none;
	outline: none;
	color: #999;
}
.nav_main {
	width: 100%;
	height: 54px;
	line-height: 54px;
	background: #1048a0;
	position: relative;
	z-index: 3;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 54px;
	line-height: 54px;
	position: relative;
}
.nav_main .nav {
	width: 1200px;
	margin: 0 auto;
}
.nav_main .nav li {
	float: left;
	width: 130px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	border-right: 1px solid #0b2d7e;
	text-align: center;
}
.nav_main .nav li:first-child {
	border-left: 1px solid #0b2d7e;
	background: none;
}
.nav_main .nav li:first-child.hover {
	background-color: #0185d0;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li #hover2 {
	background: #0185d0;
}
.nav_main .nav dl {
	width: 129px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 54px;
	z-index: 12;
	border: 1px solid #0185d0;
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 43px;
	height: 43px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #666;
	font-size: 16px;
	padding: 0;
	width: 100%;
	text-align: center;
}
.nav_main .nav dl dd a:hover, .nav_main .nav dl dd a.hover {
	background: #0185d0;
	color: #fff;
}
.nav_main .nav dl dd .three {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
}
.nav_main .nav dl dd:hover .three {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd .three {
	position: absolute;
	left: 118px;
	top: 4px;
	padding-left: 20px;
	color: #666;
	z-index: 10;
	background: url(../images/menu_bg.png) 12px 10px no-repeat;
}
.nav_main .nav dl dd .three a {
	color: #fff;
	width: 100px;
	font-size: 14px;
	background: #0185d0;
	text-align: center;
	display: block;
	height: 33px;
	line-height: 33px;
	border-top: 1px solid #1048a0;
	transition: ease-in-out .2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nav_main .nav dl dd .three a:first-child {
	border-top: none;
}
.nav_main .nav dl dd .three a:hover {
	background: #1048a0;
	color: #fff;
}


.clearfix3:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.topnav{ padding:0 20px; height:34px; line-height:34px; background:#39A4DC;  position:relative; z-index:1;  }
.topnav a{ color:#fff;  }
.topnav .nLi{ float:left;  position:relative; display:inline;  }
.topnav .nLi h3{ float:left;  }
.topnav .nLi h3 a{ display:block; padding:0 20px; font-size:14px; font-weight:bold;  }
.topnav .sub{ display:none; width:100px; left:0; top:34px;  position:absolute; background:#4E4E4E;  line-height:26px; padding:5px 0;  }
.topnav .sub li{ zoom:1; }
.topnav .sub a{ display:block; padding:0 10px; }
.topnav .sub a:hover{ background:#6d6d6d; color:#fff;  }
.topnav .on h3 a{ background:#4E4E4E; color:#fff;   }




.clearfix2:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.navBar{  background:#000; position:relative; z-index:1;   color:#fff; height:40px; line-height:40px;   }
.tnav{ width:980px; margin:0 auto; font-family:"Microsoft YaHei",SimSun,SimHei;  }
.tnav h3{ font-size:100%; font-weight:normal; font-size:14px;  }
.tnav .m{  position:relative; float:left; width:86px; margin:0 10px; display:inline; text-align:center;   }
.tnav .m h3 i{ display:inline-block; *display:inline; zoom:1; width:7px; height:4px; background:url(images/icon.png) 0 -280px no-repeat; overflow:hidden; margin:-2px 0 0 5px; 
	vertical-align:middle; filter:alpha(opacity=50);opacity:0.5; 
}
.tnav h3 a{  zoom:1;  height:16px; line-height:16px; padding:12px 0;  display:block; color:#fff }
.tnav .on h3 a{padding:11px 0;  border-bottom:2px solid #c00;   }
.tnav .on h3 a i{ filter:alpha(opacity=100);opacity:1;  }
.tnav .sub{ display:none; /*默认隐藏*/ width:108px; padding:10px 0;  position:absolute; left:-10px; top:40px;  background:#eee;  float:left; line-height:30px; 
}
.tnav .sub li{ text-align:center;  }
.tnav .sub li a{ color:#333; display:block; zoom:1;}
.tnav .sub li a:hover{  background:#ddd; color:#c00;   }
.tnav .sub dl{ display:inline-block; *display:inline; zoom:1; vertical-align:top; padding:15px 29px; line-height:26px;  }
.tnav .sub dl a:hover{ color:#c00;  }
.tnav .sub dl dt a{ color:#000;  }
.tnav .sub dl dd a{ color:#999; padding-left:7px; background:url(images/icon.png) 0 -332px no-repeat;  }

.tnav #m2 .sub{ z-index:1; width:980px; left:-116px;  }



/*20191107 新底部CSS by shenlag*/
.footer{width: 100%;background-color: #323030;padding-top: 10px; margin-top: 20px; overflow: hidden; }
.footer_nav{ height:45px; line-height:45px; border-bottom:1px solid #434343; overflow:hidden; margin-bottom: 20px;}
.footer_navlist{ width:800px; margin:0 auto;}
.footer_navlist li{ float:left; color:#FFF; text-align:center;}
.footer_navlist li a{ display:inline-block; padding:0 10px; color:#929292;}

.footer .footer_lxwm{width: 440px;}
.footer .footer_lxwm .title{color: #ffffff;font-size: 16px;background: url('../images/01.png')no-repeat 0px 5px;text-indent: 30px;}
.footer .footer_lxwm ul{color: #929292;margin-top: 10px;text-indent: 30px;}
.footer .footer_lxwm ul li{height: 30px;line-height: 30px;}


.footer .webname { margin:20px 20px 0 20px;}

.footer .footnav { width: 300px;}
.footer .footnav  .title{color: #ffffff;font-size: 16px;background: url('../images/08.png')no-repeat 0px 0px;text-indent: 30px;}
.footer .footnav  ul{color: #929292;margin-top: 10px;text-indent: 30px;}
.footer .footnav  ul li{width: 140px; height: 30px;line-height: 30px;float: left; font-size: 15px;}
.footer .footnav  ul li a {color: #929292;}

.footer .ewm{}
.footer .ewm .title{color: #ffffff;font-size: 16px;background: url('../images/00.png')no-repeat 0px 2px;text-indent: 30px;}
.footer .ewm img {margin: 10px 0 0 30px;width: 116px;height: 116px;}
.footer .ewm .nr {margin-left:20px; color: #929292; }

.footer .youqing_links{width: 300px;}
.footer .youqing_links .title{color: #ffffff;font-size: 16px;background: url('../images/02.png')no-repeat 0px 5px;text-indent: 30px;}
.footer .youqing_links ul{margin-top: 10px;text-indent: 30px;}
.footer .youqing_links ul a{color:#929292;}
.footer .youqing_links ul li{height: 30px;line-height: 30px;}


.footer .erweima{width: 100px;height: 140px;}
.footer .erweima img{display: block;width: 100px;height: 100px;}
.footer .erweima .txt{height: 40px;line-height:40px;text-align: center;color: #929292;}

.footer .frlink { overflow: hidden;}
.footer .frlink ul li { float: left;color: #929292; margin-right:5px;line-height: 24px;}
.footer .frlink ul li a{color: #929292;}

.footer .botcopy{height: 40px; line-height: 40px; border-top: 1px solid #434343;color: #929292;margin-top: 20px; overflow: hidden;} 
.footer .botcopy a{color: #929292;}
/*----------------底部公共部分结束--------------------*/



/*20191114 banner*/
.slideBox {width:100%; height:410px; overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:50%; bottom:25px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; border-radius: 50%;line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#136FE2; color:#136FE2;  opacity:1;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{width:100%; height:410px; display:block;  }

.slideBox .prev,
.slideBox .next{ position:absolute; left:12%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:12%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }



/*首页产品列表*/
.proshow {overflow: hidden;}
.proshow .prolist {width: 245px;}
.proshow .prolist .title {background: url(../images/bg5.jpg) no-repeat left;height: 80px;color: #fff;font-size: 24px;line-height: 80px;text-align: center;font-weight: bold;}
.proshow .prolist .comt {background: #fff;}
.proshow .prolist .comt ul {border: 1px solid #ddd;}
.proshow .prolist .comt ul li a {background: #fff url(../images/tb9.png) 213px center no-repeat;border-top: 1px solid #eaeaea;line-height: 60px;height: 60px;display: block;padding-left: 25px;font-size: 14px;}
.proshow .prolist .comt ul li:hover a, .proshow .list .comt ul li.hover a  {background: #1048a0 url(../images/tb11.png) 213px center no-repeat;font-weight: bold;color: #fff;}
.proshow .prolist .comt ul li.hover a {background: #1048a0 url(../images/tb11.png) 213px center no-repeat;font-weight: bold;color: #fff;}

.proshow .prolist .comt ul li .boxlist {
	padding: 0;
	display: none;
	border: none;
}
.proshow .prolist .comt ul li .boxlist li {
	line-height: 50px;
	background: #b1aeae;
}
.proshow .prolist .comt ul li .boxlist li a {
	height: 40px;
	padding-left: 45px;
	color: #333;
	font-weight: normal;
	border-bottom: 0;
	line-height: 40px;
	background: #f6f6f6 url(../images/tb12.png) 26px center no-repeat;
	border-top: none;
}
.proshow .prolist .comt ul li .boxlist li a:hover, .proshow .prolist .comt ul li .boxlist li a.hover {
	color: #1048a0;
	font-weight: bold
}
.proshow .prolist .comt ul li.hover .boxlist {
	display: block;
}



.proshow .show {width: 930px;}
.in_title {text-align: center;margin: 0 auto;}
.in_title .entit {margin-bottom: 10px;font: normal 30px "AvantGarde Bk BT";color: #666;}
.in_title .tit {width: 300px; height: 36px; margin: 0 auto;font-size: 30px;font-weight: bold;text-align: center;color: #1048a0; margin-bottom: 15px;}
.in_title .tit span {float: left;margin-left: 40px;}
.in_title .tit em {display: block;width: 50px;height: 2px;margin-top: 16px;background: #ccc;}

.proshow .show .showbox {}

.showbox li {float: left; margin-right:15px; height: 230px;}
.showbox li:nth-child(4n+0) { margin-right: 0; float:right;}
.showbox li .showimg {}
.showbox li .showimg  img{ width: 221px; height: 165px;}
.showbox li .showname { width: 221px; height: 45px; background: #eee;  line-height: 45px; text-align: center;}

.showbox li:hover .showname {background: #1048a0; color: #fff;}


.indmore {
	margin-top: 20px;
	overflow: hidden;
}
.indmore .line {
	display: block;
	width: 500px;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}
.indmore .look_more {
	display: block;
	width: 198px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	transition: all .5s;
}
.indmore .look_more:hover {
	background: #1048a0;
	color: #fff;
	transition: all .5s;
	border: 1px solid #1048a0;
}

.index_slip {
	height: 180px;
	background: url("../images/ixbannerbg1.png") no-repeat center center;
	margin-top: 20px;
}
.index_slip .slip_tit {
	width: 772px;
}
.index_slip .slip_tit .tit1 {
	padding-top: 50px;
	font: bold 32px "microsoft yahei";
	color: #64c5ff;
}
.index_slip .slip_tit .tit2 {
	margin-top: 14px;
	font-size: 24px;
	color: #fff;
}
.index_slip .slip_btn {
	display: block;
	margin-left: 124px;
	margin-top: 64px;
	width: 202px;
	height: 57px;
	background: url("../images/ixbanner-btn.png") no-repeat;
	font: bold 20px "microsoft yahei";
	line-height: 56px;
	text-align: center;
	color: #10479f;
}
.index_slip1 {
	background: url("../images/ixbannerbg.jpg") no-repeat center center;
}
.index_slip1 .slip_tit {
	width: 900px;
}
.index_slip1 .slip_btn {
	margin-left: 94px;
}
.index_slip .slip_btn:hover {
	background: url("../images/ixbanner-btn1.png") no-repeat;
}
.index_slip1 .slip_btn:hover {
	background: url("../images/ixbanner-btn1.png") no-repeat;
}
.index_case { background: #eee; height: 160px;}
.index_case .info { padding-top: 20px;}
.index_case .case_m {width:1200px;overflow:hidden; position:relative;height:auto;margin-top:10px;}
.index_case .case_m .bd{}
.index_case .case_m .bd ul{ overflow:hidden; zoom:1; }
.index_case .case_m .bd ul li{ width:152px;  margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;}
.index_case .case_m .bd ul li img{ width:150px; height:68px; display:block; padding:2px;}


.index_zt { overflow: hidden;}
.index_zt .ztinfo {width:642px;height:318px;position:relative;background:url(../images/jsbg.png) no-repeat center;overflow: hidden;}
.index_zt .ztinfo .info {width: 594px; margin-left:30px;font-size:13px;color:rgb(70,70,70);line-height:24px;position: absolute; top: 170px;}


.index_zt .ztnews {width: 450px; height: auto;overflow: hidden;} 

.index_zt .ztnews ul {margin-top: 10px; color: #fafafa;}
.index_zt .ztnews ul li {width: 450px; height: 35px; line-height: 35px; background:#1278d6; margin: 3px 0;text-indent: 20px;}
.index_zt .ztnews ul li:hover{background:#1048a0; }
.index_zt .ztnews ul li span  {float: right; margin-right: 10px;}
.index_zt .ztnews ul li a {color: #fafafa;}

.index_zt .ztpic { display: block; overflow: hidden;}

.index_zt .ztpic {position:relative;overflow:hidden;}
.index_zt .ztpic ul{height:auto;width:1200px;}
.index_zt .ztpic ul li{WIDTH:225px; HEIGHT:auto;float: left;padding-right:15px;}
.index_zt .ztpic ul li img{WIDTH:220px; HEIGHT:165px;display:block;padding:3px;border:1px solid rgb(200,200,200);}
.index_zt .ztpic ul li p{WIDTH:225px; HEIGHT:36px;text-align:center;color:rgb(113,113,113);line-height:36px;}
/*优势*/
#youshi_bg {
	width: 100%;
	height: 750px;
	background: url(../images/ysbg.jpg) center no-repeat;
	position:relative;
}
#youshi_fl {
	width: 513px;
	height: 530px;
	background: url(../images/ztxc.jpg) left no-repeat;
	float: left;
	color: #FFF;
	position:absolute;
	top:185px;

}
#youshi_r {
	width: 810px;
	height: 465px;
	float: right;
	background: rgba(200,232,249,0.85);
	position:absolute;
	top:220px;
	right: 352px;
}
.youshi_p {
	width: 340px;
	float: left;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 45px;
}
.youshi_p:hover {
	-webkit-animation: test 0.4s ease-in 2;
	cursor: pointer;
}
@-webkit-keyframes test {
0% {
transform:translate(0, 0)
}
50% {
transform:translate(0, 5px)
}
100% {
transform:translate(0, 0)
}
}
.youshi_v1 {
	font-size: 46px;
	line-height: 46px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0067d0;
}
.youshi_v2 {
	line-height: 50px;
	font-size: 26px;
	padding-bottom: 5px;
	color: #222;
}
.youshi_v3 {
	width: 55px;
	height: 2px;
	background: #0067d0;
}
.youshi_v4 {
	padding-top: 25px;
	font-size: 14px;
	line-height: 28px; 
}

.index_appic {overflow: hidden;}

.subtit{height:45px;border-bottom: 2px solid #eee; margin-bottom: 20px; overflow: hidden;}
.subtit div.fl{width:auto;height:40px;padding-left:30px;background:url(../images/19.png) no-repeat left center;color:rgb(35,35,35);font-size:18px;line-height:40px;font-weight:bold; display: block;}
.subtit div.fl:hover {background:url(../images/18.png) no-repeat left center; }
.subtit span.fl{width:auto;height:40px;color:rgb(113,113,113);font-size:12px;line-height:40px;margin-left:14px;}
.subtit .fr{width:auto;height:40px;color:rgb(113,113,113);font-size:12px;line-height:40px; margin-right:20px;}
.subtit .fr:hover{color:rgb(255,90,0);}

.index_appic .applist,.index_appic .piclist {width:1200px;height:auto;margin-top:20px;}
.index_appic .applist ul,.index_appic .piclist ul{height:auto;}
.index_appic .applist ul li,.index_appic .piclist ul li {WIDTH:225px; HEIGHT:auto;float: left;padding-right:15px;}
.index_appic .applist ul li img,.index_appic .piclist ul li img{WIDTH:220px; HEIGHT:165px;display:block;padding:3px;border:1px solid rgb(200,200,200);}
.index_appic .applist ul li p,.index_appic .piclist ul li p{WIDTH:225px; HEIGHT:36px;text-align:center;color:rgb(113,113,113);line-height:36px;}





.index_ncenter{width:1200px;height:auto;position:relative; overflow: hidden;}

.ind_wzs { width: 760px;}

.ind_wzs .con {}
.ind_wzs .tt { background: #1278d6; height: 380px; width:270px; border:1px solid rgb(200,200,200); padding: 5px;}
.ttnr {color: #fff;}
.tttp {margin: 15px 0;width: 270px; overflow: hidden;  }
.tttp img {width: 270px;cursor: pointer;transition: all 0.6s;}
.tttp img:hover { transform: scale(1.2);  }
.ttbj{ width: 260px; margin: 0 auto;}
.ttbj .bt {font-size: 16px; margin-bottom: 10px; line-height: 28px; font-weight: bold;}
.ttbj .bt a {color: #fff; text-decoration: none;}
.ttbj .bt a:hover {color: #fff; text-decoration: underline;}
.ttbj .jj {font-size: 14px;line-height: 24px;}

.ind_wzs .wz {width:450px; overflow: hidden;}
.ind_wzs .wz ul {}
.ind_wzs .wz ul li {width:450px; margin-bottom: 20px; overflow: hidden;}
.ind_wzs .wz ul li:last-child{margin-bottom:0;}
.ind_wzs .wz ul li a{display: block;}
.ind_wzs .wz ul li a:after{display: block; content: ''; clear: both;}
.ind_wzs .wz ul li .date{width: 60px;height: 60px;box-sizing: border-box;border:1px solid #ddd;float: left;margin-right: 12px;}
.ind_wzs .wz ul li .date .t{margin-top: 5px;font-size: 24px;color: #303030;text-align: center;}
.ind_wzs .wz ul li .date .ny{display: block;font-size: 12px;color: #777777;text-align: center; }
.ind_wzs .wz ul li .info { width: 375px;}
.ind_wzs .wz ul li .info .t{font-size: 16px; color: #303030; margin-bottom: 6px; margin-top: 7px; font-weight: bold;}
.ind_wzs .wz ul li .info .t:hover {color: rgb(255,90,0);}
.ind_wzs .wz ul li .info .i{font-size: 14px; color: #999999;}


.ind_wds { width: 395px;}
/* 20191107 update by shenlag */
.zt_answer {width: 395px;overflow:hidden; position:relative;}
.zt_answer ul {}
.zt_answer ul li{border-bottom:1px #ccc dashed; margin-bottom: 10px;height:105px;}
.zt_answer ul li a{display:block;}
.zt_answer ul li a span{background:url(../img/ask.jpg) no-repeat left center;overflow:hidden;font-size: 16px;color: #303030;padding-left:35px;font-weight: bold; height: 40px; line-height: 40px;}
.zt_answer ul li a span:hover {color: rgb(255,90,0);}
.zt_answer ul li a p{background:url(../img/ans.jpg) no-repeat left center;overflow:hidden;font-size: 14px;color: #999999; padding-left:35px; margin-bottom: 10px;}


/********.toolbar*********/
.toolbar {
	width: 50px;
	position: fixed;
	right: 1%;
	top: 44%;
	z-index: 999;
}
.toolbar dd {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	position: relative;
	background: url(../images/black20.png) repeat 0 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 7px 0 0 7px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 50px;
	top: 0;
	right: 0;
	overflow: hidden;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -51px;
	background: #0185d0;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: 0 -47px;
}
.toolbar .qq a {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background: #0185d0;
}
.toolbar .tel span {
	background-position: 0 0;
}
.toolbar .tel:hover {
	background: #0185d0;
}
.toolbar .code span {
	background-position: 0 -95px;
}
.toolbar .code:hover {
	background: #0185d0;
}
.toolbar .top span {
	background-position: 0 -142px;
}
.toolbar .top:hover {
	background: #0185d0;
}

/*******内页样式********/
.nybanner {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.nybanner img {
	width: 1920px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.submian {
	padding-bottom: 30px;
}
.submian .sobtitle {
	height: 30px;
	line-height: 30px;
	padding: 10px 0px 10px;
	margin-bottom: 20px;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
}
.submian .sobtitle s {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background-position: -129px -30px;
}
.submian .sobtitle a {
	font-size: 14px;
	color: #333
}
.submian .sobtitle a:hover {
	color: #1048a0;
}
.submian .sobtitle a.now {
	color: #1048a0;
	font-size: 14px;
	font-weight: bold;
}
.submian .sobtitle a.now:hover {
	text-decoration: underline;
}
.submian .subleft {
	width: 245px;
}
.submian .subleft .title {
	background: url(../images/bg5.jpg) no-repeat right center;
	height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;

}
.submian .subleft .bort9 {
	border-top: 9px solid #007eb9;
	border-radius: 5px 5px 0px 0px;
}
.submian .subleft .bor9 {
	border-bottom: 15px solid #eaeaea;
}
.submian .subleft .lefta {
	width: 245px;
	margin-bottom: 10px;
}
.submian .subleft .lefta .title {
	background: url(../images/bg5.jpg) no-repeat left;
	height: 80px;
	color: #fff;
	font-size: 24px;
	line-height: 80px;
	text-align: center;
	font-weight: bold;
}

.submian .subleft .lefta .comt {
	background: #fff;
}
.submian .subleft .lefta .comt ul {
	border: 1px solid #ddd;
}
.submian .subleft .lefta .comt ul li a {
	background: #fff url(../images/tb9.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 14px;
}
.submian .subleft .lefta .comt ul li .box {
	padding: 10px 0px;
	display: none;
}
.submian .subleft .lefta .comt ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}
.submian .subleft .lefta .comt ul li .box a:hover {
	color: #007eb9;
	background: none;
}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a {
	background: #1048a0 url(../images/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li.hover a {
	background: #1048a0 url(../images/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li.hover .box a {
	background: none;
	font-weight: normal;
}
.submian .subleft .lefta .comt ul li.hover .box a.hover {
	color: #007eb9;
	font-weight: bold;
}
.submian .subleft .lefta .comt1 ul li a {
	background: #fff url(../images/jia.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 14px;
}
.submian .subleft .lefta .comt1 ul li .box {
	padding: 10px 0px;
	display: none;
}
.submian .subleft .lefta .comt1 ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}
.submian .subleft .lefta .comt1 ul li .box a:hover {
	color: #007eb9;
	background: none;
}
.submian .subleft .lefta .comt1 ul li:hover a, .submian .subleft .lefta .comt1 ul li.hover a {
	background: #1048a0 url(../images/jia1.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt1 ul li.hover a {
	background: #1048a0 url(../images/jian.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li .boxlist {
	padding: 0;
	display: none;
	border: none;
}
.submian .subleft .lefta .comt ul li .boxlist li {
	line-height: 50px;
	background: #b1aeae;
}
.submian .subleft .lefta .comt ul li .boxlist li a {
	height: 40px;
	padding-left: 45px;
	color: #333;
	font-weight: normal;
	border-bottom: 0;
	line-height: 40px;
	background: #f6f6f6 url(../images/tb12.png) 26px center no-repeat;
	border-top: none;
}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #1048a0;
	font-weight: bold
}
.submian .subleft .lefta .comt ul li.hover .boxlist {
	display: block;
}
.submian .subleft .leftnews {
	margin-bottom: 10px;
	background: #eaeaea;
}

.submian .subleft .leftnews .leftnewscomt {
	background: #fff;
	padding: 10px;
}
.submian .subleft .leftnews .leftnewscomt ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}
.submian .subleft .leftnews .leftnewscomt ul li a {
	font-size: 14px;
	display: block;
	padding-left: 10px;
}
.submian .subleft .leftnews .leftcont {
	background: #eaeaea;
	padding: 10px;
}



.submian .subleft .leftnews .leftcont h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1048a0;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}
.submian .subleft .leftnews .leftcont span {
	line-height: 24px;
	font-size: 12px;
	padding-top: 10px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
}
.submian .subleft .leftnews .leftcont p {
	font-size: 14px;
	color: #333;
	height: 26px;
	line-height: 26px;
}
.submian .subleft .leftnews .leftcont p.n {
	font-size: 16px;
	color: #1048a0;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	border-bottom: 2px solid #f2f2f2;
	text-align: center;
}

.submian .subleft .leftnews .leftcont p i {
	font-size: 22px;
	color: #1048a0;
	display: block;
}
.submian .subright {
	width: 920px;
	padding-bottom: 20px;
	line-height: 28px;
}

.submian .subright .aboutlist {
	color: #666;
}
.submian .subright img {
	max-width: 920px;
}
.submian .subright .newslist .textlist li {
	padding: 25px 0px 25px;
	height: 110px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 25px;
}
.submian .subright .newslist .textlist li a {
	display: block;
	cursor: pointer;
}
.submian .subright .newslist ul li a img {
	width: 147px;
	float: left;
	margin-right: 18px;
	border: 1px solid #eee;
	height: 110px;
	display: block;
}
.submian .subright .newslist ul li a .txt {
	color: #888;
	line-height: 24px;
	font-size: 12px;
}
.submian .subright .newslist .textlist li a p {
	height: 40px;
	line-height: 40px;
}
.submian .subright .newslist .textlist li a b {
	color: #1048a0;
	font-size: 14px;
}
.submian .subright .newslist .textlist li a:hover b {
	color: #1048a0;
}
.submian .subright .newslist .textlist li a i {
	color: #999;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}
.submian .subright .newslist .textlist li a span {
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	display: block;
	color: #666;
}
.submian .subright .newslist .textlist2 li {
	height: 40px;
	line-height: 40px;
}
.submian .subright .newslist .textlist2 li a {
	display: block;
}
.submian .subright .newslist .textlist2 li s {
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	background: #007eb9;
	margin-right: 10px;
	border-radius: 100%;
}
.submian .subright .newslist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
.submian .subright .newslist ul li a:hover p b {
	text-decoration: underline;
}
.submian .subright .newslist ul li a:hover span {
	color: #777;
}
.submian .subright .caselist ul li {
	padding: 20px 0px;
	border-bottom: 1px dotted #c2c2c2;
	height: 176px;
}
.submian .subright .caselist ul li a {
	display: block;
}
.submian .subright .caselist ul li a img {
	width: 220px;
	height: 162px;
	display: block;
	border: 7px solid #e2e2e2;
}
.submian .subright .caselist ul li a .txt {
	width: 470px;
	float: left;
	padding-left: 20px;
}
.submian .subright .caselist ul li a .txt p {
	height: 40px;
	line-height: 40px;
	color: #007eb9;
	font-size: 14px;
	font-weight: bold;
}
.submian .subright .caselist ul li a .txt i {
	color: #666;
	padding-bottom: 10px;
	display: block;
}
.submian .subright .caselist ul li a .txt span {
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	display: block;
	color: #666;
}
.submian .subright .caselist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	border-color: #007eb9;
}
.submian .subright .caselist ul li a:hover p {
	text-decoration: underline;
}
.submian .subright .caselist ul li a:hover span {
	color: #777;
}
.submian .subright .mess {
	background: #fff;
	padding: 0px 40px 30px;
	width: 596px;
	margin-left: 80px;
}
.submian .subright .mess h1 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px;
}
.submian .subright .mess p {
	text-align: center;
	padding-bottom: 30px;
}
.submian .subright .mess .left {
}
.submian .subright .mess .left li {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
}
.submian .subright .mess .left label {
	width: 150px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: none;
	color: #1048a0;
	font-size: 16px;
	float: left;
	border-radius: 3px 0 0 3px;
	border: 1px solid #1048a0;
}
.submian .subright .mess .left input {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 11px 10px;
	width: 404px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
}
.submian .subright .mess .left select {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 45px;
	line-height: 45px;
	width: 424px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
	text-indent: 10px;
}
.submian .subright .mess .right {
	float: left;
	width: 585px;
	padding-top: 10px;
*padding-top:20px;
}
.submian .subright .mess .right input, .submian .subright .mess .right a {
	width: 40%;
	margin-right: 2%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	border: none;
	background: #1048a0;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	transition: ease-in-out .2s;
	float: left
}
.submian .subright .mess .right a {
	color: #333;
	background: #ffcc00;
	float: right
}
.submian .subright .mess .right a:hover {
	background: #cda503;
}
.submian .subright .mess .right input:hover {
	background: #2bba72;
}
.honorlist ul.list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.honorlist ul.list li.item {
	float: left;
	width: 296px;
	margin-bottom: 30px;
	margin-right: 14px;
}
.honorlist ul.list li.item:nth-child(3n+0) {
	margin-right: 0px;
}
.honorlist ul.list li.item a:hover img {
	opacity: 0.8;
}
.honorlist ul.list li.item a:hover span {
	color: #fff;
}
.honorlist ul.list li.item span {
	width: 100%;
	height: 45px;
	color: #555;
	text-align: center;
	display: block;
	line-height: 45px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.honorlist ul.list li.item img {
	width: 100%;
	display: block;
	padding: 1px;
}
.list_imgH ul.list li.item {
	width: 286px;
	margin-right: 30px;
}
.list_imgH ul.list li.item a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f6f6f6;
}
.list_imgH ul.list li.item a:hover {
	background: #1048a0;
}
.list_imgH ul.list li.item img {
	display: block;
	width: 284px;
	height: 213px;
}
.item_mask {
	width: 284px;
	height: 213px;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}
.item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background-position: 0px -105px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
}
.list_imgH ul.list li.item:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}
.list_imgH ul.list li.item:hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}
.submian .t {
	padding: 0 0 25px;
	color: #1048a0;
	font-size: 18px;
}
.submian .t2 {
	padding: 25px 0;
	color: #1048a0;
	font-size: 24px;
}


.submian .subright .anlitopH4 {
	background: #fff;
}
.submian .subright .anlitopH4 {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4e4e4;
	margin-top: 20px;
}
.submian .subright .anlitopH4 span {
	border-left: 5px solid #1048a0;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
	display: block;
	float: left;
	color: #1048a0;
	font-weight: bold;
	font-size: 14px;
}
.submian .subright .divanli {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
}
.submian .subright .divanli ul {
	width: 105%;
	height: 185px;
}
.submian .subright .divanli ul li {
	float: left;
	margin-left: 10px;
}
.submian .subright .divanli ul li:first-child {
	margin-left: 0;
}
.submian .subright .divanli ul li a img {
	width: 194px;
	height: 143px;
	display: block;
	border: solid 1px #e4e4e4;
}
.submian .subright .divanli ul li a span {
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	width: 170px;
}
.submian .subright .divanli ul li a:hover img {
	border-color: #007eb9;
}
.submian .subright .divanli ul li a:hover span {
	color: #007eb9;
	font-weight: bold;
}
.submian .subright .divremmnews {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
}
.submian .subright .divremmnews ul {
	width: 100%;
	overflow: hidden;
}
.submian .subright .divremmnews ul li {
	float: left;
	width: 47%;
	height: 35px;
	line-height: 35px;
	margin: 0 1.5%;
	border-bottom: 1px dashed #ccc;
}
.submian .subright .divremmnews ul li a {
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
}
.submian .subright .divremmnews ul li span {
	color: #666;
	float: right;
	height: 35px;
	line-height: 35px;
	white-space: nowrap
}
.submian .subright .divremmnews ul li a:hover {
	color: #1048a0;
}
.submian .subright .newsindl {
	margin-bottom: 10px;
}
.submian .subright .newsindl ul {
	width: 100%;
	overflow: hidden;
}
.submian .subright .newsindl ul li {
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin: 0 1.5%;
	border-bottom: 1px dashed #ccc;
	text-indent: 20px;
	background:url(../images/icon5.gif) no-repeat 2px center
}
.submian .subright .newsindl ul li a {
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
}
.submian .subright .newsindl ul li span {
	color: #666;
	float: right;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	margin-right: 20px;
}
.submian .subright .newsindl ul li a:hover {
	color: #1048a0;
}

.leftprocomt {
	padding-top: 10px;
}
.leftprocomt li {
	float: left;
	text-align: center;
	width: 117px;
	margin-right: 10px;
}
.leftprocomt li:nth-child(2n+0) {
	margin-right: 0px;
}
.leftprocomt li img {
	width: 117px;
	height: 87px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li p {
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li:hover img {
	-webkkit-filter: brightness(110%);
	filter: brightness(110%);
}
.leftprocomt li:hover p {
	color: #1048a0;
}

.reLink {
	height: 38px;
	border: 1px solid #ccc;
	margin: 10px auto 10px;
	padding: 0px 10px;
	background: #eee;
}
.reLink .prevLink, .reLink .nextLink {
	height: 38px;
	line-height: 38px;
}
.reLink .prevLink a, .reLink .nextLink a {
	height: 38px;
	line-height: 38px;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
	color: #1048a0;
}
.reLink .prevLink {
	float: left; margin-left: 20px;
}
.reLink .nextLink {
	float: right; margin-right: 20px;
}
.submian .picTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 0px;
	font-weight: bold;
}
.submian .picMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.submian .subright .conBox .ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0 10px 0px;
	font-weight: bold;
}
.submian .subright .conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.submian .subright .conBox .ArticleMessage span:first-child {
	margin-left: 0;
}
.submian .subright .conBox .ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 12px;
}
.submian .subright .conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}
.submian .subright .conBox .ArticleTencont {
	padding: 5px 0px 20px 0px;
	line-height: 30px;
	overflow: hidden;
	color: #666;
	font-size: 16px;
}
.submian .subright .showproduct .ArticleTencont img {
	max-width: 100%;
}
.submian .subright .conBox .ArticleTencont img {
	max-width: 100%;
}
/*20191109 新增文章页联系热线  By shenlag*/
.photline { width: 920px; height: 70px; background: #dceeff; border: solid 1px #bcddfd; margin-top: 10px;position:relative; font-size: 16px; overflow: hidden;}
.photline .phl { line-height: 70px; margin-left: 30px;}
.photline .phl span {font-size: 24px; color: #ff6600; font-weight: bold;}
.photline .anniu {width: 160px; height: 40px; background: #ff6600;display:block;margin-top:18px;position:absolute;right:30px;bottom:14px}
.photline .anniu a {color: #fff;width: 160px; display: block;line-height: 40px; text-align: center;}



/** 新闻中心 **/
.submian .subright .thumblist {
}
.submian .subright .thumblist .list {
	padding-bottom: 20px;
}
.submian .subright .thumblist .item {
	width: 880px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	padding: 20px;
	transition: all .5s;
}
.submian .subright .thumblist .item a {
	display: block;
}
.submian .subright .thumblist .item .img {
	position: relative;
	width: 180px;
	height: 135px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.submian .subright .thumblist .item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
.submian .subright .thumblist .item a:hover img {
	transform: scale(1.1, 1.1);
}
.submian .subright .thumblist .item .txt {
	width: 680px;
	cursor: pointer;
}
.submian .subright .thumblist .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.submian .subright .thumblist .item .txt .mark {
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
}
.submian .subright .thumblist .item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}
.submian .subright .thumblist .item .txt p {
	color: #666;
	line-height: 25px;
}
.submian .subright .thumblist .item .txt p span {
	display: inline-block;
	color: #1048a0;
	padding-left: 10px;
}
.submian .subright .thumblist .item a:hover .txt h3 {
	color: #1048a0;
}
.submian .subright .thumblist .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}


/*↓组图样式↓*/
.HS10, .HS20, .HS30 {
	overflow: hidden;
	clear: both;
}
.HS10 {
	height: 10px;
}
.HS20 {
	height: 20px;
}
.HS30 {
	height: 30px;
}
.Hidden {
	display: none;
}
.Clearer {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.FlLeft {
	float: left;
}
.FlRight {
	float: right;
}
/*幻灯片区域背景*/
.MainBg {
	width: 920px;
	margin: 0 auto;
}
.MainBg1200 {
	width: 1200px;
	margin: 0 auto;
	background: #eee;
}
/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
	overflow: hidden;
}
.protxtbox {
	overflow: hidden;
	
}
.protxtbox h1 { font-size: 24px; font-weight: bold; }
.protxtbox .des { margin: 20px 0; font-size: 14px; text-indent: 28px; line-height: 24px;}
.protxtbox .ad { width: 370px; height:104px;  background: url(../images/b3.png) no-repeat;position:relative;}
.protxtbox .ad .but{position:absolute; left: 0; line-height: 47px; color: #fff;text-align: center; width: 138px; height:47px; display: block;}
.protxtbox .ad .but a{width: 138px; height:47px; display: block;color: #fff;}
.protxtbox .ad .but a:hover { color: #fff; font-size: 15px;}
.protxtbox .ad .wxad{position:absolute; left: 0; bottom: 0px; line-height: 47px; color: #fff; text-align: center; width: 138px; cursor: pointer;}
.protxtbox .tel { width: 370px; height:72px; background: url(../images/b4.png) no-repeat; margin-top: 20px; }




#OriginalPic {
	overflow: hidden;
	position: relative;
	font-size: 12px;
}
#OriginalPic img {
	display: block;
	min-width: 100px;
	margin: 0 auto;
}
/*鼠标手势*/
.CursorL {cursor: pointer;width:40px;height:70px;background:url(../images/left.png) no-repeat;position:absolute; left:10px; top:180px;z-index: 1000; }
.CursorR {cursor: pointer;width:40px;height:70px;background:url(../images/right.png) no-repeat;position:absolute; right:10px; top:180px;z-index: 1000; }
.CursorL:hover{background:url(../images/left_hover.png) no-repeat;}
.CursorR:hover{background:url(../images/right_hover.png) no-repeat;}

.CursorpicL {cursor: pointer;width:40px;height:70px;background:url(../images/left_hover.png) no-repeat;position:absolute; left:220px; top:280px;z-index: 1000; }
.CursorpicR {cursor: pointer;width:40px;height:70px;background:url(../images/right_hover.png) no-repeat;position:absolute; right:220px; top:280px;z-index: 1000; }
.CursorpicL:hover{background:url(../images/left_hover.png) no-repeat;}
.CursorpicR:hover{background:url(../images/right_hover.png) no-repeat;}

/*小图预览和滑动*/
.SliderPicBorder {
	width: 100%;
	overflow: hidden;
}
.w520 img { width: 520px;}
.w800 img { width: 800px;}
.w920 { width: 920px;}
.wp1200 { width: 1200px; }
.w370 {	width: 370px;}
.w755 {width: 755px;}
.ThumbPicBorder {
	width: 920px;
	margin: 0 auto;
	background: #ddd;
	overflow: hidden;
	position: relative;
}
.ThumbPicBorder #btnPrev {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 20px;
}
.ThumbPicBorder #btnNext {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.ThumbPicBorder .pic {
	width: 755px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}
#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 135px;
	height: 108px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#ThumbPic img.active {
	border: 3px solid #1048a0;
}
/*↑组图样式↑*/
.pagetit{overflow:hidden;display: block; background-color: #dddddd; color: #ffffff; overflow: hidden; margin-top: 30px;}
.pagetit small {background: #1047a1; display: block; float: left; text-align: center; line-height: 40px; width: 120px; font-size: 16px;}

/*2012-3-18 21:59:26 更新内页tag、相关产品文章显示*/
.tagshow {font-size:14px; margin:10px 10px 0 10px; overflow:hidden; display:block;}
.tagshow span{ font-weight:bold; color:#d27607; }

.xg_art{overflow:hidden; color: #444;  }
.xg_art .title{font-size:16px;font-weight:bold;color:#cc0000;line-height:24px; margin-bottom: 10px; }
.xg_art ul{float:left;width:420px;display:block;}
.xg_art ul li{ background: url(../images/tb9.png) no-repeat left; padding-left: 10px;line-height:32px;height:32px;}
.xg_art ul li span{color:#fc6d02;}




