* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    color: #062d3c;
    font-size: 16px;
    background: #f4f4f4;
}

ul,li,dl,dt,dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,i,em,b {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}

a {
    text-decoration: none;
    color: #062d3c;
}
table{
    border-collapse:collapse;
}
input,select,textarea,button {
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "microsoft yahei";
    font-size: 16px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.wrap {
    width: 1200px;
    margin: 0 auto;
}
.mtop30{
	margin-top: 30px;
}
.mtop20{
	margin-top: 20px;
}



/* ----------------- header -------------------*/

.header{
    background: url(../images/top_bg.jpg) no-repeat center top;
    height: 457px;
    background-color: #fff;
}
.top-tools{
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(1, 123, 229, .75);
}
.top-tools a{font-size:14px;}
.top-l{
    float: left;
}
.top-r{
    float: right;
}
.top-l a{padding-right:5px;}
.top-l a,.top-r a{
    color: #a7d4fb; 
}
.top-l span,.top-r span{
    margin: 0 6px; color: #a7d4fb;
}
.middle{
    margin-top: 45px;
    text-align: center;
}
.logo{
    width: 530px;
    margin: 0 auto;
}
.logo a{
    display: inline-block;
    /* background: url(../images/gxf1_03.png) no-repeat left center; */
    height: 80px;
}
.logo a span{
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #084197;
    margin-top: 4px;
}
.logo a em{
    display: block;
    position: relative;
    text-align: center;
}
.logo a em:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d4d4d4;
    left: 0;
    top: 50%;
}
.wod{
    display: inline-block;
    /* padding-left: 22px;
    background: url(../images/spf4_03.png) no-repeat left center;
    margin-left: 20px; */
    margin-right: 10px;
}
.logo a em i{
    display: inline-block;
    padding: 0 22px;
    color: #8c95a6;
    background: #fff;
    position: relative;
    z-index: 2;
    font-weight: bold;
}
.search{
float:none;
    margin: 0 auto;
    width: 530px;
    height: 45px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-top: 14px;
    border: 1px solid #e2e2e2;
}
.search .text{
    float: left;
    border: none;
    width: calc(100% - 56px);
    height: 43px;
    padding: 0 18px;
}
.search .text::-webkit-input-placeholder{
    color: #999;
}
.search .btn{
    width: 56px;
    height: 43px;
    background: url(../images/spf3_03.png) no-repeat center;
    cursor: pointer;
    float: left;
    border: none;
}
.nav-bg{
    margin-top: 12px;
    height: 80px;
    background: #2768c9;
}
.nav{
    line-height: 80px;
}
.nav a{
    display: inline-block;
    /* width: 100px; */
    font-size: 20px;
    color: #fff;
    margin-right: 45px;
    text-align: center;
}
.nav a i{
    float: left;
    height: 60px;
    background-image: url(../images/spf20_03.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 9px;
    width: 21px;
    display: none;
}
.nav a:nth-of-type(2) i{
    background-image: url(../images/spf40_03.png);
}
.nav a:nth-of-type(3) i{
    background-image: url(../images/spf41_03.png);
    width: 22px;
}
.nav a:nth-of-type(4) i{
    background-image: url(../images/spf42_06.png);
    width: 23px;
}
.nav a:nth-of-type(5) i{
    background-image: url(../images/spf43_08.png);
    width: 27px;
}
.nav a:nth-of-type(6) i{
    background-image: url(../images/spf44_03.png);
    width: 23px;
}
.nav a:nth-of-type(7) i{
    background-image: url(../images/spf45_14.png);
    width: 27px;
}
.nav a.active{
    font-weight: bold;
}
.nav a:hover{
    font-weight: bold;
}
.nav a.active i{
    display: block;
}


/* -----------------app-header -------------------*/
.app-header{
    display: none;
    height: 60px;
    background-color: #0069ae;
    /*overflow: hidden;*/
}

.app-logo{
    float: left;
    margin-left: 10px;
    line-height: 60px;
}
.app-logo img{
    vertical-align: middle;
    width: 32px;
}
.app-logo span{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: 4px;
    vertical-align: middle;
    line-height: 22px;
    display: inline-block;
    text-align: center;
}
.ah-r1{
    float: right;
    margin-top: 16px;
    margin-right: 10px;
}
.app-ss{
    float: left;
    width: 28px;
    margin-top: 1px;
    height: 28px;
    background: url(../images/ss1.svg) no-repeat center/100% 100%;
}
.app-ss.on{
    background: url(../images/cha.svg) no-repeat center/100% 100%;
}
.app-menus{
    float: left;
    width: 20px;
    position: relative;
    height: 14px;
    margin-left: 10px;
    margin-top: 7px;
}
.app-menus span{
    position: absolute;
    display: block;
    width: 100%;
    transition:.2s;
    background: #fff;
    height: 2px;
    -webkit-transition:.2s;
    -moz-transition:.2s;
    -ms-transition:.2s;
    -o-transition:.2s;
}
.app-menus span:nth-of-type(1){
    top: 0;
}
.app-menus span:nth-of-type(2){
    top: 50%;
}
.app-menus span:nth-of-type(3){
    top: 100%;
}

.app-menus.on span:nth-of-type(1){
    top: 0;
    transform: rotate(45deg);
    margin-top: 8px;
}
.app-menus.on span:nth-of-type(2){
    display: none;
}
.app-menus.on span:nth-of-type(3){
    top: 100%;
    transform: rotate(-45deg);
    margin-top: -6px;
}
.app-ssshow{
    position: absolute;
    top: 60px;
    width: 100%;
    background: rgba(58,67,82,0.9);
    left: 0;
    padding: 15px;
    z-index: 10;
    display: none;
}
.app-ssshow .i1{
    background-color: #fff;
    line-height: 30px;
    width: calc(100% - 50px);
    float: left;
    border: none;
    font-size: 14px;
    text-indent: 10px;
}
.app-ssshow .b1{
    width: 50px;
    height: 30px;
    color: #000;
    border: none;
    background-color: #fff;
    float: left;
    font-size: 14px;
}
.nav-show{
    position: absolute;
    top: 60px;
    width: 100%;
    background: rgba(58,67,82,0.9);
    z-index: 10;
    display: none;
}
.nav-show a{
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    border-left: 2px solid transparent;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.nav-show a:last-child{
    border-bottom: none;
}
.nav-show a.active{
    border-left-color: #fff;
}










/* ----------------- footer -------------------*/
.footer{
    background-color: #0069ae;
    padding: 23px 0;
}
.foot{
    text-align: center;
}
.foot .f1{
    display: inline-block;
    vertical-align: middle;
}
.foot .f1 img{
   display: block
}
.foot .f2{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    margin-left: 40px;
    text-align: left;
    margin-right: 40px;
}
.foot .f2 p:nth-of-type(2){
    text-align: left;
}
.foot .f2 p{
    line-height: 22px;
}
.foot .f2 p a{
    margin-right: 5px;
    margin-left: 5px;
}
.foot .f2 p a img{
    vertical-align: top;
}
.foot .f3{
    display: inline-block;
    vertical-align: middle;
}