/* 对屏幕大小划分了20份 html不同的font-size */
body{
	min-width: 1500px!important;
}
header{
	min-width: 1500px!important;
}
html{
	font-size:40px;
}
@media screen and (min-width: 960px) {
    html{
        font-size:48px;
    }
}
@media screen and (min-width: 1024px) {
    html{
        font-size:51.2px;
    }
}
@media screen and (min-width: 1280px) {
    html{
        font-size:64px;
    }
}
@media screen and (min-width: 1336px) {
    html{
        font-size:66.8px;
    }
}
@media screen and (min-width: 1440px) {
    html{
        font-size:72px;
    }
}
@media screen and (min-width: 1600px) {
    html{
        font-size:80px;
    }
}
@media screen and (min-width: 1920px) {
    html{
        font-size:96px;
    }
}
header {
	height: 0.666667rem;
	width: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0.8;
}
.headerBack{
	height: 0.666667rem;
	width: 100%;
	background: white;
}
.logo {
	width: 40%;
	height: 100%;
	margin-left: 2.802083rem;
}
.logo img:nth-child(2){
	margin-left: 30px;
}
.logo>img{
	/*width: 2.041667rem;*/
	/* height: 0.354167rem; */
	height: 100%;
}
.nav {
	box-sizing: border-box;
	width: 60%;
	height: 0.260417rem;
	/* margin-right: 2.208333rem; */
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 0.166667rem;
}
.nav>div:hover {
	border-bottom: none !important;
}
.nav .nav_a{
	flex: 1;
	text-align: center;
}
.nav a {
	color: #333;
}
.nav a:hover {
	color: #31BDF4;
}
.current{
	/* border-bottom: 0.03125rem solid #2371FF!important; */
	color: #31BDF4!important;
}
header .connectPhone{
	width: 220px;
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.toBtn{
	display: flex;
	margin-right: 2.083333rem;
	background-image: linear-gradient(to right, #4facfe 0%, #2289ef 100%);;
	padding: 5px 10px;
	border-radius: 10px;
}
.toBtn button:nth-child(1){
	/*background-color: #2572FF;*/
	/*color: #FFF;*/
	/*margin-right: .3125rem;*/
	border-right: 1px solid white;
}
.toBtn button {
	background: rgba(0,0,0,0);
	/*box-sizing: border-box;*/
	/*width: .20833rem;*/
	width: 50px;
	height: 0.233333rem;
	/*font-size: 0.166667rem;*/
	/*background-color: #fff;*/
	color: white;
	/*border: 0.010417rem solid #6A97EB;*/
	border: none;
	cursor:pointer;
	/*border-radius: 0.041667rem;*/
	outline: none;
}
img{
	vertical-align: middle;
}
/*footer {*/
/*	height: 5.541667rem;*/
/*	background: #333333;*/
/*	opacity: 1;*/
/*	position: relative;*/
/*	top: 0;*/
/*	left: 0;*/
/*}*/
footer{
	background: rgb(16,38,62);
	display: flex;
	padding: 50px 50px 0 50px;
	width: calc(100% - 100px) !important;
}
footer .imgLogo{
	flex: 2;
	/* display: flex;*/
	/*justify-content: center;*/
	/*align-items: center; */
	text-align: center;
}

footer .imgLogo .img{
	display: flex;
	flex-direction: column;
	margin: auto;
	width: 110px;
}
footer .imgLogo img{
	width: 110px;
	height: 110px;
}
footer .imgLogo p{
	width: 110px;
	margin: 5px auto;
	text-align: center;
	font-size: 20px;
	letter-spacing: 5px;
	color: #fff;
}
footer .pageItem{
	flex: 4;
	display: flex;
	/*padding: 0 20px;*/
	justify-content: space-evenly;
}

footer .pageItem ul{
	flex: 3;
}
footer .pageItem ul li{
	margin: 20px;
}
footer .pageItem ul li a{
	color: rgb(86,101,119);
	font-size: 18px;

}
footer .pageItem ul li:nth-child(1){
	margin-top: 0;
}
footer .pageItem ul li:nth-child(1) a{
	color: white;
	font-size: 20px;
}
footer .connectUs{
	flex: 2;
	/*margin-right: 20px;*/
}
footer .connectUs div:nth-child(1){
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
footer .connectUs div:nth-child(1) div{
	width: calc(100% - 100px);
	height: 1px;
	background: white;
}
footer .connectUs .connectUsTitle{
	font-size: 20px;
	color: white;
	width: 100px;
}
footer .connectUs .connectUsImg{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 50px;
	margin-top: 20px;
}
footer .connectUs .connectUsImg img{

}
footer .connectUs .connectUsImg span{
	color: white;
	font-size: 12px;
	margin-top: 10px;
}
footer .connectUs .connectUsInfo{
	min-width: 200px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
footer .connectUs .connectUsInfo div{
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}
footer .connectUs .connectUsInfo div img{
	margin-right: 10px;
}
footer .connectUs .connectUsInfo div:nth-child(1) span{
	font-size: 22px;
	line-height: 20px;

}
footer .connectUs .connectUsInfo div:nth-child(2) span{
	font-size: 12px;
	line-height: 25px;
}
footer .connectUs .connectUsInfo div:nth-child(1) span span{
	font-size: 10px;
	font-weight: 450;
	color: #a2a2a2;
}
.overAll{
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #8B8B8C;
	color: rgb(64, 75, 93);
	background: rgb(11,28,46);
	padding: 15px 0;
}
.footer_t {
	width: 7.083333rem;
	height: 0.583333rem;
	font-size: 0.416667rem;
	font-weight: bold;
	line-height: 0.583333rem;
	color: #FFFFFF;
	opacity: 1;
	position: absolute;
	top: 0.791667rem;
	left: 50%;
	transform: translateX(-50%);
}
.footer_tel {
	width: 2.708333rem;
	height: 0.520833rem;
	font-size: 0.375rem;
	font-weight: 300;
	line-height: 0.520833rem;
	color: #FFFFFF;
	opacity: 1;
	position: absolute;
	top: 1.520833rem;
	left: 50%;
	transform: translateX(-50%);
}
.contact {
	width: 60%;
	height:1.875rem;
	background-color: #333;
	position: absolute;
	top: 2.46875rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.contact .footer_appBox{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.footer_weixin>img{
	width: 100%;
	height: 100%;
}
.contact .footer_app {
	width: 1.25rem;
	height: 1.25rem;
	background-color: #FFFFFF;
	border-radius: 0.104167rem;
}
.footer_app>img{
	width: 90%;
	height: 90%;
	margin: 0.052083rem;
}
.contact .footer_appBox div:nth-child(2){
	color: #fff;
	font-size: 0.125rem;
	margin-top: 0.052083rem;
}
.contact .footer_weixin {
	width: 1.25rem;
	height: 1.25rem;
}
 .submit #submit{
	cursor: pointer;
	outline: none;
}
.contact .submit .submit_one {
	display: flex;
	justify-content: space-between;
}
.contact .submit .submit_one input{
	width: 2.4375rem;
	height: 0.416667rem;
	background: #FFFFFF;
	border: 0.010417rem solid #707070;
	opacity: 1;
	border-radius: 0.041667rem;
	padding-left: 0.104167rem;
}
.submit .submit_one input:nth-child(2){
	margin: 0 0.15625rem;
}
.contact .submit .submit_two{
	display: flex;
	justify-content: space-between;
}
.contact .submit .submit_two textarea{
	width: 6.510417rem;
	height: 0.78125rem;
	background: #FFFFFF;
	border: 0.010417rem solid #707070;
	opacity: 1;
	border-radius: 0.041667rem;
	margin-top: 0.15625rem;
	padding-left: 0.104167rem;
	resize: none;
	outline: none;
}
.contact .submit .submit_two button{
	width: 0.947917rem;
	height: 0.416667rem;
	background: #2371FF;
	opacity: 1;
	border-radius: 0.041667rem;
	border: none;
	margin-top: 0.520833rem;
	color: #FFFFFF;
}
.line {
	width: 100%;
	position: absolute;
	top: 4.197917rem;
	height: 0;
	border: 0.010417rem solid #4A4A4A;
	opacity: 0.38;
}
.footer_bottom {
	position: absolute;
	top: 4.395833rem;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
}
.footer_name {
	font-size: 0.1875rem;
	font-weight: bold;
}
.footer_address {
	font-size: 0.145833rem;
	font-weight: 400;
	margin-top: 0.104167rem;
}
.copyright {
	font-size: 0.145833rem;
	font-weight: 400;
	color: #98A0A3;
	opacity: 0.53;
	margin-top: 0.1875rem;
}
.T-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.T-direction-flex{
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
}
.T-flex-warp{
	flex-wrap: wrap;
}
.T-font-color-147{
	color: rgb(147,147,147);
}
.T-text-center{
	text-align: center;
}
