﻿/*-----------------[初始化]--------------*/
*,*:before,*:after {
    outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
body{color: #3d4c63;font-size: 14px;line-height: 1.5;background: #fff;font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial", sans-serif;
}
img{
    max-width: 100%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
input,textarea,select{font-size: 12px;color: #444;font-family:"微软雅黑","Microsoft Yahei";outline: 0;
}
input[type='submit'],input[type='reset'],input[type='button'],input[type='checkbox'],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;}
button{padding:0;border:0;cursor: pointer;}

h1,h2,h3,h4,h5{font-weight: normal;}

a{color:#333;}
a:hover{text-decoration: none;}

/*无选中效果*/
.unselect{
    -moz-user-select     : none;
    -khtml-user-select   : none;
    -webkit-user-select  : none;
    -o-user-select       : none;
    user-select          : none;
}

@font-face{font-family:'AvantGarde LT EXtraLight';src:url(../fonts/itc.ttf);}

/*布局*/
.wp{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}

/*标题*/

/*按钮*/

/*颜色*/


/*******************************
  -------[=头部]-------
********************************/
.header{
    position: fixed;
    z-index: 30;
    top: 0;left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.header .logo{
    float: left;
    height: 100px;
    line-height: 101px;
}
.header .logo img{
    display: inline-block;
    vertical-align: middle;
    max-height: 98%;
}

/*******************************
    -------[=导航]-------
********************************/

/*******************************
  -------[=banner]-------
*******************************/
.banner{
    position: relative;
    height: 100vh;
}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .item{
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner .slick-slide{
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size: 24px;
    color: #333;
    line-height: 2.25em;
    text-align: center;  
    width: 960px;  
}
.banner .txt-con{
    padding: 30px 30px;
    width: 960px;
    /*background-color: rgba(255,255,255,.76);*/
    background-color: rgba(255,255,255,0.5);
    border-radius:5%;

}
.banner .tit{
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    padding-bottom: 49px;
    margin-bottom: 22px;
}
.banner .tit em{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -56px;
    width: 112px;
    height: 3px;
    background-color: #fff;
}
.banner .tit p{
    font-family: "Arial";
}
.banner h4{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 16px;
}

.banner .slick-dots{
	position: absolute;
	bottom:60px;
	left:0;
	width: 100%;
	text-align: center;
}

 
	.banner .slick-dots li{display: inline-block;font-size: 0;padding: 0;margin: 0 4px;
		background-color: #eee;border:none;outline: none;width: 20px;height: 20px;border-radius: 50%;
		}
	.banner .slick-dots li.slick-active{ background-color: #f08300; }
/*******************************
  -------[=底部]-------
********************************/
.share{
    position: absolute;
    left: 127px;
    bottom: 37px;
}
.share .bdsharebuttonbox a{
    margin: 0;margin-right: 20px;
    width: 46px;height: 38px;
    line-height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-indent: 0;
}
.share .bdsharebuttonbox a{
    color: #f08300;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.share .bdshare-button-style0-32 .bds_qzone{
    background-image: url(../images/i-qq.png);
}
.share .bdsharebuttonbox .bds_weixin{
    background-image: url(../images/i-wx.png);
}
.share .bdsharebuttonbox .bds_tsina{
    background-image: url(../images/i-wb.png);
}
.share .a-url{
    background: none;
    font-size: 16px;
    color: #f08300;
    font-family: "Arial";
    width: auto !important;
}
/*******************************
    -------[=底部]-------
********************************/
.footer{
    padding: 72px 0 70px;
    text-align:center;
    line-height:32px;
    color:#efefef;
    font-size: 14px;
    line-height: 1.93em;
    background-color:#727171;
    text-align: center;
}
.footer .copy{
    display: inline-block;
    overflow: hidden;
}
.footer .logo2{
    float: left;
    height: 45px;
    line-height: 45px;
    margin-right: 42px;
}
.footer .logo2 img{
    display: inline-block;
    vertical-align: middle;
    max-height: 98%;
}
.footer p{
    overflow: hidden;
}
.f-nav{
    z-index:20;
    position:fixed;
    top:50%;
    right:30px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.f-nav a{
    display: block;
    overflow: hidden;
}
.f-nav.hide{
    right:-999px;
}
.f-nav li{
    position:relative;
    margin-bottom: 23px;
    height: 23px;
    line-height: 23px;
}
.f-nav .circle{
    float:right;
    width:12px;
    height:12px;
    background-color: #999;
    margin-top: 7px;
    border-radius: 50%;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.f-nav span{
    text-align:right;
    position:absolute;
    bottom:0;
    right:22px;
    width:200px;
    line-height:23px;
    font-size:16px;
    color:#666;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.f-nav li:hover span{
    color: #f08300;
}
.f-nav li:hover .circle{
    background-color: #f08300;
}
body.on .f-nav .circle{
    background-color: #fff;
}
body.on .f-nav span{
    color: #000000;
}
.f-nav .active .circle,body.on .f-nav .active .circle{
    background-color: #f08300;
}
.f-nav .active span,body.on .f-nav .active span{
    color: #f08300;
}
.fp-section{
    position:relative;
}
.scroll-down{
    display:block;
    position:absolute;
    z-index:10;
    bottom:5px;
    left:50%;
    width: 96px;
    margin-left: -48px;
    font-size: 16px;
    line-height: 1.1;
    color: #333;
    padding-bottom: 26px;
    background:url(../images/i-down.png) center bottom no-repeat;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
    -webkit-animation:1.6s ease-in-out infinite slideDown;
    animation:1.6s ease-in-out infinite slideDown;
}
.scroll-down:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
body.on .scroll-down{
    color: #fff;
    background-image: url(../images/i-down1.png);
}
@-webkit-keyframes slideDown{
    0%,100%{-webkit-transform:translateY(0)}
    50%{-webkit-transform:translateY(-10px)}
}
@-moz-keyframes slideDown{
    0%,100%{-moz-transform:translateY(0)}
    50%{-moz-transform:translateY(-10px)}
}
@-o-keyframes slideDown{
    0%,100%{-o-transform:translateY(0)}
    50%{-o-transform:translateY(-10px)}
}
@-ms-keyframes slideDown{
    0%,100%{-ms-transform:translateY(0)}
    50%{-ms-transform:translateY(-10px)}
}
@keyframes slideDown{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-10px)}
}
.g-tit1{
    font-size: 16px;
    line-height: 1.1;
    color: #333;
    text-align: center;
}
.g-tit1 span{
    font-family: "Arial";
}
.g-tit1 h4{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 16px;
}