@charset "utf-8";
html {
    width: 100%;
    height: 100%;
}
body{width:100%;}
.wp-wrapper { width: 100%;/* background-color: #fff;*/}
.wp-wrapper .wp-inner { width:auto; max-width: 1200px; margin:0 auto; }
.red{
    color:#AC3226;
}
.wp {
    width: 90%;
    margin: 0 auto;
    min-width:300px;
}
.wp-t {
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    position: relative;
    padding-left: 6.25%;
    padding-right: 6.25%;
}
.wp-12{
    max-width:1200px;
    margin:auto;
}
.flex{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex1{
    display:flex;
    flex-wrap: wrap;
}
.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.relate{
    position:relative;
}
.tx-cent{
    text-align: center;
}
img{
	display:block;
}
.v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




/* ============ header================ */

.header{
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.nav-empty{
    height:148px;
	/* background: #333; */
}

.header_r{}
.top_t1{
   margin-left:12%;
    padding: 15px 0;
    margin-top: 10px;
}
.top_b b{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.tw-wz{
    margin-left: 15px;
}

.tw-wz b{
    font-size:16px;
    font-weight:500;
    color: #333;
    display:block;
}
.tw-wz p{
    font-size:16px;
    color:#999;
}
.icon_logo {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 99;
    width:160px;
}
/*.navbar_height{height:80px;}*/
.mobile-show {
    display: none;
}


.menu-button{float: right;display: none;transform: translateY(8px);}
.lines-button{background-color:transparent;border:none;display:block;padding:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;cursor:pointer;user-select:none}
.lines{display:inline-block;width:28px;height:2px;background:#fff;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;
    position:relative;transform: translateY(-8px);}
.lines:after,.lines:before{display:inline-block;width:28px;height:2px;background:#fff;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;position:absolute;left:0;content:'';-webkit-transform-origin:2.21px center;transform-origin:2.21px center}
.lines:before{top:10px}
.lines:after{top:-10px}
[role="header"] .menu-button:hover .lines,.menu-button:hover .lines:after,.menu-button:hover .lines:before{background-color:#fff}
[role="header"] .menu-button.on .lines-button.x .lines{background:0 0}
[role="header"] .menu-button.on .lines-button.x .lines:after,.menu-button.on .lines-button.x .lines:before{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;top:0;width:31px}
[role="header"] .menu-button.on .lines-button.x .lines:before{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);background: #fff}
[role="header"] .menu-button.on .lines-button.x .lines:after{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);background: #fff}


#nav_wrap{
    /*width: calc(100% - 560px);*/
}
.nav_wrap{
    /*position: relative;*/
    z-index: 9;
    float: left;
    margin-top: 0px;
    min-width:800px;
    margin-left: 160px;
}
.nav_wrap ul li.nav-item {
    float: left;
    width: 16.66%;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    /*position:relative;*/
}
.nav_wrap .nav-list li.current{
    background:#BF2A1B;

}
.nav_wrap ul li a{color:#fff;}



.r-link{
    margin-top: 0px;
}
.r-link ul li{
    float:left;
    margin:0 20px;
    font-size: 18px;
    line-height: 60px;
}
.r-link ul li a{color:#fff;}


.top_b{margin-right:40px;}
.two_list{margin-right:40px;}
.nav-white{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: -1;
    background: #AC3226;
    height: 60px;
    background-size: 100% auto;
}
.tw-pic img{
    width:40px;
    height:40px;
}

.eng-change{
    margin-top: 12px;
    margin-right:20px;
}
.eng-change a{
    display:inline-block;
    margin:0 5px;
    font-size:20px;
    border-right:2px solid #333;
    padding-right:16px;
}
.eng-change a:last-child{
    border-right:0;
}
.eng-change a.red-c{
    color:#BF2A1B;
}
.mob-eng{display:none;}

.header_fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.header .nav ul {
    transition: all .3s;
}



.submenu {
    /*box-shadow: 0px 3px 3px #f8f8f8;*/
    font-size: 14px;
    color: #666;
    padding: 10px;
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
    display: none;
}
.submenu ul li{
    line-height: 36px;
    font-size: 16px;
}
.submenu ul li a{
    color:#333;
}
/*.submenu ul li:hover a{*/
/*	color:#AC3226;*/
/*}*/

.submenu2 ul li .xh-ul a:hover{
    color:#AC3226;
}
/*.submenu ul li .xh-ul:hover a{*/
/*    color:#AC3226;*/
/*}*/
.gzy_product_top:hover{
    color:#AC3226;
}
.submenu3 ul li:hover a{
    color:#AC3226;
}
.nav_wrap ul li.nav-item:hover .submenu{
    display:block;
}
.nav_wrap ul li.nav-item:hover .submenu3{
    display:block;
}
.nav_wrap ul li.nav-item .submenu2{
    width: 100%;
    padding:10px;
    margin: auto;
}
.prod-slt img{
    width:100px;
    /*margin:10px auto;*/
    margin:10px 0px;
    object-fit: contain;
}
.nav_wrap ul li.nav-item .submenu2 ul li{
    width:16.66%;
    float:left;
}
.submenu2 .xh-ul{
    height: 140px;
    text-align: left;
    overflow: auto;
}
.submenu2 .xh-ul a{
    display:block;
    margin: 5px 0;
    line-height: initial;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.nav_wrap ul li.nav-item .submenu2 ul li .sub-mt{
    margin:10px;
}









.link-bg{
    background:#f5f5f5;
    padding:10px;
    /*margin-top: 8px;*/
    padding-bottom: 0px;
    box-shadow: 0 0 2px 3px #efefef;
}
.link-tit{
    margin-top: -17px;
}
.link-tit img{
    width:164px;
}
.link-tab{
    margin-top:-65px;
    margin-left:166px;
}
.link-tab ul li{
    float:left;
    margin:10px;
}
.link-tab ul li img{
    margin-top: 5px;
    width: 120px;
    height: 34px;
}



/* ============ footer-start================ */
.footer{
    background: #f5f5f5;
    padding-top:40px;
    padding-bottom:0;
}
.fot-wx{
    margin-top:10px;
    margin-left: 40px;
}
.w-list{
    margin:5px;
}
.fot-b{
    width: 18%;
    margin-left: 5%;
}
.fot-link{
    margin-left: 4%;
    width: 8%;
    margin-top: 2%;
}
.fot-link ul li {
    margin-bottom: 53px;
    font-size: 18px;
}
.fot-link ul li:last-child{
    margin-bottom:20px;
}
.fot-link ul li a{
    /*color:#fff;*/
}
.fot-rt{
    margin-left: 4%;
    width: 12%;
    margin-top: 2%;
}
.fot-rt dl{margin-bottom:24px;}
.fot-rt dl dt{
    font-size:18px;
    /*color: #fff;*/
    margin-bottom: 3px;
}
.fot-rt dl dd{
    font-size:14px;
    color:#666;
}

.fot-map{
    width:35%;
    margin-right:10%;
    /*margin-top: 25px;*/
}
.addr-bot{
   border-top:1px solid #e4e4e4;
    padding:10px 0;
    margin-top:0px;
}
.addr-bot p{
    font-size:16px;
    text-align:center;
    color:#aaa;
}
.addr-bot p a{
	color:#aaa;
	display: inline-block;
	word-wrap: break-word;
	word-break: break-all;
}

/* 二维码 */
.wechat-dropdown .wechat {
    cursor: pointer;
    position: relative;
}
.chat-dropdown-content {
    position: absolute;
    bottom: 50px;
    right: -24px;
    display: none;
    width: 90px;
    height: 90px;
}

.wechat-dropdown .wechat:hover .chat-dropdown-content {
    display: block;
}
.chat-dropdown-content div:before {
    position: absolute;
    /* top: -20px; */
    bottom: -10px;
    right: 40%;
    display: block;
    width: 0px;
    height: 0px;
    border-color: transparent transparent rgba(255, 255, 255, 0.98) transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    /* transform: translateX(50%); */
    transform: rotate(
            180deg);
}

.bar_t3 .chat-dropdown-content4 {
    position: absolute;
    bottom: 132px;
    left: -90px;
    display: none;
    width: 90px;
    height: 90px;
}
.bar_t2:hover .chat-dropdown-content33{
    display:block;
}
.bar_t2 .chat-dropdown-content33 {
    position: absolute;
    bottom: 180px;
    left: -90px;
    display: none;
    width: 90px;
    height: 90px;
}
.bar_t2 .chat-dropdown-content33 div:before {
    position: absolute;
    top: 10px;
    right: -12px;
}
.bar_t3:hover .chat-dropdown-content4{
    display:block;
}
.bar_t3 .chat-dropdown-content4 div:before {
    position: absolute;
    top: 28px;
    right: -12px;
    display: block;
    width: 0px;
    height: 0px;
    border-color: transparent transparent rgba(255, 255, 255, 0.98) transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    transform: translateX(50%);
    transform: rotate(
            90deg);
}

.mob-wxt{
    display:none;
}
.atten img{
    width:100px;
    height:100px;
}
p.at-p{
    text-align: center;
}



@media screen and (max-width: 1500px) {
    .nav_wrap {
        min-width:460px;
    }
    #nav_wrap {
        width: calc(100% - 560px);
		/* margin-left: 120px; */
    }
}


@media screen and (max-width: 1440px){
    .nav_wrap ul li {
        font-size: 16px;
    }
    .top_t1{
        margin-left:14%;
    }
    .top_b b{font-size:14px;}
    .tw-wz b{
        font-size:14px;
    }
    .tw-wz p{
        font-size:12px;
    }
}

@media screen and (max-width: 1280px){
    .top_b b{font-size:14px;}
	#nav_wrap{
        /*margin-left:80px;*/
        margin-left:15%;
    }
}

@media screen and (max-width: 1100px) {
	.header{
		height:50px;
	}
    .header .logo {
        width: 40.3%;
        height: 51px;
    }
    .r-link ul li{
        font-size:16px;
		line-height:50px;
    }
    .top_t1{display:none;}

    .header .nav {
        display: none;
        float: inherit;
        margin-top: 0;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        background: #fff;
        background: rgba(0,0,0,.9);
        z-index: 9999;
        margin-left: 0;
        right: 0;
        padding: 20px 0 20px;
        overflow-y: auto;
    }
    .menu-button {
        display: block;
        position: fixed;
        right: 1.6rem;
        top: 0.5rem;
        z-index: 999;
    }

    [role="header"] .menu-button.on .menu-btn-toggle.x .menu-btn-line {
        background: 0 0;
    }
    [role="header"] .menu-button.on .menu-btn-toggle.x .menu-btn-line:before {
        -webkit-transform: rotate3d(0,0,1,
        45deg);
        transform: rotate3d(0,0,1,
        45deg);
        background: #fff;
    }
    [role="header"] .menu-button.on .menu-btn-toggle.x .menu-btn-line:after {
        -webkit-transform: rotate3d(0,0,1,
        -45deg);
        transform: rotate3d(0,0,1,
        -45deg);
        background: #fff;
    }

    .nav-empty {
        height: 60px;
    }

    .header .nav-list li.nav-item {
        float: inherit;
        line-height: 50px;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #333;
        padding: 0;
    }




}

@media screen and (max-width: 1080px) {
    #nav_wrap {
        width: 100%;
        padding: 10px 0;
        min-width: auto;
    }
    .header .nav-list li.nav-item .submenu{
        position:static;
        box-shadow:none;
        display:none;
    }
    .mobile-show {
        display: inline-block;
    }
    .r-link{display:none;}
    .mob-eng{
        display:block;
        margin-top: 0;
        margin-right: 10%;
    }
    .mob-eng a{
        color:#fff;
        border-right: 2px solid #fff;
        margin-top: 13px;
        /* margin-bottom: 20px; */
    }
    .eng-change a.red-c{
        color:#fff;
    }
    .pc-eng{display:none;}
    .main-page .navbar_height {
        height: 5.2rem;
    }

    .main-page .top_main, body {
        min-width: 100%!important;
    }

    .top_t2,.top_t1{
        padding:0 3%;
    }
    .top_b{margin-left:10px;}
    .r-link{
        margin-right:12%;
        margin-top:0px;
    }


    .fot-map {
        width: 100%;
        margin-top: 25px;
    }
    .fot-b {
        width: 30%;
        margin-left: 0;
    }
    .fot-link {
        margin-left: 6%;
        width: 18%;
    }
    .fot-rt {
        margin-left: 4%;
        width: 42%;
        float: right;
    }
    .link-tab {
        margin-top: 0;
        margin-left: 0;
    }





}


@media screen and (max-width: 960px){
    .header .icon_logo img {
        width: 120px;
    }
}

@media screen and (max-width: 780px){
    .header .icon_logo img {
        width:80px;
    }
    .r-link{
        margin-right:15%;
    }
    .r-link ul li{
        font-size:14px;
    }
    .nav-white{
        height:60px;
        bottom:0;
    }

}


@media screen and (max-width: 640px) {
    /*.top_t1{display:none;}*/
    .nav-white{
        bottom:0;
    }

    .fot-b {
        width: 100%;
        margin-left: 0;
    }
    .fot-link {
        margin-left: 0;
        width: 32%;
        margin-top: 30px;
    }
    .fot-rt {
        margin-left: 0;
        width: 62%;
        float: right;
        margin-top: 30px;
    }
    .fot-map {
        width: 100%;
        margin-top: 5px;
    }

}









/* ===========页码=========== */

.page-turn {
    margin-top: 40px;
    margin-bottom: 30px;
    display: table;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 50px;
}

.page-turn ul li {
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 25px;
    border:1px solid #d6d6d6;
    margin: 10px 3px;
    padding: 0 10px;
    cursor: pointer;
}

.page-turn ul li:hover {
    background: #000;
    color: #fff;
}
.mob-page ul li:hover {
    background:#000;
    color: #fff;
}
.page-turn ul li.curt {
    background: #AC3226;
    color: #fff;
    cursor: pointer;
}

.page-turn ul li.no_hover:hover {
    background: none;
}



.mob-page {
    display: none;
}


/*侧边栏*/
.right_bar{
    position:fixed;
    right:0;
    top:30%;
    z-index:99;
}
.bar_list{
    width:70px;
    height:70px;
    border-radius:5px;
    background:#fff;
    margin:2px;
    border:1px solid #a9a9a9;
    cursor:pointer;
}
.bar_list p{
    font-size:14px;
    text-align:center;
}
.bar_list img{
    margin:auto;
}
.bar_t1{
    background:#AC3226;
}
.bar_t4{
    background:#333;
}
.bar_t1 p,.bar_t4 p{
    color:#fff;
}







/* pc */
.mag-top{background:#272727;height:100px;display: none;}
.top-search{
	position: relative;
	margin: 0 auto;
	max-width: 65.5555555556em;
	max-width: 73.75rem;
	padding-top: 42px;
}
.top-search form {
	position: relative;
}
.top-search input {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 251, 241, 0.26);
	padding-left: 40px;
	color: #fff;
	outline: 0;
}
.top-search button {
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	border: 0;
	color: #fff;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.close-search {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 20px;
	background: transparent;
	border: 0;
	cursor: pointer;
}
.close-search::before{color:#fff;}
.top-search input::-webkit-input-placeholder{color:#fff;}
.top-search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#fff;
}
.top-search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#fff;
}
.top-search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#fff;
}

.ser-im-t{display:none;}


.sermob {
    padding: 10px;
    z-index: 66;
    background: #fff;
}
.sermob .sub {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    color: #F39800;
    background: 0 0;
    background: url(../images/serbtn.svg) no-repeat center;
    background-size: 20px 20px;
}
.sermob .inp {
    width: calc(100% - 10px);
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    font-size: 15px;
    color: #444;
    background: none;
    border: 1px solid #eee;
}