.brand_about {
	margin: 300px auto;
	border-radius: 50px 0 50px 0;
	max-width: 1200px;
	/*padding: 200px;*/
	/*background-color: #e0f1f8;*/
}

.brand_about .brand_aboutbox {
	position: relative;
}

.brand_about .brand_aboutbox .about {
	float: left;
	width: 70%;
}

.brand_about .brand_aboutbox h3 {
	color: #fd6511;
	line-height: 30px;
	font-size: 40px;
	margin-bottom: 15px;
	font-weight: 500;
}

.brand_about .brand_aboutbox .subtitle {
	color: #f3a073;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 30px;
}

.brand_about .brand_aboutbox .word {
	line-height: 30px;
	font-size: 18px;
	margin-top: 20px;
}

.brand_about .brand_aboutbox .brand_logo {
	float: right;
	width: 30%;
	text-align: right;
}

.numbox .numlist {
	float: left;
	width: 15%;
	margin: 50px 0;
	cursor: pointer;
	animation-duration: 2s;
	animation-delay: 0.1s;
	animation-iteration-count: infinite;
	margin-right: 27%;
}

.numbox .numlist:nth-child(3n) {
	margin-right: 0%;
}

.numbox .numlist .border {
	border-radius: 20px;
	border: 1px solid #ff7d35;
	padding: 20px;
}

.numbox .numlist h1 {
	display: inline-block;
	font-size: 65px;
	line-height: 50px;
	color: #ff7d35;

}

.numbox .numlist .border span {
	font-size: 25px;
	color: #ff7d35;
	font-weight: 600;
}

.numbox .numlist h3 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
	text-align: center;
}

.numbox .numlist .border:hover {
	border: 1px solid #ff7d35;
	background-color: #ff7d35;
}

.numbox .numlist .border:hover h1,
.numbox .numlist .border:hover span {
	color: #fff;
}

.whbox {
	margin-top: 30px;
}

.whlist {
	float: left;
	width: 26%;
	margin-right: 11%;

}

.whlist:nth-child(3n) {
	margin-right: 0;
}

.whlist h1 {
	font-size: 35px;
	line-height: 30px;
	margin-bottom: 5px;
}

.whlist span {
	font-size: 16px;
	color: #cdcdcd;
	line-height: 20px;
	margin-bottom: 25px;
}

.whlist p {
	font-size: 20px;
	color: #666;
	line-height: 20px;
	margin-top: 25px;
}

.product_index {
	margin: 200px auto;
	max-width: 1200px;
}

.product_index .product_list {
	position: relative;
	float: left;
	width: 30%;
	margin-right: 5%;
	cursor: pointer;
}

.product_index .product_list:nth-child(3n) {
	margin-right: 0;
}

.product_index .product_list .pro_img img {
	width: 100%;
	border-radius: 15px;
}

.product_index .product_list .content {
	position: absolute;
	width: 60%;
	margin: 0 auto;
	padding: 50px 20px;
	border-radius: 65px;
	background-color: #6675ab;
	text-align: center;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.3s;
}

.product_index .product_list .content h1 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
}

.product_index .product_list .content span {
	font-size: 18px;
	color: #fff;
}

/*.product_index .product_list:nth-child(2) .content {*/
/*	top: -80px;*/
/*	bottom: unset;*/
/*}*/

.product_index .product_list .content:after {
	content: "+";
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	width: 40px;
	height: 40px;
	font-size: 30px;
	color: #6675ab;
	line-height: 35px;
	border-radius: 50%;
	background-color: #fff;
}

.product_index .product_list .content:hover:after {
	color: #fff;
	background-color: #6675ab;
}

.product_index .product_list .content:hover {
	background-color: #fff;
}

.product_index .product_list .content:hover h1,
.product_index .product_list .content:hover span {
	color: #6675ab;
}

.more {
	margin: 120px auto;
	max-width: 1200px;
	clear: both;
	text-align: center;
	padding: 30px 0;
	font-size: 30px;
	border-radius: 20px;
	color: #fff;
	background-color: #6675ab;
	cursor: pointer;
	transition: 0.3s;
}

.more:hover {
	color: #fff;
	background-color: #8b99cb;
}

.news {
	margin: 260px auto;
	max-width: 1200px;
	margin-bottom: 0px;
}

.news .news_brand {
	margin-bottom: 30px;
}

.news .news_brand .left {
	float: left;
	width: 336px;
	height: 496px;
	border-radius: 100px 0 0 100px;
	background-color: #6675ab;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	transition: 0.3s;
}

.news .news_brand .left h1 {
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 20px;
}

.btn {
	display: inline-block;
	color: #6675ab;
	font-size: 20px;
	padding: 8px 20px;
	border-radius: 20px;
	background-color: #fff;
}

.news .news_brand .left:hover {
	background-color: #8b99cb;
}

.news .news_brand .left:hover h1 {
	color: #fff;
}

.news .news_brand .left:hover .btn {
	color: #fff;
	background-color: #6675ab;
}

.news .news_brand .right {
	float: left;
	width: 72%;
}

.news .news_brand .right img {
	width: 100%;
	border-radius: 0 0 100px;
}

.news .news_brand:nth-child(2) .left {
	height: 740px;
}

.prodct {
	margin: 150px auto;
	max-width: 1200px;
}

.prodct .prodctlist {
	position: relative;
	width: 30%;
	float: left;
	margin-right: 5%;
	cursor: pointer;
	transition: 0.3s;
}

.prodct .prodctlist:nth-child(3n) {
	margin-right: 0;
}

.prodct .prodctlist img {
	border-radius: 20px;
	width: 100%;
}

.prodct .prodctlist .btn1 {
	position: absolute;
	display: none;
	font-size: 20px;
	color: #fff;
	padding: 10px 20px;
	border-radius: 15px;
	background-color: #6675abd1;
	top: 50%;
	left: 50%;
	border: 1px solid #fff;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

.prodct .prodctlist:hover {
	margin-top: -10px;
}

.prodct .prodctlist:hover .btn1 {
	display: block;
}

.title {
	margin: 180px 230px 50px 230px;
	text-align: center;
}

.title h1 {
	font-size: 35px;
	margin-bottom: 10px;
}

.title span {
	font-size: 18px;
	font-weight: 500;
	color: #7b8489;
}

.foot {
	background: #525f93;
	padding: 100px 230px 50px 230px;
}

.footer {
	height: auto;
}

.footer h3 {
	font-size: 20px;
	/*color: #fff;*/
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}

.foot_nav {
	float: left;
	width: 20%;
	margin-right: 6%;
}

.foot_nav:nth-child(4n) {
	margin-right: 0;
}

.foot_nav li {
	display: flex;
	justify-content: center;
	font-size: 20px;
	text-align: center;
	cursor: pointer;

}

.foot_nav li a {
	margin-bottom: 10px;
	padding: 12px 20px;
	/*border-radius: 15px;*/
	/*border: 1px solid #aec1c7;*/
	transition: 0.3s;
	    color: #fff;
}

.foot_nav li a:hover {
	color: #c9c9c9;
}

.contact {
	margin-top: 100px;
	margin-left: 80px;
	margin-bottom: 80px;
}

.contact h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact p {
	font-size: 18px;
	line-height: 30px;
}

.contact svg {
	vertical-align: middle;
}

.probox {
	position: relative;
	height: auto;
	width: 1200px;
	top: 1000px;
}
.probox .prolist{
	position: relative;
	margin-bottom: 150px;
	    padding-left: 50px;
}
.probox .pro{
	display: flex;
	    flex-direction: column;
	    justify-content: center;
	    padding-left: 16px;
	width: 650px;
    height: 463px;
	border-radius: 50px;
	background-color: #f3f3f3;
}
.probox .pro p{
	font-size: 18px;
	margin-left: 70px;
}
.probox .pro h1{
	font-size: 45px;
	margin: 20px 0;
	margin-left: 70px;
}
.probox .pro span{
	width: fit-content;
	border-radius: 30px;
	min-width: 150px;
	min-height: 20px;
	color: #fff;
	font-size: 20px;
	padding: 12px 17px;
	margin: 20px 0;
	margin-left: 70px;
	background-color: #6675ab;
}
.w-label-content-item .esmartMargin{
	margin-top: 40px;
}