﻿.contact .box1{
	padding-top: 80px;
}
.contact .box1 .box-c{
	margin-top: 29px;
	position: relative;
	border-top: ;
	z-index: 2;
}
.contact .box1 .box-c::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 8px;
	background: linear-gradient(90deg, #11CAFE, #1487CC);
}
.contact .box1 .box-c ul{
	display: flex;
	background-color: rgba(238, 238, 238, 1);
}
.contact .box1 .box-c li{
	width: 33.33%;
	padding: 41px 46px 43px;
}
.contact .box1 .box-c li:not(:last-child){
	border-right: 1px solid rgba(255, 255, 255, 1);
}
.contact .box1 .box-c li .icon{
	width: 70px;
	height: 70px;
	background: #1487CC;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
}
.contact .box1 .box-c li .icon .iconfont{
	display: block;
	font-size: 40px;
	color: #fff;
	transition: all .6s;
}
.contact .box1 .box-c li:hover .icon .iconfont{
	transform: rotateY(180deg);
}
.contact .box1 .box-c li .text-title{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 30px;
}
.contact .box1 .box-c li .text-des{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin-top: 10px;
}
.contact .box1 .box-c li .text-des a:hover{
    color: rgba(16, 128, 194, 1);
}
.contact .box1 .box-b{
	margin-top: -106px;
}
.contact .box1 .box-b img{
	display: block;
	width: 100%;
}
.contact .box2{
	padding: 88px 0 0;
}
.contact .box2 .des{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 15px;
}
.contact .box2 .des span{
	color: rgba(16, 128, 194, 1);
}
.contact .box2 .box-t{
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}
.contact .box2 .box-t li{
	width: 49.64%;
	height: 80px;
	background: #EEEEEE;
	border-radius: 5px;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	cursor: pointer;
}
.contact .box2 .box-t li.active{
	background: #1487CC;
	color: #fff;
}
.contact .box2 .box-c {
	margin-top: 15px;
}
.contact .box2 .box-c .item{
	background-color: rgba(238, 238, 238, 1);
	padding: 72px 141px 48px 82px;
	display: none;
}
.contact .box2 .box-c .item.active{
	display: block;
}
.contact .box2 .box-c .inputs{
	display: flex;
	justify-content: space-between;
}
.contact .box2 .box-c .inputs .input{
	width: 33%;
	display: flex;
	margin-bottom: 43px;
}
.contact .box2 .box-c .inputs .input1{
	width: 66.66%;
}
.contact .box2 .box-c .inputs .input input{
	flex: 1;
	width: 100%;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid rgba(153, 153, 153, 1);
	outline: none;
	font-size: 20px;
	margin-left: 5px;
	color: #333;
}
.contact .box2 .box-c .inputs .input-text{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
}
.contact .box2 .box-c .inputs .input-text span{
	color: #0081C3;
}
.contact .box2 .box-c .inputs .input-text.title{
	padding-left: 50px;
}
.contact .box2 .box-c .inputs .textarea{
	flex-direction: column;
	width: 100%;
}
.contact .box2 .box-c .inputs .textarea textarea{
	margin-top: 20px;
	height: 146px;
	border: 1px solid #999999;
	display: block;
	outline: none;
	background-color: transparent;
	resize: none;
	width: 100%;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 1.5;
	padding: 8px 26px;
	color: #333;
}
.contact .box2 .box-c .inputs .textarea textarea::placeholder{
	opacity: .7;
}
.contact .box2 .box-c .inputs .textarea textarea:-moz-placeholder{
	opacity: .7;
}
.contact .box2 .box-c .inputs .textarea textarea:-ms-input-placeholder{
	opacity: .7;
}
.contact .box2 .box-c .inputs .textarea textarea:::-webkit-input-placeholder{
	opacity: .7;
}
.contact .box2 .box-c .submit{
	width: 180px;
	height: 45px;
	background: linear-gradient(90deg, #11CAFE, #1487CC);
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: 7px 0 0 auto;;
}
.contact .box3{
	padding: 93px 0 121px;
}
.contact .box3 .des{
	margin-top: 19px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.contact .box3 .box-c{
	margin-top: 35px;
}
.contact .box3 .box-c ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .box3 .box-c li{
	width: 49.64%;
	border: 1px solid #1080C3;
	border-radius: 5px;
	padding: 18px 5px 20px;
	margin-bottom: 9px;
}
.contact .box3 .box-c li .li-t,
.contact .box3 .box-c li .li-b{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact .box3 .box-c li .li-t-l,
.contact .box3 .box-c li .li-b-l{
	width: 113px;
}
.contact .box3 .box-c li .li-t-r,
.contact .box3 .box-c li .li-b-r{
	margin-left: 27px;
	flex: 1;
}
.contact .box3 .box-c li .icon{
	width: 70px;
	height: 70px;
	border: 2px solid #0081C3;
	border-radius: 50%;
	line-height: 66px;
	text-align: center;
	color: #0081C3;
	margin: 0 auto;
}
.contact .box3 .box-c li .icon .iconfont{
	font-size: 38px;
	display: block;
	transition: all .6s;
}
.contact .box3 .box-c li .li-t-r{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1080C2;
	line-height: 1;
}
.contact .box3 .box-c li .li-b-l{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 70px;
	margin-top: ;
	text-align: center;
}
.contact .box3 .box-c li .li-b-r{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 35px;
}
.contact .box3 .box-c li:hover .icon .iconfont{
	transform: rotateY(180deg);
}
@media (max-width:1280px) {
	.contact .box1 .box-c li .text-title{
		font-size: 28px;
	}
	.contact .box3 .box-c li .li-t-r,
	.contact .box3 .box-c li .li-b-l,
	.contact .box2 .box-c .submit{
		font-size: 26px;
	}
}
@media (max-width:1199px) {
	.contact .box1 .box-c li .text-title,
	.contact .box2 .box-t li,
	.contact .box2 .box-c .submit{
		font-size: 26px;
	}
	.contact .box1 .box-c li{
		padding: 40px 25px;
	}
	.contact .box3 .box-c li .li-t-r,
	.contact .box3 .box-c li .li-b-l{
		font-size: 24px;
	}
}
@media (max-width:1024px) {
	.contact .box1 .box-c li .text-title,
	.contact .box2 .box-t li,
	.contact .box2 .box-c .submit{
		font-size: 24px;
	}
	.contact .box2 .box-t li{
		line-height: 60px;
		height: 60px;
	}
	.contact .box2 .box-c .item{
		padding: 50px 20px;
	}
	.contact .box3 .box-c li .li-t-r,
	.contact .box3 .box-c li .li-b-l{
		font-size: 22px;
	}
	.contact .box3 .box-c li .li-t, .contact .box3 .box-c li .li-b{
		flex-direction: column;
	}
	.contact .box3 .box-c li .li-t-r, .contact .box3 .box-c li .li-b-r{
		margin-left: 0;
	}
	.contact .box3 .box-c li .li-b-r{
		text-align: center;
	}
	.contact .box3 .box-c li .li-t-r{
		margin-top: 15px;
	}
	.contact .box3 .box-c li{
		padding: 40px 20px;
	}
}
@media (max-width:768px) {
    .contact .box2 .box-c .inputs .textarea textarea,
    .contact .box2 .box-c .inputs input{
        font-size: 16px;
    }
    .contact .box2 .box-c .inputs .input-text.title{
        padding-left: 40px;
    }
    .contact .box2 .box-c .inputs .input-text{
        font-size: 16px;
    }
    .contact .box1 .box-c li .icon,
    .contact .box3 .box-c li .icon{
        width: 44px;
        height: 44px;
        line-height: 44px;
        
    }
    
    .contact .box3 .box-c li .icon{
        line-height: 42px;
    }
    .contact .box3 .box-c li .icon .iconfont{
        font-size: 20px;
    }
    .contact .box1 .box-c li .icon .iconfont{
        font-size: 20px;
    }
	.contact .box1 .box-c li .text-title,
	.contact .box2 .box-t li,
	.contact .box2 .box-c .submit{
		font-size: 22px;
	}
	.contact .box2 .box-t li{
		line-height: 45px;
		height: 45px;
	}
	.contact .box1 .box-c li .text-des{
		font-size: 16px;
	}
	.contact .box3 .box-c li .li-t-r,
	.contact .box3 .box-c li .li-b-l{
		font-size: 20px;
	}
	.contact .box3 .box-c li{
		width: 100%;
	}
	.contact .box3 .des,
	.contact .box2 .des{
		font-size: 16px;
	}
	.contact .box1 .box-b{
		margin-top: 0;
	}
	.contact .box1{
		padding-top: 60px;
	}
	.contact .box2{
		padding: 60px 0;
	}
	.contact .box2 .box-c .inputs .input{
		width: 100%;
		margin-bottom: 25px;
	}
	.contact .box2 .box-c .inputs{
		flex-direction: column;
	}
	.contact .box3{
		padding: 0px 0 60px;
	}
}
@media (max-width:650px) {
	.contact .box1 .box-c ul{
		flex-wrap: wrap;
	}
	.contact .box1 .box-c li{
		width: 100%;
	}
	.contact .box1 .box-c li:not(:last-child){
		border-bottom: 1px solid #fff;
	}
}
@media (max-width:500px) {
    .contact .box3 .box-c li{
        padding: 25px 20px;
    }
    .contact .box3 .box-c li .li-b-l{
        line-height: 1.8;
    }
    .contact .box3 .box-c li .li-b-r{
        font-size: 16px;
        line-height: 1.6;
    }
	.contact .box1 .box-c li .text-title,
	.contact .box2 .box-t li,
	.contact .box2 .box-c .submit{
		font-size: 16px;
	}
	.contact .box3 .box-c li .li-t-r,
	.contact .box3 .box-c li .li-b-l{
		font-size: 16px;
	}
	.contact .box1{
		padding-top: 50px;
	}
}