@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}


html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: 微软雅黑, sans-serif;
    overflow-x: hidden;

}
html{font-size: 100px}
html,
body{
    min-width: 1460px;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div:focus,span:focus
{
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}

input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.phone {
    display: none;
}
.clear:after,.clearfix:after{
    content: '';
    display: block;
    clear: both;
}


.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}

.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative;margin-top: -2px;}
.zi3{position: relative;z-index: 3}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.wp{ width: 1400px; max-width:96%;padding: 0; margin: 0 auto;}


/*==========================================公共 开始=============================================*/

.header .wp{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img{
    display: block;
    height: 64px;
}

.header_right{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.header_right .img img{
    display: block;
    height: 95px;
}

.header_box .search{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_box .search a{
    width: 58px;
    height: 58px;
    background: #132a6d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.header_box .search img{
    display: block;
    width: 28px;
}

.header{
    height: 135px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#nav li{
    position: relative;
}

#nav li h2{
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    position: relative;
    text-align: center;
    z-index: 2;
    font-weight: 700;
    transition: .5s;

}
#nav li h2 a{
    display: block;
}
#nav li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 0;
    transition: .6s;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}
#nav li.on h2:after, #nav li:hover h2:after {
    width: 34px;
    margin-left: -17px;
    opacity: 1;
    visibility: visible;

}

#nav li .sub{
    position: absolute;
    top: 100%;
    min-width: 140px;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
}

#nav  li .sub .box {
    padding: 0;
    text-align: center;
    background: #fff;
}

#nav  li .sub a {
    display: block;
    padding: 8px 10px;
    line-height: 28px;
    transition: .6s;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

#nav li .sub a:hover {
    color: #fff;
    background: #E72B47;
}

#nav li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.header_box{
    min-width: 1460px;
    background: #E72B47;
}

.ft-link{
    padding: 28px 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ft-link h3{
    width: 100px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0;
}
.ft-link .more{
    width: 66px;
    margin-left: 20px;
    flex-shrink: 0;
}
.ft-link .more a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    opacity: .5;
    transition: .5s;
}
.ft-link .more a img{
    display: block;
    width: 15px;
    margin-top: 2px;
}
.ft-link .more a:hover{
    opacity: 1;
}
.ft-link .a-box{
    flex: 1;
    display: flex;
}
.ft-link .a-box .li{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-left: 20px;
    transition: .5s;
}
.ft-link .a-box .li:first-child{
    margin-left: 0;
}
.ft-link .a-box .li:hover{
    opacity: .8;
}
.footer .ft-top{
    background: #E72B47;
}

.footer .ft-box{
    padding: 25px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft-logo img{
    display: block;
    height: 64px;
}
.footer .ewm img{
    display: block;
    width: 110px;
    margin: 0 auto;
}
.footer .ewm p{
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin-top: 4px;
    text-align: center;
}
.bq span{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-right: 23px;
}
.bq span img{
    display: block;
    width: 22px;
    margin-right: 13px;
}
.bq a{
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.bq p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bq{
    padding: 17px 0 27px;
    background: #3E3E3E;
}


#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 99999999;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
;z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}