﻿/*
KISSY CSS Reset
*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	min-width: 320px;
	font-family: "微软雅黑";
}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

li {
	list-style: none;
}


/*滚动条整体样式*/

div::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}


/*滚动条滑块*/

div::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(168, 168, 168, 1);
}


/*滚动条轨道*/

div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
	border-radius: 8px;
	background: rgba(241, 241, 241, 1);
}


/*清楚浮动*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*弹性布局盒子*/

.flexbox {
	display: flex;
}


/*网站头部样式*/


/*导航及头部公共样式*/

.top {
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
}

.top-con {
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 0px;
}

.top-left {
	float: left;
	height: 40px;
}

.logo {
	margin-right: 10px;
}

.top-right {
	float: right;
	width: 665px;
}

.search-con {
	height: 30px;
	margin-top: 10px;
	float: right;
}

.search-con input {
	line-height: 30px;
	padding-left: 12px;
	max-width: 185px;
	font-size: 14px;
	outline: none;
	border: 1px solid #d7d7d7!important;
}

.search-con button {
	display: block;
	height: 30px;
	border: none;
	outline: none;
	background-color: #004098;
	padding: 0 12px;
	color: white;
	font-size: 14px;
}

.lang-tol {
	float: right;
	font-size: 14px;
	margin-left: 28px;
	margin-top: 14px;
}

.lang-cn {
	color: #004098!important;
}

.lang-tol a {
	color: #b6b6b6;
	transition: all .3s;
}

.lang-tol span {
	color: #b6b6b6;
}

.lang-tol a:hover {
	color: #004098!important;
	text-decoration: none;
}

.supplier-href {
	float: right;
	margin-left: 21px;
	margin-top: 14px;
	font-size: 14px;
}

.supplier-href img {
	width: 14px;
	height: 14px;
	margin-top: 2.5px;
	margin-right: 4px;
}

.supplier-href span {
	font-size: 14px;
	color: #333333;
}

.client-href {
	float: right;
	margin-left: 13px;
	margin-top: 14px;
}

.client-href img {
	width: 7px;
	height: 17px;
	margin-right: 6px;
	margin-top: 3px;
}

.client-href span {
	font-size: 14px;
	color: #333333;
}

.nav {
	height: 60px;
}

#header .nav>ul>li {
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	text-align: center;
	flex: 1;
}

#header .nav>ul>li>a {
	display: block;
	color: #333333;
	transition: all .3s;
	font-size: 18px;
	white-space: nowrap;
}

#header .nav>ul>li:hover>a {
	background-color: #014099;
	color: #FFFFFF!important;
}

.current-page {
	color: #023f98!important;
}

#header .nav>ul>li>ul {
	position: relative;
	z-index: 5;
	display: none;
}

#header .nav>ul>li>ul>li {
	line-height: 35px;
	cursor: pointer;
	transition: all .3s;
	background-color: rgb(65, 112, 179);
}

#header .nav>ul>li>ul>li>a {
	display: block;
	font-size: 14px;
	color: white;
}

#header .nav>ul>li>ul>li:hover {
	background-color: #014099;
}

.second-nav {
	position: relative;
	z-index: 6;
	display: none;
	left: 100%;
	top: -35px;
}

.second-nav li {
	line-height: 35px;
	cursor: pointer;
	transition: all .3s;
	background-color: rgb(65, 112, 179);
}

.second-nav li:hover {
	background-color: #014099;
}

.second-nav li a {
	font-size: 14px;
	color: white;
}


/*手机导航*/

.xs-navbtn {
	width: 94%;
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: white;
	padding: 0 3%;
}

.xs-logo {
	float: left;
	margin-top: 10px;
	width: 44%;
}
.xs-logo img{
	width: 100%;
}

.icon-menu {
	float: right;
	margin-top: 14px;
}

.xs-nav {
	height: 100%;
	background: #000000;
	position: fixed;
	right: -240px;
	top: 0;
	width: 240px;
	overflow: hidden;
	overflow-y: auto;
	display: none;
	z-index: 1000;
}

.xs-searcon {
	margin: 40px 15px;
	height: 40px;
	background-color: #1d1d1f;
	border-radius: 32px;
	overflow: hidden;
	padding: 0 5px;
}

.xs-searcon input {
	flex: 1;
	background-color: #1d1d1f;
	border: none;
	outline: none;
	line-height: 40px;
	color: white;
	padding-left: 10px;
}

.xs-searcon img {
	width: 24px;
	height: 24px;
	margin-top: 8px;
	margin-right: 15px;
}

.xs-nav>ul {
	padding-bottom: 40px;
}

.xs-nav ul li {
	width: 100%;
	line-height: 45px;
	border-top: 1px solid #1d1d1f;
}

.xs-nav ul li:last-of-type {
	border-bottom: 1px solid #1d1d1f;
}

.xs-active {
	border-right: 5px solid #014099;
}

.xs-nav ul li>span {
	display: block;
	position: absolute;
	line-height: 45px;
	margin-top: -46px;
	margin-left: 200px;
	font-size: 28px;
	color: #dddddd;
}

.xs-nav a {
	display: block;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
}

.first-xsnav {
	display: none;
}

.first-xsnav a {
	padding-left: 25px;
}

.top-ban {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	#header .nav>ul {
		display: flex;
	}
	.xs-navbtn {
		display: none;
	}
	.container {
		padding: 0;
	}
}

@media (max-width:1400px) {
	.nav {
		width: 970px;
		margin: 0 auto;
	}
	.top-con {
		padding: 20px 50px;
	}
}

@media (max-width:1100px) {
	.top-left img:nth-of-type(2) {
		display: none;
	}
}

@media (max-width:850px) {
	.lang-tol {
		display: none;
	}
}

@media only screen and ( max-width:768px) {
	.sdfun-item {
		display: none;
	}
	#header {
		display: none;
	}
	#t-ban {
		padding-top: 61.5px;
	}
	.inside-banner {
		padding-top: 61.5px;
	}
}


/*网站头部样式 结束*/


/*首页-最新产品区域*/

.index-centertil {
	max-width: 745px;
	min-width: 320px;
	margin: 0 auto;
	margin-top: 70px;
	overflow: hidden;
}

.index-centertil hr {
	display: block;
	width: 34%;
	height: 1px;
	background-color: #023f98;
	margin-top: 12px;
}

.index-centertil span {
	margin: 0 10px;
	font-size: 18px;
	color: #333333;
}

.index-centertil b {
	color: #023f98;
}

.xs-centertil {
	width: 140px;
	display: none;
	font-size: 14px;
	text-align: center;
}

.intro-til {
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
}

.intro-protil {
	color: #999999;
}

.index-pronav {
	max-width: 1400px;
	margin: 36px auto 0;
	overflow-x: auto;
	overflow-y: hidden;
}

.index-pronav ul {
	max-width: 1400px;
	margin: 0 auto;
	height: 40px;
}

.index-pronav ul li {
	flex: 1;
	line-height: 40px;
	color: #333333;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
}

.index-pronav ul li:hover {
	background-color: #023f98;
	color: white!important;
}

.pro-content {
	display: none;
	padding-bottom: 20px;
}

.pronav-active {
	background-color: #023f98;
	color: white!important;
}

.pro-swiper {
	margin: 66px 70px 0;
}

.pro-lunbtn {
	width: 40px!important;
	height: 40px!important;
	margin-top: -205px;
	background-size: cover!important;
}

.pro-prev {
	left: 13.8%;
	background-image: url(../img/pro-prev.png);
}

.pro-next {
	right: 13.8%;
	background-image: url(../img/pro-next.png);
}

.sy-cpbox {
	width: 295px;
	border: solid 1px #f3f3f3;
}

.sy-cpbox img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.sy-cpbox p {
	text-align: left;
	height: 60px;
	/* line-height: 60px; */
	margin-left: 10px;
	font-size: 16px!important;
	color: #333333;
	margin-top: 20px;
}

@media only screen and (max-width:1800px) {
	.pro-prev {
		left: 3.5%;
	}
	.pro-next {
		right: 3.5%;
	}
}

@media only screen and (max-width:1400px) {
	.pro-swpercon {
		width: 1200px;
	}
	.sy-cpbox img {
		transition: all .3s;
	}
	.sy-cpbox:hover img {
		transform: scale(1.1);
	}
}

@media only screen and (max-width:768px) {
	.index-pronav ul {
		max-width: 1400px;
		width: 1400px!important;
	}
	.nomal-centertil {
		display: none;
	}
	.xs-centertil {
		display: block;
	}
	.index-centertil {
		margin-left: 12px;
		margin-right: 12px;
		margin-top: 30px;
	}
	.index-centertil hr {
		margin-top: 24px;
	}
	.pro-prev {
		left: 2.5%;
	}
	.pro-next {
		right: 2.5%;
	}
}


/*首页-最新产品结束*/


/*首页-技术质量*/

.skill-con {
	width: 100%;
	background-image: url(../img/skill_indexbg.png);
	background-size: cover;
	overflow: hidden;
}

.skill-con .index-centertil {
	margin-top: 35px;
}

.skill-con .index-centertil span {
	color: #FFFFFF;
}

.skill-con .index-centertil b {
	color: #FFFFFF;
}

.intro-skilltil {
	color: #f0f0f0;
}

.skill-list {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 80px;
	padding-bottom: 40px;
	display: flex;
}

.skill-list li {
	width: calc(100% / 3 - 14%);
	margin: 0 7%;
	float: left;
	transition: all .3s;
}

.skill-list li:hover .skill-imgcon {
	border: solid 2px #023f98;
	background-color: #023f98;
	transform: rotateY(180deg);
}

.skill-imgcon {
	width: 220px;
	height: 220px;
	margin: 0 auto;
	border: solid 2px #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	transition: all .3s;
}

.skill-imgcon img {
	margin: 0 auto;
}

.skill-list li p {
	margin: 18px 0;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.skill-list li span {
	display: block;
	font-size: 15px;
	text-align: justify;
	color: #ececec;
}

@media (max-width:768px) {
	.container {
		padding: 0;
	}
	.skill-list {
		display: block;
		padding: 0 10px 40px;
	}
	.skill-list li {
		width: calc(100% / 1 - 8%);
		margin: 0 4%;
		float: none;
		margin-top: 35px;
	}
}


/*首页-技术质量结束*/


/*首页-公司简介*/

.procom-con {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 100px;
}

.procom-con .index-centertil {
	margin-top: 60px;
}

.procom-con>p {
	color: #666666;
}

.procom-intro {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 55px;
	overflow: hidden;
}

.procomin-left {
	float: left;
	width: 66%;
}

.procomin-text {
	margin-top: 28px;
}

.procomin-text p {
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	text-indent: 2em;
	text-align: justify;
}

.procomin-more {
	width: 85px;
	height: 35px;
	line-height: 35px;
	border: solid 1px #023f98;
	float: right;
	cursor: pointer;
	margin-top: 85px;
}

.procomin-more a {
	display: block;
	font-size: 18px;
	transition: all .3s;
	text-align: center;
	color: #023f98;
}

.procomin-more a:hover {
	background-color: #023f98;
	color: white;
}

.procomin-right {
	float: right;
	width: 28.5%;
	height: 268px;
	overflow: hidden;
}

.procom-img {
	width: 100%;
}

.procom-img video {
	width: 100%;
}
@media (min-width: 768px) {}

@media only screen and ( max-width:768px) {
	.procomin-left {
		float: none;
		width: 95%;
		margin: 0 auto;
	}
	.procomin-right {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.procom-img {
		max-width: 400px;
		margin: 0 auto;
	}
	.procomin-right img {
		margin-top: 50px;
	}
}


/*首页-公司简介结束*/


/*首页-联系我们*/

.contact-con {	
	width: 100%;
	background-image: url(../img/contact_indexbg.png);
	background-size: cover;
	overflow: hidden;
	padding-bottom: 30px;
}

.procom-con .index-centertil {
	margin-top: 35px;
}

.procom-con .index-centertil {
	margin-top: 35px;
}

.intro-contacttil {
	color: #666666;
}

.contact-details {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 55px;
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
}

.address-map {
	float: left;
	width: 61.5%;
}

.index-baidumap {
	width: 100%;
	height: 270px;
}

.contact-way {
	float: left;
	margin-left: 60px;
}

.contact-way ul li {
	margin-top: 34px;
}

.contact-way ul li:first-of-type {
	margin-top: 0px;
}

.contant-icon {
	width: 39px;
}

.contant-icon img {
	display: block;
	margin: 0 auto;
}

.contact-way ul li p {
	margin-left: 18px;
	color: #333333;
	width: 380px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.contact-way ul li p span {
	margin-left: 15px;
}

.hot-line {
	font-size: 18px;
	font-weight: bold;
	color: #023f98!important;
}
.mobile-daohang{
	display: none;
}
.m-navigation{
	font-size: 18px;
	color: #023f98!important;
}
@media only screen and (max-width:1400px) {
	.address-map {
		width: 58%;
		margin-left: 5%;
	}
	.contact-way {
		max-width: 320px;
	}
}

@media only screen and (max-width:1200px) {
	.address-map {
		float: none;
		width: 94%;
		margin: 0;
	}
	.contact-way {
		float: none;
		max-width: 1280px;
		margin: 25px auto 0;
	}
}


/*首页-联系我们结束*/


/*友情链接*/

.blogroll {
	width: 100%;
	background-color: #ececec;
}

.blogroll-text {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 12px;
}

.blogroll span {
	display: block;
	font-size: 16px;
	color: #023f98;
	font-weight: bold;
	line-height: 65px;
}

.blogroll p {
	margin-left: 10px;
	margin-top: 20px;
	line-height: 24px;
	flex: 1;
	padding-bottom: 20px;
}

.blogroll p a {
	font-size: 14px;
	color: #333333;
	margin-left: 15px;
}
.blogroll p a:first-of-type{
	margin-left: 0px;
}
.blogroll p a:hover {
	color: #023f98;
}


/*友情链接结束*/


/*网页底部*/

#footer {
	overflow: hidden;
	background-color: #f4f4f4;
	color: #999;
}

.footer-nav {
	max-width: 1400px;
	padding: 0 15px 50px;
	margin: 0 auto;
}

.b-navbox {
	width: 76%;
	float: left;
	margin-top: 29px;
}

.b-navbox li {
	float: left;
	text-align: left;
	margin-left: 6.5%;
}

.b-navbox li:first-of-type {
	margin-left: 0;
}

.b-navbox a {
	color: #333333;
	transition: all .3s;
}

.b-navbox a:hover {
	color: #023f98;
}

.b-navbox li h2 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 2.5px 15px;
	border-left: 1px solid #bab9b9;
}

.b-navbox li>a {
	display: block;
	font-size: 14px;
	padding: 7px 14px;
	padding-right: 0;
	border-left: 1px solid #bab9b9;
}

.qr-code {
	width: 130px;
	margin-top: 30px;
	margin-left: 8%;
	float: left;
}

.qr-code img {
	width: 100%;
	margin: 0 auto 5px;
}

.qr-code p {
	font-size: 16px;
	text-align: center;
	color: #999999;
	line-height: 30px;
}

.b-navbox li>a:first-of-type {
	padding-top: 20px;
}

#footer .copy {
	background-color: #cdcdcd;
	line-height: 100px;
	color: #666666;
	text-align: center;
}

#footer .copy a {
	color: #666666;
}

#footer .copy span {
	margin-left: 20px;
}

@media (max-width: 1400px) {
	.footer-nav {
		padding: 0 80px 50px;
	}
	.b-navbox li h2 {
		font-size: 15px;
	}
	.b-navbox li>a {
		font-size: 13px;
	}
	.b-navbox {
		width: 85%;
		float: left;
		margin-top: 29px;
	}
	.qr-code {
		width: 130px;
		margin-top: 30px;
		margin-left: 0%;
		float: right;
	}
}

@media (max-width: 1300px) {
	.footer-nav {
		display: none;
	}
}

@media (max-width: 840px) {
	#footer .copy span {
		display: none;
	}
}


/*网页底部-结束*/


/*侧边功能栏*/

.sdfun-con {
	width: 53px;
	position: fixed;
	z-index: 999;
	background-color: #f1f1f1;
	top: 65%;
	right: 0;
}

.sdfun-item {
	width: 53px;
	height: 53px;
}

.cantact-con {
	width: 53px;
	height: 53px;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
	background-position: center center;
	background-repeat: no-repeat;
}

.sdfun-item img {
	display: block;
	margin: 0 auto;
}

.cantant-qq {
	background-image: url(../img/cantact_qq.png);
}

.cantant-phone {
	background-image: url(../img/cantact_phone.png);
}

.cantant-wx {
	background-image: url(../img/cantact_wx.png);
}

.back-top {
	width: 53px;
	height: 53px;
	float: left;
	cursor: pointer;
	background-color: #f1f1f1;
	display: none;
	display: block;
}

.back-top img {
	display: block;
	margin: 0 auto;
	margin-top: 17px;
}

.cantact-de {
	width: 156px;
	position: absolute;
	margin-top: 0px;
	margin-left: 53px;
	background-color: #023f98;
	line-height: 53px;
	color: white;
	transition: all .3s;
	font-size: 15px;
	text-align: center;
	z-index: -1;
}

.cantact-qqde {
	height: 53px;
}

.cantact-phonede {
	height: 53px;
}

.cantact-wxde {
	height: 180px;
	display: flex;
    flex-direction: column;
}

.cantact-wxde img {
	width: 120px;
	margin: 0px auto 18px;
}

.sdfun-item:hover .cantact-de {
	margin-left: -156px;
}

.sdfun-item:hover .cantant-qq {
	background-color: #023f98!important;
	background-image: url(../img/cantact_qqw.png);
}

.sdfun-item:hover .cantant-phone {
	background-color: #023f98!important;
	background-image: url(../img/cantact_phonew.png);
}

.sdfun-item:hover .cantant-wx {
	background-color: #023f98!important;
	background-image: url(../img/cantact_wxw.png);
}

@media only screen and (max-width:1400px) {
	.sdfun-con {
		width: 53px;
		position: fixed;
		z-index: 999;
		background-color: #f1f1f1;
		top: 40%;
		right: 0;
	}
}


/*侧边功能栏-结束*/


/*列表页面与内页通用样式*/

.inside-banner img {
	width: 100%;
	height: auto;
}

.inside-con {
	margin-top: 21px;
	padding-bottom: 40px;
}

.inside-left {
	float: left;
	width: 18.5%;
	background-color: #f7f7f7;
}

.inside-title {
	padding-left: 11px;
	font-weight: bold;
	line-height: 40px;
	color: white;
	background-color: #023f98;
	font-size: 18px;
}

.inside-sg {
	margin-top: 15px;
	padding-bottom: 140px;
}

.inside-sg li {
	padding-left: 20px;
	line-height: 35px;
	text-align: left;
	font-size: 14px;
}

.inside-sg li a {
	cursor: pointer;
	display: block;
	color: #666666;
	transition: all .3s;
}

.inside-curpage {
	background-color: rgba(63, 109, 176, 1)!important;
	color: white!important;
}

.inside-sg li a:hover {
	background-color: rgba(63, 109, 176, 1);
	color: white;
}

.inside-firstnav {
	display: none;
	margin-top: 8px;
}

.inside-firstnav a {
	padding-left: 12px;
}

.insidenav-tol {
	display: inline-block;
	border-top: 5px dashed transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px dashed transparent;
	border-left: 5px dashed currentColor;
	margin-left: -10px;
}

.inside-right {
	float: right;
	width: 77.5%;
	background-color: #f7f7f7;
	padding: 0 12px;
}

.inside-righttop {
	height: 58px;
	border-bottom: 2px solid #023f98;
}

.irt-left {
	float: left;
}

.irt-left p {
	font-size: 12px;
	color: #666666;
	float: left;
	line-height: 58px;
	max-width: 450px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.irt-left p>span {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-right: 4px;
}

.tilblock {
	display: block;
	width: 4px;
	height: 18px;
	background-color: #023f98;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}

.cur-position {
	float: right;
	line-height: 58px;
}

.curposition-href {
	float: right;
	font-size: 15px;
}

.curposition-href a {
	color: #333333;
}

.home-icon {
	float: right;
	margin-top: 24px;
	margin-right: 9px;
}

.cur-location {
	color: #023f98!important;
}

.bdeditor-con {
	width: 98%;
	margin: 0 auto;
	padding: 10px 0 50px;
}

.bdeditor-logo {
	display: block!important;
	margin: 40px auto 90px!important;
	width: 280px!important;
}

.bdeditor-con img {
	max-width: 100%;
}

@media only screen and ( max-width:768px) {
	.inside-right {
		float: none;
		width: 94%;
		background-color: #f7f7f7;
		padding: 0 12px;
		margin: 0 auto;
	}
	.irt-left {
		width: 100%;
		float: none;
	}
	.irt-left p {
		width: 92%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}


/*发展历程*/

.develop-con {
	max-width: 920px;
	margin: 0 auto;
}


/*发展历程 结束*/


/*资质荣誉列表*/

.honor-list li {
	width: calc(100%/3 - 80px);
	margin: 28px 40px 0;
	float: left;
	background-color: white;
	transition: all .3s;
	height: 218px;
}

.honor-list li img {
	width: 100%;
	height: 178px;
	margin: 0!important;
}

.honor-list li p {
	padding: 0 8px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media only screen and ( max-width:1200px) {
	.honor-list li {
		width: calc(100%/2 - 80px);
	}
}

@media only screen and ( max-width:768px) {
	.honor-list li {
		width: calc(100%/1 - 80px);
	}
}


/*资质荣誉列表 结束*/


/*合作伙伴列表*/

.partner-til {
	display: block;
	font-size: 24px;
	text-align: center;
	color: #333333;
	margin: 12px 0;
}

.partner-into {
	display: block;
	font-size: 14px;
	color: #333333;
	text-align: center;
}

.partner-list {
	width: 85%;
	margin: 0 auto;
}

.partner-list li {
	width: calc(100%/4 - 36px);
	margin: 30px 18px 0;
	float: left;
	transition: all .3s;
	background-color: white;
	height: 74px;
}

.partner-list li img {
	width: 100%;
	margin: 0!important;
	height: 74px;
}

@media only screen and ( max-width:1200px) {
	.partner-list li {
		width: calc(100%/2 - 36px);
	}
}

@media only screen and ( max-width:768px) {
	.partner-list li {
		width: calc(100%/1 - 80px);
	}
}


/*合作伙伴列表 结束*/


/*新闻列表*/

.news-list li {
	width: 100%;
	margin-top: 40px;
	cursor: pointer;
}

.news-list li a {
	display: flex;
}

.news-date {
	width: 88px;
	height: 44px;
	padding: 18px 0;
	background-color: #023f98;
	color: white;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	margin-left: 15px;
	transition: all .3s;
}

.news-list li:hover .news-date {
	opacity: 0.75;
}

.news-intro {
	width: 88%;
	margin-left: 24px;
}

.news-til {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-details {
	font-size: 14px;
	color: #555555;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media only screen and ( max-width:1400px) {}

@media only screen and ( max-width:768px) {
	.news-list li a {
		display: block;
	}
	.news-list li a img{
		display: none;
	}
	.news-intro {
		width: 100%;
		float: none;
		margin-left: 15px;
		margin-top: 15px;
	}
	.news-date {
		margin-left: 0px;
	}
	.news-intro {
		margin-left: 0px;
	}
}


/*新闻列表 结束*/


/*新闻详情*/

.news-decon {
	width: 85%;
	margin: 0 auto;
}

.newsde-til {
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.fabu-data {
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-top: 20px;
}

.fabu-data span {
	margin-left: 15px;
}

.newsde-content {
	padding: 40px 0 60px;
	/*border-bottom: 3px solid #ececec;*/
}

.newsde-content p {
	text-align: justify;
	text-indent: 2em;
	line-height: 30px;
	font-size: 15px;
	color: #666666;
}

.page-switch {
	margin-top: 25px;
	margin-left: 5px;
}

.page-switch a {
	display: block;
	font-size: 15px;
	color: #666666;
	margin-top: 12px;
}

@media only screen and ( max-width:768px) {
	.news-decon {
		width: 98%;
		margin: 0 auto;
	}
}


/*新闻详情 结束*/


/*产品列表*/

.inside-pro li {
	text-align: left;
}

.inside-pro li a {
	padding-left: 40px;
}

.product-list li {
	width: calc(100%/3 - 60px);
	margin: 30px 30px 0;
	height: 320px;
	float: left;
	transition: all .3s;
	overflow: hidden;
}

.product-list li img {
	margin: 0!important;
	width: 295px!important;
}

.product-intro {
	width: 100%;
	background-color: white;
	position: relative;
	overflow: hidden;
	margin-top: -5px;
	transition: all .3s;
}

.product-xsintro {
	width: 100%;
	background-color: white;
	font-size: 16px;
	color: #333333;
	line-height: 60px;
	padding: 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: none;
}

.product-intro p {
	font-size: 16px;
	color: #333333;
	line-height: 60px;
	padding: 0 12px;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-intro span {
	display: block;
	padding: 0 12px;
	font-size: 15px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.product-intro a {
	display: block;
	margin: 25px auto;
	width: 235px;
	height: 52px;
	line-height: 52px;
	font-size: 15px;
	color: #023f98;
	background-color: #ffffff;
	text-align: center;
}

.product-list li:hover .product-intro {
	background-color: rgba(2, 63, 152, 0.7);
	margin-top: -147px;
}

.product-list li:hover .product-intro p {
	color: white;
}

@media only screen and ( max-width:1400px) {
	.product-list li {
		width: calc(100%/2 - 60px);
		margin: 30px 30px 0;
		transition: all .3s;
	}
	.product-list li img {
		width: 100%!important;
		height: auto;
	}
}

@media only screen and ( max-width:1400px) {
	.product-list li {
		width: calc(100%/2 - 60px);
	}
	.product-list li img {
		width: 100%!important;
		height: auto;
	}
}

@media only screen and ( max-width:768px) {
	.product-list li {
		width: calc(100%/1 - 60px);
		height: auto;
		overflow-y: auto;
	}
	.product-intro {
		display: none;
	}
	.product-xsintro {
		display: block;
	}
}


/*产品列表 结束*/


/*产品详情;*/

.product-data {
	width: 97%;
}

.product-img {
	float: left;
	width: 43.8%;
}

.product-img img {
	width: 100%;
	margin: 0!important;
}

.product-img video {
	width: 100%;
}

.product-img video {
	width: 100%;
	display: none;
}

.product-detext {
	float: left;
	width: 52%;
	margin-left: 20px;
}

.product-detil {
	font-size: 18px;
	color: white;
	line-height: 30px;
	background-color: #023f98;
	padding-left: 22px;
}

.product-datum {
	max-width: 474px;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	margin-top: 8px;
}

.product-trait {
	margin-top: 24px;
}

.product-video {
	margin-top: 50px;
}

.product-video>span {
	display: block;
	width: 148px;
	height: 37px;
	line-height: 37px;
	background-color: #023f98;
	border-radius: 3px;
	text-align: center;
	color: white;
	font-size: 16px;
	cursor: pointer;
}

.product-video>span img {
	display: inline-block!important;
	margin: 0!important;
	width: auto!important;
}

.product-video>span:nth-of-type(3) {
	margin-left: 28px;
}

.pro-between {
	height: 20px;
	width: 100%;
	background-color: white;
	margin: 20px 0;
}

.product-tabs {}

.producttabs-btn {
	width: 100%;
}

.producttabs-btn span {
	display: block;
	flex: 1;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.producttabs-btn span:hover {
	background-color: #023f98;
	color: white!important;
}

.protabs-active {
	background-color: #023f98;
	color: white!important;
}

.protabs-div {
	width: 100%;
	padding: 25px 0;
	display: none;
}

.protabs-div>p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}


/*分享*/

.share-con{
	margin-top: 15px;
}
.share-con p{
	line-height: 28px;
	margin-right: 8px;
	font-size: 15px;
}
@media only screen and ( max-width:1200px) {
	.product-img {
		float: none;
		width: 60%;
	}
	.product-detext {
		float: none;
		width: 100%;
		margin-top: 20px;
		margin-left: 0px;
	}
	.product-datum {
		width: 90%;
	}
	.product-video {
		margin-top: 40px;
	}
	.product-tabs {
		margin-top: 50px;
	}
}

@media only screen and ( max-width:768px) {
	.producttabs-btn span {
		font-size: 14px;
	}
	.protabs-div>p {
		font-size: 13px;
	}
}


/*产品详情 结束*/


/*网站留言*/

.message-con {
	max-width: 890px;
	margin: 0 auto;
}

.mes-perdata {
	width: 100%;
	margin-top: 7px;
}

.msgperdata-item {
	flex: 1;
}

.msgperdata-item span {
	display: block;
	width: 20%;
	font-size: 15px;
	line-height: 28px;
	color: #000000;
}

.msgperdata-item>input {
	width: 65%;
	font-size: 15px;
	border-radius: 2px;
	line-height: 30px;
	border: solid 1px #023f98;
	padding-left: 8px;
}

.message-text {
	margin-top: 25px;
}

.message-text span {
	display: block;
	width: 10%;
	font-size: 15px;
	line-height: 28px;
	color: #000000;
}

.sex-con {
	width: 20%;
}

.sex-con>label {
	background-image: url(../img/radio_none.png);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	font-size: 15px;
	padding-left: 30px;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	margin-top: 8px;
}

.sex-con>input[type='radio']:checked+.radio {
	background-image: url(../img/radio_ck.png);
}

.message-text textarea {
	width: 80%;
	padding: 15px;
	height: 160px;
	outline: none;
	border: solid 1px #023f98;
	letter-spacing: 0px;
	font-size: 14px;
	font-family: "微软雅黑";
	resize: none;
}

.msg-btncon {
	width: 100%;
	margin-top: 66px;
}

.msg-btncon div {
	flex: 1;
}

.msg-btncon div button {
	display: block;
	width: 119px;
	height: 40px;
	border: none;
	outline: none;
	background-color: #023f98;
	color: white;
	cursor: pointer;
}

.msg-btnsub button {
	float: right;
	margin-right: 40px;
}

.msg-btnres button {
	float: left;
	margin-left: 40px;
	opacity: 0.75;
}

@media only screen and ( max-width:768px) {
	.mes-perdata {
		display: block;
		margin-top: 0;
	}
	.msgperdata-item {
		width: 100%;
		margin-top: 15px;
	}
	.message-text {
		margin-top: 15px;
		display: flex!important;
	}
	.message-text span {
		width: 20%;
	}
	.message-text textarea {
		width: 62%;
	}
}


/*网站留言 结束*/


/*联系我们*/

.cantant-content {
	width: 94%;
	margin: 8px auto 0;
}

.cantant-content p {
	line-height: 30px;
	font-size: 15px;
}

.main-cantant {
	max-width: 1200px;
	background-image: url(../img/cantant_bg.png);
	background-size: cover;
	margin: 0 auto;
	padding: 16px 0;
}

.main-cantext {
	float: left;
	margin-left: 20px;
}

.main-cantext>p {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}

.branch-cantant {
	max-width: 1200px;
	margin: 0 auto;
}

.branch-cantant ul {
	margin-top: 36px;
}

.branch-cantant li {
	width: 139px;
	height: 15px;
	float: left;
	text-align: center;
	font-size: 15px;
	color: #333333;
	line-height: 15px;
	border-right: 1px solid #dfdfdf;
	cursor: pointer;
	margin-top: 15px
}

.branch-active {
	color: #023f98!important;
}

.branch-cantext {
	display: none;
	border-top: 1px solid #dfdfdf;
	margin-top: 20px;
	padding-top: 32px;
}

.branch-cantext p {
	color: #333333;
	font-weight: bold;
}

@media only screen and ( max-width:768px) {}


/*联系我们 结束*/


/*人才战略*/

.strategy-content {
	width: 80%;
	margin: 0 auto;
}

.strategy-content p {
	text-align: justify;
	text-indent: 2em;
	line-height: 30px;
	font-size: 15px;
	color: #666666;
}


/*人才战略 结束*/


/*学习成长*/

.study-content {
	width: 86%;
	margin: 0 auto;
}

.study-content p {
	text-align: justify;
	text-indent: 2em;
	line-height: 30px;
	font-size: 15px;
	color: #666666;
}


/*学习成长 结束*/


/*自我推荐*/

.perdata-til {
	height: 24px;
	background-color: #023f98;
	text-align: center;
	color: white;
	font-size: 15px;
	margin-top: 48px;
	margin-bottom: 20px;
}

.perdata-til:first-of-type {
	margin-top: 0;
}

.msgperdata-item select {
	width: 21%;
	font-size: 15px;
	border-radius: 2px;
	line-height: 30px;
	border: solid 1px #023f98;
	margin-left: 2%;
}

.full-select {
	width: 67%!important;
}

.msgperdata-item select:first-of-type {
	margin-left: 0;
}

.msgperdata-item p {
	font-size: 18px;
	color: #ff0000;
	line-height: 32px;
	margin-left: 5px;
}

.per-resume {
	width: 98%;
	margin: 0 auto;
}

.per-resume textarea {
	width: 100%;
	padding: 15px;
	height: 160px;
	outline: none;
	border: solid 1px #023f98;
	letter-spacing: 0px;
	font-size: 14px;
	font-family: "微软雅黑";
	resize: none;
}

.per-tip {
	width: 98%;
	margin: 8px auto 0;
	font-size: 15px;
	line-height: 25px;
	color: #666666;
}

.per-tip span {
	color: #ff0000;
	margin: 0 4px;
}


/*自我推荐 结束*/
.xs-navbtn .yuyan{float: right;margin-right:20px;padding:5% 0;}
.xs-navbtn .yuyan a{color:#333;}
.xs-navbtn .yuyan a.on{color:#243597;}

.index-icons{width:92%;margin:auto;overflow:hidden;margin-bottom:15px;}
.index-icons .index-icon01{width:16.66%;float: left;margin-top:15px;}
.index-icons .index-icon01.on .index-icon01-img img{border:2px solid #243597;border-radius:100px;box-sizing: border-box;}
.index-icons .index-icon01.on p{color:#243597;}
.index-icons .index-icon01 .index-icon01-img{width:76%;margin:auto;}
.index-icons .index-icon01 .index-icon01-img img{width:100%;}
.index-icons .index-icon01 p{font-size:10px;color:#333;width:50px;text-align:center;margin:auto;}

.index-line{width:100%;height:10px;background:#f1f1f1;}

.index-shebei-list-cont .index-shebei-list{display:none;}
.index-shebei-list-cont .index-shebei-list.on{display: block;}

.index-shebei-list{width:92%;margin:auto;margin:;}

.index-shebei-list h1{font-size:12px;color:#243597;border-left:3px solid #243597;padding-left:10px;line-height:14px;margin-top:15px;}

.index-shebei-list .index-shebei-cont{overflow:hidden;margin-top:15px;}
.index-shebei-list .index-shebei-cont .index-shebei-cont01{width:21.7%;float: left;margin-right:4.4%;}
.index-shebei-list .index-shebei-cont .index-shebei-cont01:nth-child(4n){margin-right:0;}
.index-shebei-list .index-shebei-cont .index-shebei-cont01 a{color:#333;}
.index-shebei-list .index-shebei-cont .index-shebei-cont01 .index-shebei-img{position:relative;overflow:hidden;border-radius:6px;width:100%;height:0;padding-bottom: 100%;}
.index-shebei-list .index-shebei-cont .index-shebei-cont01 .index-shebei-img img{position:absolute;width:100%;}
.index-shebei-list .index-shebei-cont .index-shebei-cont01 p{font-size:10px;margin-top:10px;margin-bottom:20px;width:100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}