@charset "utf-8";
@font-face {
 font-family: 'SourceHanSansCN-Regular';
 src: url('../fonts/SourceHanSansCN-Regular.otf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'barlow';
 src: url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'SapientSansMedium';
 src: url('../fonts/SapientSansMedium.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'Helvetica';
 src: url('../fonts/Helvetica-Neue-2.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
/* CSS Document */
html, body {
	position: relative;
	height: 100%;
	color: #666;scroll-behavior: smooth;
}
*{margin: 0;padding: 0;}
.clearFix {clear: both;}
html {
	font-family:sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
body {
	background: #fff;
	font-family: 'SourceHanSansCN-Regular','Microsoft Yahei',Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover, a.now {
	color: rgba(39, 102, 166, 1);
}
ul {
	list-style: none;
}
.flexBox {
	padding: 0 20px;
	max-width:1440px;
	margin: 0 auto;
}
.header.fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}
.header {
	background: #363636;
	color: #fff;
}
.header .top {
	padding: 20px 0 10px 0;
	transition: 0.3s;
}
.header.up .top {
	height: 0;
	padding: 0;
	overflow: hidden;
}
.header .top a {
	float: right;
}
.header h1 {
	float: left;
	width: 200px;
}
.header .navBar {
	padding: 20px 0 0 0;
}
.header h1 img {
	float: left;
}
.header nav {
	float: left;
	display: block;
	line-height: 52px;
	margin-left: 200px;
}
.header nav li {
	float: left;
	padding-bottom: 20px;
}
.header nav li a {
	padding: 0 25px;
	color: #fff;
	font-size: 16px;
	line-height: 52px;
}
.header nav li:hover>a {
	color: rgba(39, 102, 166, 1);
}
.header form {
	float: right; margin-top:6px;
	border-style: solid;
    border-width: 2px;
	border-color: rgba(39,102,166,1);
	border-radius: 3px;
}
.header form input {
	height: 30px;
	float: left;
	outline: none;
	padding: 0 5px;
}
.header form .sumit {
	width: 40px;
	background: rgba(39, 102, 166, 1);
	border: none;
	color: #fff;
	height: 34px;
}
.header li {
	position: relative;
}
.header li .hide {
	color: #666;
	padding: 10px;
	position: absolute;
	background: #fff;
	width: 640px;
	left: 50%;
	margin-left: -300px;
	top: 73px;
	display: none;
	line-height: 26px;
	border-radius: 0 0 5px 5px;
}
.header li .hide h4 {
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	color: #333;
	margin-bottom: 10px;
}
.header li .hide h4 a {font-size:18px;line-height:40px;}
.header li .hide p {padding:0;}
.header li .hide a {
	color: #666;
	display: block;
	padding: 0;
	line-height:34px;
	text-align: center;
}
.header li .hide a:hover {
	color: rgba(39, 102, 166, 1);
	background: #f5f5f5;
}
.header li .hide li {
	width:30%;
	padding:0 10px; overflow:hidden;
	box-sizing: border-box; min-height:260px;
}
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {height: 100%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;}
.mySwiper .swiper-slide div{height: calc(100% - 140px);width: 100%;margin-top: 140px;}
.mySwiper,.mySwiper .swiper-slide,.swiper-wrapper {
    width: 100%;
    height: 100%;}
.mySwiper .baner1 {
	background: url('../img/baner1.jpg') no-repeat center bottom;
	background-size: cover;
}
.mySwiper .baner2 {
	background: url('../img/baner2.jpg') no-repeat center bottom;
	background-size: cover;
}
.mySwiper .baner3 {
	background: url('../img/baner3.jpg') no-repeat center bottom;
	background-size: cover;
}
.mySwiper .baner4 {
	background: url('../img/baner4.jpg') no-repeat center bottom;
	background-size: cover;
}
.ipro {
	background: url('../img/iPro_bj.jpg') no-repeat center bottom;
	color: #fff;
}
.ipro ul {
	padding: 20px 0 4% 0; width:1440px;
	overflow: hidden;
}
.ipro ul li {
	float: left;
	background: #505050;
	padding: 15px 1%;
	transition: 0.3s;
	width:22.4%;
	margin-left:0.3%;
	margin-right:0.3%;
}
.ipro ul li img {max-width: 100%;}
.ipro ul li p {
	font-size: 28px;
	text-align: left;
	padding: 10px 0 50px 0;
	color: #aaa;
}
.ipro ul li a {
	display: block;
	line-height: 30px;
	text-align: left;
	font-size: 18px;
	color: #999;
}
.ipro ul li:hover {
	background: #fff;
}
.ipro ul li:hover p, .ipro ul li:hover a {
	color: #222;
}
.ipro .more {
	border: 1px solid #fff;
	padding: 12px 60px;
	color: #fff;
	transition: 0.3s;
}
.ipro .more:hover {
	background: rgba(39, 102, 166, 1);
}
.ius {
	background: url('../img/ius.jpg') no-repeat center bottom;
	color: #fff;
}
.ius .txt, .ius .vdieo {
	width: 45%;
	float: left;
	box-sizing: border-box;
}
.ius .vdieo {
	background: #000;
	height: 550px;
}
.ius .vdieo video {
	width: 100%;
	height: 100%;
}
.ius .txt {
	padding: 30px;
	font-size: 18px;
}
.introtxt h4 {
	width: 100%;
	font-size: 48px;
	padding: 10px 0;
	font-weight: normal;
}
.introtxt h4+p {
	padding: 15px 0;
	line-height: 40px;
}
.ius .txt li {
	float: left;
	text-align: center;
	width: 33.333%;
}
.ius .txt li .b {
	font-size: 60px;
	font-weight: bold;
	padding: 15px 0;
}
.infod {
	background: url('../img/ip1bj.jpg') no-repeat center bottom;
	color: #fff;
}
.infod ul {
	height: 100%;
	width: 100%;
}
.infod li {
	width: 25%;
	text-align: center;
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
}
 .infod li:nth-child(1) {
 background: url('../img/infodbj1.png') no-repeat center bottom;
}
 .infod li:nth-child(2) {
 background: url('../img/infodbj2.png') no-repeat center bottom;
}
 .infod li:nth-child(3) {
 background: url('../img/infodbj3.png') no-repeat center bottom;
}
 .infod li:nth-child(4) {
 background: url('../img/infodbj4.png') no-repeat center bottom;
}
.infod li a {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
}
.infod li a .img img {
	transition: 0.3s;
}
.infod li a:hover .img img {
	margin-top: -20px;
}
.infod li a:hover .contactus {
	background: rgba(39, 102, 166, 1);
}
.infod li h6 {
	width: 100%;
	font-size: 36px;
	padding: 20px 0 0 0;
	font-weight: normal;
}
.infod li h6+p {
	padding: 15px 0;
	font-size: 18px;
	margin-bottom: 50px;
}
.infod li .contactus {
	line-height: 40px;
	padding: 15px 60px;
	border: 1px solid #fff;
	transition: 0.3s;
}
.ichioceUs {
	background: url('../img/ichiodeusbj.jpg') no-repeat center bottom;
	color: #fff;
}
.ichioceUs .box {
	padding: 0 20px;
	max-width:1440px;
}
.ichioceUs li {
	width: 31.333%;
	margin: 0 1%;
	float: left;
	padding: 20px 0;
	line-height: 28px;
}
.ichioceUs li .tit {
	font-size: 26px;
	padding: 10px 0;
}
.inews {
	background: url('../img/inewBj.jpg') no-repeat center bottom;
	color: #fff;
}
.inews li {
	width: 24%;
	margin: 0 0.5%;
	background: #fff;
	float: left;
}
.inews .box {
	padding: 0 20px;
	max-width:1440px;
}
.inews li a {
	display: block;
	padding: 15px;
	text-align: left;
	line-height: 24px;
}
.inews li a:hover h6 {
	color: rgba(39, 102, 166, 1);
}
.blue {
	color: rgba(39, 102, 166, 1);
}
.inews li .img {
	width: 100%;
	overflow: hidden;
}
.inews li a:hover {box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);}
.inews li img {
	width: 100%; height:auto;
	transition: 0.5s;
}
.inews li a:hover img {
	transform: scale(1.2);
	transition:1.5s;
}
.inews li h6 {
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0;
	color: #333;
}
.inews li .tag {
	padding: 10px 0;
}
.inews li .tag span {
	border: 1px solid #ddd;
	padding: 3px 5px;
	color: #999;
}
.inews li .tag em {
	float: right;
}
.inews li .time {
	color: #999;
	padding: 5px 0;
}
.iContact.swiper-slide {
	background: #111;
	display: block !important;
	overflow:hidden;
}
.iContact .box {
	width: 100%;
	height: calc(100% - 70px);
}
.iContact .detail, .iContact .map {
	width: 50%;
	float: left;
	color: #fff;
	height: 100%;
}
.iContact .detail {
	display: flex; 
	align-items: center;
	justify-content: center;
	line-height: 30px;
}
.iContact .detail .introtxt {
	text-align: left;
	max-width:700px;
}
.iContact .detail .name {
	font-size: 18px;
}
.iContact .detail ul {
	padding: 20px 0;
}
.iContact .detail li {
	float: left;
	margin-right: 60px;
}
.copy {
	line-height:25px;
	color: #666;
	font-size: 12px;
	border-top: 1px solid #333;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	min-height:70px;
}
.innerBaner {
	height: 350px;margin-top: 140px;
}
.website {
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.inerNewsbaner {
	background: url('../img/inerBaner_new.jpg') no-repeat center bottom;
}
.inerCasebaner {
	background: url('../img/inerCaseBj.jpg') no-repeat center bottom;
}
.inerProbaner {
	background: url('../img/inreProbj.jpg') no-repeat center bottom;
}
.inerContactbaner {
	background: url('../img/inContacbj.jpg') no-repeat center bottom;
}
.inerAboutbaner {
	background: url('../img/inerbAboutbj.jpg') no-repeat center bottom;
}
.mainbox {
	padding-top: 20px;
}
.mainbox aside {
	float: left;
	width: 22%;
}
.mainbox aside .tit {
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #eee;
	font-size: 22px;
	font-weight: normal;
	color: #666;
}
.mainbox aside .tit+ul {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	line-height: 34px;
}
.mainbox aside .tit+ul li {
	border-bottom: 1px solid #eee;
}
.mainbox aside .tit+ul li a {
	padding: 8px 15px;
	display: block;
}
.mainbox aside .tit+ul li a em {
	float: right;
}
.mainbox aside .tit+ul li {
	position: relative;
}
.mainbox aside .tit+ul li .hide {
	position: absolute;
	width: 200px;
	right: -203px;
	background: #fff;
	border: 1px solid #ddd;
	display: none;
	top:0px;
	border-radius:5px;
}
.mainbox aside .tit+ul li:hover .hide {
	display: block;
}
.mainbox .public {
	float: right;
	width: 75%;
}
.page {
	text-align: center;
	padding: 20px 0;
	overflow: hidden;
	height: 50px;
}
.page a,.page span {
	padding: 10px;
	line-height: 24px;
	border: 1px solid #ddd;
	transition: 0.2s;
}
.page a:hover, .page span.current {
	background: rgba(39, 102, 166, 1);
	color: #fff;
}
.pnews li {
	line-height: 24px;
	border-bottom: 1px solid #eee;
}
.pnews li a {
	display: block;
	padding: 15px;
	transition: 0.3s;
	overflow: hidden;
}
.pnews li a:hover {
	box-shadow: 0 0 5px #ddd;
}
.pnews li a img {
	transition: 0.3s;
}
.pnews li a:hover img {
	transform: scale(1.1);
}
.pnews li a .tit {
	padding: 10px 0;
	font-size: 16px;
}
.pnews li a .tit span {
	float: right;
	color: #999;
	font-size: 14px;
}
.pnews li .tag {
	padding: 15px 0;
}
.pnews li .tag span {
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 12px;
}
.pcase li {
	padding: 15px;
}
.pcase li a {
	display: block;
}
.pcase li a .img {
	float: left;
}
.innerContact {
	height: 600px;
	overflow: hidden;
	background: #111;
}
.detailnews {
	line-height: 24px;
	color: #666;
}
.detailnews .tit {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}
.detailnews .introl {
	padding: 20px 0;
}
.detailnews p {
	padding: 10px 0;
}
.detailnews .tip {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.prenext .tag {
	border-top: 1px solid #eee;
	margin: 10px 0;
	padding-top: 20px;
}
.prenext .tag span {
	border: 1px solid #ddd;
	padding: 5px;
}
.recommNew {
	background: none;
	color: #666;
	padding:20px; max-width:1440px; margin-left:auto; margin-right:auto;
}
.recommNew h4 {
	text-align: center;
	font-size: 24px;
	color: #333;
	padding: 20px 0;
}
.inerCase li .img {
	float: left;
	width: 340px;
	margin-right: 20px;
	overflow: hidden;
}
.inerCase li .img img {
	width: 100%;
}
.pprocds ul {
	overflow: hidden;
}
.pprocds li {
	width: 30%;
	float: left;
	margin: 10px 1.5% 30px 1.5%;
	text-align: center;
}
.pprocds li a {
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.pprocds li a:hover {box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);}
.pprocds li a .img {overflow: hidden;}
.pprocds li a img {width: 100%;transition: 0.5s;}
.pprocds li a:hover img {transform: scale(1.0);transition: 1.5s;}
.proDtails {}
.proDtails .show {
	float: left;
}
.proDtails .big {
	border: 1px solid #ddd;
}
.proDtails .small {
	padding: 10px 0;
}
.proDtails .small .btn {
	width: 15px;
	height: 50px;
	float: left;
	border: 1px solid #ddd;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background: #f5f5f5;
}
.proDtails .small .btn:hover {
	background-color: rgba(39, 102, 166, 1);
	color: #fff;
}
.proDtails .small .next {
	float: right;
}
.proDtails .small .imgBox {
	float: left;
	width: 360px;
	overflow: hidden;
}
.proDtails .small .imgBox ul {
	width: 999999px;
}
.proDtails .small .imgBox li {
	float: left;
	width: 52px;
	margin: 0 10px;
	border: 1px solid #ddd;
}
.proDtails .small .imgBox li.on {
	border-color: rgba(39, 102, 166, 1);
}
.proDtails .small .imgBox li img {
	float: left;
}
.proDtails .txt {
	width: 60%;
	float: right;
	line-height: 30px;
}
.proDtails .txt h4 {
	font-size: 18px;
	padding: 15px 0;
}
.proDtails .txt .tel span {
	background: rgba(39, 102, 166, 1);
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
	line-height: 32px;
	float: left;
}
.proDtails .txt .onlines {
	display: inline-block;
	border: 1px solid rgba(39, 102, 166, 1);
	float: left;
	margin-left: 20px;
	text-align: center;
	padding: 6px 10px;
	line-height: 0;
	border-radius: 5px;
	position: relative;
}
.proDtails .txt .onlines div {
	position: absolute;
	left:0px;
	height: 150px;
	width: 150px;
	top: 45px;
	display: none;
}
.proDtails .txt .onlines:hover div {
	display: block;
}
.proDtails .txt .onlines div img {
	border: 1px solid #ddd;
}
.proDtails .detxtx {
	line-height: 24px;
	color: #666;
}
.proDtails .detxtx img {max-width:1080px;}
.proDtails .detxtx p {
	padding: 10px 0;
}
.ptie {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 20px 0;
	line-height: 50px;
}
.ptie span {
	border-top: 2px solid rgba(39, 102, 166, 1);
	display: inline-block;
	padding: 0 20px;
}
.inerConatcs .infos {
	overflow: hidden;
	padding-bottom: 30px;
}
.inerConatcs .infos li {
	float: left;
	width: 24%;
	margin: 0 0.5%;
	background: #F2F2F2;
	text-align: center;
	padding: 30px 0;
}
.inerConatcs .infos li .img {
	padding: 20px 0;
}
.inerConatcs .infos li img {
	width: 50px;
}
.inerConatcs form .infos li {
	background: none;
	padding: 0;
}
.inerConatcs form .infos li input {
	width: 90%;
	height: 40px;
	border: none;
	background: #F2F2F2;
	outline: none;
	padding: 0 5%;
}
.inerConatcs form textarea {
	width: 98%;
	height: 120px;
	border: none;
	background: #F2F2F2;
	outline: none;
	padding: 10px 1%;
}
.inerConatcs form .submit {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.inerConatcs form .submit input {
	width: 180px;
	height: 44px;
	background-color: rgba(39, 102, 166, 1);
	outline: none;
	font-size: 18px;
	color: #fff;
	border: none;
}
.inerAboutus {
	color: #666;
	overflow: hidden;
}
.inerAboutus h4 {
	padding: 10px 0;
	font-size: 20px;
}
.inerAboutus p {
	line-height:28px;
}
.inerAboutus ul.jj {
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px #F2F2F2 solid;
}
.inerAboutus ul.jj li {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
	box-sizing:border-box;
	border-right:1px #F2F2F2 solid;
}
.inerAboutus ul.jj li:last-child{border-right:0px #F2F2F2 solid;}
.inerAboutus ul.jj li big {
	font-size:68px;padding-right:10px; line-height:70px;
	color: rgba(39, 102, 166, 1);
}
.inerAboutus ul.sx {
	padding:50px 0;
	overflow: hidden;
}
.inerAboutus ul.sx li {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
}
.inerAboutus ul.sx li img{transition: 0.5s; width:100%;}
.inerAboutus ul.sx li:hover img{transform: scale(1.2);transition:1.5s;}
.share {
	padding: 20px 0;
}
.share em {
	cursor: pointer;
}
.zoom {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, .3);
	display: none;
}
.zoom .content {
	width: 200px;
	background: #fff;
	position: absolute;
	top: 20%;
	left: 45%;
}
.zoom .content h4 {
	padding: 10px;
	font-weight: normal;
}
.zoom .content h4 span {
	float: right;
	cursor: pointer;
}
.xiyi {
	width: 600px;
	height: 500px;
	position: fixed;
	top: 50%;
	background:#fff;
	left: 50%;
	margin-left: -300px;
	margin-top: -250px;
	border: 2px solid #ddd;
	border-radius: 5px;
	display: none;
}
.xiyi h4 {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
.xiyi h4 span {
	float: right;
}
.xiyi .content p {
	padding: 10px 0;
}
.xiyi .content {
	height: 380px;
	overflow:auto;
	padding: 15px;
	line-height: 24px;
}
.xiyi h5 {
	text-align: center;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}
.xiyi h5 span {
	background: red;
	padding: 15px 20px;
	color: #fff;
}