﻿@import url('fonts.css');
html{font-size: 100px;}
@media (max-width: 1630px){html{font-size: 85px;}}
@media (max-width: 1440px){html{font-size: 70px;}}
@media (max-width: 1220px){html{font-size: 65px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 1080px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 80px;}}

body{ font-family: "Arial", "Helvetica","sans-serif"; background-color:#fff; overflow-x:hidden; color: #fff; }
a{ color:#fff; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#ff710d;}
img,li{ vertical-align:top; border:0px; list-style-type: none;}
img{ max-width:100%; height: auto; width: auto; transition: linear 0.35s;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: normal; }
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal;}
body,td,th{ font-family: "Arial", "Helvetica","sans-serif"; font-size:12px;}
input,textarea{ font-family: "Arial", "Helvetica","sans-serif"; border:0; outline:medium;}

@media (min-width:1px) and (max-width:1080px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:1081px){
	.container{ width: 100%; padding: 0 15px; box-sizing: border-box;}
}
@media (min-width:1200px){
	.container{ width: 1130px; padding: 0;}
}
@media (min-width:1330px){
	.container{ width: 1200px; padding: 0;}
}



/*头部*/
.header{ z-index: 9; transition: all 0.35s ease; box-sizing: border-box; position: fixed; left: 0; right: 0; top: 0; background: #ff710d; border-bottom: 1px solid #353535;}
.header .container{ position: relative;}
@media (min-width:1081px){
.header .container{ display: flex;  align-items: center; justify-content: space-between;}
.header.fis_show{ box-shadow: 0 0 2px #d5d5d5;}
}
@media (min-width: 1px) and (max-width: 1080px) {
.header{ border-bottom: 1px solid #fff; background: #353535;}
}

.header .top{ background: #353535; transition: linear 0.35s; height: 1.44rem;}
.header .top .logo{ display: inline-flex; align-items: center; padding: 0.25rem 0;}
.header .top .logo .txt{ display: inline-block; margin-left: 0.3rem; text-align: center;}
.header .top .logo .txt h2{ font-weight: bold; font-size: 0.26rem; font-style: italic; color: #fff; margin-bottom: 7px;}
.header .top .logo .txt p{ font-weight: bold; font-size: 0.17rem; font-style: italic; color: #ff710d;}

.header .top .topinfo{ display: inline-flex; margin: 0;}
.header .top .topinfo .item{ display: inline-flex; align-items: center; justify-content: space-between; margin-right: 0.3rem;}
.header .top .topinfo .item em{ width: 0.45rem; height: 0.45rem; display: inline-flex; align-items: center; justify-content: center; background: #ff710d; border-radius: 50%;font-style: normal; margin-right: 0.1rem;}
.header .top .topinfo .item em i{ font-size: 0.2rem; color: #fff;}
.header .top .topinfo .item p{}
.header .top .topinfo .item p span{ display: block; font-weight: bold; color: #c0c0c0; font-size: 0.12rem;}
.header .top .topinfo .item p span:first-child{ font-size: 0.14rem; color: #fff; line-height: 1; margin-bottom: 0.1rem;}
.header .top .topinfo .top_r{ display: inline-block; text-align: right;}
.header .top .topinfo form[name="keyfrom"]{ display:flex; background: #ffffff; width:3.6rem; margin-right: 0; box-sizing: border-box; border-radius: 5px; overflow: hidden;}
.header .top .topinfo form[name="keyfrom"] input{ flex: 1; height: 0.30rem; background: none; padding-left: 10px; box-sizing: border-box; color: #dfdfdf; border: 1px solid #dfdfdf; overflow: hidden; text-align: left; font-weight: bold; font-size: 0.12rem;}
.header .top .topinfo form[name="keyfrom"] input::placeholder{ font-weight: bold; font-size: 0.12rem; color: #dfdfdf;}
.header .top .topinfo form[name="keyfrom"] button{ width: 40px; background: #ff710d; border: 0; height: 0.3rem; cursor: pointer; outline: none; color: #fff;}
.header.fis_show .top{ height: 0; overflow: hidden;}

.header div.btnlanger{ display: inline-flex; position: relative; margin:0; align-items: center; justify-content: center; margin-bottom: 0.11rem;}
.header div.btnlanger>a{ display: flex; font-size: 0.14rem; color: #968d9d; align-items: center; position: relative; padding-right: 0.13rem;}
.header div.btnlanger>a:after{ content: ""; width: 0; height: 0; border-width: 4px; border-color: #968d9d; border-style: solid; border-left-color: transparent; border-right-color: transparent; border-bottom-color: transparent; position: absolute; right: 0; top: 7px;}

.header div.btnlanger>ul{ position: absolute; right: 0; top: 100%; width: 115px; background: #fff; box-sizing: border-box; box-shadow: 0 0 5px #d5d5d5; display: none; opacity: 0; transition: linear 0.5s; flex-wrap: wrap; z-index: 9}
.header div.btnlanger>ul>li{ margin: 0; width: calc((100%)/1); }
.header div.btnlanger>ul>li>a{ display: flex; align-items: center; padding: 5px 8px; color: #333;}
.header div.btnlanger>ul>li>a>img{ width: 20px; margin: 0; box-sizing: border-box; border: 1px solid #f5f5f5;}
.header div.btnlanger>ul>li>a>span{ padding-left: 5px; font-size: 14px;}
.header div.btnlanger>ul>li:hover{ background: #08577c}
.header div.btnlanger>ul>li:hover>a>span{ color: #fff;}
.header div.btnlanger>ul>li:nth-child(2n){ margin-right: 0;}
.header div.btnlanger:hover>ul{ opacity: 1; display: flex;}

.header .logo{ display: inline-block; margin: 0;  transition: all 0.35s;}
.header .logo a{ display: block;}
.header .logo img{ height: 0.94rem; transition: all 0.35s;}

@media (min-width:1082px){
	.header .top .container{ box-sizing: border-box; padding: 0 0.9rem; width: auto;}
 	.header .logo{ padding: 0.2rem 0;}
}
@media (min-width: 1px) and (max-width: 1081px) {
.header .logo{}
.header .logo a{ padding: 10px 0;}
.header .logo img{ height: 45px;}
}

/*导航*/
.header .menu{ display: inline-block; transition: all 0.35s; }
.header .jdmenu{ }
.header .jdmenu .nav{}
.header .jdmenu .nav #jdmenu>li{ display: inline-block; position: relative; margin: 0;}
.header .jdmenu .nav #jdmenu>li>a{ display: block; color: #fff; transition: all 0.35s; text-transform: capitalize; box-sizing: border-box; position: relative; overflow: hidden; z-index: 9;}
.header .jdmenu .nav #jdmenu>li>a>i{ display: none;}

.header div.searchclick{ position: absolute; right: 0px; top: 50%; transform: translateY(-50%);}
.header div.searchclick>a{ display: inline-flex;  position: relative; z-index: -1;}
.header div.searchclick .siconfont{ color: #333; transition: all 0.35s; font-size: 18px; display: inline-block; font-weight: bold; }
.header div.searchclick .siconfont:before{content:"\e752"}

@media (min-width:1081px){
    .header .menu{ margin: 0; }
    .header .jdmenu{}
    .header .jdmenu .nav #jdmenu{ display: flex; justify-content: space-between; align-items: center;}
    .header .jdmenu .nav #jdmenu>li{ font-size: 0.16rem;}
    .header .jdmenu .nav #jdmenu>li>a{padding:0.15rem 0.53rem;}
    .header .jdmenu .nav #jdmenu>li:hover>a,.header .jdmenu .nav #jdmenu>li.active>a{ background: #e1640b;}
}
@media (min-width: 1px) and (max-width: 1080px) {
.header .logo{ display: inline-block;}

.header .jdmenu .nav{ position: fixed; left: 0; right: 0; top: 65px; z-index: 9; bottom: 0; background:#1f1f1f; overflow-y:auto; transition:all .5s ease; margin: 0; display: none; padding: 10% 0.3rem;}
.header .jdmenu .nav 
.header .jdmenu .nav #jdmenu{ display: block; float: none; margin-bottom: 80px;}
.header .jdmenu .nav #jdmenu>li{ display: block; float: none; text-align: left; margin-bottom: 1px; border-bottom: 1px solid #fff; font-size: 16px;}
.header .jdmenu .nav #jdmenu>li>a{ padding: 15px 20px; display: block; color: #fff; font-size: 18px; border-right: 0; border-left: 0; }
.header .jdmenu .nav #jdmenu>li>a>i{ display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; cursor: pointer; position: absolute; right: 0; top: 0; transition: all 0.35s; font-size: 24px; color: #fff;}
.header .jdmenu .nav #jdmenu>li.open>a>i{ transform: rotate(-90deg);}
.header .jdmenu .nav #jdmenu>li.langer{ display: none; margin: 0;}
.header .jdmenu .nav #jdmenu>li.langer>a{ display: flex; align-items: center;}
.header .jdmenu .nav #jdmenu>li.langer>a>img{ margin-left: 0;}
.header .jdmenu .nav #jdmenu>li.searchclick{ display: none; margin: 0;}

.header .jdmenu .nav #jdmenu>li{ -webkit-animation: fadeup 0.5s;animation: fadeup .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.header .jdmenu .nav #jdmenu>li:nth-child(1){ -webkit-animation-delay: .2s;animation-delay: .2s;}
.header .jdmenu .nav #jdmenu>li:nth-child(2){ -webkit-animation-delay: .3s;animation-delay: .3s;}
.header .jdmenu .nav #jdmenu>li:nth-child(3){ -webkit-animation-delay: .4s;animation-delay: .4s;}
.header .jdmenu .nav #jdmenu>li:nth-child(4){ -webkit-animation-delay: .5s;animation-delay: .5s;}
.header .jdmenu .nav #jdmenu>li:nth-child(5){ -webkit-animation-delay: .6s;animation-delay: .6s;}
.header .jdmenu .nav #jdmenu>li:nth-child(6){ -webkit-animation-delay: .7s;animation-delay: .7s;}
.header .jdmenu .nav #jdmenu>li:nth-child(7){ -webkit-animation-delay: .8s;animation-delay: .8s;}
.header .jdmenu .nav #jdmenu>li:nth-child(8){ -webkit-animation-delay: .9s;animation-delay: .9s;}
.header .jdmenu .nav #jdmenu>li:nth-child(9){ -webkit-animation-delay: 1s;animation-delay: 1s;}

.header .hright{ display: none;}
}

/*二级导航*/
.header .jdmenu .nav>#jdmenu>li>.dropdown{ min-width: 100%; background: #353535; position: absolute; left: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; transition: linear 0.35s;}
.header .jdmenu .nav>#jdmenu>li>.dropdown ul{ text-align: left;}
.header .jdmenu .nav>#jdmenu>li>.dropdown ul li{ font-size: 0.14rem; }
.header .jdmenu .nav>#jdmenu>li>.dropdown ul li>a{ color: #fff; padding: 0.15rem; display: block;}
.header .jdmenu .nav>#jdmenu>li>.dropdown ul li:hover>a,.header .jdmenu .nav>#jdmenu>li>.dropdown ul li.active>a{ background: #ff710d;}

@media (min-width: 1081px) {
    .header .jdmenu .nav>#jdmenu>li>.dropdown{}
	.header .jdmenu .nav>#jdmenu>li>.dropdown ul li>a{ white-space: nowrap;text-overflow: ellipsis;}
}
@media (min-width: 1px) and (max-width: 1080px){
    .header .jdmenu .nav>#jdmenu>li>.dropdown{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin: 0;}
    .header .jdmenu .nav>#jdmenu>li>.dropdown ul{ padding: 15px 0}
    .header .jdmenu .nav>#jdmenu>li>.dropdown ul li{ display: block;}
}

/*搜索*/
.header .search{ position: fixed; left: 0; top: 0; right: 0; transition: all 0.35s; background: rgba(0,0,0,.95); overflow: hidden; z-index: 101;}
.header .search[typeof="close"]{ height: 0;}
.header .search[typeof="on"]{ height: 100%;}
.header .search .close{ position: absolute; top: 30px; right: 30px; color: #fff; display: inline-block; width: 30px; cursor: pointer;}
.header .search .close i{  font-size: 0.3rem;}
.header .search .context{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; width:80%;}
.header .search .context .searchlogo{ overflow: hidden; text-align: center; margin-bottom: 30px;}
.header .search .context .searchlogo img{ height: 69px;}
.header .search .context form[name="keyfrom"]{ display: flex; background: #fff; width:100%}
.header .search .context form[name="keyfrom"] input{ flex: 1; height: 0.6rem; background: none; border: 0; padding-left: 10px; box-sizing: border-box;}
.header .search .context form[name="keyfrom"] button{ width: 60px; background: none; border: 0; cursor: pointer; outline: none;}
@media (min-width: 992px) {
}
@media (min-width: 1px) and (max-width: 1080px) {

}
/*endregion*/


/*region banner*/
.bframe{ position: relative; overflow: hidden;}
.bframe .swiper-slide{ text-align: center; position: relative;}
.bframe .swiper-slide a{ display: block; position: relative;}
.bframe .swiper-slide img{ width: 100%; height: auto}
.bframe .swiper-slide .bg{ position: absolute; top: 3.1rem; z-index: 2; left: 0}
.bframe .swiper-pagination{ position: absolute; left: 0; bottom: 0.5rem!important; text-align: left;}
.bframe .swiper-pagination .swiper-pagination-bullet{ width: 0.11rem; height: 0.11rem; background: rgba(0,0,0,0.3); opacity: 1;}
.bframe .swiper-pagination .swiper-pagination-bullet-active{ background: #ff710d;}
.bframe .btnlist{ display: none;}
@media (min-width:1081px) {	
    .bframe{ margin-top: 1.93rem;}
}
@media (min-width:1200px){
	.bframe .swiper-pagination{ padding: 0 calc((100% - 1030px)/2); }
}
@media (min-width:1400px){
	.bframe .swiper-pagination{ padding: 0 calc((100% - 1200px)/2); }
}

@media (min-width:1px) and  (max-width:1080px){
.bframe{ position: relative; z-index: 1; margin-top: 65px;}
    .bframe .swiper-slide .bg{ display: none;}

}

/*endregion*/

/*首页*/

.iframe{ overflow: hidden; padding: 0.7rem 0; background: #353535}
.iframe .lt{}
.iframe .lt .logo{ margin-bottom: 0.4rem;}
.iframe .lt h2{ font-size: 0.16rem; color: #fff; line-height: 1; margin-bottom: 1rem;}
.iframe .lt p{ font-family: "Century Gothic"; font-weight: bold; color: #fff; line-height: 1.35; font-size: 0.3rem;}
.iframe .lt a{ display: inline-flex; padding: 0.15rem 0.4rem; border-radius: 5px; background: #949594; font-size: 0.16rem; color: #fff; margin-top: 1.45rem; transition: linear 0.35s;}
.iframe .fr{}
.iframe .fr p{ margin: 0.45rem 0 0.75rem; font-size: 0.16rem; line-height: 1.6; color: #fff;}
.iframe .fr .item{ font-family: "Century Gothic"; font-size: 0.18rem; font-weight: bold; display: flex; justify-content: space-between;}
.iframe .fr .item a{ display: inline-flex; align-items: center; color: #fff; margin: 0;}
.iframe .fr .item a i{ margin-left: 0.11rem;}
@media (min-width:1082px) {
	.iframe .container{ display: flex; justify-content: space-between;}
	.iframe .lt{ margin: 0; width: 4.42rem;}
	.iframe .lt a:hover{ background: #ff710d;}
	.iframe .fr{ margin: 0; width: calc(100% - 4.42rem);}
	.iframe .fr .item a:hover{ color: #ff710d;}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe{ padding: 0.5rem 0}
    .iframe .lt{ display: none;}
    .iframe .fr .item{ flex-wrap: wrap;}
    .iframe .fr .item a{ margin-bottom: 0.3rem;}
}

.iframe1{ overflow: hidden; padding: 0.7rem 0 0.5rem; background: #282828;}
.iframe1 ul{ }
.iframe1 ul li{ display: inline-block; margin: 0; width: calc((100% - 0.75rem)/6); margin-right: 0.15rem; cursor: pointer; text-align: center;}
.iframe1 ul li .img{ width: 1.86rem; height: 2.16rem; display: inline-flex; align-items: center; justify-content: center; background: url("../image/picbg.png") no-repeat center center / 100% 100%; transition: linear 0.35s;}
.iframe1 ul li .img img{ width: 1.4rem; height: 1.3rem;}
.iframe1 ul li .txt{ text-align: center;}
.iframe1 ul li .txt:before{ content: ""; width: 1.86rem; height: 0.54rem; background: url("../image/1_02.png") no-repeat center center / 100% 100%; display: inline-block; transition: linear 0.35s;}
.iframe1 ul li .txt h3{ font-size: 0.16rem; font-weight: bold; color: #fff; transition: linear 0.35s;}
.iframe1 ul li:hover .img，.iframe1 ul li.active .img{ background-image: url("../image/picbga.png");}
.iframe1 ul li:hover .txt:before,.iframe1 ul li.active .txt:before{ background-image: url("../image/1_03.png");}
.iframe1 ul li:hover .txt h3,.iframe1 ul li.active .txt h3{ color: #ff710d;}
.iframe1 ul li:last-child .img img{ width: auto; height: auto;}
.iframe1 .swiper-container{ margin-top: 0.55rem;}
.iframe1 .swiper-container .item{ padding: 0.2rem; box-sizing: border-box; background: #fff; display: block;}
.iframe1 .swiper-container .item .img{ overflow: hidden;}
.iframe1 .swiper-container .item .txt{}
.iframe1 .swiper-container .item .txt h3{ font-weight: bold; font-size: 0.18rem; color: #ff710d; margin-bottom: 0.15rem;}
.iframe1 .swiper-container .item .txt p{ font-size: 0.14rem; line-height: 1.8; color: #6f6f6f;}
.iframe1 .swiper-container .item .txt span{ display: inline-block; margin-top: 0.2rem; padding: 0.1rem 0.15rem; background: #ff710d; border-radius: 5px; font-size: 0.14rem;}
.iframe1 .swiper-pagination{ position: inherit; left: inherit; top: inherit; bottom: inherit; text-align: center; margin-top: 0.3rem;}
.iframe1 .swiper-pagination .swiper-pagination-bullet{ margin: 0 5px; background: #fff;}
.iframe1 .linkmore{ margin-top: 0.5rem; text-align: center;}
.iframe1 .linkmore a{ display: inline-flex; padding: 0.15rem 0.4rem; border-radius: 5px; background: #ff710d; font-size: 0.16rem; color: #fff; transition: linear 0.35s;}
@media (min-width:1081px) {	
    .iframe1 ul{ display: flex; flex-wrap: wrap;}
	.iframe1 ul li:nth-child(6){ margin-right: 0;}
    .iframe1 .swiper-pagination .swiper-pagination-bullet{ display: none;}
    .iframe1 .swiper-container .item:hover .img img{ transform: scale(1.1)}
    .iframe1 .linkmore a:hover{ background: #949594;}
}
@media (min-width:1px) and  (max-width:1080px){
    .iframe1{ padding: 0.5rem 0}
    .iframe1 .swiper-container{ margin-top: 0}
}

.iframe2{ overflow: hidden; padding: 0.6rem 0 0.4rem; background-color: #353535}
.iframe2 h2{ font-family: "Century Gothic"; font-weight: bold; font-size: 0.32rem; text-transform: uppercase; color: #ff710d; text-align: center; margin-bottom: 0.45rem;}
.iframe2 p{ font-size: 0.16rem; font-weight: bold; color: #ffffff; text-align: center; line-height: 1.6;}
.iframe2 .list{ margin-top: 0.5rem;}
.iframe2 .list .swiper-slide{ margin: 0; width: calc((100% - 0.7rem)/3); margin-right: 0.35rem; margin-bottom: 0.15rem;}
.iframe2 .item{ overflow: hidden; display: block;}
.iframe2 .item .img{ overflow: hidden;}
.iframe2 .item .img img{ width: 100%; height: auto;}
.iframe2 .item .txt{ margin-top: 0.2rem; text-align: center;}
.iframe2 .item .txt h3{ font-size: 0.16rem; font-weight: bold; color: #ffffff;}
.iframe2 .swiper-container{ margin-top: 0.55rem;}
.iframe2 .swiper-pagination{ position: inherit; left: inherit; top: inherit; bottom: inherit; text-align: center; margin-top: 0.3rem;}
.iframe2 .swiper-pagination .swiper-pagination-bullet{ margin: 0 5px; background: #fff;}
.iframe2 .linkmore{ margin-top: 0.4rem; text-align: center;}
.iframe2 .linkmore a{ display: inline-flex; padding: 0.15rem 0.4rem; border-radius: 5px; background: #ff710d; font-size: 0.16rem; color: #fff; transition: linear 0.35s;}
@media (min-width:1081px) {
    .iframe2 .list{ display: flex; flex-wrap: wrap; }
    .iframe2 .list .swiper-slide:nth-child(3n){ margin-right: 0;}
    .iframe2 .item:hover .img img{ transform: scale(1.1)}
    .iframe2 .linkmore a:hover{ background: #949594;}
}
@media (min-width:1px) and  (max-width:1080px){
}

.iframe3{ overflow: hidden; padding: 0.6rem 0; background-color: #282828;}
.iframe3 .lt{}
.iframe3 .lt .item{ display: block; position: relative;}
.iframe3 .lt .item .img{ overflow: hidden;}
.iframe3 .lt .item .img img{ width: 100%; height: auto;}
.iframe3 .lt .item .txt{ position: absolute; left: 0; bottom: 0; right: 0; padding: 0 0.3rem 0.2rem 0.3rem;}
.iframe3 .lt .item .txt h3{ font-size: 0.18rem; line-height: 1; margin-bottom: 0.2rem;}
.iframe3 .lt .item .txt time{ font-size: 0.14rem; line-height: 1; margin-bottom: 0.1rem; display: block;}
.iframe3 .lt .item .txt p{ font-size: 0.16rem; line-height: 1.3;}
.iframe3 .fr{}
.iframe3 .fr h2{ font-family: "Century Gothic"; font-weight: bold; color: #ff710d; text-transform: uppercase; font-size: 0.32rem; line-height: 1; margin-bottom: 0.4rem;}
.iframe3 .fr .item{ display: flex; justify-content: space-between; padding-bottom: 0.18rem; margin-bottom: 0.14rem; border-bottom: 1px solid #fff;}
.iframe3 .fr .item .img{ margin: 0; width: 1.4rem;}
.iframe3 .fr .item .txt{ margin: 0; width: calc(100% - 1.6rem);}
.iframe3 .fr .item .txt h3{ font-size: 0.18rem; line-height: 1; margin-bottom: 0.2rem;}
.iframe3 .fr .item .txt time{ font-size: 0.14rem; line-height: 1; margin-bottom: 0.1rem; display: block; color: #c7c7c7;}
.iframe3 .fr .item .txt p{ font-size: 0.16rem; line-height: 1.3;}
.iframe3 .fr .item:last-child{ margin-bottom: 0; padding-bottom: 0; border: 0;}
.iframe3 .linkmore{ margin-top: 0.4rem;}
.iframe3 .linkmore a{ display: inline-flex; padding: 0.15rem 0.4rem; border-radius: 5px; background: #ff710d; font-size: 0.16rem; color: #fff; transition: linear 0.35s;}
@media (min-width:1081px) {
    .iframe3 .container{ display: flex; justify-content: space-between;}
    .iframe3 .lt{ margin: 0; width: 50%; box-sizing: border-box; padding-right: 0.3rem;}
    .iframe3 .fr{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 0.3rem;}
    .iframe3 .linkmore a:hover{ background: #949594;}
}
@media (min-width:1px) and  (max-width:1080px){
}

.barrier{ overflow: hidden; background: #353535; border-bottom: 5px solid #ff710d; padding: 0.5rem 0;}
.barrier .lt{ font-family: "Century Gothic"; font-weight: bold; font-size: 0.26rem; line-height: 1.6;}
.barrier .fr{}
.barrier .fr a{ display: inline-flex; padding: 0.15rem 0.4rem; border-radius: 5px; background: #fff; font-size: 0.16rem; color: #ff710d; transition: linear 0.35s;}
@media (min-width:1081px) {
    .barrier .container{ align-items: center; justify-content: space-between; display: flex;}
    .barrier .lt{ margin: 0; display: inline-block;}
    .barrier .fr{ margin: 0; display: inline-block;}
    .barrier .fr a:hover{ background: #949594; color: #fff;}
}
@media (min-width:1px) and  (max-width:1080px){
}

/*region 底部*/
.footer{  position: relative; overflow: hidden; background: url("../image/1_05.jpg") no-repeat center center #24242c; padding: 0.65rem 0 0 0;}

.footer .foot{ overflow: hidden; box-sizing: border-box; margin: 0; margin-bottom: 0.5rem;}

.footer .foot p{ font-size: 0.14rem; line-height: 1.8; color: #fff; margin-top: 0.25rem;}

.footer .foot h2{ font-size: 0.2rem; font-weight: bold; color: #fff; line-height: 1; margin-bottom: 0.7rem; margin-top: 0.3rem;}

.footer .foot .divtel{ display: flex; justify-content: space-between; margin-bottom: 0.15rem;}
.footer .foot .divtel i{ font-size: 0.23rem; margin-top: 7px;}
.footer .foot .divtel p{ margin: 0; width: calc(100% - 0.45rem); font-size: 0.16rem;}
.footer .foot .divtel p span{ display: block;}

.footer .footcode{ margin:0; margin-top:0.4rem; width:1.6rem;}
.footer .footcode img{ margin:0;}

.footer .foot ul{ }
.footer .foot ul li{ margin-bottom: 0.15rem; }
.footer .foot ul li a{ display: block; font-size: 0.16rem; color: #fff; }
.footer .foot ul li:hover a{ color: #ff710d;}

.footer .foot .share{ margin-top: 0.4rem; display: inline-flex; align-items: center;}
.footer .foot .share .item{ display: inline-block; margin-right: 0.25rem;}
@media (min-width:1081px) {
    .footer .container{ display: flex; justify-content: space-between;}
    .footer .foot{ width: 25%; box-sizing: border-box;}
    .footer .foot:nth-child(1){ width: 3.9rem; margin-right: 0.7rem;}
    .footer .foot:nth-child(2){ width: 1.45rem; margin-right: 0.9rem;}
    .footer .foot:nth-child(3){ width: 1.3rem; margin-right: 0.8rem;}
    .footer .foot:nth-child(4){ width: 2.8rem; }
}
@media (min-width:1px) and  (max-width:1080px){
    .footer{ padding-top: 0}
    .footer .foot{ display: none;}
}

.htmltop{ position: fixed; right: 15px; bottom: 60px; z-index: 9;}
@media (min-width:1px) and  (max-width:1080px){
.htmltop{ display: none;}
}

/*endregion*/

/*region 语种工具*/
.footer_language{overflow: hidden; padding: 15px 0; }
.footer_language>.container>ul{display: flex;}
.footer_language>.container>ul>li{margin-right:3px; display: inline-block;}
.footer_language>.container>ul>li>a{font-size:12px; line-height:2em; color: #333;}
.footer_language>.container>ul>li>a>img{border:solid 1px #eaeaea; }
.footer_language>.container>ul>li>a>span{font-size:12px; line-height:2em;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}
@media (min-width:1081px) {
.footer_language>.container{ width: 980px}
}
@media (min-width:1230px){
    .footer_language>.container>ul>li{ margin-right: 17px;}
}
@media (min-width:1px) and (max-width:1080px){
.footer_language{ display: none;}
}
/*endregion*/

/*region 版权*/
.copy{ font-size: 14px; overflow: hidden; color: #fff; padding: 0 0 0.2rem 0;}
.copy a{ color: #fff;}
@media (min-width:1081px) {
    .copy .container{  border-top: 1px solid #505056; padding-top: 0.2rem;}
    .copy p{ display: inline-block; margin: 0;}
}
@media (min-width:1px) and (max-width:1080px){
.copy{  font-size: 12px; line-height: 2; border: 0; margin-top: 0; padding: 15px 0; margin-bottom: 41px;}
.copy p{ text-align: center;}
}
/*endregion*/


/*手机底部导航*/
.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 999; background: #f1f1f1; display: none;}
.mobMenu>.foot_nav{width:25%;float:left;text-align:center;color:#333;font-size:12px; font-family: "Arial"}
.mobMenu>.foot_nav>a{ color: #333;}
.mobMenu>.foot_nav>a>i.iconfont{display:block;padding:3px 0 0 0;font-size:18px;line-height:24px}
.mobMenu>.foot_nav>a>.hamburger{position:inherit;float:none;margin:0 auto;width:100%}
@media (min-width:1px) and (max-width:1079px){
.mobMenu{ display: block;}
}


/*内页*/
.body{ background: #353535;}
.nbframe{ position: relative; overflow: hidden;}
.nbframe img{ width: 100%;}
.nbframe .bg{ position: absolute; top: 1.4rem; z-index: 2; left: 0}
.nbframe .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; text-align: left;}
.nbframe .txt h2{ font-size: 0.6rem; font-family: "Century Gothic"; font-weight: bold; }
@media (min-width:1081px){
    .nbframe{ margin-top: 1.93rem;}
}
@media (min-width:1px) and (max-width:1080px){
    .nbframe{ margin-top: 65px;}
	.nbframe img{ display: none;}
    .nbframe .bg{ display: none;}
}

/*region 左侧导航栏目*/
.flex_between{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.left_nav{ margin: 0; box-sizing: border-box; width: 2.82rem; padding: 0.4rem 0;}
.left_nav>.lbt{ margin-bottom: 0.15rem;}
.left_nav>.lbt h2{ padding: 0.2rem 0.1rem; position: relative; display: flex; align-items: center; margin-bottom: 0.15rem;}
.left_nav>.lbt h2:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 60%; z-index: 2; background: #ff710d;}
.left_nav>.lbt h2:after{ content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 60%; z-index: 1; background: #ff710d; }
.left_nav>.lbt h2 img{ width: 0.55rem; margin: 0; -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1); position: relative; z-index: 3; display: inline-block}
.left_nav>.lbt h2 span{ margin: 0; margin-left: 0.1rem; position: relative; z-index: 3; font-size: 0.22rem; font-weight: bold; font-family: "Century Gothic"; display: inline-block}
.left_nav>.lbt>ul{ }
.left_nav>.lbt>ul>li{ font-size: 0.16rem;; position: relative;}
.left_nav>.lbt>ul>li:after{ content: ""; position: absolute; left: 0; bottom: 0; right: 0.32rem; height: 1px; background: #2a2a2a;}
.left_nav>.lbt>ul>li>a{ display: block; padding: 0.18rem 0.32rem 0.18rem 0.76rem; color: #fff; }
.left_nav>.lbt>ul>li>a>i{ position: absolute; left: 0.45rem; top: 0.2rem; z-index: 2;}
.left_nav>.lbt>ul>li:hover:after,.left_nav>.lbt>ul>li.active:after{ opacity: 0;}
.left_nav>.lbt>ul>li:hover>a,.left_nav>.lbt>ul>li.active>a{ background: #ff710d; color: #fff;}
.left_nav>.lbt>ul>li:hover>a>i,.left_nav>.lbt>ul>li.active>a>i{ opacity: 0;}
.left_nav>.lbt>ul>li.active>a>i{ transform: rotate(90deg)}

.left_nav>.lbt>ul>li.active>ul{ display: block;}
.left_nav>.lbt>ul>li>ul{ background: #2e2e2e; display: none; transition: linear 0.35s;}
.left_nav>.lbt>ul>li>ul>li{ font-size: 0.16rem; font-weight: normal;}
.left_nav>.lbt>ul>li>ul>li>a{ display: block; color: #fff; padding: 0.13rem 0.4rem ;}
.left_nav>.lbt>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li.active>a{ background: #1c9d64;}

.left_nav>.lbt>.leftinfo{ position: relative;}
.left_nav>.lbt>.leftinfo .txt{ position: absolute; left: 0.3rem; right: 0.3rem; top: 50%; transform: translateY(-50%); z-index: 1; text-align: center;}
.left_nav>.lbt>.leftinfo .txt i{ font-size: 0.85rem;}
.left_nav>.lbt>.leftinfo .txt h3{ font-size: 0.24rem; margin: 0.25rem 0 0.2rem;}
.left_nav>.lbt>.leftinfo .txt span{ display: block; font-size: 0.16rem; font-weight: bold;}
.left_nav>.lbt>.leftinfo .txt span:nth-child(3){ font-size: 0.24rem; font-weight: bold; margin-bottom: 0.15rem;}

.left_nav .l_from{ overflow: hidden; margin-bottom: 0.12rem;}
.left_nav .l_from form{ display: flex; width: 100%; background: #1a6846;}
.left_nav .l_from input{ width: 100%; padding: 0.18rem 0.3rem; border: 0; background: none; font-size: 0.16rem; color: #fff;}
.left_nav .l_from input::placeholder{ color: #fff;}
.left_nav .l_from input::-webkit-input-placeholder{ color: #fff;}
.left_nav .l_from input::-moz-placeholder{ color: #fff;}
.left_nav .l_from button{ width: 66px; background: none; border: 0; cursor: pointer; outline: none; color: #fff;}
.left_nav .l_from button i{ font-size: 0.2rem;}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .left_nav{ width: 100%; float: none; }
    .left_nav>.lbt{ margin-bottom: 0;}
    .left_nav>.lbt>ul{ display: none;}
}

/*endregion*/

/*右侧*/
.right_detail{ margin: 0; width: calc(100% - 3.38rem); height: auto; padding: 0.4rem 0; color: #fff;}
@media (min-width:1px) and (max-width:1081px){
 .right_detail{ width: 100%; float: none; padding: 0 0 30px 0; box-sizing: border-box;}
}

/*region 面包屑*/
.location{ overflow: hidden; padding: 0.2rem 0; border-bottom: 1px solid #4d4d4d; box-sizing: border-box;}
.location .txt{ position: relative; display: flex; flex-wrap: wrap; }
.location .txt h2{ font-size: 0.36rem; font-weight: bold; width: 100%; line-height: 1; display: none;}
.location .txt h1{ font-size: 0.36rem; font-weight: bold; width: 100%; line-height: 1; display: none;}
.location .txt p{ font-size: 0.16rem; display: inline-flex; align-items: center; width: 100%;}
.location .icon-home{ margin-right: 0.15rem;}
.location .icon-here{ margin: 0 5px;}
@media (min-width:1081px){
.location .txt{ }
}
@media (min-width:1px) and (max-width:1080px){
.location{  padding: 20px 0;}
.location .txt{ font-size: 12px;}
.location .home{ font-size: 12px;}
.location .txt p{ font-size: 12px; display: block;}
.location a{ font-size: 12px;}
}
/*endregion*/


.page_lt{ }
.page_lt ul{ text-align: center;}
.page_lt ul li{ display: inline-flex; font-size: 18px; background: #f6f6f6; border-left: 1px solid #fff;}
.page_lt ul li>a{ display: block; color: #333; padding: 0.25rem 0.4rem;}
.page_lt ul li:hover,.page_lt ul li.active{ background: #d63d37;}
.page_lt ul li:hover>a,.page_lt ul li.active>a{ color: #fff;}
.page_lt ul li:first-child{ border: 0;}
@media (min-width:1081px) {
.page_lt{ position: relative; z-index: 2; transform: translateY(-50%);}
}
@media (min-width:1px) and (max-width:1080px){
.page_lt .container{ margin: 0; margin-top: 15px;}
.page_lt{ display: none;}
}

/*公司简介*/


/*单页面*/

.neirnr{ overflow: hidden; line-height: 2; color: #fff; font-size: 0.16rem; padding-bottom: 0.5rem; min-height: 4rem;}
@media (min-width:1081px) {	
}
@media (min-width:1px) and (max-width:1080px){
}


/*产品中心*/
.summary{ overflow: hidden; position: relative; padding-bottom: 0.4rem;}
.summary>h1{ font-family: "Century Gothic"; font-size: 0.3rem; font-weight: bold; padding-bottom: 0.2rem; border-bottom: 2px solid #4d4d4d;}
.summary>h2{ font-family: "Century Gothic"; font-size: 0.3rem; font-weight: bold; padding-bottom: 0.2rem; border-bottom: 2px solid #4d4d4d;}
.summary>p{ overflow: hidden; line-height: 1.7; font-size: 0.16rem; color: #fff; }
@media (min-width:1px) and (max-width:1080px){
}


.productslist{ overflow: hidden; display: flex; flex-wrap: wrap;}
.productslist .item{ margin: 0; width: calc((100% - 0.3rem)/4); margin-right: 0.1rem; margin-bottom: 0.1rem; box-sizing: border-box; border: 1px solid #a0a0a0; background: #fff; padding: 0.2rem;}
.productslist .item .img{ overflow: hidden;}
.productslist .item .txt{}
.productslist .item .txt h3{ font-weight: bold; font-size: 0.16rem; color: #ff710d; margin-bottom: 0.15rem;}
.productslist .item .txt p{ font-size: 0.14rem; line-height: 1.8; color: #6f6f6f;}

@media (min-width:1081px){
    .productslist .item:nth-child(4n){ margin-right: 0;}
    .productslist .item:hover{ border-color: #ff710d;}
    .productslist .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1080px) {
.productslist{}
.productslist .item{ width: calc((100% - 0.1rem)/2); }
.productslist .item:nth-child(2n){ margin-right: 0;}
}


/*产品详情*/
.details{overflow: hidden; }

.categoryback{ overflow: hidden; display: flex; justify-content: space-between; padding-bottom: 0.4rem; margin-bottom: 0.5rem; border-bottom: 2px solid #f3f5f9; align-items: center;}
.categoryback h2{ margin: 0; font-size: 0.4rem; font-weight: bold;}
.categoryback a{ margin: 0; font-size: 16px; line-height: 2;}

.details .html{}
.details .html .bigimg{ box-sizing: border-box; position: relative;}
.details .html .bigimg .gallery-top{ border: 1px solid #575757; box-sizing: border-box;}
.details .html .bigimg .gallery-top a{ display: block; text-align: center; }
.details .html .bigimg .gallery-top img{ width: 100%; height: auto;}

.details .html .bigimg .gallery-thumbs{ position: relative; margin-top: 0.2rem;}
.details .html .bigimg .gallery-thumbs .swiper-container{}
.details .html .bigimg .gallery-thumbs .swiper-slide{ margin: 0; border: 1px solid #575757; box-sizing: border-box;}
.details .html .bigimg .gallery-thumbs .swiper-slide img{ width: 100%; height: auto;}
.details .html .bigimg .gallery-thumbs .swiper-slide-active{ border-color: #1c9d64;}
.details .html .bigimg .gallery-thumbs .btn{ overflow: hidden; display: inline-flex; width: 0.3rem; height: 0.3rem; background: #22cd82; align-items: center; justify-content: center; color: #fff; cursor: pointer; outline: none; position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;}
.details .html .bigimg .gallery-thumbs .btn i{ font-size: 0.2rem; color: #fff; }
.details .html .bigimg .gallery-thumbs .btn-prev{ left: 0;}
.details .html .bigimg .gallery-thumbs .btn-next{ right: 0;}

.details .html .txt{ overflow: hidden; margin-top: 0.35rem;}
.details .html .txt h1{ font-size: 0.3rem; font-weight: bold; color: #ff710d; margin-bottom: 0.3rem;}
.details .html .txt h4{ font-size: 0.16rem; color: #fff; margin-bottom: 0.2rem;}
.details .html .txt p{font-size: 0.16rem; line-height: 1.55;}
.details .html .txt .btn{ margin-top: 0.25rem;}
.details .html .txt .btn a{ display: inline-flex; padding: 0.1rem 0.25rem; border-radius: 5px; background: #ff710d; font-size: 0.16rem; color: #fff;}
.details .html .txt .btn a:hover{ background: #949594;}

.details .details-txt{ overflow: hidden; margin-top: 0.3rem;}

.details .xgeffect{ overflow: hidden; margin-bottom: 0.35rem;}
.details .xgeffect .detailtop{ border-bottom: 1px solid #4d4d4d;}
.details .xgeffect .detailtop h2{ font-size: 18px; font-weight: bold; display: inline-flex; border-left: 6px solid #ff710d; padding: 5px 0 5px 0.15rem;}

.details .xgeffect .detalist{ overflow: hidden; font-size: 0.16rem; line-height: 2; padding: 0.3rem 0;}

/*.details .xgeffect .detalist table{ width: 100%;}
.details .xgeffect .detalist table tr{ width: 100%;}
.details .xgeffect .detalist table tr td:nth-child(1){white-space:nowrap;width:1%;}
.details .xgeffect .detalist table tr:nth-child(1) td{background:#d63d37;color:#FFF;border:1px solid #d63d37;}
.details .xgeffect .detalist table tr td{ padding:0.06rem 0.2rem; border-left: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; }
.details .xgeffect .detalist table tr td:last-child{ border-right: 1px solid #a5a5a5;}
.details .xgeffect .detalist table tr:first-child td{ border-top: 1px solid #a5a5a5;}*/

@media (min-width:1081px){
    .details .html{ display: flex; justify-content: space-between; }
    .details .html .bigimg{ width: 4rem; margin: 0;}
    .details .html .txt{ width: calc(100% - 4.5rem); margin: 0;}
    .details .details-txt{  }
} 	
@media (min-width:1px) and (max-width:1080px){
    .details{ }
    .details .html .bigimg .gallery-thumbs .swiper-container{ height: auto; margin-top: 0.3rem;}
    .details .html .bigimg .gallery-thumbs .swiper-slide{ height: auto;}
    .details .html .bigimg .gallery-thumbs .btn{ display: inline-block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 2; padding: 0.15rem;}
    .details .html .bigimg .gallery-thumbs .btn i{ transform: none; display: inline-block;}
    .details .html .bigimg .gallery-thumbs .btn-prev{ display: inline-block; left: 0;}
    .details .html .bigimg .gallery-thumbs .btn-prev i{ transform: rotate(180deg)}
    .details .html .bigimg .gallery-thumbs .btn-next{ right: 0; left: inherit;}
    .details .html .txt{ margin-top: 30px;}
    .details .html .txt .context{ font-size: 14px;}
    .details .html .txt .linkmore a{ width: 140px; height: 40px;}
    .details .xgeffect .detalist{}
    .details .xgeffect .detalist .item .txt h3{  font-size: 14px; padding: 5px;}
}

.relatedProducts{ display: flex; flex-wrap: wrap;}

@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px) {
    .relatedProducts .item{ width: calc((100% - 0.3rem)/2); margin-bottom: 0.3rem;}
    .relatedProducts .item:nth-child(2n){ margin-right: 0;}
}

.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

/*产品订单*/
.Inquiry{ overflow: hidden;}
.Inquiry p{ line-height: 2; margin-bottom: 0.3rem; font-size: 12px;}
.Inquiry p a{ color: #ff710d;}
.onlineInquiry{ overflow: hidden;}
.onlineInquiry .input{ overflow: hidden; display: flex; align-items: center; background: none; border: 1px solid #d8d8d8; box-sizing: border-box; padding:0  0.15rem; margin-bottom: 25px; border-radius: 5px;}
.onlineInquiry .input.textarea{ align-items: stretch;}
.onlineInquiry .input.textarea>label{ padding: 5px 15px 5px 0;}
.onlineInquiry .input>label{ font-size: 14px; color: #fff; white-space: nowrap;text-overflow: ellipsis;}
.onlineInquiry .input>input{ flex: 1; background: none; line-height: 0.55rem; box-sizing: border-box; padding: 0 5px; color: #fff;}
.onlineInquiry .input>textarea{ flex: 1; background: none; border: 0; outline: none; padding: 8px 0; box-sizing: border-box; resize: none}
.onlineInquiry .button{ overflow: hidden; width: 100%; float: left;}
.onlineInquiry .button>button{ border: 0; padding: 10px 30px; line-height: 35px; position: relative; font-size: 17px; display: inline-block; transition: all 0.35s; z-index: 1; cursor: pointer; color: #fff; outline: none;overflow: hidden; background: #ff710d; width: 100%; text-transform: uppercase;}

@media (min-width:1081px)  {
.onlineInquiry .input.w33{ width: calc(33.33% - 17px); float: left; margin-right: 25px;}
.onlineInquiry .input.w50{ width: calc(50% - 15px); float: left; margin-right: 30px;}
.onlineInquiry .input.end{ margin-right: 0}
.onlineInquiry .input.w67{ width: calc(66.67% - 10px); float: left;}
}

/*联系我们*/
.lxfsinfo{ padding: 0.65rem 0}
.lxfsinfo .divtel{ text-align: center;}
.lxfsinfo .divtel i{ font-size: 0.18rem;}
.lxfsinfo .divtel h3{ font-size: 0.24rem; font-weight: bold; margin: 0.3rem 0 0.2rem;}
.lxfsinfo .divtel p{ font-size: 0.16rem; line-height: 1.5;}

@media (min-width:1081px){
    .lxfsinfo .lxfs{  display: flex; justify-content: space-between;}
    .lxfsinfo .divtel{ margin: 0; width: 3.4rem}
}
@media (min-width:1px) and (max-width:1080px) {
}

/*留言*/
.leave{ overflow: hidden; padding:0.5rem 0 0.7rem; margin-top: 0.5rem; border-top: 1px solid #4d4d4d;}
.leave h2{ font-size: 0.3rem; font-weight: bold; font-family: "Century Gothic"; text-align: center; }
.feedback{ overflow: hidden; margin-top: 0.3rem;}
.feedback .input_div{ overflow: hidden; margin-bottom: 20px; position: relative; display: flex; background: #575858; align-items: center; padding: 0px 0.25rem; box-sizing: border-box;}
.feedback .input_div>label{ background: none; font-size:15px; font-weight: bold; color: #abacae; display: block; box-sizing: border-box; align-items: center; white-space: nowrap;text-overflow: ellipsis;}
.feedback .input_div>label>i{ margin-right: 5px;}
.feedback .input_div>input[type='text']{ width: 100%; background: none; border: 0; box-sizing: border-box; height: 0.65rem; color: #fff; padding:0.15rem 10px;}
.feedback .input_div>textarea{ background:none; border: 0; width: 100%; float: left; outline: none; resize: none; box-sizing: border-box; height: 1.2rem; color: #fff; padding: 10px;}
.feedback .input_div .select-control{ border: 0; width: 100%; background: none; padding:0.19rem 10px; outline: none; font-size: 15px; color: #abacae;}
.select2-container--default .select2-selection--single{padding:0 10px; height: 0.65rem!important; border: 0!important; background: none!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{ line-height: 0.65rem!important; color: #fff!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{ top: 16px!important;}
.select2-results__option--selectable{ color: #333!important;}
.feedback .input_div>#idcode2{ position: absolute; right: 0; bottom: 0; height: 40px; display: inline-flex; width: 100px; align-items: center; border-left: 1px solid #d8d8d8; font-size: 20px; cursor: pointer;}
.feedback .input_div.textarea{ align-items: flex-start;}
.feedback .input_div.textarea>label{ margin-top: 10px;}
.feedback input::-webkit-input-placeholder, .feedback textarea::-webkit-input-placeholder{ color: #999; }
.feedback input:-moz-placeholder, .feedback textarea:-moz-placeholder{ color: #999;}
.feedback input::-moz-placeholder, .feedback textarea::-moz-placeholder{ color: #999;}
.feedback input:-ms-input-placeholder, .feedback textarea:-ms-input-placeholder{ color: #999;}
.feedback .button{ overflow: hidden; padding: 12px 0;}
.feedback .button button{ display: inline-flex; border: 0; align-items: center; justify-content: center; width: 100%; height: 0.45rem; box-sizing: border-box; font-size: 18px; color: #fff; transition: all 0.35s; text-transform: capitalize; background: #ff710d; text-align: center; border-radius: 5px; cursor: pointer; outline: none;}
.hidden{ display: none!important;}
@media (min-width:1081px)  {
.leave{ position: relative; z-index: 3; }
.feedback .w50{ width: calc(50% - 15px); margin-right: 30px;}
.feedback .w33{ width: calc(33.33% - 20px); margin-right: 30px;}
.feedback .w67{ width: calc(66.77% - 12px); }
.feedback .end{ margin-right: 0;}
.feedback .fl{ float: left;}
.feedback .fr{ float: right; }
}
@media (min-width:1px) and (max-width:1080px) {
.leave{ padding: 0px;}
.leave h2{ font-size: 16px; margin-bottom: 10px;}
.leave p{ font-size: 12px; margin-bottom: 10px;}
.feedback .input_div>label{ font-size: 14px;}
.feedback{ display: block; margin-top: 15px;}
.feedback .left{ margin-right: 0px;}
.feedback .right{ margin-left: 0px;}
.feedback .w50{ width: auto;}
.feedback .button button{ width: 110px; height: 40px;}
}
@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px) {
}

.cont_lxfs1{ overflow: hidden;}
.cont_lxfs1 h2{ font-family: "firasans-bold"; font-size: 0.4rem; text-transform: uppercase; color: #fff; margin-bottom: 0.4rem; text-align: center;}
.cont_lxfs1 .list{ overflow: hidden; margin-top: 0.75rem; display: flex; flex-wrap: wrap;}
.cont_lxfs1 .list .item{ margin: 0; width: calc((100% - 5rem)/6); margin-right: 1rem; display: block;}
.cont_lxfs1 .list .item .img{ overflow: hidden;}
.cont_lxfs1 .list .item .img img{ width: 100%; height: auto;}
@media (min-width:1082px) {
    .cont_lxfs1 .list .item:nth-child(6){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px) {
    .cont_lxfs1 .list .item{  width: calc((100% - 0.8rem)/3); margin-right: 0.4rem;}
    .cont_lxfs1 .list .item:nth-child(3n){ margin-right: 0;}
}

/*新闻中心*/
.newsbody{ }

.newslist{ box-sizing: border-box;}

.newslist .item{ display: block; margin-bottom: 0.3rem;}
.newslist .item .img{}
.newslist .item .img img{ width: 100%; height: auto;}
.newslist .item .txt{ overflow: hidden; box-sizing: border-box; color: #fff;}
.newslist .item .txt h3{ font-family: "Century Gothic"; font-weight: bold; font-size: 0.18rem; margin-bottom: 0.15rem;}
.newslist .item .txt time{ display: block; font-size: 0.14rem; color: #c7c7c7; margin-bottom: 0.1rem;}
.newslist .item .txt p{ font-size: 0.16rem; line-height: 1.3;}

@media (min-width:1081px){
    .newslist .item{ display: flex; justify-content: space-between; align-items: center;}
    .newslist .item .img{ margin: 0; width: 1.82rem; box-sizing: border-box; border: 1px solid #868686;position: relative;}
    .newslist .item .img img{ }
    .newslist .item .txt{ margin: 0; width: calc(100% - 2rem);}
}
@media (min-width:1px) and (max-width:1080px) {
    .newslist .item .txt{ margin-top: 0.3rem;}
}

.newsdetail{ overflow: hidden; }
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 0.32rem; font-family: "Century Gothic"; font-weight: bold; line-height: 52px; color: #ff710d; text-align: center; padding: 0 15px; margin-bottom: 30px;}
.newsdetail .Title .txt{ padding: 0.2rem 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; display: flex; color: #999;}
.newsdetail .Title .txt .bshare-custom{ display: inline-block; margin: 0; margin-left: 5px;}
.newsdetail .Title .txt #ProShare{ display: inline-block; margin: 0; margin-left: 5px;}
.newsdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size: 16px; line-height: 2; color: #fff;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.newsdetail .pagelist>a{ font-size: 16px; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}

@media (min-width:1px) and (max-width:1080px){
.newsdetail{ padding: 15px 0 30px;}
.newsdetail .Title h1{ font-size: 20px; line-height: 2; padding: 0 7px; margin-bottom: 15px;}
.newsdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
.newsdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
.newsdetail .context{ padding: 15px 0 20px;}
.newsdetail .pagelist{ display: block;}
.newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}

/*应用*/
.appitem{ padding: 0.6rem 0 0.8rem;}
.appitem h2{ font-size: 0.3rem; font-weight: bold; font-family: "Century Gothic"; line-height: 1; margin-bottom: 0.2rem;}
.appitem p{ font-size: 0.16rem; line-height: 1.56;}
.appitem dl{ display: flex; flex-wrap: wrap; margin: 0.35rem 0 0.35rem;}
.appitem dl dd{ margin: 0; width: calc((100% - 0.6rem)/4); margin-right: 0.2rem; margin-bottom: 0.2rem;}
.appitem dl dd a{ display: block; font-size: 0.16rem;}
.appitem dl dd a:before{ content: ""; width: 7px; height: 7px; background: #ff710d; margin-right: 0.13rem; display: inline-block; border-radius: 50%;}
.appitem .list{ display: flex; flex-wrap: wrap; margin-top: 0.55rem;}
.appitem .list .item{ margin: 0; width: calc((100% - 0.7rem)/3); margin-right: 0.35rem; margin-bottom: 0.15rem; overflow: hidden; display: block;}
.appitem .list .item .img{ overflow: hidden;}
.appitem .list .item .img img{ width: 100%; height: auto;}
.appitem .list .item .txt{ margin-top: 0.2rem; text-align: center;}
.appitem .list .item .txt h3{ font-size: 0.16rem; font-weight: bold; color: #ffffff;}
.appitem .linkmore{ margin-top: 0.5rem; text-align: center;}
.appitem .linkmore a{ display: inline-flex; padding: 0.15rem 0.4rem; border-radius: 5px; background: #ff710d; font-size: 0.16rem; color: #fff; transition: linear 0.35s;}
.appitem:nth-child(2n){ padding-top: 0;}
@media (min-width:1082px){
    .appitem dl dd:nth-child(4n){ margin-right: 0;}
    .appitem .list .item:nth-child(3n){ margin-right: 0;}
    .appitem .linkmore a:hover{ background: #949594;}
}
@media (min-width:1px) and (max-width:1081px){
    .appitem dl dd{  width: calc((100% - 0.2rem)/2);}
    .appitem dl dd:nth-child(2n){ margin-right: 0;}
    .appitem .list .item{ width: calc((100% - 0.35rem)/2);}
    .appitem .list .item:nth-child(2n){ margin-right: 0;}
}

.applist{ display: flex; flex-wrap: wrap; padding: 0.4rem 0;}
.applist .item{ margin: 0; width: calc((100% - 0.7rem)/3); margin-right: 0.35rem; margin-bottom: 0.15rem; overflow: hidden; display: block;}
.applist .item .img{ overflow: hidden;}
.applist .item .img img{ width: 100%; height: auto;}
.applist .item .txt{ text-align: center; border: 1px solid #f5f5f5; padding: 0.15rem;}
.applist .item .txt h3{ font-size: 0.16rem; font-weight: bold; color: #ffffff;}
@media (min-width:1082px){
    .applist .item:nth-child(3n){ margin-right: 0;}
    .applist .item:hover .img img{ transform: scale(1.1)}
    .applist .item:hover .txt h3{ color: #ff710d;}
}
@media (min-width:1px) and (max-width:1081px){
    .applist .item{ width: calc((100% - 0.35rem)/2);}
    .applist .item:nth-child(2n){ margin-right: 0;}
}

/*案例中心*/
.projects{ overflow: hidden;}
.projects .lt{ overflow: hidden; color: #fff; padding-top: 0.3rem;}
.projects .lt h2{ font-family: "firasans-bold"; font-size: 0.4rem; text-transform: uppercase; margin-bottom: 0.35rem;}
.projects .lt p{ font-size: 0.16rem; line-height: 1.56; margin-bottom: 0.3rem;}
@media (min-width:1081px){
    .projects .container{ display: flex; justify-content: space-between;}
    .projects .lt{ margin: 0; width: 50%;}
    .projects .fr{ margin: 0; width: 50%;}
}
@media (min-width:1px) and (max-width:1080px){
}

.projects1{ text-align: center; margin-bottom: 0.6rem;}
.projects1 .indextit h2{ color: #ff710d;}
@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px){
}

.caseslist{ overflow: hidden; display: flex; flex-wrap: wrap;}
.caseslist .item{ margin: 0; display: block; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; margin-bottom: 0.2rem; position: relative; border: 1px solid transparent; box-sizing: border-box;}
.caseslist .item .img{ overflow: hidden;}
.caseslist .item .img img{ width: 100%; height: auto;}
.caseslist .item .img:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #000000; opacity: 0.6; transition: linear 0.35s;}
.caseslist .item .txt{ overflow: hidden; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; padding: 0.3rem;}
.caseslist .item .txt time{ display: block; font-size: 0.16rem; color: #b7b7b7;}
.caseslist .item .txt time i{ margin-right: 5px;}
.caseslist .item .txt h3{ font-family: "firasans-bold"; font-size: 0.2rem; color: #fff; margin: 0.1rem 0 0.15rem ;}
.caseslist .item .txt p{ font-size: 0.16rem; color: #b7b7b7; line-height: 1.56;}
.caseslist .item .txt span{ font-family: "opensans-700"; font-size: 0.16rem; color: #fff; margin-top: 0.1rem; display: block;}

@media (min-width:1081px){
    .caseslist .item:nth-child(3n){ margin-right: 0;}
	.caseslist .item:hover { border-color: #ff710d;}
    .caseslist .item:hover .img:before{ opacity: 0.4;}
}
@media (min-width:1px) and (max-width:1080px){
    .caseslist .item{ width: 100%; margin-right: 0;}
    .caseslist .item .img:before{ opacity: 0.6;}
}

.casesdetail{ overflow: hidden; padding: 0 0 0.4rem 0}
.casesdetail .container{ color: #fff;}
.casesdetail .title{ overflow: hidden; margin-top: 0.2rem;}
.casesdetail .title h1{ font-size: 24px; font-weight: bold;}
.casesdetail .title .txt{ overflow: hidden; margin-top: 0.15rem; padding-bottom: 0.1rem; border-bottom: 1px solid #ddd; font-size: 16px; color: #d63d37;}
.casesdetail .context{ overflow: hidden; margin-top: 0.2rem; line-height: 2; font-size: 16px;}
.casesdetail .pagelist{ padding: 0.4rem 0rem 0.2rem 0rem; border-top:1px solid #ddd; margin-top: 0.2rem;}
.casesdetail .pagelist a{ padding: 0.1rem 0.2rem; border: 1px solid #ddd; font-size: 14px; line-height: 2; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: inline-block;}
.casesdetail .pagelist a:hover{background:#d63d37;border:1px solid #d63d37;color:#FFF;}
@media (min-width:1081px){
.casesdetail .pagelist a{ max-width: 45%;}
.casesdetail .pagelist a:last-child{ float: right;}
}
@media (min-width:1px) and (max-width:1080px){
.casesdetail .container{ padding: 0 0 0.3rem 0;}
.casesdetail .title{}
.casesdetail .title h1{ font-size: 18px;}
.casesdetail .title .txt{ font-size: 12px;}
.casesdetail .context{ font-size: 14px;}
.casesdetail .pagelist{ padding: 0.2rem 0 0 0;}
.casesdetail .pagelist a{ display: block; margin-bottom: 10px; font-size: 14px;}
}


/*服务中心*/
.servicelist{ overflow: hidden; padding: 0 0 1rem 0; position: relative;}
.servicelist h2{ font-family: "Century Gothic"; font-weight: bold; font-size: 0.3rem; margin-bottom: 0.3rem;}
.servicelist p{ font-size: 0.16rem; line-height: 1.56;}
.servicelist ul{ display: flex; flex-wrap: wrap; margin: 0.3rem 0 0.35rem;}
.servicelist ul li{ margin: 0; width: calc((100% - 0.2rem)/2); margin-right: 0.2rem; padding: 0.15rem .2rem; border-radius: 5px; background: #949594; font-size: 0.16rem; text-align: center; box-sizing: border-box; cursor: pointer;}
.servicelist ul li.active{ background: #ff710d;}
.servicelist .context{ font-size: 0.16rem; line-height: 2;}
 .servicelist ul li:nth-child(2n){ margin-right: 0;}
@media (min-width:1081px) {
   
}
@media (min-width:1px) and (max-width:1080px){
}


/*下载*/
.download{ overflow: hidden; padding: 0.6rem 0 0.8rem;}
.download h2{ font-family: "Century Gothic"; font-weight: bold; font-size: 0.3rem; margin-bottom: 0.3rem;}
.download p{ font-size: 0.16rem; line-height: 1.56;}
.download .imgbox{ margin-top: 0.3rem; position: relative;}
.download .imgbox .txt{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 1; width: 50%; text-align: center;}
.download .imgbox .txt img{ width: 1.8rem; margin-bottom: 0.3rem;}
.download .imgbox .txt h3{ font-size: 0.24rem; font-weight: bold; color: #fff; text-transform: uppercase; margin-bottom: 0.1rem;}
.download .imgbox .txt h4{ font-size: 0.24rem; font-weight: bold; color: #fff;}
.download .imgbox .txt a{ display: inline-flex; padding: 0.15rem 0.8rem; border-radius: 5px; background: #ff710d; font-size: 0.16rem; color: #fff; transition: linear 0.35s; margin-top: 0.4rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .download .imgbox .txt{ width: 100%;}
    .download .imgbox .txt img{ width: 0.9rem; margin-bottom: 0.2rem;}
    .download .imgbox .txt h3{ font-size: 0.18rem;}
    .download .imgbox .txt h4{ font-size: 0.18rem;}
    .download .imgbox .txt a{ margin-top: 0.2rem;}
}

/*常见问题*/
.faqtit{ overflow: hidden; padding: 0.3rem 2rem; margin-bottom: 0.25rem;}
.faqtit .lt {}
.faqtit .lt h2{ font-family: "firasans-bold"; font-size: 0.35rem; color: #ff710d; line-height: 1.2; position: relative;}
.faqtit .fr{}
.faqtit .fr p{ font-size: 0.16rem; color: #fff; line-height: 2;}
@media (min-width:1081px) {	
    .faqtit{ display: flex;}
    .faqtit .lt{ margin: 0; width: 30%;}
    .faqtit .fr{ margin: 0; width: 70%;}
}
@media (min-width:1px) and  (max-width:1080px){
}

.faqlist{ }
.faqlist .item{ clear: both; margin-bottom: 0.25rem;}
.faqlist .item h3{ display: flex; justify-content: space-between; background: #f2f2f2; box-sizing: border-box; padding: 0.2rem 0.3rem; align-items: center; cursor: pointer; font-size: 16px; box-shadow: 0 0 15px rgba(205,205,205,0.29);} 
.faqlist .item h3 font{ margin: 0; display: inline-flex; width: 0.3rem; height: 0.3rem; background: #ff710d; align-items: center; justify-content: center; color: #fff;}
.faqlist .item h3 span{ flex: 1; display: inline-block; white-space: nowrap;text-overflow: ellipsis; overflow: hidden; margin-left: 0.1rem; color: #ff710d; font-size: 0.2rem;}
.faqlist .item h3 i{ margin: 0; display: inline-block; font-size: 24px; }
.faqlist .item .context{ overflow: hidden; padding: 0.3rem; transition: all 0.35s; background: #fff; box-shadow: 0 0 15px rgba(205,205,205,0.29); font-size: 0.16rem; line-height: 1.5; height: auto; transform-origin: top center; color: #666;}


@media (min-width:1081px) {	
.faqlist .item h3 i{ margin-right: 0.35rem;}
}
@media (min-width:1px) and  (max-width:1080px){
.faqlist .item .context{ font-size: 14px;}
}


/*图库中心*/
.gallerylist{ overflow: hidden; }
.gallerylist .ipto{ width: calc((100% - 0.4rem)/3); float: left; margin-right: 0.2rem; margin-bottom: 0.2rem;}
.gallerylist .ipto .ipti{ overflow: hidden; border: 1px solid #f5f5f5;}
.gallerylist .ipto .ipti img{ width: 100%; transition: all 0.35s ease;}
.gallerylist .ipto .iptz{ overflow: hidden; text-align: center; padding:0.15rem 5px;}
.gallerylist .ipto .iptz h3{ font-size: 16px; font-weight: bold;}
.gallerylist .ipto.active .ipti{ background: url("/Template/Default/images/honorbg.jpg") no-repeat center center / 100% 100%; padding: 0.3rem; border: 0; box-sizing: border-box;}
@media (min-width:1081px){
.gallerylist .ipto:nth-child(3n){ margin-right: 0;}
.gallerylist .ipto:nth-child(3n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:1080px){
.gallerylist .ipto{ width: calc((100% - 20px)/2);}
.gallerylist .ipto .iptz{ overflow: hidden; text-align: center; padding:10px 5px 5px 5px;}
.gallerylist .ipto .iptz h3{ font-size: 13px;}
.gallerylist .ipto:nth-child(2n){ margin-right: 0;}
.gallerylist .ipto:nth-child(2n+1){ clear: both;}
}

/* 视频中心 */
.videosearch{ overflow: hidden; background: #f7f7f7; padding: 0.65rem 0;}
.videosearch h2{ font-family: "Manrope-Extrabold"; font-weight: bold; text-transform: uppercase; color: #333; font-size: 0.38rem; margin-bottom: 0.2rem;}
.videosearch form[name='videokeyfrom']{ display: flex; border-bottom: 1px solid #e3e3e3;}
.videosearch form[name='videokeyfrom'] input{ width: 100%; line-height: 40px; background: none; border: 0; padding-left: 5px;}
.videosearch form[name='videokeyfrom'] button{ width: 60px; background: none; border: 0; cursor: pointer; outline: none;}

.videotit{ overflow: hidden; padding: 0.6rem 0 0.4rem 0;}
.videotit h2{ font-family: "Manrope-Extrabold"; font-weight: bold; text-transform: uppercase; color: #ff710d; font-size: 0.38rem; margin-bottom: 0.2rem;}

.videolist{ overflow: hidden;}
.videolist .ipto{ width: calc((100% - 39px)/4); float: left; margin-right: 13px; margin-bottom: 0.4rem; cursor: pointer;}
.videolist .ipto .ipti{ overflow: hidden; border: 1px solid #d7d7d7; box-sizing: border-box; position: relative;}
.videolist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.videolist .ipto .ipti:before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; width: 0.52rem; height: 0.52rem; background: url("/Template/Default/images/video.png") no-repeat center center / 100% 100%; opacity: 0; transition: all 0.35s;}
.videolist .ipto .iptz{ overflow: hidden; box-sizing: border-box; padding: 0.3rem; background: #eee;}
.videolist .ipto .iptz h3{ font-size: 16px; color: #333; line-height: 1.5; height: 3em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.videolist .ipto .iptz .nr{ display: none!important;}
@media (min-width:1081px){
.videolist .ipto:nth-child(4n){ margin-right: 0;}
.videolist .ipto:hover .ipti:before{ opacity: 1;}
.videolist .ipto:hover .iptz{ background: #ff710d;}
.videolist .ipto:hover .iptz h3{ color: #fff;}
} 
@media (min-width:1px) and (max-width:1080px){
.videolist{}
.videolist .ipto{ width: calc((100% - 0.15rem)/2); margin-right: 0.15rem; margin-bottom: 0.15rem;}
.videolist .ipto:nth-child(2n){ margin-right: 0;}
.videolist .ipto .iptz h3{ font-size: 12px;}
}

/*region 其他*/
.thk_nav{ text-align: justify; font-size: 16px; line-height: 2em; padding: 30px 0;}
.thk_nav>h1{ font-size: 20px; font-weight: bold; color: #333;}
.btnthank{padding: 5px 10px;margin-top: 15px;display: inline-block;border:1px solid #d00000;color:#ffffff;background-color:#d00000;}
.btnthank:hover{background-color: #ffffff;color: #d00000;}


.hidden{ display: none!important;}
@media (min-width:1081px){
    .hidden-pc{display: none!important;}
}
@media (min-width:1px) and (max-width:1080px) {
.hidden-xs{ display: none;}
}
/*endregion*/

/*网站地图*/
.sitemaps{ overflow: hidden; padding: 40px 0;}
.sitemaps .column{ overflow: hidden; font-size: 18px;}
.sitemaps .column a{ display: block; padding: 10px 0}
.sitemaps .Bigcategory{ overflow: hidden; padding-left: 2%; font-size: 16px; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li{ width: 100%; margin: 0; font-size: 16px; text-transform: capitalize}
.sitemaps .Bigcategory li a{  padding: 10px 0; display: block;}
.sitemaps .Bigcategory li>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li>.list-inline li{ width: 48%; margin: 0; font-size: 12px; padding: 0 1%;}
.sitemaps>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps>.list-inline li{ width: 100%; margin: 0; font-size: 16px;}
.sitemaps>.list-inline li a{ display: block;  padding: 10px 0;}
.sitemaps .columnclear{ overflow: hidden; clear: both; border-bottom: 1px dashed #d5d5d5; margin: 10px 0;}
@media (min-width:1px) and (max-width:1080px) {
.sitemaps{ padding: 30px 0;}
.sitemaps .Bigcategory li{ width: 100%; overflow: hidden;}
.sitemaps>.list-inline li{ width: 100%; overflow: hidden;}
.sitemaps .Bigcategory li>.list-inline li{ width: 100%;}
}

/*其他*/
.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

.material{ overflow: hidden; padding: 30px 0; text-align: center; font-size: 14px; text-transform: capitalize; font-weight: bold;}
@media (min-width:1px) and (max-width:1080px) {
.material{ padding: 20px; font-size: 14px;}
}
.onliewhatsapp{ position:fixed; right:15px; bottom:20%; z-index:10;}
.onliewhatsapp img{ width:70px;}

/*人才招聘*/
.joinuslist{ padding: 0 0 0.55rem 0 ;}
.joinuslist .item{ overflow: hidden; display: flex; justify-content: space-between; background: #d63d37; margin-bottom: 8px;}
.joinuslist .item h3{ padding: 0.2rem 0.2rem; font-size: 16px; font-weight: bold; color: #fff; margin: 0; box-sizing: border-box;}
.joinuslist .item h3:nth-child(1){ width: 467px;}
.joinuslist .item h3:nth-child(2){ width: 297px;}
.joinuslist .item h3:nth-child(3){ width: 264px;}
.joinuslist .item h3:nth-child(4){ width: 364px;}
.joinuslist .item h3:nth-child(5){ width: 130px;}
.joinuslist .item p{ padding: 0.15rem 0.2rem; font-size: 16px; color: #202020; margin: 0; box-sizing: border-box;}
.joinuslist .item p:nth-child(1){ width: 467px;}
.joinuslist .item p:nth-child(2){ width: 297px;}
.joinuslist .item p:nth-child(3){ width: 264px;}
.joinuslist .item p:nth-child(4){ width: 364px;}
.joinuslist .item p:nth-child(5){ width: 130px;}
.joinuslist .item p>a{display: flex;}
.joinuslist .item:nth-child(n+2){ background: rgb(246, 248, 249);}

@media (min-width:1081px) {	
.joinuslist .item:nth-child(n+2):hover{ background: #84B6DB}
}
@media (min-width:1px) and (max-width:1080px) {
.joinuslist .item h3:nth-child(3){ display: none;}
.joinuslist .item h3:nth-child(4){ display: none;}
.joinuslist .item h3:nth-child(5){ width: 300px;}
.joinuslist .item p:nth-child(3){ display: none;}
.joinuslist .item p:nth-child(4){ display: none;}
.joinuslist .item p:nth-child(5){ width: 300px;}
.joinuslist .item h3{ font-size: 12px; padding: 10px;}
.joinuslist .item p{ font-size: 10px; padding: 6px 10px;}
.joinuslist .item p>a{ font-size: 10px;}
}

/*下载中心*/
.downloadlist{  padding: 0.5rem 0;}
.downlist {overflow: hidden; width:99%;box-shadow: darkgrey 5px 5px 10px 5px;padding:0.5%;margin-bottom:20px; box-sizing: border-box; display: flex; justify-content: space-between; border-radius: 5px;}
.convImgs { overflow: hidden; margin: 0; width: 1.5rem;}
.convText {float:left;padding:30px; margin-left:70px;}
.convText strong{float:left; width:100%;color:#363636; text-transform:uppercase; font-size: 18px;}
.convText p{float:left; width:100%;margin-top:10px; font-size: 14px;}
.convDown {float:right;margin-right:30px;margin-top:40px;}
.convDown a{ color: #d63d37;}
.convDown a i:before{ content: "\e601"; font-size: 0.4rem;}

@media (max-width: 1080px) {
   .downlist {width:94%; margin-left:3%;padding:20px}
   .convImgs img{width:100%;}
   .convText {float:left;padding:30px 0px; margin-left:0px;width:100%}
   .convDown {float:left;margin-right:0px;margin-top:10px;}
}

/**********右侧浮动**********/
#float{position:fixed;right:0;top:50%;margin-top:-60px;z-index:9; }
#float .ico{display:block; width:70px; height:70px; text-align:center; background:#ff710d; position:relative; cursor:pointer; margin-bottom:10px; transition: linear 0.35s; clear: both; float: right; box-sizing: border-box;}
#float .ico>em{ width: 70px; height: 70px; display: inline-block; line-height: 30px; font-size: 12px; color: #fff; padding: 10px 0; box-sizing: border-box;}
#float .ico>em>i{font-size:40px;display:block;color:#fff; width: 100%; font-weight: normal;}
#float .ico>span{ width: 0; overflow: hidden; display: block; transition: linear 0.35s; font-size: 0.14rem; color: #fff; white-space: nowrap;text-overflow: ellipsis; font-weight: bold;}
#float #GoTop>i{ }
#float .ico>.img{position:absolute;right:60px;width:140px;top:0;display:none;background-color:#fff;box-shadow:0 0 5px #b0b0b0;}
#float .ico>.img>img{width:100%;}
#float .ico.wechat{ align-items: flex-start;}
#float .ico.onother em{ padding: 0;}
#float .ico.onother i{ line-height: 70px;}
#float .onhover:hover{ background: #fff; padding: 5px; display: flex; align-items: center; width: 280px; border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
#float .onhover:hover>em{ background: #ff710d; height: 60px; border-radius: 5px; line-height: 26px;}
#float .onhover:hover>em>i{ }
#float .onhover:hover>span{ display: block; margin-left: 10px; width: auto; color: #333;}
#float .onhover.wechat:hover>span{ overflow: visible; position: relative; z-index: 10}
#float .onhover.wechat:hover>span>img{ margin-bottom: -109px;}
@media (min-width:1px) and (max-width:1081px){
    #float .ico{width:50px;height:50px;margin-bottom:5px;}
    #float .ico>i{font-size:24px;line-height:50px;}
    #float .ico>.img{right:50px;}
}
#float .ico p{display:none;}
#float .ico i .number{position:absolute;width:25px;height:25px;font-size:16px;border-radius:50%;left:-5px;z-index:13;line-height:25px;background-color:#c6171e;color:#fff;top:-5px;}

#float #btninquy>em>i{ animation: blink 1.5s infinite; }
@keyframes blink {
0% {
opacity: 1;
	color: #08577c;
}
50% {
opacity: 0.5;
}
100% {
opacity: 0;
}
}
@media (min-width:1px) and (max-width:1080px){
	#float{ display: none}
}

/*region 分页*/
.page{overflow: hidden;text-align: right;}
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px; }
.pagination>li{display:inline;}
@media (min-width:1081px){.pagination>li>a,.pagination>li>span{padding:6px 12px!important;}
}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:3px 4px;border:1px solid #ddd;background-color:#fff;color:#ff710d;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;border-color:#ddd;background-color:#eee;color:#ff710d;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;border-color:#ff710d;background-color:#ff710d;color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{border-color:#ddd;background-color:#fff;color:#777;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;} 
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.pager{margin:20px 0;padding-left:0;list-style:none;text-align:center;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border:1px solid #ddd;border-radius:15px;background-color:#fff;}
.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#777;cursor:not-allowed;}
/*endregion*/



#floatForm{position:fixed;right:0;bottom:0;z-index:10; transition: linear 0.35s; transform: translateY(100%); opacity: 0;}
#floatForm[typeof='close']{ transform: translateY(100%); opacity: 0;}
#floatForm[typeof='open']{ transform: translateY(0); opacity: 1}
#floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
#floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:#ff710d transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
#floatForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #ff710d; background: #fff; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
#floatForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
#floatForm .contactForm{width:90%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-top-left-radius: 10px; border-top-right-radius: 10px;}
#floatForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
#floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
#floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
#floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none; box-sizing: border-box;}
#floatForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:0.16rem;border:1px solid #ff710d;background-color:#ff710d;text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
#floatForm .contactForm .submit:hover{color:#fff;}
@media (min-width:1px) and (max-width:1081px){
	#floatForm{ bottom: 50px;}
}

/*404*/
.page404{ overflow: hidden; padding: 2rem 0; text-align: center;}
.page404 h2{ font-size: 0.2rem; color: #ff710d;}
.page404 h2 span{ display: inline-flex; align-items: center;}
.page404 h2 span:before{ content: ""; display: inline-block; width: 0.15rem; height: 1px; background: #ff710d; margin-right: 0.1rem;}
.page404 h2 span:after{ content: ""; display: inline-block; width: 0.15rem; height: 1px; background: #ff710d; margin-left: 0.1rem;}
.page404 h4{ font-size: 1.6rem; color: #fff; font-weight: bold;}
.page404 p{ font-size: 0.16rem; color: #fff;}
.page404 .btn404{ display: inline-block; padding: 0.16rem 0.32rem; border: 1px solid #fff; font-size: 0.16rem; margin-top: 0.5rem; transition: linear 0.35s;}
.page404 .btn404:hover{ background: #ff710d; color: #fff;}

