@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'SourceHanSer';
}
@font-face {
    font-family: 'SourceHanSer';
    src: url("../font/SourceHanSansCN-Regular.otf");
}
@font-face {
    font-family: 'SourceBold';
    src: url("../font/SourceHanSansCN-Bold.otf");
}

@font-face {
    font-family: 'SourceLight';
    src: url("../font/SourceHanSansCN-Light.otf");
}
img,input{
    outline: none;
    border: none;
}
ul{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
a:focus{
    outline: none;
    border: none;
}
input,button{
    background: transparent;
}
.px1300{
    width: 1300px;
    margin: 0 auto;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
body{
    overflow-x: hidden;
    min-width: 1300px;
}
.head{
    padding-top: 20px;
    padding-bottom: 9px;
    overflow: hidden;
    background: url("../images/head.png")repeat-x top ;
}
.logo {
    float: left;
    width: 584px;
}
.logo a {
    display: block;
    overflow: hidden;
}
.logo a img{
    display: block;
    width: 100%;
}
.h-right{
    float: right;
    margin-top: 17px;
}
.search {
    display: inline-block;
    width: 280px;
    position: relative;
    vertical-align: middle;
}
.search input[type='text']{
    display: block;
    width: 100%;
    line-height: 44px;
    height: 46px;
    border: 1px solid #0079ea;
    border-radius: 5px;
    font-size: 16px;
    color: rgba(0, 121, 234, 0.2);
    padding-left: 12px;
    padding-right: 62px;
    font-family: 'SourceHanSer';
}
.search input[type='image']{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 46px;
    padding:13.5px  15.5px;
    background: #007ede;
    border-radius: 0 5px 5px 0;
}
input::placeholder{
    color:  rgba(0, 121, 234, 0.2);
}
input::-webkit-input-placeholder{
    color:  rgba(0, 121, 234, 0.2);
}
input::-ms-input-placeholder{
    color:  rgba(0, 121, 234, 0.2);
}
input::-moz-placeholder{
    color:  rgba(0, 121, 234, 0.2);
}
.h-right>a>img{
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    margin-left: 27px;
}
.nav{
    background: #0072c8;
}
.nav>div{
    /* padding: 0 24px; */
}
.n1>li{
    float: left;
    line-height:54px;
    padding: 0px 24px;
    position: relative;
    text-align: center;
    transition: all .3s;
}
.n1>li>a{
    display: block;
    font-size: 18px;
    color: #f8f7f2;
    transition: all .3s;
    font-family: 'SourceHanSer';
}
.n1>li:first-child>a{
    border: none;
}
.n1>li>div{
    position: absolute;
    left: 0;
    width: 170px;
    top: 100%;
    background: #0072c8;
    display: none;
    z-index: 99;
}
.n1>li>div a{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: left;
    line-height: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition: all .3s;
    padding: 10px;
    text-align: center;}
.n1>li>div li:first-child a{
    border: none;
}
.n1>li>div a:hover{
    background: #fff;
    color: #0072c8;
    font-weight: 600;
}
.n1>li.active,
.n1>li.on{
    background: #fff;
}
.n1>li.active>a,
.n1>li.on>a{
    color: #0072c8;
}


.fl{
    float: left;
}
.fl p{
    font-family: 'SourceLight';
    font-size: 14px;
    color: #c7e1fc;
    line-height: 36px;
    padding-left: 24px;
    background: url("../images/f-icon1.png") no-repeat left center;
}
.fl p:nth-child(2){
    background-image: url("../images/f-icon2.png");
}
.fl p:nth-child(3){
    background-image: url("../images/f-icon3.png");
}
.f-r{
    float: right;
    font-size: 0;
    margin-top: 31px;
}
.f-r .f-link{
    display: inline-block;
    vertical-align: middle;
}
.f-link>div{
    position: relative;
    width: 342px;
    background: rgba(199, 226, 253, 0.1);
}
.f-link>div>span{
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    position: relative;
    padding-left: 27px;
    padding-right: 70px;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'SourceLight';
}
.f-link>div>span>img{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.f-link>div ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.73);
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 999;
    max-height: 280px;
    overflow-y: auto;
}

.f-link>div ul li{
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 48px;
    color: #333;
    font-family: 'SourceLight';
}
.f-link>div ul li>a{
    display: block;
}
.f-link>div ul li:hover {
    background: #007ede;
    color: #fff;
}
.f-link>div:hover ul {
    display: block;
}
.f-r>span{
    font-family: 'SourceLight';
    font-size: 14px;
    color: #c7e2fd;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 97px;
}

.foot{
    padding-top: 35px;
    padding-bottom: 37px;
    background: url("../images/foot.jpg") no-repeat 50%;
}