/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";
    padding-top: 90px;
}
a{color: #333;}
a:hover{color: #e62129;}
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:"微软雅黑","Microsoft Yahei";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: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.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: 1170px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/

.header{height: 90px;position: fixed;top: 0;left: 0;right: 0;z-index: 109;
    border-bottom: 1px solid #f1f1f1;background-color: #fff;
}
.logo{float: left;margin-left: 26px;line-height: 86px;font-size: 0;}
.logo img{display: inline-block;vertical-align: middle;height: 66px;}

.nav{float: left;margin-left: 40px;margin-top: 14px;}
.nav li{float: left;position: relative;}
.nav li .v1{display: block;font-size: 17px;color: #000;width: 100px;text-align: center;
    line-height: 76px;
}
.nav .sub{position: absolute;left: 50%;top: 100%;width: 240px;display: none;
    background-color: #fff;text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav .sub a{display: block;font-size: 16px;padding: 15px 0;border-bottom: 1px solid #f1f1f1;}
.lang{float: right;margin-right: 40px;line-height: 76px;margin-top: 14px;}
.lang a{font-size: 14px;color: #337ab7;margin-left: 8px;}
.lang a:hover{color: #23527c;}
.nav .lang{display: none;}



/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;margin-right: 10px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #e62129;
    margin: 3px 0 5px;border-radius: 2px;
    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: 5px;top: 50%;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);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{height: 682px;}
.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 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 .slick-dots{position: absolute;left: 0;bottom: 20px;width: 100%;text-align: center;z-index: 2;}
.banner .slick-dots li{display: inline-block;margin: 0 3px;}
.banner .slick-dots li button{display: block;width: 60px;height: 8px;opacity: .2;border: 0;cursor: pointer;
    font-size: 0;line-height: 0;text-indent: 9999px;background-color: #000;
}
.banner .slick-dots li.slick-active button{opacity: 1;background-color: #e62129;}


/*******************************
  -------[=底部]-------
********************************/

.footer{padding: 60px 0 30px;
    background-color: #000000;
}
.fd-nv a{color: #ffffff;}
.fd-nv{border-bottom: 1px solid #ffffff;padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.fd-nv dl{width: 156px;}
.fd-nv dt{padding-bottom: 30px;margin-bottom: 10px;border-bottom: 1px solid #ffffff;}
.fd-nv dt a{display: block;font-size: 18px;font-weight: normal;line-height: 1.1;}
.fd-nv dd a{display: block;font-size: 14px;line-height: 36px;}
.fd-nv dd a:hover,.fd-link a:hover,.fd-copy a:hover{color: #fff;}
.fd-link{padding: 30px 0;font-size: 14px;text-align: center;}
.fd-link a{padding: 0 30px;color: #ffffff;}
.fd-copy{text-align: center;font-size: 14px;color: #ffffff;}
.fd-copy a{color: #ffffff;}
/*******************************
    -------[=正文]-------
********************************/




