@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@font-face {
    font-family:"Adob";
    src: url(AdobeHeitiStd-Regular_0.otf);
}
html, body {
    font-size: 14px;
    color: rgb(36,36,36);
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
	display: inline-block;
}
h1,h2,h3,h4,h5,h6{
	transition: .3s;
}

p{
	transition: .3s;
}
img{
	display: block;
	max-width: 100%;
}
.wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
header{
	height: 90px;
	width: 100%;
	/*background: rgba(0,0,0,0.9);*/
	background:#023459;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .3s;
}
header.on{
	height: 60px;
}
header>.wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	position: relative;
}
header>.wrap>.logo{
	width: 42%;
	display: flex;
	align-items: center;
}
header>.wrap>.logo>img{
	display: block;
	max-width: 100%;
}
header>.wrap>.nav{
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header>.wrap>.nav>li{
	transition: .3s;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
header>.wrap>.nav>li>a{
	font-size: 18px;
	color: rgb(254,254,254);
	position: relative;
}
header>.wrap>.nav>li>a:after{
	content: '';
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 0%;
	background: rgb(255,255,255);
	border-radius: 10px;
	transition: 0.3s;
	opacity: 0;
}
header>.wrap>.nav>li:hover>a:after{
	opacity: 1;
	width: 50%;
}
header>.wrap>.nav>li.on>a:after{
	opacity: 1;
	width: 50%;
}

.menu{
    width: 40px;
    height: 40px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: none;
}
.menu>span{
	width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}
.menu>span:after{
	content: '';
    position: absolute;
    top: 10px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    transition: .5s;
}
.menu>span:before{
	content: '';
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    transition: .5s;
}
.menu.on>span:after{
	top: 0;
    transform: rotate(-45deg);
}
.menu.on>span:before{
	top: 0;
    transform: rotate(45deg);
}
.menu.on>span{
	height: 0;
    background-color: inherit;
}


.head_gao{
	height: 90px;
	transition: .3s;
}
.head_gao.on{
	height: 60px;
}
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner>img{
	width: 100%;
}
.banner>.wz{
	display: flex;
	align-items: center;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.banner>.wz>.wrap>h2{
	display: flex;
	align-items: center;
	font-size: 48px;
	margin-bottom: 20px;
	color: #fff;
	transition: 0.3s;
}
.banner>.wz>.wrap>h2:before{
	content: '';
	background: rgb(255,255,255);
	width: 7.5%;
	max-width: 88px;
	min-width: 50px;
	background: #fff;
	height: 3px;
	margin-right: 30px;
}
.banner>.wz>.wrap>p{
	transition: 0.3s;
	font-size: 48px;
	/*font-weight: bold;*/
	color: #fff;
	display: flex;
	align-items: center;
	font-family:"Adob";
	text-transform: uppercase;
}
.banner>.wz>.wrap>p:before{
	content: '';
	width: 20.5%;
	max-width: 240px;
	min-width: 50px;
}

.about{
	width: 100%;
	padding-bottom: 200px;
}
.about>.wrap{
	padding: 0 35px;
}
.about>.wrap>.about_bt{
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about>.wrap>.about_bt:after{
	content: '';
	flex: 1;
	background: rgb(186,186,186);
	height: 1px;
}
.about>.wrap>.about_bt:before{
	content: '';
	flex: 1;
	background: rgb(186,186,186);
	height: 1px;
}
.about>.wrap>.about_bt>.wz{
	position: relative;
	text-align: center;
	padding: 0 30px;
}
.about>.wrap>.about_bt>.wz>h2{
	font-size: 42px;
	color: rgb(36,36,36);
	transition: .3s;
}
.about>.wrap>.about_bt>.wz>p{
	font-family:"Adob";
	font-size: 18px;
	color: rgb(186,186,186);
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	transition: .3s;
}

.about>.wrap h6{
	font-size: 28px;
	font-weight: 400;
	line-height: 1.6;
	color: rgb(36,36,36);
	margin-bottom: 20px;
}
.about>.wrap h5{
	font-size: 28px;
	font-weight: 400;
	line-height: 1.6;
	color: rgb(13,94,251);
	position: relative;
	font-weight: bold;
	margin-bottom: 22px;
}
.about>.wrap h5:after{
	content: '';
	position: absolute;
	top: calc(100% + 2px);
	height: 5px;
	width: 30px;
	left: 0;
	background: rgb(13,94,251);
}
.about>.wrap h5>span{
	color: rgb(36,36,36);
}
.about>.wrap p{
	font-size: 20px;
	font-weight: 400;
	line-height: 2.2;
	color: rgb(36,36,36);
	margin-bottom: 14px;
}
.h5_ts{
	max-width: -webkit-max-content;
	max-width: max-content;
	border-bottom: 1px solid rgb(36,36,36);
	padding-bottom: 10px;
}
.h5_ts:after{
	display: none;
}
.about>.wrap h4{
	font-size:36px;
	font-weight: bold;
	color: rgb(36,36,36);
	margin-bottom: 46px;
}
.about>.wrap img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.ab_fot{
	position: relative;
	padding-top: 38px;
	margin-top: 22px;
}
.ab_fot:before{
	content: '';
	position: absolute;
	top: 0;
	height: 5px;
	width: 30px;
	left: 0;
	background: rgb(13,94,251);
}
.ab_fot>h3{
	font-size:40px;
	font-weight: bold;
	color: rgb(36,36,36);
}
.ab_fot>h1{
	font-size:56px;
	font-weight: bold;
	color: rgb(36,36,36);
}
.ab_fot>h4{
	font-size:30px;
	font-weight: bold;
	color: rgb(36,36,36);
	margin-bottom: 0;
	
}

footer{
	width: 100%;
}
footer>.foot_top{
	background: rgb(55,55,55);
}

footer>.foot_top>.wrap>.foot_top_top{
	padding-top: 60px;
	padding-bottom: 38px;
	margin-bottom: 36px;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
}
footer>.foot_top>.wrap>.foot_top_top>img{
	padding: 0 22px;
	box-sizing: initial;
}
footer>.foot_top>.wrap>.foot_top_top>p{
	font-size: 32px;
	line-height: 1;
	color: #fff;
}
footer>.foot_top>.wrap>.foot_top_cen{
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
footer>.foot_top>.wrap>.foot_top_cen>.foot_top_cen_le{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 42%;
	max-width: 480px;
}
footer>.foot_top>.wrap>.foot_top_cen>.foot_top_cen_le>li{
	width: -webkit-max-content;
	width: max-content;
}
footer>.foot_top>.wrap>.foot_top_cen>.foot_top_cen_le>li>p{
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #fff;
}
footer>.foot_top>.wrap>.foot_top_cen>.foot_top_cen_le>li>p>img{
	margin-right: 10px;
}
footer>.foot_top>.wrap>.foot_top_cen>.foot_top_cen_le>li>a{
	font-size: 18px;
	color: #fff;
	font-family:"Adob";
}
footer>.foot_top>.wrap>.foot_top_cen>.foot_top_cen_ri{
	width: 58%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
footer>.foot_top>.wrap>.foot_top_cen>.foot_top_cen_ri>img{
	max-width: 140px;
}
footer>.foot_top>.wrap>.foot_top_cen>.foot_top_cen_ri>.wz{
	padding-left: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}
footer>.foot_top>.wrap>.foot_top_cen>.foot_top_cen_ri>.wz>h3{
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 1.8;
}
footer>.foot_top>.wrap>.foot_top_cen>.foot_top_cen_ri>.wz>p{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
footer>.foot_top>.wrap>.foot_top_bot{
	
}
footer>.foot_top>.wrap>.foot_top_bot>p{
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #fff;
	margin-bottom: 25px;
}
footer>.foot_top>.wrap>.foot_top_bot>p>img{
	margin-right: 10px;
}
footer>.foot_top>.wrap>.foot_top_bot>ul{
	display: flex;
	flex-wrap: wrap;
}
footer>.foot_top>.wrap>.foot_top_bot>ul>li{
	margin-right: 30px;
	margin-bottom: 20px;
}
footer>.foot_top>.wrap>.foot_top_bot>ul>li>a{
	font-size: 18px;
	color: rgb(160,162,165);
	transition: .3s;
}
footer>.foot_top>.wrap>.foot_top_bot>ul>li>a:hover{
	text-decoration: revert;
	color: #fff;
}
footer>.foot_bot{
	background: rgb(34,37,39);
	padding-top: 40px;
	padding-bottom: 32px;
	line-height: 1;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
footer>.foot_bot>.wrap>p{
	font-size: 18px;
	color: rgb(139,139,139);
	margin-bottom: 15px;
}
footer>.foot_bot>.wrap>a{
	font-size: 18px;
	color: rgb(139,139,139);
	transition: .3s;
}
footer>.foot_bot>.wrap>a:hover{
	color: #fff;
}


.message{
	padding-top: 50px;
	padding-bottom: 125px;
}
.message>.wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.me_le{
	flex: 1;
	padding-right: 7%;
	position: relative;
    padding-top: 38px;
    margin-top: 22px;
}
.me_le:after{
	content: '';
    position: absolute;
    top: 0;
    height: 5px;
    width: 30px;
    left: 0;
    background: rgb(13,94,251);
}
.me_le>h3{
	font-size: 30px;
    font-weight: bold;
    color: rgb(36,36,36);
}
.me_le>h1{
	font-size: 24px;
    font-weight: bold;
    color: rgb(36,36,36);
    padding: 20px 0;
}
.me_le>h4{
	font-size: 14px;
    font-weight: bold;
    color: rgb(36,36,36);
    margin-bottom: 0;
}
.message>.wrap>.me_cen{
	position: absolute;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	width: 1px;
	background: rgb(217,217,217);
}
.message>.wrap>.me_ri{
	flex: 1;
	padding-left: 7%;
	display: flex;
	justify-content: flex-end;
}
.message>.wrap>.me_ri>form{
	width: 100%;
	max-width: 500px;
}
.message>.wrap>.me_ri>form>li{
	width: 100%;
	margin-bottom: 30px;
}
.message>.wrap>.me_ri>form>li>p{
	font-size: 14px;
	color: rgb(36,36,36);
	margin-bottom: 15px;
}
.message>.wrap>.me_ri>form>li>p>span{
	color: red;
}
.message>.wrap>.me_ri>form>li input{
	outline: none;
	width: 100%;
	font-size: 18px;
	padding: 8.5px 10px;
	border: 1px solid rgb(204,204,204);
}
.message>.wrap>.me_ri>form>li>.sele>select{
	width: 100%;
	font-size: 20px;
	font-size: 18px;
	padding: 8.5px 10px;
	border: 1px solid rgb(204,204,204);
	appearance:none;  
	-moz-appearance:none;  
	-webkit-appearance:none;  
	outline: none;
}
.message>.wrap>.me_ri>form>li>.sele{
	position: relative;
}
.message>.wrap>.me_ri>form>li>.sele>span{
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%)rotate(135deg);
	border-top: 1px solid rgb(160,160,160);
	border-right: 1px solid rgb(160,160,160);
	width: 10px;
	height: 10px;
}
.message>.wrap>.me_ri>form>li>textarea{
	width: 100%;
	font-size: 18px;
	padding: 8.5px 10px;
	padding-left: 10px;
	border: 1px solid rgb(204,204,204);
	min-height: 80px;
	outline: none;
}
.message>.wrap>.me_ri>form>li>.rad{
	display: flex;
}
.message>.wrap>.me_ri>form>li>.rad>input{
	width: 20px;
	height: 20px;
}
.message>.wrap>.me_ri>form>li>.rad>span{
	display: block;
	margin: 0 8px;
}
.message>.wrap>.me_ri>form>.tj{
	outline: none;
	width: 100%;
	font-size: 15px;
	padding: 9px 10px;
	border: 1px solid rgb(253,221,0);
	color: rgb(67,67,67);
	background: rgb(253,221,0);
	transition: 0.3s;
}
.message>.wrap>.me_ri>form>.tj:hover{
	color: #000;
	background: rgb(253,201,0);
}

.news{
	width: 100%;
}
.news>.wrap{
	
}
.news>.wrap>.nav2{
	padding: 60px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.news>.wrap>.nav2>li{
	margin: 0 2px;
}
.news>.wrap>.nav2>li>a{
	padding: 10px 18px;
	font-size: 18px;
	color: rgb(40,40,40);
	font-weight: bold;
	transition: 0.3s;
}
.news>.wrap>.nav2>li.on>a{
	color: #fff;
	background: rgb(13,94,251);
}
.news>.wrap>.nav2>li:hover>a{
	color: #fff;
	background: rgb(13,94,251);
}
.news>.wrap>.naws2{
	display: flex;
	flex-wrap: wrap;
	
}
.news>.wrap>.naws2>li{
	width: 100%;
	background: rgb(242,242,242);
	margin-bottom: 22px;
}
.news>.wrap>.naws2>li>a{
	padding: 20px;
	display: block;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news>.wrap>.naws2>li>a>.img{
	width: 28%;
	max-width: 300px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.news>.wrap>.naws2>li>a>.img>img{
	width: 100%;
	transition: 0.5s;
}
.news>.wrap>.naws2>li:hover>a>.img>img{
	transform: scale(1.1);
}
.news>.wrap>.naws2>li>a>.wz{
	width: 70%;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	min-height: 160px;
	justify-content: space-around;
}
.news>.wrap>.naws2>li>a>.wz>h3{
	font-size: 18px;
	color: rgb(36,36,36);
}
.news>.wrap>.naws2>li:hover>a>.wz>h3{
	color: rgb(13,94,251);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news>.wrap>.naws2>li>a>.wz>span{
	font-size: 14px;
	color: rgb(120,120,120);
}
.news>.wrap>.naws2>li>a>.wz>p{
	font-size: 16px;
	color: rgb(36,36,36);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news>.wrap>.naws2>li>a>.wz>h6{
	font-size: 14px;
	color: rgb(36,36,36);
}

.page{
	padding-top: 20px;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.page>span{
	background: rgb(225,225,225);
	font-size: 14px;
	color: #333;
	margin-right: 5px;
	padding: 6px 10px;
	border-radius: 5px;
	display: block;
	cursor: pointer;
	min-width: 31px;
	text-align: center;
	margin-bottom: 5px;
}
.page>span:hover{
	color: #fff;
	background-color: rgb(35,98,242);
}
.page>a{
	background: rgb(225,225,225);
	font-size: 14px;
	color: #333;
	margin-right: 5px;
	padding: 6px 10px;
	border-radius: 5px;
	display: block;
	min-width: 31px;
	text-align: center;
	margin-bottom: 5px;
}
.page>a:hover{
	color: #fff;
	background-color: rgb(35,98,242);
}
.page>a.page-num-current{
	color: #fff;
	background-color: rgb(35,98,242);
}
.page>select{
	background: rgb(225,225,225);
	font-size: 14px;
	color: #333;
	margin-right: 5px;
	padding: 6px 10px;
	border-radius: 5px;
	display: block;
	min-width: 31px;
	text-align: center;
	margin-bottom: 5px;
	outline: none;
	border: none;
}

.news>.wrap>.ab_fot{
	margin-top: 86px;
	margin-bottom: 160px;
}
