﻿@charset "UTF-8";
body {min-width: 1520px;}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form{font-size: 14px;line-height: 28px;font-family: "microsoft yahei", "宋体", "Arial";color: #333;}
div:focus,*:focus,a:focus,input:focus,button:focus,textarea:focus,select:focus{ outline:none; hide-focus:expression(this.hideFocus=true);}
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%; background-color: #fff;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div, table, tr, td, img, ul, li, ol, h1, h2, h3, h4, h5, h6, p, em, i, font, span, b, dl, dt, dd, form, textarea, input, select, a {
    margin: 0;
    padding: 0;
    font-style: normal;
    box-sizing: border-box;
}
.text-center {
    text-align: center;
}
.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: 1280px;
	margin: 0 auto;
}
.top_main .w1200, .header_main .w1200, .nav_main .w1200, .link .w1200, .footer .w1200, .fnav .w1200, .index .w1200 {
	width: 1300px;
}
.flex {display: flex;flex-wrap: wrap;}
.row{width: 100%;-js-display: flex;display: -webkit-box;display: -ms-flexbox;display: flex;flex-flow: row wrap;}
.col-inner{margin: -100px 0px 0px 0px;}
.col{position: relative;margin: 0;padding: 0 15px 30px;}
.w100{max-width: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
.w75{max-width: 75%;-ms-flex-preferred-size: 75%;flex-basis: 75%;}
.w70{max-width: 66.66%;-ms-flex-preferred-size: 66.66%;flex-basis: 66.66%;}
.w60{max-width: 60%;-ms-flex-preferred-size: 60%;flex-basis: 60%;}
.w50{max-width: 50%;-ms-flex-preferred-size: 50%;flex-basis: 50%;}
.w40{max-width: 40%;-ms-flex-preferred-size: 40%;flex-basis: 40%;}
.w33{max-width: 33.33%;-ms-flex-preferred-size: 33.33%;flex-basis: 33.33%;}
.w30{max-width: 30%;-ms-flex-preferred-size: 30%;flex-basis: 30%;}
.w25{max-width: 25%;-ms-flex-preferred-size: 25%;flex-basis: 25%;}
.w20{max-width: 20%;-ms-flex-preferred-size: 20%;flex-basis: 20%;}
.w15{max-width: 15%;-ms-flex-preferred-size: 15%;flex-basis: 15%;}
.w14{max-width: 14.2%;-ms-flex-preferred-size: 14.2%;flex-basis: 14.2%;}
a {
	color: #434343;
	text-decoration: none;
}
a:hover {
	color: #007cb4;
	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;clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*特效*/
.white, .whites {
	position: relative;
	overflow: hidden;
}
.white:after, .whites:after {
	content: '';
	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;
}
/*网站顶部*/
.top_main {
	width: 100%;
	height: 40px;
	color: #666;
	line-height: 40px;
	border-bottom: 1px solid #d8d8d8;
	background: url(../images/top_bg.png) center repeat-x;
}
.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
}
.top_main .split {
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #666;
	vertical-align: middle;
	margin-right: 7px;
	margin-top: -2px;
}
.top_main li a {
	color: #666;
	cursor: pointer;
}
.top_main li a:hover {
	color: #007cb4;
}
/*网站头部*/
.header_main {
	width: 100%;
	height: 150px;
	z-index: 100;
	background: #fff url(../images/head_bg.png) center bottom no-repeat;
}
.header_main .logo {
	display: block;
	margin-top: 40px;
}
.header_main .logo img {
	max-width: 100%;
	max-height: 69px;
	display: block;
}
.header_main h2 {border-left: 1px solid #eee;  padding-left: 20px;
    margin: 50px 0px 0px 25px;
    float: left;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
}
.header_main .tel {
    float: right;
    width: 310px;
    padding-top: 38px;
    margin-right: 30px;
}
.header_main .tel img {
	float: left;
	margin-right: 0px;
}
.header_main .tel p {
	font-size: 18px;
}
.header_main .tel .p1{margin-top: 8px;}
.header_main .tel span {
	font-size: 18px;
	font-weight: bold;color: #9c28b1;
}
.header_main .tel:hover img {
	animation: zy 2.5s .15s linear infinite;
	-moz-animation: zy 2.5s .15s linear infinite;
	-webkit-animation: zy 2.5s .15s linear infinite;
	-o-animation: zy 2.5s .15s linear infinite;
}

.header_main .ewm {
	float: right;
	padding-top: 25px;
}
.header_main .ewm img {
	width: 85px;
	height: 85px;
	display: block;
}
.header_main .ewm p {
	color: #007cb4;
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px; text-align:center ;
}
/*网站导航*/
.nav_main {
	width: 100%;
	height: 60px;
	background: #007cb4;
	position: relative;
	z-index: 3;
}
.nav_main .nav li {
	float: left;
	width: 160px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
	transition: all .5s;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav_main .nav li:hover, .nav_main .nav li.hover {
	background: #9c28b1;
}
.nav_main .nav dl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 12;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 44px;
	height: 44px;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	border-top: 1px solid #b5b5b5;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #fff;
	font-size: 14px;
	padding: 0;
	background: #007cb4;
	text-align: center;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(left, #9c28b1, #9c28b1);
	background-image: linear-gradient(to right, #9c28b1, #9c28b1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-size: 0% 100%;
}
.nav_main .nav dl dd a:hover {
	background-size: 100% 100%;
	padding-left: 10px;
	color: rgba(255, 255, 255, 0.9999);
}
/*网站大图*/
.banner {
	width: 100%;
	max-width: 1920px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner .swiper-slide img {
	width: 100%;
	display: block;
}
#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 35px;
	z-index: 3;
}
#banner .tip span {
	width: 18px;
	height: 18px;
	margin: 0 10px;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #007cb4;
	border-radius: 50%;
	opacity: 1;
	outline: none;
	transition: all .5s;
}
#banner .tip span.swiper-pagination-bullet-active {
	background: #007cb4;
}

/*搜索栏*/
.search_main {
	height: 60px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.search_main .skey {
	float: left;
	line-height: 60px;
}
.search_main .skey p {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 60px;
}
.search_main .skey p a {
	display: inline-block;
	font-weight: normal;
	color: #333;
	border-right: 1px solid #e8e8e8;
	line-height: 15px;
	padding: 0 12px;
}
.search_main .skey p a:last-of-type {
	border-right: none;
}
.search_main .skey p a:hover {
	color: #007cb4;
}
.search_main .search_form {
	float: right;
	width: 338px;
	height: 34px;
	border: 1px solid #ccc;
	position: relative;
	margin-top: 12px;
	border-radius: 3px;
	position: relative;
}
.search_main .search_form input {
	background-color: none;
	border: none;
	outline: none;
}
.search_main .search_form .stxt {
	width: 300px;
	height: 34px;
	line-height: 34px;
	display: block;
	text-indent: 10px;
	color: #999;
}
.search_main .search_form .sbtn {
	width: 40px;
	height: 36px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: -1px;
	right: -1px;
	font-size: 0;
	background: #007cb4 url(../images/search.png) center no-repeat;
	border-radius: 3px;
}
/*友情链接*/
.link {
	margin-top: 40px;
	margin-bottom: 40px;/* height: 62px; */
}
.link p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.link p span {
	color: #007cb4;
	font-family: "Times New Roman", Times, serif;
}
.link ul li {
	float: left;
	line-height: 19px;
	margin-right: 30px;
}
.link ul li a {
	color: #666;
}
.link ul li a:hover {
	color: #007cb4;
}
/*网站底部*/
.footer {background:#007cb4; color: #fff; overflow: hidden; padding-top: 30px;}

.footer .li01 h1{ font-size: 25px; font-weight: 700; margin-bottom: 30px;}
.footer .li01{text-align: center;margin-top: 50px; }
.footer .li01 a{display: block; padding: 5px 10px; color: #fff; box-shadow: 0px 0px 6px rgba(169, 169, 169, 1);}

.footer .li02 h1{margin: 20px 0;}
.footer .li02 li{float: left; width: 100%; margin-bottom: 20px;}
.footer .li02 label {width: 20%; display: inline-block;float: left; color: #fff;}
.footer .li02 label em {color: #f00; margin-right: 2px;}
.footer .li02 .order-zhi {float: left;padding: 10px;line-height: 30px;padding: 0px 10px;width: 75%;border: 1px solid #d2d2d2;}
.go-sub {cursor: pointer;margin-left: 75px;border: none;color: #fff;background:rgb(170, 71, 188);padding: 8px 28px;margin-top: 8px;outline: none;}

.footer .li03 em{ font-size: 20px; font-weight: 700;}
.footer .li03 h1{ font-size: 25px; font-weight: 700; margin-top: 10px;}
.footer .con{height: 50px;padding: 10px;margin-top: 10px;margin-bottom: 10px;}
.footer .li03 ul{margin-top: 50px;}
.footer .li03 li {float: left;overflow: hidden;line-height: 30px;}
.footer .li03 li i {display: inline-block;float: left;width: 58px;}
.footer .li03 li p{display: inline-block;width: 330px;float: right;}

.footer .li03 .img{margin-top: 35px; text-align: center;}
.footer .li03 .img img{width: 95px; height: 95px;}
.footer .li03 .img span{margin-top: 8px;}

.foot{ border-top:1px solid rgb(169, 169, 169, .5); background:#007cb4; padding:15px 0; font-size:14px; color:#fff;}
.foot a{ padding:0 10px; color: #fff;}
/*******index css*******/
/*.index *{transition: all .5s;}*/
/*首页标题*/
.in_title {
	padding-top: 70px;
	padding-bottom: 50px;
	text-align: center;
}
.in_title p {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 5px;
}
.in_title em {
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	color: #999;
}
.in_title i {
	background: #007cb4;
	width: 30px;
	height: 1px;
	display: block;
	margin: auto;
	margin-top: 14px;
}
/*服务优势*/
.index .service {background: url(../images/bg.jpg) repeat center ,transparent;	margin-top: 40px; padding-top: 60px;}
.index .service .in_title1{text-align: center; font-size: 30px; font-weight: 800; color:rgb(32, 25, 139);}
.index .service .in_title1 b{font-size: 50px; color:#9c28b1;}
.index .service .p1{text-align: center; padding-top: 35px; font-size: 18px; line-height: 2;}
.index .service .p1 em{display: block;color: rgb(204, 204, 204);}
.index .service ul{
margin-top: 40px;}
.index .service ul li {
	float: left;
}
.index .service ul li .box {
	width: 215px;
	text-align: center;
	transition: all .5s;
}
.index .service ul li:last-child .box {
	margin-right: 0;
}
.index .service ul li img {	
	width: auto;
	height: 60px;
}

.index .service ul li p {
	font-size: 20px; color: #007cb4;
	margin-top: 42px;
	margin-bottom: 22px;
	font-weight: bold;
	padding: 0 10px;
}
.index .service ul li i {
	width: 60px;
	height: 1px;
	background: #595757;
	display: block;
	margin: auto;
	margin-bottom: 36px;
	transition: all .5s;
}
.index .service ul li span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 0 10px;
	height: 52px;
	overflow: hidden;
}
/*产品展示*/
.index .product {
	padding-bottom: 50px;
}
.index .product .in_title {
	padding-bottom: 40px;
}
.index .product .tab {
	padding-bottom: 40px;
	text-align: center;
}
.index .product .tab a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	padding: 0 18px;
	margin: 0 10px;
	border: 1px solid #e3e3e3;
	background: #fff;
	transition: all .5s;
}
.index .product .tab a:hover {
	color: #fff;
	border-color: #007cb4;
	background: #007cb4;
}
.index .product ul li {
	float: left;
	width: 388px;
	margin-right: 58px;
	margin-bottom: 40px;
	background: #fff;
	text-align: center;
	transition: all .5s;
}
.index .product ul li:nth-child(3n) {
	margin-right: 0;
}
.index .product ul li .img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.index .product ul li .img .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	height: 100%;
	/*background: url(../images/pro_bg.png);*/
	background-size: cover;
}
.index .product ul li .img .bg .txt {
	position: absolute;
	right: 12px;
	bottom: 0;
	width: 250px;
	height: 48px;
	padding-top: 5px;
	padding-left: 13px;
	text-align: left;
	color: #5d4710;
	line-height: 18px;
	box-sizing: border-box;
}
.index .product ul li .img .bg .txt p {
}
.index .product ul li .img .bg .txt span {
	display: block;
	font-weight: bold;
}
.index .product ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
	transition: all .5s;
}
.index .product ul li .tit p {
	color: #333;
	font-size: 18px;
	line-height: 64px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .5s;
}
.index .product ul li .tit span {
	display: block;
	line-height: 50px;
	transition: all .5s;
}
.index .product ul li:hover .img img {
	transform: scale(1.1);
}
.more {
	margin-top: 35px;
}
.more a {
	display: block;
	margin: auto;
	width: 250px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 48px;
}
.more a:hover {
	color: #fff;
	background: #007cb4;
	border-color: #007cb4;
}
/*企业优势*/
.index .power {background: rgba(241, 241, 241, 1);}
.index .power ul {position: relative;}
.index .power ul li  {
    float: left;
    width: 420px;
    margin-right: 460px;
    height: 400px;
    position: relative;
}
.index .power ul li:nth-child(3),.index .power ul li:nth-child(4){height: 300px;}
.index .power ul li:nth-child(2n) {margin-right: 0px;}
.index .power ul li .img {width: 100%;position: relative;}
.index .power ul li .img img {width: 60px; height: 65px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	transition: all .5s;
}
.index .power ul li .txt {padding-left: 80px;padding-right: 25px;padding-top: 15px;}
.index .power ul li .txt p {
	font-size: 22px; font-weight: 700;
	line-height: 34px;
	transition: all .5s;
}
.index .power ul li .txt span {
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-top: 12px;
    text-align: justify;
    transition: all .5s;
}
.index .power .img1 img{max-width: 500px;position: absolute;top: 20px;left: 30%;border-radius: 50%;}
.index .power .img2{position: relative; width:900px; height: 150px; margin: 0px auto 50px;background: url(../images/bg1.png) repeat center ,transparent;}
.index .power .img2 h1{text-align: center; padding-top: 60px; font-size: 24px;}
.index .power .img2 p{text-align: center;font-size: 18px; padding-top: 15px;  font-weight: 700; color: #007cb4;}
.index .power .img2 .zx{position: absolute;right:9%;top: 30%;display: block;transition: all .5s; font-size: 20px; font-weight: 700; color: #fff;}

/*关于我们*/
.index .about {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	background: url(../images/about_bg.webp) center no-repeat;
	background-size: cover;
	height: 660px;
}
.index .about .about_con {
	width: 700px;
	padding-right: 74px;
}
.index .about .about_con .title {
	padding-top: 120px;
	padding-bottom: 45px;
}
.index .about .about_con .title h3 {
	color: #007cb4;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.index .about .about_con .title p {
	display: block;
	font-style: normal;
	font-size: 16px;
	margin-bottom: 15px;
}
.index .about .about_con .title span {
	font-style: normal;
	text-transform: uppercase;
	display: block;
	color: #888;
}
.index .about .about_con .txt {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	height: 210px;
	overflow: hidden;
}
.index .about .about_con ul {
	padding-top: 60px;
}
.index .about .about_con ul li {
	float: left;
	margin-right: 1px;
}
.index .about .about_con ul li a {
	display: block;
	width: 160px;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	background: #fff;
}
.index .about .about_con ul li:hover {
	background: #007cb4;
}
.index .about .about_con ul li:hover a {
	color: #fff;
}
.index .about .about_con ul li.on a, .index .about .about_con ul li:hover a {
	color: #fff;
	background: #007cb4;
}

/*合作客户*/
.index .kehu1 {background: url(../images/bg.jpg) repeat center ,transparent; height: 850px;}
.index .kehu1  .img{margin: 50px 0;}
.index .kehu1  .img img{box-shadow: #f0f0f0 12px 0px 22px 15px;}

/*视频*/
.index .flow {padding-bottom: 70px;background: #f2f2f2;}
.index .flow li {float: left;position: relative;cursor: pointer;z-index: 2;transition: all .5s;}
.index .flow .video {max-width: 680px;transition: all .5s;}
.index .flow .video img{width: 100%;}
.tvnr{position: relative;}
.tvnr img{width: 100%;}
.tvnr video { height: 100%; object-fit: cover; display: block; width: 100%; outline: none; border: none;}
.bfbtn{ z-index: 2; background: url(../images/a_04.png);width: 64px;height: 64px; position: absolute;cursor: pointer;left:50%; top:40%; }

.page-layer .container {background: #fff;width: 1400px;min-height: 200px;box-shadow: 0 14px 46px rgba(177, 177, 177, 0.39);-webkit-box-shadow: 0 14px 46px rgba(177, 177, 177, 0.39);-moz-box-shadow: 0 14px 46px rgba(177, 177, 177, 0.39);position: relative;}
.page-layer {position: fixed;z-index: 100;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 1);opacity: 0;visibility: hidden;display: flex;display: -webkit-flex;display: -ms-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;}
.page-layer a.close {display: block;width: 60px;height: 60px;  background: url(../images/close30.png) center no-repeat;background-size: 25px;position: absolute;z-index: 10;left: auto;right: 0;top: 0;bottom: auto;}
.video-layer video {width: 100%;}.page-layer.show {opacity: 1;visibility: visible;}
.page-layer a{ -webkit-transition: 0.6s;-webkit-transition: -webkit-transform 0.6s ease-out;transition: transform 0.6s ease-out;-moz-transition: -moz-transform 0.6s ease-out;}
.page-layer a:hover{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);}

.index .flow .text {max-width: 565px;transition: all .5s;margin-left: 50px; margin-top: 20px;}
.index .flow .text h3{font-size: 25px; font-weight: 700; color: #007cb4; margin-bottom: 25px;}
.index .flow .text em{font-size: 18px; color: rgb(136, 136, 136); }
.index .flow .text i {background: rgb(136, 136, 136, 0.1);width: 100%;height: 1px;display: block;margin: auto;margin-top: 30px;}
.index .flow .text p{margin-top: 40px; font-size: 16px; line-height: 2;}

/*维修服务范围*/
.album {background: rgba(241, 241, 241, 1);padding-bottom: 80px;}
.album h3 {font-size: 16px; text-align: center; margin-top: 15px;}
.album .com{ position: relative;}
.album  .swiper{position:initial; }
.album  .swiper-button-next{right: -65px; color: #000;}
.album  .swiper-button-prev{left: -65px; color: #000;}
.album  .com .swiper-pagination{bottom: -35px;}

/*新闻资讯*/
.news_295 {background-color: #f2f2f2;padding-bottom: 100px;}
.news_295 .clearfix {zoom: 1;}
.navtop{text-align: center;margin-bottom: 35px;}
.navtop a {
    position: relative;
    display: inline-block;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    margin: 5px 10px;
    border: 1px solid #e3e3e3;
    background: #fff;
    transition: all .5s;
}
.navtop a.cur{border-color: #007cb4;background: #007cb4; color: #fff;}

.news_295 .newsc .navbox .conbox dl{width: 500px;background-color: #fff;float:left;display:inline;}

.news_295 .newsc .navbox .conbox .col{padding:0 15px}
.news_295 .newsc .navbox .conbox dl dt{}
.news_295 .newsc .navbox .conbox dl dt img{display: block;width: 100%;height: 280px;}
.news_295 .newsc .navbox .conbox dl dd h3{font-weight: normal;margin-top: 37px;padding: 0 45px;}
.news_295 .newsc .navbox .conbox dl dd h3 a{color: #181818;font-size: 20px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news_295 .newsc .navbox .conbox dl dd p{color: #666;font-size: 14px;margin-top: 30px;padding: 0 45px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;height: 75px;line-height: 25px;}
.news_295 .newsc .navbox .conbox dl dd a.More{color: #999;font-size: 14px;display: inline-block;margin: 15px 40px;float: right;}
.news_295 .newsc .navbox .conbox dl:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);}

.news_295 .newsc .navbox .conbox ul{width: 780px;float:right;display:inline;}
.news_295 .newsc .navbox .conbox ul li{width: 100%;background-color: #fff;overflow: hidden;margin-top: 15px;}
.news_295 .newsc .navbox .conbox ul li .box{padding: 35px;}
.news_295 .newsc .navbox .conbox ul li:first-child{margin-top: 0;}
.news_295 .newsc .navbox .conbox ul li:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.news_295 .newsc .navbox .conbox ul li h3{font-weight: normal;overflow: hidden;}
.news_295 .newsc .navbox .conbox ul li h3 span{color: #999;font-size: 12px;float: right;}
.news_295 .newsc .navbox .conbox ul li h3 a{color: #181818;font-size: 20px;width: 500px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;float: left;}
.news_295 .newsc .navbox .conbox ul li p{color: #666;font-size: 15px;margin-top: 10px;height: 50px;line-height: 25px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news_295 .newsc .navbox .conbox ul li a.More{color: #999;font-size: 14px;display: inline-block;float: right;}

/*******内页样式********/
.nybanner {width: 100%;position: relative;overflow: hidden;}
.nybanner img{width: 100%; height:auto;}
/*当前位置*/
.position {position: relative;margin-top: -50px;height: 50px;line-height: 50px; background-color: rgba(0, 0, 0, .35);}
.position .w1200 {color: #fff;text-indent: 42px;background: url(../images/position.png) no-repeat center left 18px;}
.position a {color: #fff;}
.position a:hover {color: #007cb4;}

/*默认单页*/
.nav-bar{background: rgba(241, 241, 241, 1); padding-bottom: 15px;}
.nav-bar li:nth-child(4n+1) {clear: both;}
.nav-bar ul li {width: 24%;float: left;margin-right: 1.33%;margin-bottom: 20px;}
.nav-bar li:nth-child(4n) {margin-right: 0;}
.nav-bar ul li h3{font-size: 18px;text-align: center;margin-top: 15px}
.about{padding: 50px 0;}
.about li {float: left;position: relative;cursor: pointer;z-index: 2;transition: all .5s;}
.about .img {max-width: 680px; margin-left: 50px;transition: all .5s;}
.about .img img{width: 100%;}
.about .text  {max-width: 549px;transition: all .5s;margin-top: 20px;}
.about .text p{line-height: 2; font-size: 16px; text-indent: 2em;}


.ab_title p{color:rgb(53, 53, 53); font-size: 30px; font-weight: 700; line-height: 2;}
.ab_title em{color:rgb(187, 187, 187);}

.indNum{margin-bottom: 50px;}
.indNum-list{position: relative;z-index: 2;background:linear-gradient( -90deg, rgb(241,243,246) 24%, rgb(255,255,255) 100%);box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.18);border-radius: 3px;}
.indNum li{height: 178px; width: 25%;flex-direction: column;align-items: center;justify-content: center;position: relative;text-align: center;}
.indNum li::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);height: 80%;background: #ddd;width: 1px;}
.indNum li:first-child::after{display: none;}
.indNum li .num{font-size: 50px; font-weight: 700; line-height: 1.8;}
.indNum .text{font-size: 14px; font-weight: 700;}

.about2{padding: 50px 0;}
.about2 li {float: left;position: relative;cursor: pointer;z-index: 2;transition: all .5s;}
.about2 .img {max-width: 680px; margin-left: 50px;transition: all .5s;}
.about2 .img img{max-width: 100%;}
.about2 .img .img70{width:460px;}
.about2 .img .img25{width: 203px; margin-left: 15px;}
.about2 .img .img100{width:100%;}
.about2 .text  {max-width: 549px;transition: all .5s;}
.about2 .text p{line-height: 2.3; font-size: 16px; text-indent: 2em;}

.shipin{background: rgba(241, 241, 241, 1); padding-bottom: 100px;}

.shuju{padding: 50px 0; height: 700px; }
.shuju li {float: left; cursor: pointer;  z-index: 2;transition: all .5s;}
.shuju .img {position: relative;max-width:800px; transition: all .5s;}
.shuju .img .img1{z-index: 1; position: absolute;top: 10px;left: 30px;}
.shuju .img .img2{z-index: 1;position: absolute;top: -200px;left: 500px;}
.shuju .img .img3{z-index: 1; position: absolute;top: 175px;left: 500px;}

.shuju .img .tit{z-index: 1; position: absolute;bottom:0px;left:0px; height: 40px; width: 100%; background: rgba(10, 10, 10, .6);}
.shuju .img .tit{font-size: 16px; line-height: 40px; color: #fff; padding-left: 20px;}

.shuju .text  {max-width: 400px;transition: all .5s;}
.shuju .text p{line-height: 2.3; font-size: 16px; text-indent: 2em;}

.zhengshu{padding: 50px 0; }
.zhengshu li {float: left; cursor: pointer;  z-index: 2;transition: all .5s;}
.zhengshu .img {position: relative;max-width: 1110px;transition: all .5s;margin-left: 40px;}
.zhengshu .text  {max-width: 300px;transition: all .5s;}
.zhengshu .img .img1 {margin: 0 10px; flex-direction: column;align-items: center;justify-content: center;position: relative;text-align: center;}
.zhengshu .img .img1 img{max-width: 100%;}


.zhengshu .img2 {position: relative; transition: all .5s;}
.zhengshu .text  {max-width: 300px;transition: all .5s;}
.zhengshu .img2 .img1 {margin: 0 10px; flex-direction: column;align-items: center;justify-content: center;position: relative;text-align: center;}
.zhengshu .img2 .img1 {padding: 25px 25px 50px 20px;box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);}
.zhengshu .img2 .img1 img{max-width: 100%;}
.zhengshu .img2 h1{z-index: 1; position: absolute;bottom:10px;font-size: 14px;}


.in_title1 {padding-top: 70px;padding-bottom: 50px;}
.in_title1 p {font-size: 32px;font-weight: 700;margin-bottom: 5px;}
.in_title1 em {font-size: 12px;text-transform: uppercase;font-style: normal;color: #999;}
.in_title1 i {background: #007cb4;width: 30px;height: 1px;display: block; margin-top: 14px;}

.fzlc{position: relative; height: 1500px;}
.fzlc .bg{z-index: 2;background:url(../images/bg2.jpg) repeat top ,transparent;background-size: 100% 100%;height: 100%;left: 0;position: absolute;top: 0;width: 100%;}

/*发展历程*/
.time-axis{margin:20px 0px 3px 80px;padding:0px;position: relative;}
.time-axis:before{content: '';position: absolute;left: 112px;top: 15px;width: 1px;height: 100%;background-color: #E4E4E4;}
.time-axis-item{list-style: none;padding-left: 150px;position: relative;line-height:60px;font-size: 16px;color: #141414;}
.time-axis-achievement{margin: 0;}
.time-axis-date{position: absolute;left: 0;top: 0;color: #666; font-size: 18px; font-weight: 700;}
.time-axis-date span{position: absolute;right: -57px;top: 35%;display: block;width: 13px;height: 13px;border: 1px solid #ccc;border-radius: 100%;background-color: #fff;}
.time-axis-date span:after{content: '';position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 7px;height: 7px;margin: auto;background-color: #ccc;border: 1px solid #ccc;border-radius: 100%;}
.time-axis-item:last-child .time-axis-date span{border-color: #9c28b1;}
.time-axis-item:last-child .time-axis-date span:after{background-color: #9c28b1;border-color: #9c28b1;}

/*企业文化*/
.wenhua .con2 .col {position: relative;margin: 0;padding: 0 8px 21px;}
.wenhua .bg{background-color: #007cb4;}
.wenhua .box{padding:10px; height: 210px;}
.wenhua .icon-box-img {max-width: 75px; height: 75px; margin: 0 auto 1em;}
.wenhua h3{font-size: 20px; font-weight: 600; color: #fff;}
.wenhua .box p{font-size: 14px; color: #fff; line-height: 25px;}

.wenhua2{margin-top: 35px;}
.wenhua2 .col {padding: 0 25px 50px;}
.wenhua2 .box{box-shadow: #f0f0f0 12px 0px 22px 15px; border-radius:15px; padding: 25px 50px; height: 290px;}
.in_title2 {padding-top: 10px;padding-bottom: 20px;}
.in_title2 p {font-size: 25px;font-weight: 700;margin-bottom: 5px;}
.in_title2 em {font-size: 12px;text-transform: uppercase;font-style: normal;color: #999;}
.in_title2 i {background: #007cb4;width: 30px;height: 4px;display: block; margin-top: 14px;}

.wenhua3 .col {padding: 0 5px 0px; margin-top: 50px;}
.wenhua3 img{width: 100%;}
.wenhua3 .box{margin-top: 60px;}
.wenhua3 p{font-size: 26px; line-height: 2; font-weight: 800; -webkit-background-clip: text;   background-image: inherit;}
.wenhua3 .p1{color: transparent;background-image: linear-gradient(90deg, rgb(2, 104, 142) 0%, rgb(26, 153, 252) 100%);}
.wenhua3 .p2{color: transparent;background-image: linear-gradient(90deg, rgb(103, 59, 183) 0%, rgb(26, 153, 252) 100%);}
.wenhua3 .p3{color: transparent;background-image: linear-gradient(90deg, rgb(170, 71, 188) 0%, rgb(26, 153, 252) 100%);}
.wenhua3 .p4{color: transparent;background-image: linear-gradient(90deg, rgb(75, 75, 75) 0%, rgb(26, 153, 252) 100%);}

/*联系我们*/
.contact .box{border: 1px solid #eaeaea; padding: 30px; height: 275px; text-align: center; margin-bottom: 80px;}
.contact .box .img{ text-align: center; border-bottom:1px solid #eaeaea ;  padding-bottom: 25px;}
.contact img{max-height: 74px;}
.contact .box h1{font-size: 18px;font-weight: 700; margin-top: 25px;}
.contact .box p{font-size: 16px; margin-top: 8px;}

.contact1 .box{border: 1px solid #eaeaea; margin-bottom: 50px; padding-left: 30px;}
.contact1 .box h1{font-size: 26px; font-weight: 600; margin-bottom: 50px; margin-top: 80px;}
.contact1 .box h1 span{color: rgb(170, 71, 188);}
.contact1 .box p{line-height: 35px;}

.contact1 img{width: 100%;}
.contact1 .col{padding: 0;}
/*文章列表*/
.news_list {}
.news_list .picture{text-align:center;}
.news_list img{max-height: 250px; width: 100%;}
.news_list .box{background: #fff;border-radius: 6px;-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);box-shadow: 0 0 15px 0 rgba(0,0,0,.1);overflow: hidden;}
.news_list .box{transition: all .4s ease;-webkit-transition: all .4s ease;position: relative;}
.news_list .box:hover {box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .14);}
.news_list .box:after {content: '';position: absolute;bottom: 0;left: 50%;width: 0%;height: 4px;background: #0086f1;transition: all .4s ease;-webkit-transition: all .4s ease;}
.news_list .box:hover:after {width: 100%;left: 0%;}
.news_list .lans {padding: 20px 30px;box-sizing: border-box;}
.news_list .l1 {line-height: 1.5; font-weight: 600; font-size: 16px; height:50px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;word-wrap:break-word;word-break:break-all;}
.news_list .l3 {margin-top: 20px;font-family: arial;}

.tuji .col1{position: relative;margin: 0;padding: 0 15px 30px;}
.tuji .col1 img{width: 100%; height: 263px;}

/*产品列表*/
.services{margin-bottom: 50px;}
.Prolist .list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.Prolist .list li {
	transition: all .5s;
}
.Prolist .list li .img {
	width: 100%;
}
.Prolist .list li .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .5s;
}
.Prolist .list li .txt { background: rgba(241, 241, 241, .5);
	padding: 20px;
	padding-bottom: 0;
}
.Prolist .list li .txt h3 {
	color: #2c2c2c;
	font-size: 18px; font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.Prolist .list li .txt p {
	color: #6b6b6b;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}
.Prolist .list li .more {
	padding: 20px;margin-top:15px;
}
.Prolist .list li .more a {
	width: 50%;
	line-height: 40px;
	background: url(../images/prolib.png) no-repeat center right 20px;
	border-radius: 0 50px 50px 0;
	border: 1px solid #ddd;
}
.Prolist .list li .more a:hover {
	color: #fff;
	background: #007cb4 url(../images/prolibon.png) no-repeat center right 20px;
	border-color: #007cb4;
}
.Prolist .list li .more a:nth-child(1) {
	border-right: none;
	border-radius: 50px 0 0 50px;
}
.Prolist .list li:hover .img img {
	transform: scale(1.1);
}
/*图片列表*/
.Piclist .list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.Piclist .list li {
	float: left;
	width: 285px;
	margin-bottom: 10px;
	margin-right: 10px;
	transition: all .5s;
}
.Piclist .list li:nth-child(3n) {
	margin-right: 0;
}
.Piclist .list li .img {
	position: relative;
	width: 100%;
	height: 214px;
	overflow: hidden;
}
.Piclist .list li .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.Piclist .list li h3 {
	color: #555;
	font-size: 16px;
	text-align: center;
	display: block;
	line-height: 50px;
	background: #fff;
	padding: 0 10px;
	transition: all .5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Piclist .list li:hover {
	box-shadow: 0px 0px 20px #aaa;
}
.Piclist .list li:hover .img img {
	transform: scale(1.1);
}
.Piclist .list li:hover h3 {
	color: #fff;
	background: #007cb4;
}
/*详情页*/
.prodetailsinfo {width: 85%; margin: 50px auto; overflow: hidden;}
.prodetailsinfo .photo {width: 60%;margin:15px auto; text-align:center;}
.prodetailsinfo .photo img {max-width: 100%;}
.prodetailsinfo .prodbaseinfo_a {z-index: 1;}
.prodetailsinfo .h2_prodtitle{font-size: 25px;font-weight:700; padding: 0 0 10px;line-height: 1.6em;}
.prodetailsinfo .desc{font-size: 14px; }

.ul_prodinfos {padding: 6px 30px; overflow: hidden;zoom: 1;background: #f3f3f3;font-size: 14px;font-weight: bold;}
.ul_prodinfos li {font-size: 20px;float: left;height: 65px;line-height: 65px;}
.ul_prodinfos li.li_weight {float: right;}
.propar a {text-align: center;display: block;width: 128px;height: 50px;margin: 7px auto;font-size: 18px;line-height: 50px;color: #fff;background: #007cb4;}

.nerong{padding: 20px;}
.nerong .mod {clear: both;margin-bottom: 10px;position: relative;border: 1px solid #eaeaea;}
.nerong .mod h3 {
    border-top: 5px solid #007cb4;
    border-right: 1px solid #eaeaea;
    color: #007cb4;
    display: block;
    width: 200px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}
.nerong .con{margin-top: 25px;}
/*行业新闻*/
.w376 .list {
    padding-bottom: 50px;
}
.w376 .item {
    height: 178px;
    transition: all .5s;
    border: 1px solid #f3f3f3;
    display: block;
    margin-bottom: 20px;
}
.w376 .item a {
    padding: 26px;
    display: block;
}
.w376 .item img {
    width: 168px;
    height: 126px;
    display: block;
    margin-right: 30px;
}
.w376 .item h3 {
    font-size: 20px;
    padding: 25px 0 20px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #000;
}
.w376 .item .txt {
    color: #999;
    line-height: 24px;
    width: 640px;
    height: 48px;
    overflow: hidden;
}
.w376 .item .time {
    width: 130px;
    padding: 20px 0 20px 45px;
    border-left: 1px solid #eee;
    font-family: arial;
    font-size: 18px;
    color: #999;
    text-align: center;
}
.w376 .item .time .day {
    font-size: 30px;
    line-height: 45px;
    display: block;
}
.w376 .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
}
.w376 .item:hover h3 {
    color: #007cb4;
}
.w376 .item:hover .time .day span {
    background: #6d6d6d;
}
.w376 .item:hover .time .day strong {
    background: #ff0000;
    color: #fff;
}
/*详情页*/
.kehu .img{height: 85px;  flex-direction: column;align-items: center;justify-content: center;position: relative;text-align: center;}
.kehu img{max-width: 100%; max-height: 100%;}
.kehu h3{margin-top: 8px; text-align: center; font-size: 14px; line-height: 1.5;}

.kehu2{margin-top: 50px;}
.kehu2 .col {padding: 0 15px 30px;}
.kehu2 .img{height: 85px; border: 1px solid #eaeaea; padding: 5px; border-radius: 5px; flex-direction: column;align-items: center;justify-content: center;position: relative;text-align: center;}
.kehu2 img{max-width: 100%; max-height: 100%;}
/*留言表单*/
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 380px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e4e4e4;
	margin-right: 75px;
	margin-bottom: 25px;
	position: relative;
	box-sizing: border-box;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	color: #666;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 100%;
	height: 43px;
	line-height: 43px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
	box-sizing: border-box;
}
.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: 100%;
	height: 260px;
	border: 1px solid #e4e4e4;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
	top: 7px;
}
.formData .liuyan textarea {
	width: 100%;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #666;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
	box-sizing: border-box;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 42px;
	border: 2px solid #007cb4;
	margin-right: 2px;
	text-align: center;
	background: #007cb4;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	outline: none;
	transition: all .5s;
}
.formData .sub:hover {
	background: none;
	color: #007cb4;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	display: block;
}
/*内容详情页*/
.conBox {width: 85%; max-width: 800px; margin: 20px auto;}
.conBox .ArticleTitle h1 {font-size: 24px; line-height: 1.6;text-align: center;padding: 20px 0px;font-weight: bold;}
.conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.conBox .ArticleMessage span:first-child {
	margin-left: 0;
}
.conBox .ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 12px;
}
.conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}
.conBox .ArticleTencont {
	padding: 5px 0px 20px 0px;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
}
.conBox .ArticleTencont img {
	max-width: 100%;
}
.conBox #pic {
	width: max-content;
	margin: 20px auto;
	padding: 1px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
}
.conBox #pic img {
	max-width: 800px;
}
/*相关新闻*/
.HotNews {
	padding-top: 15px;
}
.HotNews .title {
	font-size: 22px;
	line-height: 50px;
	height: 50px;
	position: relative;
}
.HotNews .title span {
	color: #007cb4;
}
.HotNews .title .more {
	float: right;
	font-size: 14px;
}
.HotNews .title:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 24px;
	height: 1px;
	background-color: #007cb4;
}
.HotNews .box {
	padding: 40px;
	background: #fff;
	transition: all .5s;
}
.HotNews .box .hot {
	width: 580px;
}
.HotNews .box .hot .img {
	float: left;
	width: 206px;
	height: 155px;
	overflow: hidden;
}
.HotNews .box .hot .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .5s;
}
.HotNews .box .hot .txt {
	float: right;
	position: relative;
	width: 350px;
	height: 155px;
	transition: all .5s;
}
.HotNews .box .hot .txt h3 {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.HotNews .box .hot .txt p {
	color: #666;
	font-size: 14px;
	line-height: 23px;
	overflow: hidden;
	margin-top: 9px;
	height: 75px;
}
.HotNews .box .hot .txt span {
	color: #8e8e8e;
	font-size: 14px;
	margin-top: 5px;
}
.HotNews .box .hot .txt .more {
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/more1.png) no-repeat center top;
	cursor: pointer;
	border-radius: 50%;
	transition: all .5s;
}
.HotNews .box .list {
	width: 470px;
	height: 155px;
	padding-left: 34px;
	border-left: 1px dashed #ddd;
	overflow: hidden;
}
.HotNews .box .list li {
	position: relative;
	font-size: 14px;
	line-height: 33px;
	border-bottom: 1px dashed #ddd;
}
.HotNews .box .list li:nth-child(1) {
	margin-top: -8px;
}
.HotNews .box .list h3 {
	padding-right: 90px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.HotNews .box .list span {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}
.HotNews .box:hover {
	box-shadow: 0 10px 20px 0 #ccc;
}
.HotNews .box .hot:hover .img img {
	transform: scale(1.1);
}
.HotNews .box .hot:hover .txt .more {
	background-image: url(../images/more2.png);
	background-color: #007cb4;
}
/*人才招聘*/
.job{background:#f5f5f5; padding-bottom: 50px;}
.job .tit{position: relative; line-height: 1.8;}
.job .tit i {background: #f26947;position: absolute;height: 30px;width: 2px;top: 7px;left: -30px;}
.job .tit em{color: rgb(156, 40, 177); font-weight: 700;}
.job .tit h1{font-size: 24px; font-weight: 700;}
.job .tit p{color:#c1bdbd;}

.job .con{margin-top: 35px;}
.job .con i{background: #f26947;width: 20px;height: 2px;display: block;margin: 14px 0;}
.job .con h1{font-size: 18px; font-weight: 700;}
.job .con em{color:#c1bdbd;}
.job .con p{line-height: 2.2; font-size: 15px; color:#565656;}

.job img{width: 100%;}
.job .img1{margin-left: 30px; margin: 100px 0; }
.job .img1 img{border-radius: 20px;}
.job .img3{margin-top: 38px; }
.job .img4{margin-top: 30px; }

.job1{background: #eeeeee; padding: 50px;}
.job1 .tit1{margin-bottom: 50px;}
.job1 .tit1 h1{font-size: 18px; font-weight: 700; }

.job1 .list{padding: 20px; background: #fff; margin-bottom: 20px;}
.job1 .list .col{position: relative; padding: 0;}
.job1 .t{position: absolute; top: 25%;left: 25%; }
.job1 .t h1{font-weight: 600; font-size: 16px}
.job1 .t em{font-weight: 600;color: #007cb4;}
.job1 .list img{max-width: 117px;}
.job1 .text{border-left: 1px solid #eee; padding-left: 30px;}
/*内容分页*/
.reLink {	border: 1px solid #ddd;
	margin: 10px auto 10px;
	padding: 0px 10px;
}
.reLink .prevLink, .reLink .nextLink {
	color: #666;
}
.reLink .prevLink a, .reLink .nextLink a 
	color: #666;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
	color: #007cb4;
}
/*浮动客服*/
.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: #007cb4;
	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: #007cb4;
	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 #007cb4;
	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: #007cb4;
	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 #007cb4;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #9c28b1;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
/*↓组图样式↓*/
.HS10, .HS15 {
	overflow: hidden;
	clear: both;
}
.HS10 {
	height: 10px;
}
.HS15 {
	height: 15px;
}
.Hidden {
	display: none;
}
.Clearer {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.FlLeft {
	float: left;
}
.FlRight {
	float: right;
}
/*幻灯片区域背景*/
.MainBg {
	width: 100%;
	margin: 0 auto;
}
/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
}
#OriginalPic {
	width: 100%;
	overflow: hidden;
	position: relative;
	font-size: 12px;
}
#OriginalPic img {
	display: block;
	min-width: 100px;
	max-width: 100%;
	margin: 0 auto;
}
/*鼠标手势*/
.CursorL {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 100%;
	color: #FFF;
	left: 0;
	cursor: url(../images/CurL.cur), auto;
}
.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 100%;
	color: #FFF;
	right: 0;
	cursor: url(../images/CurR.cur), auto;
}
/*小图预览和滑动*/
.SliderPicBorder {
	width: 100%;
	overflow: hidden;
}
.ThumbPicBorder {
	width: 100%;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.ThumbPicBorder #btnPrev, .ThumbPicBorder #btnNext {
	width: 40px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	left: 15px;
	top: 15px;
}
.ThumbPicBorder #btnNext {
	left: auto;
	right: 15px;
}
.ThumbPicBorder .pic {
	width: 700px;
	overflow: hidden;
	position: relative;
	margin: 15px auto;
}
#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 124px;
	height: 94px;
	display: block;
	transition: all .5s;
}
#ThumbPic img.active {
	border: 3px solid #007cb4;
}
/*CSS3动画*/
@keyframes zy {
10% {
transform: rotate(15deg);
}
20% {
transform: rotate(-10deg);
}
30% {
transform: rotate(5deg);
}
40% {
transform: rotate(-5deg);
}
50%, 100% {
transform: rotate(0deg);
}
}
