*{padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    list-style: none;
    position: relative;
    outline: none;
    letter-spacing: 1.6px;
    line-height: 1;
    box-sizing: border-box;
    font-smoothing:antialiased;
    -webkit-font-smoothing:antialiased; -webkit-appearance:none;
    font-family:"Microsoft Yahei",sans-serif;
    font-weight:lighter;color: #333; -webkit-tap-highlight-color:transparent;
    transition: all 0.5s;
}
html{font-size: 10px;}
body{font-size: 1.6rem;background: #fff;}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden}
a{color: #008cd7;text-decoration: none;}
img{vertical-align: middle;max-width: 100%}
select::-ms-expand { display: none;}
dib,*.dib{display: inline-block;vertical-align: middle}
dif,*.dif{display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;}
left,.left{float: left;}
right,.right{float: right;}
.hamenu{
    display: none;}
.fz14{
    font-size: 14px;}
.fz46{
    letter-spacing: 9px;
   font-size: 46px;}
.hpic {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
    height:500px;}
.hpic .himg{
    max-width: none;
    width: 1920px;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: block!important;
}
/*.hpic  .logo{
    margin-top:54px;
    float:left;
    z-index: 1;
    margin-left:80px;
}*/
.hpic  .htxt{
    width: 100%;
    max-width: 1400px;
    min-width: 1200px;
    margin: 90px auto 0;
}
.hpic .top+.htxt{
    margin-top: 315px;
}
.hpic  .htxt>span{
    font-size: 16px;
    color: #fff;
}
.hpic  .htxt>p{
    margin-top: 15px;
    font-size: 60px;
    color: #fff;
    line-height: 80px;
    letter-spacing: 15px;
}
.nav{
      z-index: 5;
}
.nav>a,.nav>span{
    color: #fff;
    margin-left:80px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing:3px;
}
.topnav{
    height: 120px;
    display: flex;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    z-index:6;
    align-items: center;justify-content: space-between;
}
.topnav img.bl{
    display: none;}
.top,.topp{
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 5px 25px rgba(220,220,220,0.6);}
.top .nav,.topp .nav{
    margin-top: 0;}
.top span,.top a,.topp span,.topp a{
    color: #294b78;
}
.top img.w,.topp img.w{
    display: none;}
.top img.bl,.topp img.bl{
    display: block;}
.logo{
    z-index:5;
}
.logo img{
    height: 100px;
}
.abmenu{
    background-color:#15315c;position: absolute;
    border-radius: 10px;
    padding: 30px 0 34px;
    left: -20px;
    width: 220px;
    visibility: hidden; opacity:0;    top: 80px;
}
.abmenu dt{
    width: 0;
    height: 0;
    position: absolute;
    top: -16px;
    left: 46px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #15315c;
}
.abmenu dd{
    padding: 20px 0 20px 30px;
    width: 100%;
}
.abmenu dd a{
    font-size: 16px;
    color: #92a1b9;}
.abmenu dd:hover{
    background-color: #244372;
}
.abmenu dd:hover>a{
    color: #fff;
}
.solumenu{background-color:#15315c;position: absolute;
    border-radius: 10px;
    padding: 30px 0 34px; visibility: hidden;opacity:0;
    width: 360px;
    left: -20px;
    top: 80px;}
.nav span:hover>.solumenu{
    visibility: visible;opacity:1;
}
.nav span:hover>.abmenu{
    visibility: visible;opacity:1;
}
.footer{
background: #002842;
    width: 100%;
    padding: 30px 0 20px;
}
footwrap{
    max-width: 1400px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
footwrap p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
}
footwrap .qrcode{
    width:100px;
}
footwrap .logo{
    width: 295px;
}
.return_top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 200px;
    width:70px;
    height: 110px;
    padding-top:90px;
    color:#999;
    font-size: 14px;
    cursor: pointer;
    letter-spacing:3px;
    text-align: center;
    background: url(../img/arrow.png) no-repeat center top ;
    background-size: contain;
}

/**************************************兼容平板/小电脑分辨率**************************************************/
@media screen and (min-width: 960px) and (max-width: 1200px) {
    html {
        transform-origin:center top !important;
        transform: scale(.8) !important;
        -webkit-transform: scale(.8) !important;
        -moz-transform: scale(.8) !important;
        -ms-transform: scale(.8) !important;
        -o-transform: scale(.8) !important;
        width: 125% !important;
        margin-left: -12.5% !important;
        overflow-x: hidden
    }
}
@media screen and (min-width: 750px) and (max-width: 960px) {
    html {
        transform-origin:center top !important;
        transform: scale(.62) !important;
        -webkit-transform: scale(.62) !important;
        -moz-transform: scale(.62) !important;
        -ms-transform: scale(.62) !important;
        -o-transform: scale(.62) !important;
        width: 200% !important;
        margin-left: -50% !important;
        overflow-x: hidden
    }
}

@media screen and (max-width: 750px) {
	.hpic{height: 400px;
		margin-bottom:40px;
	}
	.hpic .himg{
		width: auto !important;
		height: 100%
	}
    .hpic .htxt{
        min-width: initial;
		padding:0 20px;
		margin-top:40px;
    }
	div.hpic .htxt > p{
		font-size: 18px;
		line-height:2;
        width: 100%;
		letter-spacing: 0
	}
	.hpic .htxt > p br{
		display: none;
	}	

	.nav{
        display: none;
    position: fixed;
        left: 0;
		padding-left: 20px;
        top: 0;
        background: #16223d;
        right: 0;
        margin-right: 0;
		overflow-y: scroll;
        bottom: 0;}
    .nav > a, .nav > span{
        display: block;
        padding-top: 19px;
        padding-bottom: 19px;
		color: #fff;
		margin-left: 0;
    }
	.logo img{
	height: 60px;
	}
	.topnav{padding-left: 20px;padding-right: 20px;
		padding-top: 0;
		align-items: center;
	height: 90px;}
    .topnav.pop{
        background-color: #16223d;
    }
	.topnav .hamenu{
        z-index: 5;
		display: block;
		width:39px;height:28px;
		background: url(../img/menu_w.png) no-repeat;
		background-size: contain;
		cursor: pointer;
	}
	.topnav.top .hamenu ,.topnav.topp .hamenu  {
		        background-image: url("../img/menu_bl.png");
	}
    .topnav.pop .hamenu{
        background-image: url("../img/x.png");
    }
	.topnav.pop .logo .w{
		display: block;
	}
	.topnav.pop .logo .bl{
		display: none;
	}
    .topnav.pop .nav{
        top: 90px;
    }
	.solumenu,.abmenu{
		visibility: visible;
		display: none;
		opacity: 1;
		top: initial;
		left: initial;
		width: 100%;
		padding: 20px 0 0;
		position: relative;
		background: none
	}
    .solumenu dd:hover{
        background-color:transparent;
    }
	.nav dl dt{display: none;}
	.nav dl dd{
		background-position: left 10px;
		padding-left: 65px;
	}
    .nav dl.abmenu dd{
        padding:10px 0 10px 30px;
    }
	.nav dl dd ul{
		position: relative;
			top: initial;
		left: initial;
		bottom:initial;
		background: none;
		padding:18px 0 0 0;
	}
    .footer{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    footwrap{
        flex-direction: column;
    }
    footwrap *{ text-align: center; }
    footwrap>p{
        width: 300px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

}