html{
    height: 100%;
}
body{
    font-size: 14px;
    font-family: 微软雅黑, 'Microsoft YaHei';
    background-color: #b68b52;
    min-width: 1250px;
    min-height: 100%;
    position: relative;
    /*padding-bottom: 50px;*/
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.w{
    width: 100%;
}



/*header*/
#header{
    width: 100%;
    height: 150px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}
#header .headTop{
    width: 100%;
    height: 100px;
    background-image: url("../images/hTop.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}
.htIco{
    height: 39px;
    background-image: url("../images/topIco.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    margin: auto;
}
.headTop .logo{
    width: 14.95%;
    position: absolute;
    left: 12%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headTop .logo a{
    width: 100%;
    display: block;
}
.headTop .logo a img{
    width: 100%;
}
.htRig{
    /* width: 600px; */
    /* width: 31.2%; */
    position: absolute;
    right: 12%;
    top: 50%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.htRig img{
    width: 57%;
    display: block;
    float: left;
    margin-top: 1%;
}
.htRig p{
    /*width: 200px;*/
    background-image: url("../images/hTel.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: right;
    padding-left: 54px;
    margin-top: 6px;
    padding-right: 10px;
}
.htRig p b{
    color: #ecbb4c;
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    text-shadow: 2px 1px 2px #c98124;
}
.htRig p span{
    color: #ecbb4c;
    font-size: 20px;
    text-shadow: 2px 1px 2px #c98124;
    font-style: italic;
}

.headBot{
    width: 100%;
    height: 50px;
    background-image: url("../images/hBot.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    box-sizing: border-box!important;
    border-bottom: 1px solid #270d06;
}

.headBot > ul.yj{
    width: 100%;
    height: 100%;
    padding-top: 14px;
    text-align: center;
    position: relative;
}
.headBot > ul.yj > li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.headBot > ul.yj > li:nth-child(2):after,
.headBot > ul.yj > li:nth-child(3):after,
.headBot > ul.yj > li:nth-child(5):after{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #36140b;
    color: #fff;
    content: '>';
    display: block;
    position: absolute;
    line-height: 14px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-family: "宋体";
    font-size: 10px;

    -webkit-transition: background 0.3s;
       -moz-transition: background 0.3s;
        -ms-transition: background 0.3s;
         -o-transition: background 0.3s;
            transition: background 0.3s;
}

.headBot > ul.yj > li:nth-child(2):hover:after,
.headBot > ul.yj > li:nth-child(3):hover:after,
.headBot > ul.yj > li:nth-child(5):hover:after{
    background: #720100;
    -webkit-transform: rotateZ(90deg);
       -moz-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
         -o-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
}

.headBot > ul.yj > li > a{
    color: #663300;
    font-size: 16px;
    position: relative;
}
.headBot > ul.yj > li > a:before{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
}
.headBot > ul.yj > li:nth-child(2) > a:after,
.headBot > ul.yj > li:nth-child(3) > a:after,
.headBot > ul.yj > li:nth-child(5) > a:after{
    width: 0;
    content: '';
    display: block;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #720100;
    border-bottom-width: 0px;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
}

.eList{
    /* width: 1000px; */
    width: 980px;
    height: 0px;
    background-image: url("../images/navBg.png");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-sizing: border-box!important;
    position: absolute;
    left: -265px;
    right: 0;
    /* top: 49px; */
    top: 36px;
    margin: 0 auto;
    overflow: hidden;
    opacity: 0;
}
.eListLef{
    width: 280px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}
.eListLef h4{
    color: #ffeab6;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.eListLef ul.sMenu{
    width: 100%;
}
.eListLef ul.sMenu > li{
    width: 35%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    text-align: left;
}
.eListLef ul.sMenu > li:nth-child(odd){
    margin-left: 10px;
}
.eListLef ul.sMenu > li:nth-child(even){
    float: right;
}

.eListLef ul.sMenu > li a{
    color: #ffeab6;
    font-size: 16px;
}
.eListLef ul.sMenu > li:after{
    content: '';
    width: 6px;
    height: 6px;
    background: #ffeab6;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.headBot > ul.yj > li > a:after,
.headBot > ul.yj > li .eList{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.headBot > ul.yj > li:hover > a:after{
    border-bottom-width: 10px;
}
.headBot > ul.yj > li:hover>.eList{
    opacity: 1;
    height: 250px;
}


.eListRig{
    width: 596px;
    height: 226px;
    border: 3px solid #663300;
    box-sizing: border-box!important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 14px;
    margin-right: 10px;
    float: right;
}
.eListRig img{
    width: 100%;
    height: 100%;
}

/*header*/


/*footer*/
#footer{
    width: 100%;
    height: 104px;
    background-image: url("../images/footBg.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
    overflow: hidden;
}
.footsCopyRight p{
    color: #4f1f0d;
    font-size: 14px;
    margin-bottom: 5px;
}
.footsCopyRight p:first-child{
    margin-top: 52px;
}
.footsCopyRight p a{
    color: #4f1f0d;
}

/*footer*/

/* .about, */
.product,.case,.join,.news,.contactUs{
    width: 100%;
    height: calc(100% - 150px)!important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /*top: 150px;*/
    overflow: hidden;
}
.se_2,.se_3,.se_4,.se_5,.se_6,.se_7{
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}


/*se_1*/
.se_1{
    height: 100%;
    position: relative;
    /*padding-top: 150px;*/
    overflow: hidden;
    bottom: 0;
}
.se_1 .page1_b{
    width: 100%;
    height: calc(100% - 150px);
    background-color: #f4e2b1;
    position: absolute;
    bottom: 0;
}
.page1_b .bd,.page1_b .bd .tempWrap,.page1_b .bd ul,.page1_b .bd ul li,.page1_b .bd ul li img{
    width: 100%;
    height: 100%;
}
.page1_b .bd,.page1_b .bd .tempWrap,.page1_b .bd ul,.page1_b .bd ul li{
    background-color: #f4e2b1;
}

/*se_1*/


/*se_2*/
.se_2{
    background-image: url("../images/evenBg.jpg");
}
.about{
    width: 100%!important;
    height: 100%!important;
}
.about .aboLef,
.about .aboRig{
    width: 50%;
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
}

.about .aboLef img{
    width: 100%;
    height: 100%;
}
.about .aboRig{
    position: relative;
}
.aboRig .aboContent{
    width: 560px;
    /*height: 624px;*/
    height: 67%;
    position: absolute;
    /*top: 80px;*/
    top: 11%;
    left: 0;
    right: 0;
    margin: auto;
}
.aboContent h4{
    width: 100%;
    height: 18.7%;
    /*height: 209px;*/
    margin-top: 26%;
    margin-bottom: 4.3%;
    text-align: center;
}
.aboContent h4 img{
    height: 100%;
}
.aboContent p{
    /*height: 286px;*/
    /*height: 44%;*/
    /* height: 38%; */
    padding-top: 8%;
    /* margin-bottom: 5%; */
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
}
.aboContent p:before{
    content: '';
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.aboContent p:before{
    top: 0;
    background-image: url("../images/divTopBg.png");
}
.divBotBg{
    width: 100%;
    height: 27px;
    background-image: url("../images/divBotBg.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 3%;
}

.aboBtn{
    width: 65px;
    line-height: 40px;
    color: #4f1f0d;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.aboBtn:before,
.aboBtn:after{
    width: 14px;
    height: 40px;
    background-image: url("../images/aboBtnBg.png");
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
}
.aboBtn:before{
    background-position: left center;
    left: -25px;
}
.aboBtn:after{
    background-position: right center;
    right: -25px;
}

/*se_2*/

/*se_3*/
.se_3{
    background-image: url("../images/oddBg.jpg");
}

.product h4{
    width: 100%;
    height: 13.4%;

    margin-top: 1.3%;
    margin-bottom: 0.5%;

    text-align: center;
}
.product h4 img{
    height: 100%;
}
.product .divTopBg{
    margin-bottom: 0.6%;
}
.divTopBg{
    width: 100%;
    height: 27px;
    background-image: url("../images/divTopBg.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

.proContent{
    /*width: 1200px;*/
    /*height: 504px;*/
    width: 62.7%;
    height: 63.5%;
    margin: 0 auto;
    border: 1px solid #4f1f0d;
    box-sizing: border-box!important;
    padding: 0.55%;
}
.proLef{
    /*width: 200px;*/
    width: 17%;
    height: 100%;
    float: left;
}
.proLef ul{
    width: 100%;
    height: 100%;
}
.proLef ul li{
    width: 100%;
    /*height: 80px;*/
    height: 16.5%;
    border: 1px solid #4f1f0d;
    box-sizing: border-box!important;
    margin-bottom: 1px;
}
.proLef ul li a{
    height: 100%;
    background: #d0a649 linear-gradient(#4f1f0d,#4f1f0d) left/0% 100% no-repeat;
    color: #4f1f0d;
    display: block;
    font-size: 18px;
    position: relative;
}
.proLef ul li a span{
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.proLef ul li a:after{
    content: '';
    position: absolute;
    height: 0;
    border-width: 7px;
    border-color: transparent;
    border-style: solid;
    border-left-color: #4f1f0d;
    right: 13%;
    border-left-width: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.proLef ul li:last-child{
    margin-bottom: 0;
}

.proLef ul li a,
.proLef ul li a:after{
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}

.proLef ul li.on a{
    background: #d0a649 linear-gradient(#4f1f0d,#4f1f0d) left/100% 100% no-repeat;
    color: #f9edab;
}
.proLef ul li.on a:after{
    border-left-color: #f9edab;
}

.proLef ul li.on:hover a{
    background: #d0a649 linear-gradient(#4f1f0d,#4f1f0d) left/100% 100% no-repeat;
    color: #f9edab;
}
.proLef ul li.on:hover a:after{
    border-left-color: #f9edab;
}

.proRig{
    /*width: 970px;*/
    width: 82.2%;
    height: 100%;
    box-sizing: border-box!important;
    border: 1px solid #4f1f0d;
    float: right;
    position: relative;
    overflow: hidden;
}

/* .proRig .bd .tempWrap{
    height: 100%!important;
}
 */
.proRig .bd .tempWrap{
    height: 100%!important;
}
.proRig .bd,
.proRig .bd ul{
    width: 100%;
    height: 100%;
    display: block;
}
.proRig .bd ul li{
    width: 50%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box!important;
    border-left: 2px solid #4f1f0d;
    border-right: 2px solid #4f1f0d;
    display: block;
}
.proRig .bd ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.proRig .bd ul li a img{
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}

.proRig .bd ul li a:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.proBtns{
    width: 70px;
    height: 30px;
    position: absolute;
    z-index: 9999;
    right: 1%;
    bottom: 1%;
}
.proBtns a{
    width: 30px;
    height: 30px;
    background-color: #d0a649;
    color: #fff!important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    font-family: "宋体";
    font-weight: bold;
    line-height: 30px;
    text-align: center;

    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.proBtns a:hover{
    background-color: #4f1f0d;
}

.proBtns .prev{
    float: left;
}
.proBtns .next{
    float: right;
}

/*se_3*/

/*se_4*/
.se_4{
    background-image: url("../images/evenBg.jpg");
}

.case h4{
    width: 100%;
    height: 13.4%;

    margin-top: 3%;
    margin-bottom: 0.5%;

    text-align: center;
}
.case h4 img{
    height: 100%;
}
.case .divTopBg{
    margin-bottom: 1%;
}

.caseContent{
    width: 1200px;
    /*height: 400px;*/
    /*height: 50.1%;*/
    height: 53%;
    margin: 0 auto;
    position: relative;
}
.caseContent .bd{
    width: 100%;
    /*height: 347px;*/
    height: 87%;
    overflow: hidden;
}
.caseContent .bd{
    width: 1200px;
    /*height: 100%;*/
    height: 94%;
}
.caseContent .bd .tempWrap{
    height: 100%;
}
.caseContent .bd ul{
    width: 100%;
    height: 100%;
}
.caseContent .bd ul li{
    width: 290px!important;
    height: 100%!important;
    box-sizing: border-box!important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-right: 13px;
}
.caseContent .bd ul li:last-child{
    margin-right: 0;
}
.caseContent .bd ul li a{
    width: 290px;
    /*height: 244px;*/
    height: 70%;
    display: block;
    border: 1px solid #4f1f0d;
    border-bottom: none;
}
.caseImg{
    width: 282px;
    /*height: 238px;*/
    height: 97.5%;
    box-sizing: border-box!important;
    border: 1px solid #4f1f0d;
    position: relative;
    overflow: hidden;
    margin: 3px 3px 3px;
}
.caseImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.caseText{
    width: 100%;
    /*height: 102px;*/
    height: 29.2%;
    background-image: url("../images/caseTextBg.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.caseText h5{
    width: 100%;
    box-sizing: border-box!important;
    color: #4f1f0d;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 0 20px;
    position: absolute;
    top: 15%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}
.caseText p{
    width: 100%;
    box-sizing: border-box!important;
    color: #4f1f0d;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    position: absolute;
    bottom: 12%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}

.caseContent .bd ul li a:hover .caseImg>img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.caseContent .hd{
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
}
.caseContent .hd ul{
    width: 100%;
    height: 10px;
    text-align: center;
}
.caseContent .hd ul li{
    width: 10px;
    height: 10px;
    background: #d0a649;
    -webkit-border-radius: 45%;
    -moz-border-radius: 45%;
    border-radius: 45%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
}
.caseContent .hd ul li:last-child{
    margin-right: 0;
}
.caseContent .hd ul li.on{
    background: #4f1f0d;
}


/*se_4*/

/*se_5*/
.se_5{
    background-image: url("../images/oddBg.jpg");
}
.join h4{
    width: 100%;
    height: 13.4%;

    margin-top: 2%;
    margin-bottom: 0.5%;

    text-align: center;
}
.join h4 img{
    height: 100%;
}
.join .divTopBg{
    margin-bottom: 1.6%;
}

.joinContent{
    width: 62.7%;
    height: 48.9%;
    margin: 0 auto;
}
.joinList{
    width: 100%;
    /*height: 230px;*/
}
.joinList ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    text-align: center;
}
.joinList ul li{
    /*width: 162px;*/
    /*margin-right: 41px;*/
    display: inline-block;
    *display: inline;
    *zoom: 1;

    width: 13.5%;
    margin: 0 1%;
}
.joinList ul li:last-child{
    margin-right: 0;
}
.joinList ul li a{
    width: 100%;
    display: block;
    margin-bottom: 5px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.joinList ul li img{
    width: 100%;
}

.joinList ul li p{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
}
.joinList ul li p b{
    width: 20px;
    height: 20px;
    background-color: #772609;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
    color: #e8d39b;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    line-height: 20px;
    margin-right: 5px;
    margin-top: 2px;
    text-align: center;
    float: left;
}
.joinList ul li p span{
    color: #772609;
    font-size: 18px;
    float: left;
}
.joinList ul li a:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}


.joinBot{
    width: 100%;
    /*height: 120px;*/

    height: 31%;
    text-align: center;
    position: relative;
}
.joinBot img{
    width: 80%;
    height: 100%;
}
.joinBot .joinText{
    width: 438px;
    height: 47%;
    background-image: url("../images/telBg.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: -2.5% auto 0;


    text-align: center;
    overflow: hidden;

    color: #e3b249;
    font-size: 18px;

    display: table;
}
.joinText p{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.joinText p b{
    margin-top: 6%;
}
.joinText p span{
    font-size: 22px;
    margin-top: 5%;
}


/*se_5*/

/*se_6*/
.se_6{
    background-image: url("../images/evenBg.jpg");
    position: relative;
}

.news h4{
    width: 100%;
    height: 13.4%;

    margin-top: 2%;
    margin-bottom: 0.5%;

    text-align: center;
}
.news h4 img{
    height: 100%;
}
.news .divTopBg{
    margin-bottom: 1.6%;
}
.newsContent{
    width: 62.7%;
    height: 59%;
    margin: 0 auto;
}
.newsLef{
    /*width: 815px;*/
    width: 67.7%;
    height: 100%;
    background-image: url("../images/newsLefBg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    position: relative;
}
.nlBg{
    position: absolute;
    left: -90px;
    top: -72px;
    z-index: 999;
}
.newsLef h5{
    /*width: 645px;*/
    /*height: 60px;*/
    width: 79.15%;
    height: 12.8%;
    min-height: 40px;
    background-image: url("../images/newh5Bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 5.5%;
    margin-left: 6.2%;
    margin-bottom: 3%;
    overflow: hidden;
}
.newsBtn{
    float: right;
    margin-right: 10%;
    margin-top: 5px;
}

.newsLists{
    /*width: 724px;*/
    width: 89%;
    height: auto;
    margin-left: 6.2%;
    overflow: hidden;
}
.newsLists ul{
    width: 100%;
    height: auto;
}
.newsLists ul li{
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    overflow: hidden;
}
.newsLists ul li a{
    color: #4f1f0d;
    font-size: 16px;
}
.newsLists ul li p{
    max-width: 65%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsLists ul li p b{
    font-weight: 500;
}
.newsLists ul li span{
    float: right;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5%;
}


.newsRig{
    /*width: 363px;*/
    width: 30.1%;
    height: 100%;
    background-image: url("../images/newsRigBg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: right;
}
.newsRig span{
    width: 100%;
    height: auto;
    color: #4f1f0d;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    margin: 52% auto 1%;
}
.newsRig p{
    width: 100%;
    margin: 0 auto 5%;
    text-align: center;
}
.newsRig p b{
    color: #4f1f0d;
    font-weight: 500;
    font-size: 28px;
    text-decoration: underline;
}
.newsRigImg{
    /*width: 322px;*/
    /*height: 146px;*/
    width: 89.5%;
    height: 31.6%;
    box-sizing: border-box!important;
    border: 1px solid #4f1f0d;
    display: block;
    margin: 0 auto;
}

/*se_6*/



/*se_7*/
.se_7{
    background-image: url("../images/oddBg.jpg");
    position: relative;
}
.contactUs h4{
    width: 100%;
    height: 13.4%;

    margin-top: 1.3%;
    margin-bottom: 0.5%;

    text-align: center;
}
.contactUs h4 img{
    height: 100%;
}
.contactUs .divTopBg{
    margin-bottom: 0.6%;
}

.contactCon{
    width: 62.7%;
    height: 61.8%;
    background-image: url("../images/conBg.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.conLef{
    /*width: 470px;*/
    width: 40%;
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
}
.conLef h5{
    /*width: 100%;*/
    /*height: 42px;*/
    height: 8.6%;
    box-sizing: content-box!important;
    padding-left: 9%;
    padding-top: 8%;
    margin-bottom: 4%;

    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.conLef h5 img{
    height: 100%;
}
.conPtext{
    /* height: 26%; */
}

.conLef .cText{
    color: #4f1f0d;
    font-size: 16px;
    padding-left: 9%;
    margin-bottom: 3%;
}
.conEwm{
    height: auto;
    /* margin-top: 18%; */
    padding-left: 9%;
    overflow: hidden;
}
.conEwm p{
    /*width: 130px;*/
    width: 30%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-left: 5%;
}
.conEwm span{
    width: 100%;
    background-image: url('../images/ewmBg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
}
.conEwm span img{
    box-sizing: border-box!important;
    width: 100%;
    padding: 8px;
}
.conEwm p b{
    width: 100%;
    color: #4f1f0d;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.conRig{
    /*width: 544px;*/
    width: 45.2%;
    height: 100%;
    float: right;
    margin-right: 5.4%;
}
.conRigTop{
    width: 100%;
    /*height: 238px;*/
    height: 48%;
    margin-top: 9.2%;
    margin-bottom: 2%;
}
.conRigTop p{
    height: 17%;
    margin: 0 0 1%;
}
.conRigTop p input{
    width: 49%;
    height: 100%;
    background-color: #d0a649;
    box-sizing: border-box!important;
    color: #4f1f0d;
    font-weight: 200;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 1%;
    border: 1px solid #4f1f0d;
    outline: none;
}
.name{
    float: left;
}
.phone{
    float: right;
}

.conRigTop p input::-webkit-input-placeholder{
    color: #4f1f0d;
}
.conRigTop p input:-moz-placeholder {
    color: #4f1f0d;
}
.conRigTop p input::-moz-placeholder {
    color: #4f1f0d;
}
.conRigTop p input:-ms-input-placeholder {
    color: #4f1f0d;
}
.conRigTop textarea{
    width: 100%;
    height: 58%;
    background-color: #d0a649;
    border: 1px solid #4f1f0d;
    box-sizing: border-box!important;
    color: #4f1f0d;
    font-weight: 200;
    font-size: 16px;
    padding: 2%;
    outline: none;
    resize: none;
    margin: 0 0 1%;
}
textarea::-webkit-input-placeholder{
    color: #4f1f0d;
}
.tjBtn{
    width: 25%;
    height: 16%;
    border: none;
    background-color: #4f1f0d;
    display: block;
    color: #f9edab!important;
    font-size: 16px;
    float: left;
    text-align: center;
    line-height: 36px;
    margin-right: 16px;
    position: relative;

    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
}
.tjBtn span{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tjBtn:hover{
    background-color: rgb(119, 84, 60);
    color: #fff;
}

.conMap{
    width: 100%;
    /*height: 150px;*/
    height: 30.5%;
    border: 1px solid #4f1f0d;
    box-sizing: border-box!important;
    padding: 1%;
}
#conMap{
    width: 100%;
    height: 100%;
    border: 1px solid #4f1f0d;
}

/*se_7*/



/*加载*/
.ajax_load_progessbar{
    width: 100px; 
    height: 100px; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
    margin:auto;
    z-index: 500;
    display: none;
}
.ajax_load_progessbar.show_load{
    display: block;
}
.ajax_load_progessbar.hide_load{
    display: none;
}
.loadEffect span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d0a649;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
    0%{
        background: #f9edab;
    }
    100%{
        background: #d0a649;
    }
}
.loadEffect span:nth-child(1){
    left: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
    left: 14px;
    top: 14px;
    -webkit-animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay:0.39s;
}
.loadEffect span:nth-child(4){
    top: 14px;
    right:14px;
    -webkit-animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
    right: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
    right: 14px;
    bottom:14px;
    -webkit-animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay:1.04s;
}
/*加载*/



/*提示框*/
.tipBox{
    width:  290px;
    height:  100px;
    background: #fff;
    position: absolute;
    z-index: 9999999999;
    text-align: center;
    line-height: 100px;
    color: #000;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px #eee;
    cursor: context-menu;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;

    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}
.green{
    color: #0d7720;
    box-shadow: 0 0 5px 2px #0d7720;
}
.red{
    color: #ec4949;
    box-shadow: 0 0 5px 2px #ec4949;
}
/*提示框*/

.opacityShow{
    opacity: 1;
}
.opacityHide{
    opacity: 0;
}
