﻿
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.eot");
    src: url("../fonts/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
    url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url('../fonts/SourceHanSerifCN-Heavy.otf');
}

/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;font-family:"SourceHanSansCN-Regular";}
a{color: #333;}
a:hover{color: #CE0000;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #333;
    font-family:"SourceHanSansCN-Regular";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #666;}
::-moz-placeholder {color: #666; }
::-ms-input-placeholder {color: #666;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*布局*/
.wp{width: 100%;max-width: 14.4rem;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{position: relative;z-index: 109;}
.hd{overflow: hidden;height: 2.08rem;
    background: url(../images/hd-bg.jpg) no-repeat center top;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.logo{float: left;width: 7.23rem;margin-top: .42rem;}
.hdr{float: right;position: relative;text-align: right;padding-top: .11rem;}
.lang{margin-bottom: .82rem;}
.lang a{font-size: .16rem;color: rgba(102,102,102,.5);}
.lang .cn:after{content: ' | ';}
.lang a.on{color: #333;}
.hd-img{position: absolute;right: -.06rem;top: .39rem;width: 4.94rem;}
.hd-img img{width: 100%;display: block;}
.tel{font-size: 16px;color: #333;margin-bottom: .07rem;}
.tel:before{content: '';display: inline-block;vertical-align: middle;
    width: .18rem;height: .18rem;margin-right: .05rem;position: relative;top: -2px;
    background: url(../images/i-02.png) no-repeat left center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.tel span{font-size: 18px;color: #CE0000;font-weight: bold;}
.so{position: relative;width: 3.01rem;}
.so .inp{display: block;width: 100%;height: .44rem;border: 1px solid #CE0000;
    padding: 0 .6rem 0 .2rem;font-size: 16px;
}
.so .btn{position: absolute;right: 0;top: 0;width: .44rem;height: .44rem;
    border: 0;cursor: pointer;
    background: #CE0000 url(../images/i-01.png) no-repeat center;
    -o-background-size: .2rem auto;
    -ms-background-size: .2rem auto;
    -moz-background-size: .2rem auto;
    -webkit-background-size: .2rem auto;
    background-size: .2rem auto;
}
.nav{overflow: hidden;
    background-color: #CE0000;
}
.nav .home{float: left;width: 16.66%;font-size: .2rem;color: #fff;line-height: 1.02rem;
    text-align: center;border-left: 1px solid rgba(252, 116, 116, .6);font-weight: bold;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav ul{overflow: hidden;border-right: 1px solid rgba(252, 116, 116, .6);}
.nav li{width: 20%;float: left;}
.nav li .v1{display: block;text-align: center;font-size: .18rem;font-weight: bold;
    color: #fff;line-height: .5rem;
    border-left: 1px solid rgba(252, 116, 116, .6);
    border-bottom: 1px solid rgba(252, 116, 116, .6);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li:hover .v1,.nav .home:hover{background-color: rgba(255,255,255,.3);}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: .7rem;height: .7rem;padding: .07rem;cursor: pointer;margin-top: .18rem;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: .06rem;background-color: #CE0000;
    margin: .06rem 0 .1rem;border-radius: .04rem;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: .05rem;top: 50%;width: .6rem;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{height: calc( 100vh - 3.08rem );}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide .con{display: block;height: 100%;outline: 0;position: relative;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .con:after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 2.56rem;
    background: url(../images/i-bg1.png) repeat-x left bottom;
    -o-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.banner .txt{position: absolute;left: 0;right: 0;bottom: .37rem;color: #fff;z-index: 2;}
.banner .tit{font-size: .36rem;margin-bottom: 5px;}
.banner .desc{font-size: .16rem;}
.banner .slick-arrow{position: absolute;bottom: 0;overflow: hidden;border: 0;cursor: pointer;
    width: .56rem;height: .56rem;font-size: 0;line-height: 0;z-index: 2;text-indent: 9999px;
    background-repeat: no-repeat;background-position: center;
    background-color: rgba(255,255,255,.4);
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.banner .slick-prev{right: 2.96rem;margin-right: 2px;background-image: url(../images/i-04.png);}
.banner .slick-next{right: 2.4rem;background-image: url(../images/i-05.png);}
.banner .slick-arrow:hover{background-color: #CE0000;}


/*******************************
  -------[=底部]-------
********************************/
.footer{overflow: hidden;color: #fff;padding: .3rem 0 .15rem;
    background-color: #CE0000;
}
.fd-txt{float: left;font-size: .16rem;line-height: 2;padding-top: .05rem;}
.fd-txt a{color: #fff;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-txt a:hover{opacity: .7;}
.fd-qr{float: right;text-align: center;}
.fd-qr .pic{width: 1.2rem;margin-bottom: .08rem;}
.fd-qr .pic img{width: 100%;display: block;}
.fd-qr .t1{font-size: .16rem;color: rgba(255,255,255,.6);}


/*******************************
    -------[=正文]-------
********************************/
.main{
    background: #fafafa url(../images/p-bg1.jpg) no-repeat center top;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}



