/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
p,big,small,font,em{display:block;margin:0;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#666;font-size:13px;line-height:24px;font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif; }
a{color:#666;text-decoration:none;outline:none;}
a:hover {text-decoration: none;color:#3a3a3a;}
img{-ms-interpolation-mode:bicubic;*max-width:100%;-webkit-touch-callout:none;}


/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}


/*body:hover {            */
/*    cursor: url('../images/cursor.png'), default;*/
/*}*/

/*显示屏-滚动条样式*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #4561ad;
}
/*城市筛选下拉-滚动条样式*/
select::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background-color: transparent;
}
select::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #a47953;
}
/*滚动条样式 end*/

/*字体*/
@font-face {
    font-family: "Futura-Light";
    src: url("../font/Futura-Light.woff2");
}
@font-face {
    font-family: "Futura-Medium";
    src: url("../fonts/futura-medium.woff2");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("../font/Montserrat-Bold.otf");
}
@font-face {
    font-family: "Geometr";
    src: url("../font/Geometr.ttf");
}
@font-face {
    font-family: "Oswald-Regular";
    src: url("../fonts/oswald-regular.ttf");
}
@font-face {
    font-family: "ChaoPai";
     font-weight：bold;
    src: url("../fonts/chaopai.ttf");
}
/*video标签隐藏下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.wrap{width:100%;overflow:hidden;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box{box-sizing: border-box;}
.en {font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;   }
.pic-scale{-webkit-transition:opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;-webkit-transform: scale(1);transform: scale(1);}
.radius{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px;}
.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    width: 92%;
    margin: 0 auto;
    padding:0 15px;
}
@media (max-width: 1920px){
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding:0 15px;
} 
}
@media (max-width: 1024px){
.container {
    width: 100%;
    padding:0 15px;
}
.header .container {
    display: block;
}
}
/*头部*/
.header {
    display: flex;
    padding: 0% 0;
    border-bottom: none;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999999999999999;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: none;
    transition:0.5s all;

}
.header::after{
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top,rgba(0,0,0,0.01) 0,rgba(0,0,0,.5) 100%);
}
.headerfix::after,
.headerfixmenu::after {
    background: none;
}
/*头部logo*/
.header .logo {
    width: 5%;
    min-width: 242px;
    max-width: 242px;
    height: 70px;
    background: url(../fonts/logo.png) no-repeat left center/100%;
    transition: 0.8s all;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

/*头部菜单*/
.header .nav {
    margin:0 5% 0 auto; 
    line-height: 59px;
}
.header .nav ul {
    width:100%;
}
.header .nav ul li {
    position:relative;
    float: left;
    padding: 15px 40px;
    max-width: 150px;
    transition:padding 0.5s;
}
.header .nav ul li a {
    font-size: 16px;
    color:#fff;
    padding: 4px 0;
    transition: all 0.8s;
}
.header .nav ul li.active::after {
    position:absolute;
    left:50%;
    bottom:-1px;
    transform: translate(-50%,0%);
    content: "";
    width: 100%;
    max-width: 50px;
    height: 2px;
    background:#fff;
}
@media screen and (max-width:1600px){
.header .nav ul li {
    padding: 10px 12px;
}
}
@media screen and (max-width:1400px){
.header .submenu .tel{
    display:none;
}
}

/*头部-搜索产品功能浮窗显示和隐藏样式*/
.header .nav .search-product {
    display:none;
}
.header .nav .searchfix {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.header .nav .searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background:rgba(0, 0, 0, 0.6);
}
.header .nav .searchfix .box {
    max-width: 1530px;
    margin: -300px auto;
    padding: 150px 15px 100px 15px;
    top: 50%;
    position: relative;
    z-index: 1;
}
.header .nav .searchfix .box form {
    display:block;
    width:424px;
    margin:0 auto;
}
.header .nav .searchfix .box .test {
    float: left;
    width: 360px;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
.header .nav .searchfix .box .button {
    width: 60px;
    height: 42px;
    line-height: 38px;
    background:#005f38 url(../fonts/318ba61b8ac940b8b129d311e8f3559c.svg) no-repeat center;
    background-size:cover;}

.header .submenu {
}
.header .submenu a {
    display:block;
}
.header .submenu .enlish {
    height: 20px;
    line-height: 20px;
    margin:0 20px 0 0;
    padding:0 20px 0 0;
    font-size: 14px;
    color:#fff;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.header .submenu .search {
    width: 20px;
    height: 20px;
    background: url(../fonts/search.svg) no-repeat center/80%;
    cursor: pointer;
}

.header .submenu .tag {
    font-size: 14px;
    color: #fff;
    margin:0 50px 0 0;
    padding: 0 0 0 30px;
}
.header .submenu .tag.login {
    background: url(../fonts/login.svg) no-repeat left center/20px;
    transition: all 0.4s;
}


/*头部绝对定位样式*/
.headerfix,.headerfixmenu {
    border-bottom: solid 1px #d9d9d9;
    background: #fff;
}
.headerfix,.headerfixmenu {
    -webkit-animation: headerfix ease-in-out .9s 0.1s both;
    -moz-animation: headerfix ease-in-out .9s 0.1s both;
    animation: headerfix ease-in-out .9s 0.1s both;
}

.headerfix .logo,.headerfixmenu .logo {
    background: url(../fonts/logo-fix.png) no-repeat left center/100%;
} 
.headerfix .nav ul li {
    padding: 8px 35px;
}
.headerfix .nav ul li a { 
    font-size: 14px;
    color:#3a3a3a;
}
.headerfix .nav ul li.active::after {
    background:#a47953;
}

.headerfix .submenu .enlish {
    color:#3a3a3a;
    border-right: 1px solid rgba(0,0,0,0.3);
}
.headerfix .submenu .search {
    background: url(../fonts/search-fix.svg) no-repeat center/80%;
}

.headerfix .submenu .tag {
    color: #3a3a3a;
}
.headerfix .submenu .tag.login {
    background: url(../fonts/login-fix.svg) no-repeat left center/20px;
}
/*头部绝对定位样式 end*/


/*尾部*/
.footer {
    background-image: -webkit-linear-gradient(top,#f9f9f9,#ffffff);
}
.footer .footer-box {
    padding:4% 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.footer-logo {
    padding:5% 0;
    text-align: center;
}
.footer-logo img {
    max-width: 240px;
}


/*尾部-菜单*/
.footer .footer-box .foot-menu {
    float:left;
    width:50%;
    position:relative;
}

.footer .footer-box .foot-menu .item {
    float:left;
    width:20%;
}

.footer .footer-box .foot-menu .item a.tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    padding: 0px 0;
}
.footer .footer-box .foot-menu .item a {
    display:block;
    font-size: 14px;
    color:#777;
    padding:6px 0;
    transition: transform 1s;
}
.footer .footer-box .foot-menu .item a:hover {
    color:#a47953;
    transform: translate(5px,0px);
}
.footer-contact {
    width:30%;
    position:relative;
}
.footer-contact::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15%;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: #f1f1f1;
}
.footer-contact .address {
    margin:0 0 3% 0;
}
.footer-contact .address h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    padding: 0px 0;
}
.footer-contact .address p{
    position:relative;
    padding: 5px 0 5px 0px;
    font-size: 14px;
    color:#777;
}
.footer-contact .address p::before {
    content: "";
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.footer-contact .address p.call::before {
    background: url(../fonts/foot-icon-01.svg) no-repeat left center/18px;
}
.footer-contact .address p.email::before {
    background: url(../fonts/foot-icon-02.svg) no-repeat left center/18px;
}
.footer-contact .address p.address::before {
    background: url(../fonts/foot-icon-03.svg) no-repeat left center/18px;
}
.footer-contact .address p span{
    opacity:0.8;
}
.footer-contact .address p a {
    font-size: 24px;
    color: #000;
    font-family: 'Geometr';
}


.footer-guanzhu {
    width:20%;
    margin:0 0 0 0;
}
.footer-guanzhu .tit {
    font-size: 16px;
    color: #333;
    margin:10px 0 30px 0;
}
.footer-guanzhu .icon {
}
.footer-guanzhu .icon .item {
    display:inline-block;
    width:33px;
    height:33px;
    border:1px solid #e3dddd;
    margin-right: 10px;
    padding:2px;
    -webkit-border-radius: 25px;
    position: relative;
    cursor: pointer;
}
.footer-guanzhu .icon .item i {
    display:block;
    width:100%;
    height:100%;
    text-align: center;
}
.footer-guanzhu .icon .item i img {
    opacity:0.8;
    max-width: 20px;
}
.footer-guanzhu .icon .item .fix {
    display:none;
    position: absolute;
    top: -164px;
    left: -50px;
    width: 150px;
    height: 150px;
    box-shadow: 0 10px 6px 0 rgb(191 190 190 / 20%);
}
.footer-guanzhu .icon .item .fix img {
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
.footer-guanzhu .icon .item .fix:after {
   content: "";
    position: absolute;
    left: 38%;
    bottom: -18px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.footer-guanzhu .icon .item:hover .fix {
    display:block;
}


@media screen and (max-width:1024px){
.footer .footer-box {
    padding:4% 0;
}

.footer-logo {
    padding:5% 0;
}
.footer-logo img {
    max-width: 30%;
}
.footer-contact {
    width:100%;
}

.footer-contact .tel {}
.footer-contact .tel p {
    font-size: 16px;
    margin-bottom: 5%;
}
.footer-contact .tel a {
    font-size: 36px;
    letter-spacing: 0;
    font-family: 'Futura';
}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
    font-size: 14px;
}

.footer-guanzhu {
    width:90%;
    margin:0 0 0 0;
}
}

/*尾部-版权*/
.copy {
    padding:10px 0;
    background-image: -webkit-linear-gradient(bottom,#f9f9f9,#f6f6f6);
}
.copy .container {
    padding:1% 0;
}
.copy p {
    display:inline-block;
    margin:0 20px 0 0;
    font-size: 14px;
    color:#999;
}
.copy a {
    color:#999;
}
.copy p.link a {
    padding:0 5px;
}

@media screen and (max-width:1024px){
.footer {
    padding:10% 0 6% 0;
}

.footer .footer-box {}

.footer .footer-box .foot-menu {
    width:100%;
    padding: 5% 0%;
}
.footer .footer-box .foot-menu::before {
    display:none;
}
.footer .footer-box .foot-menu .item {
    width:100%;
}

.footer .footer-box .foot-menu .item a.tit {
    display: block;
    margin-bottom:2%;
    padding: 3% 0 3% 0;
    border-bottom: 1px dotted #f1f1f1;
}
.footer .footer-box .foot-menu .item a {
    display:none;

}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
}

.copy {
   
}
.copy p {

}
.copy a {
}
}



/*浮窗视频播放*/
.modal .modal-header{ border-bottom:none;}
.modal{text-align:center; width:100%; height:100%;}
.modal .modal-content{ width:100%; height:100%; position:absolute;margin:0 auto; left:0; right:0;top:50%;margin-top:-275px;max-width:1000px; height:auto;}
.modal .modal-content video{ width:100%; height:100%; height:auto;}





/*浮窗视频播放*/
.modal .modal-header{ border-bottom:none;}
.modal{text-align:center; width:100%; height:100%;}
.modal .modal-content{ width:100%; height:100%; position:absolute;margin:0 auto; left:0; right:0;top:50%;margin-top:-275px;max-width:1000px; height:auto;}
.modal .modal-content video{ width:100%; height:100%; height:auto;}


/*以下代码是自适应样式*/
@media screen and (max-width:1320px){
.header .logo {width: 14.4%;}
.header .logo a {display:block;width:100%;height:inherit;opacity: 0;}
.header .nav {}
.header .submenu {}

}


@media screen and (max-width:1178px){
.header .submenu {display:none;}
.header .nav {margin-left: 5%;line-height: 59px;}
}


@media screen and (max-width:800px){
.header {
    padding:0px 0;
}
.header .logo {
    width: 242px;
    height: 70px;
    background-size: 100%;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

.header .nav {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px 0;
    line-height: 46px;
    background-image: -webkit-linear-gradient(top,#f9f9f9,#ffffff);
}
.header .nav ul {
    padding:0 30px;
}
.header .nav ul li {
    float:left;
    width:100%;
    max-width: 100%;
    padding: 0px 20px;
    border-bottom: 1px solid rgba(131,123,123,0.1);
    background-size: 20px;
}
.header .nav ul li a {
    font-size: 18px;
    color:#3a3a3a;
    padding: 0px 10px;
}
.header .menu{ 
    display:block;
    width:32px; height:32px; margin-left:20px; margin-top:8px;background:url(../fonts/menu.svg) no-repeat center; background-size:30px;
}
.headerfix .menu {
    background: url(../fonts/menu-fix.svg) no-repeat center/30px;
}
.headerfixmenu .menu {
    background: url(../fonts/menu-close.svg) no-repeat center/30px;
}



/*搜索产品功能浮窗显示和隐藏样式*/
.header .nav .search-product {
    float:left;
    width:100%;
    display:block;
    margin-top: 3%;
}
.header .nav .search-product-fix {
    position: fixed;
    top: 77px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding:20px 20px;
    background:#fff;
}
.header .nav .search-product .bg {display:none;}
.header .nav .search-product .box {}
.header .nav .search-product .box .test {
    float: left;
    width:80%;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
.header .nav .search-product .box .button {
    width: 18%;
    height: 42px;
    line-height: 38px;
    background:#005f38 url(../images/search.png) no-repeat center;

}
.header .submenu {
    display:none;
}
}


/*浮窗视频播放*/
.modal .modal-header{ border-bottom:none;}
.modal{text-align:center; width:100%; height:100%;}
.modal .modal-content{ width:100%; height:100%; position:absolute;margin:0 auto; left:0; right:0;top:50%;margin-top:-275px;max-width:1000px; height:auto;}
.modal .modal-content video{ width:100%; height:100%; height:auto;}



/*右边浮窗按钮*/
.right-fixed {
    position:fixed;
    bottom: 30%;
    right: 0;
    width: 70px;
    z-index: 999;
    background: #fff;
    border: 1px solid #eeeeee;
}
.right-fixed .icon {
    padding:2px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: center;
    position:relative;
}
.right-fixed .icon i {
    display:inline-block;
    width:70px;
    height:42px;
    line-height: 42px;
}
.right-fixed .icon i img {
    width:35px;
}
.right-fixed .icon span {
    font-size: 12px;
    color:#666;
}
.right-fixed .icon:hover span {
    color: #a47953;
}
.right-fixed .icon .weixin {
    display:none;
    position: absolute;
    top: -32px;
    right: 80px;
    width: 130px;
    min-height: 130px;
    padding:10px;
    border-radius:10px;
    background: #fff;
    overflow:hidden;
}
.right-fixed .icon:hover  .weixin {
    display:block;
}
.right-fixed .icon .weixin img {
    max-width:100px;
}
.right-fixed .icon  .call {
    position: absolute;
    top: 0;
    right: -300px;
    width: 200px;
    height: 70px;
    background: #fff;
    padding:22px 0;
    box-sizing:border-box;
    overflow:hidden;
    border: 1px solid #eeeeee;
    transition: all 0.5s;
}
.right-fixed .icon:hover .call {
    right: 71px;
}
.right-fixed .icon  .call .no {
    font-size: 24px;
    color: #a47953;
    font-family: 'Montserrat';
}
/*自适应样式*/
@media screen and (max-width:1024px){
.right-fixed {
    display: flex;
    position:fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.right-fixed .icon{
    flex: 1;
}
.right-fixed .icon i {
    display:block;
    width:100%;
    height:30px;
    line-height: 30px;
    text-align:center;
}
.right-fixed .icon i img {
    width:25px;
}
.right-fixed .icon span {
    font-size: 12px;
}
.right-fixed .icon:hover span {
    color: #a47953;
}
.right-fixed .icon .weixin {
    display:none;
    position:absolute;
    top:-32px;
    right:80px;
    width:100px;
    height:100px;
}
.right-fixed .icon:hover  .weixin {
    display:block;
}
.right-fixed .icon .weixin img {
    width:100%;
}
.right-fixed .icon  .call {
    display:none;
}
.right-fixed .icon:hover .call {
    right: 71px;
}
.right-fixed .icon  .call .no {
    font-size: 24px;
    color: #fff;
}
}


/*搜索功能*/
.search-product {
    display:none;
}
.searchfix {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background:rgba(0, 0, 0, 0.6);
}
.searchfix .box {
    background: #fff;
    background-size: 20%;
    max-width: 1200px;
    margin: -300px auto;
    padding: 150px 15px 100px 15px;
    top: 50%;
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 2px #ccc;
}
.searchfix .box form {
    display:block;
    width:424px;
    margin:0 auto;
}
.searchfix .box form h3 {
  font-size: 45px;
  font-weight: bold;
  color: #252525;
  text-align: center;
  margin:0 0 5% 0;
}
.searchfix .box .test {
    float: left;
    width: 360px;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 0px;
}
.searchfix .box .btn {
    width: 60px;
    height: 42px;
    line-height: 38px;
    background:#a47953 url(../fonts/search.svg) no-repeat center center/26px;
    border-radius: 0px;
}
.searchfix .box .btn:hover {
    background:#a47953 url(../images/search.svg) no-repeat center center/28px;
}
.searchfix .box p {
    margin-top: 20px;
}
.searchfix .box p span {
    color:#3a3a3a;
}




/*浮窗留言*/
.fixed-msg {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0,0,0, 0.6);
    z-index: 99999999999999;
    
}
.fixed-msg .msg-box {
    height: 430px;
    width: 50%;
    margin:10% auto;
    padding:50px;
    background:#fff;
    border-radius: 0px;
    position:relative;
    border-radius: 20px;
}
.fixed-msg .msg-box h4 {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}
.fixed-msg .msg-box h4 strong {
    font-size: 37px;
    color: #a47953;
}
.fixed-msg .msg-box h5 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #666666;
    text-align: center;
}
.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    background: url(../fonts/close.svg) no-repeat left top/20px;
    cursor: pointer;
    transition: all 0.5s;
}
.fixed-msg .msg-box .closefix:hover {
    transform:rotate(90deg);
}
.fixed-msg .msg-box .form {}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
    float:left;
    background: #f5f5f5;
    border: solid 1px #d2d2d2;
    font-size: 14px;
    padding: 0 5%;
    margin:1%;
    line-height: 46px;
    width: 48%;
    height:46px;
}
.fixed-msg .msg-box .fixSubmit{
    background-image: -webkit-linear-gradient(left,#d5a275,#a47953);
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 180px;
    line-height: 40px;
    margin: 20px auto;
    clear: both;
    transition: all 0.5s;
    cursor: pointer;
}
.fixed-msg .msg-box .fixSubmit:hover {
    background: #95673f;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1024px){
.fixed-msg .msg-box h4 {
    font-size: 20px;
}
.fixed-msg .msg-box h4 strong {
    font-size: 20px;
}
.fixed-msg .msg-box h5 {font-size:14px;}
.fixed-msg .msg-box {
    height: 100%;
    width: 100%;
    margin:0% auto;
}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
    margin:1%;
    line-height: 46px;
    width: 100%;
    height:46px;
}
}


/*二级栏目无banner图*/
.none-banner {
    height:120px;
}
/*自适应样式*/
@media screen and (max-width:1024px){
.none-banner {
    height:60px;
}
/*二级栏目banner图*/
}
.two-banner {
    position: relative;
}
.two-banner .photo {
    position: relative;
}
.two-banner .photo img {
    width: 100%;
}
.two-banner .photo:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    z-index:1;
    transition:all 0.3s;
}
.two-banner .word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    max-width: 1570px;
    width: 96%;
    
}
.two-banner .word .word-item {
    text-align: center;
}
.two-banner .word .word-item h2 {
    font-size: 48px;
    color: #fff;
    line-height: 2;
    font-family: "Oswald-Regular";
    text-transform:uppercase;
    transition:all 2s;
}
.two-banner .word .word-item h3 {
    font-size: 42px;
    color: #fff;
    font-family: 'ChaoPai';
    margin: 0% 0 1% 0;
    transition:all 2s;
}
@media screen and (max-width:1024px){
.two-banner .word .word-item h2 {
    font-size: 24px;
}
.two-banner .word .word-item h3 {
    font-size: 18px;
    margin: 2% 0 1% 0;
}   
}



/*当前位置*/
.position {
    color: #666;
    font-size: 14px;
    height:50px;
}
.position .position-link {
    min-width: 200px;
    min-height: 50px;
    line-height: 50px;
}
.position .position-link a:hover,.position .position-link a:last-child {
    color:#252525;
}
.position .position-nav {
    min-width:200px;
}
.position ul li {
    float: left;
    padding-left: 30px;
    height: 50px;
    display: block;
}
.position ul .cur a{
     color: #252525;
     border-bottom: 3px solid #252525;
 }
.position ul li a {
    display: block;
    height: 50px;
    line-height: 46px;
    float: none;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    border-bottom: 3px solid #f7f7f7;
}
.position-title {
    width:100%;
    padding:4% 0;
}
.position-title p {
    text-align:center;
}
.position-title .en {
    font-size: 24px;
    padding-bottom: 10px;
}
.position-title .cn {
    font-size: 20px;
}



/*分页页码*/
.page {
    padding:30px 0px;
    text-align:center;
    overflow:hidden;
}
.page  a {
    display:inline-block;
    font-size:14px;
    line-height:30px;
    height:30px;
    padding:0 12px;
    text-align:center;
    color:#333;
    border:1px solid #e3e3e3;
    background:#fff;
}
.page a:hover {
    text-decoration:none;
}
.page a.on {
    line-height:30px;
    padding:0 12px;
    text-align:center;
    margin-left:2px;
    background:#a47953;
    border:1px solid #a47953;
    color:#fff;
}




/*网站sitemap地图*/
.sitemap {
}
.sitemap .linkbox {
    margin:10px 0;
}
.sitemap .linkbox h3 {
    max-width:100px;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    border-bottom:1px dotted #ccc;
    position: relative;
}
.sitemap .linkbox h3 a {
    color: #000;
    font-size: 16px;
}
.sitemap .linkbox ul {}
.sitemap .linkbox ul li {
    display:inline-block;
    padding:10px 15px;
}
.sitemap .linkbox ul li a {}
.sitemap .linkbox ul li:hover a {
    color:#252525;
}
.sitemap .artkbox {
    margin:10px 0;
}
.sitemap .artbox h3 {
    max-width:100px;
    color: #000;
    font-size: 16px;
    padding: 10px;
    border-bottom:1px dotted #ccc;
}
.sitemap .artbox h3 a {
    color: #000;
    font-size: 16px;
}
.sitemap .artbox ul {
    padding:20px 0;
}
.sitemap .artbox ul li {
    display:inline-block;
    width:30%;
    padding:5px;
}
.sitemap .artbox ul li a {}
.sitemap .artbox ul li:hover a {
    color:#252525;
}




/*《第二级栏目菜单》*/
.twomenu {
    padding:2% 0 2% 0;
}
.twomenu .title {
    margin: 0 5% 0 0;
}
.twomenu .title font {
    font-size: 30px;
    margin-right: 5%;
    line-height: 34px;
    text-transform: uppercase;
    font-family: "Oswald-Regular";
    
}
.twomenu .link a {
    display: block;
    float: left;
    border: solid 1px #cfcfcf;
    background: #fff;
    margin:10px 10px;
    padding:10px 30px;
    text-align: center;
    font-style: normal;
    *max-width: 150px;
    font-size: 14px;
    color: #464646;
    
}
.twomenu .link a.on,.twomenu .link a:hover {
    color:#fff;
    background:#a47953;
    border: solid 1px #a47953;
}
/*自适应样式*/
@media screen and (max-width:1024px){
.twomenu {padding:2% 0 2% 0;}
.twomenu .title{overflow:hidden;}
.twomenu .title font{display:none;font-size:16px;}
.twomenu .title em{ border:solid 1px #cfcfcf; margin-top:5px;margin-left:5px;text-align:center; width:100%; font-style:normal;max-width: 110px;line-height: 32px;}
.twomenu .title em a{font-size: 12px; color:#464646;}

.twomenu .link a {
    width: ;
    border: solid 1px #cfcfcf;
    background: #fff;
    margin: 5px 0%;
    padding:5px 18px;
    font-size: 12px;
    color: #464646;
    
}
}
/*自适应样式 end*/

/*《第三级栏目菜单》*/
.threemenu {
    padding: 1% 0;
    text-align: center;
}
.threemenu  a {
    display: inline-block;
    width: 100%;
    max-width: 120px;
    margin:10px 5px;
    font-size: 14px;
    color: #464646;
    text-align: center;
    font-style: normal;
    line-height: 34px;
    background: #fff;
    border: solid 1px #cfcfcf;
    border-radius: 25px;
    

}
.threemenu  a.on,.threemenu a:hover {
    color:#fff;
    background:#a47953;
    border: solid 1px #a47953;
    
}

.screen-top {}
.screen-top .top {
    display: none;
    padding: 1% 0;
    overflow: hidden;
}
.screen-top .top .tit {
    float: left;
}
.screen-top .top .item {
    float: right;
}
.screen-top .bottom {
     padding: 1% 0;
     border-top: solid 1px #d9d9d9;
}
.screen-top .bottom ul {}
.screen-top .bottom ul li {}
.screen-top .bottom ul li a {
    float: left;
    display: block;
    font-size: 16px;
    color: #626262;
    line-height: 100%;
    padding: 5px 10px;
    margin: 10px 10px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-radius: 5px;
}
.screen-top .bottom ul li a.on {
    color: #fff;
    background: #a47953;
}

/*PC端和移动端显示和隐藏  公共样式*/
.pc {
    display:block !important;
}
.mobile {
    display:none !important;
}
@media screen and (max-width:1024px){
.pc {
    display:none !important;
}
.mobile {
    display:block !important;
}
}



/*图片自动动态效果  公共样式*/
@keyframes efeect-photo {
  0% {
      opacity:0.9;
      transform: scale(1);
  }
  50% {
      opacity:1;
      transform: scale(1.02);
  } 
  100% {
      opacity:0.9;
      transform: scale(1);
  }
}
.twobanner>img {
    width: 100%;
    animation: efeect-photo 10s linear infinite;
}

/*二级banner图文字动态效果  公共样式*/
.banner-active h1,.banner-active h2,.banner-active h3,.banner-active p {
    font-size: 0 !important;
    transition:all 2s;
}

/*公共按钮*/
.button {
    display:block;
    width:150px;
    height:42px;
    overflow:hidden;
    line-height: 42px;
    font-size: 14px;
    color:#666;
    text-align: center;
    border: 1px solid #b6b6b6;
    border-radius: 25px;
    position:relative;
    transition: all 1s;
}

.button:hover {
    color:#fff;
    background:#a47953;
    border: 1px solid #a47953;
    padding-left: 2%;
}
.button:hover:before,.button:hover:after {animation: cir-size 2s linear infinite;}

@keyframes cir-size {
  0% {
      opacity:1;
      -webkit-transform: translate(2px,5px);
  }
  100% {
      opacity:0;
      font-size: 0px;
      -webkit-transform: translate(8px,-8px);
  }
   
}
/*下拉提示*/
.go-more {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    height: 100px;
    animation: go-more 0.3s linear infinite;
}
.srolling { width: 24px; height: 34px;position:absolute;left:50%;bottom: 5%; margin-left: -12px;border-radius:30px; border: 1px solid #fcede4; cursor: pointer;}
.srolling span { position: relative;width:100%;height:100%; display: block;}
.srolling i{ height:8px; width: 2px;position:absolute;left:50%;top:10%; margin-left: -1px; background: #fff;animation: srolling 1000ms infinite ease-out;-webkit-animation: srolling 1000ms infinite ease-out;}
@keyframes srolling{
    0%{height:8px;top:10%;opacity: 1;} 
    100%{height:3px;top:85%;opacity: 0;}
}
/*下拉提示 end*/


/*PC端和移动端显示和隐藏  公共样式*/
.pc {
    display:block !important;
}
.mobile {
    display:none !important;
}
@media screen and (max-width:1024px){
.pc {
    display:none !important;
}
.mobile {
    display:block !important;
}
}