@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
/*@font-face {
    font-family: '思源黑体CN';
    src: url("../font/思源黑体CN_light.otf") format("opentype");
    font-display: swap;
}*/

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    overflow-x: hidden;
    min-width: 1420px;
}
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{
    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.3s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.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;}
.aline_r {position: relative;background-image: linear-gradient( #0054a3, #0054a3);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #0054a3}
.zi3{position: relative;z-index: 3}
.wp{
    width: 1340px;
    margin: 0 auto;
}
body{
    font-size: 0;
    overflow-x: hidden;
}
/*==========================================公共 开始=============================================*/
.top_bar{
    padding-top: 19px;
    padding-bottom: 8px;
    background: #a80024;
}
.list_box0{
    font-size: 0;
    text-align: center;
}
.list_box0 .li{
    display: inline-block;
    width: 100px;
    margin: 0 15px;
}
.list_box0 .li a{
    display: block;
}
.list_box0 .li .icon{
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    position: relative;
}
.list_box0 .li p{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.ftleft {
    width: 400px;
}
.ftleft p{
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
.ftcenter{
    width: 392px;
    margin-left: 117px;
    margin-top: 27px;
}
.ftcenter li{
    float: left;
    margin-left: 60px;
}
.ftcenter li:first-child{
    margin-left: 0;
}
.ftcenter li a,
.ftcenter li img{
    display: block;
}
.ftright{
    padding-left: 70px;
    position: relative;
}
.ftright:after{
    position: absolute;
    content: '';
    left: 0;
    top: 20px;
    height: 80px;
    width: 2px;
    background: rgba(255, 255, 255, 0.4);
}
.ftright li{
    float: left;
    margin-left: 68px;
}
.ftright li:first-child{
    width: 160px;
    margin-left: 0;
}
.ftright li img{
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
}
.ftright li p{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.foot .wp{
    width: 1400px;
}
.foot{
    padding-top: 43px;
    padding-bottom: 30px;
    background: #a80024;
}

