﻿@charset "UTF-8";
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
body {
	min-width: 1200px;
	width: 100%;
	overflow-x: hidden;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "宋体", "Arial";
	color: #333;
}
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;
}
a {
	color: #434343;
	text-decoration: none;
}
a:hover {
	color: #E70012;
	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;
}
/*清除浮动*/

.clearfix {
*zoom:1
}
.clearfix:before, .clearfix:after {
	display: table;
	content: ""
}
.clearfix:after {
	clear: both
}
/*特效*/
.white, .whites {
	position: relative;
	overflow: hidden;
}
.white:after, .whites:after {
	content: '';
	cursor: pointer;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	transform: skewx(-25deg);
}
.white:hover:after {
	left: 100%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}
.whites:hover:after {
	left: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
/*头部*/
.header {
	padding: 20px 0;
	overflow: hidden;
}
.header .logo {
	float: left;
}
.header .logo img {
	display: block;
	width: auto;
}
.header .tel {
	float: right;
	margin-top: 18px;
	text-align: right;
	color: #0c4a97
}
.header .tel strong {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	margin-top: 5px;
	font-weight: 400
}
.header .tel strong span {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	margin-top: 5px;
}
.header .tel p {
	display: block;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	margin-top: 5px;
}
.name {
	margin-top: 5px;
	margin-left: 20px;
	padding-right: 20px;
}
.name p {
	font-size: 16px;
	font-weight: 500;
	color: #222;
	line-height: 28px;
}
.name_l {
	font-size: 20px;
	line-height: 26px;
	color: #333;
	margin-top: 48px;
	margin-left: 20px;
}
.name_l t {
	color: #064893;
}
/*导航*/
.nav_main {
	background: #222;
	border-bottom: 3px #3A3A3A solid;
}
.nav_main .nav li {
	float: left;
	position: relative;
}
.nav_main .nav li span {
	display: block;
	width: 171px;
	color: #fff;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: -webkit-linear-gradient(left, #0F0F0F, #0F0F0F);
	background-image: linear-gradient(to left, #0F0F0F, #0F0F0F);
	background-size: 100% 0;
	transition: all .5s;
}
.nav_main .nav li.cur span, .nav_main .nav li:hover span {
	background-size: 100% 100%;
}
.nav_main .nav li dl {
	width: 171px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 12;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}
.nav_main .nav li 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 li dl dd {
	line-height: 44px;
	height: 44px;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.nav_main .nav li dl dd:first-child {
	border: none;
}
.nav_main .nav li dl dd a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 0;
	background: rgba(0,0,0,0.3);
	text-align: center;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(left, #525C67, #525C67);
	background-image: linear-gradient(to right, #525C67, #525C67);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-size: 0% 100%;
}
.nav_main .nav li dl dd a:hover {
	background-size: 100% 100%;
	padding-left: 10px;
}
/*网站大图*/
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
}
#banner_main .banner {
	height: 700px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 700px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner li:first-child {
	display: block;
}
.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
#banner .tip {
	width: 1000px;
	height: 5px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 40px;
	z-index: 3;
}
#banner .tip span {
	width: 62px;
	height: 5px;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	transition: all .5s;
}
#banner .tip span.cur {
	background: #fac12c;
}
#banner #btn_prev, #banner #btn_next {
	width: 29px;
	height: 63px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	background: url(../images/arrows.png) center no-repeat;
	z-index: 5;
	opacity: 0;
}
#banner #btn_prev {
	background-position: 0;
	left: 6%;
}
#banner #btn_next {
	background-position: -29px;
	right: 6%;
}
#banner:hover #btn_prev, #banner:hover #btn_next {
	opacity: 1;
}
.banner_bot {
	width: 100%;
	padding: 0px 0 0;
	margin: 0 auto;
	background: #222222
}
.banner_bot ul {
	width: 1200px;
	margin: 0 auto
}
.banner_bot li {
	width: 396px;
	margin-right: 4px;
	height: 197px;
	float: left;
	display: inline;
	text-align: center;
}
.banner_bot li:last-child {
	border-right: 0px #e8e8e8 solid;
}
.banner_bot li h3 {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #939393;
}
.banner_bot li p {
	font-size: 12px;
	line-height: 18px;
	color: #939393;
}
/*简介*/
.com_bg {
	background: url(../images/gsbg.jpg) center top no-repeat;
	height: 440px
}
.com_pic {
	padding: 60px 0px 0 0px;
	width: 600px;
	overflow: hidden;
	float:left
}
.com_pic img {
	width: 100%;
}
.com_w {
	padding: 60px 20px 0 20px;
	height: 330px;
	float: left;
	width: 550px;
}
.com_w h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
}
.com_w h2 span {
	color: #E60211;
	font-size: 30px;
}
.com_w p {
	font-size: 22px;
	font-weight: bold;
	color: #848484;
	padding: 15px 0 30px 0;
}
.com_w p:after {
	content: "";
	display: block;
	font-weight: bold;
	color: #848484;
	padding: 0;
	width: 100px;
	height: 3px;
	background: #848484;
	margin-top: 10px;
}
.com_w span {
	font-size: 16px;
	line-height: 28px;
}
.com_w a {
	font-size: 16px;
}
.com_b {
	padding-left: 0px;
	height: 100px;
	width: 550px;
	margin-top: 20px;
}
.com_b img {
	height: 100px;
	width: 580px;
}
.com_b a {
	display: block;
	float: left;
	color: #fff;
	width: 150px;
	text-align: center;
	position: relative;
}
.com_b a+a {
	margin-left: 55px;
}
.com_b a p {
	font-size: 16px;
	line-height: 32px;
	padding-top: 40px;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.com_b a p::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-image: url(../uploadfile/image/20200426/20200426141008_2143618944.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.com_b a:nth-child(1) p:before {
	background-position: 0 0;
}
.com_b a:nth-child(2) p:before {
	background-position: -60px 0;
}
.com_b a:nth-child(3) p:before {
	background-position: -120px 0;
}
.com_b a:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: #2d77cb;
	position: absolute;
	border-radius: 100%;
	top: 42px;
	right: 50px;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.com_b a:hover::after {
	right: 40px;
	top: 40px;
}
.com_b a:hover p {
	letter-spacing: 3px;
	font-weight: bold;
}
/*解决方案*/
.solution-bg {
	width: 100%;
	min-width: 1200px;
	background: #fff;
	padding: 30px 0;
	display: inline-block
}
.ry-bg {
	width: 100%;
	min-width: 1200px;
	background: url(../images/rybg.jpg) center top no-repeat;
	padding: 60px 0;
	display: inline-block
}
.solution-box .comestic-title {
	margin-top: 0px;
}
.solution-box .wzfont {
	font-size: 18px;
	color: #333;
	width: 90%;
	margin: 0 auto;
	height: 40px;
	margin-bottom: 10px;
	line-height: 40px;
	text-align: right
}
.solution-box .wzfont a {
	color: #333;
}
.solution-comm {
	margin-top: 60px;
}
.solution-comm .solution-item li {
	width: 381px;
	height: 297px;
	float: left;
	text-align: center;
	margin-right: 28px;
	margin-bottom: 60px;
	transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
}
.solution-comm .solution-item li .top p {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
	padding: 40px 0 50px 0;
}
.solution-comm .solution-item li .top h2 {
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	font-weight: bold;
	padding: 20px 0 0px 0;
}
.solution-comm .solution-item li .top .border {
	height: 2px;
	width: 20px;
	background: #333;
	margin: 20px auto;
	display: inline-block;
}
.solution-comm .solution-item li .top img {
	padding: 33px 0;
	height: 78px;
}
.solution-comm .solution-item li .top dd {
	font-size: 14px;
	color: #333;
	line-height: 34px;
}
.solution-comm .solution-item li .top dd:hover {
	color: #0d91fe;
}
.solution-comm .solution-item li .bottom {
	display: none1;
}
.solution-comm .solution-item li .bottom img {
	width: 381px;
	height: 297px;
	margin: 0px auto;
}
.solution-comm .solution-item li .bottom h2 {
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	font-weight: bold;
	padding: 20px 0 0px 0;
}
.solution-comm .solution-item li .bottom .border {
	height: 2px;
	width: 20px;
	background: #30cb8b;
	margin: 20px auto;
	display: inline-block;
}
.solution-comm .solution-item li .bottom p {
	font-size: 12px;
	color: #7c7e80;
	line-height: 24px;
}
.solution-comm .solution-item li:nth-child(3n) {
	margin-right: 0px;
}
.solution-comm .solution-item li.second {
}
.solution-comm .solution-item li.third {
}
.solution-comm .solution-item li:hover {
	cursor: pointer;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
/*.solution-comm .solution-item li:hover .top {
	display: none;
}

.solution-comm .solution-item li:hover .bottom {
	display: block;
}*/

/* 产品 */
.product {
	padding: 30px 0;
	background: url(../images/probg.jpg) center top no-repeat #F2F2F2;
	overflow: hidden;
}
.hTitle {
	font-size: 30px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 30px;
	padding-top: 10px;
}
.hTitle strong {
	font-weight: normal;
	position: relative;
}
.hTitle strong:before {
	position: absolute;
	content: "";
	right: -15px;
	width: 6px;
	height: 6px;
	background: #0756b7;
	top: 0;
}
.hTitle span {
	display: block;
	font-size: 12px;
	font-family: Arial;
	opacity: .6;
}
.hMore {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	background: url('../images/micon.png') no-repeat left center;
	padding-left: 22px;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}
.hMore:hover {
	color: #0756b7;
}
.proLeft {
	width: 1200px;
	overflow: hidden;
	height: auto;
}
.proLeft li {
	float: left;
	width: 338px;
	height: 446px;
	overflow: hidden;
	position: relative;
	margin: 0 65px 0px 0;
	text-align: center;
	font-size: 16px
}
.proLeft li div {
	width: 338px;
	height: 406px;
	overflow: hidden;
}
.proLeft li p {
	font-size: 16px;
	line-height: 41px;
	height: 41px;
	color: #333;
	text-align: center;
	width: 100%;
}
.proLeft li a {
	color: #fff;
	font-size: 16px;
	line-height: 41px;
	height: 41px;
	color: #333;
	text-align: center;
	width: 100%;
}
.proLeft li:nth-child(3n) {
	margin-right: 0;
}
.proLeft li img {
	width: 338px;
	height: 406px;
	transition: all 0.5s;
}
.proLeft li:hover img {
	transform: scale(1.1, 1.1);
}
.proMain {
height:;
}
/*.proRight,.proRight .bd{width:511px;height:646px;overflow:hidden;position:relative;}
.proRight{background: url('../images/p_line.jpg') no-repeat left bottom;}
.proRight .bd li{width:511px;height:646px;font-size:13px;}
.proRight.bd li .pImg{display:block;width:511px;height:646px;;overflow:hidden;}
.proRight .bd li img{width:511px;height:646px;transition:all 0.5s;}
.proRight.bd li p{height:68px;line-height:68px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:0 100px 0 30px;color:#fff;}
.proRightli:hover img{transform:scale(1.1,1.1);}
.proRight .hd{position:absolute; bottom:25px; z-index:5;right:20px;font-size:0; line-height:0;height:12px;overflow:hidden;}
.proRight .hd li{z-index:2; cursor:pointer; margin-left:3px; display:inline-block;width:10px; height:10px;*display:inline; zoom:1;border:1px solid #fff;border-radius:100%;opacity:.6;}
.proRight .hd li:hover,.proRight .hd .on{background:#fff;opacity:1;}
*/
.proRight {
	width: 511px;
	overflow: hidden;
	height: 686px;
}
.proRight li {
	float: left;
	width: 511px;
	height: 686px;
	position: relative;
	margin: 0px;
	text-align: center;
	font-size: 16px
}
.proRight li div {
	width: 511px;
	height: 646px;
	overflow: hidden;
}
.proRight li img {
	width: 511px;
	height: 646px;
	transition: all 0.5s;
}
.proRight li:hover img {
	transform: scale(1.1, 1.1);
}
.proRight li a {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	width: 100%;
}
.youshi-section {
	padding: 60px 0;
	background: url(../images/ysbg.jpg) center top no-repeat
}
.youshi-box li {
	float: left;
	width: 396px;
	height: 261px;
	margin-right: 5px;
	margin-bottom: 5px;
	transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
}
.youshi-box li:nth-child(5) {
	margin-right: 0px;
}
.youshi-box li:nth-child(2) {
	margin-right: 0px;
}
.youshi-box li a {
	display: block;
	height: 275px;
	position: relative;
	text-align: center;
	padding: 0px;
}
.youshi-box li.img {
	transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
}
.youshi-box li div img {
	display: block;
	margin: 0px auto;
}
.youshi-box li em {
	width: 160px;
	height: 160px;
}
.youshi-box li h4 {
	margin: 30px 0 0;
	font-size: 23px;
	text-align: center;
	color: #015495;
	font-weight: bold
}
.youshi-box li p {
	margin: 15px 0;
	color: #666;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.youshi-box li:nth-child(1) {
	float: left;
	width: 797px;
	height: 261px;
	;
	background: #eeeeee;
	margin-right: 6px;
	margin-bottom: 5px;
	transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
}
.youshi-box li:nth-child(5) h4 {
	margin: 30px 0 0;
	font-size: 23px;
	text-align: center;
	color: #015495;
	font-weight: bold;
	width: 480px;
	;
}
.youshi-box li:nth-child(5) p {
	width: 330px;
	float: left;
	margin: 15px 0;
	color: #666;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	height: 92px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	padding: 15px 0 0 40px;
}
.youshi-box li:nth-child(6) {
	float: left;
	width: 594px;
	height: 255px;
	;
	background: #eeeeee;
	margin-right: 0px;
	margin-bottom: 10px;
	transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
}
.youshi-box li:nth-child(6) h4 {
	width: 440px;
	;
}
.youshi-box li:nth-child(6) p {
	width: 330px;
	float: left;
	margin: 15px 0;
	color: #666;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	height: 92px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	padding: 15px 0 0 40px;
}
.youshi-box li:nth-child(6) div {
	float: right;
	margin: 0px 0 15px;
	color: #666;
	width: 190px;
}
.youshi-box li span {
	width: 20px;
	height: 16px;
	background: url(../images/ysdot.png) no-repeat 0 0;
	margin: 0 auto;
	display: none1;
}
.youshi-box li:nth-child(6) span {
	width: 20px;
	height: 16px;
	background: url(../images/ysdot.png) no-repeat 0 0;
	margin: 0 auto;
	display: none1;
	position: absolute;
	bottom: 105px;
	left: 45%;
}
.youshi-box li a span {
	display: block;
}
.solution-comm {
	margin-top: 60px;
}
.solution-comm .rongyu li {
	width: 364px;
	height: 256px;
	float: left;
	text-align: center;
	margin-right: 28px;
	margin-bottom: 60px;
	transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
}
.solution-comm .rongyu li .top p {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
	padding: 40px 0 50px 0;
}
.solution-comm .rongyu li .top h2 {
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	font-weight: bold;
	padding: 20px 0 0px 0;
}
.solution-comm .rongyu li .top .border {
	height: 2px;
	width: 20px;
	background: #333;
	margin: 20px auto;
	display: inline-block;
}
.solution-comm .rongyu li .top img {
	padding: 33px 0;
	height: 78px;
}
.solution-comm .rongyu li .top dd {
	font-size: 14px;
	color: #333;
	line-height: 34px;
}
.solution-comm .rongyu li .top dd:hover {
	color: #0d91fe;
}
.solution-comm .rongyu li .bottom {
	display: none1;
}
.solution-comm .rongyu li .bottom img {
	width: 364px;
	height: 256px;
	margin: 0px auto;
}
.solution-comm .rongyu li .bottom h2 {
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	font-weight: bold;
	padding: 20px 0 0px 0;
}
.solution-comm .rongyu li .bottom .border {
	height: 2px;
	width: 20px;
	background: #30cb8b;
	margin: 20px auto;
	display: inline-block;
}
.solution-comm .rongyu li .bottom p {
	font-size: 12px;
	color: #7c7e80;
	line-height: 24px;
}
.solution-comm .rongyu li:nth-child(3n) {
	margin-right: 0px;
}
.solution-comm .rongyu li.second {
}
.solution-comm .rongyu li.third {
}
.solution-comm .rongyu li:hover {
	cursor: pointer;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.section {
	padding: 70px 0;
}
.index .in_title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 32px;
	line-height: 42px;
	font-family: "微软雅黑";
	padding-top: 30px;
	line-height: 50px;
}
.index .in_title b {
	color: #AF2E28;
}
.index .in_title b span {
	color: #000000;
	font-size: 62px;
	line-height: 42px;
	margin-top: -15px;
	font-family: Arial, Helvetica, sans-serif
}
.index .in_title p {
	margin: 0px auto 0 auto;
	font-size: 0;
}
.index .in_title span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 20px;
	padding: 0 5px;
	color: #9D9D9B
}
.index .pro_title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 42px;
	line-height: 42px;
	font-family: "微软雅黑";
}
.index .pro_title b {
	color: #fff;
}
.index .pro_title p {
	margin: 10px auto 0 auto;
	font-size: 0;
}
.index .pro_title span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 26px;
	padding: 0 20px;
	color: #fff
}


/*.index .in_title span:before,.index .in_title span:after{position: absolute;top: 50%;content: '';width: 40px;height: 2px;background-color: #f8bd01;margin-top: -1px;}
.index .in_title span:before{right: 100%;}
.index .in_title span:after{left: 100%;}*/
/*CSS3 左右抖动*/
@-webkit-keyframes shake {
from, to {
-webkit-transform:translate3d(0, 0, 0);
}
20%, 60% {
-webkit-transform:translate3d(-10px, 0, 0);
}
40%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
transform:translate3d(0, 0, 0);
}
20%, 60% {
transform:translate3d(-10px, 0, 0);
}
40%, 80% {
transform:translate3d(10px, 0, 0);
}
}
.index .in-yin {
}
.index .in-yin li {
	float: left;
	width: 286px;
	margin-right: 18px;
}
.index .in-yin li:last-child {
	margin-right: 0;
}
.index .in-yin li a {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.index .in-yin li .img {
	width: 100%;
	height: 400px;
}
.index .in-yin li .img img {
	width: 100%;
	height: 100%;
	display: block;
}
.index .in-yin li .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f8bd01;
	text-align: center;
	font-size: 18px;
	line-height: 85px;
	font-weight: bold;
	color: #333;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.index .in-yin li .tit i {
	position: absolute;
	left: 50%;
	top: -23px;
	width: 46px;
	height: 46px;
	background: no-repeat center #142038;
	margin-left: -23px;
	border-radius: 50%;
}
.index .in-yin li .tit img {
	width: 100%;
	height: 100%;
	display: block;
	filter: invert(100%);
}
.index .in-yin li .text {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.index .in-yin li .wrap {
	color: #fff;
	padding: 80px 30px 0;
}
.index .in-yin li .wrap i {
	width: 46px;
	height: 46px;
	background: no-repeat center #f8bd01;
	margin: 0 auto;
	padding: 9px;
	border-radius: 50%;
	display: block;
}
.index .in-yin li .wrap img {
	width: 100%;
	height: 100%;
	display: block;
}
.index .in-yin li .wrap h4 {
	margin: 0;
	position: relative;
	line-height: 70px;
	font-size: 26px;
	text-align: center;
}
.index .in-yin li .wrap h4:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	height: 3px;
	width: 30px;
	background-color: #fff;
	margin-left: -15px;
}
.index .in-yin li .wrap p {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin: 15px 0 0;
}
.index .in-yin li a:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
.index .in-yin li a:hover .tit {
	bottom: -108px;
}
.index .in-yin li a:hover .text {
	top: 0;
}
/*产品中心*/
.index .in-pro {
	max-width: 1920px;
	margin: 0 auto;
	background: url(../images/cp_bg.jpg) no-repeat center 0;
	background-size: cover;
}
.index .in-pro .in_title {
	color: #fff;
}
.index .in-pro .pro_l {
	float: left;
	width: 260px;
	background-color: #fff;
}
.index .in-pro .pro_l h4 {
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background-color: #f8bd01;
}
.index .in-pro .pro_l .tit {
	line-height: 65px;
	background: #efefef url(../images/cp_ico02.png) no-repeat 210px center;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
}
.index .in-pro .pro_l .tit.cur {
	background-image: url(../images/cp_ico05.png);
	background-color: #fff;
}
.index .in-pro .pro_l .tit a {
	display: block;
	background: url(../images/cp_ico01.png) no-repeat 25px center;
	padding-left: 55px;
}
.index .in-pro .pro_l ul {
	overflow: hidden;
	margin: 0 15px;
}
.index .in-pro .pro_l li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
	border-bottom: #efefef 1px solid;
	background: url(../images/cp_ico03.png) no-repeat 18px center;
	padding-left: 45px;
}
.index .in-pro .pro_l li:last-child a {
	border: 0;
}
.index .in-pro .pro_l li a:hover {
	background-image: url(../images/cp_ico04.png);
}
.index .in-pro .pro_l .tel {
	margin: 10px;
	background: #e9e9e9 url(../images/cp_tel.gif) no-repeat center 34px;
	padding: 72px 0 30px;
	text-align: center;
}
.index .in-pro .pro_l .tel b {
	display: block;
	font-size: 30px;
}
.index .in-pro .pro_r {
	float: right;
	width: 920px;
}
.index .in-pro .pro_r li {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.index .in-pro .pro_r li:nth-child(3n) {
	margin-right: 0;
}
.index .in-pro .pro_r li a {
	display: block;
}
.index .in-pro .pro_r li .img {
	width: 100%;
	height: 225px;
	overflow: hidden;
}
.index .in-pro .pro_r li .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .5s;
}
.index .in-pro .pro_r li p {
	padding: 0 15px;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #e0e0e0;
	transition: all .5s;
}
.index .in-pro .pro_r li a:hover p {
	background-color: #f8bd01;
	color: #333;
}
.index .in-pro .pro_r li:hover .img img {
	transform: scale(1.1);
}
/*应用案例*/
.index .in-case {
	background: #F6F6F6
}
.index .in-case .case {
	position: relative;
	height: 517px;
}
.index .in-case .hd {
	margin-bottom: 40px;
	text-align: center;
}
.index .in-case .hd a {
	display: block;
	line-height: 40px;
	width: 160px;
	font-size: 14px;
	border: 1px solid #ebebeb;
}
.index .in-case .hd li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.index .in-case .hd li.on a, .index .in-case .hd li:hover a {
	background-color: #f8bd01;
	border-color: #f8bd01;
	color: #fff;
}
.index .in-case .bd dl {
	position: relative;
	float: left;
	width: 556px;
	padding: 0px;
	margin-right: 60px;
	transition: all .5s;
}
.index .in-case .bd dl a h4 {
	margin-bottom: 6px
}
.index .in-case .bd dl:nth-child(2) {
	margin-right: 0px;
}
.index .in-case .bd dt {
	width: 100%;
	height: 329px;
	overflow: hidden;
}
.index .in-case .bd dt img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.index .in-case .bd dt a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index .in-case .bd dd {
	padding: 0px; width:100%;;
	line-height: 33px;
	font-size: 14px;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;
}
.index .in-case .bd dd h4 {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	margin: 15px 0;
}
.index .in-case .bd dd p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: justify;
	overflow: hidden;
}
.index .in-case .bd dd .more {
	display: block;
	width: 112px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 7px 0;
	background-color: #000000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.index .in-case .bd dd .more:hover {
	-webkit-animation: shake 1.5s linear;
	animation: shake 1.5s linear;
}
.index .in-case .prev, .index .in-case .next {
	background: no-repeat center;
	width: 58px;
	height: 58px;
	position: absolute;
	top: 50%;
	margin-top: -29px;
	border-radius: 50%;
}
.index .in-case .prev {
	background-image: url(../images/case_lico01.png);
	left: -68px;
}
.index .in-case .prev:hover {
	background-image: url(../images/case_lico02.png);
	box-shadow: 0 3px 5px 3px rgb(0 0 0 / 10%);
	z-index: 2;
	-webkit-transform: translate(0, -2px);
	-webkit-transform: translate(0, -2px);
}
.index .in-case .next {
	background-image: url(../images/case_rico01.png);
	right: -68px;
}
.index .in-case .next:hover {
	background-image: url(../images/case_rico02.png);
	box-shadow: 0 3px 5px 3px rgb(0 0 0 / 10%);
	z-index: 2;
	-webkit-transform: translate(0, -2px);
	-webkit-transform: translate(0, -2px);
}
/*小banner*/
.index .in-tel {
	background: url(../images/ban01.jpg) no-repeat center 0;
	height: 150px;
	overflow: hidden;
	padding: 78px 0 0;
}
.index .in-tel p {
	width: 530px;
	float: right;
}
.index .in-tel p span {
	display: block;
	float: left;
	font-size: 14px;
	color: #333;
	background: url(../images/ban_tel.png) no-repeat 0 15px;
	width: 270px;
	padding: 0 0 0 45px;
	line-height: 28px;
}
.index .in-tel p b {
	display: block;
	font-size: 30px;
	color: #fff;
	font-family: "DINOT";
}
.index .in-tel p em {
	display: block;
	width: 148px;
	float: left;
	padding: 3px 0 0;
}
.index .in-tel p em a {
	font-size: 14px;
	color: #333;
	display: block;
	background: url(../images/ban_btn.png) no-repeat;
	width: 128px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 0 0 20px;
}
.index .in-tel p em a:hover {
	-webkit-animation: shake 1.5s linear;
	animation: shake 1.5s linear;
}
/*新闻动态*/
.index .in-news {
	background-color: #f3f3f3;
}
.index .in-news .news .hd {
	font-size: 0;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 1px #CCC solid;
	height: 44px;
	margin-top: 60px;
}
.index .in-news .news .hd h2 {
	width: 400px;
	float: left;
	font-size: 35px;
	font-weight: bold;
	line-height: 30px;
}
.index .in-news .news .hd ul {
	width: 800px;
	float: right
}
.index .in-news .news .hd li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.index .in-news .news .hd li a {
	display: block;
	line-height: 40px;
	width: 140px;
	font-size: 18px;
	text-align: center;
	border-bottom: 4px #f3f3f3 solid;
	;
}
.index .in-news .news .hd li.on a {
	color: #333333;
	border-bottom: 4px #0d91fe solid;
	font-weight: bold
}
.index .in-news .news .bd ul {
	margin-left: -40px;
	display: none;
}
.index .in-news .news .bd li:nth-child(1) {
	float: left;
	width: 358px;
	margin-left: 20px;
}
.index .in-news .news .bd li {
	float: right;
	width: 850px;
}
.index .in-news .news .bd li a {
	display: block;
	margin-left: 40px;
	margin-top: 0px;
	overflow: hidden;
	line-height: 34px;
}
.index .in-news .news .bd li .img {
	width: 358px;
	height: 169px;
	overflow: hidden;
}
.index .in-news .news .bd li .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 1s;
}
.index .in-news .news .bd li a:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index .in-news .news .bd li .date {
	float: left;
	width: 110px;
	color: #aaa8a8;
	padding: 0px;
	text-align: left;
	line-height: 34px;
}
.index .in-news .news .bd li .date b {
	display: block;
	font-size: 50px;
	color: #333;
	font-family: Impact;
	margin-bottom: 6px;
}
.index .in-news .news .bd li .info {
	margin-left: 110px;
	padding: 0px;
}
.index .in-news .news .bd li .info h4 {
	font-size: 15px;
	font-weight: normal;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #545454
}
.index .in-news .news .bd li .info h4:hover {
	color: #0d91fe
}
.index .in-news .news .bd li .info p {
	color: #888;
	margin: 10px 0 0;
	overflow: hidden;
	line-height: 1.8;
	text-align: justify;
	height: 50px;
}
.index .in-news .news .bd li .nmore {
	background: url(../images/moredot.jpg) 10px center no-repeat;
	width: 100px;
	padding-left: 20px;
	font-size: 14px;
	color: #008aff;
	line-height: 24px;
	text-align: right;
	float: right;
	transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
}
.index .in-news .news .bd li .nmore:hover {
	background: url(../images/moredot.jpg) 15px center no-repeat;
	width: 100px;
	padding-left: 20px;
	font-size: 14px;
	color: #008aff;
	line-height: 24px;
	text-align: right;
	float: right
}
/*关于我们*/
.index .in-about {
	padding-bottom: 0;
}
.index .in-about .about {
	background-color: #f5f5f5;
}
.index .in-about dt {
	float: left;
	width: 660px;
	height: 415px;
	overflow: hidden;
}
.index .in-about dt img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: 1s;
	transition: 1s;
}
.index .in-about dt:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index .in-about dd {
	margin-left: 660px;
	padding: 60px 40px 0;
}
.index .in-about dd h4 {
	font-size: 28px;
	font-weight: bold;
	line-height: 45px;
}
.index .in-about dd p {
	color: #666;
	line-height: 1.8;
	text-align: justify;
	margin: 20px 0 0;
}
.index .in-about dd .more {
	display: inline-block;
	margin-top: 30px;
	padding: 7px 25px;
	background-color: #f8bd01;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
}
.index .in-about dd .more:hover {
	-webkit-animation: shake 1.5s linear;
	animation: shake 1.5s linear;
}
/*荣誉资质*/
.index .in-honor {
	padding-top: 0;
}
.index .in-honor .honor {
	background-color: #f5f5f5;
}
.index .in-honor .tit {
	background: #f7f7f7 url(../images/photo_line.png) no-repeat 0 62px;
	height: 124px;
	line-height: 124px;
	overflow: hidden;
}
.index .in-honor .tit a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.index .in-honor .tit span {
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	width: 100px;
	text-align: center;
}
.index .in-honor .tit em {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 0;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 3px 10px 3px rgba(248,162,48,0.2);
	background: url(../images/photo_ico.png) no-repeat 0 center;
	margin: 35px 15px 0 30px;
}
.index .in-honor .bd {
	height: 230px;
	overflow: hidden;
}
.index .in-honor .bd li {
	float: left;
	width: 230px;
	margin-right: 12px;
}
.index .in-honor .bd li .img {
	width: 230px;
	height: 173px;
	overflow: hidden;
}
.index .in-honor .bd li .img img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: 1s;
	transition: 1s;
}
.index .in-honor .bd li .text {
	text-align: center;
	padding: 15px 0;
}
.index .in-honor .bd li a:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*******内页样式********/
.nybanner {
	width: 100%;
	position: relative;
	height: 350px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/nybanner.jpg);
}
.submian {
	padding-bottom: 30px;
	padding-top: 30px;
	background: #fff
}
/*当前位置*/
.sobtitle {
	line-height: 46px;
	color: #333;

	margin-bottom: 20px;
	text-align:left
}
.sobtitle b {
	font-weight: normal;
	padding-left: 8px;
}
.sobtitle a {
	color: #333;
}
.sobtitle a:hover {
	color: #fac12c;
}
.sobtitle span {
	font-family: '宋体';
	padding: 0 5px; float:right; color:#B7B7B7; font-size:14px
}
.submian .pro-tit {
	height: 50px;
	font-size: 24px;
	font-weight: normal;
	line-height: 50px;

	margin-bottom: 15px;
}
.submian .pro-tit span {
	display: inline-block;
	height: 50px;
	
}
/*单页分类*/
.submian .menu {
	background: #f4f4f4;
	margin-bottom: 20px;
}
.submian .menu span {
	width: 1px;
	height: 16px;
	margin: 0 16px 0 14px;
	background-position: -206px -36px;
}
.submian .menu li {
	position: relative;
	width: 20%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	background: #f4f4f4;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.submian .menu li:nth-child(5n) {
	border: 0;
}
.submian .menu li a {
	display: block;
	color: #444;
}
.submian .menu li a:after {
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent;
	border-bottom-color: #f4f4f4;
	border-width: 10px 10px 10px 10px;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0;
	transition: all .5s;
}
.submian .menu li a.on, .submian .menu li a:hover {
	background: #fac12c;
	color: #fff;
}
.submian .menu li a.on:after, .submian .menu li a:hover:after {
	border-bottom-color: #fff;
}
.submian .subright {
	width: 240px;
	padding: 0px;

}
.submian .subright .title {
	height: 42px;
	background: #E70012;margin-bottom:8px;
}
.submian .subright .title h2 {
	height:42px;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	color: #fff;
	text-align: center; 
}
/*栏目分页*/
.submian .subright .lefta {
	margin-bottom: 20px;
}
.submian .subright.lefta .comt ul li span {
	display: block;
	height: 40px;
	line-height: 40px;
	background: url(../images/jia.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
	overflow: hidden;
	transition: all .5s;
}
.submian .subright.lefta .comt ul li {
}
.submian .subright .lefta .comt ul li a {
	display: block;
	height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 240px; background:#EBEBEB;
	line-height: 40px;
	margin-bottom: 8px; text-align:center
}
.submian .subright .lefta .comt ul li.cur span, .submian .subright .lefta .comt ul li:hover span {
	background: url(../images/jian.png) no-repeat right center #fac12c;
}
.submian .subright .lefta .comt ul li.cur a, .submian .subright .lefta .comt ul li:hover a {
	color: #fff;
	background: #ACACAC
}
.submian .subright .lefta .comt ul li .boxlist {
	display: none;
	padding: 1px 0 2px;
}
.submian .subright .lefta .comt ul li .boxlist li {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 54px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
	overflow: hidden;
}
.submian .subright .lefta .comt ul li .boxlist li:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .5s;
}
.submian .subright .lefta .comt ul li .boxlist li.cur:after, .submian .subright .lefta .comt ul li .boxlist li:hover:after {
	border-color: #fac12c;
}
.submian .subright .lefta .comt ul li .boxlist li a {
	display: block;
	font-size: 16px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}
.submian .subright .lefta .comt ul li .boxlist li.cur a, .submian .subright .lefta .comt ul li .boxlist li:hover a {
	color: #fac12c;
}
.submian .subright .lefta .comt ul li.cur .boxlist {
	display: block;
}
/*联系我们*/
.submian .subright .contact1 {
	background: #fac12c;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.submian .subright .contact1 .img img {
	width: 100%;
	display: block;
}
.submian .subright .contact1 p {
	padding-top: 15px;
}
.submian .subright .contact1 p img {
	vertical-align: middle;
	margin-right: 5px;
}
.submian .subright .contact1 span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 20px;
	padding-top: 10px;
}
.submian .subright .contact2 {
	height: 140px;
	background: url(../images/contact-z1.jpg) no-repeat;
	color: #333;
	margin-bottom: 20px;
}
.submian .subright .contact2 p {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	padding: 37px 0 0 95px;
	background: url(../images/contact-z1_tel.png) no-repeat 74px 44px;
}
.submian .subright .contact2 span {
	display: block;
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	padding-left: 73px;
}
/*内页右侧*/
.submian .subleft {
	width: 900px;
	padding: 30px 0px 30px 30px;
	
	;
}
/*默认单页*/
.submian .Aboutpage {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	min-height: 400px;
}
.submian .Aboutpage img {
	max-width: 100%;
}
.submian .Aboutpage .t {
	padding: 0 0 25px;
	color: #fac12c;
	font-size: 18px;
}
/*联系我们*/
.submian .contact .in_title {
	color: #333;
	text-align: center;
	font-size: 40px;
	line-height: 42px;
	margin: 40px 0;
}
.submian .contact .in_title b {
	color: #f8bd01;
}
.submian .contact .in_title p {
	margin: 0;
	font-size: 0;
}
.submian .contact .in_title span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 20px;
	padding: 0 20px;
}
.submian .contact .in_title span:before, .submian .contact .in_title span:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #f8bd01;
	margin-top: -1px;
}
.submian .contact .in_title span:before {
	right: 100%;
}
.submian .contact .in_title span:after {
	left: 100%;
}
.submian .contact .lianxi li {
	float: left;
	border: 1px solid #eee;
	width: 263px;
	height: 180px;
	text-align: center;
	margin-right: 20px;
	color: #666;
	margin-bottom: 30px;
	line-height: 160%;
	padding: 0 10px;
	background: #f5f5f5;
}
.submian .contact .lianxi li.last {
	float: right;
	margin-right: 0px
}
.submian .contact .lianxi li img {
	margin-top: 20px;
	width: 46px;
}
.submian .contact .lianxi li i {
	display: block;
	font-size: 14px;
	color: #333;
	padding-bottom: 8px;
	font-style: normal;
	padding-top: 10px;
}
.submian .contact .lianxi li span {
	display: block;
	color: #333;
	font-size: 18px;
}
.submian .contact .lianxi li.last span {
	font-size: 15px;
}
/*文章列表*/
.submian .Newslist {
}
.submian .Newslist .list {
	padding-bottom: 20px;
}
.submian .Newslist .item {
	display: block;
	padding: 20px;
	border: 1px solid #dedede;
	margin-bottom: 15px;
	transition: all .5s;
}
.submian .Newslist .item a {
	display: block;
}
.submian .Newslist .item .img {
	position: relative;
	width: 200px;
	height: 150px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.submian .Newslist .item img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.submian .Newslist .item a:hover img {
	transform: scale(1.1, 1.1);
}
.submian .Newslist .item .txt {
	position: relative;
	width: 650px;
	height: 150px;
}
.submian .Newslist .item .txt h3 {
	font-size: 18px;
	line-height: 40px;
	transition: all .5s;
}
.submian .Newslist .item .txt p {
	color: #797979;
	line-height: 24px;
	text-align: justify;
	height: 72px;
	overflow: hidden;
}
.submian .Newslist .item .txt .more {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	float: right;
	background: #b6b6b6;
	color: #fff;
	transition: all .5s;
}
.submian .Newslist .item:hover {
	border-color: #fac12c;
}
.submian .Newslist .item:hover .txt h3 {
	color: #fac12c;
}
.submian .Newslist .item:hover .txt .more {
	background: #fac12c;
}
/*产品列表*/
.Prolist ul.list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.Prolist ul.list li.item {
	float: left;
	position: relative;
	width: 298px;
	margin-bottom: 15px;
	margin-right: 15px;
	border: 1px solid #dedede;
	transition: all .5s;
}
.Prolist ul.list li.item:nth-child(3n) {
	margin-right: 0;
}
.Prolist ul.list li.item a {
	display: block;
}
.Prolist ul.list li.item h3 {
	width: 100%;
	height: 56px;
	color: #666;
	font-size: 18px;
	text-align: center;
	display: block;
	line-height: 56px;
	transition: all .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Prolist ul.list li.item .img {
	width: 100%;
	height: 224px;
	overflow: hidden;
}
.Prolist ul.list li.item .img img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.Prolist ul.list li.item:hover {
	border-color: #fac12c;
}
.Prolist ul.list li.item:hover h3 {
	color: #fac12c;
}
.Prolist ul.list li.item:hover .img img {
	transform: scale(1.1);
}
/*图片列表*/
.Piclist ul.list {
	float: left;
	width: 100%;
}
.Piclist ul.list li {
	position: relative;
	display: block;
	float: left;
	width: 294px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #dedede;
	background: #fff;
	transition: all .5s;
}
.Piclist ul.list li:nth-child(3n) {
	margin-right: 0;
}
.Piclist ul.list li a {
	display: block;
}
.Piclist ul.list li .img {
	position: relative;
	width: 294px;
	height: 221px;
	overflow: hidden;
}
.Piclist ul.list li .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.Piclist ul.list li .tit {
	position: relative;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}
.Piclist ul.list li .tit h3 {
	color: #4b4b4b;
	font-size: 16px;
	line-height: 22px;
	transition: all .5s;
}
.Piclist ul.list li .tit p {
	color: #666;
	line-height: 20px;
	text-align: justify;
	padding: 10px 0;
	height: 40px;
	overflow: hidden;
}
.Piclist ul.list li .tit span {
	width: 100px;
	height: 28px;
	display: inline-block;
	border: 1px solid #aaa;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	transition: all .5s;
}
.Piclist ul.list li:hover {
	border-color: #fac12c;
}
.Piclist ul.list li:hover .img img {
	transform: scale(1.1);
}
.Piclist ul.list li:hover .tit h3 {
	color: #fac12c;
}
.Piclist ul.list li:hover .tit span {
	color: #fff;
	border-color: #fac12c;
	background: #fac12c;
}
/*图片列表*/
.Imglist .list {
	padding: 0;
}
.Imglist .list .item {
	float: left;
	margin-bottom: 16px;
	margin-right: 16px;
}
.Imglist .list .item:nth-child(4n) {
	margin-right: 0;
}
.Imglist .list .item a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.Imglist .list .item .img {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 10px 10px;
	background: #fff;
}
.Imglist .list .item .img img {
	display: block;
	width: 266px;
	height: 200px;
}
.Imglist .list .item .img .bg {
	position: absolute;
	top: 10px;
	width: 266px;
	height: 200px;
	background: url(../images/da.png) center no-repeat;
	background-color: rgba(250,193,44,.8);
	opacity: 0;
	transition: all .5s;
}
.Imglist .list .item h3 {
	width: 100%;
	color: #555;
	text-align: center;
	display: block;
	line-height: 50px;
	background: #f0f0f0;
	transition: all .5s;
}
.Imglist .list .item:hover .img .bg {
	opacity: 1;
}
/*留言表单*/
.formData {
	padding-bottom: 20px;
}
.formData .t2 {
	padding: 28px 0 48px;
	text-align: center;
}
.formData .t2 .titb {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 16px;
}
.formData .t2 .txt {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.formData .t2 .txt span {
	font-weight: bold;
	color: #fac12c;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 560px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e5e5e5;
	margin-right: 76px;
	margin-bottom: 30px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #666;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 16px;
}
.formData .item .txt {
	width: 490px;
	height: 50px;
	line-height: 50px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 1198px;
	height: 240px;
	border: 1px solid #e5e5e5;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 1178px;
	height: 214px;
	line-height: 28px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #666;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 46px;
	border: 2px solid #fac12c;
	margin-right: 2px;
	text-align: center;
	background: #fac12c;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	outline: none;
	transition: all .5s;
}
.formData .sub:hover {
	background: none;
	color: #fac12c;
}
.formData .yzm {
	width: 432px;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 3px;
	top: 3px;
	border: 0px;
	display: block;
}
/*产品详情*/
.showproduct .tod {
	position: relative;
	padding: 12px 20px 16px 20px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #eee;
}
.showproduct .showImg {
	position: relative;
	width: 400px;
	height: auto;
	overflow: hidden;
	margin-right: 26px;
}
.showproduct .showImg .showImg_top {
	width: 400px;
	height: 300px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
}
.showproduct .showImg .showImg_top .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}
.showproduct .showImg .showImg_top .swiper-prev, .showproduct .showImg .showImg_top .swiper-next {
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 22;
	cursor: pointer;
	outline: none;
}
.showproduct .showImg .showImg_top .swiper-prev {
	left: 4%;
	border-style: none none solid solid;
}
.showproduct .showImg .showImg_top .swiper-next {
	right: 4%;
	border-style: solid solid none none;
}
.showproduct .showImg .showImg_top .swiper-pagination-fraction {
	color: #fff;
	bottom: 6px;
	text-align: right;
	padding-right: 10px;
	text-shadow: 0 0 5px #000;
	box-sizing: border-box;
}
.showproduct .showImg .showImg_top h3 {
	position: absolute;
	left: 10px;
	bottom: 5px;
	color: #fff;
	z-index: 11;
	padding-left: 22px;
	background: url(../images/click.png) no-repeat center left;
	background-size: 18px;
	text-shadow: 0 0 5px #000;
}
.showproduct .showImg .showImg_thumbs {
	margin-top: 10px;
	height: auto;
	box-sizing: border-box;
}
.showproduct .showImg .showImg_thumbs .swiper-slide {
	width: 92.5px!important;
	height: 68px;
	margin-right: 10px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .5s;
}
.showproduct .showImg .showImg_thumbs .swiper-slide img {
	width: 90.5px;
	height: 66px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.showproduct .showImg .showImg_thumbs .swiper-slide-thumb-active {
	border-color: #fac12c;
}
.showproduct .baseInfo {
	width: 460px;
}
.showproduct .baseInfo .t {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #454545;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #e6e6e6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.showproduct .baseInfo .desc {
	color: #666;
	line-height: 24px;
	font-size: 14px;
	max-height: 168px;
	margin-bottom: 76px;
	text-align: justify;
	overflow: hidden;
}
.showproduct .baseInfo .webtel {
	width: 460px;
	height: 50px;
	border-top: 2px solid #e6e6e6;
	padding-top: 10px;
	position: absolute;
	bottom: 16px;
	right: 18px;
}
.showproduct .baseInfo .webtel .tel {
	height: 45px;
	padding-left: 70px;
	background: url(../images/por_tel.png) no-repeat 10px center;
	font-size: 16px;
	line-height: 22px;
	color: #454545;
}
.showproduct .baseInfo .webtel .tel strong {
	display: block;
	color: #fac12c;
	font-size: 24px;
}
.showproduct .baseInfo .webtel a {
	float: right;
	width: 120px;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	background: #fac12c;
}
.showproduct .pro_tit {
	position: relative;
}
.showproduct .pro_tit h2 {
	font-size: 24px;
	background: #f2f2f2;
	padding: 12px;
	color: #000;
	font-weight: normal;
	margin: 40px 0 20px;
}
.showproduct .pro_tit h2:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 22px;
	background: #fac12c;
	left: 0;
	top: 15px;
}
.showproduct .pro_tit h2 span {
	font-weight: normal;
	color: #d6d6d6;
	display: inline-block;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 18px;
}
/*热品推荐*/
.Randompro {
}
.Randompro .tit {
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 30px;
	padding-top: 26px;
}
.Randompro .tit b {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	color: #464646;
	padding-left: 30px;
	border-bottom: 2px solid #393939;
	background: url(../images/pro_tit.png) no-repeat 0px center;
}
.Randompro .tit span {
	margin-left: 10px;
	font-size: 18px;
	font-family: Arial;
	color: #c2c2c1;
	text-transform: uppercase;
}
.Randompro ul li {
	float: left;
	width: 220px;
	border: 1px solid #dfdfdf;
	margin-right: 16px;
	box-sizing: border-box;
	margin-bottom: 10px;
	transition: all .5s;
}
.Randompro ul li:nth-child(4n) {
	margin-right: 0;
}
.Randompro ul li .img {
	width: 100%;
	height: 164px;
}
.Randompro ul li .img img {
	width: 100%;
	height: 100%;
	display: block;
}
.Randompro ul li .txt {
	padding: 10px;
}
.Randompro ul li .txt h3 {
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	transition: all .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Randompro ul li .txt p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Randompro ul li:hover {
	border-color: #fac12c;
}
.Randompro ul li:hover h3 {
	color: #fac12c;
}
/*文章详情*/
.submian .subleft .conBox {
	width: 870px;
}
.submian .subleft .conBox .ArticleTitle h1 {
	font-size: 28px;
	text-align: left;
	padding: 20px 0px 10px;
	font-weight: bold;
}
.submian .subleft .conBox .ArticleTitle h2 {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}
.submian .subleft .conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}
.submian .subleft .conBox .ArticleMessage span:first-child {
	margin-left: 0;
}
.submian .subleft .conBox .ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 12px;
}
.submian .subleft .conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}
.submian .subleft .conBox .ArticleTencont {
	padding: 5px 0px 20px 0px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	overflow: hidden;
}
.submian .subleft .conBox .ArticleTencont img {
	max-width: 100%;
}
/*推荐资讯*/
.Randomnews {
}
.Randomnews .tit {
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 20px;
	padding-top: 26px;
}
.Randomnews .tit b {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	color: #464646;
	padding-left: 30px;
	border-bottom: 2px solid #393939;
	background: url(../images/pro_tit.png) no-repeat 0px center;
}
.Randomnews .tit span {
	margin-left: 10px;
	font-size: 18px;
	font-family: Arial;
	color: #c2c2c1;
	text-transform: uppercase;
}
.Randomnews ul li {
	float: left;
	width: 455px;
	font-size: 14px;
	line-height: 40px;
	margin-right: 20px;
	border-bottom: 1px dashed #ccc;
	transition: all .5s;
}
.Randomnews ul li:nth-child(2n) {
	margin-right: 0;
}
.Randomnews ul li span {
	color: #666;
}
.Randomnews ul li:hover h3 {
	color: #fac12c;
}
/*内容分页*/
.reLink {
	margin: 10px auto 10px;
	padding-top: 10px;
	border-top: 1px dashed #b5b5b5;
}
.reLink span {
	display: inline-block;
	background-color: #a2a2a2;
	color: #fff;
	padding: 0 15px;
	margin-right: 10px;
}
.reLink .prevLink, .reLink .nextLink {
	line-height: 32px;
	margin-bottom: 5px;
	color: #666;
}
.reLink .prevLink a, .reLink .nextLink a {
	height: 38px;
	line-height: 38px;
	color: #666;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
	color: #fac12c;
}
/*浮动客服*/
.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #DFA40B;
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.toolbar dd:first-child {
	margin-top: 0;
}
.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../images/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #fac12c;
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #fac12c;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #fac12c;
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #fac12c;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #333;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
/*网站标签*/
.tags_list {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.tags_list dt {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 14.66666667%;
}
.tags_list dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.tags_list dt a:hover {
	background: #ccc;
	color: #fff;
}
.tags {
	overflow: hidden;
	margin-bottom: 20px;
}
.tags span {
	float: left;
	display: block;
	line-height: 40px;
}
.tags a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}
.tags a:hover {
	background: #fac12c;
	border-color: #fac12c;
	color: #fff;
}
/*分页样式*/
.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a, .pglist span {
	color: #999;
	padding: 0 15px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	background: #fff;
	border: 1px solid #f2f2f2;
}
.pglist a:hover, .pglist a.cur {
	display: inline-block;
	color: #fff;
	background: #fac12c;
	border-color: #fac12c;
	box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}
/*友情链接*/
.links {
	height: 82px;
	line-height: 82px;
	background: #064893;
}
.links p:nth-child(1) {
	font-size: 16px;
	color: #fff;
	padding-left: 35px;
	background: url(../images/linkpic.png) no-repeat left center;
	margin-right: 15px;
}
.links p:nth-last-child(1) a {
	font-size: 14px;
	color: #fff;
}
.links p:nth-last-child(1) a:hover {
	text-decoration: underline;
}
/*版权*/
.copyright {
	background: #000000;
}
.crcenter {
	height: 250px;
}
.crcenter .crp {
	font-size: 18px;
	color: #ffffff;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.crcenter .crp:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 24px;
	height: 2px;
	background: #999999;
}
.kslj { width:700px;padding-top:40px;
}

.kslj p{ color: #9D9D9D;  font-size:16px
}
.kslj p a{ color: #9D9D9D;  font-size:16px
}

.kslj h2{ color: #AE2F29;  font-size:26px; line-height:50px;
}

.kslj a:hover {
	color: #fff;
}
.kslj li {
	float: left;
}
.kslj li+li {
	margin-left: 65px;
}
.kslj dl {
	float: left;
}
.kslj dl+dl {
	margin-left: 50px;
}
.kslj {
	padding-top: 70px;
}
.crconcat {
	margin-left: 118px;
	padding: 40px 72px;
	border-left: 1px solid #414141;
	height: 249px;
	border-right: 1px solid #414141;
}
.crconcat dl p {
	font-size: 14px;
	color: #999999;
	line-height: 45px;
	padding-left: 37px;
}
.crconcat dl p:nth-child(1) {
	background: url(../images/telx.png) no-repeat left center;
}
.crconcat dl p:nth-child(2) {
	background: url(../images/lxrico.png) no-repeat left center;
}
.crconcat dl p:nth-child(3) {
	background: url(../images/mailpic.png) no-repeat left center;
}
.crconcat dl p:nth-child(4) {
	background: url(../images/addpic.png) no-repeat left center;
}
.crcode {
	padding-top: 40px;
}
.crcode li {
	float: left;
}
.crcode li+li {
	margin-left: 20px;
}
.crcode li img {
	width: 130px;
	height: 130px;
}
.crcode li p {
	margin-top: 10px;
	font-size: 14px;
	color: #A6A6A6;
	text-align: center;
}
.end {
	background: #2b2b2b;
	color: #999999;
}
.end a {
	line-height: 78px;
	font-size: 14px;
	color: #999999;
}
.end a:hover {
	text-decoration: underline;
	color: #fff;
}
/*产品列表*/
.ny_product_list {
	overflow: hidden;
*margin-bottom: 38px;
}
.ny_product_list ul {
	width: 100%;
}
.ny_product_list li {
	width:255px;
	 height:250px;
	float: left;
	margin-left: 0px;
	margin-right: 35px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 0px;
	transition: all .5s;
	overflow: hidden
}
.ny_product_list li:nth-child(3n) {
	margin-right: 0;
}
.ny_product_list li .img {
	width: 100%;
	height: 200px;
	border-radius: 0px;
	overflow: hidden
}
.ny_product_list li .img img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0px;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
.ny_product_list li .img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: -webkit-transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
.ny_product_list li .txt {
	left: 0;
	bottom: -60px;
	height: 60px;
	width: 100%;
	border-radius: 0px;
	color: #333;
	transition: all .5s;
}
.ny_product_list li .txt h3 {
	font-size: 16px;
	font-weight: 100;
	line-height: 60px;
	text-align: center;
	transition: all .5s;
}
.ny_product_list li .txt span {
	margin: 0 auto;
	margin-top: 20px;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	width: 123px;
	height: 33px;
	line-height: 33px;
	border-radius: 0px;
	opacity: 0;
	transition: all .5s;
}
.html_cont {
	width: 1200px;
	margin: 0 auto;
}
.html_left li {
	border-bottom: 1px solid #e6e5e5;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.cont_img {
	width: 182px;
	height: 128px;
	display: block;
	float: left;
	overflow: hidden;
}
.cont_img img {
	transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scale(1, 1);
	width: 182px;
}
.cont_title h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 10px 0 10px;
	height: 40px;
	line-height: 40px;
	float: left;
}
.cont_title {
	font-size: 14px;
	border-bottom: 1px #CCCCCC solid;
	margin-top: 20px;
	;
}
.go_home a {
	color: #888;
	padding: 0 5px;
}
.go_home a:hover {
	color: #06328c;
}
.go_home {
	float: right;
	color: #888;
	margin: 10px 0 10px;
	height: 40px;
	line-height: 40px;
}
.go_home i {
	color: #ccc;
}
.img_text {
}
.img_text h3 {
	font-size: 22px;
	margin: 10px 0;
	display: block;
	line-height: 38px;
	overflow: hidden;
	font-weight: 400;
	text-align: center
}
.img_text span {
	font-size: 14px;
	line-height: 28px;
	text-align: center
}
.img_text1 {
	color: #4e4e4e;
	height: 44px;
	overflow: hidden;
	margin-bottom: 10px;
}
.img_data {
	color: #b2b2b2;
	font-size: 13px;
}
.html_left li a:hover img {
	transform: scale(1.1, 1.1);
}
.details_cont2 {
	background: #f9f9f9 url(../images/img14.jpg) no-repeat right top; /*padding: 70px 50px;*/
	padding: 119px 50px;
}
.details_cont2 p {
	margin-bottom: 20px;
	color: #272727;
	line-height: 25px;
	font-size: 15px;
	text-align: justify;
}
.details_cont2 p.font20 {
	font-size: 20px;
}
.details_cont2 p.p_right {
	text-align: right;
}
.details_cont3 {
	line-height: 30px;
	font-size: 16px;
	color: #272727;
	margin-bottom: 20px;
	text-align: justify;
	padding: 0px;
	width: 1100px;
	margin: 0 auto
}
.details_cont3 p {
	line-height: 30px;
	font-size: 16px;
	color: #272727;
}
.details_cont3 table {
	border-top: 1px #f1f1f1 solid;
	border-right: 1px #f1f1f1 solid;
}
.details_cont3 td {
	line-height: 30px;
	font-size: 16px;
	color: #272727;
	border-left: 1px #f1f1f1 solid;
	border-bottom: 1px #f1f1f1 solid;
	padding-left: 10px;
}
.details_cont3 h3 {
	font-size: 22px;
	margin: 10px 0;
	display: block;
	line-height: 38px;
	overflow: hidden;
	font-weight: bold;
	text-align: center
}
.details_cont3 span {
	font-size: 14px;
	line-height: 28px;
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.details_cont3 img {
	border-radius: 0px;
	margin: 0 auto
}
.fgs-list {
	width: 94%;
	margin: 0 auto
}
.fgs-list li {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
	background: url(../images/inews_jt.png) no-repeat right;
	overflow: hidden;
}
.fgs-list li ._date {
	float: left;
	width: 360px;
	background: #f5f5f5;
	text-align: center;
	height: 260px;
	font-family: arial;
	color: #0f78da;
	overflow: hidden
}
.fgs-list li ._date img {
	width:360px;
	height:260px;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
.fgs-list li ._date:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: -webkit-transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
.fgs-list li ._date span {
	display: block;
}
.fgs-list li ._date ._d1 {
	font-size: 44px;
	line-height: 46px;
	padding-top: 20px;
}
.fgs-list li ._nr {
	float: left;
	width: 67%;
	margin-left: 3%;
}
.fgs-list li ._nr1 {
	width: 100%;
}
.fgs-list li ._title {
	font-size: 18px;
	font-weight: 400;
	color: #2b2b2b;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 35px;
}
.fgs-list li ._title a {
	color: #064894;
}
.fgs-list li ._title a:hover {
	color: #FFA903;
}
.fgs-list li ._tools {
	color: #b4b4b4;
	margin: 3px 0;
}
.fgs-list li ._tools .ion {
	margin-left: 0;
}
.fgs-list li ._tools span {
	width: 20px;
	border-top: 2px #e4e4e4 solid;
	display: block;
	margin-top: 15px;
}
.fgs-list li ._sum {
	line-height: 24px;
	height: 50px;
	overflow: hidden;
	color: #565656;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.fgs-list li a:hover {
	padding-bottom: 10px;
}
.fgs-list li a:hover ._title {
	color: #064894;
}
.fgs-list li a:hover ._date {
	background: #0f78da;
	color: #fff;
}
.yiyong_list {
	overflow: hidden;
*margin-bottom: 38px;
}
.yiyong_list {
	overflow: hidden;
*margin-bottom: 38px;
}
.yiyong_list ul {
	width: 100%;
}
.yiyong_list li {
	width: 340px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 0px;
	transition: all .5s;
	overflow: hidden
}
.yiyong_list li:nth-child(2n) {
	margin-right: 0;
}
.yiyong_list li .img {
	width: 100%;
	height: 250px;
	border-radius: 0px;
	overflow: hidden
}
.yiyong_list li .img img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0px;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
.yiyong_list li .img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: -webkit-transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
.yiyong_list li .txt {
	left: 0;
	bottom: -60px;
	height: 60px;
	width: 100%;
	border-radius: 0px;
	color: #333;
	transition: all .5s;
}
.yiyong_list li .txt h3 {
	font-size: 18px;
	font-weight: 100;
	line-height: 60px;
	text-align: center;
	transition: all .5s;
}
.yiyong_list li .txt span {
	margin: 0 auto;
	margin-top: 20px;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	width: 123px;
	height: 33px;
	line-height: 33px;
	border-radius: 0px;
	opacity: 0;
	transition: all .5s;
}

.main_new_list {
	width: 910px;
	height: auto;
	margin-top: 50px
}
.main_new_list ul li {
	height: 40px; line-height:40px; background: #F6F6F6; margin-top:5px; margin-bottom:5px;
}
.main_new_list ul li:nth-child(2n) {
	height: 40px; line-height:40px; background: none
}
.main_new_list ul li span { float:right; font-size:14px; line-height:40px; margin-right:15px;}

.main_new_list ul li div {
	width: 60px;
	height: 60px;
	background-color: #198ede;
	text-align: center;
	color: #fff;
	margin-left: 30px;
	margin-top: 20px
}
.main_new_list ul li div span {
	font-size: 12px;
	position: relative;
	top: 7px
}
.main_new_list ul li div span:first-child {
	font-size: 24px
}
.main_new_list ul li a {
	display: inline-block;
	font-size: 16px;
	color: #635c52;
	margin-left:20px;
}
.main_new_list ul li a:hover {
	color: #41090c
}
.main_new_list ul li p {
	font-size: 12px;
	color: #949494;
	padding-top: 10px;
	padding-bottom: 26px;
	margin-left: 130px
}
.page .pagination {
	display: inline-block;
	position: relative;
	bottom: 0; right:0px; margin-right:0px; float:right
}

.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination {
	height: 40px;
	padding: 20px 0px; margin-right:0px;
}
.pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.pagination a:hover {
	color: #41090c;
	background: white;
	border: 1px #41090c solid;
}
.pagination a.cur {
	border: none;
	background: #E70012;
	color: #fff;
}
.pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}