/*-----------------[鍒濆鍖朷--------------*/

@CHARSET "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; font-weight: normal;}
body {font-family: ""Microsoft Yahei",Arial","Roboto","PingFang SC";color: #333;font-size: 14px;line-height: 1.5;-webkit-font-smoothing: antialiased;}
table{border-collapse:collapse; border-spacing:0; } 

ol,ul{list-style:none; }

em{font-style: normal;}

a{text-decoration:none; } 

.clear{clear:both;height:0px;width:0px;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;zoom:1;}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
    clear: both;
}
.fl{float:left;}

.fr{float:right;}

.dn{display:none; }

*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

img {max-width: 100%;border: none; vertical-align: middle;}
input,textarea,select {font-size: 14px;color: #333;font-family: "Microsoft Yahei","Arial","Roboto","PingFang SC";border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-webkit-input-placeholder {font-size: 14px;color: #999;}
::-moz-placeholder {font-size: 14px;color: #999;}
::-ms-input-placeholder {cfont-size: 14px;olor: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}


/*甯冨眬*/
.container{
    width: 1500px;
    margin: 0 auto;
}
.container:after, .container:before {
    content: " ";
    display: table;
}

.re_pic {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.index_tit{
    color: #333333;
    text-align: left;
}
.index_tit .tit{
    font-size: 45px;
    font-weight: bold;
}
.index_tit .mtit{
    font-size: 17px;
    font-family: "Arial";
    color: #d0200e;
}
.index_tit p{
    font-size: 17px;
    font-family: "Arial";
}

header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

header.fixed{
  background-color: #ffffff;
  box-shadow: 0 6px 10px rgba(0,0,0,.2);
}
.logo{
    float: left;
    overflow: hidden;
    line-height:100px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.logo .title{
    display: none;
}
nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
nav {
    float: right;
    text-transform:capitalize;
    margin-top: 10px;
}
nav ul{
    float: left;
}
nav li{
    float: left;
    position: relative;
}
nav li .v1{
    font-size: 16px;
    color:#000000;
    display: block;
    line-height:90px;
    margin: 0 20px;
}
nav li:hover .v1{
  color: #db251d;
} 
nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left:50%;
    width: 200px;
    margin-left: -100px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #db251d;
}
nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
nav li .sub a:hover{
    background-color: #ffffff;
    color:#db251d;
}
nav .t_wx{
  position: relative;
}
nav .t_wx .ico_wx{
  display: block;
  height: 90px;
  width: 30px;
  cursor: pointer;
  background: url(../images/icon_wx.png) no-repeat center;
}
header .t_wx:hover .weixin{
    display: block;
}
header .t_wx .weixin{
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #db251d;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
}
header .tel{
    position: relative;
    margin: 0 10px 0 40px;
}
header .tel .ico_tel{
    height: 90px;
    width: 30px;
    cursor: pointer;
    background: url(../images/icon_dh.png) no-repeat center;
}
header .tel:hover .phone{
    display: block;
}
header .tel .phone{
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -80px;
    width: 160px; 
    text-align: center;
    line-height: 28px;
    color:#fff;
    font-weight: bold;
    background-color: #db251d;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
}

head-mobile{
    display: none;
}
.nav_mobile{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
    background: #fff;
    width: auto;
    float: none;
    padding: 0;
    display: none;
    border-top: 1px solid #eee;
}
.nav_mobile ul{
    position: relative;
}
.nav_mobile li{
    position: relative;
}
.nav_mobile li i{
    position: absolute;
    width: 20px;
    height: 14px;
    background: url(../images/icon_navb.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    right: 8px;
    top: 10px;
}
.nav_mobile li a{}
.nav_mobile li a.i1{
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 20px;
    color: #333;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
}
.nav_mobile li .sub{
    padding: 10px 0;
    background-color: #008ef6;
    display: none;
}
.nav_mobile li .sub a{
    padding-left: 20px;
    text-align: left;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    display: block;
}
.nav_mobile li:hover i{
    transform:rotate(180deg);
    top: 5px;
    right: 0px;
}

.hd-mobile {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: none;
}
.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #e60113;
    margin: 4px 0;
    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: 0px;top: 50%;margin-top: -5px;width: 30px;}
.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);
}
.nav_mobile{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
    background: #fff;
    width: auto;
    float: none;
    padding: 0;
    display: none;
}
.nav_mobile li{position: relative;}
.nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
.nav_mobile li i {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center center;
      position: absolute;
      right: 0;
      top: 0;
    z-index: 9;
    background: url(../images/sel.png) no-repeat center center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}
.nav_mobile li .sub{
      padding: 10px 0;
      background-color: #e60113 ;
      display: none;
}  
.nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 40px;font-size: 14px;display: block;color:#fff;}
.nav_mobile .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
.nav_mobile li:hover .v1,
.nav_mobile li.on .v1{
        background: none;
}
.nav_mobile li .v1::after{display: none;}
#floatBottom{display: block;}
.nav_mobile .row{position: relative;}
.nav_mobile .ss{display: none;background-color: #fff;padding: 10px 0;}
.nav_mobile li .sub .ss a{color:#333;}
.nav_mobile .down {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: url(../images/down.png) no-repeat center center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}

footer{
    width: 100%;
    background: #222222;
}
.foot{
    overflow: hidden;
    padding: 70px 0 80px 0;
}
.f_nav{
    overflow: hidden;
    float: left;
    width: calc(100% - 108px);
}
.f_nav .item{
    float: left;
    display: block;
    margin-right: 5%;
}
.f_nav .item dl{}
.f_nav .item dt{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}
.f_nav .item dd{
    font-size: 15px;
    color: #9c9c9c;
    line-height: 32px;
}
.f_nav .item dd a{
    color: #9c9c9c;
}
.f_nav .item_lx{}
.f_ewm{
    float: right;
    text-align: center;
    width: 108px;
}
.f_ewm img{}
.f_ewm p{
    font-size: 14px;
    color: #9c9c9c;
    margin-top: 10px;
}

.copyright{
    border-top: 1px solid #3e3e3e;
    padding: 30px;
}
.copyright p{
/*    line-height: 80px;*/
}
.copyright span, .copyright a{
    font-size: 14px;
    color: #9c9c9c;
}
.ft_link{
    margin-top: 15px;
}
.ft_link a{
    margin-right: 5px;
}

.totop{
    position: fixed;
    bottom: 20px;
    right: 5%;
    display: none;
    z-index: 99999;
}
.totop a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/totop.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-inline-box;
}


.baguetteBox_video{
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.baguetteBox_video.block{
    display: block;
}
.baguetteBox_video figure{
    width: 70%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.baguetteBox_video video{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1600px) {
.container{width: 1400px;} 
}
@media only screen and (max-width: 1500px) {
.container{width: 1240px;}

}
@media only screen and (max-width: 1430px) {
.container{width: 1100px;}
.f_nav .item{
    margin-right: 4%;
}

}
@media only screen and (max-width: 1370px) {

}
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 1280px) {
.container{width: 980px;}
header .container{
    width: 94%;
}
.f_nav .item{
    margin-right: 2%;
}

}
@media only screen and (max-width: 1023px) {
::-webkit-scrollbar {
    display: none;
}
.container{width: 96%;margin: 0 auto;}
.index_tit .tit{
    font-size: 28px;
}
.index_tit p {
    font-size: 14px;
}
header{
    display: none;
}
.index_tit {
    text-align: center;
}
.hd-mobile{
    display: block;
}
.menuBtn{
    display: block;
}
.logo {
    line-height: 60px;
}
.logo img{
    height: 40px;
}
.f_nav .item{
    display: none;
}
.f_nav .item_lx {
    display: block;
}
.copyright p {
    line-height: 24px;
    padding: 10px 0;
}
.copyright span, .copyright a {
    font-size: 13px;
}
}
@media only screen and (max-width: 767px) {
.index_tit .tit{
    font-size: 24px;
}
.index_tit .mtit {
    font-size: 14px;
}
.foot {
    padding: 30px 0 30px 0;
}
.f_nav {
    width: 100%;
}
.f_ewm {
    float: none;
}
}