body {
	background: #fff;
}

.w1200 {
	width: 100%;
	margin: 0 auto;
}

.head-container {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	top: 0;
	z-index: 10;
	background: white;
}

.head .head-container {
	justify-content: flex-start;
	padding-left: 15px;
}

.logo-company {
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.menus {
	color: #000;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.menus-yi {
	line-height: 0.4;
	font-size: 24px;
	font-weight: bold;
	transition: all 0.5s;
}

.logoA img {
	height: 45px;
}

.head-start {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
	z-index: 10;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 5px 5px 0 rgba(225, 225, 225, 0.5);
	display: none;
}

.head-nav {
	width: 100%;
}

.nav-li {
	width: 100%;
}

.navA {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 10px;
	color: #2b2b2b;
	font-size: 16px;
}

.navA:hover {
	background: #008fd1;
	color: white;
}

.lightblue {
	background: #008fd1;
	color: white;
}
.head ul li a.lancn{
	border-top: 1px solid #eee;
	padding: 10px 55px;
	background: url(../image/cn.jpg) 10px center no-repeat;
	background-size: 30px;
}
.head ul li a.lanen{
	padding: 10px 55px;
	background: url(../image/en.jpg) 10px center no-repeat;
	background-size: 30px;
}

.home-banner {
	background: rgb(32, 32, 34) url(http://192.168.3.72:8024/template/default/images/banner-bg.png) center no-repeat;
}

.swiper1 .swiper-pagination-bullet {
	width: 15px;
	height: 5px;
	background: white;
	opacity: 0.5;
	border-radius: 0;
}

.swiper1 .swiper-pagination-bullet-active {
	width: 35px;
	height: 5px;
	background: white;
	opacity: 1;
}


.index-top {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #f3f3f3;
	display: flex;
	align-items: center;
}

.indexname {
	width: 100%;
	display: flex;
	font-size: 18px;
	color: #3a92fb;
	position: relative;
	padding-left: 5px;
	font-weight: bold;
}

.title .titlename {
	font-size: 26px;
	font-weight: bold;
	color: #014375;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}

.product {
	padding: 20px 15px;
}

.product-show{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-show .box{
	flex: 0 0 49%;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.product-show .box img{
	width: 100%;
}
.product-show .show-title{
	padding: 5px 0;
	text-align: center;
	border: 1px solid #eee;
}
.about {
	position: relative;
	padding: 20px 0;
	background-color: #fcfcfc;
}
.about .about-img{
	position: relative;
}
.about .about-img img{
	width: 100%;
}
.about .about-img .about-content{
	padding: 10px;
}
.about .about-img .about-content span{
	line-height: 30px;
	display: block;
}
.about .about-img .about-content a{
	display: block;
	margin-top: 10px;
	text-align: center;
}
.news{
	padding: 20px 15px;
}
.news .box{
	padding: 15px;
	box-shadow: 0 0 15px #eee;
	margin-bottom: 15px;
}
.news .box h2{
	font-size: 18px;
}
.news .box h3{
	font-size: 14px;
}
.news .box:last-child{
	margin-bottom: 0;
}

.footer {
	background-color: #333;
	position: relative;
	color: white;
	padding: 40px 20px 15px;
	text-align: center;
}

.footer h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.footer ul li {
	padding-bottom: 5px;
	font-size: 12px;
}

.copy {
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
}

.zwf {
	height: 58px;
}

.footfix {
	width: 100%;
	background: #014375;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px 0;
	z-index: 10;
}

.footfix img {
	width: 25px;
}

.ftfix {
	width: 100%;
	display: flex;
}

.ftfix-li {
	flex: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.ftfixA {
	display: block;
}

.ftfix-title {
	color: white;
}

.detilas-content img {
	max-width: 100%;
}

.pages-title {
	padding-top: 10px;
	text-align: center;
}

.pages-title h2 {
	padding-bottom: 15px;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
	position: relative;
}

.goods-cetagory ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.goods-cetagory {
	position: relative;
}

.goods-cetagory ul li {
	font-size: 12px;
	flex: 0 0 33.33%;
	padding: 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.goods-cetagory ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align: center;
}

.goods-cetagory ul li.active {
	background-color: #008fd1;
}

.goods-cetagory ul li.active a {
	color: white;
}

.contact h2 {
	font-size: 20px;
}

.contact li{
	font-size: 14px;
}
.contact .contact-wehcat img{
	width: 140px;
}
#ttkefu_Mb_MinWindow_TakingIcoDiv{
	bottom: 75px !important;
	box-shadow: 0px 0px 40px #f5c005 !important;
}
.a-img img{
	width: 100%;
}
.q-title{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin: 30px 0 15px;
}