﻿@charset "utf-8";

@font-face {

	font-family: 'SourceHanSansCN-Light';

	src: url('../fonts/SourceHanSansCN-Light.otf');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'SourceHanSansCN-Normal';

	src: url('../fonts/SourceHanSansCN-Normal.otf');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'SourceHanSansCN-Regular';

	src: url('../fonts/SourceHanSansCN-Regular.otf');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'SourceHanSansCN-Medium';

	src: url('../fonts/SourceHanSansCN-Medium.otf');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'SourceHanSansCN-Bold';

	src: url('../fonts/SourceHanSansCN-Bold.otf');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'SourceHanSansCN-ExtraLight';

	src: url('../fonts/SourceHanSansCN-ExtraLight.otf');

	font-weight: normal;

	font-style: normal;

}

/*@import "fonts.css";*/

/* 初始化 */

html {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;

	-webkit-tap-highlight-color: transparent;

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

	padding: 0;

	font-size: 625%;

	/*10 ÷ 16 × 1000% = 625% = 100px*/

	/* 1rem = 100px */

	max-width: 1920px;

	margin: 0 auto;

	background: #ffffff;

}

body {

	font-family: 'SourceHanSansCN-Normal', '微软雅黑', sans-serif;

	text-align: center;
	background: none;
	overflow-x: hidden;
	overflow-y: visible;

	color: #666666;

	font-size: 12px;
	font-size: .12rem;

	padding: 0;

	margin: 0;

}

div {

	-webkit-transition: all .4s;

	-moz-transition: all .4s;

	-ms-transition: all .4s;

	-o-transition: all .4s;

	transition: all .4s;

}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #666666;

	font-family: 'SourceHanSansCN-Normal', '微软雅黑', sans-serif;

}

a:hover {
	color: #1785C8;
}

input {
	vertical-align: middle;
	outline: none;

	font-family: 'SourceHanSansCN-Normal', '微软雅黑', sans-serif;

}

input[type="radio"] {
	vertical-align: -1px;
	vertical-align: middle\9;
}

.input_txt {
	height: 18px;
	height: 22px\9;
	padding-left: 1px;
	padding-top: 4px;
	padding-top: 0\9;
	border: 1px solid #B3D0DF;
	*line-height: 22px;
}

textarea {
	outline: none;

	font-family: 'SourceHanSansCN-Normal', '微软雅黑', sans-serif;

	resize: none
}

p {
	margin: 0;
	padding: 0;

	line-height: 1.6em;

}

form {
	padding: 0;
	margin: 0;
}



/* 常用类 */

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.inlineBlock {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.opacity {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.clearBoth {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.breakAll {
	word-wrap: break-word;
	word-break: break-all;
}





/* 页码 */

.pageNum {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 70px;
}

.pageNum a {

	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;

	text-decoration: none;
	text-align: center;

	color: #003872;

	font-family: 'SourceHanSansCN-Normal', '微软雅黑', sans-serif;

	font-weight: 400;

	font-size: 24px;

	width: 74px;

}

.pageNum a:hover {

	text-decoration: underline;

}

.pageNum a.cur {

	text-decoration: underline;

}



.gray {

	-webkit-filter: grayscale(100%);

	-moz-filter: grayscale(100%);

	-ms-filter: grayscale(100%);

	-o-filter: grayscale(100%);



	filter: grayscale(100%);



	filter: gray;

}



/* 主框架 */

#all {

	width: 100%;

	position: relative;

	box-sizing: content-box;

}

.w-1300{
	width: 1300px;
	position: relative;
	margin: 0 auto;
}
.w-1030{
	width: 1030px;
	position: relative;
	margin: 0 auto;
}
.w-1200{
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.w-1230{
	width: 1230px;
	position: relative;
	margin: 0 auto;
}
.w-1100{
	width: 1100px;
	position: relative;
	margin: 0 auto;
}
.w-1120{
	width: 1120px;
	position: relative;
	margin: 0 auto;
}

#top {
	width: 100%;
	position: relative;
	margin: 0 auto;
	height: 100px;
	background-color: #FFFFFF;
	z-index: 99;
	display: flex;
	align-items:center;
}
#top .logo{
    margin-left: -10px;
    margin-top: 55px;
}
#top .logo img{
	display: block;
}

#top .top-menu {
	height: 100px;
	margin-left: 150px;
	display: flex;
	flex: 1;
}
#top .top-menu .menu-item{
	width: 94px;
    position: relative;
    text-align: center;
}
/* #top .top-menu .menu-item:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background-color: #e5e5e5;
}
#top .top-menu .menu-item:nth-last-child(1):after{
	display: none;
} */
#top .top-menu .menu-item a{
	display: block;
	line-height: 100px;
	font-size: 14px;
	color: #999999;
	letter-spacing: .05em;
	transition: all .4s;
    position: relative;
    width: 94px;
}
#top .top-menu .menu-item a:hover{
	color: #ffffff;
    font-family: 'SourceHanSansCN-Medium', '微软雅黑', sans-serif;
    background-color: #28a2d1;
}
#top .top-menu .menu-item a.active{
	color: #ffffff;
    font-family: 'SourceHanSansCN-Medium', '微软雅黑', sans-serif;
    background-color: #28a2d1;
}

#top .lang{
	line-height: 26px;
	color: #999999;
	font-size: 16px;
	letter-spacing: .1em;
	display: flex;
	height: 26px;
}
#top .lang a{
	width: 60px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	color: #999999;
	font-size: 16px;
	letter-spacing: .05em;
	transition: all .4s;
}
#top .lang a:hover{
	color: #333333;
    font-family: 'SourceHanSansCN-Medium', '微软雅黑', sans-serif;
    text-decoration: underline;
}
#top .lang a.active{
	color: #333333;
    font-family: 'SourceHanSansCN-Medium', '微软雅黑', sans-serif;
    text-decoration: underline;
}

#foot{
	position: relative;
    background-color: #28a2d1;
	height: 350px;
	z-index: 50;
}
#foot .logo{
    left: 50%;
    transform: translateX(-50%);
    top: -120px;
    position: absolute;
    width: 255px;
}

.foot-menu{
	padding-top: 160px;
	position: relative;
	display: flex;
    justify-content: center;
    font-size: 14px;
    color: #e8f1f6;
}
.foot-menu .menu-item{
	text-align: center;
	padding: 0 25px;
    box-sizing: border-box;
}
.foot-menu .menu-item a{
	font-size: 14px;
	/* letter-spacing: .1em; */
	color: #e8f1f6;
    display: block;
    letter-spacing: .05em;
}
#foot .foot-tel-info{
    margin-top: 20px;
    color: #cfe6f2;
    font-size: 14px;
    letter-spacing: .05em;
    font-family: 'SourceHanSansCN-Light', '微软雅黑', sans-serif;
}
#foot .foot-tel-info .tel{
    font-size: 22px;
    letter-spacing: .1em;
    color: #FFFFFF;
    font-family: 'SourceHanSansCN-Bold', '微软雅黑', sans-serif;
}
#foot .copy-right{
	text-align: center;
	color: #cfe6f2;
	font-size: 14px;
    letter-spacing: .2em;
    padding-top: 60px;
}

.homeSwiper {
	width: 100%;
	height: 620px;
}
.swiper-slide{
	position: relative;
}

.homeSwiper .swiper-pagination {
	position: relative;
	text-align: center;
	bottom: 50px !important;
	width: auto !important;
	height: 12px !important;
	display: inline-block;
	z-index: 99;
}
.homeSwiper .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 8px !important;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	height: 12px !important;
	width: 12px;
	line-height: 12px;
	font-family: 'SourceHanSansCN-Bold', '微软雅黑', sans-serif;

	background: #e5e5e5;
	border-radius: 50%;
}

.homeSwiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #28a2d1;
}

.bg-gray{
	background-color: #f7f7f7;
}
.bg-white{
	background-color: #FFFFFF;
}
.bg-blue{
    background-color: #28a2d1;
}

.index-icon-bar{
	display: flex;
	height: 190px;
	justify-content: space-around;

	align-items: center;
	color: #000000;
	font-size: 16px;
	letter-spacing: .1em;
	font-family: 'SourceHanSansCN-Medium', '微软雅黑', sans-serif;
}
.index-icon-bar .item{
	position: relative;
	text-align: center;
	display: table;
}
.index-icon-bar .item .title{
	padding-top: 15px;
}
.index-icon-bar .item .icon{
	position: relative;
}
.index-icon-bar .item .icon img{
	display: block;
	margin: 0 auto;
}

.index-product-element{
	padding-top: 40px;
}
.index-product-element .topic{
	position: relative;
	line-height: 170px;
	color: #333333;
	font-size: 35px;
	font-family: 'SourceHanSansCN-Regular', '微软雅黑', sans-serif;
	letter-spacing: .05em;
}
.idx-product-list{
	width: 1230px;
	margin-left: -15px;
	position: relative;
}
.idx-product-list .item{
	float: left;
	width: 380px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.idx-product-list .item a{
	display: block;
}
.idx-product-list .item .gallery{
	position: relative;
	width: 380px;
	height: 300px;
}
.idx-product-list .item .gallery .image{
	position: absolute;
	width: 380px;
	height: 300px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	transition: all .4s;
}
.idx-product-list .item .gallery .image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	vertical-align: middle;
}
.idx-product-list .item:hover .gallery .image{
	transform: scale(1.05);
	box-shadow: 6px 8px 13px 0px rgba(6, 0, 1, 0.12);
}
.idx-product-list .item .info{
	padding: 20px 0;
}
.idx-product-list .item .info .title{
	font-size: 22px;
	color: #666666;
	font-family: 'SourceHanSansCN-Medium', '微软雅黑', sans-serif;
}
.idx-product-list .item .info .cate{
	font-size: 14px;
	padding-top: 5px;
	color: #999999;
}

.aboutSwiper{
    width: 100%;
}
.aboutSwiper .swiper-button-group{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 99;
}
.aboutSwiper .swiper-button-group .button{
    transition: all .4s;
    width: 108px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #bfbfbf;
    color: #333333;
    font-size: 16px;
    letter-spacing: .05em;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 15px;
}
.aboutSwiper .swiper-button-group .button:hover{
    background-color: #28a2d1;
    border-color: #28a2d1;
    color: #FFFFFF;
}

.about-flex-element{
	width: 100%;
    display: flex;
}
.about-flex-element .image{
	position: relative;
}
.about-flex-element .text{
	flex: 1;
	text-align: right;
    position: relative;
    background: url(../images/CLEANWIZ.png) top right no-repeat;
}
.about-flex-element .text .title{
    padding-top: 220px;
    color: #333333;
    font-size: 26px;
    font-family: 'SourceHanSansCN-Bold', '微软雅黑', sans-serif;
    letter-spacing: .05em;
}
.about-flex-element .text .content{
	color: #333333;
	font-size: 14px;
	line-height: 40px;
    padding-top: 40px;
    letter-spacing: .05em;
    padding-bottom: 90px;
}
.about-flex-element .text .content p{
    line-height: 40px;
}

.caseSwiper {
	width: 100%;
	padding-bottom: 140px;
}
.caseSwiper .swiper-pagination {
	position: relative;
	text-align: center;
	bottom: 0px !important;
	width: auto !important;
	height: 12px !important;
	display: inline-block;
}
.caseSwiper .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 8px !important;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	height: 12px !important;
	width: 12px;
	line-height: 12px;
	font-family: 'SourceHanSansCN-Medium', '微软雅黑', sans-serif;

	background: #e5e5e5;
	border-radius: 50%;
}

.caseSwiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #28a2d1;
}


.index-case-list{
	padding-bottom: 45px;
    width: 1120px;
	padding-top: 20px;
	/* height: 360px; */
}
.index-case-list .item{
	width: 260px;
	margin: 0 10px;
	float: left;
	margin-bottom: 30px;
}
.index-case-list .item a{
	display: block;
	position: relative;
}
.index-case-list .item .image{
	width: 260px;
    height: 260px;
    position: relative;
}
.index-case-list .item .image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
    vertical-align: middle;
    
    transition: all .4s;
}
.index-case-list .item:hover .image img{
    transform: scale(1.1);
    box-shadow: 0px 10px 13px 0px rgba(6, 0, 1, 0.12);

}
.index-case-list .item .info{
    padding-top: 35px;
}
.index-case-list .item .title{
	text-align: left;
	color: #333333;
	font-size: 22px;
	font-family: 'SourceHanSansCN-Medium', '微软雅黑', sans-serif;
}
.index-case-list .item .preview{
    color: #999999;
    font-size: 16px;
    letter-spacing: .05em;
    text-align: left;
    padding-top: 5px;
}

.newsSwiper{
	width: 100%;
	padding-top: 100px;
}
.newsSwiper .swiper-pagination {
	position: absolute;
	text-align: center;
	width: auto !important;
	display: inline-block;
	top: 60px;
	left: 0;
	right: 0;
	height: 0px !important;
}

.newsSwiper .swiper-pagination .swiper-pagination-bullet {

	display: inline-block;

	vertical-align: top;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	margin: 0 50px !important;

	-webkit-transition: all .4s;

	-moz-transition: all .4s;

	-ms-transition: all .4s;

	-o-transition: all .4s;

	transition: all .4s;
	height: 3px !important;
	width: 60px;
	line-height: 12px;

	border-radius: 0;
	position: relative;
	background: none;
}

.newsSwiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #00409a;
}
.newsSwiper .bullet-text{
	display: block;
	position: absolute;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	font-size: 18px;
}

.index-news-list{
	position: relative;
	width: 1122px;
    margin: 0 auto;
    padding-bottom: 180px;
}
.index-news-list .item{
   
    float: left;
    width: 350px;
    margin-left: 12px;
    margin-right: 12px;
}
.index-news-list .item .image{
    position: relative;
    width: 350px;
    height: 160px;
}
.index-news-list .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: middle;
}
.index-news-list .item .image .overlay{
    transition: all .4s;	
    position: absolute;
    width: 350px;
    height: 160px;
    line-height: 160px;
    background-color: rgba(40, 162, 209, .75);
    top: 0;
    left: 0;
    color: #FFFFFF;
    font-size: 35px;
    letter-spacing: .05em;
    font-family: 'SourceHanSansCN-ExtraLight', '微软雅黑', sans-serif;
    opacity: 0;
}
.index-news-list .item:hover .image .overlay{
    opacity: 1;
}
.index-news-list .item .title{
    line-height: 64px;
    text-align: left;
    color: #333333;
    font-size: 18px;
    letter-spacing: .05em;
}

.more-btn{
	position: relative;
	font-size: 18px;
	line-height: 44px;
	letter-spacing: .15em;
	color: #000000;
	font-family: 'SourceHanSansCN-Regular', '微软雅黑', sans-serif;
	cursor: pointer;
}
.more-btn:hover{
	color: #000000;
}
.more-btn:after{
	content: "";
	
	height: 2px;
	background-color: #9f9f9f;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .4s;
	opacity: 0;
	width: 0;
}
.more-btn:hover:after{
	width: 80px;
	opacity: 1;
}

.banner-element{
	width: 100%;
	position: relative;
}
.banner-element img{
	width: 100%;
	display: block;
}
.banner-element .cate-text{
	color: #ffffff;
	font-size: 28px;
	letter-spacing: .35em;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.product-nav-bar{
	width: 100%;
	position: relative;
	height: 36px;
	display: flex;
	/* background-color: #FFFFFF; */
	padding: 27px 0;
	justify-content: center;
}

.product-nav-bar .nav-item{
	height: 36px;
	line-height: 36px;
	width: 130px;
	margin: 0 27px;
}
.product-nav-bar .nav-item a{
	display: block;
	color: #999999;
	font-size: 16px;
	letter-spacing: .1em;
	font-family: 'SourceHanSansCN-Regular', '微软雅黑', sans-serif;
	cursor: pointer;
	background-color: #FFFFFF;
	transition: all .4s;
	border-radius: 18px;
}
.product-nav-bar .nav-item a:hover{
	color: #FFFFFF;
	background-color: #62c8ea;
}
.product-nav-bar .nav-item a.active{
	color: #FFFFFF;
	background-color: #62c8ea;
}

.product-element{
	padding-top: 40px;

}

.product-list{
	padding-bottom: 30px;
}
.product-list .cate-title{
	line-height: 80px;
	text-align: left;
	color: #000000;
	font-size: 26px;
	letter-spacing: .05em;
	font-family: 'SourceHanSansCN-Medium', '微软雅黑', sans-serif;
}
.product-list .cate-title span{
	color: #999999;
	font-size: 18px;
	font-family: 'SourceHanSansCN-Regular', '微软雅黑', sans-serif;
}

.product-child-list{
	width: 1240px;
	margin-left: -20px;
}
.product-child-list .item{
	margin-bottom: 30px;
	width: 280px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}
.product-child-list .item a{
	display: block;
}
.product-child-list .item .image{
	width: 280px;
	height: 220px;

	transition: all .4s;
}
.product-child-list .item .image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	vertical-align: middle;
}
.product-child-list .item:hover .image{
	box-shadow: 6px 8px 13px 0px rgba(6, 0, 1, 0.12);
}
.product-child-list .item .info{
	padding: 15px 0;
	font-size: 14px;
	color: #999999;
}
.product-child-list .item .info .title{
	color: #666666;
	font-size: 22px;
	font-family: 'SourceHanSansCN-Medium', '微软雅黑', sans-serif;

	transition: all .4s;
}
.product-child-list .item:hover .info .title{
	color: #00409a;
}

.product-detail-info{
	display: flex;
	padding-top: 75px;
	padding-bottom: 95px;
}
.product-detail-info .product-image{
	/* width: 500px; */
	height: 320px;
	padding-right: 65px;
	padding-left: 65px;
}
.product-detail-info .product-image img{
	/* width: 100%; */
	height: 100%;
	display: block;
	object-fit: cover;
	vertical-align: middle;
}
.product-detail-info .product-info{
	flex: 1;
	position: relative;
	text-align: left;
}
.product-detail-info .product-info .cate{
	color: #999999;
	font-size: 18px;
	letter-spacing: .2em;
	padding-top: 5px;
}
.product-detail-info .product-info .title{
	padding-top: 20px;
	font-size: 50px;
	color: #333333;
	line-height: 60px;
}
.product-detail-info .product-info .bottom{
	padding-top: 52px;
}
.product-detail-info .product-info .sold-price{
	color: #666666;
	font-size: 18px;
}
.product-detail-info .product-info .sold-price span{
	color: #000000;
	font-size: 40px;
	padding-left: 5px;
}
.product-detail-info .product-info .goto-btn{
	display: block;
	background: #e4555f;
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	/* border-radius: 25px; */
	font-size: 18px;
	color: #ffffff;
	margin-top: 5px;
	opacity: 1;
	transition: all .4s;
}
.product-detail-info .product-info .goto-btn:hover{
	opacity: .75;
}

.product-detail-bar{
	display: flex;
}
.product-detail-bar .bar-item{
	flex: 1;
	height: 100px;
	line-height: 100px;
	display: block;
	font-size: 26px;
	transition: all .4s;
	color: #999999;
	position: relative;
	font-family: 'SourceHanSansCN-Medium', '微软雅黑', sans-serif;
	cursor: pointer;
}
.product-detail-bar .bar-item.active{
	color: #00409a;
}
.product-detail-bar .bar-item:hover{
	color: #00409a;
}
.product-detail-bar .bar-item:before{
	content: "";
	width: 2px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #bfbfbf;
}
.product-detail-bar .bar-item:nth-child(1):before{
	display: none;
}
.product-detail-bar .bar-item:after{
	content: "";
	/* width: 60px; */
	width: 0;
	height: 3px;
	background-color: #00409a;
	position: absolute;
	transition: all .4s;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
}
.product-detail-bar .bar-item:hover:after{
	width: 60px;
	opacity: 1;
}
.product-detail-bar .bar-item.active:after{
	width: 60px;
	opacity: 1;
}

.product-content-element{
	position: relative;
	padding: 75px 0;
}
.product-content-element .topic{
	font-size: 22px;
	letter-spacing: .05em;
	text-align: center;
	font-family: 'SourceHanSansCN-Bold', '微软雅黑', sans-serif;
	color: #FFFFFF;
	width: 133px;
	height: 44px;
	border-radius: 22px;
	background-color: #0590d4;
	line-height: 44px;
	margin-bottom: 40px;
}
.product-content-element .content{
	text-align: left;
	transition: all .4s;
	opacity: 0;
	display: none;
}
.product-content-element .content.active{
	opacity: 1;
	display: block;
}
.product-content-element .content img{
	max-width: 100%;
}

.about-content-element{
	text-align: left;
}
.about-content-element img{
	max-width: 100%;
}

.news-list-element{
	padding-top: 35px;
}

.news-content-element{
	/* background-color: #FFFFFF; */
	/* width: 1200px; */
	box-sizing: border-box;
	/* padding: 50px; */
	margin-top: 70px;
	margin-bottom: 150px;
}
.news-content-element .news-title{
	color: #000000;
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 80px;
}
.news-content-element .news-date{
	color: #666666;
	font-size: 14px;
	padding-top: 10px;
	position: relative;
}
.news-content-element .news-date::before{
	background-color: #dfdfdf;
	content: "";
	position: absolute;
	height: 1px;
	top: 50%;
	width: 460px;
	left: 0;
	transform: translateY(-50%);
}
.news-content-element .news-date::after{
	background-color: #dfdfdf;
	content: "";
	position: absolute;
	height: 1px;
	top: 50%;
	width: 460px;
	right: 0;
	transform: translateY(-50%);
}
.news-content-element .news-content{
	text-align: left;
	margin-top: 40px;
	padding: 40px 0;
}
.news-content-element .news-content img{
	max-width: 100%;
}

.apply-content-element{
	padding-top: 20px;
}
.apply-table{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.apply-table td{
	padding-bottom: 15px;
}
.apply-table .input{
	width: 500px;
	height: 40px;
	background-color: #FFFFFF;
	/* border: 1px solid #dcdcdc; */
	box-sizing: border-box;
	line-height: 40px;
	color: #666666;
	font-size: 16px;
	padding: 0 15px;
	border-radius: 10px;
	border: 0;
}

.apply-table .text-area{
	width: 500px;
	height: 100px;
	background-color: #FFFFFF;
	/* border: 1px solid #dcdcdc; */
	box-sizing: border-box;
	color: #666666;
	font-size: 16px;
	padding: 10px 15px;
	resize: none;
	border-radius: 10px;
	border: 0;
}

.apply-table .submit-btn{
	/* margin-top: 20px; */
	width: 500px;
	height: 50px;
	background-color: #ca3838;
	border: 0;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	opacity: .8;
	transition: all .4s;
	cursor: pointer;
	border-radius: 10px;
}
.apply-table .submit-btn:hover{
	opacity: 1;
}

.apply-info{
	flex: 1;
	padding-left: 70px;
	text-align: left;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.apply-info .title{
	line-height: 50px;
	font-size: 30px;
	color: #666666;
}
.apply-info .image{
	padding: 15px 0;
}
.apply-info .image img{
	display: block;
}

.index-about-element{
    padding: 50px 0;
    position: relative;
    width: 1100px;
    z-index: 10;
    margin: 0 auto;
}
.index-about-element .about-product{
    position: absolute;
    bottom: 0;
    right: 0;
    
}
.index-about-element .info{
    padding-left: 15px;
    width: 580px;
    text-align: left;
}
.index-about-element .topic{
    line-height: 60px;
    height: 60px;
    position: relative;
    color: #e8f1f6;
    font-size: 35px;
    letter-spacing: .05em;
    position: relative;
}
.index-about-element .topic:after{
    content: "";
    height: 2px;
    width: 24px;
    background-color: #e8f1f6;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index-about-element .content{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .05em;
    color: #FFFFFF;
    padding: 25px 0;
}
.index-about-element .cnt-flex{
    display: flex;
}
.index-about-element .cnt-item{
    position: relative;
    padding-right: 50px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: .05em;
}
.index-about-element .cnt-item:nth-last-child(1){
    padding-left: 50px;
}
.index-about-element .cnt-item:after{
    content: "";
    background-color: #69bedf;
    width: 1px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
}
.index-about-element .cnt-item:nth-last-child(1):after{
    display: none;
}
.index-about-element .cnt-item .cnt{
    font-size: 35px;
    font-family: 'SourceHanSansCN-Bold', '微软雅黑', sans-serif;
    letter-spacing: .05em;
}

.about-element-1{
	height: 800px;
	background: url(../images/about-banner.png) center no-repeat;
	background-size: auto 100%;
}

.about-element-2{
	height: 800px;
	background: url(../images/about-bg-2.png) center no-repeat;
	background-size: auto 100%;
}
.about-element-2 .blue-title{
	padding-top: 500px;
	color: #072a77;
	font-size: 30px;
	letter-spacing: .1em;
	font-family: 'SourceHanSansCN-Medium', '微软雅黑', sans-serif;
}
.about-element-2 .gray-text{
	color: #333333;
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 30px;
}
.about-element-3{
	height: 800px;
	background: url(../images/about-bg-3.png) center no-repeat;
	background-size: auto 100%;
	text-align: left;
	color: #ffffff;
}
.about-element-3 .topic{
	padding-top: 180px;
	font-size: 50px;
	letter-spacing: .05em;
	padding-bottom: 55px;
}

.about-element-4{
	height: 800px;
	background: url(../images/about-bg-4.png) center no-repeat;
	background-size: auto 100%;
	text-align: center;
}
.about-element-4.contact-bg{
	background: url(../images/contact-bg.png) center no-repeat;
	background-size: auto 100%;
}
.about-element-4 .icon{
	width: 60px;
	height: 73px;
	padding-top: 120px;
	margin-left: auto;
	margin-right: auto;
}
.about-element-4 .address{
	color: #0c6e94;
	font-size: 32px;
	letter-spacing: .15em;
	line-height: 45px;
	padding-top: 10px;
}
.about-element-4 .contact-info{
	color: #1a404f;
	font-family: 'SourceHanSansCN-Bold', '微软雅黑', sans-serif;
	font-size: 24px;
	letter-spacing: .15em;
	line-height: 32px;
	padding: 15px 0;
}
.about-element-4 .map{
	width: 522px;
	margin-left: auto;
	margin-right: auto;
}

.back-bar{
	background-color: #FFFFFF;
	height: 70px;
}
.back-bar .back-btn{
	background: url(../images/back-btn.png) left center no-repeat;
	line-height: 70px;
	color: #333333;
	font-size: 16px;
	letter-spacing: .35em;
	text-align: left;
	padding-left: 25px;
	margin-left: 15px;
	display: block;
}