@charset "utf-8";

@font-face{
     font-family: 'roboto_b'; 
     src: url('../font/Roboto-Bold.woff2');
}

@font-face{
     font-family: 'roboto_m'; 
     src: url('../font/Roboto-Medium.woff2');
}

@font-face{
     font-family: 'roboto_r'; 
     src: url('../font/roboto-regular-webfont.woff2');
}

@font-face{
     font-family: 'roboto_t'; 
     src: url('../font/roboto-thin-webfont.woff2');
}



* {
    font-size: 14px;
    outline: none;
}

body,div,h1,h2,h3,h4,h5,h6,a,img,strong,span,var,em,form,select,option,input,ol,ul,dt,dd,dl,li,p,textarea,table {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

input,textarea,select {
    font-family: inherit;
    outline: 0px;
}

body {
    height: 100%;
    color: #333;
    overflow-x: hidden;
    font-family: 'Microsoft Yahei','微软雅黑';
}

a {
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
    outline: none;
}

ol,ul,li {
    list-style-type: none;
}

em,var {
    font-style: normal;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

a img,img {
    border: none;
}

.w1200 {
    width: 1320px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both
}

.div-height {
    height: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.w1200 {
    width: 1320px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*清除浮动*/
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.clearfix{
    zoom: 1;
}

.clear {
    background: none;
    border: 0px none;
    clear: both;
    display: block;
    float: none;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
    line-height: 0px;
    list-style-type: none;
}


:root select {
    top: 0px
}

:root .submit {
    top: 0.5px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    :root .submit {
        top:-0.2px
    }
}

a {
    color: inherit;
    text-decoration: none;
    transition: all ease 0.3s;
}

::-webkit-scrollbar  
{  
    width: 10px;  
    height: 10px;  
    background-color: #fff;  
}  
::-webkit-scrollbar-track  
{  
    background-color: #e5e5e5;  
}    
::-webkit-scrollbar-thumb  
{  
    background-color: #bdbdbd;  
}  
::-webkit-scrollbar-thumb:hover
{
    background: #666;
}

/*-----------------------顶部---------------------------*/
.top {
    width: 100%;
    border-top: 3px #215aad solid;
}

.top .w1200{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.top1{
    padding: 20px 0;
}

.top1 h1 img{
    display: block;
}

.top1 span {
    color: #215aad;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 800;
    display: block;
}

.top2_1{
    display: flex;
    justify-content: flex-end;
}

.top2_1 i{
    margin-right: 4px;
}

.top2_1 span{
    font-family: 'roboto_b';
    font-size: 28px;
    color: #215aad;
}

.nav1{
    display: flex;
    align-items: center;
}

.nav1 .lan_link{
    display: flex;
    background: #215aad;
    color: #fff;
    padding: 6px 22px;
    align-items: center;
    border-radius: 35px;
}

.nav1 .lan_link:hover{
    background: #ea9315;
}

.nav1 .lan_link img{
    margin-right: 6px;
}

ul.nav {
    position: relative;
    z-index: 999;
}

ul.nav > li {
    float: left;
    position: relative;
    text-align: center;
    margin-left: 1px;
}

ul.nav > li:first-child {
    margin-left: 0;
}

ul.nav > li:before {
    content: "";
    height: 1.2em;
    width: 1px;
    background: #eaeaea;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1px;
}

ul.nav > li:first-child:before{
    display: none;
}

ul.nav > li > a {
    text-align: center;
    font-size: 16px;
    line-height: 66px;
    display: block;
    padding: 0 32px;
    position: relative;
}

ul.nav > li > a:after  {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: #215aad;
    transition: all ease 0.3s;
    bottom: 0;
}
ul.nav > li > a:hover,
ul.nav > li > a.current,
ul.nav > li:hover > a  {
    color: #215aad;
}

ul.nav > li > a:hover:after,
ul.nav > li > a.current:after,
ul.nav > li:hover > a:after  {
    width: 4em;
}

ul.nav li .mson {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    padding: 0 20.5px;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%,20px);
    background: #fff;
    min-width: calc(100% - 41px);
}

ul.nav li .mson li{
    border-top: 1px #eaeaea solid;
}

ul.nav li .mson li:first-child{
    border-top: none;
}

ul.nav li .mson li a{
    display: block;
    text-align: center;
    line-height: 40px;
}

ul.nav li .mson li a:hover{
    color: #215aad;
}

ul.nav li:hover .mson {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%,0);
}


/*------------------------------------底部------------------------------------*/
.footr {
    width: 100%;
    background-color: #333;
    border-top: 3px #215aad solid;
    padding: 60px 0px;
}

.footr3 {
    margin-right: 40px;
}

.footr3_1 {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footr1 {
/*    border-left: rgba(255, 255, 255, 0.15) 1px solid;*/
/*    padding-left: 40px;*/
}
.footr1_2{
    padding-right: 50px;
}

.footr1_2:first-child{
    border-right: rgba(255, 255, 255, 0.15) 1px solid;
    margin-right: 50px;
/*    padding-left: 40px;*/
}
.footr1_2 p:first-child{
    font-size: 22px;
    color: #fff;
}
.footr p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 2.2;
}

.footr2 {
    height: 130px;
}

.footr4 {
    width: 100%;
    background-color: #313131;
}

.footr44 {
    width: 100%;
    margin: auto;
    border-top: rgba(255, 255, 255, 0.15) 1px solid;
}

.footr44_1 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2;
    text-align: center;
    padding: 10px 0;
}
.baizi img {
    width: 138px;
}

#toTop{
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    right: 5%;
    bottom: 5%;
    text-align: center;
    line-height: 44px;
    font-size: 30px;
    text-indent: 1px;
}
#toTop:hover{
    background: #215aad;
}

.foot2{
    display: inline-block;
    margin-left: 10px;
}
.foot2 select{
    background: #333;
    color: rgba(255, 255, 255, 0.6);
}
