@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body {position: relative;padding-top: 79px;background: #fff;min-width: 1200px;margin: 0 auto; color:#555; font-size:12px;font-family: "ping","微软雅黑","Lucida Grande", Lucida Sans Unicode, Sans GB, Verdana, Aril, sans-serif;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal;}
a { color:#555; text-decoration:none;cursor: pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}
a:hover,a:focus{text-decoration: none;}
a:visited{text-decoration: none;}
a:active{text-decoration: none;}
img { border:none;vertical-align: middle; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px "ping","微软雅黑",Verdana,Helvetica,Arial,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0) }
table { border-collapse:collapse; }
pre{font-family: "Roboto Mono", Monaco, courier, monospace;-webkit-font-smoothing: initial;white-space: normal;}
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
.cf{
    clear: both;
    zoom:1;
}
.cf:before,.cf:after{
    content: "";
    display: block;
    overflow: hidden;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

.hide{
	display: none;
}
.dis_mid{
    display: inline-block;
    vertical-align: middle;
}
.dis_top{
    display: inline-block;
    vertical-align: top;
}
.dis_botm{
    display: inline-block;
    vertical-align: bottom;
}

.dis_flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
}
.dis_flex_top{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}



@font-face { 
  font-family: "ping"; /*这里是说明调用来的字体名字*/ 
  src: url("../fonts/PingFang Medium.ttf"), /*这里是字体文件路径*/ 
       url("../font/PingFang Medium.eot"); /*这里是字体文件路径*/ 
} 


@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
[class*="animation-"] {
	animation-fill-mode: none
}
[class*=animation-] {
	-webkit-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animation-delay-200 {
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s
}

.invisible {
    visibility: hidden;
}




.head{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #6a3906;
}
.head-box,.container{
    width: 1400px;
    margin: 0 auto;
}
.head-logo,.head-link,.head-login{
    float: left;
}
.head-logo{
    margin: 25px 0;
    width: 144px;
}
.head-logo img{
    width: 100%;
}
.head-link{
    margin-left: 50px;
    margin-top: 30px;
}
.head-link ul{
    font-size: 0;
}
.head-link li{
    display: inline-block;
    margin-right: 40px;
}
.head-link li a{
    vertical-align: bottom;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 13px;
    position: relative;
}
.head-link li.active a{
    font-size: 30px;
}
.head-link li.active a:after{
    content: "";
    display: block;
    width: 48px;
	height: 6px;
    background-color: #b7a88d;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -24px;
}
.head-login{
    margin-top: 44px;
}
.head-login img{
    width: 19px;
}
.login-link{
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
}
.login-box{
    display: inline-block;
    margin-left: 10px;
}
.login-name{
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
}
.login-out{
    letter-spacing: 1px;
    color: #b7a88d;
    padding-bottom: 4px;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
    border-bottom: 1px solid #b7a88d;
}


.banner,.banner img{
    width: 100%;
}





.foot{
    width: 100%;
    background-color: #313131;
    padding: 24px 0;
}
.foot-top{
    padding: 0 50px;
}
.foot-logo{
    width: 134px;
}
.foot-logo img{
    width: 100%;
}
.foot-link{
    margin-left: 100px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
}
.foot-link li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 56px;
}
.foot-link li:last-child{
    margin-right: 0;
}
.foot-link li a{
    letter-spacing: 4px;
    color: #ffffff;
    font-size: 16px;
}
.foot-wx{
    margin-left: 150px;
    position: relative;
}
.wx-title{
    width: 144px;
	height: 32px;
	background-color: #22ac38;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
.wx-tu{
    position: absolute;
    top: -160px;
    left: 0;
    width: 144px;
    height: 144px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    display: none;
}
.wx-tu img{
    width: 100%;
}
.foot-copyright{
    line-height: 24px;
	letter-spacing: 3px;
    color: #8b8b8b;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}





.login{
    width: 100%;
    background-image: linear-gradient(0deg, 
    #a78a65 0%, 
    #6a3906 50%, 
    #6a3906 100%);
    position: fixed;
    top: 104px;
    left: 0;
    z-index: 999;
    padding: 43px 0;
    display: none;
}
.login-lt{
    width: 500px;
    float: left;
}
.login-tab div{
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 20px;
    margin-right: 26px;
    padding-bottom: 15px;
    cursor: pointer;
    position: relative;
}
.login-tab div.active{
    font-size: 30px;
}
.login-tab div.active:after{
    content: "";
    display: block;
    width: 48px;
    height: 6px;
    background-color: #ffba00;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -24px;
}
.login-rt{
    float: right;
    margin-right: 250px;
}
.login-content{
    margin-top: 20px;
}
.login-list{
    display: none;
}
.login-list.active{
    display: block;
}
.form-enter{
    width: 100%;
    padding: 13px 40px 13px 16px;
    margin-bottom: 24px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    position: relative;
}
.form-enter div{
    display: inline-block;
    vertical-align: middle;
}
.form-enter div:first-child{
    padding-right: 14px;
    border-right: 1px solid #fff;
}
.form-enter img{
    width: 23px;
}
.form-enter span{
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}
.form-enter input{
    width: 250px;
    height: 100%;
    background: none;
    border: 0;
    color: #fff;
    margin-left: 14px;
    font-size: 20px;
}
.form-enter input::-webkit-input-placeholder {color: #fff;}
.form-enter input::-moz-placeholder { color:#fff;} /* firefox 19+ */
.form-enter input::-ms-input-placeholder { color:#fff;} /* ie */
.form-enter input::-o-placeholder { color:#fff;}

.login-btn{
    margin-top: 39px;
}
.login-btn button{
    width: 100%;
    height: 59px;
	background-color: #6a3906;
    border-radius: 29px;
    border: 0;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
.login-btn button:active{
    opacity: 0.7;
}
.tel input{
    width: 180px;
}
.yzm{
    width: 100px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}
.form-msg{
    position: absolute;
    right: 20px;
    top: 15px;
}


.login-close{
    cursor: pointer;
    font-size: 20px;
    color: #bda687;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}
.login-close img{
    width: 20px;
}
.login-info{
    margin-top: 20px;
}
.login-tu{
    width: 144px;
	height: 144px;
	background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
}
.login-tu img{
    width: 100%;
}
.login-txt{
    margin-left: 28px;
}
.login-txt img{
    width: 136px;
}
.login-txt p{
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 24px;
    margin-top: 10px;
    width: 224px;
}
.login-tel{
    margin-top: 40px;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}
.login-tel p:last-child{
    font-size: 40px;
}




.back{
    width: 100%;
    padding: 10px 0;
	background-color: #c8b498;
}
.back-link img{
    width: 9px;
    height: 15px;
    transform: rotate(180deg);
}
.back-link span{
    letter-spacing: 2px;
    color: #1a1a1a;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: bold;
}
.back-place{
    margin-left: 20px;
    letter-spacing: 2px;
    color: #1a1a1a;
    font-size: 18px;
    border-left: solid 1px #7d7d7d;
    padding-left: 20px;
    font-weight: bold;
}














@media (max-width: 1500px){
    body{
        padding-top: 89px;
    }
    .login{
        top: 89px;
    }
    .head-box,.container{
        width: 1200px;
    }
    .head-logo{
        width: 125px;
    }
    .head-link{
        margin-top: 25px;
    }
    .head-link li{
        margin-right: 30px;
    }
    .head-link li.active a{
        font-size: 24px;
    }
    .head-link li a{
        font-size: 18px;
    }
    .head-login{
        margin-left: 0.3rem;
        margin-top: 35px;
    }
    .login-rt{
        margin-right: 150px;
    }
    .form-enter{
        width: 90%;
        padding: 5px 20px 5px 16px;
    }
    .form-enter img{
        width: 18px;
    }
    .form-enter span{
        font-size: 18px;
    }
    .login-btn button{
        width: 90%;
        height: 45px;
    }
    .form-enter input{
        width: 200px;
        font-size: 16px;
    }
    .tel input{
        width: 160px;
    }
    .form-msg{
        top: 10px;
    }
    .login-tu{
        width: 100px;
        height: 100px;
    }
    .login-tel{
        margin-top: 20px;
    }
    .foot-link li{
        margin-right: 30px;
    }
    .foot-link li a{
        letter-spacing: 2px;
    } 
    .foot-wx{
        margin-left: 100px;
    }
}

/*分页样式*/
.news-page{
    width: 87.5%;
    text-align: center;
}
.news-lt a{
    color: #1a1a1a;
    font-size: 20px;
    padding: 0 10px;
}
.news-lt a.active{
    background: #c8b498;
    color: #fff;
}
.news-rt{
    letter-spacing: 3px;
    color: #1a1a1a;
    font-size: 20px;
    margin-left: 40px;
}
.news-rt input{
    width: 74px;
	height: 31px;
	background-color: #ffffff;
	border-radius: 10px;
    border: solid 1px #dcdcdc;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    margin: 0 10px;
}
/*分页样式*/