@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: '微软雅黑';}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
    font-weight: normal;}
i,em{
    font-style: normal;}
ol,
ul {
    list-style: none;}

li {
    list-style-type: none;}

a {
    text-decoration: none;
    color:inherit;}
a:focus{ outline:none;border:none;}
img,
input {
    border: 0;}
img{display: block;padding: 0;border: none;-ms-interpolation-mode: bicubic;max-width: 100%;max-height: 100%;}
input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;}
input[type='text']:focus-visible{
    outline: none;}


.clear:after{
    float: none;
    clear: both;
    display: block;
    content: '';
    visibility: hidden;}


.px1300{
    width: 1300px;
    margin: 0 auto;}

.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 {
    position: relative;

    overflow: hidden;}
.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;}
body{
    min-width: 1320px;
    overflow-x: hidden;}

.head {
    position: relative;}
.head .img .img{
    display: block;
    width: 100%;}
.head .h-t{
    position: absolute;
    left: 0;
    right: 0;
    bottom:-60px;
    height: 60px;
    background: #c00000;
    z-index: 3;}
.head .h-t .nav>ul{
    font-size: 0;
    text-align: center;}
.head .h-t .nav>ul>li{
    display: inline-block;
    position: relative;
    line-height: 60px;
    text-align: center;
    padding: 0 18px;
    margin: 0 12px;}
.head .h-t .nav>ul>li>a{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;}
.head .h-t .nav>ul>li ul{
    position: absolute;
    left: 50%;
    width: 150px;
    top: 100%;
    background: #fff;
    margin-left: -75px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 99;}
.head .h-t .nav>ul ul a{
    display: block;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #333;}
.head .h-t .nav>ul ul a:hover{
    color: #c00000;}
.head .h-t .nav>ul>li:hover ul{
    opacity: 1;
    visibility: visible;}
.head .h-t .nav>ul>li:after{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 4px;
    transition: .5s;
    background: #eba863;}
.head .h-t .nav>ul>li:hover:after,
.head .h-t .nav>ul>li.active:after{
    right: 0;
    left: 0;}
.head .h-t .nav>ul>li:hover>a,
.head .h-t .nav>ul>li.active>a{
    font-size: 20px;
    font-weight: 600;}

.foot{
    padding-top: 48px;
    padding-bottom: 35px;
    background: #c00000;}
.foot p{
    text-align: center;
    font-size: 0;}
.foot p a,
.foot p span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 28px;
  
    color: #fff;}