@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	color: #333;
}

body {
	font-size: 14px;
	line-height: 24px;
}

/*固定*/

.side {
	width: 40px;
	height: 204px;
	position: fixed;
	z-index: 9999;
	top: 25%;
	right: 0;
}

.side li {
	height: 40px;
	width: auto;
	float: right;
	margin-bottom: 1px;
	position: relative;
}

.sidebox {
	height: 40px;
	overflow: hidden;
	width: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	background-color: #016bff;
}

.sidebox img {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
}

.side li span {
	width: 40px;
	height: 40px;
}

.side li p {
	display: none;
	position: absolute;
	right: 41px;
	bottom: 0;
	background-color: #016bff;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.side li p strong {
	width: 100px;
	display: block;
}

.side li p strong img {
	width: 100%;
	display: block;
}

.side li:hover p {
	display: block;
}

/*header*/

.header {
	width: 100%;
	height: 120px;
	position: relative;
}

.head {
	width: 1250px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}
.header .logo {
	float: left;
	margin-top: 25px;
	height:40px;
	margin-left:30px;
}
.header .logo img{ display:block; height:40px;}

.lan {
	float: right;
	padding-top:50px;
	overflow:hidden;
}

.lan ul {
	float: left;
}

.lan ul li {
	float: left;
	border-right: solid 1px #e5e5e5;
	height: 14px;
	overflow: hidden;
	line-height: 14px;
}

.lan ul li a {
	display: block;
	color: #888;
	font-size:14px;
	padding: 0 10px;
}

.lan ul li a:hover {
	color: #016bff;
}

.lan .mai {
	float: left;
	margin-left:10px;
}

.lan .mai img {
	display: block;
	height:14px;
}

.tel {
	clear:right;
	float:right;
	font-size: 18px;
	line-height:50px;
	font-weight: bold;
	color: #016bff;
	vertical-align:middle;
}
.tel b{ display:block; float:left; margin-left:30px; color: #016bff; overflow:hidden;}
.tel img {
	display:block;
	float:left;
	margin-top:17px;
	margin-right:5px;
}
.header .nav{ width:1250px; margin:auto; height:50px; margin-top:5px;}
.header .nav>ul {
	float:left;
	height:50px;
}

.header .nav>ul>li {
	float: left;
	position: relative;
	height:36px;
	margin:7px 0;
	display:flex;
	align-items:center;
	overflow:hidden;
	padding-right:1px;
}
.header .nav>ul>li:before{ width:1px; height:16px; display:block; content:''; position:absolute; right:0; top:50%; margin-top:-8px; background-color:#ccc;}
.header .nav>ul>li:hover{}
.header .nav>ul> li>a {
	display: block;
	font-size: 17px;
	line-height:36px;
	height:36px;
	padding:0 30px;
	color: #555;
	border-radius:5px;
	overflow:hidden;
}
.header .nav>ul>li:hover>a{ color:#016bff; background-color:#f1f1f1;}
.header .nav>ul>li>ul {
	position: absolute;
	z-index: 99;
	width: 140px;
	left: 0;
	top: 140px;
	background-color: rgba(255,255,255,0.90);
	padding:10px 20px;
	box-sizing:border-box;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.header .nav li ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align:left;
	font-size: 14px;
}

.header .nav li ul li a {
	border-right: none;
	font-size: 14px;
	color:#333;
}

.header .nav li ul li a:hover {
	text-decoration: underline;
	 color: #016bff;
}

.header .nav li:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.lis {
	float: right;
	height: 76px;
	overflow: hidden;
	margin-top:22px;
}
.lis img{ display:block; height:76px;}
/**/

.sea {
	width: 253px;
	height: 22px;
	position: relative;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

.select {
	position: absolute;
	float: left;
	width: 82px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	border: none;
	background: url(../images/sea_xl.jpg);
	z-index: 99;
}

.select dt {
	width: 52px;
	padding-left: 10px;
	display: inline-block;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/sea_tb.jpg) no-repeat center right;
	padding-right: 10px;
	line-height: 22px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 99;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

.select dd {
	position: absolute;
	left: 0;
	top: 22px;
	background-color: #fff;
	display: none;
	width: 100%;
}

.select dd ul {
	width: 100%;
	max-height: 250px;
	overflow: auto;
}

.select dd ul li {
	width: 96%;
	height: 22px;
	border: solid 1px #e5e5e5;
	cursor: pointer;
}

.select dd ul li a {
	line-height: 22px;
	display: block;
	padding: 0 8px;
	color: #666;
}

.select dd ul li a:hover {
	color: #016bff;
}

.ss {
	position: absolute;
	left: 92px;
}

.ss .ssk {
	position: absolute;
	width: 152px;
	height: 22px;
	padding-left: 10px;
	background: url(../images/sea_bj.jpg);
	border: none;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	outline: none;
}

.ssn {
	width: 13px;
	height: 13px;
	background: url(../images/sea_ss.jpg);
	border: none;
	cursor: pointer;
	position: absolute;
	left: 140px;
	top: 5px;
}

/*banner*/

#slider-bg {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.nivoSlider {
	position: relative;
	z-index: 1;
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
}

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	display: none;
	overflow: hidden;
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}

.nivo-directionNav a {
	position: absolute;
	bottom: 0%;
	z-index: 8;
	cursor: pointer;
}

.nivo-prevNav {
	left: 0;
}

.nivo-nextNav {
	right: 0;
}

.maxx-theme .nivoSlider {
	position: relative;
	height: 300px;
	width: 100%;
}

.maxx-theme .nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.maxx-theme .nivoSlider a {
	display: block;
}

.maxx-theme .nivo-controlNav, .maxx-theme .nivo-controlNav a, .maxx-theme .nivo-directionNav a {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
}

.maxx-theme .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 78px;
	height: 38px;
	padding: 0 24px;
	background-position: -24px 0;
	margin-left: -63px;
	z-index: 10;
}

.maxx-theme .nivo-controlNav a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	margin: 12px 5px 0 5px;
	float: left;
	background-position: 0 0;
}

.maxx-theme .nivo-controlNav a.active {
	background-position: -2px -17px;
}

.maxx-theme .nivo-directionNav a {
	display: block;
	width: 70px;
	height: 30px;
	text-indent: -9999px;
}

.maxx-theme .nivo-directionNav a.nivo-nextNav {
	background-position: -161px -28px;
	right: 355px;
}

.maxx-theme .nivo-directionNav a.nivo-prevNav {
	left: 355px;
	background-position: -161px 1px;
}

#slider-wrapper {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	width: 1920px;
}

.full-width-wrapper {
	width: 100%;
	position: relative;
	height: 300px;
	overflow: hidden;
}

/*banner*/
.banner{ width:100%; height:450px; position:relative; z-index:1;}
.banner .bd{ width:100%; height:450px; margin:0; padding:0; float:none;}
.banner li{ width:100%; height:450px; display:block; overflow:hidden;}
.banner li a{ width:100%; height:450px; display:block; overflow:hidden; position:relative;}
.banner li a img{ display:block; width:1920px; position:absolute; left:50%; margin-left:-960px; top:0;}

.ban{ width:100%; height:380px; position:relative; z-index:1;}
.ban .bd{ width:100%; height:380px; margin:0; padding:0; float:none;}
.ban li{ width:100%; height:380px; display:block; overflow:hidden;}
.ban li a{ width:100%; height:380px; display:block; overflow:hidden; position:relative;}
.ban li a img{ display:block; width:1920px; position:absolute; left:50%; margin-left:-960px; top:0;}

/*热门关键词*/
.hot{ width:100%; background-color:#f2f2f2;}
.hot .box{ width:1250px; margin:auto; height:60px; display:flex; align-items:center; flex-wrap:wrap; font-size:14px; line-height:24px;}
.hot .box a{ display:block; font-size:14px; line-height:24px; margin-left:20px;}
.hot .box a:hover{ color:#016bff;}

/*产品展示*/

.sycp {
	width: 1250px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}

.sycptop {
	width: 1250px;
	height: 30px;
	background: url(../images/sytop_bj.png);
}

.sycptop h1 {
	float: left;
	font-weight: normal;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: #016bff;
	margin-top: -5px;
}

.sycptop h2 {
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #016bff;
	font-style: italic;
	margin-left: 10px;
	height: 30px;
	line-height: 24px;
}

.sycptop h3 a {
	float: right;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	font-style: italic;
}

.sycptop h3 a:hover {
	color: #016bff;
}

.sycpbot {
	width: 1250px;
	overflow: hidden;
	margin-top: 20px;
}

#tab {
	width: 1250px;
	overflow: hidden;
}

.tab_menu {
	width: 1170px;
}

.tab_menu li {
	float: left;
	width: 180px;
	height: 36px;
	margin-right: 14px;
	background-color: #016bff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.tab_menu .selected {
	background-color: #0096ff;
}

.tab_box {
	width: 1250px;
	overflow: hidden;
}

.hide {
	display: none;
}

.boxml {
	width: 1250px;
	overflow: hidden;
}

.tab_box .hd {
	float: left;
	width: 248px;
	min-height: 438px;
	border: solid 1px #ccc;
	overflow: hidden;
}

.tabbt {
	width: 284px;
	padding-bottom: 20px;
	border-top: solid 3px #016bff;
	border-bottom: solid 1px #ccc;
	background-color: #f2f2f2;
	overflow: hidden;
}

.tabbt h1 {
	width: 250px;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

.tabbt h2 {
	width: 250px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	color: #016bff;
	margin-top: 5px;
}

.tabml {
	width: 230px;
	padding-top: 10px;
	margin: 0 auto;
	border-bottom: dashed 1px #ccc;
	overflow: hidden;
}

.tabml li {
	width: 230px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}

.tabml li img {
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}

.tabml li.on {
	color: #016bff;
}

.tabml li a:hover {
	color: #016bff;
}

.tabgd {
	width: 230px;
	margin: 0 auto;
}

.tabgd p {
	line-height: 56px;
	font-size: 14px;
	text-decoration: underline;
}

.tabgd p img {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}

.tabgd p a:hover {
	color: #016bff;
}

.bd {
	float: left;
	width: 980px;
	height: 440px;
	overflow: hidden;
	margin-left: 20px;
}

.sycpml {
	width: 980px;
	height: 440px;
	overflow: hidden;
}

.sycpml ul {
	width: 990px;
	height: 450px;
}

.sycpml ul li {
	float: left;
	width: 320px;
	height: 215px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.sycpml ul li .sycptu {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 215px;
	overflow: hidden;
}

.sycpml ul li .sycptu img {
	width: 100%;
	display: block;
}

.sycpml ul li .sycph {
	width: 320px;
	height: 215px;
	background-color: rgba(0,150,255,0.50);
	position: absolute;
	left: 0;
	top: 215px;
	transition: 0.5s;
}

.sycpml ul li .sycpk {
	width: 276px;
	height: 171px;
	border: solid 2px #fff;
	margin: auto;
	margin-top: 20px;
}

.sycpml ul li .sycpk p {
	text-align: center;
	line-height: 175px;
	color: #fff;
	font-size: 16px;
}

.sycpml ul li:hover .sycph {
	position: absolute;
	left: 0;
	top: 0;
}

/*精品案例*/

.syalbox {
	width: 100%;
	height: 574px;
	overflow: hidden;
	background-color: #f7f7f7;
	margin-top: 50px;
}

.syal {
	width: 1250px;
	margin: 0 auto;
}

.syaltop {
	width: 1250px;
	height: 30px;
	background: url(../images/sytop_bj.png);
	margin-top: 50px;
}

.syaltop h1 {
	float: left;
	font-weight: normal;
	font-size: 18px;
	color: #016bff;
	margin-top: -5px;
	height: 30px;
	line-height: 30px;
}

.syaltop h2 {
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #016bff;
	font-style: italic;
	margin-left: 10px;
	height: 30px;
	line-height: 24px;
}

.syaltop h3 a {
	float: right;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	font-style: italic;
}

.syaltop h3 a:hover {
	color: #016bff;
}

.syalbot {
	width: 1250px;
	height: 422px;
	overflow: hidden;
	margin-top: 20px;
}

.syalbot .tempWrap {
	width: 1250px !important;
	height: 422px;
	overflow: hidden;
}

.syalbot ul {
	float: left;
	width: 1280px;
	overflow: hidden;
}

.syalbot ul li {
	float: left;
	width: 291px;
	height: 422px;
	overflow: hidden;
	position: relative;
	margin-right: 22px;
}

.syalbot ul li a {
	width: 291px;
	display: block;
	overflow: hidden;
	margin-bottom: 22px;
	position: relative;
	height: 200px;
}

.syalbot ul li .syaltu {
	position: absolute;
	width: 291px;
	height: 200px;
	overflow: hidden;
	top: 0;
	left: 0;
}

.syalbot ul li .syaltu img {
	width: 100%;
	display: block;
	z-index: 1;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}

.syalbot ul li .syalk {
	position: absolute;
	width: 291px;
	height: 36px;
	background-color: rgba(0,150,255,0.50);
	bottom: 0;
	left: 0;
	z-index: 9;
	transition: 1.2s;
}

.syalbot ul li .syalk p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 36px;
}

.syalbot ul li a:hover .syaltu img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform: scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform: scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform: scale(1.2, 1.2);
}

.syalbot ul li:hover .syalk {
	background-color: rgba(0,150,255,1.00);
}

/*公司新闻*/

.syxw {
	width: 1250px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}

.syxwtop {
	width: 1250px;
	height: 30px;
	background: url(../images/sytop_bj.png);
}

.syxwtop h1 {
	float: left;
	font-weight: normal;
	font-size: 18px;
	color: #016bff;
	margin-top: -5px;
	height: 30px;
	line-height: 30px;
}

.syxwtop h2 {
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #016bff;
	font-style: italic;
	margin-left: 10px;
	height: 30px;
	line-height: 24px;
}

.syxwtop h3 a {
	float: right;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	font-style: italic;
}

.syxwtop h3 a:hover {
	color: #016bff;
}

.syxwbot {
	width: 1250px;
	height: 550px;
	overflow: hidden;
	margin-top: 20px;
}

.syxwbot ul li {
	float: left;
	width: 1250px;
	height: 170px;
	background-color: #f7fcff;
	overflow: hidden;
	margin-bottom: 20px;
}

.syxwbot ul li .syxwl {
	float: left;
	width: 800px;
	height: 130px;
	overflow: hidden;
	margin-top: 20px;
}

.syxwbot ul li .syxwl .syxwlsj {
	float: left;
	width: 100px;
	height: 90px;
	border-right: solid 1px #ccc;
	text-align: center;
}

.syxwbot ul li .syxwl .syxwlsj h1 {
	font-weight: normal;
	font-size: 48px;
	color: #888;
	line-height: 50px;
}

.syxwbot ul li .syxwl .syxwlsj h2 {
	font-weight: normal;
	font-size: 16px;
	color: #888;
}

.syxwbot ul li .syxwl .syxwln {
	float: left;
	width: 660px;
	margin-left: 20px;
}

.syxwbot ul li .syxwl .syxwln h3 {
	float: left;
	font-size: 16px;
	width: 640px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	transition: 1s;
}

.syxwbot ul li .syxwl .syxwln p {
	float: left;
	width: 660px;
	height: 70px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}

.syxwbot ul li .syxwl .syxwck {
	float: left;
	width: 100px;
	height: 30px;
	display: block;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 120px;
	cursor: pointer;
}

.syxwbot ul li .syxwtu {
	float: left;
	width: 350px;
	height: 170px;
	overflow: hidden;
}

.syxwbot ul li .syxwtu img {
	height: 100%;
}

.syxwbot ul li:hover .syxwln h3 {
	color: #2180bd;
	float: left;
	padding-left: 30px;
	transition: 1s;
}

.syxwbot ul li:hover .syxwck a {
	color: #fff;
}

.syxwbot ul li:hover .syxwck {
	background-color: #2180bd;
}

/*关于我们*/

.sygybox {
	width: 100%;
	height: 510px;
	overflow: hidden;
	background: url(../images/gy_bj.jpg);
	background-position: center;
}

.sygy {
	width: 1250px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}

.sygytop {
	width: 1250px;
	height: 30px;
	background: url(../images/sytop_bbj.png);
}

.sygytop h1 {
	float: left;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	margin-top: -5px;
	height: 30px;
	line-height: 30px;
}

.sygytop h2 {
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	font-style: italic;
	margin-left: 10px;
	height: 30px;
	line-height: 24px;
}

.sygytop h3 a {
	float: right;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	font-style: italic;
}

.sygytop h3 a:hover {
	color: #ccc;
}

.sygybot {
	width: 1250px;
	height: 410px;
	overflow: hidden;
	margin-top: 20px;
}

.sygytu {
	float: left;
	width: 450px;
	height: 340px;
	overflow: hidden;
	margin-left: 30px;
	margin-top: 30px;
	position: relative;
}

.sygytu img {
	width: 100%;
}

.sygytuk {
	width: 30px;
	height: 280px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 30px;
	display:none;
}

.sygyjj {
	float: right;
	width: 710px;
	height: 310px;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 30px;
	position: relative;
}

.sygybt {
	float: left;
	width: 710px;
	height: 79px;
	border-bottom: solid 1px #016bff;
	overflow: hidden;
}

.sygybt h1 {
	float: left;
	font-weight: normal;
	font-size: 18px;
	color: #016bff;
	margin-top: 40px;
}

.sygyn {
	float: left;
	width: 710px;
	height: 120px;
	overflow: hidden;
	margin-top: 20px;
}

.sygyn p {
	font-size: 14px;
	line-height: 24px;
}

.sygyml {
	float: left;
	width: 710px;
	height: 50px;
	overflow: hidden;
	margin-top: 40px;
}

.sygyml ul {
	float: left;
	width: 760px;
	overflow: hidden;
}

.sygyml ul li {
	float: left;
	width: 160px;
	height: 50px;
	overflow: hidden;
	margin-right: 50px;
}

.sygyml ul li .gsjj {
	width: 160px;
	height: 50px;
	background: url(../images/jj.jpg);
	display: block;
	transition: 0.5s;
}

.sygyml ul li .gsjj p {
	font-size: 14px;
	line-height: 50px;
	margin-left: 68px;
	width: 90px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}

.sygyml ul li .qywh {
	width: 160px;
	height: 50px;
	background: url(../images/wh.jpg);
	display: block;
	transition: 0.5s;
}

.sygyml ul li .qywh p {
	font-size: 14px;
	line-height: 50px;
	margin-left: 68px;
	width: 90px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}

.sygyml ul li .syxm {
	width: 160px;
	height: 50px;
	background: url(../images/xw.jpg);
	display: block;
	transition: 0.5s;
}

.sygyml ul li .syxm p {
	font-size: 14px;
	line-height: 50px;
	margin-left: 68px;
	width: 90px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}

.sygyml ul li .gsjj:hover {
	background: url(../images/jj_h.jpg);
}

.sygyml ul li .qywh:hover {
	background: url(../images/wh_h.jpg);
}

.sygyml ul li .syxm:hover {
	background: url(../images/xw_h.jpg);
}

.sygyml ul li .gsjj:hover p {
	color: #016bff;
}

.sygyml ul li .qywh:hover p {
	color: #016bff;
}

.sygyml ul li .syxm:hover p {
	color: #016bff;
}

.sygyy {
	position: absolute;
	right: 0;
	top: 0;
}

/*资质证书*/

.syzz {
	width: 1250px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}

.syzztop {
	width: 1250px;
	height: 30px;
	background: url(../images/sytop_bj.png);
}

.syzztop h1 {
	float: left;
	font-weight: normal;
	font-size: 18px;
	color: #016bff;
	margin-top: -5px;
	height: 30px;
	line-height: 30px;
}

.syzztop h2 {
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #016bff;
	font-style: italic;
	margin-left: 10px;
	height: 30px;
	line-height: 24px;
}

.syzztop h3 a {
	float: right;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	font-style: italic;
}

.syzztop h3 a:hover {
	color: #016bff;
}

.syzzbot {
	width: 1250px;
	height: 230px;
	overflow: hidden;
	margin-top: 20px;
}

.picScroll-left {
	width: 1250px;
	height: 230px;
	position: relative;
}

.picScroll-left .hd {
	width: 1250px;
}

.picScroll-left .hd .prev {
	position: absolute;
	width: 35px;
	height: 70px;
	background: url(../images/prev.png);
	top: 60px;
	left: 0;
	z-index: 9;
	cursor: pointer;
	opacity: 0.5;
	transition: 0.5s;
}

.picScroll-left .hd .next {
	position: absolute;
	width: 35px;
	height: 70px;
	background: url(../images/next.png);
	top: 60px;
	right: 0;
	z-index: 9;
	cursor: pointer;
	opacity: 0.5;
	transition: 0.5s;
}

.picScroll-left .hd .prev:hover {
	opacity: 1;
}

.picScroll-left .hd .next:hover {
	opacity: 1;
}

.picScroll-left .bd {
	float: left;
	width: 1250px;
	height: 230px;
	overflow: hidden;
	margin-left: 0px;
}

.picScroll-left .bd .picList {
	float: left;
	width: 1180px;
	overflow: hidden;
}

.picScroll-left .bd ul li {
	float: left;
	width: 290px;
	height: 230px;
	overflow: hidden;
	margin-right: 30px;
	text-align: center;
}

.picScroll-left .bd ul li .pic {
	width: 288px;
	height: 188px;
	border: solid 1px #ccc;
	overflow: hidden;
	transition: 0.5s;
}

.picScroll-left .bd ul li .pick {
	width: 288px;
	height: 170px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 9px;
}

.picScroll-left .bd ul li .pick img {
	width: 100%;
	display: block;
}

.picScroll-left .bd ul li .title {
	width: 288px;
	height: 40px;
	overflow: hidden;
}

.picScroll-left .bd ul li .title p {
	line-height: 40px;
	font-size: 14px;
}

.picScroll-left .bd ul li:hover .pic {
	border: solid 1px #016bff;
}

.picScroll-left .bd ul li:hover .title p {
	color: #016bff;
}

/*footer*/
/*.footerbox{width: 100%;min-height: 380px; padding-bottom:15px; background-color:#016bff;overflow: hidden;margin-top: 50px;}
.foot{width: 1250px;margin: 0 auto;overflow: hidden;margin-top: 50px;}
.foot_a{float: left;width: 430px;}
.dilogo{float: left;width: 430px;height: 40px;}
.maml{float: left;width: 430px;margin-top: 40px;}
.mal{float: left;width: 100px;margin-left: 30px; display:none;}
.ma{width: 100px;height: 100px;overflow: hidden; display:none;}
.ma img{width: 100%;}
.mal p{text-align: center;color: #fff;font-size: 16px;margin-top: 6px;}
.foot_b{float: left;width: 340px;overflow: hidden;}
.foot_b h1{color: #fff;font-weight: normal;font-size: 18px;}
.foot_b ul{width: 340px;margin-top: 10px;}
.foot_b ul li{width: 340px;height: 34px;line-height: 34px;}
.foot_b ul li p{float: left; color: #fff;font-size: 14px;width: 280px;height: 34px;overflow: hidden;}
.foot_b ul li img{float: left; margin-right: 10px;margin-top: 8px;}
.foot_c{float: left;width: 380px;overflow: hidden;}
.foot_c h1{color: #fff;font-weight: normal;font-size: 18px;margin-bottom: 20px;}
.syxd{width: 368px;height: 28px;border: solid 1px #fff;background-color: rgba(0,0,0,0.00);color: #fff !important;padding-left: 10px;margin-bottom: 10px;font-size: 14px;overflow: hidden;outline: none;}
.syly{width: 358px;height: 66px;padding: 5px 10px;border: solid 1px #fff;background-color: rgba(0,0,0,0.00);color: #fff !important;font-size: 14px;outline:none;}
.sytj{width: 120px;height: 30px;background-color: #fff;border: none;color: #016bff;font-size: 14px;text-align: center;line-height: 30px;cursor: pointer;margin-top: 7px;}
.footer{width: 100%;border-top: solid 1px #9a9a9a;text-align: center;margin-top: 10px;padding-top: 15px;}
.footer p{color: #fff;font-size: 14px;line-height: 24px;}
.footer p a{color: #fff;}
.syxd::-webkit-input-placeholder, .syly::-webkit-input-placeholder { 
color: #ddd; 
} 
.syxd:-moz-placeholder, .syly:-moz-placeholder { 
color: #ddd; 
} 
.syxd::-moz-placeholder, .syly::-moz-placeholder { 
color: #ddd; 
} 
.syxd:-ms-input-placeholder, .syly:-ms-input-placeholder { 
color: #ddd; 
} */

.BotBg {
	width: 100%;
	height: 40px;
	background: url(../images/bg_bottom2_01.png) repeat-y top center;
}

.bottomBg {
	background: url(../images/bg_bottom2_01.png) repeat-y top center;
	min-height: 140px;
	position: relative;
	z-index: 201;
}

.bottomBg * {
	margin: 0px;
	padding: 0px;
}

.bottom {
	width: 1250px;
	max-width: 100%;
	min-height: 112px;
	margin: 0 auto;
	position: relative;
	z-index: 400;
}

body.home .serviceIcon {
	display: none;
}

.serviceIcon {
	width: 189px;
	height: 161px;
	float: right;
	margin-right: 12px;
}

.serviceIcon a {
	width: 189px;
	height: 161px;
	display: block;
}

.bottomNav {
	padding-right: 5px;
	line-height: 15px;
}

.bottomNav a {
	line-height: 15px;
	display: inline-block;
	margin-right:15px;
	background: url(../images/bottomLine.jpg) no-repeat left top;
	font-size: 13px;
	color: #fff;
}

.bottomNav a.bottomNav1 {
	padding-left: 0px;
	background: none;
}

.bottomErweima {
	background: url(../images/bottomErweima.jpg) no-repeat;
	width: 149px;
	height: 70px;
	position: absolute;
	right: 19px;
	top: 17px;
	z-index: 310;
}

.bottomErweima img {
	max-width: 999px;
	position: absolute;
	bottom: 12px;
	right: 21px;
	padding: 6px;
	background: #fff;
	width: 33px;
	height: 33px;
}

.bottomLogo {
	padding-top: 42px;
	float:left;
}
.bottomLogo img{ display:block; height:40px;}
.bottomCopy {
	line-height: 24px;
	font-size: 12px;
	color: #84b6d6;
	padding-left:30px;
	float:left;
	margin-top:20px;
}
.bottomCopy p {
	line-height: 20px;
	color: #84b6d6;
	font-size: 12px;
}


.bottomCopy a {
	line-height: 24px;
	font-size: 12px;
	color: #84b6d6;
}

.bottom .backtop {
	display: block;
	width: 34px;
	height: 28px;
	background: url(../images/btn_backtop.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: -34px;
}

.bottomBg .BotBg {
	position: absolute;
	top: 0%;
	height: 100%;
	overflow: hidden;
	display: none;
}

.bottomBg .BotBg img {
	width: 150%;
	height: 100%;
	margin-left: -25%;
	max-width: 150%;
}

/*子页通用*/

.zybox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.zyle {
	width: 100%;
	background-color:#f2f2f2;
	padding:20px 0;
	overflow: hidden;
}

.zyle_a {
	float: left;
	width: 270px;
	height: 65px;
	overflow: hidden;
	display:none;
}

.zyle_a img {
	display: block;
	height: 65px;
	margin: auto;
}

.zyle_b {
	width: 1250px;
	margin:auto;
	overflow: hidden;
}

.ny_zblb1 {
	margin-left:-5px;
	margin-right:-5px;
	overflow: hidden;
}
.ny_zblb1 ul{ width:100%; display:flex; flex-wrap:wrap; }
.ny_zblb1 li {
	line-height: 30px;
	font-size: 14px;
	display:block;
	color: #333;
	margin:0 5px;
}

.ny_zblb1 li a {
	display: block;
	padding:0 20px;
	cursor: pointer;
	position:relative;
}
.ny_zblb1 li a:after{ width:6px; height:1px; position:absolute; left:10px; top:50%; background-color:#333; overflow:hidden; content:'';}
.ny_zblb1 li a.cur {
	color: #fff !important;
	background-color:#016bff;
}
.ny_zblb1 li a:hover:after{ background-color:#016bff;}
.ny_zblb1 li a.on:after,.ny_zblb1 li a.cur:after{ background-color:#fff;}
.ny_zblb1 li a:before{ width:0; height:1px; display:block; position:absolute; bottom:0; left:50%; transform:translateX(-50%); background-color:#016bff; overflow:hidden; content:''; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.ny_zblb1 li a:hover, .ny_zblb1 li a.on {
	color: #016bff;
}
.ny_zblb1 li a:hover:before{ width:100%;}
.ny_zblb1 li ul {
	display: none !important;
	color: #666;
	padding-left: 15px;
}

.ny_zblb1 li ul li {
	float: none;
	background: url(../images/zy_nnbj.jpg);
	width: 250px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
}

.ny_zblb1 li ul li img {
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}

.ny_zblb1 li ul li a {
	padding-left: 30px;
	display: block;
}

.ny_zblb1 li ul li a:hover {
	color: #016bff;
	background: url(../images/zy_nnbj.jpg);
}

/*.zyle_c{margin-bottom:-20px;}*/
.zyle_c{ display:none;}
.zyle_c img {
	display: block;
}

.zyle_d {
	width: 270px;
	overflow: hidden;
	margin-top: 20px;
}

.zyle_dt {
	width: 270px;
	height: 40px;
	background: url(../images/zy_dlx.jpg);
}

.zyle_db {
	width: 268px;
	overflow: hidden;
	border: solid 1px #7fcaff;
	padding: 20px 0;
}

.zyle_dtu {
	width: 230px;
	height: 100px;
	margin-left: 19px;
}

.zyle_dn {
	width: 230px;
	overflow: hidden;
	margin-left: 19px;
	margin-top: 15px;
}

.zyle_dn p {
	font-size: 14px;
	line-height: 24px;
}

.zyri {
	width: 1250px;
	margin:30px auto;
	overflow: hidden;
}

.zyrit {
	width: 100%;
	height: 29px;
	border-bottom: solid 1px #ccc;
}

.zyrit h1 {
	float: left;
	font-weight: normal;
	font-size: 18px;
	color: #016bff;
}

.zyrit h2 {
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #016bff;
	font-style: italic;
	margin-left: 10px;
	margin-top: 3px;
}

.zyrit p {
	float: right;
	font-size: 14px;
	color: #666;
}

.zyrit p a {
	color: #666;
}

.zyrit p a:hover {
	color: #016bff;
}

.zyrit p span {
	color: #016bff;
}

.zyrib {
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}

.fanye {
	width: 100%;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}

.fanye span {
	margin: 0 5px;
	color: #016bff;
}

.fanye a {
	margin: 0 5px;
	color: #666666;
}

.fanye a:hover {
	color: #016bff;
}

.fanyezy {
	float: left;
	width: 100%;
	border-top: dashed 1px #ccc;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 14px;
}

.fanyezy a {
	font-size: 14px;
}

.fanyezy a:hover {
	color: #016bff;
}


.zy {
	width: 1250px;
	overflow: hidden;
	margin: 30px auto;
	margin-bottom:50px;
}

.zytop {
	width: 100%;
	overflow: hidden;
	height: 44px;
	border-bottom: solid 1px #ccc;
}

.zytop h1 {
	float: left;
	font-weight: normal;
	font-size: 20px;
	color: #016bff;
	background: url(../images/homeIcon.jpg) no-repeat 1px 15px;
	padding-left: 21px;
	line-height: 43px;
	height: 43px;
}

.zytop h2 {
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #016bff;
	font-style: italic;
	margin-left: 10px;
	margin-top: 3px;
	display: none;
}

.zytop p {
	float: right;
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

.zytop p a {
	color: #666;
}

.zytop p a:hover {
	color: #016bff;
}

.zytop p span {
	color: #016bff;
}

.zybot {
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}

/*产品展示*/

.zycp {
	width: 100%;
	overflow: hidden;
}

.zycp ul {
	float: left;
	width: 1170px;
	overflow: hidden;
}

.zycp ul li {
	float: left;
	width: 214px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}

.zycp ul li .zycptu {
	width: 212px;
	height: 154px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #cacaca;
}

.zycp ul li .zycptu img {
	width: 100%;
}

.zycp ul li p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.zycp ul li:hover p {
	color: #016bff;
}

.zycpxqtop {
	width: 100%;
	height: 44px;
	border-bottom: solid 1px #ccc;
	overflow: hidden;
}

.zycpxqtop h1 {
	float: left;
	font-weight: normal;
	font-size: 20px;
	color: #016bff;
	background: url(../images/homeIcon.jpg) no-repeat 1px 15px;
	padding-left: 21px;
	line-height: 43px;
	height: 43px;
}

.zycpxqtop h2 {
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #016bff;
	font-style: italic;
	margin-left: 10px;
	margin-top: 3px;
	display: none;
}

.zycpxqtop p {
	float: right;
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

.zycpxqtop p a {
	color: #666;
}

.zycpxqtop p a:hover {
	color: #016bff;
}

.zycpxqtop p span {
	color: #016bff;
}

.zycpxqbot {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.zycpxq {
	width: 100%;
	overflow: hidden;
}

/*.mod18{width: 540px;height: 460px; position: relative;}
.mod18 .btn{position:absolute;width:15px;height:70px;top:336px;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev{left:-15px;background:url(../images/prevBtn.png) no-repeat;}
.mod18 #prevTop,.mod18 #nextTop{top:180px;width:27px;height:43px;}
.mod18 #prevTop{background:url(../images/left.png) 0 0 no-repeat;left: 20px;}
.mod18 #nextTop{background:url(../images/right.png) 0 0 no-repeat;right: 20px;}
.mod18 .next{right:-15px;background:url(../images/nextBtn.png) no-repeat;}

.mod18 .picBox{width: 540px; height:380px;position:relative;overflow:hidden;}
.mod18 .picBox ul{width: 540px; height:380px;position:absolute;}
.mod18 .picBox li{float: left; width: 540px; height:380px;overflow: hidden;background-color: #ccc;}
.mod18 .picBox li img{width: 100%;}
.mod18 .listBox{width: 540px; height:70px;position: relative;overflow: hidden;margin-top: 10px;}
.mod18 .listBox ul{height:70px;position:absolute;}
.mod18 .listBox li{float: left; width:100px;height:70px;cursor:pointer;position:relative;margin-right: 10px;overflow: hidden;}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li img{width:100px;height: 70px;}
.mod18 .listBox .on img{width:96px;height:66px;border:2px solid #016bff;}
.mod18 .listBox .on i{display:block;}*/

.info_title {
	font-size: 24px;
	line-height: 32px;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #2480b3;
	font-family: '微软雅黑';
	font-weight: normal;
	text-align: center;
}

.txMovie {
	background-color: #fff;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.txMovie .focus_pic {
	margin-right: 160px;
	position: relative;
	height: 100%;
	width: 988px;
	height: 433px;
	overflow: hidden;
}

.txMovie .focus_pic li {
	position: relative;
	z-index: 0;
	line-height: 0px;
	display: table;
	width: 988px;
	height: 433px;
}

.txMovie .focus_pic li a {
	width: 988px;
	height: 433px;
	overflow: hidden;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.txMovie .focus_pic li a img {
	width: 988px;
}

.txMovie .focus_nav {
	position: absolute;
	right: 0px;
	padding-left: 7px;
	padding-right: 15px;
	background-color: #f3f3f3;
	top: 0;
}

.txMovie .focus_nav a {
	display: block;
	margin: auto;
}

.txMovie .focus_nav a img {
	display: block;
}

.txMovie .focus_nav .tempWrap {
	height: 332px !important;
	overflow: hidden;
	display: block;
	position: relative;
}

#focus_smaillPic_list li {
	padding: 0 0 10px 0px;
	text-align: center;
	line-height: 0px;
}

#focus_smaillPic_list li img {
	width: 125px;
	height: 97px;
	cursor: pointer;
	padding: 2px 2px 2px 11px;
	background: url(../images/productInfoImgSlideLi.jpg) no-repeat;
	background-size: 100% 100%;
}

#focus_smaillPic_list li.on img {
	background: url(../images/productInfoImgSlideHover.jpg) no-repeat;
	background-size: 100% 100%;
}

.zycpxqri {
	float: right;
	width: 580px;
	height: 460px;
	overflow: hidden;
	display: none;
}

.zycpxqribt {
	float: left;
	width: 580px;
	height: 40px;
	overflow: hidden;
}

.zycpxqribt h1 {
	font-weight: normal;
	font-size: 18px;
	color: #016bff;
	border-bottom: dashed 1px #016bff;
	width: 100px;
	padding-bottom: 5px;
	line-height: 30px;
}

.zycpxqri ul {
	height: 180px;
	display: block;
	overflow: hidden;
	float: left;
	width: 270px;
	margin-right: 20px;
	margin-top: 5px;
}

.zycpxqri ul li {
	float: left;
	width: 270px;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
}

.zycpxqri ul li p {
	float: left;
	font-size: 14px;
}

.zycpxqri ul li span {
	float: left;
	font-size: 14px;
}

.zycpxqrijs {
	width: 580px;
	height: 140px;
	overflow: hidden;
}

.zycpxqrijs h1 {
	width: 580px;
	height: 40px;
	border-bottom: dashed 1px #016bff;
	font-weight: normal;
	font-size: 18px;
	color: #016bff;
	line-height: 40px;
}

.zycpxqrijsn {
	width: 580px;
	height: 90px;
	overflow: hidden;
	margin-top: 5px;
}

.zycpxqrijsn p {
	font-size: 14px;
	line-height: 24px;
}

.zycpxqtel {
	width: 282px;
	height: 55px;
	background: url(../images/zycptel.jpg);
	margin-top: 40px;
}

.zycpxqtel h1 {
	font-size: 30px;
	color: #016bff;
	font-style: italic;
	float: right;
	margin-top: 20px;
}

.zycpxqjj {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

#tabcp {
	width: 100%;
	overflow: hidden;
}

.tabcp {
	width: 100%;
	overflow: hidden;
	height: 46px;
	background: url(../images/bg_PITab.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.tabcp_menu {
	padding-left: 13px;
	height: 46px;
	display: block;
	background: url(../images/bg_PITabLeft.jpg) no-repeat left top;
}

.tabcp_menu li {
	float: left;
	width: 94px;
	height: 46px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	display: block;
	overflow: hidden;
}

.tabcp_menu li a {
	width: 100%;
	display: block;
	color: #fff;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	background: url(../images/line_PITab.jpg) no-repeat right;
}

.tabcp_menu span {
	display: block;
	float: right;
	height: 46px;
	width: 13px;
	background: url(../images/bg_PITabRight.jpg) no-repeat right top;
}

.tabcp_menu li.selected a, .tabcp_menu li:hover a {
	background: #48d0d2;
}

.tabcp_menu li:hover b, .tabcp_menu li.selected b {
	display: block;
	width: 17px;
	height: 9px;
	position: absolute;
	left: 50%;
	margin-left: -8.5px;
	bottom: 0;
	background: url(../images/arrow_PITab.png) no-repeat;
}

.tabcp_box {
	width: 100%;
	overflow: hidden;
}

.tabcp_box img {
	max-width: 100%;
}

/*关于我们*/ 

.zygy {
	width: 100%;
	overflow: hidden;
}

.zygytop {
	width: 100%;
	overflow: hidden;
	display: none;
}

.zygytop ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.zygytop ul li {
	float: left;
	width: 120px;
	height: 30px;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin: 0 10px;
}

.zygytop ul li a {
	display: block;
}

.zygytop ul .zygyl {
	background-color: #016bff;
}

.zygytop ul .zygyl a {
	color: #fff;
}

.zygytop ul li:hover {
	background-color: #016bff;
}

.zygytop ul li:hover a {
	color: #fff;
}

.zygybot {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	line-height: 26px;
	font-size: 15px;
}

.zygybot img {
	max-width: 100%;
	height:auto !important;
}

/*新闻中心*/

.zyxw {
	width: 100%;
	overflow: hidden;
}

/*.zyxw ul li{float: left;width: 850px;height: 170px;background-color: #f7fcff; overflow: hidden;margin-bottom: 26px;}
.zyxw ul li .zyxwl{float: left;width: 600px;height: 130px;overflow: hidden;margin-top: 20px;}
.zyxw ul li .zyxwl .zyxwlsj{float: left;width: 100px;height: 90px; border-right: solid 1px #ccc;text-align: center;}
.zyxw ul li .zyxwl .zyxwlsj h1{font-weight: normal;font-size: 48px;color: #888;}
.zyxw ul li .zyxwl .zyxwlsj h2{font-weight: normal;font-size: 16px;color: #888;}
.zyxw ul li .zyxwl .zyxwln{float: left;width: 470px;margin-left: 20px;}
.zyxw ul li .zyxwl .zyxwln h3{float: left; font-size: 16px;width: 470px;height: 20px;overflow: hidden;line-height: 20px;transition: 1s;}
.zyxw ul li .zyxwl .zyxwln p{float: left; width: 470px;height: 70px;font-size: 14px;line-height: 24px;overflow: hidden;}
.zyxw ul li .zyxwl .zyxwck{float: left; width: 100px;height: 30px;display: block;background-color: #e5e5e5;text-align: center;line-height: 30px;font-size: 14px;margin-top: 10px;margin-left: 120px;cursor: pointer;}
.zyxw ul li .zyxwtu{float: left;width: 250px;height: 170px;overflow: hidden;}
.zyxw ul li .zyxwtu img{height: 100%;}
.zyxw ul li:hover .zyxwln h3{color: #016bff;float: left; padding-left: 30px;transition: 1s;}
.zyxw ul li:hover .zyxwck a{color: #fff;}
.zyxw ul li:hover .zyxwck{background-color: #016bff;}*/

.zyxw ul li {
	padding-top: 22px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #a9a9a9;
	padding-right: 27px;
	overflow: hidden;
	display: block;
}

.zyxw ul li dt {
	width: 157px;
	height: 106px;
	float: left;
	padding-right: 20px;
	overflow: hidden;
	display: block;
}

.zyxw ul li img {
	width: 100%;
	height: 100%;
}

.zyxw ul li dd {
	min-height: 106px;
	overflow: hidden;
	display: block;
}

.zyxw ul li h3 a {
	font-size: 16px;
	color: #0066ab;
	font-weight: normal;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.zyxw ul li h3 span {
	font-size: 16px;
	font-family: Arial;
	color: #a2a2a2;
	font-weight: normal;
	line-height: 36px;
	float: right;
}

.zyxw ul li p {
	font-size: 14px;
	color: #808080;
	font-weight: normal;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.zyxw ul li p a {
	font-size: 14px;
	color: #0066ab;
	font-weight: normal;
	line-height: 24px;
}

.zyxwxq {
	width: 100%;
	overflow: hidden;
}

.zyxwxqbt h1 {
	text-align: center;
	font-size: 18px;
	color: #016bff
}

.zyxwxqsj h1 {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}

.zyxwxqn {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}

/*资质证书精品案例*/

.zyzzal {
	width: 100%;
	overflow: hidden;
}

.zyzzal ul {
	float: left;
	width: 1270px;
	overflow: hidden;
}

.zyzzal ul li {
	float: left;
	width: 295px;
	height: 420px;
	overflow: hidden;
	margin-right: 22px;
	margin-bottom: 49px;
	position: relative;
	border-radius: 10px;
	display: block;
}

.zyzzal ul li a {
	width: 295px;
	height: 420px;
	overflow: hidden;
	border-radius: 10px;
	display: block;
}

.zyzzal ul li .zyzzaltu {
	width: 295px;
	height: 420px;
	overflow: hidden;
	border-radius: 10px;
	display: block;
}

.zyzzal ul li .zyzzaltu img {
	width: 100%;
	display: block;
	z-index: 1;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}

.zyzzal ul li .zyzzalk {
	width: 295px;
	height: 40px;
	background-color: rgba(0,150,255,0.50);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 1.2s;
}

.zyzzal ul li .zyzzalk p {
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}

.zyzzal ul li:hover .zyzzaltu img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform: scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform: scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform: scale(1.2, 1.2);
}

.zyzzal ul li:hover .zyzzalk {
	background-color: rgba(0,150,255,1.00);
}

.zyzzalxq {
	width: 100%;
	overflow: hidden;
}

.zyzzalxqbt {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #016bff;
}

.zyzzalxqsj {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.zyzzalxqn {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.zyzzalxqn img {
	max-width: 100%;
	height:auto !important;
}

/*子页留言*/

.zyly {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

.zylytop {
	width: 880px;
	height: 200px;
	overflow: hidden;
}

.zylybot {
	width: 880px;
	overflow: hidden;
}

.liu {
	width: 610px;
	margin: auto;
	margin-top: 30px;
}

.liu li {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.liu li span {
	display: block;
	float: left;
	margin-right: 5px;
	width: 95px;
	text-align: right;
	font-size: 15px;
	line-height: 36px;
	height: 36px;
}

.liu li p {
	display: block;
	float: left;
	width: 300px;
	padding: 0 9px;
	border: 1px solid #cacaca;
	height: 34px;
	overflow: hidden;
	background-color: #fff;
}

.liu li p input {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 34px;
	height: 34px;
	border: none;
	outline: none;
}

.liu li strong {
	display: block;
	float: left;
	margin-left: 10px;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	color: #016bff;
}

.liu li h1 {
	display: block;
	width: 480px;
	height: 120px;
	padding: 7px 9px;
	border: 1px solid #cacaca;
	overflow: hidden;
	background-color: #fff;
}

.liu li h1 textarea {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	height: 120px;
	border: none;
	outline: none;
}

.liu li a {
	display: block;
	float: left;
	margin-right: 10px;
	width: 130px;
	height: 40px;
	overflow: hidden;
	border-radius: 10px;
}

.liu a input {
	width: 130px;
	height: 40px;
	background-color: #016bff;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	border: none;
}

/*子页联系*/

.zylx {
	width: 1250px;
	overflow: hidden;
}

.zylxleft {
	float: left;
	width: 850px;
	height: 400px;
}

.zylxright {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.zylxrit img {
	display: block;
	width: 560px;
	overflow: hidden;
}

.zylxrib {
	width: 560px;
	overflow: hidden;
	margin-top: 20px;
}

.zylxrib h1 {
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: solid 2px #016bff;
	padding-bottom: 5px;
}

/*弹框*/

#btn1 {
	cursor: pointer;
}

.xcConfirm .xc_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666666;
	opacity: 0.5;
	z-index: 2147000000;
}

.xcConfirm .popBox {
	position: fixed;
	left: 50%;
	top: 50%;
	padding-bottom: 20px;
	background-color: #ffffff;
	z-index: 2147000001;
	width: 570px;
	margin-left: -285px;
	margin-top: -160px;
	border-radius: 5px;
	font-weight: bold;
	color: #535e66;
}

.xcConfirm .popBox .ttBox {
	height: 30px;
	line-height: 30px;
	padding: 14px 30px;
	border-bottom: solid 1px #eef0f1;
}

.xcConfirm .popBox .ttBox .tt {
	font-size: 18px;
	display: block;
	float: left;
	height: 30px;
	position: relative;
}

.xcConfirm .popBox .ttBox .clsBtn {
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 22px;
	right: 30px;
	background: url(__PUBLIC__/Home/PC/images/icons.png) -48px -96px no-repeat;
}

.xcConfirm .popBox .txtBox {
	margin: 40px 100px;
	overflow: hidden;
}

.xcConfirm .popBox .txtBox .bigIcon {
	float: left;
	margin-right: 20px;
	width: 48px;
	height: 48px;
	background-image: url(__PUBLIC__/Home/PC/images/icons.png);
	background-repeat: no-repeat;
	background-position: 48px 0;
}

.xcConfirm .popBox .txtBox p {
	margin-top: 16px;
	line-height: 26px;
	overflow-x: hidden;
	overflow-y: auto;
}

.xcConfirm .popBox .btnArea {
	border-top: solid 1px #eef0f1;
}

.xcConfirm .popBox .btnGroup {
	float: right;
}

.xcConfirm .popBox .btnGroup .sgBtn {
	margin-top: 14px;
	margin-right: 10px;
}

.xcConfirm .popBox .sgBtn {
	display: block;
	cursor: pointer;
	float: left;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
}

.xcConfirm .popBox .sgBtn.ok {
	background-color: #0095d9;
	color: #FFFFFF;
}

.xcConfirm .popBox .sgBtn.cancel {
	background-color: #546a79;
	color: #FFFFFF;
}

/*翻页*/

.tcdPageCode {
	padding: 15px 20px;
	text-align: left;
	color: #ccc;
	text-align: center;
}

.tcdPageCode a {
	display: inline-block;
	color: #016bff;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #016bff;
}

.tcdPageCode span.current {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #016bff;
	border: 1px solid #016bff;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}

.zyle_e {
	margin-top: 20px !important;
}

.productFeedback {
	background-color: #f5f5f5;
	border: 1px solid #c9c9c9;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-top: 8px;
	margin-top: 30px;
	width: 848px;
}

.productFeedbackTop {
	text-align: center;
	color: #2480b3;
	font-size: 20px;
	width: 90%;
	margin: 0 auto;
	background: url(../images/line_onlineTable.jpg) repeat-x center;
}

.productFeedbackTop font {
	color: #2480b3;
	font-size: 20px;
	display: inline-block;
	padding: 0px 12px;
	line-height: 40px;
	background: #F5F5F5;
}

.zyle_eb {
	width: 248px !important;
	padding: 10px !important;
}

.zyle_eb ul li {
	width: 100% !important;
}

.lian {
	width: 268px;
	overflow: hidden;
	border: solid 1px #ccc;
	padding: 18px 0;
	margin-top: 20px;
	text-align: center;
	display: none;/*background-image:url(../images/zy_leb.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color: #f2faff;*/
}

.lian span {
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 28px;
	color: #016bff;
	display: block;
	overflow: hidden;
}

.lian p {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
	display: block;
	overflow: hidden;
	margin-bottom: 18px;
}

.lian a {
	width: 130px;
	height: 36px;
	display: block;
	margin: 2px auto;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	background-color: #016bff;
}

/*产品内页*/

.tabcp_box .TabDefault {
	color: #2480b3;
	font-size: 14px;
	line-height: 2em;
	font-weight: normal;
	margin: 0;
}

.tabcp_box .TabDefault span {
	color: rgb(51, 51, 51);
}

.tabcp_box .TDtitle {
	border-bottom: 1px solid #2480b3;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}

.tabcp_box .PIItem {
	width: 100%;
	margin-top: 1em;
}

.PIItem iframe {
	width: 100%;
	height: 450px;
}

.DownloadList li {
	border-bottom: dashed 1px #d5d5d5;
	padding-left: 30px;
	background: url(../images/ico_download.png) no-repeat left center;
}

.DownloadList li a {
	line-height: 46px;
}

.DownloadList li a:hover {
	color: #014586;
}
.clearfix{ *zoom:1}
.clearfix:before,.clearfix:after{ display:table; content:""}
.clearfix:after{ clear:both}
.pro{ width:100%;}
.pro ul{ width:1278px; display:block;}
.pro ul li{ display:block; margin-right:28px; margin-top:30px; width:398px; float:left; position:relative;}
.pro ul li .img{ width:100%; height:250px; overflow:hidden; background-color:#fff; -ms-transition: all 1s ease 0s; -o-transition: all 1s ease 0 -webkit-transition: all 1s ease 0s; transition: all 1s ease 0s;}
.pro ul li .img img{ width:100%; height:100%; display:block; object-fit: cover;}
.pro ul li h4{ display:block; height:40px; padding:0 20px; overflow:hidden; font-weight:normal;}
.pro ul li h4 p{ display:block; float:left; font-size:16px; line-height:40px; color:#333; width:calc(100% - 80px); overflow:hidden; height:40px;}
.pro ul li h4 span{ display:block; float:right; color:#999; font-size:14px; line-height:40px; opacity:0; -ms-transition: all 1s ease 0s; -o-transition: all 1s ease 0 -webkit-transition: all 1s ease 0s; transition: all 1s ease 0s;}
.pro ul li h4 b{ width:14px; height:40px; float:right; display:block;}
.pro ul li h4 b img{ display:block; margin-top:15px; height:10px;}
.pro ul li h4 em{ width:1px; height:20px; display:block; float:right; margin:10px 5px; overflow:hidden; position:relative;}
.pro ul li h4 em:after{ width:1px; height:100%; background-color:#333; display:block; content:''; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); -ms-transition: all 1s ease 0s; -o-transition: all 1s ease 0 -webkit-transition: all 1s ease 0s; transition: all 1s ease 0s; overflow:hidden;}
.pro ul li:hover{ box-shadow:0 0 20px rgba(0,0,0,.2);}
.pro ul li:hover .img{ transform:translateX(10px) translateY(-10px); box-shadow:0 0 10px rgba(0,0,0,.1);}
.pro ul li:after{ width:0; height:1px; background-color:#333; display:block; content:''; position:absolute; left:0; bottom:0; -ms-transition: all 1s ease 0s; -o-transition: all 1s ease 0 -webkit-transition: all 1s ease 0s; transition: all 1s ease 0s; overflow:hidden;}
.pro ul li:hover:after{ width:100%;}
.pro ul li:hover h4 span{ opacity:1;}
.pro ul li:hover h4 em:after{ height:0;}

/*视频弹框*/
.videoBox{ position:fixed; background:rgb(0 0 0 / 60%); left:0; top:0; bottom:0; right:0; display:flex; flex-direction:column; justify-content:center; pointer-events:none; opacity:0; z-index:-1;}
.videoBox.show{ opacity:1; pointer-events:auto; z-index:1990;}
.videoBox video{ display:block; width:800px; margin:0 auto; background-color:#000;}
.videoBox iframe{ display:block; width:800px; height:600px; margin:0 auto;}
.closeVideo{ max-width:150px; background:#fff; margin:30px auto 0; border-radius:55px; padding:10px 30px; width:100%; text-align:center; font-size:15px; cursor:pointer; transition:all ease .3s;}
.closeVideo:hover{ background:#016bff; color:#fff;}

.case{ width:100%;}
.case ul{ width:100%; display:block;}
.case ul li{ margin-top:30px; display:block; position:relative; height:321px;}
.case ul li .bg{ width:calc(100% - 20px); height:calc(100% - 20px); border:5px solid #eee; box-sizing:border-box; position:absolute; left:0; bottom:0; z-index:1;}
.case ul li:nth-child(2n) .bg{ left:auto; right:0;}
.case ul li .img{ width:540px; height:300px; overflow:hidden; z-index:2; position:absolute; top:0; -ms-transition: all 1s ease 0s; -o-transition: all 1s ease 0 -webkit-transition: all 1s ease 0s; transition: all 1s ease 0s}
.case ul li .img img{ width:100%; display:block;}
.case ul li:nth-child(2n+1) .img{ right:0;}
.case ul li:nth-child(2n) .img{ left:0;}
.case ul li:nth-child(2n+1):hover .img{ right:20px; top:20px;}
.case ul li:nth-child(2n):hover .img{ left:20px; top:20px;}
.case ul li .text{ padding-top:20px; width:590px; position:relative; z-index:3;}
.case ul li:nth-child(2n) .text{ float:right;}
.case ul li .text .lh-business-a{ padding:50px; text-align:center;}
.case ul li .text .lh-business-a .lh-fonts{ font-size:18px; line-height:28px; height:28px; overflow:hidden; font-weight:bold;}
.case ul li .text .lh-business-a .lh-viewpoint-res{ font-size:14px; line-height:24px; height:96px; overflow:hidden; margin:20px auto;}
.case ul li .text .lh-business-a .more{ display:block; overflow:hidden; width:130px; height:30px; margin:5px auto; border:1px solid #016bff;}
.case ul li .text .lh-business-a .more span{ display:block; width:100px; text-align:center; line-height:30px; height:30px; color:#016bff; float:left;}
.case ul li .text .lh-business-a .more i{ width:30px; height:30px; background-color:#016bff; display:block; float:left; background:#016bff url(../images/moreh.png) no-repeat center;}
.case ul li:hover .text .lh-business-a .lh-fonts{ color:#016bff;}
.case ul li:hover .text .lh-business-a .more{ background-color:#016bff;}
.case ul li:hover .text .lh-business-a .more span{ color:#fff;}
.case ul li:hover .text .lh-business-a .more i{ background:#fff url(../images/more.png) no-repeat center;}
.case ul li .line{ width:calc(100% - 20px); height:calc(100% - 20px); position:absolute; left:0; bottom:0; z-index:1;}
.case ul li:nth-child(2n) .line{ left:auto; right:0;}
.case ul li .line b{ display:block; width:5px; height:5px; background-color:#666; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.case ul li .line strong{ display:block; width:5px; height:5px; background-color:#666; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.case ul li .line span{ display:block; width:5px; height:5px; background-color:#666; position:absolute; right:0; bottom:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.case ul li .line p{ display:block; width:5px; height:5px; background-color:#666; position:absolute; right:0; bottom:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.case ul li:hover .line b{ width:100%;}
.case ul li:hover .line strong{ height:100%;}
.case ul li:hover .line span{ width:100%;}
.case ul li:hover .line p{ height:100%;}
.case ul li:hover .bg{ box-shadow:0 0 20px rgba(0,0,0,.1);}

.lx{ width:100%;}
.lx .w01{ text-align:center; font-size:24px; font-weight:bold; line-height:34px;}
.lx .w02{ text-align:center; font-size:16px; line-height:26px; text-transform:uppercase;}
.lx .w03{ width:100%; display:flex; flex-wrap:wrap;}
.lx .w03 li{ padding:30px; display:flex; align-items:center; background-color:#f2f2f2; margin-top:30px; margin-left:30px; width:396px; box-sizing:border-box;}
.lx .w03 li:nth-child(3n+1){ margin-left:0;}
.lx .w03 li strong{ width:48px; display:block;}
.lx .w03 li strong img{ width:100%; display:block;}
.lx .w03 li p{ display:block; flex:1; margin-left:15px; font-size:14px; line-height:24px;}

.lbar{ width:860px; float:left;}
.lbar .w01{ width:100%; font-size:24px; line-height:34px; font-weight:bold; overflow:hidden;}
.lbar .w02{ width:100%; font-size:14px; line-height:24px; margin-top:10px; overflow:hidden;}
.lbar .w02 img{ max-width:100%; height:auto !important;}
.lbar .w03{ width:100%; padding-top:35px; overflow:hidden;}
.lbar .w03 .bt{ border-left:5px solid #016bff; padding-left:15px; font-size:18px; line-height:20px; height:20px; font-weight:bold;}
.lbar .w03 .list{ width:100%; display:block; overflow:hidden;}
.lbar .w03 .list li{ width:200px; display:block; float:left; margin-top:15px; margin-left:20px;}
.lbar .w03 .list li:nth-child(4n+1){ clear:left; float:left; margin-left:0;}
.lbar .w03 .list li strong{ width:100%; height:130px; display:block; overflow:hidden; height:auto;}
.lbar .w03 .list li strong img{ width:100%; display:block;}
.lbar .w03 .list li p{ display:block; font-size:14px; line-height:24px; height:24px; overflow:hidden; margin-top:5px;}
.lbar .w03 .list li:hover p{ color:#016bff}
.lbar .w04{ width:100%; padding-top:35px; overflow:hidden;}
.lbar .w04 .bt{ border-left:5px solid #016bff; padding-left:15px; font-size:18px; line-height:20px; height:20px; font-weight:bold;}
.lbar .w04 .wz{ font-size:14px; line-height:24px; margin-top:10px;}
.lbar .w04 .wz img{ max-width:100%; height:auto !important;}
.lbar .w05{ width:100%; padding-top:20px;}
.lbar .w05 .list{ width:100%; display:flex; flex-wrap:wrap;}
.lbar .w05 li{ width:47%; border-bottom:1px dashed #cacaca; float:left; display:block; margin-top:15px; font-size:14px; line-height:24px; padding-bottom:5px;}
.lbar .w05 li:nth-child(2n){ padding-left:6%;}
.lbar .w05 li span{ display:block; float:left; color:#999; width:100px;}
.lbar .w05 li p{ display:block; float:right; width:calc(100% - 100px);}

.lbar .w06{ width:100%; margin-top:40px; overflow:hidden; border-top:1px solid #ddd; border-bottom:1px solid #eee; display:flex;}
.lbar .w06 .bl{ padding-left:35px; padding-right:15px; font-size:18px; border-right:1px solid #ddd; background-color:#f7f7f7; padding-top:22px; line-height:48px;}
.lbar .w06 .br{ flex:1; padding-top:15px; padding-bottom:20px;}
.lbar .w06 .br li{ display:block; padding-left:30px; padding-right:20px; border-left:1px solid #ebebeb; float:left;}
.lbar .w06 .br li:first-child{ border-left:none;}
.lbar .w06 .br li span{ display:block; font-size:16px; line-height:28px; overflow:hidden; color:#136ec2; max-width:120px;}
.lbar .w06 .br li span a{ color:#136ec2; margin-left:8px; display:inline-block; }
.lbar .w06 .br li span a:hover{ text-decoration:underline;}
/*.lbar .w06 .bt{ border-left:5px solid #016bff; padding-left:15px; font-size:18px; line-height:20px; height:20px; font-weight:bold;}
.lbar .w06 .list{ display:block; margin-left:-15px;}
.lbar .w06 .list a{ display:block; padding:0 20px; font-size:16px; line-height:36px; height:36px; border-radius:5px; overflow:hidden; background-color:#f7f7f7; margin-top:15px; margin-left:15px; float:left;}
.lbar .w06 .list a:hover{ color:#016bff;}

.lbar .bt{ position:relative;}
.lbar .bt:before{ width:700px; height:1px; position:absolute; right:0; top:50%; background-color:#eee; content:'';}*/

.rbar{ width:250px; float:right; margin-top:-15px;}
.rbar li{ display:block; margin-top:20px; border:1px solid #eee;}
.rbar li a{ display:block; padding:5px; overflow:hidden;}
.rbar li a img{ width:100%; display:block;}
.rbar li a span{ display:block; font-size:14px; line-height:24px; margin-top:5px;}
.rbar li a:hover span{ color:#016bff;}

.jiej ul li .ov{ overflow:hidden;}
.jiej{ width:100%; display:block; padding-top:5px;}
.jiej ul{ display:block; width:100%; overflow:hidden; padding-bottom:15px;}
.jiej ul li{ display:block; padding-top:25px; padding-bottom:30px; border-bottom:1px solid #cacaca;}
.jiej ul li .w01{ width:100%; margin-bottom:5px;}
.jiej ul li .w01 a{ width:100%; display:block; font-size:20px; line-height:30px; height:30px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.jiej ul li:hover .w01 a{ color:#016bff;}
.jiej ul li .w02{ width:100%; font-size:14px; line-height:24px; color:#666;}
.jiej ul li .w03{ width:100%; font-size:14px; line-height:24px; max-height:72px; color:#666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;}
.jiej ul li .w04{ width:100%; margin-bottom:15px; margin-top:5px;}
.jiej ul li .w04 a{ width:100%; display:block; font-size:14px; line-height:24px; height:24px; color:#999;}
.jiej ul li .w04 a:hover{ color:#016bff;}
.jiej ul li .w05{ width:100%; height:280px;}
.jiej ul li .w05 img{ width:100%; display:block;}