@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #152f7a;
}
::-webkit-scrollbar-track {
    background-color: #eee;
}
::-webkit-scrollbar-thumb:horizontal {
    background-color: #152f7a;
}
::-webkit-scrollbar-track:horizontal {
    background-color: #152f7a;
}
::-webkit-scrollbar-corner {
    background-color: #152f7a;
}
*{
	box-sizing: border-box;
	outline: none;
}
@font-face {
  font-family: "OPPOSans-R";
  src: url("../fonts/OPPOSans-R.ttf") format("ttf");
}
html, body{
	width:100%;
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 300;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	color:#000;
	font-size: 14px;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 300;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var, span {
	font-style: normal;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 300;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 18px;
}
input, textarea, select {
    *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#000;
	text-decoration:none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #152f7a;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	margin: 0px;
	padding: 0px;
}
/* css common */
.rel {
    position: relative;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
    *zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
.wrap{
	width: 94%;
	max-width: 1400px;
	margin:0 auto;
}
.indent{
	text-indent: 2em;
}
@media (max-width: 1280px){
}
@media (max-width: 992px){
}
@media (max-width: 750px){
}

/* Header */
header{
	width: 100%;
	height: 100px;
    display: flex;
    justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
header:hover,
header.fixed{
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
header > .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .menu-trigger{
	display: none;
}
header .menu-trigger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
    margin-bottom: 5px;
    transition: .3s;
}
header .menu-trigger span:last-of-type {
    margin-bottom: 0;
}
header .menu-trigger.active span:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: left center;
}
header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: left center;
}
header .logo{
	width: 156px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
header .logo img{
	max-width: 100%;
	display: block;
}
header:hover .logo img,
header.fixed .logo img{
	filter: brightness(0);
}
header .header-right{
	width: calc(90% - 156px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .header-right .header-menu{
	margin-right: 30px;
}
header .header-right .header-menu a{
	display: block;
}
header .header-right .header-menu > ul > li{
	padding:0 30px;
	float: left;
	position: relative;
}
header .header-right .header-menu > ul > li:after {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    right: 0;
    top: 41px;
}
header .header-right .header-menu > ul > li:hover:hover{
	border-bottom: 3px solid #171c60;
}
header:hover .header-right .header-menu > ul > li:after,
header.fixed .header-right .header-menu > ul > li:after {
    background: rgba(0,0,0,0.15);
}
header .header-right .header-menu > ul > li > a{
	color: #fff;
	font-size: 16px;
	line-height: 100px;
}
header:hover .header-right .header-menu > ul > li > a,
header.fixed .header-right .header-menu > ul > li > a{
	color: #000;
}
header .header-right .header-menu > ul > li:hover > a{
	color: #171c60;
	line-height: 97px;
}
header .header-right .header-menu > ul > li > ul{
	width: 100%;
    background: #fff;
    position: absolute;
    top: 100px;
    left: 0px;
    height: auto;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
header .header-right .header-menu > ul > li:hover > ul{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    display: block;
}
header .header-right .header-menu > ul > li > ul > li > a{
	line-height: 40px;
	text-align: center;
}
header .header-right .header-menu > ul > li > ul > li:hover > a{
	background: #171c60;
	color: #fff;
}
header .header-right .header-lan{
	width: 140px;
	position: relative;
}
header .header-right .header-lan .lan-tit{
	width: auto;
    display: flex;
    align-items: center;
    background: url(../images/yy.gif) no-repeat center left;
    background-size: 30px;
    cursor: pointer;
    color: #fff;
    line-height: 100px;
}
header:hover .header-right .header-lan .lan-tit,
header.fixed .header-right .header-lan .lan-tit{
	color: #000;
	background: url(../images/yy2.gif) no-repeat center left;
    background-size: 30px;
}
header .header-right .header-lan .lan-tit .map{
	width: 32px;
    height: 24px;
    margin-right: 5px;
    text-align: center;
    display: block;
}
header .header-right .header-lan .lan-tit .jt {
    width: auto;
    margin-left: 5px;
    text-align: center;
    transform: scale(0.7);
    display: inline-block;
}
header .header-right .header-lan .lan-con{
	position: absolute;
	display: flex;
    width: 120px;
    z-index: 99;
    top: 80px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
    transition: all .3s ease;
    flex-direction: column;
}
header .header-right .header-lan:hover .lan-con{
	opacity: 1;
	transform: translate(0, 0px);
    visibility: visible;
}
header .header-right .header-lan .lan-con:before{
	content: "";
	width: 0;
    height: 0;
    border-left: 7px solid transparent;  
    border-right: 7px solid transparent;  
    border-bottom: 7px solid #fff; 
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}
header .header-right .header-lan .lan-con ul{
	background: #fff;
    padding: 3px 0px;
    margin-top: 7px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
header .header-right .header-lan .lan-con a{
	text-align: center;
	display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease;
}
header .header-right .header-lan .lan-con a:hover{
	background: #171c60;
	color: #fff;
}
header .subnav {
    width: 100%;
    height: calc(100% - 60px);
    padding:0 3%;
    display: none;
    position: fixed;
    left: 0px;
    top: 60px;
    background: #f7f7f7;
    z-index: 2;
    overflow-y: auto;
}
header .subnav .navbox > ul > li{
	border-bottom: 1px solid #dcdcdc;
}
header .subnav .navbox > ul > li > a{
	padding: 0 20px;
	font-size: 16px;
	line-height: 60px;
	display: flex;
	justify-content: space-between;
}
header .subnav .navbox > ul > li > ul{
	display: none;
	padding:0 0 10px 0;
}
header .subnav .navbox > ul > li > ul > li > a {
    padding-left: 5%;
    color: #666;
    display: block;
    line-height: 40px;
}
header .subnav .lanbox{
	border-bottom: 1px solid #dcdcdc;
    padding: 0 20px;
}
header .subnav .lanbox > ul{
	display: flex;
	line-height: 60px;
}
header .subnav .lanbox > ul > li{
    font-size: 16px;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
header .subnav .lanbox > ul > li:last-child{
	padding-right: 0;
	margin-right: 0;
}
header .subnav .lanbox > ul > li:after{
	content: "";
	width: 1px;
	height: 18px;
	background: #999;
	position: absolute;
	right: 0;
	top:21px;
}
header .subnav .lanbox > ul > li:last-child:after{
	display: none;
}
header .subnav .telbox{
	border-bottom: 1px solid #dcdcdc;
    padding: 0 20px;
}
header .subnav .telbox a{
	line-height: 60px;
	font-size: 16px;
	font-weight: 700;
	color: #171c60;
	display: flex;
}
header .subnav .telbox a i{
	margin-right: 10px;
}
@media only screen and (max-width: 1630px) and (min-width: 1367px) {
	header .header-right .header-menu{
		margin-right: 15px;
	}
	header .header-right .header-menu > ul > li{
		padding:0 15px;
	}
}
@media (max-width: 1360px) {
	header{
		background: #fff;
		height: 60px;
	}
	header .menu-trigger{
		display: block;
	}
	header .menu-trigger span {
	    display: block;
	    width: 20px;
	    height: 2px;
	    background: #333;
	    margin-bottom: 5px;
	    transition: .3s;
	}
	header .logo{
		width: 120px;
	}
	header .logo img{
		filter: brightness(0);
	}
	header .header-right{
		display: none;
	}
}
@media (max-width: 992px) {	
	header .logo{
		width: 100px;
	}
}
@media (max-width: 750px) {
	
}

/* Footer */
footer{
	width: 100%;
	background: url(../images/hfo.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
footer .footer-box1{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 50px;
	color: #fff;
	overflow: hidden;
}
footer .footer-box1 a{
	display: block;
	color: #fff;
}
footer .footer-box1 .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
footer .footer-box1 .left .left-box1{
	width: 100%;
	overflow: hidden;
}
footer .footer-box1 .left .left-box1 .title{
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 22px;
}
footer .footer-box1 .left .left-box1 .content{
	margin-top: 5px;
	margin-bottom: 10px;
}
footer .footer-box1 .left .left-box1 .content li{
	float: left;
	width: 40%;
}
footer .footer-box1 .left .left-box1 .content .c{
	font-size: 18px;
}
footer .footer-box1 .left .left-box2{
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}
footer .footer-box1 .left .left-box2 ul{
	display: flex;
}
footer .footer-box1 .left .left-box2 li{
    margin-right: 20px;
    line-height: 24px;
    border-right: 1px solid rgba(255,255,255,0.2);
    padding-right: 20px;
    font-size: 16px;
}
footer .footer-box1 .left .left-box2 .rt{
	display: none;
}
footer .footer-box1 .right{
	display: flex;
	align-items: center;
	color: #a0a0a0;
}
footer .footer-box1 .right .right-box1{
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
footer .footer-box1 .right .right-box1 .p3{
	margin-top: 10px;
}
footer .footer-box1 .right .right-box1 .p3 ul{
	display: flex;
}
footer .footer-box1 .right .right-box1 .p3 li{
	margin-right: 12px;
}
footer .footer-box1 .right .right-box1 .p3 li:last-child{
	margin-right: 0;
}
footer .footer-box1 .right .right-box1 .p3 a{
	width: 25px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .footer-box1 .right .right-box1 .p3 i{
	font-size: 12px;
}
footer .footer-box1 .right .right-box2{
	margin-left: 28px;
	max-width: 120px;
}
footer .footer-box1 .right .right-box2 img{
	max-width: 100%;
	display: block;
}
footer .footer-box2{
	width: 100%;
	background: #1d1d1d;
	padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    text-align: center;
    color: #a0a0a0;
	overflow: hidden;
}
footer .footer-box2 a{
	color: #a0a0a0;
}
@media (max-width: 1280px) {
	footer .footer-box1 .right{
		display: none;
	}
	footer .footer-box1 .left{
		width: 100%;
	}
	footer .footer-box1 .left .left-box1 .content li {
	    width: 50%;
	}
}
@media (max-width: 992px) {
	footer .footer-box1 .left .left-box1 .content li {
	    width: 100%;
	}
	footer .footer-box1 .left .left-box2 ul{
		flex-direction: column;
	}
	footer .footer-box1 .left .left-box2 li{
	    border-right: none;
	    margin-right: 0;
	    padding-right: 0;
	    line-height: 50px;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	footer .footer-box1 .left .left-box2 .rt{
		display: block;
	}
}
@media (max-width: 750px) {

}