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

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*布局*/
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.wp2{width: 100%;max-width: 1300px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


*{outline: none;}

/*******************************
  -------[=头部]-------
********************************/
.header{
    height: 100px;
    position: fixed;left: 0;right: 0;top: 0;z-index: 999;
    background: rgba(0,0,0,.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 0 2.86%;
}
.index .header{background: rgba(0,0,0,.04);}
.header .hdr{float: right;overflow: hidden;}

.logo{
    display: block;float: left;
    height: 100px;line-height: 100px;
    margin: 0 2.5%;
}
.logo img{
    display: inline-block;vertical-align: middle;
}

.header .hdr{
    font-size: 14px;line-height: 30px;
    padding-top: 32px;
}
.header .hdr a{display: block;float: left;margin-right: 22px;color: #fff;}
.index .header .hdr a{color: #000;}
.header .hdr a:hover{color: #d8ac7b;}
.header .hdr a img{
    display: inline-block;vertical-align: top;width: 30px;height: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-right: 5px;
}

.header .m-soBox{
    float: left;
    width: 188px;height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border: 1px #fff solid;
    border-radius: 15px;overflow: hidden;
    position: relative;
    padding: 0 32px 0 10px;margin-top: 2px;
}
.index .header .m-soBox{border-color: #000;}
.header .m-soBox input[type="text"]{
    display: block;width: 100%;
    background: none;border: none;
    font-size: 12px;color: #fff;line-height: 23px;
}
.header .m-soBox input[type="submit"]{
    display: block;width: 25px;height: 25px;
    position: absolute;right: 7px;top: 0;
    background: url(../images/icon4.png) no-repeat center center;
    border: none;cursor: pointer;
}
.index .header .m-soBox input[type="text"]{color: #000;}
.index .header .m-soBox input[type="submit"]{background-image: url(../images/icon3.png);}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    position: absolute;right: 20px;top: 50%;margin-top: -13px;
    z-index: 9;display: none;
    width: 30px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #d8ac7b;
    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: 3px;top: 10px;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{}
.nav li{
    float: left;margin-right: 16px;
    position: relative;
}
.nav .v1{
    display: block;
    font-size: 18px;color: #fff;line-height: 100px;
    padding: 0 35px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.index .nav .v1{color: #000;}
.nav li.on .v1,.nav li:hover .v1{color: #fff;background: #d8ac7b;}
.nav dl{
    position: absolute;left: 0;right: 0;top: 100%;
    background: rgba(0,0,0,.23);
    padding: 11px 0 3px;
    display: none;
}
.nav dl dd{margin-bottom: 9px;}
.nav dl dd a{
    display: block;
    font-size: 14px;color: #fff;line-height: 24px;
    padding: 8px 5px 8px 30px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.nav dl dd.on a,.nav dl dd:hover a{background: #d8ac7b;}



/*******************************
  -------[=banner]-------
*******************************/
.banner{height: 940px;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide{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-next,.banner .slick-prev{
    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;
    width: 45px;height: 50px;font-size: 0;line-height: 0;z-index: 99;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    cursor: pointer;
}
.banner .slick-prev{left: 50%;margin-left: -645px;background-image: url(../images/arr-l.png);}
.banner .slick-next{right: 50%;margin-right: -645px;background-image: url(../images/arr-r.png);}

.banner .slick-dots{position: absolute;left: 0;bottom: 28px;width: 100%;text-align: center;z-index: 99;}
.banner .slick-dots li{display: inline-block;margin: 0 8px;}
.banner .slick-dots li button{display: block;width: 19px;height: 19px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;
    border: none;cursor: pointer;padding:0;
    box-shadow: 3px 3px 6px rgba(0,0,0,.35) inset;
}
.banner .slick-dots li.slick-active button{background-color: #d8ac7b;}
.banner .item a{display: block;height: 100%;}

.ban{
    height: 550px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}


/*******************************
  -------[=底部]-------
********************************/
.footer{
    background: #f1f1f1;
    border-top: 1px  solid #dbdbdb;
}
.footer .f-top{overflow: hidden;padding: 13px 0 14px;}
.footer .f-copy{
    overflow: hidden;
    background: #001020;
    font-size: 14px;line-height: 24px;color: #999fa6;
    padding: 9px 5px;
}
.footer .f-copy a{color: inherit;}
.footer .f-copy a:hover{color: #fff;}
.footer .f-copy span{
    float: right;
}

.f-nav{float: left;}
.f-nav dl{float: left;width: 135px;}
.f-nav dl:last-child{width: auto;}
.f-nav dl dt{
    font-size: 16px;color: #000;line-height: 36px;
    font-weight: normal;
    border-bottom: 1px #d8d8d8 solid;
    margin-bottom: 8px;
}
.f-nav dd a{
    display: block;
    font-size: 14px;line-height: 26px;color: #6d6d6d;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f-nav dd a:hover{color: #d8ac7b;}

.f-cont{
    float: right;width: 380px;overflow: hidden;padding-top: 9px;
}
.f-cont .pic{
    float: left;width: 149px;height: 149px;
    margin-right: 20px;
}
.f-cont .pic img{
    display: block;width: 100%;height: 100%;
}
.f-cont .txt{
    overflow: hidden;
    font-size: 14px;color: #000;line-height: 30px;
}

/*******************************
    -------[=正文]-------
********************************/




