﻿.w1200 {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.w1900 {
	width: 1900px;
	margin: 0 auto;
	position: relative;
}

.head-container {}

.head {
	position: absolute;
	width: 100%;
	z-index: 10;
	transition: .3s;
	background-color: rgba(0,0,0,0.2);
}
.head.fixed{
	position: fixed;
	top: 0;
}
.head .head-top {
	height: 90px;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}

.head .head-top .left {
	flex: 0 0 19%;
	line-height: 90px;
}


.head .head-top .center {
	display: flex;
	align-items: center;
	flex: 50%;
	position: relative;
}

.head .head-top .center h2 {
	margin: 0;
	font-size: 24px;
	color: #215ab1;
}

.head .head-top .center .text p {
	color: #666666;
}

.head .head-top .center .icon {
	padding: 5px 5px 0 0;
}

.logoimg {
	height: 55px;
}

.head-nav {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

.nav-li {
	width: 120px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.navA {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	transition: 0.5s;
	color: #fff;
	border-bottom: 2px solid transparent;
}
.navA:hover{
	border-color: #fff;
	color: #fff;
}
.navA.active{
	color: #fff;
	font-weight: bold;
	border-color: #fff;
}
.head .tel{
	flex: 0 0 20%;
	font-weight: bold;
	color: white;
	font-size: 20px;
	padding-left: 70px;
	background: url(../image/tel-icon.png) 40px center no-repeat;
	background-size: 20px;
}
.head .language{
	padding-left: 50px;
	position: relative;
}
.head .language a{
	padding: 5px 0 5px 40px;
	display: block;
}
.head .lan-link{
	color: white;
}
.head .language a:first-child{
	background: url(../image/cn.jpg) left center no-repeat;
	background-size: 30px;
}
.head .language a:last-child{
	background: url(../image/en.png) left center no-repeat;
	background-size: 30px;
}
.head .language .sub-menu{
	display: none;
	flex-direction: column;
	position: absolute;
	bottom: -62px;
	left: 50px;
	background: #fff;
	padding: 0 5px;
}
.head .language:hover .sub-menu{
	display: flex;
}

.title{
	text-align: center;
	padding: 20px 0;
	background: url(../image/title-icon.png) bottom center no-repeat;
	margin-bottom: 40px;
}
.title h2{
	margin: 0;
	font-weight: bold;
	font-size: 36px;
}

.product{
	padding: 20px 0 60px;
	background: url(../image/product.jpg) no-repeat;
	background-size: cover;
}
.product img{
	width: 100%;
}
.product .showimg{
	border: 1px solid #b9b9b9;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .1s;
}
.product .showbox{
	padding: 20px 25px;
	border: 1px solid #b9b9b9;
	background-color: #fff;
	min-height: 315px;
	transition: .1s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product .swiper-slide:hover .showimg,
.product .swiper-slide:hover .showbox{
	background-color: #f6f7f9;
}
.product .swiper-slide:hover a{
	background-color: #ffb400;
}
.product .showbox .showcontent{
	font-size: 14px;
}
.product a{
	display: inline-block;
	color: white;
	padding: 10px 50px;
	background-color: #1c76b0;
	transition: .1s;
}
.product .product-btn{
	text-align: center;
	margin-top: 20px;
}
.product .home-goods{
	padding-bottom: 70px;
}
.product .swiper-pagination-bullet{
	border-radius: 0;
	width: 30px;
	height: 5px;
}

.about{
	padding: 60px 0;
	background: url(../image/about.jpg) no-repeat;
	background-size: cover;
}
.about .about-box{
	display: flex;
}
.about .about-box .left{
	flex: 0 0 53%;
}
.about .about-box img{
	position: absolute;
	right: -18%;
	bottom: -60px;
	width: 950px;
}
.about .about-box h2{
	font-size: 40px;
	padding-bottom: 50px;
	font-weight: bold;
	color: white;
	position: relative;
	margin: 0;
}
.about .about-box h2::before{
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background-color: #fff;
	bottom: 30px;
}
.about .about-box .content{
	color: white;
	line-height: 45px;
}
.about .about-box a{
	display: inline-block;
	padding: 10px 55px;
	background-color: #ffb400;
	color: white;
	border-radius: 25px;
	margin-top: 40px;
	font-size: 16px;
}
.case{
	padding: 20px 0;
	background: url(../image/case.jpg) no-repeat;
	background-size: cover;
}
.case .case-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case .case-box .box{
	position: relative;
	margin-bottom: 20px;
	flex: 0 0 32.4%;
}
.case .case-box .box img{
	width: 100%;
}
.case .case-box .box .text{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .1s;
}
.case .case-box .box .text a{
	display: none;
	padding: 7px 40px;
	margin-top: 30px;
	color: white;
	background-color: #ffb400;
	border-radius: 25px;
}
.case .case-box .box:hover .text{
	background-color: rgba(28,118,176,0.5);
}
.case .case-box .box:hover .text a{
	display: inline-block;
}
.case .case-box .box h2{
	font-size: 24px;
	font-weight: bold;
	color: white;
}
.natwork{
	padding: 20px 0;
}
.natwork .w1900{
	min-height: 1050px;
	background: url(../image/natwork.jpg) no-repeat;
	background-size: cover;
}

.news{
	padding: 20px 0;
	background: url(../image/news.jpg) no-repeat;
	background-size: cover;
}
.news .title h2{
	color: white;
}
.news .news-box{
	display: flex;
	flex-wrap: wrap;
}
.news .news-box .box{
	flex: 0 0 49%;
	margin-right: 25px;
	background-color: white;
	padding: 13px 35px;
	margin-bottom: 25px;
	transition: .1s;
}
.news .news-box .box h2{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 8px;
}
.news .news-box .box:nth-child(2n){
	margin-right: 0;
}
.news .news-content{
	margin-bottom: 15px;
}
.news .news-box .box:hover{
	background-color: #ffb400;
}
.news .news-box .box:hover a{
	color: #000;
}

.partner{
	padding: 20px 0 40px;
	background: url(../image/partner.jpg) no-repeat;
	background-size: cover;
}
.partner .partner-box{
	background: url(../image/partner-img.png) center no-repeat;
	height: 614px;
}


.footer{
	padding: 40px 0 0;
	background-color: #222222;
	color: #aaa;
}

.footer .footer-box{
	display: flex;
	padding: 40px 0;
	justify-content: space-between;
}
.footer .footer-box .box:nth-child(1){
	flex: 0 0 35%;
	line-height: 30px;
}
.footer .footer-box .box:nth-child(2){
	flex: 0 0 25%;
}
.footer .footer-box .box:nth-child(2) ul li{
	margin-bottom: 10px;
}
.footer .footer-box .box:nth-child(2) ul li img{
	margin-right: 10px;
}
.footer .footer-box .box:nth-child(3){
	text-align: center;
}
.footer .footer-box .box:nth-child(3) img{
	max-width: 140px;
	padding: 5px;
	background-color: #fff;
}
.copys{
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,.1);
}
.list-li.active .category-ul{
	display: block;
}
.list-li.active span{
	transform: rotate(-180deg);
}

.category-ul{
	display: none;
}
.category-ul li{
	padding: 10px 20px 0 20px;
}
.category-ul li:last-child{
	border: none;
}
.list-li.ul span{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 15px;
	cursor: pointer;
	background: url(http://192.168.3.72:8001/template/default/images/goods-icon.png) center no-repeat;
}
.details-content{
	padding-top: 60px;
}
.details-content img{
	max-width: 100%;
}

.gypages-detail{
	padding: 0 0 25px;
}
.gypages-detail h2{
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	position: relative;
}
.gypages-detail span{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}
.gypages-detail p{
	font-size: 14px;
	color: #717171;
	line-height: 30px;
}
.gypages-title{
	text-align: center;
}
.gypages-title{
	position: relative;
	margin-bottom: 30px;
}
.gypages-title h2{
	margin: 0;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 10px;
}
.gypages-title p{
	color: #959595;
}

.main-goods{
	padding-bottom: 40px;
	display: flex;
}
.news-list{
	padding-bottom: 20px;
}
.newspages-li{
	padding: 30px 0;
	border-bottom: 1px dashed #cbcbcb;
}
.newspages-li:last-child{
	border: none;
}
.newspages-li .news-title{
	display: flex;
	justify-content: space-between;
	padding-bottom: 8px;
}
.newspages-li .news-title h2{
	display: inline-block;
	flex: 0 0 80%;
	font-size: 16px;
}
.newspages-li .newspages-content{
	color: #333333;
	padding-bottom: 10px;
	font-size: 12px;
}

.contact-box{
	display: flex;
}
.contact-box .left{
	flex: 0 0 30%;
}
.contact-box .right{
	flex: 1;
}
.contact-box h2{
	font-weight: bold;
	margin-bottom: 35px;
}
.contact-box h3{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.contact-box .left ul{
	margin-bottom: 30px;
}
.contact-box .left ul li img{
	margin-right: 10px;
}
.contact-box .left ul li {
	margin: 5px 0;
}
.contact-box .wechat img{
	max-width: 120px;
}
.contact .wechatimg img{
	max-width: 140px;
	border: 1px solid #eee;
}
#ico_ttkefu_copyright{
	display: none;
}
#ttkefuico{
	top: 250px !important;
}
