@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #000;
	line-height: 22px;
	min-width: 1200px;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #0169d4;
}
li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
input, button, select, textarea {
	outline: none;
}
.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cl {
	zoom: 1;
}
.l {
	width: 1200px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*------------------------------------------
 产品
------------------------------------------*/
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.index-page .solution {
	width: 100%;
	overflow: hidden;
	padding-bottom: 63px;
}
.index-page .solution .swiper-slide .extra .btn-wrap a.btn-2:hover {
	background: #F96A69;
	color: #000;
}
.index-page .solution-more {
	background: #f6f4f4;
	height: 670px;
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.index-page .solution-more-slide .container {
	height: 670px;
	position: relative;
}
.index-page .solution-more-slide .hd {
	width: 270px;
	position: absolute;
	z-index: 2;
	background: #0169d4;
	height: 659px;
	left: 0;
	top: 0;
	color: #000;
}
.index-page .solution-more-slide .hd .cpzs-titile {
	background: #ff721d;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	height: 100px;
	line-height: 100px;
}
.index-page .solution-more-slide .hd .cpzs-titile span {
	width: 20px;
	display: block;
	float: left;
	margin-left: 33px;
	margin-top: 7px;
	height: 37px;
}
.index-page .solution-more-slide .hd li {
	height: 70px;
	line-height: 70px;
	position: relative;
	cursor: default;
	transition: all .5s;
	cursor: pointer
}
.index-page .solution-more-slide .hd li:after {
	content: "";
	width: 91%;
	border-bottom: 1px dashed #fff;
	position: absolute;
	left: 5%;
	bottom: 0;
}
.index-page .solution-more-slide .hd li i {
	margin-left: 20px;
	float: left;
	background: url(../images/yongqi_25.png) no-repeat;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 2;
	transition: all .2s;
}
.index-page .solution-more-slide .hd li i {
	background-position: 0px 33px;
}
.index-page .solution-more-slide .hd li:before {
	background: #0169d4;
	background: -moz-linear-gradient(left, #1a7adc 0%, #0169d4 100%);
	background: -webkit-linear-gradient(left, #1a7adc 0%, #0169d4 100%);
	background: linear-gradient(to right, #1a7adc 0%, #0169d4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a7adc', endColorstr='#0169d4', GradientType=1 );
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 0;
	transition: all .2s;
}
.index-page .solution-more-slide .hd li.on:before {
	width: 100%;
}
.index-page .solution-more-slide .hd .text {
	position: relative;
	z-index: 2;
}
.index-page .solution-more-slide .hd .text p a {
	font-size: 18px;
	color: #fff;
	display:block;
	white-space:nowrap;
	overflow:hidden;text-overflow: ellipsis;
	padding-right:10px;
}
.index-page .solution-more-slide .bd {
	width: 1920px;
	margin-left: -360px;
}
.index-page .solution-more-slide .bd .inner {
	padding-left: 310px;
	color: #000;
}
.index-page .solution-more-slide .bd h2 {
	font-size: 24px;
	margin-bottom: 38px;
}
.index-page .solution-more-slide .bd .intro {
	margin-bottom: 20px;
	background: #fff;
	padding: 63px 50px;
	height:285px;
}
.index-page .solution-more-slide .bd .intro dt {
	width: 380px;
	height: 286px;
	position: relative;
	float: left;
}
.index-page .solution-more-slide .bd .intro dt img {
	width: 100%;
	max-height:284px;
}
.index-page .solution-more-slide .bd .intro dt:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 172px;
	background: #d1d2d3;
	right: -52px;
	top: 49px;
}
.index-page .solution-more-slide .bd .intro dd {
	width: 320px;
	float: right;
	color: #999;
	font-size: 16px;
	line-height: 25px;
}
.index-page .solution-more-slide .bd .intro dd h3 {
	font-size: 25px;
	color: #1a7adc;
	padding-bottom: 40px;
}
.index-page .solution-more-slide .bd .intro dd a {
	display: block;
	border: 1px solid #1a7adc;
	width: 170px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #1a7adc;
	text-align: center;
	float: right;
	margin-top: 115px;
	transition: all .5s;
}
.index-page .solution-more-slide .bd .intro dd a:hover {
	border: 1px solid #1a7adc;
	color: #1a7adc;
	background: none;
}
.index-page .solution-more-slide .bd .btn-wrap {
	width: 103%;
}
.index-page .solution-more-slide .bd .btn-wrap ul li {
	overflow: hidden;
	width: 210px;
	height: 227px;
	background: #1a7adc;
	text-align: center;
	float: left;
	margin-right: 17px;
}
.index-page .solution-more-slide .bd .btn-wrap ul li .cpzs-img {
	width: 210px;
	height: 190px;
	background: #fff;
	overflow: hidden;
}
.index-page .solution-more-slide .bd .btn-wrap ul li .cpzs-img img {
	width: 210px;
	height: 190px;
	transition: all .5s;
}
.index-page .solution-more-slide .bd .btn-wrap ul li a {
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
}
.index-page .solution-more-slide .bd .btn-wrap ul li:hover .cpzs-img img {
	transform: scale(1.1);
}
/*------------------------------------------
 关于
------------------------------------------*/
.about-bj {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/yongqi_33.png) repeat center;
}
.about-s-l {
	width: 433px;
	height: 444px;
	padding: 65px 0;
}
.about-bj .about-s-r {
	width: 670px;
	color: #fff;
	padding-top: 111px;
	line-height: 30px;
	font-size: 14px;
	text-align: justify;
}
.about-s-r h2 {
	font-size: 30px;
	padding-bottom: 30px;
}
.about-s-r h2 span {
	font-size: 46px;
	font-weight: bold;
	font-family: 'Arial';
}
.about-s-r h2 p {
	width: 150px;
	height: 6px;
	background: #ff4e0e;
	margin-top: 30px;
}
.about-s-r h3 {
	font-size: 24px;
	padding-bottom: 30px;
}
.about-s-r p a {
	color: #9dd7fc;
}
.about-btn {
	width: 300px;
}
.about-btn a {
	display: inline-block;
	margin-right: 30px;
	margin-top: 30px;
}
.about-tel {
	width: 201px;
	margin-top: 40px;
	margin-right: 50px;
}
/*------------------------------------------
 优势
------------------------------------------*/
.youshi-bj {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/yongqi_79.png) repeat-x bottom #f8f8f8;
}
.title-h3 {
	text-align: center;
	padding: 60px 0;
}
.youshi-box-l {
	width: 555px;
	height: 380px;
}
.youshi-box-l h4 {
	padding-top: 50px;
}
.youshi-box-title ul {
	margin-left: 73px;
	margin-top: 8px;
}
.youshi-box-title ul li {
	background: url(../images/yongqi_62.png) no-repeat 0px 2px;
	text-indent: 2em;
	color: #4a4a4a;
	width: 100%;
	margin-bottom: 10px;
}
.youshi-box-r {
	width: 600px;
	height: 380px;
}
/*------------------------------------------
 新闻
------------------------------------------*/
.index-title h2 {
	text-align: center;
	font-size: 36px;
	color: #0169d4;
	padding: 50px 0;
}
.news-l {
	width: 544px;
	height: 368px;
	position: relative;
}
.news-l img {
	width: 100%;
}
.news-r {
	width: 560px;
	margin-bottom: 50px;
}
.news-list {
	width: 75px;
	height: 75px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: #ff4e0e;
	font-size: 46px;
	line-height: 75px;
	float: left;
}
.news-r ul li a {
	display: inline-block;
	width: 455px;
	float: right;
	transition: all .5s;
}
.news-r ul li a h3 {
	font-size: 18px;
	padding-bottom: 10px;
	color: #000;
}
.news-r ul li a p {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	color: #999;
	line-height: 20px;
}
.news-r ul li {
	height: 80px;
	margin: 33px 0;
}
.news-r ul li a:hover h3 {
	color: #0169d4;
}
.i-news {
	overflow: hidden;
}
.case {
	width: 103%
}
.case ul li {
	width: 220px;
	height: 252px;
	overflow: hidden;
	float: left;
	text-align: center;
	line-height: 30px;
	margin-right: 13px;
}
.case ul li:nth-child(4n+0) {
	margin-right: 0px !important;
}
.shipin ul li:nth-child(3n+0) {
	margin-right: 0px !important;
}
.case ul li p {
	text-align: center;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case ul li img {
	width: 100%;
	height: 202px;
	border: 1px solid #dbdada;
	padding: 4px;
	box-sizing: border-box;
}
.kehu {
	width: 103%;
	margin-top: 20px;
}
.kehu ul li {
	width: 220px;
	height: 190px;
	overflow: hidden;
	float: left;
	text-align: center;
	line-height: 30px;
	margin-right: 13px;
}
.kehu ul li:nth-child(4n+0) {
	margin-right: 0px !important;
}
.kehu ul li p {
	text-align: center;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.kehu ul li img {
	width: 100%;
	height: 142px;
	border: 1px solid #dbdada;
	padding: 4px;
	box-sizing: border-box;
}
.i-news {
	background: #fff;
}
.about_left {
	width: 223px;
	height: auto;
	margin-top: 27px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px #ccc;
}
.about_left_bt {
	width: 223px;
	height: 45px;
	background: #0169d4;
	color: #fff;
	line-height: 45px;
	text-align: center;
}
.about_left_bt span {
	font-size: 18px;
	font-family: '微软雅黑';
}
.about_left .contact .c {
	border: #dadada 1px solid;
	border-top: 0;
	padding: 10px;
	font-size: 13px;
	line-height: 24px;
}
.about_left .contact .c img {
	border: 1px solid #dadada;
	display: block;
	padding: 2px;
}
.about_left .contact strong {
	color: #0169d4;
}
.left_nav ul {
	border: #dadada 1px solid;
	color: #383838
}
.left_nav ul {
	border-top: 0;
	font-size: 13px;
}
.left_nav ul li {
	color: #656565;
	margin: 0 0 0 12px;
	border-bottom: 1px solid #e4e4e4;
	line-height: 50px;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 205px;
}
.left_nav ul li ul {
	border: none;
	margin-bottom: 20px;
	display: none
}
.left_nav ul li ul li {
	border: none;
	line-height: 25px;
	padding-left: 5px;
}
.left_nav ul li ul li span {
	margin-right: 10px;
}
.left_nav ul li ul li a {
	font-size: 13px;
}
.case {
	margin-top: 18px;
}
.left_nav li:last-child {
	border: none
}
.left_nav li a {
	font-size: 14px;
	color: #656565;
	line-height: 50px;
	width: 200px
}
.left_nav li a:hover, .cover .cover_left li.hover a {
	color: #d31927
}
.left_nav li a span {
	width: 10px;
	height: 7px;
	display: inline-block;
	overflow: hidden;
	float: right;
	margin: 14px 10px
}
.left_nav li a:hover span, .cover .cover_left li.hover a span {
	background-position: right -4px
}
.left_nav ul li p {
	line-height: 24px;
	margin-bottom: 10px;
	background: #fafafa;
	display: none;
	width: 221px !important;
	padding: 3px 0;
}
.left_nav ul li p a {
	line-height: 24px;
	width: auto;
	display: block;
}
.about_right {
	width: 920px;
	height: auto;
	float: right;
	margin-top: 27px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5;
	;
	min-height: 500px;
}
.about_site {
	height: 38px;
	border-bottom: 2px solid #0169d4;
	overflow: hidden;
}
.about_site ul li {
	line-height: 38px;
}
.about_site ul {
	list-style-type: none;
	width: 100%
}
.about_site ul li.z {
	float: left
}
.about_site ul li.y {
	float: right;
}
.about_site ul li.y a {
	display: inline-block
}
.mtw {
	margin-top: 20px !important;
}
.about_site ul li.z span {
	font-size: 18px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #888; /*border-left:3px solid #7ec027; padding-left:10px;*/
	margin-right: 15px;
	display: block;
	float: left;
}
.about_site ul li.z span.cur {
	color: #65280a;
	height: 44px; /*background:url(../images/nav.png) no-repeat center bottom;*/
}
.about_lr {
	height: auto;
	margin: 0px auto;
	line-height: 26px;
}
.about_lr_p {
	padding: 0px;
	line-height: 26px;
	color: #696969;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px dashed #b61c25;
	padding-bottom: 20px;
	margin-bottom: 20px;
	min-height: 400px;
	text-indent: 0px;
}
.about_lr .pre, .about_lr .next {
	width: 49.5%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.about_lr .pre {
	text-align: left;
}
.about_lr a {
	display: inline-block
}
.about_lr h2 {
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
.about_lr .info {
	line-height: 24px;
	border-bottom: 1px dashed;
	text-align: center;
}
.about_lr .next {
	text-align: right;
}
.left_nav_1 {
	width: 253px;
	height: auto;
	border: 1px solid #dadada;
	border-top: #4c4c4c 5px solid;
}
.left_nav_1 ul li {
	width: 233px;
	height: 40px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 12px;
	line-height: 40px;
	font-size: 14px;
	font-family: "微软雅黑";
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.left_nav_1 ul li a {
	padding-left: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #656565
}
.gsxw_01 {
	width: 100%;
	margin-top: 0px;
}
.gsxw_011 {
	width: 100%;
}
.gsxw_011 img {
	width: 110px;
	height: 80px;
	float: left;
	margin: 26px 10px 0 24px;
	display: inline
}
.gsxw_01p1 {
	width: 602px;
	float: left;
	margin: 26px 0 0 0;
}
.gsxw_01p1 a {
	color: #333333;
	font-weight: bold;
	font-size: 12px
}
.gsxw_01p2 {
	width: 602px;
	float: left;
	line-height: 16px;
	color: #888888;
	font-size: 12px;
	margin: 5px 0 0 0;
}
.gsxw_01p3 {
	width: 387px;
	float: left;
	margin: 5px 0 0 0
}
.gsxw_01p3 a {
	color: #f49500
}
.gsxw_01 ul {
	margin: 10px;
	display: inline;
}
.gsxw_01ul li {
	width: 100%;
	float: left;
	line-height: 40px;
}
.gsxw_01ul li a {
	float: left;
	color: #333333;
	font-size: 14px;
}
.gsxw_01ul li span {
	float: right;
	color: #333;
}
.page {
	text-align: right;
	clear: both;
}
.page ul {
	margin: 25px 0;
}
.page ul li {
	display: inline;
 *display:inline;
 *zoom:1;
}
.page ul li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #F7F7F7;
	border: 1px solid #E9E9E9;
	font-size: 12px;
	margin-bottom: 8px;
}
.page ul li a:hover {
	background: #0169d4;
	color: #FFF;
	text-decoration: none;
}
.page ul li.thisclass a {
	background: #0169d4;
	color: #FFF;
	text-decoration: none;
}
.message {
	margin: 0 auto 20px;
}
.message h1 {
	font-family: "微软雅黑", "方正正纤黑简体";
	font-weight: 100;
	font-size: 30px;
	color: #797979;
	margin: 20px auto;
}
.message_ts {
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #585858;
	line-height: 20px;
	padding: 8px;
	background: #f8f8f8;
	border: 1px solid #e3e3e3;
}
.message_ts span {
	color: #fd0000;
}
.message_con {
	margin-top: 30px;
}
.message_con ul li {
	height: 64px;
}
.message_con ul li label {
	width: 110px;
	float: left;
	font-size: 14px;
	color: #333333;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
}
.message_con ul li input {
	width: 278px;
	height: 28px;
	border: 2px solid #e3e4e8;
}
.message_con ul li input:hover {
	border: 2px solid #d09595;
}
.message_con ul li textarea {
	width: 378px;
	height: 100px;
	border: 2px solid #e3e4e8;
}
.message_con ul li span {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #fd0000;
	max-width: 207px;
}
.message_con ul li button {
	width: 94px;
	height: 34px;
	border: 0;
	line-height: 34px;
	text-align: center;
	background: #e50011;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	margin-top: 60px;
}
.message_con ul li .tipinfo {
	display: inline-block;
	font-size: 12px;
	color: #f00;
	margin-left: 6px;
}
.message_con ul li {
	height: auto;
	min-height: 64px;
}
.message_con ul li .btn_submit {
	background: none repeat scroll 0 0 #e50011;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	height: 42px;
	line-height: 34px;
	text-align: center;
	width: 106px;
	margin-left: 115px;
	margin-top: 20px;
}
.message_con ul li .btn_submit:hover {
	border: 0;
}
.about_lr_p img {
	vertical-align: middle;
}
.paging {
	margin: 32px 0;
	font-size: 14px;
	text-align: right
}
.paging .page {
	display: inline-block;
}
.paging > span {
	margin: auto 16px;
}
.paging .page-numbar {
	margin: auto 0;
}
.paging .page-numbar .page-num, .paging .page-index, .paging .page-pre, .paging .page-next, .paging .page-last {
	display: inline-block;
	margin: auto 4px;
	padding: 2px 12px;
	border: 1px solid #EEE;
	border-radius: 2px;
}
.paging .page-numbar .page-num-current, .paging .page-numbar .page-num:hover {
	border-color: #0169d4;
	color: #0169d4;
}
