html {
    font-size: 62.5%;
}

html,body{ -webkit-tap-highlight-color: rgba(0,0,0,0); }

@media only screen and (min-width: 375px) {
    html {
        font-size: 73.2%!important;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 80.8%!important;
    }
}

@media only screen and (min-width: 481px) {
    html {
        font-size: 94%!important;
    }
}

@media only screen and (min-width: 561px) {
    html {
        font-size: 109%!important;
    }
}

@media only screen and (min-width: 641px) {
    html {
        font-size: 125%!important;
    }
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    color: #000;
    -webkit-overflow-scrolling: touch;
    /* touch滚动回弹 */
}


/*改写滚动条为全部透明*/

::-webkit-scrollbar
/*整体部分*/

{
    width: 0;
    height: 0;
}

::-webkit-scrollbar-track
/*滑动轨道*/

{
    background: rgba(0, 0, 0, 0);
}


::-webkit-scrollbar-thumb
/*滑块*/

{
    background: rgba(0, 0, 0, 0.0);
}

::-webkit-scrollbar-thumb:hover
/*滑块效果*/

{
    background: rgba(0, 0, 0, 0);
}


/* /透明度设置为0，去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android) */

input,
a ,textarea{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
    list-style-type: none
}

ul,
li,
img,
p {
    margin: 0;
    padding: 0;
}

input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.dis-b {
    display: block;
}

.dis-n {
    display: none;
}
.dis-in{
    display: inline-block;
}
button {
    padding: 0;
}


/* 重置链接a标签 */

a {
    text-decoration: none;
    outline: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.cursor {
    cursor: pointer;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.clear {
    clear: both;
}

.white {
    color: #fff;
}

.text-hide-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-hide-2 {
    /* 超过两行显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*万能清除浮动*/

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

/* 头部 */
.top_bg,.nav_box{
    width:100%;
}
.nav_box{
    min-width:1200px;
    position: fixed;
    top:0px;
    left:0px;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.11);
}
.nav{
    max-width: 1200px;
    min-width:1200px;
    margin: 0 auto;
    line-height: 100px;
    height: 100px;
}
.logo{
    width:140px;
    height:35px;
    margin-top: 30px;
    line-height: 100px;
    /* background-color: #3380FF; */
}
.phone-logo{
    width:184px;
    height:44px;
    margin: 28px 0 0 50px;
}
.target{
    color: #3380FF;
    border-bottom: 1px solid #3380FF;
}
.nav a{
    display: block;
    width: 86px;
    text-align: center;
    line-height: 100px;
    font-size: 18px;
}
a{
    color: #222;
}
.nav a:hover{
    color: #3380FF;
}

.login{
    width: 63px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-top: 35px;
    color: #3380FF;
    font-family:Microsoft YaHei;
    border: 1px solid rgba(51,128,255,1);
    border-radius: 15px;
}

/* 底部 */
.foot{
    min-width:1200px;
    width:100%;
    background: #0F1D39 ;
    height: 275px;
    }
    .foot_text .foot_p1{
        padding-top: 57px;
        padding-bottom: 21px;
        width:473px;
        letter-spacing:2px;
        font-size:18px;
        font-family:Microsoft YaHei;
        font-weight:bold;
        color:rgba(255,255,255,1);
    }
    .foot_text .foot_p2{
        display: inline-block;
        vertical-align: top;
        width:473px;
        height:89px;
        letter-spacing:1px;
        font-size:16px;
        margin-right:  65px;
        font-family:Microsoft YaHei;
        font-weight:400;
        color:rgba(213,213,213,1);
        line-height:24px;
    }
    .address{
        width: 470px;
        display: inline-block;
        vertical-align: top;
    }
    .address p{
        color: #D5D5D5;
        font-size: 16px;
        margin-left: 3px;
        margin-bottom: 10px;
    }
    .address p span{
        margin-right: 20px;
    }
    .address button{
        position: relative;
        margin-top: 10px;
        padding: 0; 
        font-size: 16px;
		background-color: transparent;
		cursor: pointer;
		width:108px;
		height:38px;
        line-height: 38px;
		border:1px solid #E6E5E5;
		border-radius:2px;
		color: #D5D5D5;
        margin-right: 52px;
    }
    .btn{
        float: left;
    }
    .btn_text{
        margin-top: 10px;
        position: absolute;
        display: none;
        width: 250px;
        font-size: 14px;
        color: #D5D5D5;
        padding: 10px 8px;
        border: 1px solid #E6E5E5;
    }
    .btn:hover .btn_text{
        display: block;
    }
    .img{
        display: inline-block;
        text-align: center;
        margin-left: 15px;
    }
    .img img{
        width:113px;
    }
    .img p{
        margin-top: 8px;
        font-size: 15px;
        color: #929292;
    }
    .copyright{
        min-width:1200px;
        text-align: center;
        background: #0D141A;
        width: 100%;
        height:70px;
        line-height: 70px;
        font-size: 16px;
        color: #929292;
        letter-spacing:2px;
    }
    .copyright a{color: #929292;}
    .copyright a:hover{color: #3380FF;}

/* 居中 */
.commonCenter{
    overflow: hidden;
    max-width:1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.fixed{
    width:50px;
    height:50px;
    position: fixed;
    right:50px;
    bottom:300px;
    z-index: 1000
}

.fixed img{
    cursor:pointer;
    width:46px;
    height:43px;
    border-radius:2px;
}

.QrCode{
    cursor:pointer;
    display: none;
    width: 210px;
    height: 205px;
    position: fixed;
    right:120px;
    bottom:100px;
    z-index: 1000;
    text-align: center;
    box-shadow:0px 0px 5px 0px rgba(130,130,130,1);
}
.QrCode::after{
    position: absolute;
    content: "";
    top: 8px;
    right: -24px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #F6F8FB;
}