* {
    padding: 0;
    margin: 0;
}
body{
    font-size: 16px;
	font-family:"微软雅黑", sans-serif;
}

li {
    list-style-type: none;
}

ul {
    padding-left: 0;
}

a {
    text-decoration: none;
    color: black;
}

.left {
    float: left;
}

.right {
    float: right;
}
.clear{
    clear: both;
}
.main{
    font-family: "微软雅黑";
}
/*宽度*/
.container {
    width:80%;
    margin: auto;
}
section{
    width: 100%;
    height: 100vh;
}
.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide a{
    width: 100%;
    height: 100%;
    display: block;
}

.banner img {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 14px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
}
.head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.head .logo{
 width: 50%;
}
.head .logo img{
    width: 100%;
    max-width: 274px;
}
.head .logo a p{
    display: flex;
    align-items: center;
}
.head .nav{
    width:50%;
}
.head .nav ul{
    display: flex;
}
.head .nav li{
    width: 14%;
    text-align: center;
}
.title{
    text-align: center;
    padding: 58px 0;
}
.title h1{
    color: #c4171f;
    margin: 12px 0;
}
.title h1:nth-child(2){
    color: #878787;
}
.item ul{
    display: flex;
    flex-wrap: wrap;
}
.item li{
width: 33%;
margin-top: -4px;
}
.item li a{
    display: inline-block;
    width: 100%;
    position: relative;
}
.item li a img{
width: 100%;
}
.item .cover{
    width: 100%;
    height: 99%;
    background:rgba(196, 23, 31, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.item .cover-text{
    width: 100%;
    color:#fff;
    text-align: center;
    font-size: 26px;
    line-height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%) ;
    -o-transform: translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%) ;
    -moz-transform:translate(-50%, -50%) ;
}
.item .cover-text .p2{
    width: 21%;
    height: 4px;
    margin: auto;
    background-color: #fff;
    margin-top: 32px;
    margin-bottom: 16px;
}
.item-02 ul{
display: flex;
flex-wrap: wrap;
}
.item-02 ul li{
    width: 21%;
    margin-right: 3%;
    border: 1px solid #d2d2d2;
    display: flex;
align-items: center;
}
.item-02 ul li a img{
width: 100%;
}
.index-ab{
   display: flex;
   justify-content: center;
   align-items: center;
   padding-bottom: 88px;
}
.index-ab .left{
    margin-right: 5%;
}
.index-ab .left h1{
    color: #c4171f;
    margin-bottom: 14px;
}
.index-ab .left h2{
    color: #878787;
    font-size: 26px;
}
.index-ab .right p{
    font-size: 20px;
    line-height: 30px;
}
.index-ab-num ul {
    display: flex;
    width: 80%;
    margin: auto;
}
.index-ab-num ul li{
    width: 25%;
    text-align: center;
    border-right: 1px solid #dcdcdc;
}
.index-ab-num ul li:last-child{
    border-right: none;
}
.index-ab-num ul li .p1{
    font-size: 40px;
    color: #c4171f;
    margin-bottom: 26px;
    font-weight: bold;
}
.index-ab-num ul li .p2{
    font-size: 20px;
    color:#323232;
}
.index-box-03{
    background: #fafafa;
    padding: 78px 0;
    margin-top: 78px;
}
.cover-text-02{
    color: #fff;
    padding: 20px;
    line-height: 26px;
}
.cover-text-02 h4{
    font-size: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-bottom: 20px;
}
.item-03 ul{
    display: flex;
    flex-wrap: wrap;
}
.item-03 ul li{
    width: 31%;
    border: 1px solid #f3f3f3;
    margin-right: 3%;
    margin-bottom: 42px;
}
.item-03 ul li:nth-child(3n){
    margin-right: 0px;
}
.item-03 ul li a img{
    width: 100%;
}
.item-03 ul li a .item-text {
    text-align: center;
    padding:34px 5px;
}
.item-03 ul li a .item-text h5{
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 28px;
}
.item-03 ul li a .item-text p{
    color: #9e9e9e;
}
.item-03 .item-img {
    position: relative;
}
.item-03 .cover{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 98%;
background: rgba(0, 0, 0, 0.6);
display: none;
}
.item-03 .cover-text{
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%) ;
    -o-transform: translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%) ;
    -moz-transform:translate(-50%, -50%) ;
}

.footer-nav-box{
    background: #000;
    color: #fff;
}
.footer-nav{
    display: flex;
    justify-content: space-between;
}
.footer-nav .pnav{
    text-align: center;
    width: 12%;
    background: #c4171f;
    color: #fff;
    padding: 26px 0px;
    float: left;
}
.footer-nav .pnav img{
    margin-left: 5px;
    vertical-align: middle;
}
.footer-nav .fnav{
    width: 72%;
    float: right;
}
.footer-nav .fnav ul{
    display: flex;
    padding: 26px 0px;
}
.footer-nav .fnav ul li{
border-right: 1px solid #8a8a8a;
width: 14%;
text-align: center;
}
.footer-nav .fnav ul li:first-child{
    border-left: 1px solid #8a8a8a;
}
.footer-nav .fnav ul li a{
    color: #fff;
}
.footer-text-box{
   background:#313131;
}
.footer-text{
    padding-top: 62px;
    padding-bottom: 32px;
    border-bottom: 1px solid #434343;
    display: flex;
    align-items: center;
}
.footer-text .foot-01{
    width: 50%;
    border-right: 2px solid #6d6d6d;
    color: #fff;
}
.footer-text h1{
    font-size: 46px;
    color: #c4171f;
    margin-bottom: 50px;
}
.footer-text p span{
    font-size: 26px;
    padding-bottom: 16px;
    display: inline-block;
}
.footer-text p{
    line-height: 36px;
}

.footer-text .foot-02{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.foot-02 p{
    width: 62%;
}
.footer-text .foot-02 img{
    width: 100%;
}
.footer-text .foot-btn a{
    background: #c4171f;
    color: #fff;
    padding: 16px 34px;
    display: inline-block;
    border-radius: 2px;
    font-size: 18px;
    margin-right: 40px;
    margin-top: 42px;
}
.footer-text-box .cr{
    color: #898989;
    padding: 26px 0;
}
.in-title{
    margin-top: 34px;
}
.in-title .title p{
    margin-top: 20px;
}
.tab-sel ul{
    display: flex;
    justify-content: center;
    margin-bottom: 58px;
}
.tab-sel li{
    padding: 0 24px;
    color: #939393;
    font-weight: bold;
    border-right: 2px solid #939393;
    cursor: pointer;
    font-size: 18px;
}
.tab-sel li a{
    color: #939393;
}
.tab-sel li:first-child{
    border-left: 2px solid #939393;
}
.tab-sel .tab-act,.tab-sel .tab-act a{
    color: #c4171f;
}
.more-btn{
    text-align: center;
    margin-bottom: 52px;
}
.more-btn button{
    background: #c4171f;
    outline: none;
    width: 32%;
    padding: 10px 0;
    text-align:center ;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.more-btn img{
    vertical-align: middle;
    width: 11%;
}

.in-item li{
    margin-right: 20px;
    margin-bottom: 20px;
    width: 32%;
}
.in-item li:nth-child(3n){
    margin-right: 0;
}
.in-banner img{
    width: 100%;
}
.ab-title{
    margin-top: 0px;
}
.ab{
    padding-bottom: 94px;
}
.ab-container{
    width: 1200px;
    margin: auto;
}
.ab .ab-text{
    margin-bottom: 84px;
}
.ab .index-ab-num ul{
    width: auto;
}
.ab .item-02 li{
    margin-bottom: 32px;
}
.contact-text h1{
margin-bottom: 46px;
text-align: center;
}
.contact-text p{
    color: #555;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}
.cooperation-bg{
    background: url("../images/bg_02.jpg") no-repeat;
    background-size: contain;
}
.cooperation-bg-02{
    background: rgba(0, 0, 0, 0.8);
    padding: 70px 0;
}
.cooperation h1{
    color: #c4171f;
    line-height: 51px;
    text-align: center;
    margin-bottom: 50px;
}
.cooperation label span{
    color: #c4171f;
}
.cooperation label{
    color: #fff;
    font-size: 18px;
    width: 100%;
}
.cooperation input{
    background: none;
    border: none;
    border-bottom: 2px solid #c4171f;
    outline: none;
    padding: 12px 10px;
    width: 95%;
    color: #fff;
    font-size: 18px;
}
.cooperation input::placeholder{
    color: #999;
}
.cooperation p{
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
}
.cooperation .liuyan textarea{
    resize: none;
    background: none;
    border: 2px solid #c4171f;
    width: 95%;
    height: 222px;
    vertical-align: top;
    margin: 12px 0;
    padding: 10px;
    outline: none;
    font-size: 18px;
    color: #fff;
}
.cooperation .liuyan textarea::placeholder{
    color: #999;
}
.cooperation .tijiao{
    width:200px ;
  margin: auto;
}
.cooperation .tijiao button{
    background: #c4171f;
    border:none;
    outline: none;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
}
.cooperation  .layer{
    display: flex;
}
.cooperation  .layer p{
    width: 50%;
}
.cooperation  .layer p input{
    width: 90%;
}
.cooperation .yanzhen{
width: 50%;
}
.cooperation .yanzhen input{
    width: 50%;
}
.cooperation .yanzhen img{
    margin-left: 10px;
    vertical-align: bottom;
}

.brand-nav{
    padding-top: 104px;
    padding-bottom: 62px;
}
.dt-container{
    width: 1142px;
    margin: auto;
}
.brand-nav a{
    color: #969696;
    margin: 0 5px;
}
.brand-nav .color{
    color: #6d6d6d;
}
.brand-nav img{
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 4px;
}
.re-dt h1{
font-size: 36px;
font-weight: normal;
margin-bottom: 52px;
text-align: center;
}
.re-dt{
font-size: 18px;
line-height: 44px;
margin-bottom: 110px;
}
.re-dt img{
    max-width: 100%;
}
.ca-dt{
   margin-bottom: 94px;
}
.ca-dt h1{
    font-size: 37px;
    font-weight: normal;
    margin-bottom: 32px;
    text-align: center;
    }
.ca-dt .date{
    color: #797979;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    text-align: center;
}
.ca-text{
    padding-top: 70px; 
    margin-bottom: 48px;
}
.ca-text img{
   max-width: 100%;
   height: auto !important;
}
.next{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 36px 0;
}
.next a{
    width: 48%;
}
.next a:nth-child(2){
    text-align: right;
}
.ca-text p{
    font-size: 18px;
    line-height: 44px;
}

.head .nav li a{
    font-weight: bold;
}