﻿*{
	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%;
}
.phoneleft{
    display: none;
}
#page{
    display: none;
}
.search-tags{
    padding: 0 10px;
    width: 100%;
    overflow: hidden;
    clear: both;
    line-height: 24px;
    font-size: 12px;
    margin-top: 1rem;
    display: none;
}
.search-tags a{
    color: #000000;
}
.phoneform{
    padding: 0 10px;
    width: 100%;
    overflow: hidden;
    margin-top: 2rem;
    display: none;
}
.phoneform span{
    color: #FFF;
    background: #9B1E24;
    display:inline-block;
    height: 28px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'microsoft yahei';
    font-size: 13px;
    text-decoration: none;
    line-height: 28px;
    cursor: pointer;
}
.phoneform div{
    overflow: hidden;
}
.phoneform .sro_con_keyword_input{
    float: left;
    width: 78%;
    height: 32px;
    border: solid 2px #9B1E24;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    margin: 0;
    font-family: microsoft yahei;
    font-size: 12px;
    color: #666666;
    line-height: 32px;
    outline: 0;
}
.phoneform .sro_con_keyword_btn{
    float: left;
    width: 22%;
    height: 32px;
    border: solid 2px #9B1E24;
    padding: 0;
    border: none;
    margin: 0;
    background: #9B1E24;
    font-family: microsoft yahei;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    line-height: 32px;
    cursor: pointer;
    outline: 0;
}



#page {
    position: relative;
}


#toper {
    position: relative;
    height: 7rem;
    background: url(../image/logo.gif) center 50% no-repeat #9B1E24;
    background-size: 33.3rem 5rem;
    color: #FFF;
    border-bottom: 1px solid #ccc;
}

#header {
    position: relative;
    height: 5rem;
    background: #9B1E24;
    color: #FFF;
    line-height: 5rem;
    font-size: 1rem;
    border-bottom: 1px solid #9B1E24;
}

#header h1 {
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    background: #9B1E24;
    line-height: 5rem;
}

#header .header_r {
    position: absolute;
    top: 0;
    right: 0;
}

#header .header_r a {
    width: 3rem;
    height: 3rem;
    display: block;
    padding: 0 0.2rem;
    text-indent: -999em;
    color: #FFF;
    overflow: hidden;
}

#header .header_l {
margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
}

#header .header_l a {
position: absolute;
    top: 0;
    display: block;
    width: 5rem;
    height: 5rem;
    text-indent: -100rem;
    overflow: hidden;
    cursor: pointer;
}

#header .header_search .ico_03 {
    -webkit-background-size: 2rem 2rem;
    -moz-background-size: 2rem 2rem;
    background-size: 2rem 2rem;
}



.ico_02 {
    background: url(../image/ico_02.png) no-repeat 50% 50%;
    -webkit-background-size: 1.8rem 1.8rem;
    -moz-background-size: 1.8rem 1.8rem;
    -o-background-size: 1.8rem 1.8rem;
    background-size: 2.25rem 2rem;
}




/*弹出菜单*/

html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal> .mm-panel {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, border;
    -moz-transition-property: top, right, bottom, left, border;
    -ms-transition-property: top, right, bottom, left, border;
    -o-transition-property: top, right, bottom, left, border;
    transition-property: top, right, bottom, left, border;
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
    left: 0%;
    top: 0;
    margin: 0;
    border: 0px solid rgba(0, 0, 0, 0);
}

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
    border: 0px solid rgba(100, 100, 100, 0);
}

.mm-menu .mm-hidden {
    display: none;
}

.mm-fixed-top,
.mm-fixed-bottom {
    position: fixed;
    left: 0;
}

.mm-fixed-top {
    top: 0;
}

.mm-fixed-bottom {
    bottom: 0;
}

html.mm-opened .mm-page,
.mm-menu> .mm-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html.mm-opened,
html.mm-opened body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

html.mm-opened .mm-page {
    height: 100%;
    overflow: hidden;
    position: absolute;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: #fff;
    opacity: 0;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-current {
    display: block;
}

.mm-menu {
    background: inherit;
    display: none;
    overflow: hidden;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.mm-menu> .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0;
}

.mm-menu> .mm-panel.mm-opened {
    left: 0%;
}

.mm-menu> .mm-panel.mm-subopened {
    left: -40%;
}

.mm-menu> .mm-panel.mm-highest {
    z-index: 1;
}

.mm-menu> .mm-panel.mm-hidden {
    display: block;
    visibility: hidden;
}

.mm-menu .mm-list {
    padding: 20px 0;
}

.mm-menu> .mm-list {
    padding: 20px 0 40px 0;
}

.mm-panel> .mm-list {
    margin-left: -20px;
    margin-right: -20px;
}

.mm-panel> .mm-list:first-child {
    padding-top: 0;
}

.mm-list,
.mm-list> li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-list {
    font: inherit;
    font-size: 14px;
}

.mm-list a,
.mm-list a:hover {
    text-decoration: none;
}

.mm-list> li {
    position: relative;
}

.mm-list> li> a,
.mm-list> li> span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

.mm-list> li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mm-list> li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto;
}

.mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none;
}

.mm-list a.mm-subopen+ a,
.mm-list a.mm-subopen+ span {
    padding-right: 5px;
    margin-right: 40px;
}

.mm-list> li.mm-selected> a.mm-subopen {
    background: transparent;
}

.mm-list> li.mm-selected> a.mm-fullsubopen+ a,
.mm-list> li.mm-selected> a.mm-fullsubopen+ span {
    padding-right: 45px;
    margin-right: 0;
}

.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px;
}

.mm-list> li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px;
}

.mm-list> li.mm-spacer {
    padding-top: 40px;
}

.mm-list> li.mm-spacer.mm-label {
    padding-top: 25px;
}

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px;
}

.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened> .mm-panel {
    display: block;
}

.mm-menu.mm-vertical .mm-list> li.mm-opened> a.mm-subopen {
    height: 40px;
}

.mm-menu.mm-vertical .mm-list> li.mm-opened> a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px;
}

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-ismenu {
    background: #333333;
}

.mm-menu {
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list> li:after {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list> li> a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list> li> a.mm-subopen:after,
.mm-menu .mm-list> li> a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list> li> a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list> li.mm-selected> a:not(.mm-subopen),
.mm-menu .mm-list> li.mm-selected> span {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list> li.mm-label {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened> a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened> ul {
    background: rgba(255, 255, 255, 0.05);
}

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 80%;
}

.mm-menu {
    width: 80%;
}

@media all and (max-width: 175px) {
    .mm-menu {
        width: 140px;
    }
    html.mm-opened.mm-opening .mm-page,
    html.mm-opened.mm-opening #mm-blocker,
    html.mm-opened.mm-opening .mm-fixed-top,
    html.mm-opened.mm-opening .mm-fixed-bottom {
        left: 140px;
    }
}

@media all and (min-width: 550px) {
    .mm-menu {
        width: 440px;
    }
    html.mm-opened.mm-opening .mm-page,
    html.mm-opened.mm-opening #mm-blocker,
    html.mm-opened.mm-opening .mm-fixed-top,
    html.mm-opened.mm-opening .mm-fixed-bottom {
        left: 440px;
    }
}

html.mm-nooverflowscrolling.mm-opened {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto;
}

html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed;
}

html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto;
}

html.mm-nooverflowscrolling.mm-opened> .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0;
}

html.mm-nooverflowscrolling.mm-opened> .mm-panel.mm-current {
    display: block;
}


/*弹出菜单e*/

/*缓存*/
/*.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;
}


.myTop {
    max-width:1220px;
    margin:auto;
    padding: 0 10px;
    overflow: hidden;
    height: 126px;
    position: relative;
}

.myTopLeft{
    float: left;
}
.myTopLeft img{

}



.myTopRightform{
    float: right;
    overflow: hidden;

}
.myTopRightform form{
     width: 562px;
    height: 46px;
    background: url(../image/images/8_03.jpg)center 0 no-repeat;
    margin-right: 30px;
    margin-top: 30px;   
}
.myTopRightform input{
    width: 389px;
    height: 45px;
    padding-left: 63px;
    border: 0;
    background: none;
    outline: none;
    float: left;
}
.myTopRightform button{
    width: 173px;
    height: 45px;
    border: 0;
    outline: none;
    background: none;
    float: left;
}

.myTopRightform div{
    font-size: 16px;
    color: #b00f14;
    margin-top: 10px;
}
.myTopRightform div label{
    margin: 0;
    font-weight: 400;
}
.myTopRightform div span{
    color: #787878;
}














.nav{
    width: 100%;
    border-top: 1px solid #ccc;
}




.nav .navs {
    max-width:1220px;
    margin:auto;
    padding: 0 10px;
    position: relative;
    margin-bottom:0;
    font-size:0;
}
.nav .navs>li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    height: 50px;
    font-weight: 700;
    line-height: 50px;
    width: 9.3%;
    text-align: center;
    transition: all 0.3s;
}
.nav .navs>li>a {
    text-align: center;
    color: #222222;
    display: block;
    font-size: 17px;
    overflow: hidden;
}
/*.nav span {
    float:right;
}*/
.nav .navs>li:nth-child(1){
    width: 16%;
    background: #b00f14;
}
.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:#a50000;*/
}
.nav .navs a:hover{

}


#vio{
    max-width: 646px;
}

.okis{
    width: 500px;
}
#viophone{
    max-width: 646px;
    display: none;
}





/**/
.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;
}


.home_aTop{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 30px;
    height: 49px;
    background: url(../image/3.png)center 0 no-repeat #b00f14;
    text-align: center;
    line-height: 49px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    border-radius: 30px;
}


.home_a{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_a a{
    display: block;
    text-align: center;
    margin-bottom: 40px;
    width: 24%;
}
.home_a a p{
    overflow: hidden;
    margin: 0;
}
.home_a a p img{
    width: 100%;
    transition: all 0.3s;
}
.home_a a label{
    font-size: 16px;
    color: #504d4d;
    font-weight: 400;
    margin: 0;
    margin-top: 23px;
}
.home_a a div{
    color: #b00f14;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 700;
}
.home_a a span{
    color: #292424;
    font-size: 19px;
    font-weight: 700;
}
.home_a a:hover p img{
    transform: scale(1.1);
}



.home_b{
    width: 100%;
    background: url(../image/6.png)center 0 no-repeat;
    height: 866px;
    overflow: hidden;
}

.home_bTop{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden; 
    text-align: center;
}
.home_bTop span{
    font-size: 45px;
    color: #c90000;
    background: url(../image/5.png)center 0 no-repeat;
    overflow: hidden;
    display: block;
    margin-top: 66px;
}
.home_bTop label{
    display: block;
    font-size: 27px;
    color: #141312;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 27px;
}
.home_bTop p{
    font-size: 17px;
    color: #2e2d2c;
    line-height: 40px;
}
.home_bTop div{

}
.home_bTop div a{
    display: inline-block;
    width: 184px;
    height: 45px;
    background: #b00f14;
    color: #fff;
    line-height: 45px;
    border-radius: 30px;
    font-size: 18px;
    margin: 0 19px;
    margin-top: 20px;
    margin-bottom: 40px;
}


.home_b video{
    height: 385px;
    max-width: 1042px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    object-fit: fill;
}


.home_cTop{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 21px;
    color: #0f0e0e;
    font-weight: 700;
    overflow: hidden;
    height: 87px;
    padding-top: 42px;
}

.home_c{
    max-width: 1354px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 37px;
}
.home_c .home_cswiper{
    max-width: 1200px;
}
.home_c .home_cswiper a{
    display: block;
    overflow: hidden;
}
.home_c .home_cswiper a img{
    width: 100%;
    transition: all 0.3s;
}
.home_c .home_cswipernext{
    width: 40px;
    height: 40px;
    background: url(../image/images/3_03.jpg)center 0 no-repeat;
    margin-top: -20px;
}

.home_c .home_cswiperprev{
    width: 40px;
    height: 40px;
    background: url(../image/images/4_03.jpg)center 0 no-repeat;
    margin-top: -20px;    
}

.home_c .home_cswiper a:hover img{
    transform: scale(1.1);
}



.home_d{
    width: 100%;
    background: url(../image/images/5_02.jpg)center 0 no-repeat;
    height: 170px;
    overflow: hidden;
    margin-bottom: 40px;
}


.home_e{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

.home_eTop{
    overflow: hidden;
    height: 52px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e0e0;
}

.home_eTop img{
    width: 53px;
    margin-right: 11px;
}
.home_eTop span{
    font-size: 22px;
    color: #141312;
}
.home_eTop a{
    float: right;
    width: 78px;
    height: 36px;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    background: #b00f14;
}


.home_eLeft{
    float: left;
    min-height: 373px;
    overflow: hidden;
    background: #f8f8f8;
    width: 16%;
    padding: 0 15px;
    font-size: 16px;
    line-height: 32px;
    padding-top: 29px;
}

.home_eRight{
    float: right;
    width: 82%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
    text-align: center;
}

.home_eRight a{
    display: block;
    text-align: center;
    width: 23%;
}
.home_eRight a p{
    overflow: hidden;
    margin: 0;
}
.home_eRight a p img{
    width: 100%;
    transition: all 0.3s;
}
.home_eRight a label{
    font-size: 14px;
    color: #504d4d;
    font-weight: 400;
    margin: 0;
    margin-top: 23px;
}
.home_eRight a div{
    color: #b00f14;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 700;
}
.home_eRight a span{
    color: #292424;
    font-size: 15px;
    font-weight: 700;
}
.home_eRight a:hover p img{
    transform: scale(1.1);
}





.home_f{
    width: 100%;
    background: url(../image/11.png)center 0 no-repeat;
    height: 461px;
    overflow: hidden;
}




.home_fs{
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.home_fs .home_fswiper{
    max-width: 1075px;
}
.home_fs .home_fswiper .swiper-slide{
padding-top: 6rem;
}

.home_fs .home_fswiper a{
    display: block;
    background: #efeeea;
    padding: 20px;
    position: relative;
}
.home_fs .home_fswiper a .home_fsLeft{
    float: left;
    width: 36%;
    /* overflow: hidden; */
    position: relative;
    height: 100%;
}
.home_fs .home_fswiper a .home_fsLeft img{
    position: absolute;
    top: -50px;
    left: 25px;
}
.home_fs .home_fswiper a .home_fsLeft div{
    writing-mode: vertical-rl;
    width: 75%;
    height: 135px;
    color: #221f1f;
    margin-top: 18rem;
    float: right;
    line-height: 23px;
}
.home_fs .home_fswiper a .home_fsRight{
float: right;
    padding: 7px;
    border: 1px solid #b82a2f;
    width: 62%;
    overflow: hidden;
}
.home_fs .home_fswiper a .home_fsRight img{

}

.home_fs .home_fswipernext{
    width: 40px;
    height: 80px;
    background: url(../image/12.png)center 0 no-repeat;
    margin-top: -20px;
}

.home_fs .home_fswiperprev{
    width: 40px;
    height: 80px;
    background: url(../image/13.png)center 0 no-repeat;
    margin-top: -20px;    
}







.home_g{
    width: 100%;
    background: url(../image/images/7_02.jpg)center 0 no-repeat;
    height: 674px;
    overflow: hidden;
}

.home_gs{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    margin-top: 64px;
}

.home_gsleft{
    float: left;
    width: 35%;
    overflow: hidden;
}

.home_gsleft .home_gsleftswiper{
    width: 100%;
}

.home_gsleft .home_gsleftswiper a{
    display: block;
}
.home_gsleft .home_gsleftswiper a img{
    width: 100%;
}
.home_gsleft .home_gsleftswiper .home_gsleftswiperpagination{
    
}


.home_gsleft .home_gsleftswiper .home_gsleftswiperpagination span{
    
}

.home_gsleft .home_gsleftswiper .home_gsleftswiperpagination span.swiper-pagination-bullet-active{
    background: #eb0a0a;
}


.home_gsCenter{
    float: left;
    width: 30%;
    overflow: hidden;
}
.home_gsCenter_a{
    width: 100%;
}
.home_gsCenter_a img{

}
.home_gsCenter_a label{
    padding-left: 23px;
    margin-top: 37px;
    font-size: 18px;
    color: #050404;
    margin-bottom: 21px;
}
.home_gsCenter_a div{
    padding-left: 23px;
    padding-right: 22px;
    color: #5d5b5b;
    line-height: 27px;
    min-height: 221px;
}


.home_gsCenter_b{
    width: 100%;
    padding-left: 23px;
}

.home_gsCenter_b div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_gsCenter_b div a{
    font-size: 15px;
    color: #5d5b5b;
    margin-bottom: 8px;
    width: 49%;
}
.home_gsCenter_b>a{
    display: block;
    text-align: right;
    font-size: 18px;
    color: #5d5b5b;
    margin-top: 12px;
}
.home_gsCenter_b>a img{
    margin-left: 10px;
}

.home_gsRight{
    float: right;
    width: 32%;
    overflow: hidden;
}
.home_gsRight a{

    display: block;
    overflow: hidden;
    margin-bottom: 27px;

}
.home_gsRight a .nLeft{
    float: left;
    width: 36%;
    overflow: hidden;
}
.home_gsRight a .nLeft img{
    width: 100%;
    transition: all 0.3s;
}
.home_gsRight a:hover img{
    transform: scale(1.1);
}
.home_gsRight a .nRight{
    float: right;
    width: 60%;
}
.home_gsRight a .nRight div{
        font-size: 16px;
    color: #525252;
    font-weight: 700;
}
.home_gsRight a .nRight p{
    margin: 0;
    color: #525252;
    line-height: 28px;
    margin-top: 7px;
}






.bottom{
    width: 100%;
    background: url(../image/20.png)center 0 no-repeat #f5f5f5;
    height: 381px;
    overflow: hidden;
}

.bottoms{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    margin-top: 134px;
    overflow: hidden;
    position: relative;
}


.bottomsLeft{
    float: left;
    overflow: hidden;
    min-height: 190px;
    border-right: 1px solid #a99589;
    width: 22%;
}

.bottomsLeft div{
    color: #f4f4f4;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 18px;
    float: left;
    width: 100%;
}

.bottomsLeft a{
    float: left;
    color: #a99589;
    display: block;
    width: 36%;
    margin-bottom: 10px;
}

.bottomsCenter{
    float: left;
    overflow: hidden;
    min-height: 190px;
    border-right: 1px solid #a99589;
    width: 49%;
    padding-left: 91px;
}
.bottomsCenter div{
    color: #f4f4f4;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 18px;
    width: 100%;
}
.bottomsCenter p{
    color: #a99589;
    margin: 0;
    line-height: 26px;
}

.bottomsCenter p a{
    color: #a99589;    
}

.bottomsRight{
    float: right;
    width: 24%;
    margin-top: 4rem;
}
.bottomsRight img{

}























/*
.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: 0;
    top: 50px;
    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: #b00f14;
}


.navs>li .navsonemore{
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #b00f14;
    z-index: 100;
    text-align: left;
    padding-bottom: 10px;
    display: none;
}
.navs>li .navsonemore li{
    height: 42px;
    line-height: 42px;
    padding: 0 14px;
    font-size: 14px;
    transition: all 0.3s;
}

.navs>li .navsonemore li>a{
    color: #fff;
    font-weight: 400;
    display: block;
    overflow: hidden;
    transition: all 0.3s;
}

.navs>li .navsonemore li>a i{
    float: right;
    line-height: 42px;
}

.navs>li .navsonemore li:hover{
    background: #fff;
}

.navs>li .navsonemore li:hover>a{
    color: #333;
}



.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.banner .swiper-pagination-bullet-active{
    background: #b00f14;
}












































































/**/
.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: #b00f14;
    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: #b00f14;
}
.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: #b00f14;
    color: #fff;
    border-left: 1px solid #b00f14;
}

.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: #b00f14;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}
.listnew .listnewright .listnewrighttop span:hover{
    color: #b00f14;
}
.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: #b00f14;
    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: 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border: #e6e6e6 1px solid;
    display: block;
    color: #333;
    margin-bottom: 10px;
    transition: all 0.3s;
        background: #b00f14;
    color: #fff;
}
.listproleft>a:hover{
    background: #b00f14;
    color: #fff;
}

.listproleftmore{
    overflow: hidden;
}

.listproleftmore a{
display: block;
    text-align: center;
    border: 1px solid #e6e6e6;
    line-height:30px;
    color: #333;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.listproleftmore a:hover{
        background: #b00f14;
    color: #fff;
}

















.listproright{
float: right;
    width: 74%;
	display: flex;
    flex-wrap: wrap;
}
.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: #b00f14;
}
.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: #b00f14;
    bottom: -1px;
    left: 0px;
    transition: all .5s ease;
}

.listproright .k {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-color: #b00f14;
    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: #b00f14;
    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: 16px;
}
.detailright div{
    margin-top: 21px;
    overflow: hidden;
}
.detailright div a{
    display: inline-block;
    background: #b00f14;
    color: #fff;
    padding: 8px 19px;
    border-radius: 30px;
}







.listshowrightbottom{
    width: 100%;
    margin-top: 3rem;
}
.listshowrightbottom>span{
border-bottom: 1px solid #b00f14;
    display: block;
    margin-bottom: 15px;
}
.listshowrightbottom>span i{
    width: 122px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    display: block;
    font-style: normal;
    background-color: #b00f14;
}
/*.listshowrightbottom>div{
    border:1px solid #ccc;
    padding: 15px;
    line-height: 25px;
}
*/
.listshowrightbottomtext{
    overflow: hidden;
}
#vui{
    width: 100%;
}









.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 #b00f14;
}

.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: #b00f14;
}
.ProductimgArrowright:hover {
    background: #b00f14;
}
.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: #b00f14;
    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: #b00f14;
}

.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:#b00f14
}

.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;
}




.detailmmm{
    text-align: center;
    line-height: 25px;
    margin-bottom: 2rem;
    display: none;
}
.detailmmm span{
    color: rgb(255, 0, 0);
    font-size: 17px;
}
.detailmmm p{
    font-size: 12px;
    margin: 0;
}
.detailmmm div{
    font-weight: 700;
    font-size: 12px;
}
.detailmmm label{
    color: rgb(255, 0, 0);
}

.pjj{
    text-align: center;
    font-size: 16px;
    margin: 2rem 0;
    display: none;
}
.pjj a{
     color: rgb(0, 0, 255);   
}



@font-face {
    font-family: 'global-nav__iconfont';
    src: url('css/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#uxiconfont') format('svg');
}
.global-nav {
    position: fixed;
    bottom: 0;
    z-index: 1013;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
}
.global-nav__nav-wrap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    height: 57px;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
}
.global-nav__nav-item {
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    overflow: hidden;
}
.global-nav__nav-link {
    position: relative;
    display: block;
    height: 50px;
    line-height: 24px;
    padding-top: 7px;
    text-align: center;
    white-space: nowrap;
    color: #999;
}
.global-nav__nav-link:active {
    color: #b54f4a;
}
.global-nav__nav-cur {
    color: #b54f4a;
}
.global-nav__iconfont {
    font-family:"global-nav__iconfont";
    font-size:24px;
    font-style:normal;
}
.global-nav__nav-tit {
    display: block;
    font-size: 12px;
}
.global-nav__nav-shop-cart-num,.global-nav__operate-cart-num {
    position: absolute;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 8px;
    background-color: #b54f4a;
    color: #fff;
    font-size: 12px;
}
.global-nav__nav-shop-cart-num {
    right: 7px;
    top:4px;
}
.global-nav__operate-wrap {
    position: relative;
    height: 57px;
    background-color: rgba(153,153,153,.75);
    right: -62px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.global-nav__operate-wrap:before,.global-nav__operate-wrap:after {
    content: '';
    position: absolute;
    top: 24px;
    width: 7px;
    height: 7px;
    border-top:2px solid #fff;
    border-right: 2px solid #fff;
}
.global-nav__operate-wrap:before {
    display: none;
    right: 3px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.global-nav__operate-wrap:after {
    right: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.global-nav__yhd-logo {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 32px;
    height: 29px;
    background-image:url(../image/global_nav_login.png);
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}
.global-nav__operate-cart-num {
    right: -8px;
    top: -8px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.global-nav--current {
    left:0;
}
.global-nav--current .global-nav__operate-wrap {
    width: 20px;
    right: 0;
}
.global-nav--current .global-nav__yhd-logo {
    width: 0;
}
.global-nav--current .global-nav__operate-cart-num {
    opacity: 0;
}
.global-nav--current .global-nav__operate-wrap:before {
    display: block;
}
.global-nav--current .global-nav__operate-wrap:after {
    display: none;
}



/* ==================== 所有分类页====================*/
    .aboutcontainer {
    width:100%;
    padding:0;
    overflow:hidden;
    display: none;
    margin:auto;
}
.category-box {
    height:100%;
    width:100%;
    overflow:hidden;
}
.category1 {
    height:100%;
    float:left;
    width:30%;
    background-color:#fff;
}
.category1 ul {
    width:100%;
    overflow:hidden;
}
.category1 li {
    width:100%;
    height:50px;
    line-height:50px;
    background-color: #fff;
    border-top: 1px solid #f4f4f4;
    font-size:13px;
    overflow:hidden;
    text-align:center;
    border-left:3px solid #fff;
    color:#241c1d
}
.category1 li.cur {
    color:#9B1E24;
    border-left:3px solid #9B1E24;
    background:#f5f5f5
}
.category2 {
    float:left;
    width:70%;
    height:100%;
    background-color:#f5f5f5;
}
.category2 dl {
    width:95%;
    margin:auto;
    overflow:hidden;
}
.category2 dl span {
    display:block;
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.category2 dl span img {
    display:block;
    width:100%;
    height:auto
}
.category2 dl span em {
    width:10px;
    height:100%;
    display:block;
    font-size:12px;
    position:absolute;
    right:0px;
    bottom:0px;
    padding:0px 10px 0px 10px;
    background-color:rgba(27,27,27,0.5);
    color:#FFF;
    vertical-align:center;
    font-style:normal;
    line-height:150%;
    font-family:'宋体';
    -webkit-box-align:center;
    display:-webkit-box;
}
.category2 dt {
    width:100%;
    height:3rem;
}
.category2 dt a {
    display:block;
    line-height:3rem;
    font-size:16px;
    color:#333;
}
.category2 dd {
    width:100%;
    overflow:hidden;
    background:#FFF;
}
.fenimg {
    width:100%;
    overflow:hidden;
}
.fen_img {
    width:100;
    overflow:hidden;
    clear:both;
    margin:0px;
    margin:10px 0;
}
.fen_img a {
    display:block;
    width:90%;
    height:60px;
    margin:auto;
    overflow:hidden;
    background:#FFF;
}
.fen_img a span {
    display:block;
    float:left;
    width:50px;
    height:50px;
}
.fen_img a span img {
    display:block;
    width:100%;
    height:50px;
    margin:auto;
    border-radius:50%
}
.fen_img a em {
   float: left;
    display: block;
    padding-left: 10px;
    height: 50px;
    margin: auto;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 50px;
    font-style: normal;
    width: 72%;
}
.fen {
    width:33.33333%;
    float:left;
    overflow:hidden;
    text-align:center;
}
.fen a {
    display:block;
    width:90%;
    height:35px;
    line-height:35px;
    border:1px solid #e5e5e5;
    text-align:center;
    font-size:14px;
    color:#999;
    background:#FFF;
    margin:auto
}
.all {
    display:block;
    width:100%;
    height:35px;
    background:#9B1E24;
    font-size:14px;
    line-height:35px;
    text-align:center;
    margin:auto;
    margin-bottom:10px;
    border-radius:3px;
    margin-top:10px;
}
/* ==================== 分类页====================*/