*{
	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;
}*/
.listheader {
    width:100%;
    position: relative;
    z-index: 10;
}




.nav{
    max-width:1240px;
    margin:auto;
    padding: 0 10px;
}

.navLeft{
    float: left;
}

.navsearch{
    float: right;
    line-height: 112px;
    width: 8%;
    text-align: center;
}
.navsearch img{
    cursor: pointer;
}


.navRight{
    line-height: 112px;
    position: relative;
    float: right;
    cursor: pointer;
}
.navRight img{

}
.navRight:hover .navRightimg{
    display: block;
}
.navRight .navRightimg{
    position: absolute;
    right: 0;
    top: 76px;
    display: none;
}






.nav .navs {
    position: relative;
    margin-bottom: 0;
    font-size: 0;
    float: right;
    width: 61%;
    margin-top: 41px;
}
.nav .navs>li {
    display: inline-block;
    font-size: 16px;
    position: relative;
    height: 36px;
    line-height: 36px;
    width: 14.2%;
    text-align: center;
    transition: all 0.3s;
    border-radius: 30px;
}
.nav .navs>li>a {
    text-align: center;
    color: #332424;
    display: block;
    overflow: hidden;
}
/*.nav span {
    float:right;
}*/
/*.nav .navs>li:nth-child(1){
    width: 16%;
    background: #0f6cbb;
}
.nav .navs>li:nth-child(1)>a {
    border-left:0;
    color: #fff;
}*/
.nav .navs>li:last-child>a {
    border-right:0;
}
.nav .navs>li:hover {
    background:#0f6cbb;
}
.nav .navs>li:hover>a{
    color:#fff;
}










/**/
.clear {
    clear: both;
}



.m-nav {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100% - 6rem);
    z-index: 33000000;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    display: none;
}

.m-nav li a{
    display: block;
}
.m-nav li .tit{
    font-size: 1.36rem;
    line-height: 1.46rem;
    padding: 1rem;
    color: #2c2c2c;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

.m-nav li .tit:before{
    content: "";
    position: absolute;
    right: 1.3rem;
    width: 1.42rem;
    height: 1.42rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../image/m-nav-arrow.png);
}
.m-nav li.on1 .tit:before{
    background-image: url("../image/m-nav-jia.png");
}
.m-nav li.on2 .tit:before{
    background-image: url("../image/m-nav-jian.png");
}
.m-nav li .navson{
    padding: .15rem 0;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}
.m-nav li .navson a{
    font-size: 1.3rem;
    line-height: 2.4rem;
    padding: .15rem 1.3rem;
    color: #737373;
}




.search {

}
.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 112px;
    display: none;
    z-index: 10;
    background: #0f6cbb;
    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: 0;
    top: 36px;
    width: 100%;
    /*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: #0f6cbb;
}



.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.banner .swiper-pagination-bullet-active{
    background: #0f6cbb;
}


.zhongimdex_a{
    max-width: 1226px;
    padding: 0 10px;
    overflow: hidden;
    margin:0 auto;
    margin-top: 54px;
    margin-bottom: 62px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zhongimdex_aLeft{
    background: url(../image/1.png)center 0 no-repeat #0f6cbb;
    text-align: center;
    color: #fff;
    width: 25%;
    min-height: 443px;
    background-position: center 55px;
}
.zhongimdex_aLeft div{

}
.zhongimdex_aLeft div label{
    font-size: 33px;
    margin-top: 112px;
}
.zhongimdex_aLeft div p{
    font-size: 16px;
    margin: 0;
    margin-bottom: 47px;
}
.zhongimdex_aLeft div a{
    width: 123px;
    height: 35px;
    display: inline-block;
    background: #fff;
    line-height: 35px;
    color: #0f6cbb;
    font-size: 16px;
}

.zhongimdex_aCenter{
    background: #f4f4f4;
    width: 35%;
    overflow: hidden;
    padding-top: 59px;
    padding-left: 34px;
    font-size: 18px;
    color: #1f1616;
}
.zhongimdex_aCenter span{

}
.zhongimdex_aCenter label{
font-weight: 400;
    display: block;
    text-transform: uppercase;
    margin: 12px 0;
}
.zhongimdex_aCenter div{

}
.zhongimdex_aCenter div img{

}
.zhongimdex_aCenter p{
    margin: 0;
    text-align: right;
    overflow: hidden;
}
.zhongimdex_aCenter p img{
    transition: all 0.3s;
}

.zhongimdex_aCenter:hover p img{
    transform: scale(1.1);
}



.zhongimdex_b{
    width: 100%;
    background: #eef6f9;
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 65px;
}

.zhongimdex_bTop{
    text-align: center;
    margin-bottom: 18px;
}
.zhongimdex_bTop div{
    font-size: 27px;
    color: #1f1616;
    margin-bottom: 10px;
    line-height: 100%;
}
.zhongimdex_bTop span{
    font-size: 18px;
    color: #1f1616;
}


.zhongimdex_bnav{
    text-align: center;
}
.zhongimdex_bnav a{
    display: inline-block;
    width: 126px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #dcdcde;
    color: #131212;
    font-size: 16px;
    margin: 0 20px;
    transition: all 0.3s;
}

.zhongimdex_bnav a.on{
    background: #0f6cbb;
    color: #fff;
}


.zhongimdex_btext{
    max-width: 1226px;
    padding: 0 10px;
    overflow: hidden;
    margin:0 auto;
    margin-top: 32px;
}

.zhongimdex_btext .zhongimdex_btextbox{
    display: none;
    overflow: hidden;
}
.zhongimdex_btextbox a:last-child{
    margin-right: 0;
}
.zhongimdex_btextbox a{
    display: block;
    float: left;
    width: 24%;
    background: #fff;
    margin-right: 1.33333%;
    overflow: hidden;
}
.zhongimdex_btextbox a .textboximg{
    width: 100%;
    overflow: hidden;
}
.zhongimdex_btextbox a .textboximg img{
        width: 100%;
    transition: all 0.3s;
}
.zhongimdex_btextbox a .textboxtext{
    padding: 14px;
    overflow: hidden;
}
.zhongimdex_btextbox a .textboxtext div{
    font-size: 15px;
    color: #191616;
}
.zhongimdex_btextbox a .textboxtext p{
    margin: 0;
    color: #868686;
    line-height: 24px;
    margin-top: 6px;
}

.zhongimdex_btextbox a .textboxbottom{
    line-height: 43px;
    padding: 0 16px;
    border-top: 1px solid #d5d5d5;
    text-align: right;
    overflow: hidden;
}
.zhongimdex_btextbox a .textboxbottom span{
        float: left;
    color: #6a6666;
}
.zhongimdex_btextbox a .textboxbottom img{
    
}

.zhongimdex_btextbox a:hover .textboximg img{
    transform: scale(1.1);
}








.zhongimdex_cTop{
    text-align: center;
    margin-top:41px;
    margin-bottom: 37px;
}
.zhongimdex_cTop div{
    font-size: 27px;
    color: #1f1616;
    margin-bottom: 10px;
    line-height: 100%;
}
.zhongimdex_cTop span{
    font-size: 18px;
    color: #1f1616;
}



.zhongimdex_c{
    max-width: 1226px;
    padding: 0 10px;
    overflow: hidden;
    margin:0 auto;
    margin-bottom: 52px;    
}

.zhongimdex_c video{
    float: left;
    height: 402px;
    width: 48%;
    object-fit: fill;
}


.zhongimdex_cRight{
    float: right;
    width: 49%;
    overflow: hidden;
}

.zhongimdex_cRight label{
    font-size: 20px;
    color: #000000;
    line-height: 64px;
    margin: 0;
}
.zhongimdex_cRight p{
    color: #969696;
    margin: 0;
    line-height: 32px;
    margin-bottom: 16px;
}


.zhongimdex_cRighttext{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.zhongimdex_cRighttext a:last-child{
    margin-right: 0;
}
.zhongimdex_cRighttext a{
    display: block;
    text-align: center;
    color: #666;
    width: 102px;
    margin-right: 6%;
}
.zhongimdex_cRighttext a div{
    position: relative;
    width: 102px;
    height: 102px;
    overflow: hidden;
}
.zhongimdex_cRighttext a div img{
    position: absolute;
    left: 0;
    transition: all 0.3s;
    top: 0;
}
.zhongimdex_cRighttext a div img:nth-child(1){
    z-index: 1;
}
.zhongimdex_cRighttext a span{
    line-height: 28px;
}
.zhongimdex_cRighttext a:hover img:nth-child(1){
    z-index: 0;
}


.zhongimdex_d{
    width: 100%;
    background: #eef6f9;
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 80px;
}

.zhongimdex_dTop{
    text-align: center;
    margin-bottom: 45px;
}
.zhongimdex_dTop div{
    font-size: 27px;
    color: #1f1616;
    margin-bottom: 10px;
    line-height: 100%;
}
.zhongimdex_dTop span{
    font-size: 18px;
    color: #1f1616;
}



.zhongimdex_ds{
    max-width: 1226px;
    padding: 0 10px;
    overflow: hidden;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zhongimdex_ds a{
display: block;
    width: 31%;
}
.zhongimdex_ds a p{
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.zhongimdex_ds a p img{
    width: 100%;
    transition: all 0.3s;
}
.zhongimdex_ds a div{
    line-height: 57px;
    padding: 0 18px;
    border: 1px solid #bfbfbf;
    color: #1d1a1a;
    border-top: 0;
    font-size: 16px;
}
.zhongimdex_ds a div span{

}
.zhongimdex_ds a div label{
    margin: 0;
    float: right;
    font-size: 25px;
    color: #0f6cbb;
    font-weight: 400;
}

.zhongimdex_ds a:hover p img{
    transform: scale(1.1);
}


.bottom{
    width: 100%;
    background: #282828;
    overflow: hidden;
}




.bottoms{
    max-width: 1226px;
    padding: 0 10px;
    overflow: hidden;
    margin:0 auto;
    margin-top: 42px;
    margin-bottom: 107px;    
}

.bottomsLeft{
    float: left;
    min-height: 234px;
    border-right: 1px solid #6e6c6c;
    overflow: hidden;
    width: 19%;
    margin-right: 6%;
}

.bottomsLeft a{
    display: block;
    color: #cecaca;
    font-size: 15px;
    margin-bottom: 8px;
}
.bottomsLeft a:nth-child(1){
    font-size: 17px;
   color: #fff; font-weight:bold;
    margin-bottom: 16px;
}



.bottomscenter{
    float: left;
    min-height: 234px;
    border-right: 1px solid #6e6c6c;
    overflow: hidden;
    width: 19%;
    margin-right: 6%;
}

.bottomscenter a{
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
}
.bottomscenter a:nth-child(1){
    font-size: 17px;
   color: #fff; font-weight:bold;
    margin-bottom: 16px;
}


.bottomsRight{
    float: left;
    min-height: 234px;
    overflow: hidden;
    width: 26%;
}

.bottomsRight div{
    display: block;
    color: #cecaca;
    font-size: 15px;
    line-height: 30px;
}
.bottomsRight a{
    font-size: 17px;
    color: #fff;
    display: block;
	 font-weight:bold;
    margin-bottom: 16px;
}

.bottomsimg{
    float: right;
    width: 14%;
}

.bottomsimg img{

}



.allbottom{
    text-align: center;
    line-height: 87px;
    color: #fff;
    border-top: 1px solid #615d5d;
}
.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: 20rem;
}


.listbanner img{

}
.listbanner label{
    display: block;
    font-size: 30px;
    margin-top: -51px;
}
.listbanner div{
    border-top-color: #0f6cbb;
    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: #0f6cbb;
}
.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: #0f6cbb;
    color: #fff;
    border-left: 1px solid #0f6cbb;
}

.listabout{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 2rem;
    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: #0f6cbb;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}
.listnew .listnewright .listnewrighttop span:hover{
    color: #0f6cbb;
}
.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: #0f6cbb;
    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: 6rem;
}

.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: #0f6cbb;
    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: #0f6cbb;
}
.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: #0f6cbb;
    bottom: -1px;
    left: 0px;
    transition: all .5s ease;
}

.listproright .k {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-color: #0f6cbb;
    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: #0f6cbb;
    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: #0f6cbb;
}
.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 #0f6cbb;
}

.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: #0f6cbb;
}
.ProductimgArrowright:hover {
    background: #0f6cbb;
}
.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: #0f6cbb;
    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: #0f6cbb;
}

.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:#0f6cbb
}

.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;
}