﻿@import url('fonts.css');

html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 85px;}}
@media (max-width: 1440px){html{font-size: 70px;}}
@media (max-width: 1220px){html{font-size: 65px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}

body{ font-family: "Arial", "Helvetica","sans-serif"; background-color:#fff; overflow-x:hidden; color: #000;}
a{ text-decoration:none; outline: medium none;color:#000;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#D11031;}
img,li{ vertical-align:top; border:0px; list-style-type: none;}
img{ max-width:100%;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both;padding:0 15px;}
*{margin:0px;padding:0px;box-sizing:border-box;}
ul{ list-style-type:none;}
b{ font-weight: normal; }
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal;}
body,td,th{ font-family:  "Arial", "Helvetica","sans-serif"; font-size:12px;}
input,textarea{ font-family:  "Arial", "Helvetica","sans-serif"; border:0; outline:medium;}

@media (min-width:1px) and (max-width:991px){
	.container{ width:100%;}
}
@media (min-width:992px){
	.container{ width: 960px;}
}
@media (min-width:1200px){
	.container{ width: 1130px}
}
@media (min-width:1400px){
	.container{ width: 1230px}
}
.flex_between{display:flex;justify-content:space-between;flex-wrap:wrap;}
.flex_around{display:flex;justify-content:space-around;flex-wrap:wrap;}
.flex_start{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.flex_column{display:flex;justify-content:space-between;flex-wrap:wrap; flex-direction:column;}
.flex_center{display:flex;align-items:center;}
.flex_vcenter{display:flex;flex-flow:column;justify-content:center;}

/*头部*/
.header{ z-index: 9; transition: all 0.35s ease; box-sizing: border-box; position: sticky; left: 0; right: 0; top: 0;background-color:#f4f4f4;padding:20px 0;}

@media (min-width:992px){
.header .container{ display: flex;  align-items: center; justify-content: space-between;}
.header.fis_show{}
}
@media (min-width: 992px) and (max-width: 1229px) {
    .header{padding:10px;}
}
@media (min-width: 1px) and (max-width: 991px) {
.header{box-shadow: 0 0 10px #d5d5d5; background: #fff;padding:10px 0;}
}


.header .top{ text-align: right; height: 40px; transition: all 0.35s; background: #001d44; position: relative; z-index: 3; font-family: "tt0003m_"; }
.header .top .t_search{ display: inline-flex; margin-right: 20px; height: 40px; align-items: center;}
.header .top .t_search form{display: flex; width:100%; background: #fff;border-radius: 20px; overflow: hidden;}
.header .top .t_search input{ flex: 1; padding: 0 10px; height: 26px;}
.header .top .t_search button{ width: 26px; background: none; border: 0; cursor: pointer; outline: none;	}
.header .top .langer{ display: inline-block; margin: 0; position: relative;}
.header .top .langer>a{ display: flex; font-size: 16px; text-transform: uppercase; color: #fff; align-items: center;}
.header .top .langer>a i{ margin-right: 5px;}
.header .top .langer>a span{ display: inline-flex; align-items: center; }
.header .top .langer>a span:after{ content: "\e892"; font-family: 'iconfont'; margin-left: 5px;}
.header .top .langer>ul{ position: absolute; right: 0; top: 100%; z-index: 3; width: 200px; flex-wrap: wrap; background: #fff; box-shadow: 0 0 5px #d5d5d5; padding: 15px 15px 0 15px; box-sizing: border-box; display: none;}
.header .top .langer>ul li{ margin: 0; width: calc((100% - 5px)/2); margin-right: 5px; margin-bottom: 15px; font-size: 14px;}
.header .top .langer>ul li>a{ display: flex; color: #333; align-items: center;}
.header .top .langer>ul li>a>img{ margin: 0; width: 26px; margin-right: 5px;}
.header .top .langer>ul li:nth-child(2n){ margin-right: 0;}
.header .top .langer:hover>ul{ display: flex;}
@media (min-width:992px){
.header.fis_show .top{ height: 0; padding: 0; border: 0; overflow: hidden;}
}
@media (min-width: 1px) and (max-width: 991px) {
.header .top{ display: none;}
}

.header .logo{ display: inline-block; margin: 0; transition: all 0.35s;}
.header .logo a{ display: block; height:80px;}
.header .logo img{  transition: all 0.35s;position:relative;top:50%;transform:translate(0,-50%);max-height:100%;max-width:280px;}

@media (min-width:992px){
.header .logo{ }
.header.fis_show .logo img{ }
}
@media (min-width: 1px) and (max-width: 991px) {
.header .logo{}
.header .logo a{height:45px;}
.header .logo img{ height: 45px;}
}

/*导航*/
.header .menu{ display: flex; transition: all 0.35s; position: relative; z-index: 2;  margin: 0;}
.header .jdmenu{ }
.header .jdmenu .nav{}
.header .jdmenu .nav #jdmenu{ display: flex; justify-content: space-between; align-items: center;}
.header .jdmenu .nav #jdmenu>li{ display: inline-block; position: relative; margin: 0;}
.header .jdmenu .nav #jdmenu>li>a{ display: block;text-transform: uppercase; box-sizing: border-box; position: relative; overflow: hidden; z-index: 9;transition: all ease-in-out .35s;}
.header .jdmenu .nav #jdmenu>li:before{position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
height: 100%;
background: #D11031;
content: "";
transition: all ease-in-out .35s;
-webkit-transform: skewX(-20deg) scaleX(0);
transform: skewX(-20deg) scaleY(0);}
.header .jdmenu .nav #jdmenu>li:hover:before,.header .jdmenu .nav #jdmenu>li.active:before{ -webkit-transform: skewX(-17.5deg) scaleY(1); transform: skewX(-17.5deg) scaleY(1); }
.header .jdmenu .nav #jdmenu>li:nth-child(6){ display:none;}

/*.header .jdmenu .nav #jdmenu>li.searchclick{ margin: 0; margin-left: 20px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; vertical-align: middle; transition: all 0.35s;}
.header .jdmenu .nav #jdmenu>li.searchclick>a{ display: inline-flex;  position: relative; z-index: -1;}
.header .jdmenu .nav #jdmenu>li.searchclick .siconfont{ color: #333; transition: all 0.35s; font-size: 18px; display: inline-block; font-weight: bold; }
.header .jdmenu .nav #jdmenu>li.searchclick .siconfont:before{content:"\e752"}

.header .jdmenu .nav #jdmenu>li.langer{ margin: 0; display: inline-block; cursor: pointer; vertical-align: middle; transition: all 0.35s; margin-left: 15px; }
.header .jdmenu .nav #jdmenu>li.langer>a{display: flex; font-size: 12px; align-items: center; text-transform: capitalize;}
.header .jdmenu .nav #jdmenu>li.langer>a>img{ display: inline-block; margin-right: 5px;}*/

.header div.searchclick{ }
.header div.searchclick>a{ display: inline-flex;  position: relative; line-height:46px;padding-left:10px;}
.header div.searchclick .siconfont{ color: #333; transition: all 0.35s; font-size: 18px; display: inline-block; font-weight: bold; }
.header div.searchclick .siconfont:before{content:"\e8d6"}

.header .menu{}
.header .jdmenu .nav #jdmenu>li{ font-size: 16px;margin-right:15px;}
.header .jdmenu .nav #jdmenu>li>a{padding:0.37rem 0.50rem;}
.header .jdmenu .nav #jdmenu>li>a>i{display:inline-block;transform:rotate(90deg);}
.header .jdmenu .nav #jdmenu>li>a>i:before{content:"\e62d";font-size:14px;}
.header .jdmenu .nav #jdmenu>li:last-child>a{ padding-right: 0;}

.header.fis_show .jdmenu .nav #jdmenu>li>a{ color: #333;}
.header .jdmenu .nav #jdmenu>li:hover>a,.header .jdmenu .nav #jdmenu>li.active>a{ color: #fff;}

@media (min-width:1230px){
.header .menu{ }
.header .jdmenu .nav #jdmenu>li{ font-size: 14px;padding:0 10px;}
.header .jdmenu .nav #jdmenu>li>a{padding:8px 3px;line-height:30px;}
}
@media (min-width:992px) and (max-width:1229px) {
    .header .logo a{height:60px;}
    .header .jdmenu .nav #jdmenu>li>a{padding:8px 3px;line-height:30px;}
    .header .jdmenu .nav #jdmenu > li{margin-right:10px;font-size:15px;}
}



@media (min-width: 1px) and (max-width: 991px) {
.header .logo{ display: inline-block;}
.header .jdmenu .nav{ position: fixed; left: 0; right: 0; top: 65px; z-index: 9; bottom: 0; background:#1f1f1f; overflow-y:auto; transition:all .5s ease; margin: 0; display: none; padding: 10% 0.3rem;}
.header .jdmenu .nav .container{ margin: 0;}
.header .jdmenu .nav #jdmenu{ display: block; float: none; margin-bottom: 80px;}
.header .jdmenu .nav #jdmenu>li{ display: block; float: none; text-align: left; margin-bottom: 1px; border-bottom: 1px solid #fff;}
.header .jdmenu .nav #jdmenu>li>a{ padding: 15px 20px; display: block; color: #fff; font-size: 18px; border-right: 0; border-left: 0; }
.header .jdmenu .nav #jdmenu>li>a>i{ display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; cursor: pointer; position: absolute; right: 0; top: 0; transform: rotate(90deg); transition: all 0.35s; font-size: 24px;}
.header .jdmenu .nav #jdmenu>li.open>a>i{ transform: rotate(-90deg);}
.header .jdmenu .nav #jdmenu>li.langer{ display: block; margin: 0;}
.header .jdmenu .nav #jdmenu>li.langer>a{ display: flex; align-items: center;}
.header .jdmenu .nav #jdmenu>li.langer>a>img{ margin-left: 0;}
.header .jdmenu .nav #jdmenu>li.searchclick{ display: none; margin: 0;}

.header .jdmenu .nav #jdmenu>li{ -webkit-animation: fadeup 0.5s;animation: fadeup .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.header .jdmenu .nav #jdmenu>li:nth-child(1){ -webkit-animation-delay: .2s;animation-delay: .2s;}
.header .jdmenu .nav #jdmenu>li:nth-child(2){ -webkit-animation-delay: .3s;animation-delay: .3s;}
.header .jdmenu .nav #jdmenu>li:nth-child(3){ -webkit-animation-delay: .4s;animation-delay: .4s;}
.header .jdmenu .nav #jdmenu>li:nth-child(4){ -webkit-animation-delay: .5s;animation-delay: .5s;}
.header .jdmenu .nav #jdmenu>li:nth-child(5){ -webkit-animation-delay: .6s;animation-delay: .6s;}
.header .jdmenu .nav #jdmenu>li:nth-child(6){ -webkit-animation-delay: .7s;animation-delay: .7s;}
.header .jdmenu .nav #jdmenu>li:nth-child(7){ -webkit-animation-delay: .8s;animation-delay: .8s;}
.header .jdmenu .nav #jdmenu>li:nth-child(8){ -webkit-animation-delay: .9s;animation-delay: .9s;}
.header .jdmenu .nav #jdmenu>li:nth-child(9){ -webkit-animation-delay: 1s;animation-delay: 1s;}
}

/*二级导航*/
.header .jdmenu .nav>#jdmenu>li>.dropdown{ min-width: 100%; background: #fff; position: absolute; left: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; box-shadow: 2px 2px 5px #d5d5d5;background-color:#D11031;padding:5px 15px 10px;border-radius:0 0 7px 7px;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li{ border-bottom: #ddd solid 1px; font-size: 13px; }
.header .jdmenu .nav>#jdmenu>li>.dropdown>li>a{ color: #fff; font-weight: 500; padding: 12px 0.2rem 12px 0; display: block;text-transform: capitalize}

.header .jdmenu .nav #jdmenu>li.langer>.dropdown{ min-width: inherit; box-sizing: border-box;}
.header .jdmenu .nav #jdmenu>li.langer>.dropdown>li>a{ padding: 10px 15px; box-sizing: border-box;}
.header .jdmenu .nav #jdmenu>li.langer>.dropdown>li>a>img{ width: 20px;}

@media (min-width: 992px) {
.header .jdmenu .nav>#jdmenu>li>.dropdown{ min-width: 2.1rem;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li a{ text-overflow:ellipsis; white-space: nowrap;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li:hover>a{ background: #e58787; color: #fff;}

.header .jdmenu .nav #jdmenu>li.langer>.dropdown{ width: 120px; min-width: inherit; box-sizing: border-box;}
}
@media (min-width: 1px) and (max-width: 991px){
.header .jdmenu .nav>#jdmenu>li>.dropdown{ position: inherit; left: inherit; right: inherit; top: inherit; min-width: inherit; display: none; margin: 0;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li{ text-align: left; font-size: 16px;}
}

/*搜索*/
.header .search{ position: fixed; left: 0; top: 0; right: 0; transition: all 0.35s; background: rgba(0,0,0,.6); overflow: hidden; z-index: 101;}
.header .search[typeof="close"]{ height: 0;}
.header .search[typeof="on"]{ height: 100%;}
.header .search .close{ position: absolute; top: 30px; right: 30px; color: #fff; display: inline-block; width: 30px; cursor: pointer;}
.header .search .close i{  font-size: 0.3rem;}
.header .search .context{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; width:80%;}
.header .search .context .searchlogo{ overflow: hidden; text-align: center; margin-bottom: 30px;}
.header .search .context .searchlogo img{ height: 69px;}
.header .search .context form[name="keyfrom"]{ display: flex; background: #fff; width:100%}
.header .search .context form[name="keyfrom"] input{ flex: 1; height: 0.6rem; background: none; border: 0; padding-left: 10px; box-sizing: border-box;font-size:20px;}
.header .search .context form[name="keyfrom"] button{ width: 60px; background: none; border: 0; cursor: pointer; outline: none;}
@media (min-width: 992px) {
}
@media (min-width: 1px) and (max-width: 991px) {
    .header .searchclick{display:none;}
}
/*endregion*/


/*region banner*/
#ibframe .swiper-pagination{bottom:50px;text-align:right;width:90%;margin:0 auto;}
#ibframe .swiper-pagination-bullet{width:22px;height:22px;border:1px solid #ec3401;margin:0 10px;border-radius:50%;background-color:transparent;opacity:1;position:relative;}
#ibframe .swiper-pagination-bullet:before{content:"";border:3px solid #ec3401;width:16px;height:16px;position:absolute;top:2px;left:2px;border-radius:50%;box-sizing:border-box;}
#ibframe .swiper-pagination-bullet-active:before{background-color:#ec3401;}
#ibframe .btnlist{}
#ibframe .btnlist .swbtn{display:inline-block;width:60px;height:60px;line-height:60px;text-align:center;position:absolute;color:#ec3401;top:calc(50% - 30px);z-index:1;border-radius:50%;}
#ibframe .btnlist .swbtn>i{font-size:40px;}
#ibframe .btnlist .swbtn.btn-prev{left:calc(10px + 5vw);}
#ibframe .btnlist .swbtn.btn-prev{transform:rotate(-180deg);}
#ibframe .btnlist .swbtn.btn-next{right:calc(10px + 5vw);}
@media (min-width:992px) and (max-width:1229px) {
    #ibframe .swiper-pagination{bottom:30px;}
    #ibframe .btnlist .swbtn.btn-prev{left:3vw;}
    #ibframe .btnlist .swbtn.btn-next{right:3vw;}
}
@media (min-width:768px) and (max-width:991px) {
    #ibframe .swiper-pagination{bottom:30px;}
    #ibframe .btnlist .swbtn.btn-prev{left:3vw;}
    #ibframe .btnlist .swbtn.btn-next{right:3vw;}
}
@media (min-width:1px) and (max-width:767px){
    #ibframe .swiper-pagination{bottom:5px;}
    #ibframe .btnlist .swbtn.btn-prev{left:1vw;}
    #ibframe .btnlist .swbtn.btn-next{right:1vw;}
}
/*endregion*/

/*首页*/

.linkmore{}
.linkmore a{ display: inline-flex; align-items: center; justify-content: center; width: 164px; height: 48px; box-sizing: border-box; font-size: 14px; color: #fff; transition: all 0.35s; text-transform: capitalize; background: #1f368f; border-radius: 36px; position: relative;}
.linkmore a:after{ content: "\eb0c"; display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; background: #fff; border-radius: 50%; font-family: 'iconfont'; color: #1f368f; margin-left: 10px;}
.linkmore:hover a{ background: #c63b2c; color: #fff;}

.indextit{ overflow: hidden; text-align: center;position:relative;padding-top:50px;padding-bottom:20px;}
.indextit h2{color: #333; font-weight: bold; margin-bottom: 15px;font-size:55px;text-transform:uppercase;}
.indextit h2:before{content:".";padding-right:0.3rem;}
.indextit h2:after{content:".";padding-left:0.3rem;}
.indextit p{ font-size: 28px;}
.indextit .line{width:175px;height:16px;border-radius:50px;background-color:#D11031;margin:0 auto 35px;}
@media (min-width:1230px) and (max-width:1429px) {
    .indextit h2{font-size:45px;}
}
@media (min-width:992px) and (max-width:1229px) {
    .indextit h2{font-size:36px;}
    .indextit .line{margin-bottom:20px;height:10px;}
}
@media (min-width:768px) and  (max-width:991px){
    .indextit h2{font-size:28px;}
    .indextit .line{margin-bottom:20px;height:10px;}
    .indextit p{font-size:20px;}
}
@media (min-width:1px) and  (max-width:767px){
    .indextit h2{font-size:20px;}
    .indextit .line{margin-bottom:20px;height:8px;}
    .indextit p{font-size:14px;}
}

#frame1 .list .item{width:30%;position:relative;}
#frame1 .list .item .img{opacity:0.4;}
#frame1 .list .item .img img{width:100%;}
#frame1 .list .item:nth-child(2){width:40%;}
#frame1 .list .item:nth-child(2) .img{opacity:1;}
#frame1 .list .item .txt h3{width:90%;text-align:center;border-radius:50px;height:32px;line-height:32px;font-size:16px;color:#fff;overflow:hidden;position:absolute;left:5%;bottom:10px;background-color:#D11031;transform: translateY(-20%);opacity: 0;transition:all 0.3s;}
#frame1 .list .item:hover .txt h3{transform: none;opacity: 1;}
@media (min-width:1px) and  (max-width:767px){
    #frame1 .list{padding:0 15px 15px;}
    #frame1 .list .item{width:100%;}
    #frame1 .list .item:nth-child(2){width:100%;}
    #frame1 .list .item .img{opacity:1;}
    #frame1 .list .item .txt h3{opacity:1;}
}

#frame2{background-color:#f4f4f4;}
#frame2 .list .item{flex:1;position:relative;}
#frame2 .list .item .img{position:relative;}
#frame2 .list .item .img:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:#000;opacity:0.4;}
#frame2 .list .item .txt{position:absolute;top:0;left:0;bottom:0;right:0;padding:20px;}
#frame2 .list .item .txt h3{color:#fff;font-size:48px;text-transform:uppercase;font-weight:bold;text-align:center;position:relative;}
#frame2 .list .item .txt .morelink{display: inline-block;line-height: 1.5;font-size: 24px;border: 2px solid #fff;padding: 0 8px;color: #fff;overflow: hidden;position: relative;margin-top:15px;}
#frame2 .list .item .txt:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:rgba(255,160,1,0.8);transition:all 0.35s;}
#frame2 .list .item:hover .txt:before{width:100%;}
#frame2 .list .item:hover .txt .morelink{background-color:#000;}
@media (min-width:1230px) and (max-width:1429px) {
    #frame2 .list .item .txt h3 {font-size:30px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #frame2 .list .item .txt h3{font-size:24px;}
    #frame2 .list .item .txt .morelink{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2 .list .item .txt h3{font-size:20px;}
    #frame2 .list .item .txt .morelink{font-size:16px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame2 .list .item{width:100%;flex:inherit;}
    #frame2 .list .item .txt h3{font-size:20px;}
    #frame2 .list .item .txt .morelink{font-size:16px;}
}



#frame3 .container{width:1430px;max-width:100%;}
#frame3 .container .title{padding:40px 5% 60px;}
#frame3 .content{position:relative;}
#frame3 .content .txt{position:absolute;top:0;left:0;bottom:0;right:0;text-align:center;}
#frame3 .content .txt h3{color:#fff;font-size:45px;text-transform:uppercase;font-weight:bold;margin-bottom:40px;}
#frame3 .content .txt p{color:#fff;font-size:30px;line-height:1.35;}
#frame3 .content .txt .more{float:left;transition:all 0.3s;width:50px;height:50px;}
#frame3 .content .txt .more i{font-size:48px;display:block;color:#fff;line-height:1;}
#frame3 .content .txt .more:hover{transform:rotate(90deg);}
#frame3 .content .txt .more:hover i{color:#D11031;}
@media (min-width:1230px) and (max-width:1429px) {
    #frame3 .container .title{padding:30px 5% 40px;}
    #frame3 .content .txt p{font-size:24px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #frame3 .container .title{padding:30px 5% 40px;}
    #frame3 .content .txt h3{font-size:30px;margin-bottom:25px;}
    #frame3 .content .txt p{font-size:18px;}
    #frame3 .content .txt .more i{font-size:40px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame3 .container .title{padding:30px 5% 40px;}
    #frame3 .content .txt h3{font-size:30px;margin-bottom:25px;}
    #frame3 .content .txt p{font-size:18px;}
    #frame3 .content .txt .more i{font-size:40px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame3 .container .title{padding:20px 15px 20px;}
    #frame3 .content{background-color:#000;}
    #frame3 .content img{display:none;}
    #frame3 .content .txt{position:relative;}
    #frame3 .content .txt h3{font-size:24px;margin-bottom:25px;}
    #frame3 .content .txt p{font-size:16px;}
    #frame3 .content .txt .more i{font-size:40px;}
}


#frame4 .container{width:1430px;max-width:100%;}
#frame4 .list .item{width:calc((100% - 40px)/5);position:relative;overflow:hidden;}
#frame4 .list .item .img{position:relative;}
#frame4 .list .item .img:before{content:"";position:absolute;top:50%;left:0;bottom:50%;right:0;background-color:#ec3401;opacity:0;transition:all 0.3s;}
#frame4 .list .item .txt{text-align:center;position:absolute;top:100%;transform:translate(0,-50%);width:100%;left:0;padding:30px;box-sizing:border-box;opacity:0;transition:all 0.5s;}
#frame4 .list .item .txt h3{font-size:24px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid #fff;padding-bottom:8px;margin-bottom:12px;}
#frame4 .list .item .txt p{font-size:14px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#frame4 .list .item:hover .txt{opacity:1;top:50%;}
#frame4 .list .item:hover .img:before{opacity:0.8;top:0;bottom:0;}
@media (min-width:992px) and (max-width:1229px) {
    #frame4 .list .item .txt h3{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame4 .list .item{width:calc((100% - 15px)/2);}
    #frame4 .list .item:nth-child(2n){margin-right:0;}
    #frame4 .list .item .txt h3{font-size:18px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame4 .list .item{width:100%;}
    #frame4 .list .item:nth-child(2n){margin-right:0;}
    #frame4 .list .item .txt{opacity:1;background-color:#D11031;padding:10px 15px;bottom:0;transform:inherit;top:inherit;}
    #frame4 .list .item .txt h3{font-size:18px;margin-bottom:0;}
    #frame4 .list .item .txt p{display:none;}
}


.foot_follow{padding-top: 30px;line-height: 55px;background-color: #fff;}
.foot_follow .container{width:1400px;max-width:100%;}
.foot_follow .follow_title{font-size: 50px;line-height:55px;font-weight: bold;text-transform: uppercase;color: #000;margin:0;}
.foot_sns {margin:0;}
.foot_sns a{padding-left: 15px;display:inline-block;vertical-align:top;transition:all 0.3s;}
.foot_sns a:hover{-webkit-transform: translateY(-10%);-ms-transform: translateY(-10%);-o-transform: translateY(-10%);transform: translateY(-10%);}
.foot_sns img{max-height: 51px;width: auto;}
@media (min-width:992px) and (max-width:1229px) {
    .foot_follow .follow_title{font-size:36px;}
}
@media (min-width:768px) and (max-width:991px) {
    .foot_follow .follow_title{font-size:30px;}
}
@media (min-width:1px) and (max-width:767px) {
    .foot_follow .follow_title{font-size:24px;}
}


.ly{ width: 500px; display: none; background: #fff; padding: 30px; box-sizing: border-box; box-shadow: 0 0 10px rgba(255,255,255,.5);}
.ly .ly-form{ overflow: hidden; border: 1px solid #E3E3E3; padding:20px; }
.ly .ly-form .input{ overflow: hidden; display: flex; align-items: center; border: 1px solid #eee; margin-bottom: 10px; padding: 0 .1rem 0;}
.ly .ly-form .input label{}
.ly .ly-form .input input{ flex: 1; height: 40px; padding-left: 5px;}
.ly .ly-form .input textarea{ flex: 1; height: 1.12rem; padding: 5px; resize: none;}
.ly .ly-form .button{}
.ly .ly-form .button button{ text-shadow: 0 0 1PX rgba(0,0,0,0.3); font-size: 14px; padding: 0.10rem 0.5rem; cursor: pointer; border: 0; outline: none;}
@media (min-width:992px) {
}
@media (min-width:1px) and  (max-width:991px){
}

.list-link{ overflow: hidden; padding: 15px 0;}
.list-link li{ display: inline-block; font-size: 14px; margin-right: 10px;}


/*region 底部*/
.footer{  position: relative; overflow: hidden; padding:60px 0 10px;background:#000 url(../images/footbg.jpg) no-repeat;}
.footer .container{width:1590px;max-width:100%;}
.footer .foot{ overflow: hidden; box-sizing: border-box; margin: 0;width:24%;padding-top:20px;}

.footer .foot h2{ font-size: 30px; font-weight: bold; color: #fff; margin-bottom: 40px; text-transform: uppercase;}
.footer .foot li{ font-size: 18px; margin-bottom: 0.15rem;color:#fff;line-height:1.5;}
.footer .foot li>a{ display: block; color: #fff;font-size:20px;line-height:1.5;}
.footer .foot li>a:hover{ color: #c63b2c;}
.footer .foot .btnlink{display:inline-block;line-height:20px;padding:11px 25px;background-color:#ec3401;font-size:16px;letter-spacing:2px;color:#fff!important;vertical-align:middle;margin-top:30px;text-transform:uppercase;}

.footer .foot:nth-child(1){width:22%;}
.footer .foot:nth-child(2){width:26%;}
.footer .foot:nth-child(3){width:26%;}
.footer .foot:nth-child(4){width:22%;}
.footer .foot:nth-child(4) li{font-size:16px;}
@media (min-width:992px) and (max-width:1229px) {
    .footer{padding:40px 0 40px;}
    .footer .foot h2{font-size:24px;}
    .footer .foot li{font-size:16px;}
    .footer .foot li > a{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    .footer{padding:40px 0 40px;}
    .footer .foot h2{font-size:24px;margin-bottom:20px;}
    .footer .foot li{font-size:16px;}
    .footer .foot li > a{font-size:16px;}
    
    .footer .foot:nth-child(1){width:48%;}
    .footer .foot:nth-child(2){width:48%;}
    .footer .foot:nth-child(3){width:48%;margin-top:20px;}
    .footer .foot:nth-child(4){width:48%;margin-top:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    .footer{padding:25px 0 40px;}
    .footer .foot h2{font-size:20px;margin-bottom:20px;}
    .footer .foot li{font-size:15px;}
    .footer .foot li > a{font-size:15px;}
    
    .footer .foot:nth-child(1){width:100%;}
    .footer .foot:nth-child(2){width:100%;margin-top:20px;}
    .footer .foot:nth-child(3){width:100%;margin-top:20px;}
    .footer .foot:nth-child(4){width:100%;margin-top:20px;}
}

/*endregion*/

.float_nav{ right:0; bottom:50%; position:fixed; text-align:left;z-index:9;
    /*background-color: #3c9ba6;*/
    border-radius: 25px 0 0 25px;
    transform: translateY(50%);
}

.float_nav li{background:  #ec3401;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative;border-radius: 50px 0 0 50px;right: -65px;transition:all 0.3s;}
.float_nav li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.float_nav .iconBox > img{margin:0;width: 45px;height: 45px;background-color: white;border-radius: 50%;padding: 7%;}
.float_nav li h4{color: #fff;font-size: 12px;margin:2px 0;margin-left: 15px;}
.float_nav li:hover{background: #ec3401;}
.float_nav li .hideBox{display: none;position: absolute;right:120px;padding:10px;padding-right: 28px;top:-10px;z-index: 999;opacity:1 !important;width:max-content;}
.float_nav li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid  #ec3401;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;float:left;}
.float_nav li .hideBox .hb h5{text-align:center;padding: 5px 0;border-bottom: 2px solid #ccc;color: #ec3401;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;
    display: none;
}
.float_nav li .hideBox .hb p {margin-top: 5px;font-size: 18px;font-weight: 700;}
.float_nav li .hideBox .hb .fonttalk{margin-top: 10px;}
.float_nav li .hideBox .hb .fonttalk a{display: flex;align-items: center}
/*.float_nav li .hideBox .hb .fonttalk img{width: 25px;height:25px;}*/
.float_nav li .hideBox .hb .fonttalk p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;}
.float_nav li .hideBox img{width:140px;height: 140px;margin-top: 10px;}
.float_nav li:hover{right:0;}
.float_nav li:hover .hideBox{display:block;}

/*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 版权*/
.copy{ font-size: 14px; overflow: hidden; color: #888; padding: 25px 0; border-top: 1px solid #fff; text-align:center;margin-top:30px;}
.copy a{ color: #888;font-size:14px;}
@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{  font-size: 12px; line-height: 2; padding:15px 0;}
}
/*endregion*/


/*手机底部导航*/
.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:1079px){
.mobMenu{ display: block;}
}


/*内页*/
.body{}
.nbframe{ position: relative; overflow: hidden;}
.nbframe img{ width: 100%;}
@media (min-width:992px){
.nbframe{ }
}

@media (min-width:1px) and (max-width:991px){
.nbframe{}
}
/*region 左侧导航栏目*/
.left_nav{ overflow: hidden; padding: 0.5rem 0; width: 230px; float: left;}
.left_nav>.lbt{ overflow: hidden; margin-bottom: 0.3rem;}
.left_nav>.lbt>h2{ padding: 0 0 0 15px; font-size: 18px;line-height:38px; color: #fff; background: #D11031; margin-bottom: 15px;}
.left_nav>.lbt>ul{ padding-left:10px;}
.left_nav>.lbt>ul>li{ display: block;  font-size: 16px;}
.left_nav>.lbt>ul>li>a{ display: block; position: relative; text-transform: capitalize;font-size:16px;line-height:35px}


.left_nav>.lbt>ul>li.active>ul{ display: block}
.left_nav>.lbt>ul>li>ul{ padding: 0 0.2rem; display: none;}
.left_nav>.lbt>ul>li>ul>li{}
.left_nav>.lbt>ul>li>ul>li>a{ display: block; padding: 0 0.15rem; line-height: 0.3rem; position: relative;}
.left_nav>.lbt>ul>li>ul>li>a:before{ content: ""; display: inline-flex; width: 3px; height: 3px; background: #231f20; position: absolute; left: 0; top: 50%;}


@media (min-width:992px){
   
}
@media (min-width:1px) and (max-width:991px){
.left_nav{ width: auto; float: none; padding: 0; display: none;}
.left_nav>.lbt{ margin-bottom: 0;}
.left_nav>.lbt h2{ padding: 15px; margin-bottom: 5px;}
.left_nav>.lbt>ul{display: none; transition: all 0.35s;}
.left_nav .divkeyfrom{ padding: 15px 10px;}
.left_nav .divkeyfrom button{ height: 30px; width: 30px;}
.hidden-xs{ display: none!important;}
}

/*endregion*/

/*右侧*/
.right_detail{ width: calc(100% - 290px); float: right; height: auto; padding: 0.5rem 0px;}
@media (min-width:992px) and (max-width:1229px) {
    .right_detail{ width: calc(100% - 260px); }
}
@media (min-width:1px) and (max-width:991px){
.right_detail{ width: auto; float: none; padding: 30px 0 30px 0;}
}

/*region 面包屑*/
.location{ overflow: hidden;background-color:#e5f2f3;}
.location .txt{ text-transform: capitalize; position: relative;}
.location .txt h2{ font-size: 16px;line-height:2;text-transform: uppercase; margin-bottom: 10px; color: #D11031; display: none;}
.location .txt p{ font-size:16px;line-height:2; display: inline-flex; align-items: center;}
.location .home{ margin-right: 5px; }
.location .here{  display: inline-block; padding: 0 0 0 3px; color: #666;}
.location .here:before{ content: "\e6bd";transform:rotate(-90deg);font-size:12px;display:inline-block;color:#D11031;vertical-align:top;text-align:center;width:30px;height:30px;}
.location a{ display: inline-block;}
@media (min-width:992px){
.location .txt{ }
}
@media (min-width:1px) and (max-width:991px){
.location .txt{ font-size: 12px;}
.location .txt h1{ font-size: 16px;}
.location .txt h2{ font-size: 16px; }
.location .home{ font-size: 12px;}
}
/*endregion*/


.page_lt{ }
.page_lt ul{ text-align: center;}
.page_lt ul li{ display: inline-flex; font-size: 18px; background: #f6f6f6; border-left: 1px solid #fff;}
.page_lt ul li>a{ display: block; color: #333; padding: 0.25rem 0.4rem;}
.page_lt ul li:hover,.page_lt ul li.active{ background: #D11031;}
.page_lt ul li:hover>a,.page_lt ul li.active>a{ color: #fff;}
.page_lt ul li:first-child{ border: 0;}
@media (min-width:992px) {
.page_lt{ position: relative; z-index: 2; transform: translateY(-50%);}
}
@media (min-width:1px) and (max-width:991px){
.page_lt .container{ margin: 0; margin-top: 15px;}
.page_lt{ display: none;}
}

/*公司简介*/

.aframe{ overflow: hidden; padding:50px 0;}
.page_title h3{line-height: 38px;position: relative;margin: 0 0 15px;padding-bottom: 10px;font-size: 22px;color: #000;font-weight:bold;text-transform:capitalize;}
.abframe_1{margin-bottom:30px;}
.abframe_1 .contenttitle{padding:30px 30px;background:#e58787;margin-bottom:20px;text-align:center;}
.abframe_1 .contenttitle h2{font-size:24px;color:#fff;line-height:36px;font-weight:bold;}
.abframe_1 article{font-size:16px;line-height:1.8;color:#666;}

@media (min-width:1px) and (max-width:991px){
.aframe{ padding:30px 0;}
.page_title h3{margin-bottom:0;}
.abframe_1 .contenttitle{padding:15px;}
.abframe_1 .contenttitle h2{font-size:18px;}
}

.abframe_2{margin-bottom:30px;}
.abframe_2 .item{width:calc((100% - 60px)/5);margin:0 15px 0 0;}
.abframe_2 .item:nth-child(5){margin-right:0;}
.abframe_2 .item .txt{display:none;}

.abframe_3{margin-bottom:30px;}
.abframe_3 .item{width:calc((100% - 40px)/3);margin:0 20px 20px 0;}
.abframe_3 .item:nth-child(3n){margin-right:0;}
.abframe_3 .item .txt{display:none;}

.abframe_4 img{border:1px solid #c5c5c5;margin-bottom:5px;}

@media (min-width:1px) and (max-width:767px) {
    .abframe_2 .item{width:calc((100% - 15px)/2);}
    .abframe_2 .item:nth-child(5){margin-right:15px;}
    .abframe_2 .item:nth-child(2n){margin-right:0;}
    
    .abframe_3 .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    .abframe_3 .item:nth-child(3n){margin-right:15px;}
    .abframe_3 .item:nth-child(2n){margin-right:0;}
}

/*单页面*/
.atitlebody{ padding: 0.5rem 0;}
.atitle{ overflow: hidden;  box-sizing: border-box;}
@media (min-width:1px) and (max-width:991px){
.atitlebody{ padding: 15px 0;}
}
.neirnr{ overflow: hidden; padding: 30px 0;}
@media (min-width:1px) and (max-width:991px){
}

.business{ overflow: hidden; padding: 0.5rem 0;}
.business .p{ font-size: 30px; margin-bottom: 25px; color: #000;}
.business .list{ overflow: hidden;}
.business .list .item{ overflow: hidden; margin-bottom: 20px;}
.business .list .item .tit{ overflow: hidden; background: #D11031; padding: 35px 37px 10px; color: #fff;}
.business .list .item .tit h2{ font-size: 0.76rem; line-height: 1.5;}
.business .list .item .tit h3{ font-size: 30px; line-height: 1.3;}
.business .list .item .txt{ border: 1px solid #D11031;}
.business .list .item .txt .img{}
.business .list .item .txt .conter{ overflow: hidden; padding: 39px 60px 39px 26px; box-sizing: border-box;}
.business .list .item .txt .conter h3{ color: #000; padding-bottom: 13px; font-size: 21px;}
.business .list .item .txt .conter p{ font-size: 14px; line-height: 2; color: #666; }
.business .context{ display: flex; flex-wrap: wrap;}
.business .context .item{ overflow: hidden; border: 1px solid #D11031; padding: 35px 37px 10px; color: #fff; box-sizing: border-box;}
.business .context .item:nth-child(1){ background: #D11031;}
.business .context .item h2{ font-size: 0.76rem; line-height: 1;}
.business .context .item h3{ color: #000; padding-bottom: 13px; font-size: 21px;}
.business .context .item p{ font-size: 14px; line-height: 2; color: #666;}
@media (min-width:992px) {	
.business .list .item{ display: flex; justify-content: space-between;}
.business .list .item .tit{ width: calc(33.33% - 12px); box-sizing: border-box;}
.business .list .item .txt{ flex: 1; margin-left: 20px; box-sizing: border-box; display: flex;}
.business .list .item .txt .img{ flex: 1;}
.business .list .item .txt .conter{ flex: 2.5;}
.business .list .item:nth-child(2n){ flex-direction: row-reverse;}
.business .list .item:nth-child(2n) .txt{ margin-left: inherit; margin-right: 30px;}
.business .context .item{ width: calc((100% - 40px)/3); margin: 0; margin-right: 20px; margin-bottom: 20px;}
.business .context .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:991px){
.business .p{ font-size: 14px; margin-bottom: 15px;}
.business .list .item .tit{ padding: 15px;}
.business .list .item .tit h2{ font-size: 18px;}
.business .list .item .tit h3{ font-size: 14px;}
.business .list .item .txt .conter{ padding: 15px;}
.business .list .item .txt .conter h3{ font-size: 15px;}
.business .list .item .txt .conter p{ font-size: 12px;}
.business .context .item{ width: 100%; padding: 15px; margin-bottom: 15px;}
.business .context .item h2{ font-size: 18px;}
.business .context .item h3{ font-size: 16px;}
.business .context .item p{ font-size: 12px;}
}

/*产品中心*/
.CateList{ position: relative;}
.bigSelect{ display: inline-block; width: 3.2rem; padding:2px 15px 0;height:45px;outline:0;border:0;background:#D11031; position: relative; box-sizing: border-box; transition: all 0.35s; border-top-left-radius: 5px;}
.bigSelect:before{ content: "\eb0c"; font-family:iconfont; position: absolute; width: 45px; height: 45px; right: 0; top: 50%; transform: translateY(-50%) rotate(90deg); color:#fff; z-index: 2; font-size: 0.3rem; display: flex; align-items: center; justify-content: center; transition: all 0.35s;}
.bigSelect:after{ content: ""; position: absolute; right: 0; top: 0; width: 45px; height: 45px; background: #f4f4f4; z-index: 1; opacity: 0;}
.bigSelect h3{ color: #fff; font-weight: normal; transition: all 0.35s; width: 100%; height: 44px; line-height: 44px; position: relative; z-index: 3; cursor: pointer;}
.bigSelect .list{ position: absolute; left: 0; right: 0; top:45px; z-index: 8; background: #f4f4f4; height: 0; overflow-y: auto; visibility:hidden; transition: all 0.35s; box-shadow: 0 0 5px #f5f5f5;}
.bigSelect .list::-webkit-scrollbar{width:2px;height:1px;-webkit-transition:all .3s linear;transition:all .3s linear;}
.bigSelect .list::-webkit-scrollbar-thumb{border-radius:10px;background:#D11031;box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-transition:all .3s linear;transition:all .3s linear;}
.bigSelect .list::-webkit-scrollbar-track{border-radius:10px;background:#ededed;box-shadow:inset 0 0 5px rgba(0,0,0,.2);}
.bigSelect .list .item{ overflow: hidden; cursor: pointer; padding: 15px 15px; font-size: 14px; color: #333; border-bottom: 1px solid #d5d5d5;}
.bigSelect .list .item:hover{ background: #D11031; color: #fff;}
.bigSelect.on:before{ transform: translateY(-50%) rotate(-90deg); color: #D11031;}
.bigSelect.on:after{ opacity: 1;}
.bigSelect.on .list{ visibility: visible; height: 200px;}
.bigSelect#Smallcategory{ display: none;}

.CateList>.list{ overflow-y: hidden; overflow-x: auto;}
.CateList>.list .context{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.CateList>.list .item{ margin: 0; overflow: hidden; width: calc((100%)/6); display: inline-block;  position: relative;}
.CateList>.list .item .img{ overflow: hidden; box-sizing: border-box;  width: 1.06rem;}
.CateList>.list .item .img img{ width: 100%;}
.CateList>.list .item .txt{ overflow: hidden; flex: 1; box-sizing: border-box; padding-left: 0.15rem;}
.CateList>.list .item .txt h3{ line-height: 1.4;}
.CateList>.list .item a{ display: flex; justify-content: space-between; align-items: center; }
@media (min-width:992px){
.CateList>.list .item:hover .txt h3{ color: #D11031; font-weight: bold;}
}
@media (min-width:1441px){
.CateList>.list .item .img{ width: 0.8rem;}
}
@media (min-width:1px) and (max-width:991px){
.bigSelect{ border-top-right-radius: 15px; width: 100%; margin-bottom: 15px;}
.bigSelect:after{ border-top-right-radius: 15px;}
.CateList{ margin-bottom: 15px;}
.CateList>.list .item{ width: calc((100%)/3); margin-bottom: 15px;}
.CateList>.list .item .img{ width: 40px;}
.CateList>.list .item .txt h3{ font-size: 11px}
}

.CateList .searchput{overflow: hidden;position: relative;z-index: 1;min-width:4.75rem; border-radius: 10px;}
.CateList .searchput input{width:70%;float: left;line-height: 40px;padding:7px 20px;padding-left:20px;font-size:14px;color:#888;border:1px solid #dcdcdc;height: 46px; box-sizing: border-box; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.CateList .searchput input::placeholder{font-size:14px;color:#888}

.CateList .searchput button{width:30%;float: left;text-align: center;height: 46px;border: 0;background-color: #D11031;cursor:pointer;color:#fff;font-size:18px; box-sizing: border-box; outline: none;}
.searchput{position: relative;float: right;}

@media (min-width:1px) and (max-width:991px){
.CateList .searchput{ min-width: inherit; display: block; width: 100%;}
}

.summary{ overflow: hidden; position: relative; margin-top: 0.4rem; padding-bottom: 0.3rem; border-bottom: 2px solid #e2e2e2; text-align: center; display: none;}
.summary>h1{ font-size: 0.24rem; font-weight: bold; line-height: 1.2; color: #333; margin-bottom: 0.2rem; text-align: left;}
.summary .txt{ overflow: hidden; line-height: 2; font-size: 15px; font-family:sans-serif,Arial; text-align: left; transition: all 0.35s;}
.summary .btndown{ display: inline-flex; align-items: center; justify-content: center; padding: 5px 30px; border-radius: 30px; background: #D11031; cursor: pointer; color: #fff; margin-top: 15px;}
.summary .btndown i{ font-size: 20px; display: block; transition: all 0.35s;}
.summary .btndown[typeof='open'] i{ transform: rotate(-180deg)}
@media (min-width:1px) and (max-width:991px){
.summary>h1{ font-size: 16px;}
.summary .txt{ font-size: 12px;}
}


.product{padding-top:50px;}
.productslist{ }
.productslist .list{}
.productslist .item{width:100%;display:flex;justify-content: space-between;flex-wrap: wrap;margin-bottom:40px;}
.productslist .item .img{ max-width:45%;}
.productslist .item .img img{ width: 100%; transition: all 01s;box-shadow:1px 1px 4px rgba(0,0,0,.2);}
.productslist .item .txt{ overflow: hidden; width:calc(55% - 20px);margin:0;}
.productslist .item .txt h3{ text-transform: capitalize;font-size: 24px;font-weight:bold;}
.productslist .item .txt p{font-size: 13px;margin: 18px 0 15px;max-height: 120px;overflow: hidden;line-height: 24px;letter-spacing: 0;color:#666;}
.productslist .item .product_btns{position: relative;width:100%;border-top:2px solid #ddd;padding-top:20px;}
.productslist .item .product_btns .probtn{line-height: 40px;display: inline-block;padding: 0 25px;position: relative;background: #aaa;color: #fff;transition: all ease-in-out .35s;letter-spacing: .38px;font-weight: bold;font-size: 13px;z-index: 0;border-radius:50px;overflow:hidden;}
.productslist .item .product_btns .probtn.priduct_btn_inquiry{margin-right: 13px;display:none;}
.productslist .item .product_btns .probtn:after{position: absolute;content: "";left: 0;top: 0;width:0;height: 100%;background: #D11031;z-index: -1; transition: all ease-in-out .35s;-webkit-transition: all ease-in-out .35s;}
.productslist .item .product_btns .probtn:hover:after{width: 100%;}
@media (min-width:992px) and (max-width:1229px){
    .productslist .item .txt p{max-height:60px;}
}

@media (min-width:1px) and (max-width:991px) {
    .productslist .item .img{ max-width:30%;}
    .productslist .item .txt{ width:calc(70% - 15px);}
    .productslist .item .txt h3{font-size:14px;margin-bottom:8px;}
    .productslist .item .txt p{display:none;}
    .productslist .item .product_btns .probtn{padding:0 15px;}
}


/*产品详情*/
.details{overflow: hidden; padding:0.3rem 0 0.6rem 0; }

.details .html{ }
.details .html .bigimg{ box-sizing: border-box;}
.details .html .bigimg .gallery-top{ background: #fff; }
.details .html .bigimg .gallery-top .swiper-slide{ overflow: hidden; box-sizing: border-box; text-align: center;}
.details .html .bigimg .gallery-top .swiper-slide img{ width: 100%;}
.details .html .bigimg .gallery-top .btn{ display: inline-flex; top: calc(50% - 20px); z-index: 5; position: absolute; cursor: pointer; outline: none; width: 40px; height: 40px; background: #f5f5f5;align-items: center; justify-content: center; border-radius: 50%;}
.details .html .bigimg .gallery-top .btn i{ font-size: 0.3rem;}
.details .html .bigimg .gallery-top .btn-prev{ left: 0;transform:rotateY(180deg);}
.details .html .bigimg .gallery-top .btn-next{ right: 0;}
.details .html .bigimg .gallery-thumbs{ margin-top: 0.1rem; }
.details .html .bigimg .gallery-thumbs .swiper-slide{ opacity: 1; cursor: pointer; margin: 0; box-sizing: border-box; border: 1px solid #b8b8b8;}
.details .html .bigimg .gallery-thumbs .swiper-slide-thumb-active{ opacity: 1; border-color: #000f6f;}
.details .html .txt{ overflow: hidden;}
.details .html .txt h1{ font-size: 0.30rem; color: #D11031; font-weight: bold;}
.details .html .txt .context{ overflow: hidden; padding: 0.1rem 0rem 0.3rem 0rem; color: #666; font-size: 16px; line-height: 1.75;}
.details .html .txt h2{ font-size: 18px; margin-top: 0.3rem; font-weight: bold; color: #000;}
.details .html .txt .downlistp{ overflow: hidden; font-size: 16px;}
.details .html .txt .downlistp a{ color: #D11031; line-height: 2;}
.details .html .txt .concp{ overflow: hidden; margin-top: 0.3rem; font-size: 16px; line-height: 2;}
.details .html .txt .concp a{ background: #D11031; padding: 5px 0.5rem; color: #fff; display: inline-block;}

.details .details-txt{ overflow: hidden; background: #fff; margin-top: 0.3rem;}

.details .xgeffect{ overflow: hidden; margin-bottom: 0.35rem;}
.details .xgeffect .detailtop{ overflow: hidden; border-bottom: 1px solid #dbdbdb; background: #eaeef1;}
.details .xgeffect .detailtop h2{ display: inline-block; padding: 0rem 0.4rem; line-height: 0.4rem; text-transform: capitalize; cursor: pointer; font-size: 16px; text-align: center; margin-bottom: -1px; box-sizing: border-box; background: #D11031; color: #fff;}
.details .xgeffect .detalist{ overflow: hidden; font-size: 16px; line-height: 2; padding: 30px 0;}
.details .xgeffect .detalist table{ width: 100%;}
.details .xgeffect .detalist table tr{ width: 100%;}
.details .xgeffect .detalist table tr td:nth-child(1){white-space:nowrap;width:1%;}
.details .xgeffect .detalist table tr:nth-child(1) td{border:1px solid #a5a5a5;}
.details .xgeffect .detalist table tr td{ padding:0.06rem 0.2rem; border-left: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; }
.details .xgeffect .detalist table tr td:last-child{ border-right: 1px solid #a5a5a5;}
.details .xgeffect .detalist table tr:first-child td{ border-top: 1px solid #a5a5a5;}

.details .xgeffect .detalist .item{ width: calc((100% - 0.5rem)/2); float: left; margin-right: 0.5rem; margin-bottom: 0.4rem;}
.details .xgeffect .detalist .item .img{ overflow: hidden}
.details .xgeffect .detalist .item .img img{ width: 100%; height: auto;}
.details .xgeffect .detalist .item .txt{ background: #014da1; text-align: center;}
.details .xgeffect .detalist .item .txt h3{ color: #fff; font-size: 18px; line-height: 2; padding: 10px;}

.details .xgeffect .detalist .item:nth-child(2n){ margin-right: 0;}
.details .xgeffect .detalist .item:nth-child(2n+1){ clear: both;}
@media (min-width:992px){
.details .html{ display: flex; flex-wrap: wrap;justify-content:space-between;}
.details .html .bigimg{ width: 46%; margin: 0;}
.details .html .txt{ width: 50%; margin: 0; box-sizing: border-box;}
} 	
@media (min-width:1px) and (max-width:991px){
.details{ }
.details .html .txt{ margin-top: 30px;}
.details .html .txt .context{ font-size: 14px;}
.details .xgeffect .detailtop h2{ padding: 7px 20px;}
.details .xgeffect .detalist{ padding: 15px 0;}
.details .xgeffect .detalist .item .txt h3{  font-size: 14px; padding: 5px;}
}

.relatedProducts{}
.relatedProducts .ipto{ overflow: hidden; width: calc((100% - 45px)/4); float: left; margin-right: 15px;}
.relatedProducts .ipto .ipti{ overflow: hidden; border: 1px solid #f5f5f5;}
.relatedProducts .ipto .ipti img{ width: 100%; transition: all 0.35s ease;}
.relatedProducts .ipto .iptz{ overflow: hidden; text-align: center; margin-top: 0.1rem;}
.relatedProducts .ipto .iptz h3{font-size: 14px; }
.relatedProducts .ipto:hover .ipti img{ transform: scale(1.1)}
@media (min-width:992px)  {
.relatedProducts .ipto:nth-child(4n){ margin-right: 0;}
.relatedProducts .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:991px) {

.relatedProducts .ipto{ overflow: hidden; width: calc((100% - 15px)/2); }
.relatedProducts .ipto:nth-child(2n){ margin-right: 0;}
}

.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

/*产品订单*/
.Inquiry{ overflow: hidden;}
.Inquiry 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;}
.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 15px 5px 0;}
.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: 8px 0; 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: #D11031; 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); float: left; margin-right: 30px;}
.onlineInquiry .input.end{ margin-right: 0}
.onlineInquiry .input.w67{ width: calc(66.67% - 10px); float: left;}
}

/*联系我们*/
.contimg{position:relative;}
.contimg .info{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-flow:column;justify-content:center;}
.contimg .info h3{color:#a5a5a5;font-size:28px;line-height:2;margin:0;text-align:center;}

.contactusinfo{ overflow: hidden; padding: 0.5rem 0;text-align: center; background: #fff;}
.contactusinfo h2{ font-size: 0.48rem; font-weight: bold; margin-bottom: 0.5rem; position: relative; padding-bottom: 0.2rem; color: #D11031}
.contactusinfo h2:after{ content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 0.5rem; height: 5px; background: #D11031;}
.contactusinfo .lxfs{}
.contactusinfo .lxfs .item{ overflow: hidden; text-align: center; }
.contactusinfo .lxfs .item i{ font-size: 0.60rem;color:#75c0c7;background-color:#f2f2f2;border-radius:50%;width:105px;height:105px;display:block;margin:0 auto;line-height:105px;}
.contactusinfo .lxfs .item h4{ font-size: 22px; line-height:1.5;color:#666;margin-top:15px;}
.contactusinfo .lxfs .item p{ font-size: 14px; line-height:2;color:#666;margin-top:20px;}
.contactusinfo .lxfs .item p a{ color:#666;font-size:14px;display:block;line-height:2;}
.maps{ overflow: hidden; height: 470px; padding: 0; background: #fff;}

@media (min-width:992px){
.contactusinfo .lxfs{ display: flex;}
.contactusinfo .lxfs .item{ flex: 1;  margin-right: 0.2rem;}
.contactusinfo .lxfs .item:last-child{ margin-right: 0;}
}
@media (min-width:768px) and (max-width:991px){
    .contactusinfo .lxfs .item{width:48%;margin-bottom:15px;}
    .contactusinfo .lxfs .item p{margin-top:10px;}
}
@media (min-width:1px) and (max-width:767px){
    .contimg .info h3{font-size:16px;line-height:1.5;}
    .contactusinfo .lxfs .item{width:48%;margin-bottom:15px;}
    .contactusinfo .lxfs .item p{margin-top:10px;}
}

/*留言*/
.leave{ overflow: hidden;box-shadow:0 0 10px rgba(0,0,0,.1);}
.leave h2{ font-size:16px;line-height:25px; position: relative; padding: 15px 0 15px 20px; color: #fff;background-color:#013e5a;}

.feedback{ overflow: hidden; padding:20px 20px 5px;}
.feedback .input_div{ overflow: hidden;  margin-bottom: 20px; position: relative;}
.feedback .input_div>label{ background: none; font-size:15px; font-weight: bold; color: #666; display: block; box-sizing: border-box; align-items: center; white-space: nowrap;text-overflow: ellipsis; margin-bottom: 10px;display:none;}
.feedback .input_div>label>span{ font-weight: normal;}
.feedback .input_div>input[type='text']{ width: 100%; background: none; border: 1px solid #d8d8d8; box-sizing: border-box; height: 40px; color: #333; padding: 10px;border-left:3px solid #D11031;}
.feedback .input_div>textarea{ background:none; border: 1px solid #d8d8d8; width: 100%; float: left; outline: none; resize: none; box-sizing: border-box; height: 1rem; color: #333; padding: 10px;border-left:3px solid #D11031;}
.feedback .input_div>#idcode2{ position: absolute; right: 0; bottom: 0; height: 40px; display: inline-flex; width: 100px; align-items: center; border-left: 1px solid #d8d8d8; font-size: 20px; cursor: pointer;}
.feedback input::-webkit-input-placeholder, .feedback textarea::-webkit-input-placeholder{ color: #999; }
.feedback input:-moz-placeholder, .feedback textarea:-moz-placeholder{ color: #999;}
.feedback input::-moz-placeholder, .feedback textarea::-moz-placeholder{ color: #999;}
.feedback input:-ms-input-placeholder, .feedback textarea:-ms-input-placeholder{ color: #999;}
.feedback .button{ overflow: hidden; padding: 12px 0;}
.feedback .button button{ background: #D11031; 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;  text-transform: uppercase; width: 100%; box-sizing: border-box;}
.feedback .button button:hover{background-color:#000; }
.hidden{ display: none!important;}
@media (min-width:992px)  {
.leave{ margin-bottom: 0.5rem;}
.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:1030px) {
.leave .container{ width: 1000px;}
}
@media (min-width:1px) and (max-width:991px) {
.leave{ }
.leave h2{ font-size: 16px; margin-bottom: 10px;}
.leave p{ font-size: 12px; margin-bottom: 10px;}
.feedback .input_div>label{ font-size: 14px;}
.feedback{ display: block; margin-top: 15px;}
.feedback .left{ margin-right: 0px;}
.feedback .right{ margin-left: 0px;}
.feedback .w50{ width: auto;}
.feedback .button .submit{ font-size: 14px;}
.feedback .button .submit>i{ font-size: 14px; padding-right: 5px;}
}

/*新闻中心*/
.newsbody{ }


.right_detail .newslist{padding-top:0;}
.newslist{ box-sizing: border-box; padding-top:50px;}
.newslist .item{width:100%;overflow:hidden;background-color:#f5f5f5;position:relative;z-index:1;}
.newslist .item:nth-child(2n){background-color:#fff;}
.newslist .item:before{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.newslist .item:after{content: '';display: block;width: 0;height: 3px;background-color: #D11031;position: absolute;left: 0;bottom: 0;opacity: 0;transition:all 1s ease-in-out}
.newslist .item:hover:after{width:100%;opacity:1;}
.newslist .item a{position:relative;z-index:2;padding:35px 20px;display:block;}
.newslist .item .img{ margin: 0; width: 4rem; height: 2.4rem; position: relative;}
.newslist .item .img img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover; width: 100%; height: 100%;}
.newslist .item .info{text-align:right;}
.newslist .item .info span{display:inline-block;padding: .2em .8em;line-height: 1.8;color: #D11031;position: relative;text-transform: uppercase;font-size:14px;}
.newslist .item .info span:after{content: '';display: block;width: 100%;height: 2px;background-color: #D11031;position: absolute;left:0;bottom:0;}
.newslist .item .txt{ flex: 1; }
.newslist .item .txt h3{font-size:20px;line-height:1.5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;}
.newslist .item .txt .date{display: block;font-size: 16px;margin: 8px 0;color:#333;}
.newslist .item .txt p{font-size:14px;line-height:1.5;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom: 30px;}
.newslist .item h3:hover{color: #0863ca !important;}
@media (min-width:992px) and (max-width:1229px) {
.newslist .item a{padding:30px 15px 15px;}
.newslist .item .txt h5{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px){
    .newslist{padding-top:30px;}
.newslist .item a{padding:25px 15px 15px;}
.newslist .item .info{margin-bottom:15px;}
.newslist .item .txt h3{font-size:16px;}
.newslist .item .txt p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    .newslist{padding-top:20px;}
.newslist .item a{padding:15px 15px 15px; display: block;}
.newslist .item .img{ width: auto; height: auto; margin-bottom: 20px;}
.newslist .item .img img{ position: relative; left: inherit; top: inherit; transform: none; object-fit: cover; width: 100%; height: auto;}
.newslist .item .info{}
.newslist .item .txt{ margin: 0;}
.newslist .item .txt h3{font-size:16px;}
.newslist .item .txt .date{font-size:14px;margin-bottom:0;}
.newslist .item .txt p{font-size:14px; display: none;}
}

.newsdetail{ overflow: hidden; }
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 24px; line-height: 52px; color: #000; margin-bottom: 20px;font-weight:bold;}
.newsdetail .Title .txt{ padding: 15px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; display: flex; }
.newsdetail .Title .txt .bshare-custom{ display: inline-block; margin: 0; margin-left: 5px;}
.newsdetail .Title .txt #ProShare{ display: inline-block; margin: 0; margin-left: 5px;}
.newsdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size: 16px; line-height: 2;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.newsdetail .pagelist>a{ font-size: 16px; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}

@media (min-width:1px) and (max-width:991px){
.newsdetail{ padding: 0 0 30px;}
.newsdetail .Title h1{ font-size: 20px; line-height: 1.5; margin-bottom: 15px;}
.newsdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
.newsdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
.newsdetail .context{ padding: 15px 0 20px;}
.newsdetail .pagelist{ display: block;}
.newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}

/*解决方案*/
.solutionlist{ }
.solutionlist .ipto{ overflow: hidden; box-shadow: 0 0 20px #f5f5f5; margin-bottom: 20px;}
.solutionlist .ipto>a{ display: flex; justify-content: space-around;}
.solutionlist .ipto .ipti{ overflow: hidden;}
.solutionlist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.solutionlist .ipto .iptz{ overflow: hidden; background: #f5f5f5;}
.solutionlist .ipto .iptz h3{ font-size: 20px; margin-bottom: 0.3rem;}
.solutionlist .ipto .iptz p{font-size: 15px; line-height: 2; color: #838383;}

.solutionlist .ipto:nth-child(2n) .iptz{ background: #fff;}
@media (min-width:992px){

.solutionlist .ipto .ipti{ width: 30%; margin: 0;}
.solutionlist .ipto .iptz{ width: 70%; margin: 0; box-sizing: border-box; padding: 0.4rem;}
.solutionlist .ipto:nth-child(2n)>a{ flex-direction: row-reverse;}

}
@media (min-width:1px) and (max-width:991px){
.solutionlist{ }
.solutionlist .ipto .iptz{ padding: 15px;}
.solutionlist .ipto .iptz h3{ font-size: 18px; margin-bottom: 10px;}
.solutionlist .ipto .iptz p{ font-size: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
}

.solutiondetail{ overflow: hidden; }
.solutiondetail .container{ background: #fff;}
.solutiondetail .title{ overflow: hidden; margin-top: 0.2rem;}
.solutiondetail .title h1{ font-size: 24px; font-weight: bold;}
.solutiondetail .title .txt{ overflow: hidden; margin-top: 0.15rem; padding-bottom: 0.1rem; border-bottom: 1px solid #ddd; font-size: 16px; color: #D11031;}
.solutiondetail .context{ overflow: hidden; margin-top: 0.2rem; line-height: 2; font-size: 16px;}
.solutiondetail .pagelist{ padding: 0.4rem 0rem 0.2rem 0rem; border-top:1px solid #ddd; margin-top: 0.2rem;}
.solutiondetail .pagelist a{ padding: 0.1rem 0.2rem; border: 1px solid #ddd; font-size: 14px; line-height: 2; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: inline-block;}
.solutiondetail .pagelist a:hover{background:#D11031;border:1px solid #D11031;color:#FFF;}
@media (min-width:992px){
.solutiondetail .pagelist a{ max-width: 45%;}
.solutiondetail .pagelist a:last-child{ float: right;}
}
@media (min-width:1px) and (max-width:991px){
.solutiondetail .container{ padding: 0 0 0.3rem 0;}
.solutiondetail .title{}
.solutiondetail .title h1{ font-size: 18px;}
.solutiondetail .title .txt{ font-size: 12px;}
.solutiondetail .context{ font-size: 14px;}
.solutiondetail .pagelist{ padding: 0.2rem 0 0 0;}
.solutiondetail .pagelist a{ display: block; margin-bottom: 10px; font-size: 14px;}
}

/*案例中心*/

.caseslist{ overflow: hidden; padding: 0.5rem 0;}
.caseslist .ipto{ width: calc((100% - 0.7rem)/3); float: left; margin-right: 0.35rem; margin-bottom: 0.4rem;}
.caseslist .ipto .ipti{ overflow: hidden;}
.caseslist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.caseslist .ipto .iptz{ overflow: hidden; padding: 0.3rem 0.2rem; background: #F5F5F5;}
.caseslist .ipto .iptz h3{ font-size: 0.22rem; font-weight: 700;}
.caseslist .ipto .iptz p{ font-size: 16px; line-height: 2; color: #999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
@media (min-width:992px){
.caseslist .ipto:nth-child(3n){ margin-right: 0;}
.caseslist .ipto:hover .ipti img{ transform: scale(1.1)}
.caseslist .ipto:hover .iptz{ background: #D11031;}
.caseslist .ipto:hover .iptz h3{ color: #fff;}
.caseslist .ipto:hover .iptz p{ color: #fff;}
}
@media (min-width:1px) and (max-width:991px){
.caseslist .ipto{ width: calc((100% - 0.15rem)/2); margin-right: 0.15rem; margin-bottom: 0.15rem;}
.caseslist .ipto:nth-child(2n){ margin-right: 0;}
.caseslist .ipto .iptz h3{ font-size: 14px;}
.caseslist .ipto .iptz p{font-size: 12px;}
}

/*服务中心*/
.servicelist{ overflow: hidden; padding:0.3rem 0 1.7rem; background: #f6f6f6; position: relative;}
.servicelist .tit{ overflow: hidden;}
.servicelist .tit h2{}
.servicelist .tit h2 span{ display: block;}
.servicelist .tit h2 span:nth-child(1){ text-transform: uppercase; color: #666; font-size: 0.3rem;}
.servicelist .tit h2 span:nth-child(2){color: #0f82dd; font-weight: bold; font-size: 0.45rem;}
.servicelist .tit h2 span:nth-child(3){color: #333; font-weight: bold; font-size: 0.4rem;}
.servicelist .tit p{ font-size: 0.45rem; color: #0f82dd; line-height: 1.4; display: flex; align-items: center;}
.servicelist .tit p:before{ content: ""; display: inline-block; width: 0.75rem; height: 2px; background: #0f82dd; margin-right: 0.5rem;}
.servicelist>div>p{ text-align: center; font-size: 0.22rem; color: #333; margin: 0.4rem 0;}
.servicelist .list{ overflow: hidden; display: flex; justify-content: space-between; flex-wrap: wrap;}
.servicelist .list .item{ margin: 0; width: calc((100% - 1.8rem)/4); margin-right: 0.6rem; margin-bottom: 0.3rem; background: #fff; box-sizing: border-box; text-align: center; padding: 0.5rem 0.3rem;}
.servicelist .list .item .img{ overflow: hidden;}
.servicelist .list .item .img img{ width: 1rem;}
.servicelist .list .item .txt{ overflow: hidden;}
.servicelist .list .item .txt h3{ font-size: 15px; margin-top: 20px;}
.servicelist .list .item .txt h4{ font-size: 15px; margin-top: 20px; position: relative; padding-bottom: 20px;}
.servicelist .list .item .txt h4:after{ content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 0.42rem; height: 2px; background: #333;}
.servicelist .list .item .txt p{ font-size: 14px; line-height: 2; margin-top: 20px;}
.servicelist .list .item .txt p a{font-weight: bold;}

@media (min-width:992px) {
.servicelist .tit{ display: flex; justify-content: space-between;}
.servicelist .tit h2{ flex: 0 0 40%; box-sizing: border-box;}
.servicelist .tit p{ flex: 0 0 60%; box-sizing: border-box;}
.servicelist .list .item:nth-child(4n){ margin-right: 0;}
.servicelist:after{ content: "Team"; font-size: 2.4rem; color: #d9d9d9; text-transform: capitalize; position: absolute; bottom: -0.5rem; right: 0; z-index: 0}
}
@media (min-width:1px) and (max-width:991px){
.servicelist{ padding: 30px 0;}
.servicelist .tit p{ font-size: 14px; margin-top: 15px;}
.servicelist .list .item{ width: calc((100% - 0.3rem)/2); margin-right: 0.3rem;}
.servicelist .list .item .txt h3{ font-size: 13px; margin-top: 10px;}
.servicelist .list .item .txt h4{ font-size: 13px; margin-top: 10px; padding-bottom: 10px;}
.servicelist .list .item .txt p{ font-size: 12px; line-height: 2; margin-top: 10px;}
.servicelist .list .item .txt p a{font-weight: bold;}
.servicelist .list .item:nth-child(2n){ margin-right: 0;}
}


.servicelist1{ overflow: hidden; padding:0.5rem 0; position: relative;}
.servicelist1 .tit{ overflow: hidden;}
.servicelist1 .tit p{ font-size: 0.45rem; color: #0f82dd; line-height: 1.4; display: flex; align-items: center;}
.servicelist1 .tit p:before{ content: ""; display: inline-block; width: 0.75rem; height: 2px; background: #0f82dd; margin-right: 0.5rem;}
.servicelist1 .img{ overflow: hidden; margin-top: 0.4rem;}
.servicelist1 .img img{ width: 100%;}
.servicelist1 .list{ overflow: hidden; margin-top: 0.5rem;}
.servicelist1 .list .item{ overflow: hidden; box-sizing: border-box;}
.servicelist1 .list .item img{ width: 100%;}
.servicelist1 .list .item h3{ font-size: 1rem; font-weight: bold; color: #0f56b3; position: relative; display: inline-block;}
.servicelist1 .list .item h3:before{ content: "+"; display: inline-block; position: absolute; top:-0.3rem; right: -0.5rem;}
.servicelist1 .list .item h4{ font-size: 0.4rem; color: #0f56b3; font-weight: normal; margin-left: 0.6rem; margin-right: 1.15rem; padding-top: 0.2rem; margin-top: 0.4rem; border-top: 2px solid #7c97c1; text-align: left}
.servicelist1 .list .item p{ font-size: 0.22rem; line-height: 2; color: #333; margin-top: 0.3rem;text-align: left}
@media (min-width:992px) {
.servicelist1 .tit{ display: flex; justify-content: space-between;}
.servicelist1 .tit .atit{ flex: 0 0 50%; box-sizing: border-box;}
.servicelist1 .tit p{ flex: 0 0 50%; box-sizing: border-box;}
.servicelist1 .img{ padding: 0 1.65rem;}
.servicelist1 .list{ padding: 0 0.3rem; display: flex; justify-content: space-between; align-items: center;}
.servicelist1 .list .item{ margin: 0; flex: 0 0 33.330%; box-sizing: border-box;}
.servicelist1 .list .item:nth-child(1){ padding-right: 0.66rem;}
.servicelist1 .list .item:nth-child(2){ text-align: center;}
.servicelist1 .list .item:nth-child(3){ padding-left: 0.4rem;}
}
@media (min-width:1230px) {
.servicelist1 .tit .atit{ padding-left: 2.23rem;}
.servicelist1 .list{ padding: 0 0.7rem;}
}
@media (min-width:1px) and (max-width:991px){
.servicelist1{ padding: 30px 0;}
.servicelist1 .tit p{ font-size: 14px; margin-top: 15px;}
.servicelist1 .list .item:nth-child(2){ padding: 15px;}
.servicelist1 .list .item h3{ font-size: 24px;}
.servicelist1 .list .item h3 br{ display: none;}
.servicelist1 .list .item h4{ margin-left: 0; font-size: 18px;}
.servicelist1 .list .item p{ font-size: 14px;}
}


/*常见问题*/
.faqimg{position:relative;}
.faqimg .info{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-flow:column;justify-content:center;padding-left:60px;text-align:left;}
.faqimg .info h3{color:#fff;font-size:34px;line-height:2;margin:0;letter-spacing:5px;margin-bottom:10px;}
.faqimg .info p{color:#fff;margin:0;font-size:16px;}

.faqlist{ padding: 0.6rem 0}
.faqlist .item{ clear: both; margin-bottom: 0.25rem;border:1px solid #dddddd;}
.faqlist .item h3{ display: flex; justify-content: space-between; background: #fff; box-sizing: border-box; padding: 10px 15px; align-items: center; cursor: pointer; font-size: 16px;color:#666} 
.faqlist .item h3 font{ margin: 0; display: none;}
.faqlist .item h3 span{ flex: 1; display: inline-block; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.faqlist .item h3 i{ margin: 0; display: inline-block; font-size: 20px; color:#666;}
.faqlist .item h3 i:before{content:"\e64d";}
.faqlist .item .context{ overflow: hidden; padding: 0 30px 0 15px; transition: all 0.35s; background: #fff; font-size: 14px; line-height: 1.5; height: 0; transform-origin: top center; color: #666;}
.faqlist .item.active h3{ }
.faqlist .item.active h3 i:before{content:"\e644"}
.faqlist .item.active .context{ padding: 8px 30px 15px 15px; height: auto;}

@media (min-width:992px) {	
}
@media (min-width:1px) and  (max-width:991px){
    .faqimg .info{padding-left:15px;padding-right:15px;}
    .faqimg .info h3{font-size:20px;margin-bottom:5px;}
    .faqimg .info p{font-size:14px;}

.faqlist{ padding: 0 0 30px 0;}
.faqlist .item .context{ font-size: 14px;}
}
/*图库中心*/
.gallerylist{ overflow: hidden; padding: 0.4rem 0 0.6rem 0;display:flex;justify-content:flex-start;flex-wrap:wrap;}
.gallerylist .ipto{ width: calc((100% - 60px)/4); margin:0 20px 20px 0;}
.gallerylist .ipto:nth-child(4n){margin-right:0;}
.gallerylist .ipto .ipti{ overflow: hidden; border: 1px solid #f5f5f5;}
.gallerylist .ipto .ipti img{ width: 100%; transition: all 0.35s ease;}
.gallerylist .ipto .iptz{ overflow: hidden; text-align: center; padding:15px 5px;}
.gallerylist .ipto .iptz h3{ font-size: 16px;}
@media (min-width:768px) and (max-width:991px){
    .gallerylist .ipto{ width: calc((100% - 30px)/3); margin:0 15px 15px 0;}
    .gallerylist .ipto:nth-child(4n){margin-right:0;}
    .gallerylist .ipto:nth-child(3n){margin-right:15px;}
}
@media (min-width:1px) and (max-width:767px){
    .gallerylist .ipto{ width: calc((100% - 15px)/2); margin:0 15px 15px 0;}
    .gallerylist .ipto:nth-child(2n){margin-right:0;}
}

/* 视频中心 */
.videolist{ overflow: hidden;}
.videolist .ipto{ width: calc((100% - 0.5rem)/2); float: left; margin-right: 0.25rem; margin-bottom: 0.25rem; cursor: pointer;}
.videolist .ipto .ipti{ overflow: hidden; border: 1px solid #d7d7d7; box-sizing: border-box; position: relative;}
.videolist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.videolist .ipto .ipti:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1;}
.videolist .ipto .ipti:after{ content: "\e8e2"; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; color: red; font-size: 0.6rem; font-family:iconfont; animation: Amplify 3s infinite;}
.videolist .ipto .iptz{ overflow: hidden; box-sizing: border-box;display:none;}
.videolist .ipto .iptz h3{ font-size: 14px; letter-spacing: 0.5px; color: #575757; text-align: center; padding: .1rem 0;}
.videolist .ipto .iptz .nr{ display: none!important;}
@media (min-width:992px){
.videolist .ipto:nth-child(2n){ margin-right: 0;}
.videolist .ipto:hover .ipti img{ transform: scale(1.1)}
} 
@media (min-width:1px) and (max-width:991px){
.videolist{}
.videolist .ipto{ width: calc((100% - 0.15rem)/2); margin-right: 0.15rem; margin-bottom: 0.15rem;}
.videolist .ipto:nth-child(2n){ margin-right: 0;}
.videolist .ipto .iptz h3{ font-size: 12px;}
}

/*region 其他*/
.thk_nav{ text-align: justify; font-size: 16px; line-height: 2em;}
.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*/

/*网站地图*/
.sitemaps{ overflow: hidden; padding: 40px 0;}
.sitemaps .column{ overflow: hidden; font-size: 18px;}
.sitemaps .column a{ display: block; padding: 10px 0}
.sitemaps .Bigcategory{ overflow: hidden; padding-left: 2%; font-size: 16px; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li{ width: 100%; margin: 0; font-size: 16px; text-transform: capitalize}
.sitemaps .Bigcategory li a{  padding: 10px 0; display: block;}
.sitemaps .Bigcategory li>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li>.list-inline li{ width: 48%; margin: 0; font-size: 12px; padding: 0 1%;}
.sitemaps>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps>.list-inline li{ width: 100%; margin: 0; font-size: 16px;}
.sitemaps>.list-inline li a{ display: block;  padding: 10px 0;}
.sitemaps .columnclear{ overflow: hidden; clear: both; border-bottom: 1px dashed #d5d5d5; margin: 10px 0;}
@media (min-width:1px) and (max-width:991px) {
.sitemaps{ padding: 30px 0;}
.sitemaps .Bigcategory li{ width: 100%; overflow: hidden;}
.sitemaps>.list-inline li{ width: 100%; overflow: hidden;}
.sitemaps .Bigcategory li>.list-inline li{ width: 100%;}
}

/*其他*/
.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

.material{ overflow: hidden; padding: 30px 0; text-align: center; font-size: 14px; text-transform: capitalize; font-weight: bold;}
@media (min-width:1px) and (max-width:991px) {
.material{ padding: 20px; font-size: 14px;}
}
.onliewhatsapp{ position:fixed; right:15px; bottom:20%; z-index:10;}
.onliewhatsapp img{ width:70px;}

/*人才招聘*/
.joinuslist{ padding: 0 0 0.55rem 0 ;}
.joinuslist .item{ overflow: hidden; display: flex; justify-content: space-between; background: #D11031; margin-bottom: 8px;}
.joinuslist .item h3{ padding: 0.2rem 0.2rem; font-size: 16px; font-weight: bold; color: #fff; margin: 0; box-sizing: border-box;}
.joinuslist .item h3:nth-child(1){ width: 467px;}
.joinuslist .item h3:nth-child(2){ width: 297px;}
.joinuslist .item h3:nth-child(3){ width: 264px;}
.joinuslist .item h3:nth-child(4){ width: 364px;}
.joinuslist .item h3:nth-child(5){ width: 130px;}
.joinuslist .item p{ padding: 0.15rem 0.2rem; font-size: 16px; color: #202020; margin: 0; box-sizing: border-box;}
.joinuslist .item p:nth-child(1){ width: 467px;}
.joinuslist .item p:nth-child(2){ width: 297px;}
.joinuslist .item p:nth-child(3){ width: 264px;}
.joinuslist .item p:nth-child(4){ width: 364px;}
.joinuslist .item p:nth-child(5){ width: 130px;}
.joinuslist .item p>a{display: flex;}
.joinuslist .item:nth-child(n+2){ background: rgb(246, 248, 249);}

@media (min-width:992px) {	
.joinuslist .item:nth-child(n+2):hover{ background: #84B6DB}
}
@media (min-width:1px) and (max-width:991px) {
.joinuslist .item h3:nth-child(3){ display: none;}
.joinuslist .item h3:nth-child(4){ display: none;}
.joinuslist .item h3:nth-child(5){ width: 300px;}
.joinuslist .item p:nth-child(3){ display: none;}
.joinuslist .item p:nth-child(4){ display: none;}
.joinuslist .item p:nth-child(5){ width: 300px;}
.joinuslist .item h3{ font-size: 12px; padding: 10px;}
.joinuslist .item p{ font-size: 10px; padding: 6px 10px;}
.joinuslist .item p>a{ font-size: 10px;}
}

/*下载中心*/
.downloadlist{  padding: 0.5rem 0;}
.downlist {overflow: hidden; width:99%;box-shadow: darkgrey 5px 5px 10px 5px;padding:0.5%;margin-bottom:20px; box-sizing: border-box; display: flex; justify-content: space-between; border-radius: 5px;}
.convImgs { overflow: hidden; margin: 0; width: 1.5rem;}
.convText {float:left;padding:30px; margin-left:70px;}
.convText strong{float:left; width:100%;color:#363636; text-transform:uppercase; font-size: 18px;}
.convText p{float:left; width:100%;margin-top:10px; font-size: 14px;}
.convDown {float:right;margin-right:30px;margin-top:40px;}
.convDown a{ color: #D11031;}
.convDown a i:before{ content: "\e601"; font-size: 0.4rem;}

@media (max-width: 767px) {
   .downlist {width:94%; margin-left:3%;padding:20px}
   .convImgs img{width:100%;}
   .convText {float:left;padding:30px 0px; margin-left:0px;width:100%}
   .convDown {float:left;margin-right:0px;margin-top:10px;}
}

/*效果*/
.onlineservice{ position: fixed; top: 180px; 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;}
.onlineservice li.wechat{ position: relative;}
.onlineservice li.wechat .codeimg{ position: absolute; top: -30px; left: -120px; display: none; transition: all 0.35s; width: 120px;}
.onlineservice li.gotop{ display: none;}
.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;}


/*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:#0556b1;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:#0556b1;}
.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:#0556b1;background-color:#0556b1;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*/











