.hoverLi .pic {
	overflow: hidden;
}
.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
	width: 100%;
}
.team .product_t2{ margin-top:0;}


.about .box1{
	padding: 80px 0 142px;
	background-image: url(../img/about-box1-bg.jpg);
	background-size: cover;
}
.about .box1{
	text-align: center;
}
.about .box1 .product_t2{ margin-top:0;}
.about .box1 .box-c{
	margin-top: 41px;
	display: flex;
	justify-content: space-between;
}
.about .box1 .box-c .l{
	width: 50%;
}
.about .box1 .box-c .l .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #222222;
	line-height: 2;
	text-align: left;
}
.about .box1 .box-c .l .text .bold{
	font-weight: bold;
}
.about .box1 .box-c .l .text:not(:last-child){
	margin-bottom: 33px;
}
.about .box1 .box-c .l .list{
	margin-top: 110px;
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.about .box1 .box-c .l .list .number{
	font-size: 24px;
	font-family: Bebas;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: flex;
	align-items: flex-start;
}
.about .box1 .box-c .l .list .number .counter{
	font-size: 52px;
	font-family: Poppins;
	font-weight: 400;
	color: #0659CE;
	line-height: 1;
}
.about .box1 .box-c .l .list .text-title{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	margin-top: 10px;
}
.about .box1 .box-c .r{
	width: 43.57%;
}
.about .box1 .box-c .r .imgScale{
	height: 630px;
	object-fit: cover;
}
.about .box2{
	padding-top: 60px;
	text-align: center;
}
.about .box2 .product_t2{ margin-top:0;}
.about .box2 .box-c{
	margin-top: 40px;
	display: flex;
}
.about .box2 .box-c .item{
	position: relative;
	width: 50%;
}
.about .box2 .box-c .item-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.about .box2 .box-c .item-box .icon{
	width: 70px;
	height: 60px;
	margin: 0 auto;
}
.about .box2 .box-c .item-box .icon img{
	transition: all .6s;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.about .box2 .box-c .item:hover .item-box .icon img{
	transform: rotateY(180deg);
}
.about .box2 .box-c .item-box .title{
	font-size: 40px;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-weight: 400;
	color: #fff;
	line-height: 1.1;
	margin-top: 66px;
}
.about .box2 .box-c .item-box .des{
	font-size: 24px;
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 400;
	color: #fff;
	line-height: 1.1;
	margin-top: 19px;
}
.about .box2 .box-c .item-box .label{ color:rgba(255,255,255,0.6);font-size: 24px;line-height: 1.1;margin-top: 15px;}
.about .box3{
	background-color: #f7f7f7;
	padding: 80px 0 60px;
	text-align: center;
}
.about .box3 .box-c{
	margin-top: 50px;
}
.about .box3 .box-c li{
	position: relative;
	background-color: #fff;
}
.about .box3 .box-c li .content1400{
	display: flex;
}
.about .box3 .box-c li:nth-child(2n) .content1400{
	justify-content: flex-end;
}
.about .box3 .box-c li .text-box{
	width: 41.92%;
	text-align: left;
	padding: 160px 0 130px;
}
.about .box3 .box-c li .text-title{
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.about .box3 .box-c li:hover .text-title{
	color: rgba(6, 89, 206, 1);
}
.about .box3 .box-c li .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #555555;
	line-height: 2;
	margin-top: 32px;
}
.about .box3 .box-c li .text-des p:not(:last-child){
	margin-bottom: 38px;
}
.about .box3 .box-c li .text-box .browse{
	width: 200px;
	height: 60px;
	border: 1px solid #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 42px;
}
.about .box3 .box-c li .text-box .browse:hover{
	background-color: rgba(6, 89, 206, 1);
	color: #fff;
	border-color: rgba(6, 89, 206, 1);
}
.about .box3 .box-c li .text-box .browse .iconfont{
	margin-left: 7px;
}
.about .box3 .box-c li .pic{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.about .box3 .box-c li .pic img{
	height: 100%;
	object-fit: cover;
}
.about .box3 .box-c li:nth-child(2n) .pic{
	left: 0;
	right: auto;
}
.about .box3  .more{
	width: 260px;
	height: 60px;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	display: block;
	margin: 60px auto 0;
	line-height: 58px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.about .box3 .more:hover{
	background-color: rgba(1, 91, 214, 1);
	color: #fff;
	border-color: rgba(1, 91, 214, 1);
}
.team .box1{
	padding: 60px 0 80px;
	background-color: #f7f7f7;
	text-align: center;
}
.team .box1 .box-c .l{
	width: 41.85%;
	text-align: left;
}
.item-zh{
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #63c6ed;
	line-height: 1.3;
} 
.item-en{
	font-size: 20px;
	font-family: Poppins;
	font-weight: 300;
	color: #888888;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 15px;
}
.team .box1 .box-c {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	align-items: center;
}
.team .box1 .box-c .l .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	line-height: 2;
	margin-top: 32px;
}
.team .box1 .box-c .r{
	width: 50%;
}
.team .box1 .box-c .r .imgScale{
	height: 400px;
	object-fit: cover;
}
.team .box2 li{
	padding: 80px 0;
}
.team .box2 li:nth-child(2n){
	background-color: #f7f7f7;
}
.team .box2 li .content1400{
	display: flex;
	justify-content: space-between;
}
.team .box2 li .pic{
	width: 400px;
	max-width: 100%;
}
.team .box2 li .text-box{
	flex: 1;
	margin-left: 90px;
}
.team .box2 li .text-box .text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #000000;
	line-height: 32px;
	margin-top: 32px;
	padding-right: 94px;
	height: 400px;
	overflow: auto;
}
.team .box2 li .text-box .text .text-title{
	font-weight: bold;
}
.team .box2 li .text-box .text::-webkit-scrollbar {
	width: 2px;
	height: 0;
}
.team .box2 li .text-box .text::-webkit-scrollbar-track {
	background: rgba(233, 233, 233, 1);
	border-radius: 10px;
}
.team .box2 li .text-box .text::-webkit-scrollbar-thumb {
	background: rgba(1, 91, 214, 1);
	border-radius: 10px;
}
.cooperations .product_t2{ margin-top:0;}
.cooperations .box1{
	padding-top: 60px;
	background-color: #f7f7f7;
	text-align: center;
}
.cooperations .box1 .box-c li{
	padding: 100px 0;
}
.cooperations .box1 .box-c li:nth-child(2n){
	background-color: rgba(255, 255, 255, 1)
}
.cooperations .box1 .box-c li .content1400{
	display: flex;
	justify-content: space-between;
}
.cooperations .box1 .box-c li .text-box{
	text-align: left;
	width: 47.85%;
}
.cooperations .box1 .box-c li .title{
	font-size: 32px;
	/*font-family: Microsoft YaHei;*/
	font-weight: bold;
	color: #02465e;
	line-height: 1.3;
	padding-bottom: 39px;
	border-bottom: 1px solid rgba(220, 220, 220, 1);
}
.cooperations .box1 .box-c li .text{
	font-size: 16px;
	/*font-family: Microsoft YaHei;*/
	font-weight: 300;
	color: #000000;
	line-height: 2;
	margin-top: 32px;
}
.cooperations .box1 .box-c li .pic {
	width: 45%;
}
.contact .box2 .product_t2{ text-align:left; margin-top:0;}
.contact{
	background-color: #f7f7f7;
}
.contact .product_t2{ margin-top:0;}
.contact .box1{
	padding-top: 60px;
	text-align: center;
}
.contact .box1 .box-c{
	/* position: relative; */
	margin-top: 50px;
	/* background-color: #fff; */
}
.contact .box1 .box-c .content1400{
	display: flex;position: relative;
	justify-content: flex-end;
}
.contact .box1 .box-c .l{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.contact .box1 .box-c .l #container{
	width: 100%;
	height: 100%;
}
.contact .box1 .box-c .r{
	padding: 100px 0 100px;
	width: 42.85%;
	text-align: left;
}
.contact .box1 .box-c .r .title{
	font-size: 26px;
	/*font-family: Microsoft YaHei;*/
	font-weight: bold;
	color: #474747;
	line-height: 1;
	padding-bottom: 19px;
	border-bottom: 1px solid rgba(124, 122, 123, 1);
	text-align: left;
}
.contact .box1 .box-c .r .msg li{
	display: flex;
	border-bottom: 1px solid rgba(233, 233, 233, 1);
	justify-content: space-between;
	padding: 40px 0;
}
.contact .box1 .box-c .r .msg .item{
	display: flex;
	align-items: center;
}
.contact .box1 .box-c .r .msg .line{
	border-right: 1px solid rgba(233, 233, 233, 1);
}
.contact .box1 .box-c .r .msg .item-l{
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border: 2px solid #474747;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact .box1 .box-c .r .msg .item-l .iconfont{
	color: rgba(71, 71, 71, 1);
	font-size: 20px;
}
.contact .box1 .box-c .r .msg .item-r{
	flex: 1;
	margin-left: 13px;
	text-align: left;
}
.contact .box1 .box-c .r .msg .text-title{
	font-size: 15px;
	/*font-family: Microsoft YaHei;*/
	font-weight: 300;
	color: #666666;
	line-height: 1;
}
.contact .box1 .box-c .r .msg .text-des{
	font-size: 16px;
	/*font-family: Microsoft YaHei;*/
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 8px;
}
.contact .box1 .box-c .ewm{
	margin-top: 32px;
	display: inline-block;
	text-align: center;
}
.contact .box1 .box-c .ewm img{
	display: block;
}
.contact .box1 .box-c .ewm p{
	font-size: 16px;
	/*font-family: Microsoft YaHei;*/
	font-weight: 400;
	color: #888888;
	line-height: 1;
	margin-top: 17px;
}
.txt_boxs {
	box-sizing: border-box;
	padding: 0px 30px 10px 40px;
	width: 490px;
	height: 150px;
	background-image: url(../img/txt_boxs-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: -5px;
	margin-top: 40px;
	position: relative;
	bottom: -20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.amap-marker-label {

	border: none;

	padding: 0;

	background-color: transparent;

}

.txt_boxs .box-logo{

    display: flex;

    justify-content: center;

    align-items: center;

}
.txt_boxs .box-text{
	margin-left: 34px;
	text-align: left;
	width: 205px;
}
.txt_boxs .box-text .name{
	font-size: 18px;
	/*font-family: Microsoft YaHei;*/
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.txt_boxs .box-text .address{
	font-size: 14px;
	/*font-family: Microsoft YaHei;*/
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	opacity: 0.8;
	margin-top: 11px;
	white-space: normal;
	width: 100%;
}
.contact .box2{
	padding: 100px 0 80px;
	display: flex;
}
.contact .box2 .content1400{
	display: flex;
	justify-content: space-between;
}
.contact .box2 .l{
	width: 369px;
}
.contact .box2 .l .des{
	font-size: 16px;
	/*font-family: Microsoft YaHei;*/
	font-weight: 300;
	color: #333333;
	line-height: 36px;
	margin-top: 63px;
}
.contact .box2 .l .text-title{
	font-size: 16px;
	/*font-family: Microsoft YaHei;*/
	font-weight: 300;
	color: #000000;
	line-height: 1;
	margin-top: 198px;
}
.contact .box2 .l .text-des{
	color: rgba(136, 136, 136, 1);
	font-size: 16px;
	/*font-family: Microsoft YaHei;*/
	font-weight: 300;
	line-height: 1;
	margin-top: 5px;
}
.contact .box2 .r{
	position: relative;
	width: 61.42%;
	height: 530px;
}
.contact .box2 .r .pic{
	height: 100%;
}
.contact .box2 .r .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact .box2 .r .r-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 560px;
	max-width: 100%;
	background-color: rgba(255, 255, 255, .9);
	padding: 60px 50px 0;
}
.contact .box2 .r .r-box .form .inputs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .box2 .r .r-box .form .input{
	width: 47.82%;
	display: flex;
	position: relative;
	height: 45px;
	margin-bottom: 20px;
}
.contact .box2 .r .r-box .form .input1{
	width: 100%;
}
.contact .box2 .r .r-box .form .input.textarea{
	width: 100%;
	height: 120px;
}
.contact .box2 .r .r-box .form .input.textarea textarea{
	padding: 14px 20px 14px 65px;
}
.contact .box2 .r .r-box .form .input .icon{
	position: absolute;
	left: 21px;
	padding-right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #9e9e9e;
}
.contact .box2 .r .r-box .form .input.textarea .icon{
	top: 14px;
	transform: translateY(0);
}
.contact .box2 .r .r-box .form .input .icon:before{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background: #D1D1D1;
}
.contact .box2 .r .r-box .form .input .icon .iconfont{
	font-size: 20px;
}
.contact .box2 .r .r-box .form .input input,
.contact .box2 .r .r-box .form .input  textarea{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 65px;
	padding-right: 20px;
	border: 1px solid rgba(160, 160, 160, .7);
	border-radius: 5px;
	resize: none;
	outline-color: rgba(1, 91, 214, .7);
}
.contact .box2 .r .r-box .form .input .verify-code{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
	display: block;
	cursor: pointer;
}
.contact .box2 .r .r-box .form .submit{
	position: relative;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #007EDB;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	z-index: 2;
}
.contact .box2 .r .r-box .form .submit::before{
	position: absolute;
	content: "";
	left: 0;
	top: -4px;
	width: 100%;
	height: 100%;
	background: #15A4DE;
	border-radius: 5px;
	z-index: -1;
}
.contact .box2 .r .r-box .form .tips{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 30px;
	margin-top: 17px;
	text-align: center;
}
.contact .box2 .r .r-box .form .tips span{
	color: rgba(22, 150, 244, 1);
}
@media (max-width:1280px) {
	.cooperations .box1 .box-c li .title{
		font-size: 28px;
		padding-bottom: 20px;
	}
}
@media (max-width:1199px) {
	.about .box1 .box-c .l{
		width: 53%;
	}
	.about .box1 .box-c{
		flex-direction: column;
	}
	.about .box1 .box-c .l{
		width: 100%;
	}
	.about .box1 .box-c .r{
		width: 100%;
		margin-top: 35px;
	}
	.about .box1 .box-c .r .imgScale{
		height: auto;
		width: auto;
		display: block;
		margin: 0 auto;
	}
	.about .box1 .box-c .l .text:not(:last-child):not(:last-child){
		margin-bottom: 15px;
	}
	.about .box1{
		padding: 80px 0;
	}
	.about .box2 .box-c .item-box .title{
		font-size: 30px;
		margin-top: 20px;
	}
	.about .box2 .box-c .item-box .des{ font-size:20px; line-height:1.3;}
	.about .box2 .box-c .item-box .label{ font-size:20px; line-height:1.3;}
	.about .box3 .box-c li .text-box{
		width: 45%;
	}
	.about .box1 .box-c .l .list .number .counter{
		font-size: 42px;
	}
	.item-zh{
		font-size: 30px;
	}
}
@media (max-width:1024px) {
	.about .box3 .box-c li .content1400{
		flex-direction: column-reverse;
	}
	.about .box3 .box-c li .pic{
		position: relative;
		width: 100%;
		height: auto;
	}
	.about .box3 .box-c li .text-box{
		width: 100%;
		padding: 60px 0;
	}
	.about .box3 .box-c li .text-title{
		font-size: 26px;
	}
	.about .box3 .box-c li .text-des p:not(:last-child){
		margin-bottom: 20px;
	}
	.about .box1 .box-c .l .list .number .counter{
		font-size: 36px;
	}
	.contact .box1 .box-c .content1400,
	.contact .box2 .content1400{
		flex-direction: column;
	}
	.contact .box1 .box-c .l{
		position: relative;
		width: 100%;
		height: 400px;
	}
	.contact .box1 .box-c .r{
		width: 100%;
		padding: 60px 0;
	}
	.contact .box2 .l .des,
	.contact .box2 .l .text-title{
		margin-top: 25px;
	}
	.contact .box2 .l{
		width: 100%;
	}
	.contact .box2 .r{
		width: 100%;
		margin-top: 30px;
	}
	.contact .box2 .product_t2{ text-align:center;}
	.contact .box2{padding: 7% 0 6%;}
	.contact .box1{ padding-top:6%;}
	.contact .box1 .box-c{ margin-top:4%;}
	.cooperations .box1 .box-c li .content1400{
		flex-direction: column-reverse;
	}
	.cooperations .box1 .box-c li .text-box{
		width: 100%;
		margin-top: 30px;
	}
	.cooperations .box1 .box-c li .pic{
		width: 100%;
	}
	.cooperations .box1 .box-c li{
		padding: 60px 0;
	}
	.cooperations .box1 .box-c li:nth-child(2n) .content1400{
		flex-direction: column;
	}
	.cooperations .box1 .box-c li .title{
		font-size: 26px;
	}
	.team .box1 .box-c{
		flex-wrap: wrap;
	}
	.team .box1 .box-c .l{
		width: 100%;
	}
	.team .box1 .box-c .r{
		width: 100%;
		margin-top: 30px;
	}
	.team .box2 li .content1400{
		flex-direction: column;
	}
	.team .box2 li .text-box{
		width: 100%;
		margin-left: 0;
		margin-top: 35px;
	}
	.item-zh{
		font-size: 26px;
	}
	.team .box2 li .text-box .text{
		height: auto;
		padding-right: 0;
		margin-top: 15px;
	}
	.item-en{ font-size:16px;}
}
@media (max-width:768px) {
	.about .box2 .box-c{
		flex-wrap: wrap;
	}
	.about .box2 .box-c .item{
		width: 100%;
	}
	.about .box3 .box-c li .text-title{
		font-size: 24px;
	}
	.about .box1 .box-c .l .list .number .counter{
		font-size: 30px;
	}
	.about .box1 .box-c .l .list{
		margin-top: 50px;
	}
	.about .box2 .box-c .item-box .title{
		font-size: 26px;
	}
	.about .box2 .box-c .item-box .des{ font-size:18px;}
	.about .box2 .box-c .item-box .label{font-size:18px;}
	.contact .box1 .box-c .r .title{
		font-size: 24px;
	}
	.cooperations .box1 .box-c li .title{
		font-size: 24px;
	}
	.item-zh{
		font-size: 24px;
	}
	.team .box2 li,
	.team .box1{
		padding: 60px 0;
	}
	.team .box1 .box-c{
		margin-top: 30px;
	}
}
@media (max-width:500px) {
	.about .box1 .box-c .l .list{
		margin-top: 40px;
		flex-wrap: wrap;
	}
	.about .box1{
		padding: 7% 0 ;
	}
	.about .box1 .box-c{
		margin-top: 3%;
	}
	.about .box1 .box-c .l .list li{
		width: 50%;
		margin-bottom: 25px;
	}
	.about .box1 .box-c .l .text{ font-size:14px; line-height:1.8;}
	.about .box1 .box-c .r{
		margin-top: 10px;
	}
	.about .box2{ padding-top:7%;}
	.about .box2 .box-c{ margin-top:4%;}
	.about .box2 .box-c .item-box .title{
		font-size: 22px;
	}
	.about .box2 .box-c .item-box .icon{
		height: 40px;
	}
	.about .box2 .box-c .item-box .des{ font-size:16px; }
	.about .box2 .box-c .item-box .label{ font-size:16px; }
	.about .box3{
		padding: 60px 0;
	}
	.about .box3 .box-c{
		margin-top: 30px;
	}
	.about .box3 .box-c li .text-box{
		padding: 20px 0 40px;
	}
	.about .box3 .box-c li .text-title{
		font-size: 22px;
	}
	.about .box3 .box-c li .text-des{
		margin-top: 10px;
	}
	.about .box3 .box-c li .text-des p:not(:last-child){
		margin-bottom: 10px;
	}
	.about .box3 .box-c li .text-box .browse{
		margin-top: 20px;
		height: 45px;
	}
	.about .box3 .more{
		margin-top: 30px;
		height: 45px;
		line-height: 45px;
	}
	.contact .box2 .r {
		height: auto;
	}
	.contact .box2 .r .pic{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;;
	}
	.contact .box2 .r .r-box{
		position: relative;
		padding: 40px 10px 30px;
		height: auto;
	}
	.contact .box2 .r .r-box .form .input input, .contact .box2 .r .r-box .form .input textarea{
		padding-left: 40px;
		padding-right: 10px;
	}
	.contact .box2 .r .r-box .form .input .icon{
		left: 5px;
		padding-right: 3px;
	}
	.contact .box2 .r .r-box .form .input.textarea textarea{
		padding: 14px 10px 14px 40px;
	}
	/*.contact .box2{
		padding: 40px 0 50px;
	}*/
	.contact .box2 .l .des, .contact .box2 .l .text-title{
		margin-top: 17px;
	}
	.contact .box2 .l .des{ line-height:26px; font-size:14px;}
	.contact .box1 .box-c .r{
		padding: 30px 0 30px;
	}
	.contact .box1 .box-c .r .title{
		font-size: 22px;
		padding-bottom: 8px;
	}
	.contact .box1 .box-c .r .msg li{
		padding: 0;
		border-bottom: none;
	}
	.contact .box1 .box-c .r .msg .item{
		padding:  0 0 15px;
	}
	.contact .box1 .box-c .r .msg li{
		flex-wrap: wrap;
	}
	.contact .box1 .box-c .r .msg .line{
		display: none;;
	}
	.contact .box1 .box-c .r .msg{
		margin-top: 20px;
	}
	.contact .box1 .box-c .ewm{
		margin: 10px;
	}
	.contact .box1 .box-c{
		margin-top: 30px;
	}
	.txt_boxs .box-text{ margin-left:2%;}
	.txt_boxs{ width:460px; margin-left:-40px;}
	/**/
	.cooperations .box1 .box-c li .title{
		font-size: 22px;
	}
	.cooperations .box1 .box-c li{
		padding: 30px 0;
	}
	.cooperations .box1 .box-c li .text{
		margin-top: 15px;
	}
	.cooperations .box1 .box-c li .text{ line-height:1.8; font-size:14px;}
	.item-zh{
		font-size: 22px;
	}
	.team .box2 li, .team .box1{
		padding: 40px 0;
	}
	.team .box1{
		padding-top: 50px;
	}
	.team .box1 .box-c .l .des{
		margin-top: 15px;
	}
	.item-en{ font-size:14px;}
	.team .box1 .box-c .l .des{ font-size:14px; line-height:1.8;}
	
}