* {
    margin:0;
    padding:0;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:none;
    color:#333;
}
body {
    font-family:"微软雅黑";
    min-width:1200px;
}
ul {
    list-style:none;
}
.search {
    cursor: pointer;
}
.search-box {
    width: 28%;
    position: absolute;
    right: 0;
    top: 82px;
    display: none;
    z-index: 10;
    background: #007acc;
    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;
}


.top1 {
    width:100%;
    height: 110px;
}
.nav {
    width:1200px;
    margin:auto;
    position: relative;
}

.navLeft{
    float: left;
}

.navRight{
    float: right;
    line-height: 110px;
}

.nav>ul {
    margin-bottom: 0;
    font-size: 0;
    float: right;
}
.nav>ul>li {
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    height: 110px;
    border-bottom: 2px solid #fff;
}
.nav>ul>li>a{
    display: block;
    text-align: center;
    color: #5c5c5c;
    font-size: 15px;
    overflow: hidden;
    transition: all 0.3s;
    border-left: 1px dashed #ccc;
    width: 102px;
    line-height: 100%;
    margin-top: 50px;
}
/*.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 {
        /*background: #019140;*/
        border-bottom: 2px solid #3373b1;
}
.nav>ul>li:hover>a {

    /*color:#fff;*/
}

.clear {
    clear:both;
}
.more {
    position:absolute;
    left: 0;
    top: 110px;
    width:100%;
    z-index:999;
    background:#fff;
    display:none;
}
.more a {
    display:block;
    height:44px;
    overflow:hidden;
    line-height:44px;
    color:#808080;
    border:1px solid #dcdcdc;
    margin-bottom:-1px;
    text-align:center;
    font-size:13px;
    transition:all 0.3s linear 0s;
}


#myCarousel .item img{
    width: 100%;
}

.home_a{
    width: 1200px;
    margin: 70px auto;
    overflow: hidden;
}

.home_a .home_aLeft{
    float: left;
}

.home_aRight{
    width: 749px;
    float: right;
    overflow: hidden;
}

.home_aRight label{
    font-size: 35px;
    color: #0070c0;
    text-align: center;
    font-style: italic;
    display: block;
}
.home_aRight div{
    font-size: 26px;
    color: #0070c0;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    display: block;
}
.home_aRight p{
    font-size: 15px;
    color: #666666;
    line-height: 35px;
    margin-top: 25px;
}
.home_aRight a{
    width: 149px;
    height: 40px;
    background: #007acc;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
}
.home_aRight a img{
    margin-left: 10px;
}

.home_b{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 55px;
}

.home_bLeft{
    float: left;
}


.home_bpro{
    width: 966px;
    overflow: hidden;
    float: right;
}


.home_bpros{
    display: flex;
    flex-wrap: wrap;
}
.home_bpros>div{

}
.home_bpros a{
    display: block;
    overflow: hidden;
    margin-left: 22px;
    margin-bottom: 18px;
}
.home_bpros a p{
    width: 300px;
    height: 225px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.home_bpros a p img{
    width: 100%;
    height: 100%;
    transition: all 0.3s; 
}
.home_bpros a div{
    overflow: hidden;
    text-align: right;
}
.home_bpros a div span{
    float: left;
    font-style: italic;
    font-size: 18px;
    color: #007acc;
    font-weight: 700;
}
.home_bpros a div img{

}

.home_bpros a:hover p img{
    transform: scale(1.1);
}




.home_c{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 54px;
    display: flex;
    flex-wrap: wrap;
}
.home_c a:last-child{
    margin-right: 0;
}
.home_c a{
    display: block;
    width: 286px;
    height: 158px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-right: 18px;
}
.home_c a>img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.home_c div{
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding-top: 57px;
}
.home_c div span{

}
.home_c div img{
    margin-left: 10px;
    transition: all 0.5s;
}

.home_c div:hover img{
    transform: rotateY(360deg);
}


.home_d{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 56px;
}


.home_dRight{
    float: right;
}


.home_dLeft{
    width: 738px;
    float: left;
    overflow: hidden;
}

.home_dLeftnav{
    width: 100%;
    overflow: hidden;
}
.home_dLeftnav a{
    width: 106px;
    color: #999999;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 31px;
    line-height: 100%;
    float: left;
    background: url(../image/images/8_03.jpg)right 0 no-repeat;
    background-position: right;
}

.home_dLeftnav a.on{
    color: #007acc;
}


.home_dLefttext{
    padding-left: 35px;
    color: #0070c1;
    font-size: 18px;
    margin-top: 39px;
    margin-bottom: 27px;
}
.home_dLefttext span{
    color: #999999;
}

.home_dLeftbox{
    overflow: hidden;
    padding-left: 35px;
}
.home_dLeftboxs{
    display: none;
    width: 100%;
}

.home_dLeftboxs a{
    display: block;
    height: 105px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 33px;
}
.home_dLeftboxs a div{
    font-size: 18px;
    color: #0070c0;
    font-weight: 700;
    font-style: italic;
    overflow: hidden;
}
.home_dLeftboxs div label{
    margin: 0;
}
.home_dLeftboxs a div span{
    float: right;
}
.home_dLeftboxs p{
    margin: 0;
    line-height: 26px;
    color: #666666;
    margin-top: 13px;
}



.bottom{
    width: 100%;
    background: #383838;
    overflow: hidden;
}

.bottoms{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 32px;
    margin-bottom: 42px;
}

.bottomsRight{
    float: right;
    display: flex;
}

.bottomsRight img{
    width: 152px;
    height: 152px;
}

.bottomsRight p{
    font-size: 14px;
    color: #fff;
}

.bottomsRight div:nth-child(2){
    margin-left: 20px;
}

.bottomsLeft{
    float: left;
    width: 841px;
    overflow: hidden;
}

.bottomsLeftnav{
    height: 42px;
    border-bottom: 1px solid #4c4c4c;
    overflow: hidden;
    margin-bottom: 30px;
}
.bottomsLeftnav a{
    color: #fff;
    margin-right: 35px;
}

.bottomsLefttext{
    overflow: hidden;

}
.bottomsLefttext a{
    color: #fff;
    overflow: hidden;
    display: inline-block;
    width: 256px;
    margin-bottom: 14px;
}
.bottomsLefttext a div{
    float: left;
    width: 32px;
    text-align: center;
}
.bottomsLefttext a div img{

}
.bottomsLefttext a p{
    margin-bottom: 0;
    float: left;
}
.bottomsLefttext a:nth-child(2){
    width: auto;
}

.bottomsLefttext a:nth-child(5){
    width: auto;
}


.allbottom{
    text-align: center;
    background: #fff;
    color: #383838;
}
.allbottom a{
    line-height: 50px;
    color: #383838;
}














/*.yb_conct {
    position:fixed;
    z-index:9999999;
    top:200px;
    right:-127px;
    cursor:pointer;
    transition:all .3s ease;
}
.yb_bar ul li {
    width:180px;
    height:53px;
    font:16px/53px 'Microsoft YaHei';
    color:#fff;
    text-indent:54px;
    margin-bottom:3px;
    border-radius:3px;
    transition:all .5s ease;
    overflow:hidden;
}
.yb_bar .yb_top {
    background:#055eb7 url('../image/fixCont.png') no-repeat 0 0;
}
.yb_bar .yb_phone {
    background:#055eb7 url('../image/fixCont.png') no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
    text-indent:0;
    background:#055eb7 url('../image/fixCont.png') no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
    background:#055eb7 url('../image/fixCont.png') no-repeat 0 -169px;
}
.hd_qr {
    padding:0 29px 25px 29px;
    width:183px;
}
.yb_QQ a {
    display:block;
    text-indent:54px;
    width:100%;
    height:100%;
    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: #3373b1;
    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: #3373b1;
}
.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: #3373b1;
    color: #fff;
    border-left: 1px solid #3373b1;
}

.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{

    width: 20%;
}
.listnew .listnewright{
    float: right;
    width: 78%;
    overflow: hidden;
    margin-top: 2rem;
}
.listnew .listnewright .listnewrighttop{

    line-height: 34px;
}
.listnew .listnewright .listnewrighttop span{
font-size: 23px;
    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: #3373b1;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}
.listnew .listnewright .listnewrighttop span:hover{
    color: #3373b1;
}
.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: #3373b1;
    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;
    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: #3373b1;
    color: #fff;
}


.listproright{
    float: right;
    width: 77%;
    margin-top: 3rem;
}
.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: #3373b1;
}
.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: #3373b1;
    bottom: -1px;
    left: 0px;
    transition: all .5s ease;
}

.listproright .k {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-color: #3373b1;
    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: #3373b1;
    font-family: arial;
    font-weight: bold;
}
.listproright .foot {
    padding: 30px 30px 30px;
    background: #fff;
}

.listproright .pic {
    overflow: hidden;
    width: 100%;
    height: 199px;
}
.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: #3373b1;
}
.listshowrightbottom>div{
    border:1px solid #ccc;
    padding: 15px;
    line-height: 25px;
}

*/
.listshowrightbottom .listshowrightbottomnav{
    width: 100%;
    overflow: hidden;
    /*background-color: #3373b1;*/
}
.listshowrightbottom .listshowrightbottomnav span{
    width: 114px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #333;
    float: left;
    display: block;
    cursor: pointer;
}
.listshowrightbottom .listshowrightbottomnav span.on{
    background-color: #3373b1;
    color: #fff;
}
.listshowrightbottom .listshowrightbottomtext{
    overflow: hidden;
    border:1px solid #ccc;
    padding: 15px;
    line-height: 25px;
}

.listshowrightbottom .listshowrightbottomtext .listshowrightbottomtextbox{
    display: none;
}



















.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 #3373b1;
}

.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: #3373b1;
}
.ProductimgArrowright:hover {
    background: #3373b1;
}
.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: #3373b1;
    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: #3373b1;
}

.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:#3373b1;
}



.prolistpro{
    max-width: 1280px;
    margin: auto;
    margin-bottom: 2rem;
}

.left_zi {
  width: 217px;
  float: left;
  border-right: 1px solid #f5f5f5;
}


.left_zi .top_com {
  background: url(../image/left_top_bg.jpg) no-repeat;
  min-height: 180px;
  padding-top: 100px;
  position: relative;
}
.left_zi .top_com span {
  font-size: 27px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  width: 100%;
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 0px 20px;
}
.left_zi .top_com:after {
  content: url(../image/after_top.png);
  position: absolute;
  left: 0px;
  top: -33px;
  width: 374px;
  height: 33px;
  z-index: 9999;
}
.left_zi .nav_left {
  border-left: 8px solid #e5e5e5;
  padding: 0px 6px;
  position: relative;
}
.left_zi .nav_left li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 30px;
  position: relative;
}
.left_zi .nav_left li a {
  font-size: 14px;
  color: #666666;
  font-family: "微软雅黑";
  display: block;
  width: 100%;
  padding-right: 12px;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  background: url(../image/li_san.png) right center no-repeat;
}
.left_zi .nav_left li:hover>a {
  color: #3373b1;
  font-weight: 700;
}
.left_zi .nav_left li .er {
  padding: 0px 0px 10px;
}
.left_zi .nav_left li .er a {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  height: 24px;
  background: none;
  font-weight: 500;
}
.left_zi .nav_left li .er a:hover {
  color: #3373b1;
}
.left_zi .nav_left .active a {
  color: #3373b1;
  font-weight: 700;
}
/*.left_zi .nav_left:before {
  content: "";
  position: absolute;
  height: 46px;
  width: 13px;
  top: 0px;
  left: -13px;
  background: #3373b1;
}*/
.left_zi .pro_lei {
  border: 1px solid #f5f5f5;
  margin-top: 40px;
}
.left_zi .pro_lei .top {
  background: #3373b1 url(../image/li_lei.png) no-repeat 20px center;
  padding-left: 40px;
  height: 38px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
}
.left_zi .pro_lei .pro_l_nei {
  padding: 20px 5px 10px;
  border-bottom: 1px solid #F5F5F5;
}
.left_zi .pro_lei .pro_l_nei .pic {
  width: 100%;
  position: relative;
}
.left_zi .pro_lei .pro_l_nei .pic i {
  display: block;
  padding-bottom: 69.12442396313364%;
}
.left_zi .pro_lei .pro_l_nei p {
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
}
.left_zi .pro_lei .left_g_new {
  padding: 20px 10px;
}
.left_zi .pro_lei .left_g_new li a {
  color: #686868;
  font-size: 13px;
  line-height: 27px;
  height: 27px;
  overflow: hidden;
  widows: 100%;
  display: block;
  background: url(../image/li_dian1.jpg) no-repeat left center;
  padding-left: 10px;
}
.left_zi .pro_lei .left_g_new li a:hover {
  color: #3385c1;
  font-weight: 700;
}


.nav_leftmore{
    padding-left: 17px;
    display: none;
}
.nav_leftmore a{

}
.nav_leftmore a:hover{
   color: #3373b1!important;
  font-weight: 700;   
}



.listmui{
    width: 100%;
    overflow: hidden;
}

.listmui .bar {
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0px 10px;
    overflow: hidden;
}
.listmui .bar .b_tt {
    float: left;
    font-size: 20px;
    color: #1f1f1f;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 20%;
    overflow: hidden;
}
.listmui .bar .curbar {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #6e6e6e;
    width: 78%;
    vertical-align: middle;
    margin-top: 12px;
}
.listmui .bar .curbar i {
    font-style: normal;
    max-width: 100px;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}

.listmui .bar .curbar a {
    max-width: 100px;
    overflow: hidden;
    height: 18px;
    color: #6e6e6e;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}

.listmuiabout{
    width: 100%;
    line-height: 26px;
    margin-top: 2rem;
}






