*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #333;
}
body{
	font-family: "微软雅黑";
}

ul{
    list-style: none;
}

img{
    max-width: 100%;
}
/*缓存*/
/*.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
/*}*/
.load_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.load_box .loader_loader {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.loader_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
  -webkit-animation-duration: 1.26s;
          animation-duration: 1.26s; }
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s; }
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
  -webkit-animation-duration: 1.01s;
          animation-duration: 1.01s; }
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
  -webkit-animation-duration: 0.73s;
          animation-duration: 0.73s; }
.line-scale-party > div {
  background-color: #7aba1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }


/*end*/


/*头部*/
/*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/


.top1 {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 161px;
    background: rgba(0,0,0,0.5);
}
.nav {
    max-width:1220px;
    margin:auto;
    padding: 0 10px;
    position: relative;
}


.navLeft{
    float: left;
    line-height: 161px;
}

.navimg{
    position: absolute;
    right: 38px;
    top: 13px;
}



.navLeftform{
    width: 300px;
    height: 35px;
    position: absolute;
    right: 232px;
    top: 13px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.navLeftform input{
    outline: none;
    display: block;
}
.navLeftform input:nth-child(1){
    float: left;
    width: 271px;
    height: 35px;
    padding-left: 17px;
    border: 0;
}
.navLeftform input:nth-child(2){
        width: 21px;
    height: 20px;
    float: left;
    background: url(../image/3.png)center 0 no-repeat;
    border: 0;
    margin-top: 8px;
}


.navselect{
    width: 142px;
    height: 35px;
    position: absolute;
    right: 571px;
    top: 13px;
    background: url(../image/2.png)right 12px no-repeat #fff;
    background-position: 112px 14px;
    border-radius: 4px;
    overflow: hidden;
    border: 0;
    outline: none;
    text-transform: uppercase;
    color: #a5a5a5;
    padding-left: 11px;
      appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
}










.nav>ul {
    margin-bottom: 0;
    font-size: 0;
    float: right;
    display: flex;
    margin-top: 86px;
    width: 70%;
}
.nav>ul>li {
    flex: 1;
    display:inline-block;
    font-size:15px;
    position:relative;
    transition:all 0.3s;
    height: 50px;
}
.nav>ul>li>a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s;
    border-bottom: 3px solid rgba(0,0,0,0);
    padding-bottom: 8px;
    transition:all 0.3s;
    width: 86px;
    margin: auto;
}
.nav span {
    float:right;
}
.nav>ul>li:nth-child(1)>a {
    border-left:0;
}
.nav>ul>li:last-child>a {
    border-right:0;
}
.nav>ul>li:hover {

}
.nav>ul>li:hover>a {
    border-bottom: 3px solid rgba(251,191,14,1);
    color: #fbbf0e;
}









/**/
.clear {
    clear: both;
}

















/*
.search {

}
.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 131px;
    display: none;
    z-index: 10;
    background: #007d5a;
    padding: 18px 2%;
}
.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}
.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
}
.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
}
.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}
.search-box form .text::-webkit-input-placeholder{
    color: #fff;
}
.search-box form .text:-moz-placeholder{
    color: #fff;
}
.search-box form .text::-moz-placeholder{
    color: #fff;
}
.search-box form .text:-ms-input-placeholder{
    color: #fff;
}*/
/*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/
.navs>li .more{
    position: absolute;
    left: 50%;
    top: 50px;
    width: 200px;
    margin-left: -100px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 0 21px;
    z-index: 100;    display: none;
}
.navs>li .more a{
    display: block;
    color: #333;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    transition: all 0.3s linear 0s;
}

.navs>li .more a:hover{
    color: #fbbf0e;
}





.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.banner .swiper-pagination-bullet-active{
    background: #fbbf0e;
}




.home_a{
    width: 100%;
    background: url(../image/images/1_02.jpg)center 0 no-repeat;
    height: 230px;
    overflow: hidden;
}

.home_as{
    max-width:1220px;
    margin:auto;
    padding: 0 10px;
    position: relative;
overflow: hidden;  
}

.home_aLeft{
    float: left;
    color: #fff;
    margin-top: 88px;
    margin-left: 66px;
    overflow: hidden;
}
.home_aLeft div{
    font-size: 48px;

}
.home_aLeft span{
    font-size: 16px;
    text-transform: uppercase;
}



.home_aRight{
    float: right;
    display: flex;
    flex-wrap: wrap;
    margin-top: 37px;
    width: 51%;
}
.home_aRight a{
    display: block;
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
}
.home_aRight a div{
    height: 66px;
    line-height: 66px;
}
.home_aRight a div img{

}
.home_aRight a span{

}






.home_b{
    max-width:1220px;
    margin:auto;
    padding: 0 10px;
    position: relative;
    margin-top: 43px;   
    overflow: hidden;
}

.home_bLeft{
    float: left;
    width: 48%;
    overflow: hidden;
}
.home_bLeft a img{
    transition: all 0.3s;
    width: 100%;
}
.home_bLeft:hover img{
    transform: scale(1.1);
}
.home_bRight{
    float: right;
    width: 40%;
    margin-right: 4%;
    margin-top: 69px;
}
.home_bRight label{
    font-size: 26px;
    color: #f5be17;
    display: block;
    margin-bottom: 24px;
}
.home_bRight span{
        font-size: 16px;
    color: #444444;
    display: block;
    margin-bottom: 11px;
}
.home_bRight div{
    color: #848280;
    line-height: 35px;
}




.home_c{
    width: 100%;
    background: url(../image/11.png)center 0 no-repeat;
    overflow: hidden;
    min-height: 790px;
    margin-top: -120px;   
}

.home_cTop{
    max-width:1220px;
    margin:auto;
    padding: 0 10px;
    position: relative;
    color: #fff;
    overflow: hidden;
}


.home_cTop div{
    float: right;
    color: #fff;
    margin-top: 72px;
    margin-right: 141px;
    margin-bottom: 31px;
}
.home_cTop div label{
    font-size: 26px;
    display: block;
}
.home_cTop div i{
    color: #f1f1f1;
    font-size: 15px;
}




.home_cs{
    max-width:1370px;
    margin:auto;
    position: relative;
    overflow: hidden;
    background: #fff;   
}

.home_cs .home_csswiper{
    max-width:1200px;
    margin:auto;
    position: relative;
    overflow: hidden;
    margin-top: 45px;  
}
.home_cs .home_csswiper .swiper-slide{
    width: 284px;
    position: relative;
    overflow: hidden;
}
.home_cs .home_csswiper a{
    display: block;
    overflow: hidden;
}
.home_cs .home_csswiper a div{
    position: relative;
    overflow: hidden;
}
.home_cs .home_csswiper a .imgpro{
    width: 100%;
}
.home_cs .home_csswiper a .imghover{
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    transition: all 0.4s;
    z-index: 100;
}

.home_cs .home_csswiper a span{
    display: block;
    height: 52px;
    background: #ff4b00;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 20px;
}

.home_cs .home_csswiper a:hover .imghover{
    top: 0;
}




.home_d{
    width: 100%;
    overflow: hidden;
    background: #f5be17;
    padding: 30px 0;
}

.home_ds{
    padding-bottom: 24px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.home_ds img{
    float: left;
}
.home_ds div{
    position: absolute;
    width: 582px;
    height: 550px;
    right: 75px;
    text-align: center;
    background: #fff;
    bottom: 0;
}
.home_ds div label{
    font-size: 66px;
    display: block;
    color: #ff4b00;
    margin-top: 100px;
    margin-bottom: 32px;
    line-height: 100%;
}
.home_ds div span{
    font-size: 26px;
    color: #1f0f0f;
}
.home_ds div p{
    color: #1f0f0f;
    padding: 0 143px;
    line-height: 28px;
    margin-top: 30px;
}
.home_ds div a{
    display: inline-block;
    width: 168px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #ff4b00;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #ff4b00;
    border-radius: 30px;
    margin-top: 53px;
    transition: all 0.3s;
}
.home_ds div a:hover{
    background: #ff4b00;
    color: #fff;
}
.home_ds:nth-child(2n) img{
    float: right;
}

.home_ds:nth-child(2n) div{
    left: 0;
    bottom: 0;
}



.home_e{
    width: 100%;
    background: url(../image/17.png)center 0 no-repeat;
    overflow: hidden;
    min-height: 673px;
}


.home_es{
    max-width:1220px;
    margin:auto;
    padding: 0 10px;
    position: relative;
    overflow: hidden;   
}

.home_esTop{
    font-size: 34px;
    color: #0f0b0b;
    text-transform: uppercase;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 162px;
    margin-bottom: 50px;
}

.home_eshz{
    width: 100%;
    background: #ff4b00;
    padding: 14px;
    padding-bottom: 0;
    position: relative;
}

.home_eshzLeft{
    float: left;
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_eshzLeft a{
    display: block;
    overflow: hidden;
    margin-bottom: 14px;
width: 32%;
}
.home_eshzLeft a img{
    width: 100%;
    transition: all 0.3s;
}

.home_eshzLeft a:hover img{
    transform: scale(1.1);
}


.home_eshzRight{
    right: 33px;
    width: 46%;
    background: #fff;
    position: absolute;
    top: -70px;
    padding: 0 40px;
    padding-top: 59px;
    padding-bottom: 65px;
}
.home_eshzRight label{
    font-size: 20px;
    color: #ff4b00;
    text-align: center;
    display: block;
}
.home_eshzRight div{
    color: #1e1313;
    line-height: 29px;
    margin-top: 39px;
}





.home_f{
    width: 100%;
    background: url(../image/images/2_02.jpg)center 0 no-repeat;
    overflow: hidden;
    height: 925px;
}

.home_fLeft{
    float: left;
    margin-top: 251px;
    margin-left: 55px;
    overflow: hidden;
}

.home_fLeft img{

}



.home_fRight{
    float: right;
    margin-top: 112px;
    background: #eeeeee;
    overflow: hidden;
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 4%;
    width: 60%;
}
.home_fRight a{
    display: block;
    overflow: hidden;
    background: #fff;
    width: 32%;
    color: #000;
}
.home_fRight a .home_fRightimg{
    overflow: hidden;
    width: 100%;
}
.home_fRight a .home_fRightimg img{
    width: 100%;
    transition: all 0.3s;
}
.home_fRight a .home_fRighttext{
    padding: 24px 20px;
}

.home_fRight a .home_fRighttext div{
    font-size: 16px;
    margin-bottom: 7px;
}


.home_fRight a .home_fRighttext p{
        margin: 0;
    line-height: 27px;
}

.home_fRight a:hover img{
    transform: scale(1.1);
}



.home_gTop{
    width: 100%;
    background: url(../image/images/3_03.jpg)center 0 no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
    margin-top: 41px;
    margin-bottom: 61px;
}

.home_gTop label{
    font-size: 35px;
    color: #1a1a1a;

}
.home_gTop div{
    font-size: 24px;
    color: #858585;
}


.home_g{
    max-width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 45px;
}
.home_g a{
    display: block;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    width: 32.5%;
}
.home_g a div{
    overflow: hidden;
}
.home_g a div img{
    width: 100%;
    transition: all 0.3s 
}
.home_g a span{
    display: block;
    line-height: 74px;
    background: #f5be17;
    text-align: center;
}
.home_g a:hover img{
    transform: scale(1.1);
}


.bottom{
    width: 100%;
    background: url(../image/23.png)center 0 no-repeat;
    height: 376px;
    overflow: hidden;
    position: relative;
}

.bottoms{
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}

.bottomsleft{

}
.bottomsleft span{
    display: block;
    height: 40px;
    font-size: 20px;
    background: url(../image/22.png)left 0 no-repeat;
    background-position: left 37px;
    margin-bottom: 16px;
}
.bottomsleft div{
    overflow: hidden;
}
.bottomsleft div a{
    display: block;
    float: left;
    width: 50%;
    color: #fff;
    margin-bottom: 10px;
}
.bottomsleft p{
    line-height: 29px;
}
.bottomsleft img{

}


.allbottom{
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 83px;
    border-top:1px solid #fff;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.allbottom a{
    color: #fff;

}













/**/
.listbanner{
    width: 100%;
    overflow: hidden;
    background: url(../image/hrconbanner.jpg)center 0 no-repeat;
    height: 550px;
    position: relative;
    text-align: center;
    color: #fff;
    padding-top: 26rem;
}


.listbanner img{
    
}
.listbanner label{
    display: block;
    font-size: 30px;
    margin-top: -51px;
}
.listbanner div{
    border-top-color: #fbbf0e;
    border-top-style: solid;
    border-top-width: 3px;
    width: 120px;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.listbanner p{
    font-size: 16px;
    margin: 0;
}



.listnav{
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.listnav>div{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
}


.listnavright{
    float: right;
}
.listnavright a{
    color: #fbbf0e;
}
.listnavright span{

}

.listcontact{
    width: 100%;
    min-height: 1000px;
    overflow: hidden;
    background: url(../image/mtconback.jpg)center 0 no-repeat;
    background-position: top center;
    text-align: center;
}
.listcontact>img{
    margin: 7rem 0;
    transition: all 1s;
    cursor: pointer;
}
.listcontact>img:hover{
    transform: rotate(360deg);
}
.listcontact>p{
    margin: 0;
    font-size: 46px;
}
.listcontact>p>label{
    margin: 0;
}
.listcontact>span{
    font-size: 16px;
    color: #707070;
    line-height: 34px;
    display: block;
    margin-top: 3rem;
}
.listcontact>span>a{
    color: #707070;
}

#allmap{
    max-width: 1280px;
    margin: auto;
    height: 400px;
    overflow: hidden;
    margin-top: 4rem;
}
div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
}
div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
    text-align: left;

}
div.info-middle {
    font-size: 12px;
    padding: 10px;
    line-height: 21px;
    text-align: left;
}
div.info-bottom img {
    position: relative;
    z-index: 104;
}
div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}


/**/
.listnavleft{
    float: left;
    overflow: hidden;
}
.listnavleft a{
    display: block;
    width: 200px;
    text-align: center;
    color: #333;
    border-left: 1px solid #ccc;
    float: left;
    font-size: 16px;
    transition: all 0.3s;
}
.listnavleft a:last-child{
    border-right: 1px solid #ccc;
}
.listnavleft a:hover{
    background: #fbbf0e;
    color: #fff;
    border-left: 1px solid #fbbf0e;
}

.listabout{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 2rem;
}

.listabout .listabouttitle{
    text-align: center;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    font-size: 30px;
    margin: 0;
    padding-bottom: 2rem;
    margin-top: 5rem;
}
.listabout>div{
    line-height: 25px;
}


.listnew{
max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding-top: 4rem;
}
.listnew a{
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}
.listnew a img{
    float: left;
    width: 20%;
}
.listnew .listnewright{
    float: right;
    width: 78%;
    overflow: hidden;
    margin-top: 2rem;
}
.listnew .listnewright .listnewrighttop{
overflow: hidden;
    line-height: 34px;
}
.listnew .listnewright .listnewrighttop span{
font-size: 24px;
    transition: all 0.3s;
    color: #333;
}
.listnew .listnewright .listnewrighttop div{
    float: right;
    color: #c8c8c8;
    font-size: 12px;
}
.listnew .listnewright .listnewrighttop div i{

}
.listnew .listnewright .listnewrighttop div label{
margin: 0;
    font-weight: 400;
    color: #969696;
}

.listnew .listnewright p{
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.listnew .listnewright>span{
    width: 86px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    background: #fbbf0e;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}
.listnew .listnewright .listnewrighttop span:hover{
    color: #fbbf0e;
}
.listnew .listnewright>span:hover{
    background: #000;
}


/**/

.listmessages input::-webkit-input-placeholder { /* WebKit browsers */
  color: #DEDEDE;
}

.listmessages input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #DEDEDE;
}

.listmessages input::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #DEDEDE;
} 

.listmessages textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #DEDEDE;
}

.listmessages textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #DEDEDE;
}

.listmessages textarea::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #DEDEDE;
} 


.listmessage{
    max-width: 1280px;
    margin: 5rem auto;
    overflow: hidden;
    padding-left: 7rem;
}
.listmessages{
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 12px;
}
.listmessages span{
    display: inline-block;
    float: left;
    width: 100px;
    text-align: right;
    color: #666;
    margin-right: 1rem;
}
.listmessages input{
    width: 500px;
    height: 30px;
    border: 1px solid #f0f0f0;
    padding-left: 10px;

}
.listmessages textarea{
width: 500px;
    height: 150px;
    border: 1px solid #f0f0f0;
    padding-left: 10px;
}
.listmessage>form>input{
    background-color: #fbbf0e;
    height: 40px;
    width: 90px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border: 0;
    margin-left: 68px;
    margin-top: 3rem;
    font-size: 16px;

}


.listpro{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.listproleft{
    width: 22%;
    overflow: hidden;
    float: left;
}
.listproleft a{
    height: 70px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 70px;
    border: #e6e6e6 1px solid;
    display: block;
    color: #333;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}
.listproleft a:hover{
    background: #fbbf0e;
    color: #fff;
}


.listproright{
float: right;
    width: 74%;
}
.listproright .title .tle {
    font-size: 18px;
    transition: all .5s ease;
    font-family: arial;
    color: #333;
    font-weight: 600;
}
.listproright .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #fff;
    z-index: 999;
}
.listproright .p_Product:hover .k {
    left: -50px;
    top: -50px;
}
.listproright .p_Product:hover .line {
    width: 100%;
}
.listproright .p_Product:hover .img {
    transform: scale(1.1);
}
.listproright .p_Product:hover .tle {
    color: #fbbf0e;
}
.listproright .p_Product:hover {
    box-shadow: 0 0 20px #ddd;
}
.listproright .p_Product {
    width: 32%;
    border-right: #e6e6e6 1px solid;
    border-top: #e6e6e6 1px solid;
    border-bottom: #e6e6e6 1px solid;
    border-left: #e6e6e6 1px solid;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 2rem;
}
.listproright .p_Product:nth-child(3n){
    margin-right: 0;
}

.listproright .xq {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.listproright .line {
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #fbbf0e;
    bottom: -1px;
    left: 0px;
    transition: all .5s ease;
}

.listproright .k {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-color: #fbbf0e;
    transform: rotate(45deg);
    transition: all .5s ease;
}
.listproright .foot {
    padding: 30px 30px 30px;
    background: #fff;
}
.listproright .foot .more {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.listproright .read {
    font-size: 14px;
    color: #fbbf0e;
    font-family: arial;
    font-weight: bold;
}
.listproright .foot {
    padding: 30px 30px 30px;
    background: #fff;
}

.listproright .pic {
    overflow: hidden;
    width: 100%;
}
.listproright .pic .img {
    width: 100%;
    height: 100%;
    transition: all 2s ease .5s;
}
.listproright .title {
    padding-top: 28px;
    width: 100%;
    height: 80px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: #e6e6e6 1px solid;
    background: #fff;
}



.listshowright{
    float: right;
    width: 74%;
}
.listshowrighttop{
    width: 100%;
    overflow: hidden;
}
.detailleft{
    float: left;
    width: 50%;
}





.detailright{
    float: right;
    width: 45%;
    overflow: hidden;
}
.detailright p{

}
.detailright p span{
    
}   
.detailright p label{
    margin: 0;
    font-size: 24px;
}

.listshowrightbottom{
    width: 100%;
    margin-top: 3rem;
}
.listshowrightbottom>span{
    width: 114px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    display: block;
    background-color: #fbbf0e;
}
.listshowrightbottom>div{
    border:1px solid #ccc;
    padding: 15px;
    line-height: 25px;
}




.ProductDetailsSmallimg {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ProductDetailsSmallimg ul {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ProductDetailsSmallimg ul {
    padding-bottom: 0;
}

.ProductDetailsSmallimg ul li {
    position: relative;
    display: inline;
    margin-right: 28px;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ProductDetailsSmallimg ul li span {
    display: block;
    height: 100%;
    border: 1px solid #dadada;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 1px;
    bottom: 1px;
}

.ProductDetailsSmallimg ul li.cur span {
    height: 100%;
    border: 1px solid #fbbf0e;
}

.ProductDetailsSmallimg ul li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.ProductDetailsSmallimg ul li h5 {
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 24px;
    margin-bottom: -30px;
}


.side_service{height: 199px;width: 50px;background: #12559A;border-top-left-radius: 10px;border-bottom-left-radius: 10px;position: fixed;right: 0;bottom:20%;z-index: 999;padding: 14px 0;}
.side_service>a{background: url("../image/service_icon.png") no-repeat;width: 50px;height: 57px;cursor: pointer;position: relative;display: block;}
.side_service .service_tel{background-position: 13px 17px;}
.side_service .service_kefu{background-position: 13px -41px;}
.side_service .service_qq{background-position: 13px -101px;}
.side_service .service_tel:hover{background-position: -31px 17px;}
.side_service .service_kefu:hover{background-position: -31px -41px;}
.side_service .service_qq:hover{background-position: -31px -101px;}
.service_kefu .service_pull{width: 158px;height: 129px;position: absolute;right: 100%;background: #12559A;border-top-left-radius: 10px;border-bottom-left-radius: 10px;display: none;top: 0;}
.service_kefu p{text-align: center;color: #e9e9e9;font-size: 15px;margin-top: 28px;}
.service_kefu h1{display: block;width: 110px;height: 30px;margin: 15px auto 0;line-height: 30px;border: 1px solid #fff;color: #fff;font-size: 14px;text-align: center;border-radius: 3px;}
.service_qq .service_pull{width: 138px;height: 159px;background: #12559A;position: absolute;right: 100%;border-top-left-radius: 10px;border-bottom-left-radius: 10px;top: -55px;display: none;}
.sqr{float: left;text-align: center;width: 108px;margin: 14px 15px 0;color: #fff;font-size: 14px;}
.sqr img{width: 108px;height: 108px;display: block;color: #fff;margin-bottom: 7px;}
.service_qq i{width: 1px;height: 130px;background: #0175c3;float: left;margin-top: 14px;}
.cd-top-box{position: fixed;right: 0;bottom: 20%;width: 50px;margin-bottom: -70px;height: 69px;background-color: #12559A;border-radius: 10px 0 0 10px;cursor:pointer;z-index: 999;}
.cd-top-box i{display: block;width: 20px;height: 10px;background: url('../image/backup_icon.png') no-repeat;margin: 10px auto 5px;}
.cd-top-box p{font-size: 14px;color: #fff;text-align: center;line-height: 18px;}



/*.ProductimgArrowleft {
    display: block;
    position: absolute;
    bottom: 43px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #ededed;
    border-radius: 36px;
    outline: none;
}
.ProductimgArrowleft {
    left: 0px;
}
.ProductimgArrowright {
    display: block;
    position: absolute;
    bottom: 43px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #ededed;
    border-radius: 36px;
    outline: none;
}

.ProductimgArrowright {
    right: 0px;
}*/

@media (min-width: 992px){
.ProductDetailsSmallimg {
    width: 83%;
    margin: 0 auto;
}
.ProductimgArrowleft {
    display: block;
    position: absolute;
    bottom: 43px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #ededed;
    border-radius: 36px;
    outline: none;
}
.ProductimgArrowleft {
    left: 0px;
    top: 24%;
}
.ProductimgArrowright {
    display: block;
    position: absolute;
    bottom: 43px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #ededed;
    border-radius: 36px;
    outline: none;
}

.ProductimgArrowright {
    right: 0;
    top: 24%;
}
.ProductimgArrowright:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #999999;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
margin: 13px 0 0 11px;
}
.ProductimgArrowleft:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #999999;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
margin: 13px 0 0 11px;
}

.ProductimgArrowleft:hover {
    background: #fbbf0e;
}
.ProductimgArrowright:hover {
    background: #fbbf0e;
}
.ProductimgArrowright:hover:after {
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}
.ProductimgArrowleft:hover:after {
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}

}


.dioo{
    position: relative;
    margin-top: 2rem;
}





.listchaxun{
    max-width: 1200px;
    margin:4rem auto;
    overflow: hidden;
}
.h203 {
    border: 1px solid #E2D1BC;
    background-color: #F2EADF;
    height: 60px;
    color: #fbbf0e;
    line-height: 60px;
    font-size: 22px;
    padding-left: 20px;
    text-align: center;
}

.inquire{
    width: 100%;
    overflow: hidden;
    height: 500px;
    background: url(../image/bj.png) 0 0 no-repeat;
}

.inquire-input{
    overflow: hidden;
    max-width: 654px;
    margin: auto;
    margin-top: 10rem;

}
.inquire-input .form-group{
    padding: 0;
    padding-right: 15px;
    width: 470px;
}
.inquire-input button{
    width: 166px;
}

.seller-datill {
    margin: 0 auto;
    max-width: 1100px;
    border: 4px solid #E2CCB4;
        display: none;
}
.inquire-output-msg {
    max-width: 1000px;
    margin: 20px auto;
    background-color: #fff;
    overflow: hidden;

}


.inquire-output-msg thead {
    background-color: #F2EADF;
    color: #333;
    font-size: 16px;
    font-family: 微软雅黑;
    text-align: center;
}

.p2 {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
}



.listmap{
    max-width: 716px;
    margin:4rem auto;
    overflow: hidden;
    position: relative;
}
.listmap>img{

}


.citybg {
    position: absolute;
    display: none;
    z-index: 3;
}
#map a {
    color: #5b5a5a;
    font-size: 12px;
    text-decoration: none;
}
.yu-list:first-child {
    display: block;
}

.yu-list{
    display: none;
}

.yu-add-box {
    background: #eee9dd;
    padding-top: 24px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 43px;
}

.yu-title{
    margin-bottom: 24px;
    font-size: 24px;
    color: #fbbf0e;
}

.yu-list:first-child{
    display: block;
}
.yu-list ul li{
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4px;
    margin-bottom: 8px;
}
.yu-list ul li>div{
    background: #fff;
    padding-top: 34px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    padding-bottom: 37px;
    color: #666666;
    font-size: 14px;
    line-height:24px;
}
.yu-list ul li h1{
font-size:18px;
color:#fbbf0e
}

.city:nth-child(2) .citybg{
    background: url(../image/anhui.png) no-repeat 0 0; top: 314px; left: 523px; width: 75px; height: 90px;
}
.city:nth-child(2) a{
    position: absolute; top: 355px; left: 545px; z-index: 10;
}


.city:nth-child(3) .citybg{
    background: url(../image/neimeng.png) no-repeat 0 0; top: 9px; left: 296px; width: 318px; height: 272px;
}
.city:nth-child(3) a{
    position: absolute; top: 211px; left: 424px; z-index: 10;
}




.city:nth-child(4) .citybg{
   background: url(../image/heilongjiang.png) no-repeat 0 0; top: 1px; left: 550px; width: 165px; height: 151px;
}
.city:nth-child(4) a{
    position: absolute; top: 81px; left: 624px; z-index: 10;
}






.city:nth-child(5) .citybg{
   top: 73px; left: 0px; width: 292px; height: 223px; display: none; background: url(../image/xinjiang.png) 0px 0px no-repeat;
}
.city:nth-child(5) a{
    position: absolute; top: 211px; left: 124px; z-index: 10;
}






.city:nth-child(6) .citybg{
   background: url(../image/xizang.png) no-repeat 0 0; top: 275px; left: 31px; width: 281px; height: 175px;
}
.city:nth-child(6) a{
    position: absolute; top: 361px; left: 145px; z-index: 10;
}





.city:nth-child(7) .citybg{
   background: url(../image/qinghai.png) no-repeat 0 0; top: 240px; left: 182px; width: 185px; height: 135px;
}
.city:nth-child(7) a{
    position: absolute; top: 300px; left: 254px; z-index: 10;
}





.city:nth-child(8) .citybg{
   background: url(../image/gansu.png) no-repeat 0 0; top: 187px; left: 236px; width: 207px; height: 177px;
}
.city:nth-child(8) a{
    position: absolute; top: 310px; left: 364px; z-index: 10;
}




.city:nth-child(9) .citybg{
   background: url(../image/ningxia.png) no-repeat 0 0; top: 245px; left: 379px; width: 49px; height: 75px;
}
.city:nth-child(9) a{
    position: absolute; top: 272px; left: 390px; z-index: 10;
}



.city:nth-child(10) .citybg{
   background: url(../image/shanghai.png) no-repeat 0 0; top: 354px; left: 610px; width: 23px; height: 22px;
}
.city:nth-child(10) a{
    position: absolute; top: 352px; left: 615px; z-index: 10;
}




.city:nth-child(11) .citybg{
   background: url(../image/liaoning.png) no-repeat 0 0; top: 161px; left: 557px; width: 91px; height: 87px;
}
.city:nth-child(11) a{
    position: absolute; top: 180px; left: 600px; z-index: 10;
}



.city:nth-child(12) .citybg{
   background: url(../image/guangdong.png) no-repeat 0 0; top: 470px; left: 464px; width: 111px; height: 88px;
}
.city:nth-child(12) a{
    position: absolute; top: 490px; left: 500px; z-index: 10;
}




.city:nth-child(13) .citybg{
   background: url(../image/guangxi.png) no-repeat 0 0; top: 454px; left: 382px; width: 118px; height: 92px;
}
.city:nth-child(13) a{
    position: absolute; top: 488px; left: 432px; z-index: 10;
}




.city:nth-child(14) .citybg{
   top: 288px; left: 461px; width: 118px; height: 92px; display: none; background: url(../image/henan.png) 0px 0px no-repeat;
}
.city:nth-child(14) a{
    position: absolute; top: 320px; left: 490px; z-index: 10;
}




.city:nth-child(15) .citybg{
   background: url(../image/shanxi.png) no-repeat 0 0; top: 242px; left: 396px; width: 79px; height: 134px;
}
.city:nth-child(15) a{
    position: absolute; top: 321px; left: 430px; z-index: 10;
}




.city:nth-child(16) .citybg{
   top: 219px; left: 458px; width: 56px; height: 112px; display: none; background: url(../image/shanxi2.png) 0px 0px no-repeat;
}
.city:nth-child(16) a{
    position: absolute; top: 271px; left: 470px; z-index: 10;
}



.city:nth-child(17) .citybg{
   background: url(../image/hebei.png) no-repeat 0 0; top: 184px; left: 497px; width: 85px; height: 118px;
}
.city:nth-child(17) a{
    position: absolute; top: 247px; left: 508px; z-index: 10;
}



.city:nth-child(18) .citybg{
   background: url(../image/jilin.png) no-repeat 0 0; top: 113px; left: 575px; width: 125px; height: 88px;
}
.city:nth-child(18) a{
    position: absolute; top: 150px; left: 642px; z-index: 10;
}




.city:nth-child(19) .citybg{
   background: url(../image/beijing.png) no-repeat 0 0; top: 210px; left: 512px; width: 50px; height: 38px;
}
.city:nth-child(19) a{
    position: absolute; top: 215px; left: 515px; z-index: 10;
}



.city:nth-child(20) .citybg{
   background: url(../image/tianjin.png) no-repeat 0 0; top: 224px; left: 535px; width: 26px; height: 34px;
}
.city:nth-child(20) a{
    position: absolute; top: 229px; left: 535px; z-index: 10;
}



.city:nth-child(21) .citybg{
   background: url(../image/shandong.png) no-repeat 0 0; top: 256px; left: 521px; width: 103px; height: 68px;
}
.city:nth-child(21) a{
    position: absolute; top: 281px; left: 540px; z-index: 10;
}



.city:nth-child(22) .citybg{
   background: url(../image/jiangsu.png) no-repeat 0 0; top: 305px; left: 539px; width: 93px; height: 72px;
}
.city:nth-child(22) a{
    position: absolute; top: 321px; left: 570px; z-index: 10;
}


.city:nth-child(23) .citybg{
   background: url(../image/hainan.png) no-repeat 0 0; top: 556px; left: 442px; width: 89px; height: 88px;
}
.city:nth-child(23) a{
    position: absolute; top: 565px; left: 450px; z-index: 10;
}



.city:nth-child(24) .citybg{
   background: url(../image/hubei.png) no-repeat 0 0; top: 345px; left: 438px; width: 115px; height: 75px;
}
.city:nth-child(24) a{
    position: absolute; top: 365px; left: 480px; z-index: 10;
}



.city:nth-child(25) .citybg{
   background: url(../image/yunnan.png) no-repeat 0 0; top: 412px; left: 280px; width: 132px; height: 138px;
}
.city:nth-child(25) a{
    position: absolute; top: 485px; left: 320px; z-index: 10;
}



.city:nth-child(26) .citybg{
   background: url(../image/sichuan.png) no-repeat 0 0; top: 328px; left: 284px; width: 161px; height: 143px;
}
.city:nth-child(26) a{
    position: absolute; top: 385px; left: 345px; z-index: 10;
}




.city:nth-child(27) .citybg{
   background: url(../image/guizhou.png) no-repeat 0 0; top: 409px; left: 367px; width: 93px; height: 81px;
}
.city:nth-child(27) a{
    position: absolute; top: 445px; left: 405px; z-index: 10;
}



.city:nth-child(28) .citybg{
   background: url(../image/taiwan.png) no-repeat 0 0; top: 456px; left: 613px; width: 32px; height: 65px;
}
.city:nth-child(28) a{
    position: absolute; top: 475px; left: 620px; z-index: 10;
}



.city:nth-child(29) .citybg{
   top: 415px; left: 548px; width: 70px; height: 84px; display: none; background: url(../image/fujian.png) 0px 0px no-repeat;
}
.city:nth-child(29) a{
    position: absolute; top: 445px; left: 565px; z-index: 10;
}



.city:nth-child(30) .citybg{
   background: url(../image/hunan.png) no-repeat 0 0; top: 394px; left: 445px; width: 83px; height: 96px;
}
.city:nth-child(30) a{
    position: absolute; top: 425px; left: 475px; z-index: 10;
}



.city:nth-child(31) .citybg{
   background: url(../image/zhejiang.png) no-repeat 0 0; top: 367px; left: 574px; width: 62px; height: 70px;
}
.city:nth-child(31) a{
   position: absolute; top: 395px; left: 588px; z-index: 10;
}


.city:nth-child(32) .citybg{
   background: url(../image/jiangxi.png) no-repeat 0 0; top: 390px; left: 513px; width: 76px; height: 98px;
}
.city:nth-child(32) a{
   position: absolute; top: 425px; left: 525px; z-index: 10;
}



.city:nth-child(33) .citybg{
   background: url(../image/chongqing.png) no-repeat 0 0; top: 363px; left: 397px; width: 70px; height: 80px;
}
.city:nth-child(33) a{
   position: absolute; top: 390px; left: 420px; z-index: 10;
}