

@font-face {
	font-family: "SourceHanSansCN-Bold";
	src: url("../font/SourceHanSansCN-Bold.woff2") format("woff2"), url("../font/SourceHanSansCN-Bold.woff") format("woff"), url("../font/SourceHanSansCN-Bold.ttf") format("truetype"), url("../font/SourceHanSansCN-Bold.eot") format("embedded-opentype"), url("../font/SourceHanSansCN-Bold.svg") format("svg"), url("http://www.xqtznkj.com/font/SourceHanSansCN-Bold.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Swiss721BoldCondensedBT";
	src: url("../font/Swiss721BoldCondensedBT.woff2") format("woff2"),
		url("../font/Swiss721BoldCondensedBT.woff") format("woff"),
		url("../font/Swiss721BoldCondensedBT.ttf") format("truetype"),
		url("../font/Swiss721BoldCondensedBT.eot") format("embedded-opentype"),
		url("../font/Swiss721BoldCondensedBT.svg") format("svg"),
		url("http://www.xqtznkj.com/font/Swiss721BoldCondensedBT.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "microsoft yahei";
	background: #fff;
	font-size:62.5%;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.head-top {
	background: #eeeeee;
	height: 25px;
	color: #9d9d9d;
	font-size: 12px;
	line-height: 25px;
}

.head-top span {
	float: right;
}

.head-top span a {
	color: #9d9d9d;
}

.head-line {
	width: 16px;
	height: 40px;
	border-left: #dadada solid 1px;
	float: left;
	margin-top: 15px;
}
.shuiyin{
	position: relative;
}
.shuiyin::after{
	content: "";
	position: absolute;
	width: 84.5px;
	height: 98.5px;
	background: url(../image/0shuiyin.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 999;
	left: 20px;
	top: 20px;
}
/*head*/
.menus {
	width: 100%;
	z-index: 999;
	transition: all .5s ease;
	background: #fff;
	position: relative;
	z-index: 888
}

.menus.fixedbg {
	top: 0;
	z-index: 9999;
	transition: all .5s ease;
	position: fixed;
}

.menus .container {
	position: relative;
	z-index: 999;
}

.menus .header {
	padding: 30px 0 30px 0;
}

.menus .Logo {
	overflow: hidden;
	float: left;
	width: 49%;
	max-width: 735px;
}

.menus .Logo img {
	float: left;
}

.menus .Logo a .h1 {
	font-size: 24px;
	font-family: "SourceHanSansCN-Bold";
	font-weight: bold;
	color: #f39545;
	padding-top: 8px;
	margin-top: 0;
	padding-left: 15px;
}

.menus .Logo a .h2 {
	color: #333333;
	font-size: 16px;
	margin-top: 0;
	padding-top: 0px;
}

.menus .Logo a .h2 i {
	color: #f39545;
	font-size: 13px;
	top: -1px;
	position: relative;
}

.menus .head-right {
	width: 24.3%;
	max-width: 272px;
	float: right;
	font-size: 14px;
	color: #32336c;
}

.menus .head-right div {
	background: url(../image/icon-head-tel.png) no-repeat left bottom;
	padding-left: 53px;
	color: #929292;
	margin-top: 7px;
}

.menus .head-right img {
	margin-top: 5px;
}

.menus .dhwrap {
	width: 100%;
	background: #333333;
	position: relative;
	z-index: 99;
	border-bottom: #f39545 solid 3px;
}

#WebLink {
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 2px;
	width: 71.3%;
	float: left;
	margin-left: 5%;
}

#WebLink li {
	float: left;
	position: relative;
}

#WebLink li:after {
	content: "";
	width: 2px;
	height: 46px;
	transition: all .5s ease;
}

#WebLink li:hover,
#WebLink li.on {
	color: #ffffff;
	background: #f39545;
	transition: all .5s ease;
}

#WebLink li > a {
	font-size: 16px;
	color: #fff;
	display: block;
	width: 100%;
	height: 49px;
	line-height: 49px;
	text-align: center;
	padding: 0 40px;
}

#WebLink li > a:hover {
	color: #ffffff;
	transition: all .5s ease;
}

#WebLink li:last-child a {
	background: none;
}

#WebLink li .sub-head-menu{
	position: absolute;
	left: 0;
	top: 69px;
	width: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
#WebLink li:hover .sub-head-menu{
	top: 49px;
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
#WebLink li .sub-head-menu a{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	padding: 10px 0;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #4e4e4e; 
	transition: all .5s ease;
}
#WebLink li .sub-head-menu a:hover{
	background: #f39545;
	transition: all .5s ease;
}
#WebLink li .sub-head-menu a:last-child{
	border-bottom: none;
}

.menus.fixedbg .header {
	display: none;
}



/*搜索*/
.search-wrap {
	display: flex;
	flex-direction: row;
	border-left: #686565 solid 1px;
	height: 30px;
	margin-top: 10px;
	float: right;
	width: 22%;
}

.search-wrap input {
	background: none;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffff;
	width: 66%;
	background: none;
	border: none;
	outline: none;
	padding-left: 15px;
}

.search-wrap button {
	background: none;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
	height: 30px;
	line-height: 30px;
	border: none;
	outline: none;
}

.search-wrap butto i {
	color: #fff;
	font-size: 22px;
}

/*banner*/
#container1 {}

#container1 .swiper-container-horizontal>.swiper-pagination-bullets {
	z-index: 99999;
}

#container1 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: 1;
	margin: 0 6px;
	border-radius: 8px;
	transition: all .5s ease;
}

#container1 .swiper-pagination-bullet-active {
	width: 38px;
	transition: all .5s ease;
}

/*footer*/
footer {
	width: 100%;
	overflow: hidden;
	background: #3a3a3a;
	color: #a0a0a0;
	font-size: 14px;
}

.foot-logo {
	padding: 35px 0;
	border-bottom: #5a5a5a solid 1px;
	margin-top: 20px;
}

.foot-menu {
	width: 100%;
	margin-bottom: 60px;
	float: left;
}

.foot-menu .item {
	width: 27%;
	color: #a0a0a0;
	float: left;
}

.foot-menu .item a {
	color: #a0a0a0;
}

.foot-menu .item:first-child {
	width: 9%;
}

.foot-menu .item:nth-child(2) {
	width: 20%;
}

.foot-menu .item:nth-child(3) {
	width: 9.5%;
}

.foot-menu .item:nth-child(4) {
	width: 40%;
}

.foot-menu .item:nth-child(4) ul {
	width: 134px;
	float: left;
}

.foot-menu .item h2 {
	color: #ffffff;
	font-size: 18px;
	padding: 30px 0;
}

.foot-menu .item ul a {
	display: block;
	width: 100%;
	line-height: 33px;
	color: #a0a0a0;
	transition: all 0.6s;
}

.foot-menu .item:nth-child(2) ul a:nth-child(n+1) {
	width: 36%;
	float: left;
}

.foot-menu .item:nth-child(2) ul a:nth-child(2n+) {
	width: 63%;
	float: left;
}


.foot-menu .item p {
	line-height: 30px;
	font-size: 14px;
	color: #a9a9a9;
	width: 360px;
	float: left;

}

.foot-menu .item p i {
	color: #a9a9a9;
	font-size: 20px;
	padding-right: 12px;
	top: 3px;
	position: relative;
}

.foot-menu .item p i:nth-child(2) {
	font-size: 20px;
}

.foot-menu .item p span {
	font-size: 20px;
	color: #a9a9a9;
}

.foot-ewm {
	width: 235px;
	float: right;
	text-align: right;
	font-size: 14px;
	margin-top: 65px;
	color: #a4a4a4;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.foot-ewm .ewm {
	float: left;
}

.foot-ewm img {
	max-width: 120px;
}

.foot-ewm .txt {
	padding-right: 15px;
	text-align: right;
	float: right;
	line-height: 26px;
}

footer .copyright-wrap {
	width: 100%;
	background: #2a2a2a;
	padding: 5px 0;
	color: #888787;
	font-size: 14px;
	text-align: center;
}

footer .copyright-wrap a {
	color: #888787;
}

footer .copyright-wrap a:hover {
	color: #458806;
}

footer .copyright-wrap p {
	padding-top: 8px;
	float: left;
	padding-bottom: 3px;
}

footer .copyright-wrap p img {
	margin: 0 12px;
}

footer .right-info {
	margin-left: 12px;
	position: relative;
	top: 8px;
}

/*内页banner*/
.subbanner {
	width: 100%;
}

.subbanner img {
	max-width: 100%;
}


/*page*/
.page {
	padding: 20px 0;
	overflow: hidden;
	text-align: center;
}

.page .disabled {
	border: 1px solid #d8d8d8;
	padding: 5px 5px;
	font-size: 10px;
	color: #d8d8d8;
	display: none;
}

.page a {
	border: 1px solid #d8d8d8;
	padding: 5px 10px;
	font-size: 10px;
	color: #333;
}

.page a.sy {
	color: #707072 !important;
}

.page .current {
	background: #f39545;
	padding: 5px 9px;
	color: #fff;
	border: 1px solid #f39545;
	font-size: 10px;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #f39545;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #f39545;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 8px;
	height: 16px;
	background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(243, 149, 69, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(243, 149, 69, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(243, 149, 69, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}

/*底部*/
.footH {
	height: 65px;
	display: none;
}

.footFix {
	background: #333;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
	position: relative;
	top: 5px;
}
.footFix i:first-child {
	top: 3px!important;
}

/*右侧悬浮*/
.right-nav {
	position: fixed;
	right: 0.5%;
	top: 46%;
	width: 88px;
/*	height: 325px;*/
	margin-top:-127px ;
	color: #fff;
	z-index: 99;
	transition: right, 0.5s;
	font-size: 13px;
	background:#fff;
	 box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.2);
}
.right-nav .iconfont{
	color: #f39545;
	line-height: 50px;
	font-size: 24px;
	display: block;
}

.right-nav .nav-advertisement {
	cursor: pointer;
}
.fttel{
	line-height: 22px;
}
.fttel span{
	display: block;
	width: 90%;
	margin: 0 auto;
	
}
 

.right-nav .nav-recharge .line {
	width: 24px;
	height: 1px;
}
.right-nav .nav-hover {
 
}
.right-nav .nav-hover>div {
	height: 75px;
	position: relative;
	text-align: center;
	line-height: 3px;
	overflow: hidden;
	color:#f39545;
}
.right-nav .nav-hover>.go-top {
	cursor: pointer;
	transition-property: left;
	transition-duration: 0.5s;
	display: block !important;
}
#gotop i{
	font-size: 25px;
	line-height: 60px;
}
.right-nav .nav-hover>.go-top>img {
	width: 20px;
}

.right-nav .nav-hover>div>img {
	margin-top: 9px;
}
.right-nav .nav-hover>div .nav-open {
	position: absolute;
	left: -150px;
	top: 0;
	min-height: 75px;
	width: 0;
	line-height: 75px;
	background-color: #f39545;
	color: #fff;
	transition: all .5s ease;
	display: none;
	height: 100%;
	box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.2);
}
.right-nav .nav-hover>div .nav-open a{
	display: block;
}
.right-nav .nav-hover>div:hover .nav-open {
	left: -141px;
	display:block;
	width: 140px;
	transition: all .5s ease;
}
.right-nav .nav-hover>div.mp-code-wrap .nav-open {
	width: 281px;
	left: -296px;
	background-color: #ffffff;
}

.right-nav .nav-hover>div.mp-code-wrap .redPoi {
	display: block;
}

.right-nav .nav-hover>div.mp-code-wrap:hover .nav-open {
	opacity: 1;
	left: -281px;
	display: block;
}

.right-nav .nav-hover>div.mp-code-wrap .mp-code .line {
	margin: 18px 5px 0;
	height: 100px;
	width: 1px;
	background-color: #ccc;
}

.right-nav .nav-hover>div.mp-code-wrap .content {
	background-color: #ffffff;
	color: #282828;
}

.right-nav .nav-hover>div .nav-open .arrow {
	position: absolute;
	right: -8px;
	top: 14px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 4px solid #f39545;
}

.right-nav .nav-hover>div .nav-open .team-num {
	line-height: 18px;
	color: #f6f8f9;
	margin-top: -5px;
	padding-bottom: 5px;
}

.right-nav .nav-hover>div .nav-open .team-num2 {
	margin-top: 10px;
	font-size: 12px;
}

.right-nav .nav-hover>div .nav-open img {
	width: 135px;
}

.right-nav .nav-hover>div {
	overflow: visible;
	border-bottom:#d6d6d7 solid 1px;
}
.right-nav .nav-hover>div:hover{
	background: #f39545;
	transition: all .5s ease;
	border-bottom: none;
	border-left: 1px solid rgba(255,255,255,0.1);
	color:#fff;
}
.right-nav .nav-hover>div:hover i{
	color:#fff;
	transition: all .5s ease;
}
.right-nav .nav-hover>div:hover {
	overflow: visible;
}
.right-nav .nav-hover>div .fdweixin {
	background: #f39545!important;
	padding: 8px;
	width: 150px;
	left: -180px;
}
 .right-nav .nav-hover>div:hover .fdweixin {
	opacity: 1;
	left: -155px;
	display:block;
}
@media screen and (max-width: 1365px) {
	.right-nav {
		right: 0px;
	}
	 
	.right-nav .nav-recharge .line {
		background-color: transparent;
	}
	 
	.right-nav .nav-advertisement img {
		margin-left: 0;
	}
}

@media screen and (min-width: 1366px) {
	
	.right-nav .nav-recharge,
	.go-top {
		left: 0;
	}
	.right-nav .nav-recharge .line {
		background-color: #636363;
	}
	.right-nav .nav-hover>.go-top {
	 
	}
	.right-nav .nav-advertisement img {
		margin-left: -36px;
	}
}
/*Mask*/
.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,0.4);
    visibility: hidden;
    opacity: 0;
	transition: all .5s ease;
}
.mask.visible{
	visibility: visible;
	opacity: 1;
    transition: all .5s ease;
}
/*弹出框*/
.Popup{ 
	background: #fff;
	border: 1px solid #e1e1e1;
	position: fixed; 
	z-index: 100;
	width: 330px;
	left: 50%;
	margin-left: -210px;
	top: 84%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease;
}
.Popup.visible{
	visibility: visible;
	top: 24%;
	opacity: 1;
    transition: all .5s ease;
}
.Popup.downmore{  
	width: 420px;
	padding: 32px 0 35px;
    transition: all .5s ease;
	border-radius: 24px;
}
.Popup .tc-inner{
	width: 350px;
	margin: 24px auto 0;
}
.tc-inner textarea{
	min-width: 100%;
    max-width: 100%;
    min-height: 80px;
    text-indent: 21px;
    padding-top: 8px;
    font-size: 16px;
	color: #666; 
	border: 1px solid #cccccc;
    background: #ffffff;
    line-height: 25px;
	border-radius: 10px;
}
.mta40{
	margin: 40px auto 0;
}
input::-webkit-input-placeholder {
    color: #999;
}
textarea::-webkit-input-placeholder {
    color: #999;
}
.mta15{
	margin: 15px auto 0;
}

.downmore{
	
}
.downmore h6{
	margin: 0;
	font-size: 28px;
	text-align: center;
	color: #f39545;
	padding:0 37px;
	font-weight: bold;
}
.downmore input[type=text]{
	width: 100%;
	height: 48px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	outline: none;
	text-indent: 16px;
	font-size: 16px;
	color: #666; 
	margin-bottom: 13px;
}
.downmore a{
	display: block;
	width: 48%; 
	border: 1px solid #f39545;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #f39545;
	border-radius: 10px;
	cursor: pointer;
	margin: 10px auto 0;
	transition:all .5s ease;
	float: left;
}
.downmore a:hover{
	color:#fff;
	background:#f39545;
	transition:all .5s ease;	
	
}
.download_list li{
	border-bottom:1px solid #dcdcdc;
	overflow:hidden;
	width:50%;
	float:left;
}

.download_list li .dl{
	margin-bottom: 0px; 
	overflow:hidden;
	padding:15px 0;
	padding-left:10px;
}
.download_list li:hover{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
	overflow:hidden;
	cursor:pointer;
}
.downloadbu{
	cursor: pointer;
}
.tc-inner .closetc{
	color: #999;
	border-radius: 10px;
	border: 1px solid #999;	
	display: block;
	line-height: 40px;
	margin-left: 4%;
	transition: all .5s ease;
}
.tc-inner .closetc:hover{
	color: #fff;
	background: #999;
	transition: all .5s ease;
}
/*====首页产品分类======*/
.pro-class {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 70px 0 60px 0;
}

.pro-class a {
	display: block;
	color: #333333;
	font-size: 14px;
	text-align: center;
	padding-top: 60px;
	display: block;
}

.pro-class a:hover {
	color: #f39545;
	transition: all .5s ease;
	cursor: pointer;
}

.pro-class a.a1 {
	background: url(../image/icon-cl1.png) no-repeat center top;
}

.pro-class a.a2 {
	background: url(../image/icon-cl2.png) no-repeat center top;
}

.pro-class a.a3 {
	background: url(../image/icon-cl3.png) no-repeat center top;
}

.pro-class a.a4 {
	background: url(../image/icon-cl4.png) no-repeat center top;
}

.pro-class a.a5 {
	background: url(../image/icon-cl5.png) no-repeat center top;
}

.pro-class a.a6 {
	background: url(../image/icon-cl6.png) no-repeat center top;
}
.pro-class a.a7 {
	background: url(../image/icon-cl7.png) no-repeat center top;
}
.pro-class a.a8 {
	background: url(../image/icon-cl8.png) no-repeat center top;
}
.pro-class a.a9 {
	background: url(../image/icon-cl9.png) no-repeat center top;
}
.pro-class a.a10 {
	background: url(../image/icon-cl10.png) no-repeat center top;
}
.pro-class a.a11 {
	background: url(../image/icon-cl11.png) no-repeat center top;
}
.pro-class a.a12 {
	background: url(../image/icon-cl7-.png) no-repeat center top;
}
.pro-class a.a13 {
	background: url(../image/icon-cl13.png) no-repeat center top;
}
.pro-class a.a14 {
	background: url(../image/icon-cl14.png) no-repeat center top;
}
.pro-class a.a15 {
	background: url(../image/icon-cl15.png) no-repeat center top;
}
.pro-class a.a16 {
	background: url(../image/icon-cl16.png) no-repeat center top;
}
.pro-class a.a17 {
	background: url(../image/icon-cl17.png) no-repeat center top;
}



.pro-class a.a1:hover, .pro-class .on:nth-child(1){
	background: url(../image/icon-cl1on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a2:hover,.pro-class .on:nth-child(2) {
	background: url(../image/icon-cl2on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a3:hover,.pro-class .on:nth-child(3){
	background: url(../image/icon-cl3on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a4:hover,.pro-class .on:nth-child(4){
	background: url(../image/icon-cl4on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a5:hover,.pro-class .on:nth-child(5){
	background: url(../image/icon-cl5on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a6:hover,.pro-class .on:nth-child(6){
	background: url(../image/icon-cl6on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a7:hover,.pro-class .on:nth-child(7){
	background: url(../image/icon-cl7on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a8:hover,.pro-class .on:nth-child(8){
	background: url(../image/icon-cl8on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a9:hover,.pro-class .on:nth-child(9){
	background: url(../image/icon-cl9on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a10:hover,.pro-class .on:nth-child(10){
	background: url(../image/icon-cl10on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a11:hover,.pro-class .on:nth-child(11){
	background: url(../image/icon-cl11on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a12:hover,.pro-class .on:nth-child(12){
	background: url(../image/icon-cl7on-.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a13:hover,.pro-class .on:nth-child(13){
	background: url(../image/icon-cl13on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a14:hover,.pro-class .on:nth-child(14){
	background: url(../image/icon-cl14on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a15:hover,.pro-class .on:nth-child(15){
	background: url(../image/icon-cl15on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a16:hover,.pro-class .on:nth-child(16){
	background: url(../image/icon-cl16on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}

.pro-class a.a17:hover,.pro-class .on:nth-child(17){
	background: url(../image/icon-cl17on.png) no-repeat center top;
	color: #f39545;	
	font-weight: bold;
}


/*产品展示*/
.home-pro-bg {
	width: 100%;
	background: url(../image/h-probg.jpg) no-repeat center top;

}

.gloab-title {
	color: #333333;
}

.gloab-title .title-en {
	font-family: "Swiss721BoldCondensedBT";
	font-size: 48px;
	text-transform: uppercase;
}

.gloab-title .title-cn {
	font-size: 32px;
}

.gloab-title .title-line {
	width: 52px;
	height: 25px;
	border-bottom: #F39545 solid 3px;
}

.home-pro-bg .gloab-title {
	position: absolute;
	left: 0;
	top: 70px;
}

.swiper-container-pro {
	width: 100%;
	padding-top: 50px;
}

.swiper-pro-next {
	width: 60px;
	height: 60px;
	text-align: center;
	border: #dcdcdc solid 1px;
	float: right;
	border-left: none;
	cursor: pointer;
	outline: none;
}

.swiper-pro-prev {
	width: 60px;
	height: 60px;
	text-align: center;
	border: #dcdcdc solid 1px;
	float: right;
	cursor: pointer;
	outline: none;
}

.swiper-pro-prev:hover,
.swiper-pro-next:hover {
	background: #f39545;
	outline: none;
}

.swiper-pro-next i,
.swiper-pro-prev i {
	color: #aaaaaa;
	font-size: 26px;
	line-height: 60px;
}

.swiper-pro-prev:hover i,
.swiper-pro-next:hover i {
	color: #ffffff;
	transition: all .5s ease;
}

.home-pro-left {
	float: left;
	color: #666666;
	font-size: 16px;
	margin-top: 360px;
}

.home-pro-left .title {
	color: #f39545;
	font-size: 34px;
	font-weight: bold;
}

.home-pro-left .subtitle {
	line-height: 30px;
	padding-bottom: 60px;
	padding-top: 15px;
}

.home-pro-right {
	width: 69.333%;
	float: right;
	padding-top: 10px;
}

a.gloab-link {
	width: 160px;
	height: 50px;
	background: #f39545;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: block;
}

a.gloab-link:hover {
	background: #f18325;
	transition: all .5s ease;
}

/*=====首页关于我们====*/
.home-abt-bg {
	background: url(../image/h-abt-bg.jpg) no-repeat center top;
	padding: 70px 0 140px 0;
}

.home-abt-right {
	width: 49.2666%;
	float: right;
	padding-top: 110px;
}

.home-abt-left {
	width: 42%;
	float: left;
}

.home-abt-left .content {
	color: #2d2b2b;
	font-size: 16px;
	line-height: 32px;
	padding: 55px 0 40px 0;
}

.home-abt-left .content p {
	padding: 20px 0;
}

.home-abt-left .gloab-link {
	float: right;
	margin-right: 8px;
}

/*======首页服务项目=====*/
.home-service-bg {
	background: #00316f;
	color: #ffff;
}

.home-service-left {
	width: 30.667%;
	float: left;
	padding-top: 180px;
}

.home-service-left .gloab-title .title-en {
	color: #2c4b7e;

}

.home-service-left .gloab-title .title-cn {
	color: #ffffff;
	font-size: 32px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.home-service-left .gloab-title .title-line {
	border-bottom: #ffffff solid 3px;
}

.home-service-right {
	width: 69.333%;
	float: right;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.home-service-right .item {
	background: url(../image/fw-line.jpg) no-repeat left top;
	padding: 150px 30px 170px 30px;

}

.home-service-right .item .title {
	font-size: 32px;
	padding: 65px 0 35px 0;
}

.home-service-right .item .subtitle {
	color: #bfd5f0;
	font-size: 16px;
	line-height: 30px;
	max-width: 172px;
	min-height: 190px;
}

.home-service-right .item:nth-child(3) .subtitle {
	max-width: 180px;
}

.home-service-right .item a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f39545;
	text-align: center;
}
.home-service-right  .item:hover a{
	background:#d07426 ;
	transition: all .5s ease;
}
.home-service-right .item a:hover{	
	background:#d07426 ;
	transition: all .5s ease;
}

.home-service-right .item a i {
	color: #ffffff;
	line-height: 50px;
	font-size: 26px
}

/*======首页案例展示=====*/
.home-case-bg {
	background: url(../image/h-linkbg.jpg) no-repeat center top;
	padding: 60px 0;
}

.home-case-bg .gloab-title {
	margin: 0 auto;
	text-align: center;
}

.home-case-bg .partner-list {
	padding-bottom: 30px;
	width: 94%;
	margin: 0 auto;
	margin-top: 40px;
}

.home-case-bg .partner-list .swiper-slide {
	width: 208px;
	border: #eeeeee solid 1px;
	margin-top: 40px;
}

.home-case-bg .partner-list .swiper-slide p {
	display: none;
}

.home-case-bg .partner-list .swiper-slide .item {
	width: 100%;
}

.home-case-bg .partner-list .swiper-slide .item img {
	width: 100%;
}

.home-case-bg .partner-list .swiper-slide-active {
	width: 338px !important;
	margin-top: 0px;
}

.home-case-bg .partner-list .swiper-slide-active p {
	display: block !important;
	background: #f39545;
	color: #ffffff;
	line-height: 50px;
	height: 50px;
	text-align: center;
}
.mobile-flink{
	display: none;
}

/*======首页新闻展示=====*/
.home-news-bg {
	background: #ffffff;
	padding: 50px 0 80px 0;
}

.home-news-bg .gloab-title {
	margin: 0 auto;
	text-align: center;
}

.home-news {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
}

.home-news .item {
	width: 23.2%;
}
.home-news .item .pic{
	width: 100%;
	overflow: hidden;
	transition: all 0.6s;
	height: 0;
	padding-bottom: 67.25%;
	overflow: hidden;
	position: relative;
}

.home-news .item .title {
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
}

.home-news .item .date {
	width: 125px;
	height: 25px;
	background: #f39545;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	margin-top: 15px;
}

.home-news .item .content {
	min-height: 120px;
	margin-top: 15px;
	line-height: 30px;
	font-size: 16px;
}

.home-news .item a {
	color: #666666;
}

.home-news .item span {
	font-size: 14px;
}

.home-news .item span i {
	font-size: 16px;
}

.home-news .item a:hover span i,
.home-news .item a:hover span {
	color: #f39545;
}

/*响应式调整*/
@media( max-width:1366px){
	.gloab-title .title-en{
		font-size: 30px;
	}
	.home-pro-bg .gloab-title{
		top: 40px;
	}
	.home-pro-left{
		margin-top: 240px;
	}
	.home-pro-left .title{
		font-size: 24px;
	}
	.home-service-left .gloab-title .title-cn{
		font-size: 26px;
	}
	.home-service-right .item .title{
		font-size: 22px;
	}
}
/*=================适配================*/
@media( max-width:768px){
	.home-pro-right{
		width: 100%;
	}
	.home-pro-bg .gloab-title{
		width: 50%;
		top:20px
	}
	.gloab-title .title-en{
		font-size: 18px;
	}
	.gloab-title .title-cn{
		font-size: 15px;
	}
	.swiper-pro-prev,.swiper-pro-next{
		width: 40px;
		height: 40px;
		outline: none;
	}
	.swiper-pro-next i, .swiper-pro-prev i{
		line-height: 40px;
		font-size: 15px;
	}
	.home-pro-bg{
		background-size: 700%;
		padding-bottom: 20px;
	}
	.gloab-title .title-line{
		height: 15px;
		width: 25px;
	}
	.home-pro-left{
		margin-top: 15px;
		width: 100%;
	}
	.home-pro-left .title{
		font-size: 15px;
	}
	.home-pro-left .subtitle{
		font-size: 13px;
		padding-bottom: 10px;
		height: auto;
		line-height: 22px;
		padding-top: 5px;
	}
	a.gloab-link{
		line-height: 30px;
		height: 30px;
		font-size: 14px;
	}
	.home-abt-left,.home-abt-right{
		width: 100%;
	}
	.home-abt-bg{
		padding: 15px 0;
	}
	.home-abt-left .content{
		padding: 10px 0;
		line-height: 20px;
		font-size: 13px;
	}
	.home-abt-left .content p{
		padding: 5px 0;
	}
	.home-abt-right{
		padding-top: 20px;
	}
	.home-service-left,.home-service-right{
		width: 100%;
	}
	.home-service-left{
		padding-top: 15px;
	}
	.home-service-left .gloab-title .title-cn{
		font-size: 15px;
		font-weight: normal;
	}
	.home-service-left .gloab-title{
		text-align: center;
	}
	.home-service-left .gloab-title .title-line{
		margin: 0 auto;
	}
	.home-service-right{
		flex-wrap: wrap;
	}
	.home-service-right .item{
		background: none;
		padding: 20px 10px;
		width: 50%;
		text-align: center;
	}
	.home-service-right .item img{
		width: 30px;
	}
	.home-service-right .item .title{
		font-size: 14px;
		padding: 10px 0 20px 0;
		color: #fff!important;
	}
	.home-service-right .item .subtitle{
		width: 100%;
		max-width: 100%;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		min-height: 70px;
	}
	.home-service-right .item a{
		width: 30px;
		height: 30px;
		margin: 0 auto;		
	}
	.home-service-right .item a i{
		font-size: 14px;
		line-height: 30px;
		margin: 0 auto;
	}
	.home-case-bg{
		padding: 15px 0;
	}
	.pc-flink{
		display: none;
	}
	.mobile-flink{display: block;}
	.mobile-flink{
		display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.home-case-bg .partner-list{
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.home-case-bg .partner-list .swiper-slide{
		width: 32%;
		 
		margin-top: 0;
		margin-bottom: 10px;
	}
	.home-news-bg{
		padding: 15px 0;
	}
	.home-news{
		margin-top: 15px;
		flex-wrap: wrap;
	}
	
	.home-news .item{
		width: 48%;
		margin-bottom: 15px;
	}
	.home-news .item .title{
		font-size: 14px;
		margin-top: 0;
		line-height: 30px;
		height: 30px;
	}
	.home-news .item .date{
		width: 100%;
		margin-top: 0;
		font-size: 12px;
	}
	.home-news .item .content{
		font-size: 12px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		min-height: auto;
	}
	.home-news .item span{
		padding-top: 15px;
		font-size: 13px;
	}
}
@media( max-width:640px){
	.pro-class{
		width: 100%;
	}
	.pro-class{
		padding: 15px 0;
	}
	.pro-class{ font-size: 13px; flex-wrap: wrap;}
	.pro-class a{
	 
		font-size: 12px;
	}
	.pro-class a.a1,.pro-class a.a2,.pro-class a.a3,.pro-class a.a4,.pro-class a.a5,.pro-class a.a6,.pro-class a.a7,
	.pro-class a.a1:hover,.pro-class a.a2:hover,.pro-class a.a3:hover,.pro-class a.a4:hover,.pro-class a.a5:hover,.pro-class a.a6:hover,.pro-class a.a7:hover,
	.pro-class a:nth-child(1).on,.pro-class a:nth-child(2).on,.pro-class a:nth-child(3).on,.pro-class a:nth-child(4).on,.pro-class a:nth-child(5).on,.pro-class a:nth-child(6).on,.pro-class a:nth-child(7).on{
		background-size: 25px 25px;
		padding-top: 30px;
	}
	.swiper-pro-prev,.swiper-pro-next{
		width: 30px;
		height:30px;
	}
	.swiper-pro-next i, .swiper-pro-prev i{
		line-height: 30px;
		font-size: 15px;
	}
 }