﻿@charset "utf-8";
@import url('../css/fonts.css');
body{ font-family: "Arial"; background-color:#fff;  overflow-x:hidden;}
a{ color:#333; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#333;}
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:"Arial";font-size:12px;}
input{font-family:"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{ width: 962px;}
}
@media (min-width:1230px){
	.container{ width: 1200px;}
}
/*头部*/
.header{position: fixed; left: 0px; top: 0px; right: 0px; z-index: 10; transition: all 0.35s;}
.header.fis_show{ box-shadow: 0 0 10px #d5d5d5; background: #fff;}
.header.fiss_show{ box-shadow: 0 0 10px #d5d5d5; background: #fff;}
@media (min-width:992px){
.header{ padding: 0 40px;}
}
@media (min-width:1px) and (max-width:991px){
.header{ padding: 0 15px; box-shadow: 0 0 10px #d5d5d5;}
}
/*region 导航*/
.jdmenu{vertical-align: middle; text-align: center;}

.jdmenu .logo{ overflow: hidden; display: inline-block; float: left; vertical-align: middle; padding: 15px 0;}
.jdmenu .logo img{ height: 62px; transition:all 0.5s; -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}

.jdmenu .nav{ display: inline-block; }
.jdmenu .nav>#jdmenu{ display: inline-block; float: left; }
.jdmenu .nav>#jdmenu>li{ display: inline-block; float: left; font-size: 16px; font-weight: bold; position: relative; text-transform: uppercase;}
.jdmenu .nav>#jdmenu>li>a{ display: block; color: #fff; position: relative; transition: all 0.35s;}

.jdmenu .nav_right{ display: inline-block; float: right;  margin-top: 36px; transition: all 0.35s;}

.jdmenu .nav_right .searchclick{ display: inline-block; cursor: pointer; vertical-align: middle;}
.jdmenu .nav_right .searchclick .siconfont{ color: #fff; transition: all 0.35s; font-size: 18px;}
.jdmenu .nav_right .searchclick .siconfont:before{content:"\e61f"}
.jdmenu .nav_right .searchclick .siconfont.active:before{content:"\e612"}

.jdmenu .search{ position:fixed; right: 0; top: 0; background: #414141; height: 0; width: 0; transition: all 0.65s; overflow: hidden;}
.jdmenu .search.active{ width: 100%; height: 100%;}
.jdmenu .search .close{ position: absolute; right: 15px; top: 15px; color: #fff; cursor: pointer;}
.jdmenu .search .close i{ font-size: 60px;}
.jdmenu .search .searchlist{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 50%; text-align: center;}
.jdmenu .search .logo{ display: inline-block; float: none; -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.jdmenu .search .logo img{ height: auto!important;}
.jdmenu .search form{ display: flex; transition: all 0.35s; z-index: 2; padding: 0px 10px;background: #fff; }
.jdmenu .search form>input{ width: 100%; float: left; height: 40px; padding: 10px 10px; background: #fff; color: #333; border:0; transition: all 0.5s;}
.jdmenu .search form>button{ background: none; border: 0; cursor: pointer; outline: none; color: #333;}
.jdmenu .search form>button>i{ font-size: 20px; overflow: hidden; display: inline-block; margin-top: 1px;}
/*.jdmenu .search>form>input::-webkit-input-placeholder{ color: #fff; font-size: 18px;}
.jdmenu .search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.jdmenu .search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.jdmenu .search>form>input::-ms-input-placeholder{ color: #fff; font-size: 18px;}*/

.jdmenu .lang{ display: inline-block; margin-left: 20px; vertical-align: middle; cursor: pointer; border-left: 3px solid #fff; padding-left: 20px; position: relative;}
.jdmenu .lang>a{ display: block; color: #fff; font-size: 16px;}
.jdmenu .lang>a i{ display: inline-block;}
.jdmenu .lang>a i:first-child{ margin-right: 5px;}
.jdmenu .lang>a i:last-child{ margin-left: 5px;}
.jdmenu .lang>ul{ position: absolute; right: 0; top:20px; background: #fff; overflow: hidden; height: 0; transition: all 0.35s; display: block;}
.jdmenu .lang>ul>li{ display: block;}
.jdmenu .lang>ul>li>a{ display: block; display: flex; padding: 5px;}
.jdmenu .lang>ul>li>a>img{ width: 24px; float: left; margin: 0; margin-right: 5px; box-sizing: border-box; border: 1px solid #f5f5f5;}
.jdmenu .lang>ul>li:hover{ background: #d8261b;}
.jdmenu .lang>ul>li:hover>a{ color: #fff;}
.jdmenu .lang:hover>ul{ height: 132px;}

@media (min-width:992px){

.header.fiss_show .jdmenu .logo img{ -webkit-filter: brightness(1) invert(0);filter: brightness(1) invert(0);}
.header.fiss_show .jdmenu .nav>#jdmenu>li>a{ padding: 23.5px 8px; color: #333;}
.header.fiss_show .jdmenu .lang{ border-color: #333;}
.header.fiss_show .jdmenu .lang>a{ color: #333;}
.header.fis_show .jdmenu .logo img{ height: 40px; -webkit-filter: brightness(1) invert(0);filter: brightness(1) invert(0);}
.header.fis_show .jdmenu .nav>#jdmenu>li>a{ padding: 23.5px 8px; color: #333;}
.header.fis_show .jdmenu .nav_right{ margin-top: 23.5px;}
.header.fis_show .jdmenu .nav_right .searchclick .siconfont{ color: #333;}
.header.fis_show .jdmenu .lang{ border-color: #333;}
.header.fis_show .jdmenu .lang>a{ color: #333;}

.jdmenu .nav>#jdmenu>li:first-child{ display: none;}
.jdmenu .nav>#jdmenu>li:last-child{ display: none;}
.jdmenu .nav>#jdmenu>li>a{  padding: 36px 7px;}
.jdmenu .nav>#jdmenu>li:hover,.jdmenu .nav>#jdmenu>li.active{}
.jdmenu .nav>#jdmenu>li:hover>a,.jdmenu .nav>#jdmenu>li.active>a{ color: #d8261b!important;}
.jdmenu .nav>#jdmenu>li:nth-child(n+9):hover,.jdmenu .nav>#jdmenu>li:nth-child(n+9).active{ background: none;} 
}
@media (min-width:1230px){
.jdmenu .nav>#jdmenu>li>a{  padding: 36px 20px;}
.header.fiss_show .jdmenu .nav_right{ margin-top: 36px;}
.header.fiss_show .jdmenu .nav_right .searchclick .siconfont{ color: #333;}
.header.fiss_show .jdmenu .nav>#jdmenu>li>a{ padding: 36px 26px;}
.header.fis_show .jdmenu .nav>#jdmenu>li>a{ padding: 23.5px 26px;}
}

@media (min-width: 1px) and (max-width: 991px) {
.jdmenu{ display: block; background: none; }
.jdmenu .logo{ display: inline-block; padding: 5px 0;}
.jdmenu .logo 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>#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{ display: block; float: none; text-align: left;}
.jdmenu .nav>#jdmenu>li>a{ padding: 10px 15px; display: block; color: #fff; font-size: 15px;}

.jdmenu .nav_right{ display: none;}
}

/*二级导航*/
.jdmenu .nav>#jdmenu>li>.dropdown{width: auto; min-width: 100%; position: absolute; left: 0px; top: 67px; z-index: 99; padding:3px 0px; display: none; background: #eee;  color: #252525;}
.jdmenu .nav>#jdmenu>li>.dropdown>li{font-size: 14px;text-transform: capitalize; text-align: left}
.jdmenu .nav>#jdmenu>li>.dropdown>li>a{ color: #252525; padding: 10px 10px; display: block; }
.jdmenu .nav>#jdmenu>li>.dropdown>li:hover{ background: #bdbdbd;}
.jdmenu .nav>#jdmenu>li>.dropdown>li:hover>a{ color: #d8261b;}


@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;}
}
/*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: 30px; height: 2px; line-height: 60px; background: #fff; cursor: pointer; color: #fff; opacity: 1; overflow: hidden; margin-right: 5px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.bframe .flex-control-nav .flex-active{ opacity: 1; background: #a13925; width: 60px;} 
.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;}

.bframe .cont{ position: absolute; left: 50%; bottom: 30%; transform: translate(-50%,-30%); z-index: 3; color: #fff;}
.bframe .cont>h2{ font-size: 70px; color: #fff; margin-bottom: 30px; text-transform: uppercase; }
.bframe .cont>p{ font-size: 16px; text-transform: uppercase; color: #dbdbdb;}
.bframe .cont>p a{ color: #dbdbdb;}
.bframe .cont>p .here{ display: inline-block; padding: 0 5px; color: #fff;}
@media (min-width:992px) {
.bframe .cont{ width: 962px;}
}
@media (min-width:1230px) {
.bframe .cont{ width: 1200px;}
}
@media (min-width:1px) and  (max-width:991px){
.bframe{ }
.bframe .cont{ display: none;}
}

/*endregion*/

/*标题*/
.titile{}
.titile h2{  text-transform: uppercase; font-size: 35px;}
.titile h2>span{ font-weight: bold;}

.linkmore{ overflow: hidden;}
.linkmore a{ width: 175px; height: 41px; line-height: 41px; display: inline-block; background: url("../images/1_05.png") no-repeat;}
.linkmore a>span{ display: inline-block; width: 134px; text-align: center; color: #fff; font-size: 16px; vertical-align: top}
.linkmore a>em{ width: 41px; text-align: center; display: inline-block; font-style: normal; vertical-align: top}
.linkmore a>em>i{ font-size: 20px; color: #c80d1b;}

@media (min-width:1px) and  (max-width:991px){
.linkmore{ overflow: inherit;}
.linkmore a{ box-shadow: 0 0 10px #d5d5d5; display: block; margin-bottom: 10px;}
.titile h2{ font-size: 24px;}
}
/*region*/
.dframe{ overflow: hidden; background: url("../images/1_01.jpg") no-repeat center center / cover; position: relative;}
.dframe .container{ z-index: 2; position: relative;}
.dframe .txt{ overflow: hidden;}
.dframe .txt>h2{ margin-bottom: 20px;}
.dframe .txt>img{ }
.dframe .txt>p{ overflow: hidden; line-height: 1.8; font-size: 14px; color: #6a6a6a; margin-top: 45px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6;}
.dframe .img{ overflow: hidden; cursor: pointer;}
.dframe>img{ position: absolute; right: 0; top: 0; bottom: 0; z-index: 0;}
.dframe .linkmore{ margin-top: 60px;}
.dframe .linkmore a{ margin-right: 45px;}
.dframe .linkmore a:nth-child(2)>em>i{ font-size: 30px;}
.dframe .list{ overflow: hidden;  display: flex; margin-top: 60px;}
.dframe .list>.item{ overflow: hidden; text-align: center;}
.dframe .list>.item>span{ font-size: 32px; color: #c80d1b; text-transform: uppercase; font-weight: bold; display: inline-block; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 2px solid #595757;}
.dframe .list>.item>p{ font-size: 19px; color: #595757;}
.dframe .list>.item>p>span{ color: #c80d1b; font-weight: bold;}

.dframe .list>.item:first-child{ margin-left: 0;}

@media (min-width:992px) {	
.dframe .txt{ width: 73.416%; float: left; margin-top: 80px; margin-bottom: 70px;}
.dframe .txt>h2{ max-width: 55%; float: left;}
.dframe .txt>img{ float: left;}
.dframe .txt>p{ max-width: 55%; float: left;}
.dframe .img{ display: inline-block; position: absolute; right: 5%; top: 40%; transform: translateY(-40%);}
}
@media (min-width:992px) and (max-width:1229px){
.dframe .txt{ margin-top: 30px; margin-bottom: 30px;}
.dframe .img{ width: 390px; right: 15%;}
.dframe .linkmore{ margin-top: 30px;}
.dframe .list{ margin-top: 30px;}
.dframe>img{ width: 480px;}
}
@media (min-width:1px) and (max-width:991px){
.dframe{ background: none; padding: 20px 0;}
.dframe>img{ display: none;}
.dframe .txt>h2{ margin-bottom: 10px;}
.dframe .txt>img{ display: none;}
.dframe .txt>p{ margin-top: 0; }
.dframe .linkmore{ margin-top: 20px; padding: 10px 0;}
.dframe .list{ display: none;}
.dframe .img{display: none;}
}

/*endregion*/

/*region*/
.dframe1{ padding-top: 60px; background: #e6e9f0; margin-bottom: 100px;}
.dframe1 .hisList2{ position: relative; z-index: 3;}
.dframe1 .hisList2 .swiper-slide{ position: relative; cursor: pointer; box-sizing: border-box;}
.dframe1 .hisList2 .swiper-slide:before{ content: ""; position: absolute; top: 50%; right: -47px; transform: translateY(-50%); width: 75px; height: 1px; background: #b8b8b8;}
.dframe1 .hisList2 .swiper-slide .img{ overflow: hidden; border-radius: 50%; background: #fff; width: 118px; height: 118px; padding: 15px; box-sizing: border-box;}
.dframe1 .hisList2 .swiper-slide .img img{}
.dframe1 .hisList2 .swiper-slide .txt{ display: none; text-transform: capitalize; position: absolute; top: 135px; left: 0; right: 0; background: #fff; padding: 15px; font-size: 12px; line-height: 1.6; box-shadow: 0 0 15px #d5d5d5;}
.dframe1 .hisList2 .swiper-slide-thumb-active .txt{ display: block;}
.dframe1 .hisList2 .swiper-slide-thumb-active .txt:before{ content: "";width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent; border-bottom: 10px solid #fff; position: absolute; top: -10px; left: 50%; transform: translateX(-50%);}
.dframe1 .hisList2 .swiper-slide:last-child:before{ display: none;}
.dframe1 .hisList2 .swiper-slide-thumb-active .img{ border: 1px solid #c80d1b;}

.dframe1 .hisList1{ overflow: hidden; position: relative; z-index: 2; bottom: -40px; padding: 15px 0;}
.dframe1 .hisList1 .swiper-slide{ }
.dframe1 .hisList1 .swiper-slide .ipto{ }
.dframe1 .hisList1 .swiper-slide .ipto .ipti{ }
.dframe1 .hisList1 .swiper-slide .ipto .ipti img{ width: 100%}
.dframe1 .hisList1 .swiper-slide .ipto .iptz{ overflow: hidden;}
.dframe1 .hisList1 .swiper-slide .ipto .iptz>h2{ font-size: 24px;  font-weight: bold; margin-bottom: 15px;}
.dframe1 .hisList1 .swiper-slide .ipto .iptz>h3{ font-size: 17px; color: #595757; margin-bottom: 40px;}
.dframe1 .hisList1 .swiper-slide .ipto .iptz>p{ font-size: 14px; line-height: 2; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
.dframe1 .hisList1 .swiper-slide .ipto .iptz .linkmore{ margin-top: 90px;}
.dframe1 .hisList1 .swbuton{ position: absolute; bottom: 40px; right: 40px; z-index: 3; cursor: pointer; vertical-align: middle;}
.dframe1 .hisList1 .swbuton>i{ font-size: 30px;}
.dframe1 .hisList1 .btn-prev{ right: 80px; }
.dframe1 .hisList1 .btn-next{ transform: rotate(-180deg); bottom: 42px;}

@media (min-width:992px){
.dframe1 .hisList1 .swiper-slide .ipto{ display: flex;}
.dframe1 .hisList1 .swiper-slide .ipto .ipti{ width: 700px; float: right; margin-right: 30px; background: #ffff; border-radius: 10px; box-shadow: 0 0 15px #d5d5d5; position: relative;}
.dframe1 .hisList1 .swiper-slide .ipto .ipti:before{ content: ""; position: absolute; left: -30px; top: 30px; right: 30px; bottom: 30px; background: rgba(255,255,255,0.7); border-radius: 10px; z-index: -1;}
.dframe1 .hisList1 .swiper-slide .ipto .ipti:after{ content: ""; position: absolute; left: -60px; top: 60px; right: 60px; bottom: 60px; background: rgba(255,255,255,0.7); border-radius: 10px; z-index: -2;}
.dframe1 .hisList1 .swiper-slide .ipto .iptz{ margin-left: 0; max-width:30%}
}
@media (min-width:992px) and  (max-width:1229px){
.dframe1 .hisList1 .swiper-slide .ipto .ipti{ width: 480px;}
.dframe1 .hisList1 .swiper-slide .ipto .iptz{}
.dframe1 .hisList1 .swiper-slide .ipto .iptz .linkmore{ margin-top: 30px;}
}
@media (min-width:1px) and  (max-width:991px){
.dframe1{ padding-top: 20px; margin-bottom: 0;}
.dframe1 .hisList2 .swiper-slide:before{ right: -34px; width: 50px; }
.dframe1 .hisList1{ bottom: inherit;}
.dframe1 .hisList1 .swiper-slide .ipto .iptz>h2{ font-size: 16px; margin-bottom: 10px;}
.dframe1 .hisList1 .swiper-slide .ipto .iptz>h3{ font-size: 13px; margin-bottom: 15px;}
.dframe1 .hisList1 .swiper-slide .ipto .iptz>p{ font-size: 12px;}
.dframe1 .hisList1 .swiper-slide .ipto .iptz .linkmore{ margin-top: 20px;}
}
/*endregion*/


/*region*/
.dframe2{ overflow: hidden; padding: 40px 0; background: #f9f9f9;}
.dframe2 h2{ text-align: center;}
.dframe2 .list{ overflow: hidden; margin-top: 30px; display: flex; flex-wrap: wrap;}
.dframe2 .list .item{ overflow: hidden; position: relative;}
.dframe2 .list .item img{ width: 100%;}
.dframe2 .list .item:before{ content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); height: 0; width: 0; z-index: 1; overflow: hidden; background: rgba(0,0,0,0.4); transition: all 0.35s;}
.dframe2 .list .item>h3{ position: absolute; left: 15px; right: 15px; top: 50%; transform: translateY(-50%); text-align: center; font-size: 14px; color: #fff; transition: all 0.35s; z-index: 2; opacity: 0;}
.dframe2 .list .item:nth-child(7){ background: #c80d1b; position: relative;}
.dframe2 .list .item:nth-child(7)>img{ position: relative; z-index: -1;}
.dframe2 .list .item:nth-child(7)>.txt{ position: absolute; left: 15px; top: 15px; right: 15px; bottom: 15px; color: #fff;}
.dframe2 .list .item:nth-child(7)>.txt>h3{ font-size: 24px; font-weight: bold; margin-top: 40px; margin-bottom: 40px;}
.dframe2 .list .item:nth-child(7)>.txt>p{ font-size: 14px; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}

@media (min-width:992px){
.dframe2 .list{ }
.dframe2 .list .item{ width: 25%;}
.dframe2 .list .item:nth-child(7):hover:before{display: none;}
.dframe2 .list .item:hover:before{ width: 100%; height: 100%;}
.dframe2 .list .item:hover>h3{  opacity: 1;}
}
@media (min-width:992px) and  (max-width:1229px){
.dframe2 .list .item:nth-child(7)>.txt>h3{ margin-bottom: 20px; margin-top: 20px;}
}
@media (min-width:1px) and  (max-width:991px){
.dframe2{ padding: 20px 0;}
.dframe2 .list .item{ width: 50%;}
.dframe2 .list .item:nth-child(7)>.txt>h3{ margin-bottom: 10px; margin-top: 0px; font-size: 16px;}
.dframe2 .list .item:nth-child(7)>.txt>p{ font-size: 12px;}
}
/*endregion*/

.dframe3{ overflow: hidden; height: 555px; background: url("../images/1_13.jpg") no-repeat;}
.dframe3 .history{ overflow: hidden; margin-top: 50px; position: relative; padding: 0 50px;}
.dframe3 .history .item{ position: relative; color: #fff; overflow: hidden; padding-top: 45px;}
.dframe3 .history .item>h2{  font-size: 24px; margin-bottom: 10px;}
.dframe3 .history .item>h3{  height: 50px; font-size: 18px; margin-bottom: 20px; line-height: 1.4}
.dframe3 .history .item>p{ font-size: 16px; line-height: 1.4;}
.dframe3 .history .item:before{ content: ""; height:11px; width: 11px; background: #fff; border-radius: 50%; position: absolute; left: 4px; top: 11px; z-index: 2;}
.dframe3 .history .item:after{ content: ""; height:15px; width: 15px; background: #686868; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 0; top: 7px; z-index: 1;}
.dframe3 .history:before{ content: ""; position: absolute; left: 50px; right: 50px; top: 17px; height: 1px; background: #fff; z-index: 1; }
.dframe3 .history .swbuton{ position: absolute; top: 0px; z-index: 2; outline: none; cursor: pointer;}
.dframe3 .history .swbuton>i{ font-size: 30px; color: #fff;}
.dframe3 .history .btnprev{ left: 0px;  transform: rotate(-180deg);}
.dframe3 .history .btnnext{ right: 0;}
@media (min-width:992px){

}
@media (min-width:1px) and  (max-width:991px){
.dframe3{ height: auto; padding-bottom: 20px;}
.dframe3 .history{ margin-top: 20px;}
.dframe3 .history .item>h3{ height: auto; margin-bottom: 10px;}
}

.dframe4{ overflow: hidden; padding: 70px 0;}
.dframe4 .list{ }
.dframe4 .list .item{ overflow: hidden; position: relative; color: #fff;}
.dframe4 .list .item:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(32,32,32,0.41);}
.dframe4 .list .item>.txt{ overflow: hidden;}
.dframe4 .list .item>.txt>i{ font-size: 30px; display: block; margin-bottom: 20px;}
.dframe4 .list .item>.txt>h2{ font-size: 24px;  margin-bottom: 15px; text-transform: uppercase;}
.dframe4 .list .item>.txt>p{ font-size: 14px; overflow: hidden; line-height: 1.6}

@media (min-width:992px){
.dframe4 .list{ display: flex;}
.dframe4 .list .item{ height: 545px; flex: 1; transition: all 0.35s;}
.dframe4 .list .item>.txt{ position: absolute; left: 23px; right: 60%; bottom: 40px;}
.dframe4 .list .item>.txt>p{ display: none; transition: all 0.35s;}
.dframe4 .list .item.active{ flex: 3; box-shadow: 0 0 15px #000000;}
.dframe4 .list .item.active>.txt{ bottom: 60px;}
.dframe4 .list .item.active>.txt>p{ display: block;}
}
@media (min-width:1px) and  (max-width:991px){
.dframe4{ display: none;}
}

/*region 底部*/
.footer{ padding: 50px 0 25px; background: #d0d0d0; position: relative;}

.footer .foot{ width: 25%; float: left; box-sizing: border-box; padding-right: 30px;}
.footer .foot h2{ font-size: 23px; color: #1f1a17; margin-bottom: 20px; text-transform: uppercase;  font-weight: bold;}
.footer .foot li{ display: block; margin-bottom: 15px; font-size: 14px; line-height: 1.2; text-transform: capitalize;}
.footer .foot li a{ display: block; color: #626262; transition: all 0.35s;}
.footer .foot li:hover a{ color: #b71c22; padding-left: 5px;}
.footer .foot p{ color: #858585; font-size: 14px; line-height: 1.6;}
.footer .foot p a{  color: #d2d2d2; transition: all 0.35s;}
.footer .foot.f1{ width: 29%;}
.footer .foot.f1 .subscription{ display: flex; width: 100%; margin: 0; margin-top: 20px; background: #fff;  }
.footer .foot.f1 input{ height: 50px; background: #1f1a17; width: calc(100% - 120px); padding-left: 10px; color: #fff;}
.footer .foot.f1 button{ background: #da251c; border: 0; color: #fff; width: 120px; cursor: pointer; outline: none; text-transform:uppercase; font-weight:bold;}
.footer .foot.f2{ float: right;}
.footer .foot.f1 .share{ overflow: hidden; margin-top: 20px;}
.footer .foot.f1 .share a{ display: inline-block; padding: 0 10px;}
.footer .foot.f1 .share a i{ font-size: 30px; color: #1f1a17;}
.footer .foot.f1 .share a:hover i{ color: #da251c;}
.footer .foot:nth-child(1){ width: 22%;}
.footer .foot:nth-child(2){ width: 22%;}
.footer .foot:nth-child(3){ width: 22%;}

.footer .f2{ margin-top: 40px; border-top: 1px solid #131313; padding-top: 25px; display: flex; align-items:center; position: relative;}
.footer .f2 .logo{ flex: 1;}
.footer .f2 .item{ flex: 1; display: flex; color: #d8261b; align-items:center; font-size: 15px; } 
.footer .f2 .item>strong{ width: 36px; display: inline-block; height: 36px; background: #d8261b; color: #fff; text-align: center; line-height: 36px;}
.footer .f2 .item>strong>i{ font-size: 20px;}
.footer .f2 .item>span{ margin-left: 15px; width: calc(100% - 51px)}
.footer .f2 .item>span>a{ color: #d8261b}
.footer .f2 .item:last-child{flex: 1.5; margin-left: 30px;}
.footer .f2 .item:nth-child(2){ margin-left: 60px;}
.footer .f2:before{ content: ""; position: absolute; left: 0px; width: 200px; top: -3px; z-index: 1; background: #a2a2a2; height: 3px;}
.footer .f2:after{ content: ""; position: absolute; left: 200px; width: 400px; top: -3px; z-index: 1; background: #d72018; height: 3px;}

@media (min-width:1px) and  (max-width:991px){
.footer{ display: none;}
}

.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;}
}

/*endregion*/

/*region 语种工具*/
.footer_language{overflow: hidden; padding: 15px 0;}
.footer_language>.container>ul{ display: table;}
.footer_language>.container>ul>li{margin-right:17px; display: inline-block;}
.footer_language>.container>ul>li>a{font-size:18px; line-height:2em;}
.footer_language>.container>ul>li>a>img{border:solid 1px #eaeaea; margin-top:5px;}
.footer_language>.container>ul>li>a>span{font-size:18px; line-height:2em;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}
@media (min-width:1200px) and  (max-width:1399px){
    .footer_language>.container>ul>li{ margin-right: 22px;}
}

@media (min-width:1px) and (max-width:991px){
.footer_language{ display: none;}
}
/*endregion*/


/*region 版权*/
.copy{ padding: 15px 0px; font-size: 12px; overflow: hidden; color: #626262; text-align: center; background: none;}
.copy a{ color: #626262;}

@media (min-width:992px) {
.copy p{ display: inline-block; float: left;}
.copy p:last-child{ float: right;}
}
@media (min-width:1px) and (max-width:991px){
.copy{ margin-bottom: 40px; font-size: 12px; border: 0;}
}
/*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; font-family: "Arial"}
.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{}
/*region 左侧导航栏目*/
.left_nav{ overflow: hidden; width: 220px; float: left; padding: 30px 0;}
.left_nav>h2{ font-size: 22px; color: #000; text-transform: uppercase; margin-bottom: 10px;}
.left_nav>.lbt{ overflow: hidden; }
.left_nav>.lbt>ul{}
.left_nav>.lbt>ul>li{ width: calc(25% - 24px); float:left; font-size: 16px; position: relative; text-transform: capitalize; margin-right: 30px; margin-bottom: 30px;}
/*.left_nav>.lbt>ul>li:before{ content: ""; position: absolute; left:  16px; top: 17px; width:0; height:0; border-width:5px 5px; border-style:solid; border-color:transparent transparent transparent #6a6a6a; z-index: 8;}*/
.left_nav>.lbt>ul>li:after{ content: ">"; position: absolute; left: 10px; top: 13px; color: #fff;}
.left_nav>.lbt>ul>li>a{ display: block; color: #FFF; padding: 15px 0 15px 25px; background-image: linear-gradient(to left top, #ff8e45, #fd6807);}

.left_nav>.lbt>ul>li:hover a,.left_nav>.lbt>ul>li.active a{ background-image: linear-gradient(to left top, #cb5100, #fd6706);}
/*.left_nav>.lbt>ul>li:hover>a,.left_nav>.lbt>ul>li.active>a{ color: #FFF;}*/
/*.left_nav>.lbt>ul>li:hover:after,.left_nav>.lbt>ul>li.active:after{ opacity: 0;}
.left_nav>.lbt>ul>li:hover:before,.left_nav>.lbt>ul>li.active:before{ border-color:transparent transparent transparent #fff;}*/

.left_nav>.ltb{ overflow: hidden; margin-bottom: 20px;}
.left_nav>.ltb>h3{ font-size: 16px; position: relative; cursor: pointer; transition: all 0.35s; text-transform: uppercase; background: #f1f1f1; padding: 10px 15px;}
.left_nav>.ltb>h3:before{ content: ""; position: absolute; right: 10px; top: 16px; width: 15px; height: 2px; background: #3b3b3b; transition: all 0.35s;}
.left_nav>.ltb>h3:after{ content: ""; position: absolute; right: 15.5px; top: 10.5px; width: 2px; height: 15px; background: #3b3b3b; transition: all 0.35s;}
.left_nav>.ltb>h3.active:after{ height: 0;}

.left_nav>.ltb>.close{ height: 0px; position: relative; transition: all 0.35s; overflow: hidden; opacity: 0;}
.left_nav>.ltb>ul>li{ font-size: 19px; position: relative; line-height: 32px; color: #000000; padding: 0 15px;}
.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>ul>span{ display: block; width: 100%; cursor: pointer; box-sizing: border-box; padding: 0 15px; margin-bottom: 5px; font-size: 14px; color: #000;}
.left_nav>.ltb>.close.active{ height: auto; margin-top: 20px; opacity: 1; transition: all 0.35s;}
.left_nav>.ltb>.range{}



@media (min-width:992px){
   .left_nav>.lbt>ul>li:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:991px){
	.left_nav{ padding: 20px 0 0 0 ; width: auto; float: none;}
    .left_nav>.lbt>ul>li{ width: auto; float: none; margin: 0; margin-bottom: 15px;}
}


/*endregion*/

/*右侧*/
.right_detail{ width: calc(100% - 280px); float: right; height: auto; overflow: hidden; padding: 30px 0px;}
@media (min-width:1px) and (max-width:991px){
.right_detail{ width: auto; float: none; padding: 20px 0;}
}

/*region 面包屑*/
.location{ overflow: hidden; padding: 15px 0; font-size: 16px; position: relative; z-index: 2; border-top: 1px solid #8e8e90; background: rgba(97,97,97,0.54);  text-transform: uppercase; color: #fff;}
.location>div>i.home{ color: #fff; margin-right: 10px; font-size: 20px;}
.location>div>a{ color: #fff; }
.location>div .here{ padding: 0 5px; display: inline-block; color: #fff; }
@media (min-width:992px){
}
@media (min-width:1px) and (max-width:991px){
.location{ margin: 0; text-align: left; color: #fff; z-index: 1; font-size: 14px; }
.location>div>i.home{ color: #fff;}
.location>div>a{ color: #fff;}
}
/*endregion*/

/*region 关于我们*/

.aframe{ overflow: hidden; padding: 50px 0 0 0; position: relative;}
.aframe>.img{ overflow: hidden;}
.aframe>.txt{ overflow: hidden;}
.aframe>.txt>h2{  font-size: 31px; color: #1f1a17; font-weight: bold; position: relative;}
.aframe>.txt>p{ font-size: 14px; color: #6a6a6a; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 17; overflow: hidden;}
.aframe>.txt>.linkmore{ margin-top: 40px; overflow: initial; margin-bottom: 15px;}
.aframe>.txt>.linkmore a{ box-shadow: 0 0 15px #d5d5d5;}
.aframe>.videoimg{ position: absolute; bottom: 15px; background: #fff; padding: 10px; cursor: pointer;}
@media (min-width:992px){
.aframe>.txt{ width: 500px; float: left;}
.aframe>.txt>h2{ padding-left: 190px; margin-bottom: 40px;}
.aframe>.txt>h2:before{ content:""; width: 170px; height: 3px; position: absolute; left: 0; bottom: 5px; background: #d8261b;}
.aframe>.img{ width: 400px; float: right;}
.aframe>.videoimg{ right: 140px; width: 310px;}
}
@media (min-width:1230px){
.aframe>.txt{ width: 560px; }
.aframe>.txt>h2{ padding-left: 190px; margin-bottom: 40px;}
.aframe>.txt>h2:before{ content:""; width: 170px; height: 3px; position: absolute; left: 0; bottom: 5px; background: #d8261b;}
.aframe>.img{ width: 480px;}
.aframe>.videoimg{ right: 190px; width: 410px;}
}
@media (min-width:1px) and (max-width:991px){
.aframe{ padding-top: 20px;}
.aframe>.txt>h2{ font-size: 24px; margin-bottom: 10px;}
.aframe>.txt>.linkmore{ margin-top: 20px;}
.aframe>.videoimg{ display: none;}
.aframe>.img{ display: none;}
}
.aframe1{ position: relative; bottom: -60px; background: #acacac; padding: 40px 0; z-index: 3; display: flex; justify-content: flex-end;}

.aframe1>.item{ overflow: hidden; }
.aframe1>.item>span>i{ color: #fff; font-size: 50px;}
.aframe1>.item>.txt{ overflow: hidden; margin-left: 10px;}
.aframe1>.item>.txt>h3{ overflow: hidden; color: #d8261b; }
.aframe1>.item>.txt>h3>.Line{ font-size: 50px;}
.aframe1>.item>.txt>h3>em{ font-style: normal; vertical-align: top; font-size: 30px;}
.aframe1>.item>.txt>p{ font-size: 16px; color: #fff;}
@media (min-width:992px) {
.aframe1:before{ content: ""; right: -100%; width: 100%; top: 0; bottom: 0; background: #acacac; position: absolute;}
.aframe1>.item{ display: flex;}
}
@media (min-width:1px) and (max-width:991px){
.aframe1{ padding: 20px 0; bottom: -10px;}
.aframe1>.item{ text-align: center;}
.aframe1>.item>span>i{ font-size: 20px;}
.aframe1>.item>.txt>h3>.Line{ font-size:16px;}
.aframe1>.item>.txt>h3>em{ font-size: 12px;}
.aframe1>.item>.txt>p{ font-size: 12px; }
}
.aframe2{ overflow: hidden; height: 592px; position: relative; background: url("../images/1_17.jpg") no-repeat center center; background-attachment: fixed;}
.aframe2:before{ content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(31,26,23,0.4);}
@media (min-width:1px) and (max-width:991px){
.aframe2{ height: 180px;}
}
.aframe3{ overflow: hidden; padding: 50px 0;}
.aframe3>h2{ text-align: center;  font-size: 31px; font-weight: bold; text-transform: uppercase;}
.aframe3>.list{ overflow: hidden; margin-top: 40px;}
.aframe3>.list .ipto{ overflow: hidden; position: relative;}
.aframe3>.list .ipto .ipti{ overflow: hidden;}
.aframe3>.list .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.aframe3>.list .ipto .iptz{ position: absolute; left: 0; right: 0; bottom: 35px; padding: 0 35px; z-index: 3;}
.aframe3>.list .ipto .iptz>h2{  font-size: 25px; color: #fff; margin-bottom: 5px;}
.aframe3>.list .ipto .iptz>span{ display: inline-block; font-size: 14px; color: #fff;}
.aframe3>.list .ipto .iptz>span>i{ display: inline-block; transform: rotate(-180deg);}
.aframe3>.list .ipto .ipti:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(62,62,62,0.36); z-index: 1}
.aframe3>.list .ipto .ipti:after{ content: ""; position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px; border: 1px solid #c62920;}
.aframe3>.list .ipto a:before{ content: ""; position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px; border: 1px solid #fff; border-right: 0; border-bottom: 0; z-index: 3; width: 0; height: 0px; overflow: hidden; transition: all 0.35s;}
.aframe3>.list .ipto a:after{ content: ""; position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px; border: 1px solid #fff; border-left: 0; border-top: 0; z-index: 3; width: 0; height: 0px; overflow: hidden; transition: all 0.35s;}
@media (min-width:992px){
.aframe3>.list{ display: flex;}
.aframe3>.list .ipto{ margin-right: 30px;}
.aframe3>.list .ipto:hover a:before{ width: auto; height: auto;}
.aframe3>.list .ipto:hover a:after{ width: auto; height: auto;}
.aframe3>.list .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:991px){
.aframe3{ padding: 20px 0;}
.aframe3>h2{ font-size: 24px;}
.aframe3>.list{ margin-top: 20px;}
}
.certificates{ overflow: hidden; background: url("../images/1_18.jpg") no-repeat center center / cover; padding: 40px 0;}
.certificates>div>h2{ text-align: center;  font-size: 30px; font-weight: bold; text-transform: uppercase; color: #d8261b; margin-bottom: 40px;}
.certificates .swiper-slide{ overflow: hidden; width: auto; height: 550px;}
.certificates .swiper-slide .swiperimg{ background: url("../images/1_19.jpg") no-repeat center center / cover; display: block; padding: 15px; overflow: hidden; }
.certificates .swiper-slide .swiperimg img{ width: 100%; height: 100%;}
@media (min-width:992px) and (max-width:1229px){
.certificates .swiper-slide{height: 420px;}
}
@media (min-width:1px) and (max-width:991px){
.certificates{ padding: 20px 0;}
.certificates>div>h2{ font-size: 24px; margin-bottom: 20px;}
.certificates .swiper-slide{height: 310px;}
}
@media (min-width:1px) and (max-width:767px){
.certificates{ display: none;}
}

.aframe4{ overflow: hidden; margin-bottom: 40px; position: relative;}
.aframe4 .txt{ position: absolute; top: 20%; left: 50%; transform: translate(-50%,-20%);}
.aframe4 .txt>h2{  font-size: 36px; font-weight: bold; text-transform: uppercase; color: #d8261b; margin-bottom: 10px;}
.aframe4 .txt>p{ font-size: 22px; line-height: 1.6; color: #1d1d1d;}
.aframe4 .img{ position: absolute; left: 0; bottom: 60px;}
@media (min-width:992px){
.aframe4 .txt{ width: 962px;}
}
@media (min-width:1230px){
.aframe4 .txt{ width: 1200px;}
}
@media (min-width:1px) and (max-width:991px){
.aframe4{ margin-bottom: 20px;}
.aframe4 .txt{ padding: 15px 0; width: 80%;g}
.aframe4 .txt>h2{ font-size: 24px;}
.aframe4 .txt>p{ font-size: 12px;}
.aframe4 .img{  display: none;}
}
/*单页面*/
.synopsis{ overflow: hidden; padding: 30px 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 img[align='left']{ width: 30%; height: auto;}
.synopsis img[align='right']{ width: 30%; height: auto;}
}
/*endregion*/

/*研发中心*/
.rdcenter{ overflow: hidden; padding-top: 50px;}
.rdcenter>h2{  font-size: 30px; color: #1f1a17; text-align: center; text-transform: uppercase;}
.rdcenter>.txt{ overflow: hidden;}
@media (min-width:992px){
.rdcenter>h2{ width: 70%;}
}
@media (min-width:1px) and (max-width:991px){
.rdcenter{ padding-top: 20px;}
.rdcenter>h2{ font-size: 24px; margin-bottom: 10px;}
.rdcenter>.txt{ font-size: 14px!important; line-height: 1.8em!important;}
}
.rdcenter1{ overflow: hidden; margin: 50px auto; background: #fafafa; position: relative;}
.rdcenter1>img{ position: absolute; left: 0; top: 0; z-index: 1; width: 39.0625%;}
.rdcenter1 .list{ overflow: hidden; position: relative; z-index: 2}
.rdcenter1 .list .item{ overflow: hidden; padding-left: 15px;}
.rdcenter1 .list .item>h2{  font-size: 20px; color: #d8261b; position: relative; margin-bottom: 20px; text-transform:capitalize}
.rdcenter1 .list .item>h2:before{ content: ""; width: 5px; height: 5px; background: #d8261b; position: absolute; left: -15px; top: 50%; transform: translateY(-50%);}
.rdcenter1 .list .item>p{ font-size: 14px; line-height: 1.8;}
@media (min-width:992px){
.rdcenter1 .list{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.rdcenter1 .list .item{ width: 45%; float: left; margin: 0; box-sizing: border-box; margin-bottom: 20px;}
.rdcenter1 .list{ width: 67.5%; float: right; padding: 20px; box-sizing: border-box;}
}
@media (min-width:1230px){
.rdcenter1 .list{ padding: 120px 25px 46px 25px; }
.rdcenter1 .list .item{ margin-bottom: 80px;}
}
@media (min-width:1px) and (max-width:991px){
.rdcenter1{ margin: 20px auto; padding: 20px 0;}
.rdcenter1>img{ display: none;}
.rdcenter1 .list .item{ margin-bottom: 20px;}
}
.rdcenter2{ overflow: hidden; background: url("../images/1_24.jpg") no-repeat center center / cover; padding: 50px 0;}
.rdcenter2 .list{ overflow: hidden; display: flex; justify-content: space-between;}
.rdcenter2 .list .item{ overflow:hidden; margin: 0; width: 33.33%; text-align: center; background: #eeefef; box-sizing: border-box;}
.rdcenter2 .list .item>h3{  font-size: 20px; color: #d8261b; position: relative; margin-bottom: 20px;}
@media (min-width:992px){
.rdcenter2 .list .item{ width: 275px; height: 275px; box-sizing: border-box; padding: 50px 0;}
}
@media (min-width:1px) and (max-width:991px){
.rdcenter2{ padding: 20px 0;}
.rdcenter2 .list .item{ padding-top: 20px; border-right: 2px solid #fff;}
.rdcenter2 .list .item>img{ width: 50%;}
.rdcenter2 .list .item>h3{ font-size: 14px;}
.rdcenter2 .list .item:last-child{ border: 0;}
}
.rdcenter3{ overflow: hidden; padding: 50px 0;}
@media (min-width:1px) and (max-width:991px){
.rdcenter3{ padding: 20px 0;}
}

/*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{ 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: #fd7015;}
.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: 12px; margin: 5px auto;}
}
/*endregion*/


/*类别简介*/
.categorylist{  margin-top: 30px;}
.categorylist .left,.categorylist .right{ display: inline-block;}
.categorylist h2{ font-size: 18px; text-transform: uppercase; color: #232323; font-weight: bold;  margin-bottom: 15px;}
.categorylist .bigidclass{ width: 100%; display: inline-block; box-sizing: border-box; position: relative;}
.categorylist .bigidclass>h3{ background: #686868; height: 40px; line-height: 40px; padding: 0 15px; font-size: 15px; color: #fff; 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 #fff; 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.35; 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: #d8261b;}
.categorylist .bigidclass.on>h3:before{ transform: rotate(-180deg)}
.categorylist .bigidclass.on>ul{ height: 200px;}


.categorylist .investigation{ overflow: hidden;}
.categorylist .investigation form{ display: flex;}
.categorylist .investigation input{ width: 100%; background: #f3f3f7; border: 0; height: 40px; line-height: 40px; padding: 0 15px;}
.categorylist .investigation button{ width: 80px; background: #686868; color: #fff; border: 0; cursor: pointer; outline: none;}
@media (min-width:992px){
.categorylist .bigidclass{ width: 300px;}
.categorylist .bigidclass:nth-child(3){ margin-left: 30px;}
.categorylist .investigation{ width: 400px;}
.categorylist .right{ float: right;}
}
@media (min-width:1px) and (max-width:991px) {
.categorylist{ margin-top: 20px;}
.categorylist .left{ margin-bottom: 15px;}
.categorylist .left,.categorylist .right{display: block;}
}

.explicit{ overflow: hidden; margin-bottom: 10px;}
.explicit>h2{ font-size: 22px; text-transform: uppercase; color: #000; text-align: center; font-weight: bold;}
.explicit>.txt{ overflow: hidden; margin-bottom: 20px;}
@media (min-width:1px) and (max-width:991px) {
.explicit>h2{ font-size: 20px; margin-bottom: 5px;}
}
/*region 产品中心*/
.productlist{ overflow: hidden; margin-top: 30px;}
.productlist .ipto{ width: calc(50% - 15px); float: left; height: auto; margin-bottom: 30px; }
.productlist .ipto .ipti{ overflow: hidden; position: relative; background: url("../images/pichover.jpg") no-repeat center center / cover;}
.productlist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.productlist .ipto .ipti .img1{ position: relative; z-index: 2;}
.productlist .ipto .ipti .img2{ position: absolute; left: 0; top: 0; opacity: 0; z-index: 1;}
.productlist .ipto .iptz{ overflow: hidden; position: relative;  background: #fff; margin: auto 60px; margin-top: -20px; z-index: 3; text-align: center; padding: 5px;}
.productlist .ipto .iptz h3{  font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.productlist .ipto .iptz p{ font-size: 14px; color: #da231b;}
.productlist .ipto:hover .ipti .img1{ z-index: 1; opacity: 0;}
.productlist .ipto:hover .ipti .img2{ z-index: 2; opacity: 1;}

.products{  padding-bottom: 40px;}
.products .ipto{ overflow: hidden; margin-top: 40px; box-sizing: border-box; transition: all 0.35s;}
.products .ipto .ipti{ overflow: hidden; position: relative; transition: all 0.35s;}
.products .ipto .ipti img{ transition: all 0.35s; height: 100%; width: auto;}
.products .ipto .ipti .img{ position: absolute; bottom: 30px; right: 30px; text-align: right; display: flex;}
.products .ipto .ipti .img img{ width: 60px; height: 60px; border: 1px solid #f5f5f5; margin-left: 5px;}
.products .ipto .iptz{ overflow: hidden; position: relative;}
.products .ipto .iptz>h3{ font-size: 24px; text-transform: uppercase; margin-bottom: 20px;}
.products .ipto .iptz>h3>a{ display: block; color: #d7000f;}
.products .ipto .iptz>h4{ font-size: 18px; margin-bottom: 15px;}
.products .ipto .iptz>p{ font-size: 15px; color: #595757; line-height: 2; height: 98px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.products .ipto .iptz>.linkmore{ margin-top: 20px;}

@media (min-width:992px)  {
.productlist .ipto:nth-child(2n){ float: right;}
.productlist .ipto:nth-child(2n+1){ clear: both;}

.products .ipto{ display: flex; height: 365px; background: url("../images/1_22.png") no-repeat center center / cover; flex-direction: row-reverse; padding: 50px; }
.products .ipto .ipti{ margin-right: 0; margin: -50px;}
.products .ipto .iptz{ margin-left: 0;}
.products .ipto:nth-child(2n){ margin-right: 0;}
.products .ipto:nth-child(2n+1){ clear: both;}
.products .ipto:hover{ box-shadow: 0 0 15px #d5d5d5; transform: scale(1.03)}
}


@media (min-width:1px) and (max-width:991px) {
.productlist .ipto{width: calc(50% - 10px); margin-bottom: 20px;}
.productlist .ipto .iptz{ margin: auto 10px; margin-top: 0;}
.productlist .ipto .iptz h3{ font-size: 14px; margin-bottom: 5px;}
.productlist .ipto .iptz p{ font-size: 12px;}
.productlist .ipto:nth-child(2n){ float: right;}
.productlist .ipto:nth-child(2n+1){ clear: both;}

.products{ margin-top: 0;}
.products .ipto{ width: calc(50% - 10px); float: left; margin-right: 20px; margin-top: 20px;}
.products .ipto .ipti{ background: url("../images/pichover.jpg") no-repeat center center / cover;}
.products .ipto .ipti img{ width: 100%; height: auto;}
.products .ipto .iptz{ padding: 5px;}
.products .ipto .iptz h3{ font-size: 14px; margin: 5px auto;}
.products .ipto .iptz p{ display: none; }
.products .ipto .iptz .linkmore{ display: none;}
.products .ipto:nth-child(2n){ margin-right: 0;}
.products .ipto:nth-child(2n+1){ clear: both;}
}
/*endregion*/

/*region 产品详情*/
.details{ overflow: hidden; padding-top: 90px;}
.details>.txtlist{ overflow: hidden; background: #f6f6f6; padding: 10px 0;}
.details>.txtlist .container{ padding: 40px; background: #fff; box-shadow: 0 0 15px #d5d5d5; box-sizing: border-box;}

.details .detail_left{ width: calc(60% - 30px); float: left; height: auto; position: relative; padding: 0;}

.details .detail_left>.detail_big{ overflow: hidden; text-align: center;}
.details .detail_left>.detail_big img{}

.details .detail_left>.rtp_small_img{ overflow: hidden; position: relative;}
.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;}
.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: #3c3c3c;}
.details .detail_left .swiperbut{ width: auto; height: auto; color: #333; background: none; z-index: 8; position: absolute; top: 50%; cursor: pointer; outline: none;  margin-top:-16px; }
.details .detail_left .swiperbut>i{ font-size: 30px; display: inline-block;}
.details .detail_left .swiperbut.btn-prev{  left: 0px; }
.details .detail_left .swiperbut.btn-next{  right: 0px; transform: rotate(-180deg);}

.details .detail_right{ width: calc(40% - 30px); float: right; height: auto; margin-left: 30px;}
.details .detail_right>h1{ font-size: 30px; text-transform: uppercase; color: #d7000f; margin-bottom: 15px; }
.details .detail_right>h2{ font-size: 19px; text-transform: capitalize; color: #595757; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #131313; position: relative;}
.details .detail_right>h2:before{ content: ""; position: absolute; left: 0px; width: 15%; bottom: -1px; z-index: 1; background: #a2a2a2; height: 3px;}
.details .detail_right>h2:after{ content: ""; position: absolute; left:15%; width: 35%; bottom: -1px; z-index: 1; background: #d72018; height: 3px;}
.details .detail_right>.txt{ overflow: hidden; font-size: 14px;line-height: 1.8;}
.details .detail_right>.imglist{ overflow: hidden; margin-top: 20px;}
.details .detail_right>.imglist .item{ width: calc(16.666% - 2px); float: left; margin-right: 2px; box-sizing: border-box;}
.details .detail_right>.imglist .item>img{ width: 100%;}

.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 #9a9a9a;}
.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: 25px;}
.details .detail_right>.bottom>a{ display: block; background: #f3f3f7; height: 50px; line-height: 50px; text-align: center;  font-size: 16px; text-transform: uppercase; font-weight: bold; transition: all 0.35s;}
.details .detail_right>.bottom>a>i{ font-size: 20px; display: inline-block; padding-right: 10px;}
.details .detail_right>.bottom>a:hover{ background: #b71c22; color: #fff;}
@media (min-width:992px){
.details>.txtlist{display: flex;}
.details .detail_right>.imglist .item:nth-child(6n){ margin-right: 0}
.details .detail_right>.imglist .item:nth-child(6n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.details{ padding-top: 50px;}
.details>.txtlist .container{ padding: 10px;}
.details .detail_left{ width: auto; float: none; overflow: hidden;}
.details .detail_right{ width: auto; float: none; overflow: hidden; margin: 0; margin-top: 20px;}
.details .detail_right>h1{ font-size: 24px;}
}


.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: #b71c22; color: #fff;}
.details .xgeffect .detalist{ overflow: hidden; margin-top: 30px;}
.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: #B71C24!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: 14px; padding: 7px 10px; text-transform: capitalize;}
}

.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; background: #fafafa; padding: 30px 40px; margin-top: 30px; margin-bottom: 30px;}
.relatedProducts>h2{ ont-size: 20px; text-transform: uppercase; margin-bottom: 20px; color: #262626; }
.relatedProducts>.list{ overflow: hidden;}
.relatedProducts>.list .ipto{ width: calc(25% - 15px); float: left; margin-right: 20px; background: #fff; text-align: center;}
.relatedProducts>.list .ipto .ipti{ overflow: hidden;}
.relatedProducts>.list .ipto .iptz{ overflow: hidden; padding-bottom: 10px; border-top: 1px solid #d5d5d5; padding-top: 10px;}
@media (min-width:992px) {
.relatedProducts>.list .ipto:nth-child(4n){ margin-right: 0;}
.relatedProducts>.list .ipto:nth-child(4n+1){ clear: both;}
.relatedProducts>.list .ipto:hover .iptz{ background:#d8261b; color:#fff}
}
@media (min-width:1px) and (max-width:991px) {
.relatedProducts{ padding: 15px; margin-top: 20px;}

.relatedProducts>.list .ipto{ width: calc(50% - 10px); margin-bottom: 20px; margin-right: 20px;}
.relatedProducts>.list .ipto:nth-child(2n){ margin-right: 0;}
.relatedProducts>.list .ipto:nth-child(2n+1){ clear: both;}
}
/*endregion*/

/*region 订单*/
.Inquiry{ overflow: hidden; margin-top: 30px;}
.Inquiry>h2{ font-size: 20px; text-transform: uppercase; margin-bottom: 20px; color: #262626; }
.Inquiry>p{overflow: hidden; font-size: 16px; line-height: 2em; color: #939393; }
.onlineInquiry{ overflow: hidden; margin-top: 20px;}
.onlineInquiry .input{ overflow: hidden; display: flex; background: #f5f8fa; border: 1px solid #d8d8d8; box-sizing: border-box; padding:0  5px; margin-bottom: 25px;}
.onlineInquiry .input>label{ font-size: 14px; color: #6b6b6b; display: flex; width:90px; line-height:35px}
.onlineInquiry .input>input{ width: 100%; background: none; line-height: 35px; box-sizing: border-box; padding: 0 5px;}
.onlineInquiry .input>textarea{ width: 100%; 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{ margin-top: 20px;}
.Inquiry>p{ font-size: 12px;}
.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 新闻中心*/
.newscate{overflow: hidden; margin-bottom: 30px;}
.newscate>h2{ font-size: 28px; text-transform: uppercase;}
.news{ padding: 30px 0;}
.news .ipto{ overflow: hidden; box-sizing: border-box; padding: 20px; background: #fff; margin-bottom: 3px; transition: all 0.35s;}
.news .ipto .ipti{ overflow: hidden; box-sizing: border-box; border: 1px solid #f5f5f5;}
.news .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.news .ipto .iptz{ overflow: hidden; }
.news .ipto .iptz h3{  font-size: 16px; color: #1f1a17; line-height: 1.6; margin-bottom: 15px;}
.news .ipto .iptz h3>a{ display: block;}
.news .ipto .iptz p{ font-size: 14px; color: #7d7d7d; line-height: 1.8; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.news .ipto .time{ font-size: 14px; color: #7d7d7d; margin-top: 30px;}
.news .ipto .time i.iconfont{ display: inline-block; font-size: 14px; margin-right: 5px;}
@media (min-width:992px)  {
.news .ipto{ display: flex;}
.news .ipto .ipti{ margin: 0; margin-right: 45px; flex: 1;}
.news .ipto .iptz{ flex: 3;}
.news .ipto:first-child .ipti{flex: 2;}
.news .ipto:first-child .iptz h3{ margin-bottom: 40px; margin-top: 20px;}
.news .ipto:first-child .iptz p{ height: 100px;}
.news .ipto:first-child .time .linkmore{ display: inline-block; float: right; box-shadow: 0 0 15px #d5d5d5; margin-right: 15px;}
.news .ipto:first-child .time time{ display: inline-block; line-height: 41px;}
.news .ipto:hover{ box-shadow: 0 0 15px #d5d5d5;}
}
@media (min-width:1px) and (max-width:991px) {
.news{ padding: 20px 0;}
.news .ipto{ width: calc(50% - 10px); float: left; height: auto; margin-bottom: 20px; margin-right: 20px; padding: 5px;}
.news .ipto .iptz h3{ font-size: 12px; margin-top: 15px; line-height: 1.4;}
.news>.ipto:nth-child(2n){ margin-right: 0;}
.news .ipto .iptz p{ display: none;}
.news .ipto:first-child .time .linkmore{ display: none;}
.news>.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>h1{ font-size: 16px;}
.detail>p{ font-size: 12px;}
.detail>.xgeffect>.detalist>ul>li{ width: 100%;}
.detail>.context{ font-size: 14px;}
}
/*endregion*/


/* 联系我们*/
.maps{ overflow: hidden; height: 410px; position: relative; z-index: 1; margin-top: 50px;}
.maps .Markertxt{ max-width: 200px; background: #fff; overflow: hidden; box-sizing: border-box; padding: 10px; box-shadow: 0 0 10px #d5d5d5;}
.maps .Markertxt img{ height: 35px;}

.touch{ overflow: hidden; position: relative; }
.touch>img{ position: absolute; right: 5%; top: 50%; transform: translateY(-50%);}
.lxfs{ overflow: hidden; background: #f7f7f7; padding: 25px; box-sizing: border-box;}
.lxfs>h1{  font-size: 32px; color:#e1271b; text-transform: uppercase; margin-bottom: 40px;}

.lxfs>.item{ display: flex; align-content: center; width: 40%; margin: 0; margin-bottom: 15px;}
.lxfs>.item>em{ overflow: hidden; font-style: normal; }
.lxfs>.item>em>i{ font-size: 20px; display: inline-block; vertical-align: top; padding-right: 10px;}
.lxfs>.item>p{ width: 100%; vertical-align: middle; display: block; margin-top: 5px;}
.lxfs>.item>p>span{ font-size: 14px; color: #6e6e6e;}
.lxfs>.item>p>strong{ font-size: 14px; color: #111111; font-weight: bold;}
.lxfs>.item:nth-child(3)>em>i{ font-size: 25px; padding-right: 8px;}
.lxfs>.item:nth-child(4)>em>i{ font-size: 16px; padding-right: 15px;}
.lxfs>.item:nth-child(4)>p{ margin: 0;}
.lxfs>.item:nth-child(4)>p>strong{ font-size: 20px; font-style: italic; color: #e12d22;}
.lxfs>.item:nth-child(4)>p>strong>a{ color: #e12d22}
.lxfs>.item:nth-child(5)>em>i{ font-size: 26px; padding-right: 7px;}
.lxfs>.item:nth-child(6)>em>i{ font-size: 26px; padding-right: 7px;}
.lxfs>.item:nth-child(6)>p{ line-height: 1.8; margin: 0;}

@media (min-width:1px) and (max-width:991px) {
.maps{ height: 180px; margin-top: 20px;}
.touch>img{ display: none;}
.lxfs{ padding: 15px;}
.lxfs>h1{ font-size: 24px; margin-bottom: 20px;}
.lxfs>.item{ width: 100%;}
.lxfs>.item>p>span{ font-size: 12px; }
.lxfs>.item>p>strong{ font-size: 12px;}
.lxfs>.item:nth-child(4)>p>strong{ font-size: 14px; }
}

/*留言*/
.leave{ overflow: hidden; padding: 50px 0;}
.leave>h2{  font-size: 40px; color:#111111; text-transform: uppercase; font-weight: bold; margin-bottom: 10px;}
.leave>p{overflow: hidden; font-size: 16px; line-height: 2em; color: #939393; }
.feedback{ overflow: hidden; margin-top: 35px;}
.feedback .input_div{ overflow: hidden; position:relative; padding: 5px 10px; margin-bottom: 15px; display: flex; border: 0px solid #dfdfdf; background: #f7f7f7; border-radius: 5px}
.feedback .input_div>label{font-size:15px; color: #333; min-width: 80px; display: flex; vertical-align: middle; line-height: 38px;}
.feedback .input_div>textarea{ background: none; border: 0; width: 100%; float: left; padding:7px; outline: none; resize: none; box-sizing: border-box; }
.feedback .input_div>input{ width: 100%; float: left; background: none; border: 0; box-sizing: border-box; border-radius: 5px; height: 38px;}
.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_div #ehong-code{ text-align: center;}
.feedback .button{ overflow: hidden; padding: 12px 0; }
.feedback .button .submit{ background: none; 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;}
.feedback .button .submit:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: #ce0037; z-index: -2;}
.feedback .button .submit:after{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #414141; transition: 0.35s; z-index: -1;}
.feedback .button .submit:hover:after{ width: 100%;}
.feedback .button .reset{ float:left;display:inline-block; box-sizing:border-box;width:46%!important; background:#666;padding:12px 10px;font-size:16px; color:#fff; text-align:center; border:0; cursor:pointer;}
.hidden{ display: none!important;}
@media (min-width:992px)  {
    .feedback .w50{ width: 47%; }
    .feedback .w33{ width: calc(33.33% - 10px); }
    .feedback .w77{ width: calc(66.77% - 5px); }
    .feedback .w33:nth-child(2){ margin-left: 15px;}
    .feedback .fl{ float: left;}
    .feedback .fr{ float: right; }
}
@media (min-width:1px) and (max-width:991px) {
.leave{ padding: 20px 0;}
.leave>h2{ font-size: 24px;}
.leave>p{ text-align: left; font-size: 12px;}
.feedback{ display: block;}
.feedback .left{ margin-right: 0px;}
.feedback .right{ margin-left: 0px;}
.feedback .w50{ width: auto;}
.feedback .button .submit{ font-size: 14px;}
.feedback .button .submit>i{ font-size: 14px; padding-right: 5px;}
}


/*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*/

/*下载中心*/
.download{}
.download>h1{ text-transform: uppercase;}
.download>p{ font-size: 18px; line-height: 24px; color: #333; margin: 10px 0 15px 0; text-align: center;}
.download>.password{ overflow: hidden; margin-bottom: 15px; text-align: center; vertical-align: middle;}
.download>.password>i{ display: inline-block; font-size: 30px; margin-top: 2px;}
.download>.password>input{ border: 1px solid #424242; background: #f9f9f9; line-height: 32px; display: inline-block; margin: auto 15px; vertical-align: top; padding: 0 15px;}
.download>.password>button{ font-size: 18px; color: #fff; background: #d8222b; border: 0; padding: 0 15px; line-height: 32px; vertical-align: top; cursor: pointer; outline: none;}

.downlist{ padding: 30px 0;}
.downlist .ipto{ width: calc(25% - 14px); float: left; margin-bottom: 18px; margin-right: 18px; background: #fff; box-shadow: 0 0 20px #d5d5d5; box-sizing: border-box;}
.downlist .ipto .ipti{ overflow: hidden; position: relative;}
.downlist .ipto .ipti .iconfont{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 3; font-size: 30px; color: #fff; display: none;}
.downlist .ipto .ipti .iconfont:before{ content: "\e657";}
.downlist .ipto .ipti:before{ content: ""; position: absolute; left: 0; right: 0;bottom: 0; top: 0; background: rgba(0,0,0,0.5);z-index: 1; display: none;}
.downlist .ipto .ipti img{ width: 100%}
.downlist .ipto .iptz{ overflow: hidden; padding: 10px; background: #dfdede;}
.downlist .ipto .iptz h3{ font-size: 16px; position: relative; padding:0 10px 15px 10px; margin-bottom: 10px; color: #000000; font-weight: 600;}
.downlist .ipto .iptz h3:before{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; background: #090909;}
.downlist .ipto .iptz a{display: block; color: #000; font-size: 14px; text-align: center; text-transform: uppercase; font-weight: 500;}

.downlist .ipto.active .ipti .iconfont{ display: block;}
.downlist .ipto.active .ipti:before{ display: block;}
.downlist .ipto.active .iptz a{ display: none;}

.downlist .weather[type=close]{ color:gray; cursor:pointer; pointer-events: none;}


@media (min-width:992px) {
.downlist .ipto:nth-child(4n){ margin-right: 0;}
.downlist .ipto:nth-child(4n+1){ clear: both;}
}

@media (min-width:1px) and (max-width:991px) {
.downlist{ padding: 20px 0;}
.downlist .ipto{ width: calc(50% - 30px);}
.downlist .ipto .iptz{ padding: 5px;}
.downlist .ipto .iptz h3{ font-size: 14px; margin-bottom: 5px; padding: 0 5px 10px 5px;}
.downlist .ipto .iptz a{ font-size: 12px; line-height: 1.2;}
}


/*服务中心*/
.servicelist{ overflow: hidden; background: none;}
.servicelist>div>h2{ font-weight: bold!important;}

.subscribe{ overflow: hidden; background: url("../images/1_33.jpg") no-repeat center center / cover; height: 278px; margin: 30px auto; padding: 30px 0; box-sizing: border-box;}
.subscribe>h2{  font-size: 35px; text-transform: uppercase; text-align: center; color: #fff; margin-bottom: 30px;}
.subscribe>p{ font-size: 14px; text-align: center; line-height: 2; color: #fff;}
.subscribe .subscription{ display: flex; margin-top: 40px;}
.subscribe .subscription input{ height: 50px; background: #fff; width: calc(100% - 70px); padding-left: 10px; color: #333;}
.subscribe .subscription button{ background: #fff; border: 0; width: 60px; cursor: pointer; outline: none; margin-left: 10px;}

@media (min-width:992px) {
.subscribe .subscription{ width: 540px;}
}
@media (min-width:1px) and (max-width:991px) {
.subscribe{ height: auto; margin: 0; padding: 20px;}
.subscribe>h2{ font-size: 24px; margin-bottom: 15px;}
.subscribe>p{ line-height: 1.6;}
.subscribe .subscription{ margin-top: 20px;}
}



/*常见问题*/
.faqlist{ background: #fbfbfb; padding: 40px 0;}
.faqlist>div>h2{  font-weight: bold; font-size: 35px; text-align: center; margin-bottom: 30px; color: #1f1a17;}
.faqlist .item{ overflow: hidden; background: #fff; margin-bottom: 15px;}
.faqlist .item>h2{ font-size: 16px; color: #1f1a17; padding: 10px 20px; cursor: pointer; background: #e0e0e0; font-weight: bold;}
.faqlist .item>h2>i{ font-size: 20px; display: inline-block; vertical-align: middle; padding-right: 10px; color: #d81e06;}
.faqlist .item>h2>.faqiconfont{ position: relative; display: inline-block; float: right; vertical-align: middle; transform: rotate(-90deg); color: #1f1f1f;}
.faqlist .item>h2>.faqiconfont:before{ content: "\e6bd";}
.faqlist .item>.txt{ overflow: hidden; padding: 0 45px; height: 0; transition: all 0.35s; font-size: 16px; line-height: 1.4; color: #3b3b3b;}
.faqlist .item.active{ box-shadow: 0 0 15px #d5d5d5;}
.faqlist .item.active>h2>.faqiconfont{ transform: rotate(-270deg)}
.faqlist .item.active>.txt{ height: auto; padding: 20px 45px;}
@media (min-width:992px) {

}
@media (min-width:1px) and (max-width:991px) {
.faqlist{ padding: 0 0 20px 0;}
.faqlist .item>h2{ padding: 10px; font-size: 14px;}
.faqlist .item>.txt{ font-size: 14px;}
.faqlist .item.active>.txt{ padding: 10px;}
}

/*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 视频中心*/

.video{ padding: 30px 0;}
.video>.ipto{ width: calc(25% - 14px); float: left; height: auto; margin-right: 18px; margin-bottom: 18px; overflow: hidden; background: #fff; box-shadow: 0 0 20px #d5d5d5; box-sizing: border-box;}
.video>.ipto .ipti{ overflow: hidden; position: relative; }
.video>.ipto .ipti>img{ width: 100%; transition: all 0.35s;}
.video>.ipto .iptz{ overflow: hidden; padding: 15px 30px; color: #292929;}
.video>.ipto .iptz>time{ display: block; font-size: 12px; margin-bottom: 10px;}
.video>.ipto .iptz>h3{ font-size: 16px; line-height: 1.4; font-weight: 600}

@media (min-width:992px)  {
    .video>.ipto:nth-child(4n){ margin-right: 0px;}
    .video>.ipto:nth-child(4n+1){ clear: both;}
    
    .video>.ipto:hover{ background: #e80038;}
	.video>.ipto:hover .iptz{ color: #fff;}
}
@media (min-width:1px) and (max-width:991px) {
.video{ padding: 20px 0;}
.video>.ipto{ width: calc(50% - 9.5px); padding: 5px; margin-right: 15px;}
.video>.ipto .iptz{ padding: 5px 10px;}
.video>.ipto .iptz>time{ margin-bottom: 5px;}
.video>.ipto .iptz>h3{ font-size: 12px; line-height: 1.2;}

.video>.ipto:nth-child(2n){ margin-right: 0px; }
.video>.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: #ce0037; 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;}

/*品牌*/
.brands{ overflow: hidden; padding: 70px 0 15px 0; background: #f7f5f5;}
.brands .list{ overflow: hidden;}
.brands .list .img{ overflow: hidden; text-align: center;}
.brands .list .txt{ overflow: hidden;}
.brands .list .txt>h2{ font-size: 38px; font-weight: bold; text-transform: uppercase; color: #000; margin-bottom: 30px;}
.brands .list .txt>p{ font-size: 18px; overflow: hidden; line-height: 1.6; color: #5a5a5a;}
.brands .linkmoredown{ overflow: hidden; margin-top: 50px; text-align: right;}
.brands .linkmoredown>a{ display: inline-block; background: #ce0037; text-transform: capitalize; color: #fff; font-size: 14px; font-weight: bold; padding: 10px 20px;}

.brandslist{ overflow: hidden; padding: 30px 0;}
.brandslist .ipto{ width: calc(33.33% - 12px); float: left; height: auto; margin-right: 18px; margin-bottom: 18px; background: #fcfcfc; padding: 10px; box-sizing: border-box;}
.brandslist .ipto .ipti{ overflow: hidden; position: relative;}
.brandslist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.brandslist .ipto .ipti img.img1{ position: relative; z-index: 1;}
.brandslist .ipto .ipti img.img2{ position: absolute; left: 0; top: 0; z-index: -1; opacity: 0;}
.brandslist .ipto .iptz{ overflow: hidden; padding: 20px 20px 10px 20px}
.brandslist .ipto .iptz h3{ font-size: 16px; color: #000; text-align: center;}

@media (min-width:992px)  {
.brands .list{ display: flex;}
.brands .list .img{ flex: 1;}
.brands .list .txt{ flex: 2; margin-left: 60px;}

.brandslist .ipto:nth-child(3n){ margin-right: 0;}
.brandslist .ipto:nth-child(3n+1){ clear: both;}

.brandslist .ipto .ipti:hover img.img2{ z-index: 2; opacity: 1;}
}
@media (min-width:1px) and (max-width:991px) {
.brands{ padding: 20px 0;}
.brands .list .txt{ margin-top: 20px;}
.brands .list .txt>h2{ font-size: 20px; margin-bottom: 15px;}
.brands .list .txt>p{ font-size: 14px; line-height: 1.4;}
.brands .linkmoredown{ margin-top: 20px;}

.brandslist{ padding: 20px 0;}
.brandslist .ipto{ width: calc(50% - 9px); padding: 5px;}
.brandslist .ipto .iptz{ padding: 10px 10px 5px 10px;}
.brandslist .ipto .iptz h3{ font-size: 14px;}

.brandslist .ipto:nth-child(2n){ margin-right: 0;}
.brandslist .ipto:nth-child(2n+1){ clear: both;}
}
/*效果*/

/*其他*/
.material{ overflow: hidden; padding: 30px 0; text-align: center; font-size: 24px; text-transform: capitalize; font-weight: bold;}
.material .lang{overflow: hidden; vertical-align: middle; cursor: pointer; margin-top: 20px;}
.material .lang>i{font-size: 30px; }

.onliewhatsapp{ position:fixed; right:15px; bottom:10%; z-index:10;  display:none}
.onliewhatsapp img{ width:70px;}
/*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:#ce0037;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:#ce0037;}
.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:#ce0037;background-color:#ce0037;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*/























