﻿@charset "utf-8";
@import url('../css/fonts.css');
body{ font-family: "Catamaran-Regular","Arial"; background-color:#fff; overflow-x:hidden; color: #231815;}
a{ color:#231815; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#231815;}
img,li{ vertical-align:top; border:0px; list-style-type: none;}
img{ max-width:100%;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: inherit; 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:"Catamaran-Regular","Arial";font-size:12px;}
input,textarea{font-family:"Catamaran-Regular","Arial"; border:0; outline:medium;}
@media (min-width:1px) and (max-width:991px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:992px){
	.container{ margin-left: 20px; margin-right: 20px;}
}
@media (min-width:1230px){
	.container{ margin-left: 55px; margin-right: 55px;}
}


/*头部*/
.header{position: fixed; left: 0px; top: 0px; right: 0px; z-index: 10; transition: all 0.35s; background: #fff;}
.header.fis_show{ box-shadow: 0 0 5px #333;}


/*region 导航*/
.jdmenu{vertical-align: middle; box-sizing: border-box;}
.jdmenu .logo{ display: inline-block; padding: 15px 0;}
.jdmenu .logo img{ transition: all 0.35s ease; height: 68px;}

.jdmenu .nav{ display: inline-block; float: right;}
.jdmenu .nav #jdmenu{ display: inline-block; vertical-align: top; box-sizing: border-box;}
.jdmenu .nav #jdmenu>li{ display: inline-block; float: left; font-size: 17px; font-weight: bold; position: relative; }
.jdmenu .nav #jdmenu>li>a{ display: block; color: #333; position: relative; transition: all 0.35s; text-transform: uppercase; border-bottom: 2px solid transparent}

.jdmenu .nav #jdmenu>li.searchclick{ display: inline-block; cursor: pointer; vertical-align: middle; text-align: center;}
.jdmenu .nav #jdmenu>li.searchclick .siconfont{ color: #333; transition: all 0.35s; font-size: 20px; display: inline-block;}
.jdmenu .nav #jdmenu>li.searchclick .siconfont:before{content:"\e637"}

.jdmenu .nav #jdmenu>li.langer{ display: inline-block; }
.jdmenu .nav #jdmenu>li.langer>a{ padding: 0; display: block; color: #333!important;}
.jdmenu .nav #jdmenu>li.langer>a i{ font-size: 20px; display: inline-block; margin-right: 5px;}
.jdmenu .nav #jdmenu>li.langer>a b{ display: inline-block; margin-left: 5px;}
.jdmenu .nav #jdmenu>li.langer:before{ content: ""; width: 2px; position: absolute; left: 0; top: 40%; bottom: 40%; background: #333;}

@media (min-width:992px){
.jdmenu .nav #jdmenu>li:first-child{ display: none;}
.jdmenu .nav #jdmenu>li{ padding: 35px 15px; text-align: center;}
.jdmenu .nav #jdmenu>li.active>a,.jdmenu .nav #jdmenu>li:hover>a{ display: inline-block; color: #e60012; border-color: #e60012;}
}
@media (min-width:1230px){
.jdmenu .nav #jdmenu>li{ padding: 35px 20px;}
}

@media (min-width: 1px) and (max-width: 991px) {
.jdmenu{ display: block; background: none; }
.jdmenu .logo{ display: inline-block;  max-width: 80%; padding: 10px 0;}
.jdmenu .logo>a>img{ height: 40px;}
/*.header.fis_show .jdmenu .logo img{ -webkit-filter: brightness(1) invert(0);filter: brightness(1) invert(0);}*/
.jdmenu .nav{ position: fixed; left: -220px; top: 0; bottom: 0px; z-index: 9; width:220px; background:#1f1f1f; overflow-y:auto; transition:all .5s ease; margin: 0; }
.jdmenu .nav .container{ margin: 0;}
.jdmenu .nav #jdmenu{ display: block; float: none; margin-bottom: 60px;}
.jdmenu .nav #jdmenu>li:first-child{ background: #fff; padding: 0; text-align: center;}
.jdmenu .nav #jdmenu>li:first-child>a{ background: #fff; padding: 10px;}
.jdmenu .nav #jdmenu>li:first-child>a>img{ }
.jdmenu .nav #jdmenu>li:last-child>a>i:first-child{ padding-right: 5px;}
.jdmenu .nav #jdmenu>li:last-child>a>i:last-child{ padding-left: 5px;}
.jdmenu .nav #jdmenu>li:last-child>ul>li img{ width: 30px; margin-right: 5px;}
.jdmenu .nav #jdmenu>li{ display: block; float: none; text-align: left; margin-bottom: 1px; border-bottom: 1px solid #fff;}
.jdmenu .nav #jdmenu>li>a{ padding: 10px 15px; display: block; color: #fff; font-size: 15px;}

.jdmenu .nav #jdmenu>li.searchclick{ display: block; padding: 10px 15px; text-align: left;}
.jdmenu .nav #jdmenu>li.searchclick .siconfont{ color: #fff;}

.jdmenu .nav #jdmenu>li.langer{display: block; padding: 0; margin: 0;}
.jdmenu .nav #jdmenu>li.langer>a{ padding: 10px 15px; color: #fff!important;}
}

/*二级导航*/
.jdmenu .nav>#jdmenu>li>.dropdown{width: auto; min-width: 100%; position: absolute; left: 0px; top: 100%; z-index: 99; padding:3px 0px; display: none; background: #eee;  color: #e1e5e6;}
.jdmenu .nav>#jdmenu>li>.dropdown>li{font-size: 13px; text-transform: capitalize; text-align: left; white-space: nowrap; text-overflow: ellipsis;}
.jdmenu .nav>#jdmenu>li>.dropdown>li>a{ color: #333; padding: 10px 10px; display: block; white-space: nowrap; text-overflow: ellipsis;}
.jdmenu .nav>#jdmenu>li>.dropdown>li:hover{ background: #c31729;}
.jdmenu .nav>#jdmenu>li>.dropdown>li:hover>a{ color: #e1e5e6;}

@media (min-width: 992px) {
.jdmenu .nav>#jdmenu>li>.dropdown>li{ text-overflow:ellipsis; white-space: nowrap;}
}
@media (min-width: 1px) and (max-width: 991px){
    .jdmenu .nav>#jdmenu>li>.dropdown{ position: inherit; left: inherit; top: inherit; display: block; min-width: inherit; padding: 7px 0;}
    .jdmenu .nav>#jdmenu>li>.dropdown>li{ text-align: left;}
}


/*搜索*/
.search{ position:fixed; right: 0; top: 0; left: 0; background: #414141; height: 0; transition: all 0.65s; overflow: hidden; z-index: 11}
.search.active{ height: 100%;}
.search .close{ position: absolute; right: 15px; top: 15px; color: #fff; cursor: pointer; transition: all 0.65s;}
.search .close i{ font-size: 60px;}
.search .searchlist{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 50%; text-align: center;}
.search .logo{ display: inline-block; float: none; -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1); margin-bottom: 20px;}
.search .logo img{ height: auto!important;}
.search form{ display: flex; transition: all 0.35s; z-index: 2; padding: 0px 10px;background: #fff; }
.search form>input{ flex: 1; height: 40px; padding: 10px 10px; background: #fff; color: #342c2a; border:0; transition: all 0.5s;}
.search form>button{ width: 40px; background: none; border: 0; cursor: pointer; outline: none; color: #342c2a;}
.search form>button>i{ font-size: 20px; overflow: hidden; display: inline-block; margin-top: 1px;}
/*.search>form>input::-webkit-input-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-ms-input-placeholder{ color: #fff; font-size: 18px;}*/

/*endregion*/


/*region banner*/
.bframe{ overflow: hidden; position: relative; }
/*flexslider*/
.bframe .flexslider{ width: 100%; position:relative;height:auto;overflow:hidden;}
.bframe .slides{  position:relative;z-index:1; width:100%;}
.bframe .slides li{height:auto; width:100%;background-position:center top; background-repeat:repeat-x;}
.bframe .slides li img{ width:100%;}
.bframe .flex-control-nav{position:absolute; width: 100%; text-align: center; bottom: 30px; z-index: 2;}
.bframe .flex-control-nav li{ display: inline-block; list-style-type: none; transition:all .35s;}
.bframe .flex-control-nav a{ display: inline-block; width: 50px; height: 5px; line-height: 60px; background: #7d7d7d; cursor: pointer; color: #7d7d7d; opacity: 1; overflow: hidden; margin-right: 10px; transition:all 0.5s;}
.bframe .flex-control-nav .flex-active{ opacity: 1; background: #008d3c; } 
.bframe .flex-direction-nav{position:absolute;z-index:88;width:100%;top:45%;}
.bframe .flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute; z-index: 99; line-height: 50px; text-align: center; color: #fff;}
.bframe .flex-direction-nav li a>i{ font-size: 40px;}
.bframe .flex-direction-nav li a.flex-prev{left:40px;}
.bframe .flex-direction-nav li a.flex-next{right:40px;}

@media (min-width:992px) {	
.bframe{ margin-top: 98px;}
}
@media (min-width:1px) and  (max-width:991px){
.bframe{ position: relative; z-index: 1; margin-top: 60px;}
}

/*endregion*/

/*首页*/
.title{ overflow: hidden;}
.title h2{ font-size: 37px; font-weight: bold; position: relative; padding-bottom: 10px; line-height: 1; text-transform: uppercase;}
.title h2:before{ content: ""; position: absolute; left: 0; bottom: 0; width: 42px; height: 2px; background: #d90011}
.title h2 span{ color: #d90011;}

.linkmore{ width: 231px; height: 59px; display: inline-flex; font-size: 17px; align-items: center; background: url("../images/1_05.png") no-repeat center center / 100% 100%; text-transform: uppercase;}
.linkmore span{ display: block; width: 153px; text-align: center; line-height: 59px; margin: 0; color: #fff;}
@media (min-width:1px) and  (max-width:991px){
.title h2{ font-size: 20px;}
.linkmore{ width: 120px; height: 30px; font-size: 10px;}
.linkmore span{ width: 86px; line-height: 30px;}
}


.iframe{ overflow: hidden; background: url("../images/1_01.jpg") ; padding: 35px 0;}
.iframe .container{ display: flex; justify-content: center; align-items: center;}
.iframe .item{ overflow: hidden; display: inline-block; text-align: center; color: #fff; margin: 0; cursor: pointer;}
.iframe .item i{ font-size: 40px; margin:12px 0 9px 0; display: block;}
.iframe .item:first-child i{ font-size: 60px; margin: 0;}
.iframe .item p{ font-size: 15px;}
.iframe em{ width: 2px; display: block; height: 35px; background: #fff; margin: auto 20px;}
@media (min-width:992px){
.iframe .item:hover{ color: #e60012;}
}
@media (min-width:1230px){
.iframe em{ margin: auto 92px;}
}
@media (min-width:1px) and (max-width:991px){
.iframe{ padding: 20px  0;}
.iframe .item i{ font-size: 20px;  margin:7px 0 3px 0;}
.iframe .item:first-child i{ font-size: 30px;}
.iframe .item p{ font-size: 12px; line-height: 1;}
.iframe em{ margin: auto 10px;}
}

.iframe1{ overflow: hidden; padding: 65px 0;}
.iframe1 .img{ overflow: hidden;}
.iframe1 .txt{ overflow: hidden;}
.iframe1 .txt .title h2{}
.iframe1 .txt .title h2 em{ float: right; color: #e1e1e1; font-weight: bold; font-style: normal; font-size: 54px;}
.iframe1 .txt .title p{ overflow: hidden; margin-top: 20px;}
.iframe1 .txt .context{ overflow: hidden; margin-top: 30px; font-size: 15px; line-height: 1.8}
.iframe1 .txt .linkmore{ margin-top: 60px;}
.iframe1 .txt .boximg{ overflow: hidden; margin-top: 60px;}
@media (min-width:992px){
.iframe1 .container{ display: flex; justify-content: space-between; }
.iframe1 .img{ flex: 1;}
.iframe1 .txt{ flex: 1; margin-left: 30px;}
}
@media (min-width:1230px){
.iframe1 .txt{ margin-left: 60px;}
}
@media (min-width:1403px) and (max-width:1530px) {
.iframe1 .img{ flex: 1.7}
}
@media (min-width:1531px) and (max-width:1679px) {
.iframe1 .img{ flex: 1.4}
}
@media (min-width:1680px) and (max-width:1810px) {
.iframe1 .img{ flex: 1.2}
}
@media (min-width:1px) and  (max-width:991px){
.iframe1{ padding: 20px 0}
.iframe1 .img{ display: none;}
.iframe1 .txt .title h2 em{ font-size: 30px;}
.iframe1 .txt .title p{ margin-top: 15px;}
.iframe1 .txt .context{ font-size: 12px; margin-top: 15px;}
.iframe1 .txt .linkmore{ margin-top: 20px;}
.iframe1 .txt .boximg{ display: none;}
}


.iframe2{ overflow: hidden; background: url("../images/1_07.jpg") no-repeat top center / cover; text-align: center; padding: 65px 0;}
.iframe2 .title{ margin: 0 auto; display: inline-block;}
.iframe2 .title h2{ color: #fff;}
.iframe2 ul{ overflow: hidden; margin-top: 40px;}
.iframe2 ul li{ display: inline-block; text-align: center; margin: 0; position: relative; padding-bottom: 40px; cursor: pointer;}
.iframe2 ul li .img{ width: 97px; height: 97px; display: inline-flex; justify-content: center; align-items: center; box-sizing: border-box; border: 1px solid #fff;}
.iframe2 ul li h3{ font-size: 17px; color: #fff; display: none;}
.iframe2 ul li.em{ width: 52px; height: 1px; background: #fff; margin: 0; padding: 0; margin-bottom: 40px;}
.iframe2 ul li.active .img{ background: #d90011; }
.iframe2 .list{ overflow: hidden; width: 100%;}
.iframe2 .list .output{ overflow: hidden; margin-top: 40px;}
@media (min-width:992px){
.iframe2 .list .output .ipto:nth-child(4){ display: none;}
.iframe2 ul{ justify-content: center; display: flex; align-items: center; }
.iframe2 ul li .img img{ width: 76px; height: 64px;}
.iframe2 ul li h3{ width: 200px; position: absolute;  bottom: 0; left: -50px;}
.iframe2 ul li.active h3{ display: block;}
.iframe2 ul li.active .img{ border-color: #d90011;}
}
@media (min-width:1230px){
.iframe2 ul li h3{ width: 200px; position: absolute;  bottom: 0; left: -50px;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe2{ padding: 20px 0;}
.iframe2 ul{ margin-top: 20px;}
.iframe2 ul li{ padding: 0;}
.iframe2 ul li .img{ width: auto; height: auto; padding: 10px;}
.iframe2 ul li .img img{ width: 30px;}
.iframe2 ul li.em{ display: none;}
.iframe2 .list .output{ margin-top: 20px;}
}

.iframe3{ overflow: hidden; padding: 60px 0; text-align: center;}
.iframe3 .title{ display: inline-block;}
.iframe3 .list{ overflow: hidden; margin-top: 25px;}
@media (min-width:1px) and  (max-width:991px){
.iframe3{ padding: 20px 0;}
.iframe3 .list{ margin-top: 5px;}
}

.iframe4{ overflow: hidden; text-align: center; background: #f7f7f7; padding: 60px 0}
.iframe4 .title{ display: inline-block;}
.iframe4 .list{ overflow: hidden; display: flex; flex-wrap: wrap; margin-top: 40px;}
.iframe4 .list .item{ overflow: hidden;}
.iframe4 .list .item img{ width: 100%}
@media (min-width:992px){
.iframe4 .list .item{ flex: 1; margin-right: 20px;}
.iframe4 .list .item:last-child{ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe4{ padding: 20px 0 0 0;}
.iframe4 .list{ margin-top: 20px; justify-content: space-between;}
.iframe4 .list .item{ width: calc(50% - 10px); margin: 0; margin-bottom: 20px;}
}

.iframe5{ overflow: hidden; padding: 60px 0; text-align: center;}
.iframe5 .title{ display: inline-block;}
.iframe5 .list{ overflow: hidden; margin-top: 40px;}
@media (min-width:1px) and  (max-width:991px){
.iframe5{ padding: 20px 0;}
.iframe5 .list{ margin-top: 20px;}
}


/*region 底部*/
.footer{  position: relative; background: #2c2c2c; padding: 120px 0 35px 0; }
.footer .subscription{ overflow: hidden; background: url("../images/1_10.png") no-repeat center center / 100% 100%; display: inline-flex; align-items: center;}
.footer .subscription input{ flex: 1; background: none;  padding-left: 80px; height: 84px; color: #fff; font-size: 19px;}
.footer .subscription input::-webkit-input-placeholder{ color: #fff; }
.footer .subscription input:-moz-placeholder{ color: #fff; }
.footer .subscription input::-moz-placeholder{ color: #fff;}
.footer .subscription input:-ms-input-placeholder{ color: #fff;}
.footer .subscription button{ width: 262px; border: 0; background: none; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; outline: none; text-transform: uppercase; font-size: 23px; color: #333; font-weight: bold; height: 84px;}
.footer .context{ overflow: hidden; margin-top: 50px; display: flex; justify-content: space-between;}
.footer .context .img{ margin: 0;}
.footer .context .txt{ margin: 0; flex: 1; display: flex; justify-content: space-between}
.footer .context .foot{ margin: 0;}
.footer .context .foot .title{ margin-bottom: 20px;}
.footer .context .foot .title h2{ font-size: 27px; color: #fff;}
.footer .context .foot ul{ overflow: hidden; }
.footer .context .foot li{ font-size: 17px; line-height: 2;}
.footer .context .foot li em{ width: 6px; height: 6px; display: inline-block; background: #e70012; border-radius: 50%; margin-right: 5px;}
.footer .context .foot li a{ display: block; color: #fff; }
.footer .context .foot .lxr{ overflow: hidden; display: flex; color: #fff; font-size: 17px; margin-bottom: 10px;}
.footer .context .foot .lxr em{ margin: 0;}
.footer .context .foot .lxr p{ flex: 1; margin-left: 10px; display: flex; justify-content: space-between;}
.footer .context .foot .lxr p span{ margin: 0;}
.footer .context .foot .lxr p span:last-child{ flex: 1; margin-left: 10px;}
.footer .context .foot .lxr p span:last-child a{ color: #fff;}
.footer .context .foot .share{ overflow: hidden; margin-top: 20px;}
.footer .context .foot .share a{ display: inline-block; margin-right: 20px;}
.footer .context .foot .share a i{ font-size: 30px; color: #fff;}
@media (min-width:992px){
.footer .subscription{ width: 770px; height: 93px; position: absolute; right: 20px; top: -42px;}
.footer .context .foot{ margin-left: 60px;}
.footer .context .foot.f3{ width: 370px;}
}
@media (min-width:1230px){
.footer .subscription{ right: 55px; }
}
@media (min-width:1px) and  (max-width:991px){
.footer{ display: none;}
}
/*endregion*/

/*region 版权*/
.copy{overflow: hidden; background: #2c2c2c; border-top: 1px solid #9d9d9d; padding:15px 0;}
.copy p{ overflow: hidden;  color: #fff;}
.copy p a{ color: #fff;}
@media (min-width:992px) {
.copy .container{ display: flex; justify-content: space-between;}
.copy p{ margin: 0;}
}
@media (min-width:1px) and (max-width:991px){
.copy{ margin-bottom: 41px;}
.copy p{ text-align: center;}
}
/*endregion*/

.gettop{ width: 45px; height: 45px; text-align: center; line-height: 45px; border-radius: 50%; border: 1px solid #fff; position: fixed; right: 15px; bottom: 10%; z-index: 99; font-size: 14px; color: #fff; text-transform: uppercase; cursor: pointer; background: #02247e; display: none;}
@media (min-width:1px) and  (max-width:991px){
.gettop{ display: none;}
}



/*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:992px) {
.footer_language>.container{ width: 980px}
}
@media (min-width:1230px){
    .footer_language>.container>ul>li{ margin-right: 17px;}
}
@media (min-width:1px) and (max-width:991px){
.footer_language{ display: none;}
}
/*endregion*/



/*region手机底部导航*/
.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 10; background: #f1f1f1; display: none;}
.mobMenu>.foot_nav{width:25%;float:left;text-align:center;color:#898989;font-size:12px;}
.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:991px){
    .mobMenu{ display: block;}
}
/*endregion*/


/*内页*/
.body{}
.nbframe{ position: relative; }
.nbframe .cont{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; display: none;}
.nbframe .cont h2{ font-size: 60px; text-transform: uppercase; color: #fff;}

@media (min-width:992px) {
.nbframe .cont{ width: 960px}
}
@media (min-width:1030px) {
.nbframe .cont{ width: 1000px}
}
@media (min-width:1230px) {
.nbframe .cont{ width: 1200px}
}
@media (min-width:1430px) {
.nbframe .cont{ width: 1400px}
}
@media (min-width:1630px) {
.nbframe .cont{ width: 1600px}
}
@media (min-width:1px) and (max-width:991px){
.nbframe{ margin-top: 60px;}
.nbframe .cont{ display: none;}
}

/*region 面包屑*/
.location{ overflow: hidden; padding: 10px 0; text-align: right; background: #f1f1f1;}
.location .txt{ color: #858585; overflow: hidden; text-transform: uppercase; font-size: 14px;}
.location .home{ color: #858585; margin-right: 10px; display: inline-block; font-size: 14px; position: relative;}
.location .home:before{ content: "\e621";}.location .here{ display: inline-flex; justify-content: center; align-items: center; margin: auto 5px; color: #858585}
.location .here:before{ content: "/";}
.location a{ display: inline-block; color: #858585; font-size: 14px; }
@media (min-width:992px){
}
@media (min-width:1px) and (max-width:991px){
.location{ display: block; text-align: left;}
.location .txt{ font-size: 12px;}
.location .home{ font-size: 12px;}
.location a{ font-size: 12px;}
.location .here{}
}
/*endregion*/

/*region 左侧导航栏目*/
.left_nav{ overflow: hidden; width: 390px; float: left; padding: 30px 0;}
.left_nav .ltb{ overflow: hidden;}
.left_nav .ltb h3{ border-left: 15px solid #d9eafc; padding-left: 10px; font-size: 15px; font-weight: bold; cursor: pointer; position: relative; text-transform: uppercase;}
.left_nav .ltb h3:after{ content: ""; display: inline-block; width: 50%; height: 1px; background: #333; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.left_nav .ltb h3 img{ display: inline-block; width: 15px; margin-right: 10px;}
.left_nav .ltb>.close{ overflow: hidden; margin: 15px 0; height: 0px; opacity: 0; transition: all 0.35s ease;}
.left_nav .ltb>ul>span{ display: block; cursor: pointer; box-sizing: border-box; padding: 0 15px; margin-bottom: 5px; font-size: 14px; color: #000;}
.left_nav .ltb>ul>li{ font-size: 14px; position: relative; line-height: 32px; color: #000000; padding: 0 15px; cursor: pointer;}
.left_nav .ltb>ul>li>input[type='checkbox']{ display: inline-block; margin-right: 5px; cursor: pointer;}
.left_nav .ltb>ul>li>img{ display: inline-block; vertical-align: middle; padding-right: 5px;}
.left_nav .ltb>.active{ height: auto; opacity: 1;}
@media (min-width:992px){
.left_nav{ width: 240px;}
}
@media (min-width:1430px){
.left_nav{ width: 300px;}
}
@media (min-width:1780px){
.left_nav{ width: 390px;}
}
@media (min-width:1px) and (max-width:991px){
.left_nav{ width: auto; float: none; padding: 20px 0 0 0;}
.left_nav .ltb>.close{ margin: 7px 0;}
}


/*endregion*/

/*右侧*/
.right_detail{ width: calc(100% - 450px); float: right; height: auto; overflow: hidden; padding: 30px 0px;}
@media (min-width:992px){
.right_detail{ width: calc(100% - 270px);}
}
@media (min-width:1430px){
.right_detail{ width: calc(100% - 340px);}
}
@media (min-width:1780px){
.right_detail{ width: calc(100% - 450px);}
}
@media (min-width:1px) and (max-width:991px){
.right_detail{ width: auto; float: none; padding: 20px 0;}
}


.insidecategory{ overflow: hidden; padding: 15px 0; padding-top: 80px;}
.insidecategory li{ display: inline-block; font-size: 25px; font-weight: bold; margin-right: 50px; cursor: pointer; text-transform: capitalize; background: #d9eafc; border-radius: 30px;}
.insidecategory li a{ display: block; color: #2d363f; transition: all 0.35s; padding: 10px 50px;}
.insidecategory li a i{ display: inline-block; transform: rotate(-90deg); vertical-align: middle; font-size: 25px; margin-right: 15px;}
.insidecategory li a i:before{ content: "\e87e"; }
.insidecategory li.active,.insidecategory li:hover{ background: #dedede;}
@media (min-width:1px) and (max-width:991px){
.insidecategory{ display: none;}
}

/* 关于我们*/
.aframe{ overflow: hidden; padding: 50px 0 ; }
.aframe .img{ overflow: hidden;}
.aframe .txt{ overflow: hidden;}
.aframe .txt .title h2 em{ float: right; color: #e1e1e1; font-weight: bold; font-style: normal; font-size: 54px;}
.aframe .txt .title p{ overflow: hidden; margin-top: 20px;}
.aframe .txt .context{ overflow: hidden; margin-top: 30px; font-size: 15px; line-height: 1.8}
.aframe .txt .linkmore{ margin-top: 20px;}
@media (min-width:992px){
.aframe .container{ display: flex; justify-content: space-between; align-items: center;}
.aframe .img{ flex: 1;}
.aframe .txt{ flex: 1; padding-left: 50px;}
}
@media (min-width:1px) and (max-width:991px){
.aframe{ padding: 20px 0;}
.aframe .txt{ margin-top: 20px;}
.aframe .txt .title h2 em{ font-size: 30px;}
.aframe .txt .title p{ margin-top: 15px;}
.aframe .txt .context{ margin-top: 15px;}
}

.aframe1{ overflow: hidden;  background: url("../images/1_11.jpg") no-repeat; padding: 40px 0;}
.aframe1 .container{ display: flex; justify-content:space-between; align-items: center; flex-wrap: wrap;}
.aframe1 .item{ overflow: hidden; flex: 1; display: flex; justify-content: center; align-items: center; margin-right: 20px;}
.aframe1 .item i{ color: #fff; font-size: 60px;}
.aframe1 .item .txt{ overflow: hidden; margin: 0; margin-left: 20px; color: #fff;}
.aframe1 .item .txt h3{ font-size: 62px; line-height: 1;}
.aframe1 .item .txt p{ font-size: 20px; font-family: "Arial";}
.aframe1 .item:last-child{ margin-right: 0;}
@media (min-width:1px) and (max-width:991px){
.aframe1{ padding: 20px 0}
.aframe1 .item{ width: calc(50% - 10px); margin: 0; flex: none; text-align: left; justify-content: flex-start;}
.aframe1 .item i{ font-size: 30px;}
.aframe1 .item .txt{ margin-left: 10px;}
.aframe1 .item .txt h3{ font-size: 20px;}
.aframe1 .item .txt p{ font-size: 10px;}
}

.aframe2{ overflow: hidden; padding: 60px 0; text-align: center; background: #f7f7f7;}
.aframe2 .title{ display: inline-block;}
.aframe2 .title h2{ display: inline-block;}
.aframe2 .title p{ padding: 0 20%; font-size: 16px; line-height: 1.4; margin-top: 20px;}
.aframe2 .list{ overflow: hidden; margin-top: 40px;}
@media (min-width:1px) and (max-width:991px){
.aframe2{ padding: 20px 0;}
.aframe2 .title p{ padding: 0; margin-top: 15px;}
.aframe2 .list{ margin-top: 20px;}
}

.aframe3{ overflow: hidden; padding: 60px 0; text-align: center;}
.aframe3 .title{ display: inline-block;}
.aframe3 .title h2{ display: inline-block;}
.aframe3 .list{ overflow: hidden; margin-top: 40px; display: flex; flex-wrap: wrap;}
.aframe3 .list .item{ overflow: hidden; margin-right: 20px;}
.aframe3 .list .item .img{ overflow: hidden;}
.aframe3 .list .item .img img{ width: 100%}
.aframe3 .list .item .txt{ overflow: hidden; text-align: center; margin-top: 10px; font-size: 20px;}
@media (min-width:992px){
.aframe3 .list .item{ flex: 1;}
.aframe3 .list .item:last-child{ margin-right: 0}
}
@media (min-width:1px) and (max-width:991px){
.aframe3{ padding: 20px 0 10px 0;}
.aframe3 .list{ margin-top: 20px; justify-content: space-between;}
.aframe3 .list .item{ width: calc(50% - 10px); margin: 0; margin-bottom: 10px;}
.aframe3 .list .item .txt{ font-size: 10px; margin-top: 5px;}
}

.aframe4{ overflow: hidden; padding: 60px 0; text-align: center; background: url("../images/1_13.jpg") no-repeat center center / cover;}
.aframe4 .title{ display: inline-block;}
.aframe4 .title h2{ display: inline-block;}
.aframe4 .list{ overflow: hidden; margin-top: 40px;}
@media (min-width:992px){
}
@media (min-width:1px) and (max-width:991px){
.aframe4{ padding: 20px 0;}
.aframe4 .list{ margin-top: 20px;}
}

.certificates{ overflow: hidden; }
.certificates .swiper-slide{ overflow: hidden;}
.certificates .swiper-slide .item{ overflow: hidden;}
.certificates .swiper-slide .item .img{ overflow: hidden; padding: 15px; background: #f3f3f3}
.certificates .swiper-slide .item .txt{ overflow: hidden; margin-top: 10px;}
/*.certificates .swiper-slide{ width: 391px; height: 580px; text-align: center;}
.certificates .swiper-slide .item{ overflow: hidden;}
.certificates .swiper-slide .item .img{ overflow: hidden; background: url("../images/honorbg.jpg") no-repeat center center / cover; padding: 30px; box-sizing: border-box;}
.certificates .swiper-slide .item .img img{ width: 100%;}
.certificates .swiper-slide .item h3{  font-size: 18px; font-weight: bold; color: #030303; text-align: center; margin-top: 10px;}*/
@media (min-width:1px) and (max-width:991px){
.certificates{  background: none;}
.certificates .swiper-slide{ overflow: hidden; width: auto; height: auto;}
.certificates .swiper-slide .item h3{ font-size: 12px;}
}

.history{ overflow: hidden; position: relative;}
.history:before{ content: ""; position: absolute; left: 0; right: 0; top: 102px; height: 1px; background: #e70012;}
.history .swiper-slide{margin: 0; box-sizing: border-box; padding: 15px;}
.history .swiper-slide .item{ text-align: center;}
.history .swiper-slide .item>h3{ width: 216px; height: 52px; display: inline-flex; justify-content: center; align-items: center; background: url("../images/1_08.jpg") no-repeat; color: #fff; font-size: 25px; font-weight: bold;}
.history .swiper-slide .item>span{ display: inline-flex; border-radius: 50%; overflow: hidden; padding: 5px; border: 1px solid #666; justify-content: center; align-items: center; margin: 20px 0 50px 0; background: #fff;}
.history .swiper-slide .item>span:before{ content: ""; display: block; width: 20px; height: 20px; background: #666; overflow: hidden; border-radius: 50%;}
.history .swiper-slide .item>.txt{ padding: 15px; box-sizing: border-box; box-shadow: 0 0 15px #d5d5d5; text-align: left; position: relative;}
.history .swiper-slide .item>.txt>em{ border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 30px solid #fff; position: absolute; left: 50%; transform: translateX(-50%); top: -30px; filter: drop-shadow(0px -2px 2px #d5d5d5);}
.history .swiper-slide .item>.txt>img{ width: 100%;}
.history .swiper-slide .item>.txt>h4{ font-size: 18px; font-weight: bold; margin-top: 15px;}
.history .swiper-slide .item>.txt>p{ font-size: 15px; margin-top: 10px;}
.history .swiper-slide-active .item>span{ border-color: #e70012;}
.history .swiper-slide-active .item>span:before{ background: #e70012;}
@media (min-width:1px) and (max-width:991px){

}




/*单页面*/
.synopsis{ overflow: hidden; padding: 45px 0;}
.synopsis img[align='left']{ padding-right: 15px; padding-bottom: 15px;}
.synopsis img[align='right']{ padding-left: 15px; padding-bottom: 15px;}
@media (min-width:1px) and (max-width:991px){
.synopsis{ padding: 20px 0;}
.synopsis img[align='left']{ width: 30%; height: auto;}
.synopsis img[align='right']{ width: 30%; height: auto;}
}
/*endregion*/


/*region 图库*/
.gallerylist{ overflow: hidden; padding: 30px 0;}
.gallerylist>.ipto{ width: calc(25% - 25px); float: left; height: auto; margin-right: 30px; margin-bottom: 30px; position: relative; overflow: hidden; border: 1px solid #dbdbdb; transition: all 0.35s;}
.gallerylist>.ipto>a>.ipti{ overflow: hidden;}
.gallerylist>.ipto>a>.ipti>img{width:100%; opacity: 0.9; -webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:scale(1,1);transform:scale(1,1); border: 1px solid #f5f5f5;}
.gallerylist>.ipto>a>.iptz{ overflow: hidden; font-size: 16px; text-align: center; font-weight: bold; margin: 15px auto;  }
@media (min-width:992px)  {
.gallerylist>.ipto:hover{ border-color: #c31729;}
.gallerylist>.ipto:hover>a>.ipti>img{ opacity: 1; -webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05)}
.gallerylist>.ipto:nth-child(4n){ margin-right: 0px;}
.gallerylist>.ipto:nth-child(4n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.gallerylist>.ipto{ width: calc(50% - 19.5px); margin-right: 15px; margin-bottom: 15px; padding: 5px;}
.gallerylist>.ipto:nth-child(2n){ margin-right: 0px; }
.gallerylist>.ipto:nth-child(2n+1){ clear: both;}
.gallerylist>.ipto>a>.iptz{ padding: 5px; font-size: 10px; margin: 5px auto;}
}
/*endregion*/

/*案例中心*/
.caseslist{ overflow: hidden;}
.caseslist .ipto{ width: calc(25% - 15px); float: left; margin-right: 20px;}
.caseslist .ipto .ipti{ overflow: hidden; box-shadow: 5px 5px 5px rgba(0,0,0,.5); border-radius: 10px;}
.caseslist .ipto .iptz{ overflow: hidden; margin-top: 20px;}
.caseslist .ipto .iptz h3{ font-size: 18px; font-weight: bold;}
.caseslist .ipto .iptz p{ font-size: 15px; line-height: 1.6; margin-top: 15px;}

@media (min-width:992px)  {
.caseslist .ipto:nth-child(4n){ margin-right: 0;}
.caseslist .ipto:nth-child(4n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.caseslist .ipto{ width: calc(50% - 10px); margin-bottom: 20px;}
.caseslist .ipto .iptz h3{ font-size: 12px;}
.caseslist .ipto .iptz p{ font-size: 12px;}
.caseslist .ipto:nth-child(2n){ margin-right: 0;}
.caseslist .ipto:nth-child(2n+1){ clear: both;}
}

/*电子画册*/
.cataloglist{ overflow: hidden;}
.cataloglist .ipto{ width: calc(25% - 15px); float: left; margin-right: 20px;}
.cataloglist .ipto .ipti{ overflow: hidden; box-shadow: 5px 5px 5px rgba(0,0,0,.5); border-radius: 10px;}
.cataloglist .ipto .iptz{ overflow: hidden; margin-top: 20px;}
.cataloglist .ipto .iptz h3{ font-size: 18px; font-weight: bold;}

@media (min-width:992px)  {
.cataloglist .ipto:nth-child(4n){ margin-right: 0;}
.cataloglist .ipto:nth-child(4n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.cataloglist .ipto{ width: calc(50% - 10px); margin-bottom: 20px;}
.cataloglist .ipto .iptz h3{ font-size: 12px;}
.cataloglist .ipto .iptz p{ font-size: 12px;}
.cataloglist .ipto:nth-child(2n){ margin-right: 0;}
.cataloglist .ipto:nth-child(2n+1){ clear: both;}
}

/*类别简介*/
.explicit{ overflow: hidden; background: #ffffff; box-sizing: border-box; margin-bottom: 20px;}
.explicit .context h2{ font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.explicit .context .txt{ overflow: hidden; } 
.explicit .img{ overflow: hidden; display: none;}
@media (min-width:992px)  {
.explicit{}
.explicit .context{ flex: 1; margin-right: 30px;}
.explicit .context .txt{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4;} 
.explicit .img{ flex: 1; height: 300px;}
}
@media (min-width:1630px)  {
.explicit .context{ margin-right: 60px;}
}
@media (min-width:1px) and (max-width:991px) {
.explicit .context h2{ font-size: 16px; margin-bottom: 10px;}
.explicit .context .txt{ font-size: 10px; line-height: 1.4}
.explicit .img{ display: none;}
}

/*region 产品中心*/
.categorylist{ padding: 40px 0;}
.categorylist h2{ font-size: 30px; text-transform: uppercase; margin-bottom: 20px; color: #e70012;}
.categorylist h2 i{ font-size: 26px; display: inline-block; color: #e70012; margin-right: 10px;}
.categorylist h2 span{ font-size: 14px; color: #c0c0c0; text-transform: capitalize;  display: inline-block; margin-left: 10px;}

.categorylist .bigidclass{ width: 100%; display: inline-block; box-sizing: border-box; position: relative;}
.categorylist .bigidclass>h3{ background: #f2f2f2; height: 40px; line-height: 40px; padding: 0 15px; font-size: 15px; color: #e70012; position: relative; cursor: pointer; overflow: hidden;}
.categorylist .bigidclass>h3:before{ content: ""; position: absolute; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #e70012; right: 15px; top:50%; transform: translateY(-50%);}
.categorylist .bigidclass>ul{ position: absolute; left: 0; top: 40px; min-width: 100%; height: 0px; z-index: 4; background: #1f1f1f; overflow: hidden; transition: all 0.35s; overflow-y: auto;}
.categorylist .bigidclass>ul::-webkit-scrollbar{width:10px;height:1px;}
.categorylist .bigidclass>ul::-webkit-scrollbar-thumb{border-radius:0px;background:#d8261b;box-shadow:inset 0 0 5px rgba(0,0,0,.2);}
.categorylist .bigidclass>ul::-webkit-scrollbar-track{border-radius:0;background:#fff;box-shadow:inset 0 0 5px rgba(0,0,0,.2);}
.categorylist .bigidclass>ul>li{ border-bottom: 1px solid #fff; padding: 10px 15px; font-size: 14px; color: #fff; cursor: pointer;}
.categorylist .bigidclass>ul>li:hover,.categorylist .bigidclass>ul>li.active{ background: #e70012;}
.categorylist .bigidclass.on>h3:before{ transform: rotate(-180deg)}
.categorylist .bigidclass.on>ul{ height: auto;}
@media (min-width:992px)  {
.categorylist .bigidclass{ width: 33%; margin-right: 2%;}
}
@media (min-width:1px) and (max-width:991px) {
.categorylist{ padding: 20px 0;}
.categorylist h2{ font-size: 16px; margin-bottom: 20px;}
}


.products{ overflow: hidden; }
.products .ipto{ width: calc(33.33% - 17px); float: left; margin-right: 20px; box-sizing: border-box; margin-bottom: 20px; }
.products .ipto .ipti{ overflow: hidden; box-sizing: border-box; border: 1px solid #d5d5d5;}
.products .ipto .ipti img{ width: 100%}
.products .ipto .iptz{ overflow: hidden; text-align: center; background: #e60012;}
.products .ipto .iptz h3{ font-size: 14px; font-weight: bold; color: #fff; padding: 10px;}
@media (min-width:992px){
.products .ipto:nth-child(3n){ margin-right: 0;}
.products .ipto:nth-child(3n+1){ clear: both;}
}
@media (min-width:1430px){
.products .ipto .iptz h3{ font-size: 17px; padding: 20px;}
}
@media (min-width:1630px){
.products .ipto{ margin-right: 70px; width: calc(33.33% - 47px); margin-bottom: 70px;}
}
@media (min-width:1px) and  (max-width:991px){
.products .ipto{ width: calc(50% - 10px);}
.products .ipto .iptz h3{ font-size: 10px; padding: 5px;}
.products .ipto:nth-child(2n){ margin-right: 0;}
.products .ipto:nth-child(2n+1){ clear: both;}
}
/*endregion*/

/*region 产品详情*/
.details{ overflow: hidden; padding: 45px 0}
.details>.txtlist{ overflow: hidden;}

.details .detail_left{ width: 40%; position: relative; background: #fff; box-sizing: border-box;}

.details .detail_left>.detail_big{ overflow: hidden; text-align: center; position: relative; border: 1px solid #e4e4e4;}
.details .detail_left>.detail_big img{ width: 100%;}

.details .detail_left>.rtp_small_img{ overflow: hidden; position: relative; margin-top: 20px;}
.details .detail_left>.rtp_small_img .swiperpro{ position: relative; overflow: hidden; margin: auto 33px;} 
.details .detail_left>.rtp_small_img .swiperpro .swiper-slide{ overflow: hidden; text-align: center; margin-left: 0; cursor: pointer;}
.details .detail_left>.rtp_small_img .swiperpro .swiper-slide img{ box-sizing: border-box; border: 1px solid #f5f5f5;}
.details .detail_left>.rtp_small_img .swiperpro .swiper-slide.swiper-slide-active img{ border-color: #c31729;}
.details .detail_left .swiperbut{ width: auto; height: auto; color: #333; z-index: 8; position: absolute; top: 50%; cursor: pointer; outline: none; vertical-align: middle; align-content: center;}
.details .detail_left .swiperbut>i{ font-size: 30px; display: inline-block; vertical-align: middle;}
.details .detail_left .swiperbut.btn-prev{  left: 0px; }
.details .detail_left .swiperbut.btn-next{  right: 0px;}

.details .detail_right{ flex: 1; overflow: hidden;}
.details .detail_right>h1{ font-size: 20px; font-weight: bold; margin-bottom: 15px; font-family: "OXYGEN-BOLD";}
.details .detail_right>h2{ font-size: 14px; }
@media (min-width:992px){
.details .detail_right{ margin-left: 20px;}
}
@media (min-width:1430px){
.details .detail_right{ margin-left: 30px;}
}
@media (min-width:1780px){
.details .detail_right{ margin-left: 60px;}
}
.details .detail_right>.txt{ margin: 10px auto; position: relative; font-size: 14px; line-height: 1.6; display: none;}
@media (min-width:1430px){
.details .detail_right>.txt{ display: block;}
}
.details .detail_right>.imglist{ overflow: hidden; font-size: 18px; color: #666666; margin-top: 10px; line-height: 2;}
.details .detail_right>.imglist a{ display: inline-block; font-size: 14px; margin-right: 10px;}
.details .detail_right>.imglist a i{ font-size: 18px; padding-right: 10px; color: #c31729;}

.details .detail_right .share{ overflow: hidden;  vertical-align: middle; margin-top: 15px;}
.details .detail_right .share a{ display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; vertical-align: top; margin-right: 10px;}
.details .detail_right .share a:nth-child(1){ background: #3c599b; color: #fff; border-radius: 50%;}
.details .detail_right .share a:nth-child(2){ background: #f3ae39; color: #fff; border-radius: 50%;}
.details .detail_right .share a:nth-child(3) i{ font-size: 40px; color: #d81e06;}
.details .detail_right .share a:nth-child(4) i{ font-size: 40px; color: #5dd7fc;}
@media (min-width:1670px){
.details .detail_right .share{ display: inline-block; margin-top: 0;}
}
.details .detail_right>.Pagination{ overflow: hidden; font-size: 12px; line-height: 2; margin-top: 20px;}
.details .detail_right>.Pagination>a{ display: block; color: #5b5b5b;}

.details .detail_right>.rtp_small_color{ overflow: hidden; margin-top: 30px; margin-bottom: 15px;}
.details .detail_right>.rtp_small_color .hisList2{ overflow: hidden; position: relative;}
.details .detail_right>.rtp_small_color .hisList2 .swiper-slide{ overflow: hidden; text-align: center; margin: 0;}
.details .detail_right>.rtp_small_color .hisList2 .swiper-slide span{ display: inline-block; width: 21px; height: 21px; border-radius: 50px; overflow: hidden; margin-right: 10px; cursor: pointer; transition: all 0.35s; position: relative; box-sizing: border-box; border: 1px solid #ccc;}
.details .detail_right>.rtp_small_color .hisList2 .swiper-slide.swiper-slide-thumb-active span{ width: 21px; height: 21px; border: 1px solid #c31729;}
.details .detail_right>.rtp_small_color .hisList2 .swiper-slide.swiper-slide-thumb-active span:before{ content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; border: 3px solid #fff; border-radius: 50%;}

.details .detail_right>.bottom{ overflow: hidden; margin-top: 10px;}
.details .detail_right>.bottom>a{ display: inline-block; font-size: 14px; color: #fff; background: #333; padding: 15px 50px; border-radius: 5px; margin-right: 30px; text-transform: capitalize;}

@media (min-width:992px){
.details>.txtlist{ display: flex;}
}
@media (min-width:1px) and (max-width:991px) {
.details{ }
.details>.txtlist{ }
.details>.txtlist .container{ display: block;}
.details .detail_left{ width: auto; float: none; overflow: hidden;}
.details .detail_right{ width: auto; float: none; overflow: hidden; margin: 0; margin-top: 20px; padding: 0px;}
.details .detail_right>h1{ font-size: 18px; margin-bottom: 10px;}
.details .detail_right>.txt{ font-size: 12px; line-height: 1.6; margin: 20px auto;}
.details .detail_right>.imglist{ font-size: 14px; line-height: 1.6;}
.details .detail_right>.bottom>a{ display: inline-block; width: 48%; box-sizing: border-box; margin-bottom: 7px; margin-right: 0; padding: 7px 10px; font-size: 12px;}
.details .detail_right>.bottom>a.return{ padding: 9px 0;}
.details .detail_right .share{ display: block; margin: 20px auto;}
}

.details .xgeffect{ overflow: hidden; margin-top: 30px;}
.details .xgeffect .detailtop{ overflow: hidden; border-bottom: 1px solid #dbdbdb;}
.details .xgeffect .detailtop strong{ border: 1px solid #dbdbdb; display: inline-block; padding: 15px; width: 25%; color: #626262; text-transform: capitalize; cursor: pointer; font-size: 16px; text-align: center; margin-bottom: -1px; box-sizing: border-box;}
.details .xgeffect .detailtop strong:nth-child(n+2){margin-left: -1px;}
.details .xgeffect .detailtop strong.active{ background: #c31729; color: #fff;}
.details .xgeffect .detalist{ overflow: hidden; padding: 15px 0; width: 100%;}
.details .xgeffect .detalist table{ width: 100%;}
.details .xgeffect .detalist table tr{ width: 100%;}
.details .xgeffect .detalist table tr td{ padding: 7px 15px;}
.details .xgeffect .detalist table tr:first-child{ background: #c31729!important; color: #fff;}
.details .xgeffect .detalist table tr:nth-child(2n){ background: #F2F2F2!important; color: #333!important;}
.details .xgeffect .detalist table tr:nth-child(n+3){ background: #686868; color: #fff;}

.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;}
}

@media (min-width:1px) and (max-width:991px) {
.details .xgeffect{ margin-top: 20px;}
.details .xgeffect .detailtop strong{ width: auto; font-size: 12px; padding: 6px 8px; text-transform: capitalize;}
.details .xgeffect .detalist{ margin-top: 15px;}
}

.detail_item{}
.detail_item .item{ overflow: hidden; margin-bottom: 10px;}
.detail_item .item>p{ display: flex; font-size: 14px; margin-bottom: 5px;}
.detail_item .item>p>strong{ color: #000; text-transform: uppercase;}
.detail_item .item>p>span{ color: #999; padding-left: 5px;}
@media (min-width:992px){
.detail_item .item{ width: calc(50% - 10px); float: left;}
}
@media (min-width:1px) and (max-width:991px) {

}

.Spin{ position: fixed; top: 0; left: 0%; z-index: 99; bottom: 0;right: 0;background: rgba(0,0,0,0.5);}
.Spin .list{ overflow: hidden; width: 800px; z-index: 9; margin-top: 5%; background: #fff; padding: 10px;}
.Spin .list .close{ float: right; color: #333; font-size: 20px; cursor: pointer; z-index: 9;}
#circlr{position:relative;margin:0 auto;min-height:100px;cursor:move;}
#circlr #loader{position:absolute;top:0;right:0;bottom:0;left:0;display:none;background:url(../images/loader.gif) center center no-repeat;}
@media (min-width:1px) and (max-width:991px) {
.Spin .list{ width: auto;}
}

.relatedProducts{ overflow: hidden; margin-top: 30px; margin-bottom: 30px;}
.relatedProducts h2{ ont-size: 14px; text-transform: capitalize; margin-bottom: 20px; color: #444444; position: relative; padding-bottom: 10px; }
.relatedProducts h2:before{ content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #e5e5e5;}
.relatedProducts h2:after{ content: ""; position: absolute; left: 0;  bottom: 0; height: 3px; background: #535353; width: 120px;}
.relatedProducts .list{ overflow: hidden;}


@media (min-width:992px)  {
.relatedProducts .list .ipto:nth-child(4){ display: none;}
}
@media (min-width:1px) and (max-width:991px) {
.relatedProducts{  margin-top: 20px; margin-bottom: 0}
}
/*endregion*/

/*region 订单*/
.Inquiry{ overflow: hidden; }
.Inquiry h2{ font-size: 20px; text-transform: uppercase; margin-bottom: 10px; color: #262626; }
.Inquiry p{overflow: hidden; font-size: 16px; line-height: 1.6em; color: #939393; }
.onlineInquiry{ overflow: hidden; margin-top: 20px;}
.onlineInquiry .input{ overflow: hidden; display: flex; align-items: center; background: #f5f8fa; border: 1px solid #d8d8d8; box-sizing: border-box; padding:0  5px; margin-bottom: 25px;}
.onlineInquiry .input.textarea{ align-items: stretch;}
.onlineInquiry .input.textarea>label{ padding: 5px;}
.onlineInquiry .input>label{ font-size: 14px; color: #6b6b6b; white-space: nowrap;text-overflow: ellipsis;}
.onlineInquiry .input>input{ flex: 1; background: none; line-height: 35px; box-sizing: border-box; padding: 0 5px;}
.onlineInquiry .input>textarea{ flex: 1; background: none; border: 0; outline: none; padding: 5px; box-sizing: border-box; resize: none}
.onlineInquiry .button{ overflow: hidden; width: 100%; float: left;}
.onlineInquiry .button>button{ border: 0; padding: 0px 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;}
.onlineInquiry .button>button:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: #1f1f1f; z-index: -2;}
.onlineInquiry .button>button:after{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #da251c; transition: 0.35s; z-index: -1;}
.onlineInquiry .button>button:hover:after{ width: 100%;}

@media (min-width:992px)  {
.onlineInquiry .input.w33{ width: calc(33.33% - 17px); float: left; margin-right: 25px;}
.onlineInquiry .input.w50{ width: calc(50% - 15px); margin-right: 30px;}
.onlineInquiry .input.end{ margin-right: 0}
.onlineInquiry .input.w67{ width: calc(66.67% - 10px); float: left;}
}

@media (min-width:1px) and (max-width:991px) {
.Inquiry{ padding: 20px 0;}
.Inquiry h2{ font-size: 18px; margin-bottom: 10px;}
.Inquiry p{ font-size: 12px; line-height: 1.6}
.onlineInquiry{}
.onlineInquiry .input{ display: flex;}
.onlineInquiry .input>label{ font-size: 14px; width: 90px; padding-right: 15px; display: flex;}
.onlineInquiry .input>input{ width: 100%;}
.onlineInquiry .input>textarea{ width: 100%}
.onlineInquiry .input p{ font-size: 12px; line-height: 18px;}
.onlineInquiry .button>button{ line-height: 34px;}
}

/*endregion*/


/*region 新闻中心*/

.newstotalpage{ overflow: hidden; padding-top: 30px;}
.newstotalpage .totalpage{ overflow: hidden; }
.newstotalpage .totalpage>h2{ font-size: 24px;font-weight: bold; text-transform: uppercase;}
.newstotalpage .totalpage>h2 a{ color: #c31729;}
@media (min-width:992px){
}
@media (min-width:1px) and (max-width:991px) {
.newstotalpage{ padding-top: 20px;}
.newstotalpage .totalpage>h2{ font-size: 16px;}
}

.newslist{ padding: 45px 0; overflow: hidden;}
.newslist .ipto{ overflow: hidden; background: #fff; width: calc(33.33% - 17px); float: left; margin-right: 20px; margin-bottom: 20px;}
.newslist .ipto .ipti{ overflow: hidden;}
.newslist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.newslist .ipto .iptz{ overflow: hidden; margin: 10px 0;}
.newslist .ipto .iptz .hot{ overflow: hidden; font-size: 30px; color: #e70012; opacity: 0;}
.newslist .ipto .iptz .hot:before{content: "\e88a";}
.newslist .ipto .iptz h3{ font-size: 21px; margin-bottom: 15px; line-height: 1.2; height: 2.4em;}
.newslist .ipto .iptz h4{ font-size: 17px; margin-bottom: 10px;}
.newslist .ipto .iptz h4 .sj{}
.newslist .ipto .iptz h4 .sj:before{ content: "\ebb1"}
.newslist .ipto .iptz h4 .more{ display: inline-block; float: right; color: #e70012; text-transform: uppercase; text-decoration: underline;}
.newslist .ipto .iptz h4 .more .imore{}
.newslist .ipto .iptz h4 .more .imore:before{ content: "\e63b";}

.newslist .ipto .iptz p{ font-size: 18px; line-height: 1.2; color: #868686}
.newslist .ipto .iptz .linkmore{font-size: 13px; text-decoration: underline; display: inline-block; margin-top: 15px; color: #999}
.newslist .ipto.active .iptz .hot{ opacity: 1}
@media (min-width:992px){
.newslist .ipto:hover .ipti img{transform: scale(1.1)}
.newslist .ipto:nth-child(3n){ margin-right: 0;}
.newslist .ipto:nth-child(3n+1){ clear: both;}
}
@media (min-width:1430px){
.newslist .ipto{ width: calc(33.33% - 40px); margin-right: 60px;}
}
@media (min-width:1px) and (max-width:991px) {
.newslist{ padding: 20px 0;}
.newslist .ipto{ width: calc(50% - 10px);}
.newslist .ipto .iptz{ margin: 0}
.newslist .ipto .iptz h3{ font-size: 12px; margin-bottom: 5px;}
.newslist .ipto .iptz h4{ font-size: 10px;}
.newslist .ipto .iptz p{ font-size: 10px; line-height: 1.4; display: none;}
.newslist .ipto:nth-child(2n){ margin-right: 0;}
.newslist .ipto:nth-child(2n+1){ clear: both;}
}
/*endregion*/

/*region 新闻详情*/
.detail{ overflow: hidden; }
.detail>h1{ font-size: 20px; text-align: center; font-weight: bold; margin-bottom: 20px;}
.detail>p{ font-size: 14px; text-align: center; color: #333; border-bottom: 1px solid #d5d5d5; padding-bottom: 20px;}
.detail>.context{ overflow: hidden; margin-top: 30px;}

.detail>.xgeffect{ overflow: hidden; position:relative; margin-top: 30px;}
.detail>.xgeffect>.detailtop{ overflow: hidden;  display: block; text-align: center; position: relative; }
.detail>.xgeffect>.detailtop>strong{ font-family: 'Acumin-Pro-Book'; display: inline-block; cursor: pointer; margin-right: 5px; font-size: 24px; color: #333; padding: 15px 50px; position: relative;}
.detail>.xgeffect>.detailtop>strong:after{ content: ""; position: absolute; left: 45%; right: 45%; bottom: 0; height: 1px; border-bottom:4px solid #043688;}
.detail>.xgeffect>.detailtop>span{ float: right; background: #fff; display: inline-block; padding-left: 15px; cursor: pointer;}

.detail>.xgeffect>.detalist{ float:left; width:100%; padding-top:30px;}
.detail>.xgeffect>.detalist>ul>li{ width: calc(50% - 10px); float: left; overflow: hidden;  border-bottom: 1px solid #d0d0d0; padding: 10px 0;}
.detail>.xgeffect>.detalist>ul>li b{ max-width: 60%; float: left; font-size: 14px; color: #333; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.detail>.xgeffect>.detalist>ul>li time{ float: right; font-size: 12px;}
.detail>.xgeffect>.detalist>ul>li:hover b,.left_nav>.left_news>ul>li.active b{ color: #fd6706;}
.detail>.xgeffect>.detalist>ul>li:hover time,.left_nav>.left_news>ul>li.active time{ color: #fd6706;}

@media (min-width:992px)  {
.detail>.xgeffect>.detalist>ul>li:nth-child(2n){ float: right;}
}
@media (min-width:1px) and (max-width:991px) {
.detail{ }
.detail>h1{ font-size: 16px;}
.detail>p{ font-size: 12px;}
.detail>.xgeffect>.detalist>ul>li{ width: 100%;}
.detail>.context{ font-size: 14px;}
.detail>.xgeffect>.detailtop>strong{ font-size: 18px;}
}
/*endregion*/

/*地图*/
.maps{ overflow: hidden; }
.maps .Markertxt{ width: 400px; background: #fff; overflow: hidden; box-sizing: border-box; padding: 10px;white-space: normal; font-size: 14px; line-height: 1.4; color: #777777; text-align: center;}
@media (min-width:1px) and (max-width:991px) {
.maps{ height: 200px; margin-bottom: 20px;}
.maps .Markertxt{ display: none!important;}
}

/* 联系我们*/
.touch{ padding: 50px 0;}
.touch .lxfs{ overflow: hidden; background: url("../images/1_14.jpg") no-repeat center center /  cover;}
.touch .lxfs .top{ overflow: hidden;}
.touch .lxfs .top p{ overflow: hidden; color: #fff; display: inline-flex; align-items: center; font-size: 18px;}
.touch .lxfs .top p img{ margin-left: 5px;}
.touch .lxfs .top .share{ overflow: hidden;}
.touch .lxfs .top .share a{ display: inline-block; margin-left: 20px;}
.touch .lxfs .top .share a i{ font-size: 30px; color: #fff;}
.touch .lxfs .list{ overflow: hidden; margin-top: 30px}
.touch .lxfs .list .item{ overflow: hidden; color: #fff;}
.touch .lxfs .list .item i{ font-size: 30px; color: #e70012;}
.touch .lxfs .list .item p{ overflow: hidden; margin-top: 5px; font-size: 16px;}
.touch .lxfs .list .item p a{ display: block; color: #fff;}
@media (min-width:992px) {
.touch .container{ display: flex;}
.touch .lxfs{ flex: 1.5; padding: 45px 20px; margin: 0;}
.touch .lxfs .top{ display: flex; justify-content: space-between;}
.touch .lxfs .top p{ margin: 0;}
.touch .lxfs .top .share{ margin: 0}
.touch .lxfs .list{ display: flex;}
.touch .lxfs .list .item{ flex: 1; margin-right: 30px;}
.touch .lxfs .list .item:last-child{ margin-right: 0;}
.touch .maps{ flex: 1; margin: 0;}
}
@media (min-width:1230px) {
.touch .lxfs{ flex: 1;}
.touch .maps{ flex: 1;}
}
@media (min-width:1230px) {
.touch .lxfs{ padding: 90px 55px;}
}
@media (min-width:1px) and (max-width:991px) {
.touch{ padding: 20px 0;}
.touch .lxfs{ padding: 15px;}
.touch .lxfs .top .share{ margin-top: 20px;}
.touch .lxfs .top .share a{ margin: 0; margin-right: 20px;}
.touch .lxfs .list .item{ margin-bottom: 20px;}
.touch .lxfs .list .item p{ font-size: 12px;}
}



/*留言*/
.leave{ overflow: hidden;}
.leave .title{ text-align: center}
.leave .title h2{ display: inline-block;}
.leave .title p{ font-size: 18px; margin-bottom: 10px; margin-top: 20px;}
.feedback{ overflow: hidden; margin-top: 35px;}
.feedback .input{ overflow: hidden; position:relative; margin-bottom: 30px; box-sizing: border-box; border: 0; display:flex; background: #eee; padding: 7px ;justify-content: space-between; align-items: center;}
.feedback .input.textarea{ align-items: flex-start;}
.feedback .input>label{ background: none; font-size:16px; color: #75757d; display: flex; box-sizing: border-box; vertical-align: middle; line-height: 30px; white-space: nowrap;text-overflow: ellipsis;}
.feedback .input>label font{ display: inline-block; padding-right: 5px;} 
.feedback .input>textarea{ background:none; border: 0px solid #d8d8d8; width: 100%; float: left; padding:10px; outline: none; resize: none; box-sizing: border-box; height: 80px; color: #75757d;}
.feedback .input>input{ width: 100%; float: left; background: none; border: 0px solid #d8d8d8; box-sizing: border-box; height: 30px; padding-left: 10px; color: #75757d;}
.feedback input::-webkit-input-placeholder, .feedback textarea::-webkit-input-placeholder{ color: #999; font-size: 15px;}
.feedback input:-moz-placeholder, .feedback textarea:-moz-placeholder{ color: #999; font-size: 15px;}
.feedback input::-moz-placeholder, .feedback textarea::-moz-placeholder{ color: #999; font-size: 15px;}
.feedback input:-ms-input-placeholder, .feedback textarea:-ms-input-placeholder{ color: #999; font-size: 15px;}
.feedback .input #ehong-code{ text-align: center;}
.feedback .button{ overflow: hidden; padding: 12px 0; text-align: center;}
.feedback .button .submit{ padding: 15px 50px; background: #e70012; border:0; border-radius: 5px; cursor: pointer; outline: none; text-transform: uppercase; color: #fff;}

.hidden{ display: none!important;}
@media (min-width:992px)  {
.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:991px) {
.leave{ }
.leave p{ font-size: 10px; margin-bottom: 10px; text-align: center;}
.feedback .input{ margin-bottom: 15px;}
.feedback .input>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 .submit{ font-size: 14px; padding: 7px 30px;}
}


/*region 其他*/
.thk_nav{ text-align: justify; font-size: 16px; line-height: 2em;}
.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;}
@media (min-width:1px) and (max-width:991px) {
.thk_nav{ padding: 30px 0;}
.hidden-xs{ display: none;}
}
/*endregion*/

/*下载中心*/
.downloadlist{ overflow: hidden; padding: 60px 0}
.downloadlist .title{ text-align: center;}
.downloadlist .title h2{ display: inline-block;}
.downloadlist .list{ overflow: hidden; margin-top: 40px;}
.downloadlist .table{ overflow: hidden;}
.downloadlist .table .thead{ overflow: hidden; display: none;}
.downloadlist .table .tr{ overflow: hidden; display: flex; justify-content: space-between; background: #e7e7e7; margin-bottom: 15px; align-items: center;}
.downloadlist .table .tr .td{ flex: 1; padding: 25px; font-size: 18px;}
.downloadlist .table .tr .td:first-child{ font-size: 20px;}
.downloadlist .table .tr .td:nth-child(n+2){ text-align: center;}
.downloadlist .table .tr .td:last-child{ text-align: right;}
.downloadlist .table .tr .td:last-child i{ font-size: 30px; position: relative; color: #e70012;}
.downloadlist .table .tr .td:last-child i:before{ content: "\e668";}
@media screen and (min-width:1px) and (max-width:991px){
.downloadlist{ padding: 20px 0;}
.downloadlist .list{ margin-top: 20px;}
.downloadlist .table .tr .td:first-child{ font-size: 12px;}
.downloadlist .table .tr .td:nth-child(n+2){ display: none;}
.downloadlist .table .tr .td{ padding: 10px; font-size: 10px;}
.downloadlist .table .tr .td:last-child{ display: block;}
}

.downlist .weather[type=close]{ color:gray; cursor:pointer; pointer-events: none;}



/*服务中心*/
.servicelist{ overflow: hidden; padding: 60px 0 20px 0;}
.servicelist .item{ overflow: hidden; display: flex; justify-content: space-between; align-items: center; padding: 25px; box-sizing: border-box; border: 1px solid #e2e2e2;}
.servicelist .item i{ font-size: 60px; color: #e70012; display: inline-block; margin-right: 50px;}
.servicelist .item .txt{ overflow: hidden; flex: 1; padding-left: 50px; border-left: 1px dashed #e70012;}
.servicelist .item .txt h2{ font-size: 28px; text-transform: uppercase; margin-bottom: 25px;}
.servicelist .item .txt p{ font-size: 18px; line-height: 1.5; color: #5e5e5e;}
.servicelist em{ display: inline-block; margin: auto 40px; font-size: 30px; color: #e70012;}
@media (min-width:992px) {
.servicelist .container{ display: flex; justify-content: space-between; align-items: center;}
}
@media (min-width:1px) and (max-width:991px) {
.servicelist{ padding: 20px 0 0 0;}
.servicelist .item{ padding: 15px;}
.servicelist .item i{ font-size: 30px; margin-right: 20px;}
.servicelist .item .txt{ padding-left: 20px;}
.servicelist .item .txt h2{ font-size: 14px; margin-bottom: 10px;}
.servicelist .item .txt p{ font-size: 10px}
.servicelist em{transform: rotate(90deg); margin: 0 auto;}
}
.servicelist1{ overflow: hidden; padding: 0px 0 60px 0;}
.servicelist1 em{ display: inline-block; margin: auto 40px; font-size: 30px; color: #e70012; float: right; transform: rotate(90deg); margin-bottom: 20px;}
.servicelist1 .item{ overflow: hidden; display: flex; justify-content: space-between; align-items: center; padding: 25px; box-sizing: border-box; border: 1px solid #e2e2e2;}
.servicelist1 .item i{ font-size: 60px; color: #e70012; display: inline-block; margin-right: 50px;}
.servicelist1 .item .txt{ overflow: hidden; flex: 1; padding:0 50px; border-left: 1px dashed #e70012;}
.servicelist1 .item .txt h2{ font-size: 28px; text-transform: uppercase; margin-bottom: 25px;}
.servicelist1 .item .txt p{ font-size: 18px; line-height: 1.5; color: #5e5e5e;}
.servicelist1 .item .context{ overflow: hidden; flex: 1; padding-left: 50px; border-left: 1px dashed #e70012; font-size: 18px; line-height: 1.5; color: #5e5e5e;}

.servicelist2{ padding:60px 0; text-align: center; background: #eeeeee;}
.servicelist2 .title{ display: inline-block;}
@media (min-width:992px) {
}
@media (min-width:1px) and (max-width:991px) {
.servicelist1{ padding: 0 0 20px 0;}
.servicelist1 em{ float: none; margin: 0 auto;}
.servicelist1 .item{ padding: 15px; flex-wrap: wrap;}
.servicelist1 .item i{ font-size: 30px; margin-right: 20px;}
.servicelist1 .item .txt{ padding: 0 20px;}
.servicelist1 .item .txt h2{ font-size: 14px; margin-bottom: 10px;}
.servicelist1 .item .txt p{ font-size: 10px}
.servicelist1 .item .context{ margin-left: 50px; padding-left: 20px; font-size: 10px; width: calc(100% - 50px); box-sizing: border-box; flex: none; margin-top: 20px;}

.servicelist2{ padding: 20px 0;}
}


/*常见问题*/
.faqlist{ overflow: hidden; margin-top: 40px;}
.faqlist .item{ overflow: hidden; background: #e7e7e7; margin-bottom: 15px;}
.faqlist .item>h3{ overflow: hidden; padding: 10px 20px; cursor: pointer; background: #e7e7e7; position: relative; display: flex; justify-content: space-between; align-items: center;}
.faqlist .item>h3>span{ flex: 1; font-size: 20px; color: #333; padding: 0 10px; text-align: left;}
.faqlist .item>h3>.faqiconfont1{  display: inline-block; float: left; vertical-align: middle; color: #c31729; position: relative; transition: all 0.35s; font-size: 30px;}
.faqlist .item>h3>.faqiconfont1:before{ content: "\e605"; }
.faqlist .item>h3>.faqiconfont2{  display: inline-block; float: right; vertical-align: middle; color: #333; position: relative; transition: all 0.35s; font-size: 30px;}
.faqlist .item>h3>.faqiconfont2:before{ content: "\e603"; }
.faqlist .item>.txt{ overflow: hidden; padding: 20px 40px; transition: all 0.35s; font-size: 16px; line-height: 1.6; color: #5d5d5d; display: none; text-align: left;}
.faqlist .item.active .txt{ display: block;}
.faqlist .item.active>h3>.faqiconfont2{ transform: rotate(180deg);}
@media (min-width:992px) {

}
@media (min-width:1px) and (max-width:991px) {
.faqlist{ margin-top: 20px;}
.faqlist .item>h3{ padding: 7px 15px;}
.faqlist .item>h3>span{ font-size: 12px;}
.faqlist .item>h3>.faqiconfont1{ font-size: 13px;}
.faqlist .item>h3>.faqiconfont2{ font-size: 13px;}
.faqlist .item>.txt{  font-size: 10px; padding: 7px 15px;}
}

/*region 网站地图*/
.sitemaps{ overflow: hidden; position:relative; padding: 30px 0;}
.sitemaps.fontbig { overflow: hidden;}
.sitemaps .bigli{float:left; width:100%; line-height:35px;font-size:18px;}
.sitemaps .bigli a { font-weight:bold;text-transform:capitalize;}
.sitemaps .bigli a:hover {text-decoration:underline;}
.sitemaps .abli_02{ float:left;width:44%;margin-left:5%;font-size:16px; height:30px; line-height:30px; overflow:hidden; display:inline;font-weight:normal; }
.sitemaps .abli_02 a:hover{text-decoration:underline;}
.jiange{ float:left; width:100%;  height:2px; border-bottom:dashed 1px #d2d2d2; }
.sitemaps .probigclass {padding-left:50px;}
.sitemaps .PROclass_01 { float:left;width:95%;margin-left:5%; font-size:16px; line-height:30px; display:inline;font-weight:bold; }
.sitemaps .PROclass_02 { float:left;width:90%;margin-left:8%;font-size:16px; height:22px; line-height:22px;  overflow:hidden;display:inline;font-weight:normal; }
.sitemaps .PROclass_01 a{  }
.sitemaps .PROclass_02 a{ }
.sitemaps .PROclass_01 a:hover{ text-decoration:underline;}
.sitemaps .PROclass_02 a:hover{ text-decoration:underline;}
.sitemaps .PROclass_03 { float:left;width:40%;margin-left:10%;color:#666666;font-size:14px;display:inline; line-height:20px;}
.sitemaps .PROclass_03 a:hover{ text-decoration:underline;}
.sitemaps .PROclass_04 { float:left;width:40%;margin-left:10%;display:inline;}
@media screen and (min-width:1px ) and (max-width:767px)
{
.sitemaps .abli_02{width:44%;}
}
@media (min-width:1px) and (max-width:991px) {
.sitemaps{ padding: 30px 0;}
}
/*endregion*/


/*region 视频中心*/

.videolist{ overflow: hidden; padding: 60px 0;}
.videolist .title{ text-align: center;}
.videolist .title h2{ display: inline-block;}
.videolist .list .ipto{ width: calc(25% - 15px); float: left; margin-right: 20px; margin-bottom: 40px; box-sizing: border-box; position: relative;}
.videolist .list .ipto .ipti{ overflow: hidden; border: 1px solid #dadada; box-sizing: border-box; position: relative;}
.videolist .list .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.videolist .list .ipto .iptz{ overflow: hidden; position: relative; text-align: center; background: #c31729; margin-top: 10px;}
.videolist .list .ipto .iptz h3{ color: #fff; font-size: 17px; margin: 10px; text-transform: capitalize;}
.videolist .list .ipto .new{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #6c7ab0; font-size: 60px; background: #fff; border-radius: 50%;}


@media (min-width:992px)  {
.videolist .list .ipto:nth-child(4n){ margin-right: 0}
.videolist .list .ipto:nth-child(4n+1){ clear: both;}

.videolist .list .ipto:hover .ipti{ border-color: #c31729;}
}
@media (min-width:1px) and (max-width:991px) {
.videolist{ }
.videolist .list .ipto{ width: calc(50% - 10px); margin-right: 20px; margin-bottom: 20px;}
.videolist .list .ipto .iptz h3{ font-size: 14px}
.videolist .list .ipto:nth-child(2n){ margin-right: 0}
.videolist .list .ipto:nth-child(2n+1){ clear: both;}
}
/*endregion*/

/*登陆*/
.userlist{ overflow: hidden; padding: 15px; display: none; height: 100%; box-sizing: border-box;}
.userlist input{ width: 100%; height: 34px; border: 1px solid #d5d5d5; margin-bottom: 20px; box-sizing: border-box; padding: 5px;}
.userlist button{  background: #c31729; border: 0; padding: 10px 30px; overflow: hidden; position: relative; display: inline-block; color: #fff; font-size: 16px; cursor: pointer; margin-top: 0px; outline: none; z-index: 1; border-radius: 5px; text-transform: uppercase;}

/*效果*/

/*其他*/
.material{ overflow: hidden; padding: 30px 0; text-align: center; font-size: 16px; text-transform: capitalize; font-weight: bold;}

@media (min-width:1px) and (max-width:991px) {
.material{ padding: 20px; font-size: 14px;}
}
.onliewhatsapp{ position:fixed; right:15px; bottom:20%; z-index:10;}
.onliewhatsapp img{ width:70px;}

/*效果*/
.onlineservice{ position: fixed; bottom: 250px; right: 15px; z-index: 99;}
.onlineservice li{  background: #fff; border: 1px solid #d5d5d5; margin-bottom: 10px; text-align: center; font-size: 12px; position: relative;}
.onlineservice li a{ padding: 10px; display: block; }
.onlineservice li i{ font-size: 30px; color:#e60012}
.onlineservice li.wechat{ position: relative;}
.onlineservice li.wechat .codeimg{ position: absolute; top: -30px; left: -132px; display: none; padding:5px; transition: all 0.35s; width: 120px;box-shadow:0 0 5px #ccc; background:#fff;}
.onlineservice li.wechat2 .codeimg{ position: absolute; top: -80px; left: -132px; display: none; transition: all 0.35s; width: 120px; box-shadow:0 0 5px #ccc; background:#fff;}
.onlineservice li.gotop{ display: none;}

.onlineservice li.wechat .codeText{position: absolute; top: 0px; left: -132px; display: none; padding:5px; transition: all 0.35s; width: 120px;box-shadow:0 0 5px #ccc; background:#fff}
.onlineservice li.wechat .codeText span{ padding:10px; font-size:16px; color:#000; line-height:43px;}
.onlineservice li:hover {
    background: #3b579d;
    color: #fff;
}
.onlineservice li:hover h3{ color: #fff;}
.onlineservice li:hover i{ color: #fff;}
.onlineservice li.wechat:hover .codeimg{ display: block;}
.onlineservice li.wechat:hover .codeText{ display: block;}

/*购物车*/
.shoppingcart{ overflow: hidden; position: fixed; right: 0; top: 116px; z-index: 9; width: 612px; background: #c31729; box-sizing: border-box; height: 0px; padding: 0px 45px; transition: all 0.35s; }
.shoppingcart h2{ font-size: 24px; font-weight: bold; text-transform: uppercase; color: #fff; border-bottom: 2px solid #fff; padding-bottom: 15px;}
.shoppingcart h2 i{ font-size: 24px; float: right; cursor: pointer;}
.shoppingcart .list{ overflow: hidden; max-height: 300px; overflow-y: auto; padding-right: 20px;}
.shoppingcart .list .ipto{ overflow: hidden; position: relative; display: flex; margin-top: 15px;}
.shoppingcart .list .ipto .close{ position: absolute; right: 0; top: 0px; color: #fff; cursor: pointer; z-index: 3}
.shoppingcart .list .ipto	 .ipti{ width: 30%; margin-left: 0;}
.shoppingcart .list .ipto .iptz{ width: 100%; margin-left: 15px; color: #fff;}
.shoppingcart .list .ipto .iptz h3{ font-size: 14px; margin-bottom: 15px; text-transform: capitalize;}
.shoppingcart .list .ipto .iptz p{ font-size: 12px; margin-bottom: 5px;}
.shoppingcart .list .ipto .iptz p em{ font-style: normal; width: 130px; text-transform: capitalize; display: inline-block;}
.shoppingcart .list .ipto .iptz p span{ display: inline-block; width: 14px; height: 14px; line-height: 14px; text-align: center; border-radius: 50%;}
.shoppingcart .linkmore{ overflow: hidden; text-transform: capitalize; text-align: center;}
.shoppingcart .linkmore a{ display: inline-block; margin-top: 40px; padding: 12px 20px; background: #fff; font-size: 14px; color: #999999; border-radius: 5px;}
.shoppingcart.active{ padding: 45px; height: auto;}
@media (min-width:992px){

}
@media (min-width:1px) and (max-width:991px) {
}

/*订单*/
.orderlist{ overflow: hidden; padding: 45px 0; }
.orderlist>.container>h2{ font-size: 28px; font-weight: bold; text-transform: capitalize; margin-bottom: 45px; color: #c31729}
.orderlist .list{ overflow: hidden;}
.orderlist .list .thead{ overflow: hidden; display: flex; border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; padding:10px 0;}
.orderlist .list .thead .th{ font-size: 18px; font-weight: bold;}
.orderlist .list .thead .th:nth-child(1){ flex: 1; margin-right: 20px;}
.orderlist .list .thead .th:nth-child(2){ flex: 4; margin-right: 20px;}
.orderlist .list .thead .th:nth-child(3){ flex: 1;}
.orderlist .list .thead .th:nth-child(4){ flex: 1;}
.orderlist .list .thead .th:nth-child(5){ flex: 1;}

.orderlist .list .tbody{ overflow: hidden; margin-top: 15px;}
.orderlist .list .tbody .ipto{ overflow: hidden; display: flex; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #d5d5d5;}
.orderlist .list .tbody .td:nth-child(1){ flex: 1; margin-right: 20px;}
.orderlist .list .tbody .td:nth-child(2){ flex: 4; margin-right: 20px;}
.orderlist .list .tbody .td:nth-child(3){ flex: 1;}
.orderlist .list .tbody .td:nth-child(4){ flex: 1;}
.orderlist .list .tbody .td:nth-child(5){ flex: 1;}

.orderlist .list .tbody .td:nth-child(1) img{ height: 50px;}

.orderlist .list .tbody .td:nth-child(2){ font-size: 14px;}

.orderlist .list .tbody .td:nth-child(3) p{ display: inline-block;}
.orderlist .list .tbody .td:nth-child(3) p span{ display: inline-block; width: 15px; height: 15px; line-height: 15px; text-align: center; border-radius: 50%; overflow: hidden; border: 1px solid #d5d5d5; margin-right: 10px; cursor: pointer; margin-top: 4px;}
.orderlist .list .tbody .td:nth-child(3) p span i{ font-size: 12px; color: #fff; opacity: 0;}
.orderlist .list .tbody .td:nth-child(3) p span.active{ border-color: #c31729; box-shadow: 0 0 5px #c31729}

.orderlist .list .tbody .td:nth-child(4) span{ width: 80px; padding: 3px 7px; border: 1px solid #d5d5d5; border-radius: 5px; display: flex;}
.orderlist .list .tbody .td:nth-child(4) span input{ width: 30px; border-left: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5; text-align: center;}
.orderlist .list .tbody .td:nth-child(4) span i{ cursor: pointer;;}
.orderlist .list .tbody .td:nth-child(4) span i:first-child{ margin-right: 7px;}
.orderlist .list .tbody .td:nth-child(4) span i:last-child{ margin-left: 7px;}

.orderlist .list .tbody .td:nth-child(5) i{ cursor: pointer;}

.orderlist textarea{ overflow: hidden; height: 80px; width: 100%; line-height: 2; outline: none; resize: none; border: 1px solid #d5d5d5; padding: 5px; border-radius: 10px; box-sizing: border-box;}
.orderlist button{ padding: 12px 30px; border-radius: 5px; background: #c31729; color: #fff; font-size: 16px; font-weight: bold; border: 0; margin-top: 30px; cursor: pointer; outline: none; text-transform: capitalize;}
@media (min-width:1px) and (max-width:991px){
.orderlist{ padding: 20px 0;}
.orderlist>.container>h2{ font-size: 18px; margin-bottom: 15px}
.orderlist .list .thead{ display: none;}
.orderlist .list .tbody .ipto{ display: block;}
.orderlist .list .tbody .td:nth-child(1){ width: 40%; float: left; margin: 0; margin-bottom: 15px; box-sizing: border-box; padding-right: 15px;}
.orderlist .list .tbody .td:nth-child(1) img{ width: 100%; height: auto;}
.orderlist .list .tbody .td:nth-child(2){ width: 60%; float: left; margin: 0; margin-bottom: 15px; font-size: 12px;}
.orderlist .list .tbody .td:nth-child(3){ width: 40%; float: left; clear: both;}
.orderlist .list .tbody .td:nth-child(4){ width: 40%; float: left;}
.orderlist .list .tbody .td:nth-child(5){ width: 20%; float: left;}
}


/*region 分页*/
.page {overflow: hidden;text-align: center;}
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
@media (min-width:992px){.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:#c31729;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:#c31729;}
.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:#c31729;background-color:#c31729;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*/











