/*初始化代码*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-size: 14px;
    overflow: hidden;
	font-family: Microsoft YaHei;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
	font-family: Microsoft YaHei;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border-collapse: collapse;
}


table th img,
table td img {
    max-width: 100%;
}

table thead {
    background: #eee;
}

table thead th,
table thead td {
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear{clear: both;}
.clearfix {
    *zoom: 1;
}

.w1200 {
    max-width: 1200px;
	width: 100%;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
	width: 100%;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}
@font-face {
	font-family: 'BebasNeue';
	src:url('../font/BebasNeue-Regular-3.ttf');
}
/*初始化代码 end*/


/* m-title */

.m-titbg {
    overflow: hidden;
}

.m-title {
    text-align: center;
    margin: 80px auto 44px;
}

.m-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
	font-family: SimSun;
}
.m-title h3 img{margin:0 14px;}
.m-title h3>span {
    color: #333;
    font-weight: 100;
}

.m-title p {
    position: relative;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
	padding-top:10px;
}

.m-titbg .m-mess {
    float: right;
    width: 130px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 20px;
    margin-top: 60px;
}

.m-titbg .m-mess:hover {
    background-color: #0049c0;
    color: #fff;
    transition: all 0.3s;
}


/* m-title end */


/* m-bbtn */

.m-bbtn {
    text-align: center;
    margin-top: 50px;
}

.m-bbtn a {
    display: inline-block;
    padding: 0 50px;
    line-height: 44px;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    background-color: #ce982c;
}

.m-bbtn a:last-child {
    margin-left: 15px;
}

.m-bbtn a:hover {
    background-color: #0049c0;
    transition: all 0.3s;
}


/* m-bbtn end */


/* m-btn */

.m-btn {
    display: block;
    position: relative;
    width: 8%;
    margin: 50px auto;
    line-height: 40px;
    background-color: #0049c0;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.m-btn:hover {
    color: #fff;
}
/* m-btn end */

/*网站头部*/
header{background:#fff;width:100%;}
.top_head_box{display: flex;justify-content: space-between;}
.top_logo{height:170px; display: flex;align-items: center;width: 16%;}
.top_dg{width: 84%;height: 170px;}
.top_left{height: 56%; display: flex; align-items: center;justify-content: space-between;border-bottom: solid 1px #eee;}
.top_left dl h1{font-size:28px;color:#111111;font-weight: bold;}
.top_left dl dd{font-size:14px;color:#999;padding-top:6px;font-family: arial;text-transform: uppercase;}
.top_left div span{padding-left:10px;color:#111;font-size:26px;font-family: arial;}
.top_nav{height: 44%;display: flex; align-items: center;}
.top_nav ul{display: flex;justify-content: space-between;width: 100%;}
.top_nav ul li{position: relative;}
.top_nav ul li:nth-child(1){background:none;}
.top_nav ul li a{color:#000;font-size:18px;display: block;padding-bottom: 10px;}
.nav_hover a{color:#000 !important;border-bottom:3px solid #234ea3;}
.top_nav ul li:hover a{color:#000 !important;border-bottom:3px solid #234ea3;}
.sp_header{display: none;}

.top_nav .subnav{background:#995d10;top: 120px;left: 50%;visibility: hidden;width: 100%;margin-left: -70px;-webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;z-index: 9999999;box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);position: absolute;padding: 0;}
.top_nav ul li:hover ul{ visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;}
.top_nav .subnav li{float: none;padding: 0;text-align: center; position: relative;width: 100%;border-right:none;line-height: 60px;height: 60px;background: none;}
.top_nav .subnav li .subnav_a{line-height:60px;height:60px;display: block;color: #fff !important;border-bottom: 1px solid #824900;}
.top_nav .subnav li .subnav_a:hover{color:#ffe0b9 !important;}
.top_nav ul li ul li span:hover .subnav_a{color:#222 !important;}
/*.top_nav ul li:hover{color:#222 !important;}*/

.banNews {height: 300px;overflow: hidden;position: relative;text-align: center;}
.banNews h3{position: absolute;top: 50%;text-align: center;left: 50%;transform: translate(-50%,-50%);color:#fff;font-weight:400;font-size:28px;}
.banNews h3 dd{font-size:16px;font-family: arial;text-transform: uppercase;padding-top:10px;opacity:0.6;}

@media ( max-width:1030px) {
	.top_nav{display: none;}
	.sp_header{display: block;}
	.top_left{padding-left:20px;}
}
@media ( max-width:768px) {
 .top_dg{height:80px !important;}
 .sp_header{height: 80px !important;}
 header{box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);position: fixed;z-index: 99999;}
 .top_left{padding: 0;}
 #ups-banner{margin-top:80px !important;}
 .sp_nav{margin-top:60% !important;}
 .top_left img{height:55px;padding:15px 0;}
 .top_left{padding-left:20px;display: none;}
 .top_logo{height: 80px;}
 .top_logo a{height: 70px;}
 .top_logo img{height: 100%;padding-left:10%;}
}
@media ( max-width:375px) {
 .top_dg{height:60px !important;}
 .sp_header{height: 60px !important;}
 .top_left{padding: 0;}
 #ups-banner{margin-top:60px !important;}
 .sp_nav{margin-top:50% !important;    transform: scale(0.79);}
 .top_left img{height:40px;padding:15px 0;}
 .top_left{padding-left:20px;}
}

/*----手机站导航开始----------*/
.sp_header{height:120px;overflow:hidden;position:absolute;z-index:999;right: 0;}
.sp_nav{width:50px;position:relative;cursor:pointer;height:30px;margin-top:100%;}
.sp_nav span{display:block;background:#333;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:99;background:#fff;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.sjj_nav span{padding-top: 20px;display: block;margin-left:20px;float: left;}
.sjj_nav span img{display: block;float: left;padding-top:6px;}
.nav_show{top:0;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:60px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%;text-transform: uppercase;}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}
/*----手机站导航结束----------*/


/* banner */

.index-banner {
    width: 100%;
    position: relative;
}

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index-banner .swiper-slide img {
    max-width: 100%;
}

.index-banner .swiper-container .swiper-button-next,
.index-banner .swiper-container .swiper-button-prev {
    opacity: 0;
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.index-banner .swiper-container .swiper-button-prev {
    left: 3%;
    background-image: url(../images/arrow-left.png);
}

.index-banner .swiper-container .swiper-button-next {
    left: auto;
    right: 3%;
    background-image: url(../images/arrow-right.png);
}

.index-banner:hover .swiper-container .swiper-button-next,
.index-banner:hover .swiper-container .swiper-button-prev {
    opacity: 1;
}

/* .index-banner .swiper-container .swiper-button-next:hover,
.index-banner .swiper-container .swiper-button-prev:hover {
    background-color: rgba(0, 51, 153, 0.8);
} */

.index-banner .swiper-pagination-bullet {
    width: 48px;
    height: 5px;
    background: #000;
    opacity: 0.2;
    border-radius: 0;
    transition: all 0.3s;
    transform: skewX(-25deg);
}

.index-banner .swiper-pagination-bullet-active {
    width: 40px;
    opacity: 1;
}

.thumbs-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #0049c0;
}

.thumbs-list .thumbs-title {
    width: 12%;
    background-color: #0049c0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.thumbs-list .thumbs-title>h2 {
    font-size: 28px;
    font-weight: bold;
}

.thumbs-list .thumbs-next {
    width: 4%;
    background: #0049c0 url(../images/thumbs-next.png) center no-repeat;
    background-size: 40px;
    cursor: pointer;
}

#thumbs {
    width: 84% !important;
    height: 110px !important;
}

#thumbs .swiper-slide {
    height: 100%;
    cursor: pointer;
    background-size: cover !important;
}

#thumbs .swiper-slide-thumb-active {}


/* banner end */

/* 关键词搜索 */
.keyword_dg{border-bottom: solid 1px #eee;}
.keyword_box{height:60px;line-height:60px;background:#fff;z-index: 99;}
.keyword_box dd{float:left;padding-left:26px;font-size:16px;color:#333;background:url(../images/icon_01.png) no-repeat center left;}
.keyword_box dd a{color:#666;padding:0 8px;font-weight:400;}
.keyword_right{float: right;background: #f4f4f4;border-radius:50px;margin-top: 13px;margin-right: 40px;}
.keyword_right form input{line-height:36px;border:none;height:36px;float: left;color:#999;font-size: 14px;}
.keyword_right form .textCont{padding-left:16px;width:240px;background: none;}
.keyword_right form .anSearch {border: 0;background:#f4f4f4 url(../images/icon_02.png) no-repeat center;width:76px;height:36px;float: right;border-radius:30px;}

/* 数据 */

.innum_foot{margin:60px auto;}
.innum_foot ul{display: flex; flex-wrap: wrap;  justify-content: space-between;width: 100%;}
.innum_foot ul li h4{color:#000;font-size:80px;font-family: 'BebasNeue';display: flex;align-items: center;line-height: 70px;}
.innum_foot ul li h4 p{display: inline-block;font-weight: 400;font-size:18px;background:#234ea3;border-radius: 100%;
    width: 35px;
    height: 35px;
	text-align: center;
	line-height:35px;
	color: #fff;
	margin-left:12px;
	}
.innum_foot ul li dd{color:#000;font-size:20px;}
/* 数据 end*/

/* in-about */

.in-about {
	background:#f1f1f1 url(../images/about.jpg) no-repeat center top;
}

.in-about .inab-c {
    display: flex;
    position: relative;
}

.in-about .inab-l {
    width: 50%;
    height: 80vh;
    position: relative;
}

.in-about .inab-l>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in-about .inab-l>ul {
    width: 32%;
    position: absolute;
    right: 0;
    top: 12%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.in-about .inab-l>ul>li {
    width: 62%;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    background-color: #2490e1;
    padding: 5%;
    margin-bottom: 10%;
    transition: all 0.3s;
}

.in-about .inab-l>ul>li::after {
    content: '+';
    display: block;
    font-size: 20px;
}

.in-about .inab-l>ul>li p {
    display: none;
    font-size: 13px;
    line-height: 26px;
    color: #ccc;
}

.in-about .inab-l>ul>li.cur {
    width: 90%;
    background-color: #cc0000;
}

.in-about .inab-l>ul>li.cur::after {
    display: none;
}

.in-about .inab-l>ul>li.cur p {
    display: block;
}

.in-about .inab-r {
    position: relative;
    width: 50%;
    background: url(../images/inab-bg.jpg) center no-repeat;
    background-size: cover;
}

.in-about .inab-blue {
    color: #fff;
    padding-left: 8%;
    padding-top: 5%;
}

.in-about .inab-blue>h3 {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 5px;
    color: #fff;
    margin-bottom: 2%;
}

.in-about .inab-blue>p {
    width: 65%;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

.in-about .inab-blue>a {
    display: block;
    width: 15%;
    text-align: center;
    color: #fff;
    line-height: 36px;
    margin-top: 5%;
    border: 1px solid #fff;
}

.in-about .inab-c .inab-r ul {
    width: 150%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: -50%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.in-about .inab-c .inab-r ul>li {
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.in-about .inab-c .inab-r ul>li h4 {
    font-size: 30px;
}

.in-about .inab-c .inab-r ul>li h4>span {
    font-size: 50px;
    font-family: Arial;
    font-weight: bold;
}

.in-about .inab-c .inab-r ul>li p {
    font-size: 18px;
    margin-top: 4%;
}

.in-about .inab-c .inab-r ul>li:nth-child(1) {
    background-color: rgba(72, 149, 239, .9);
}

.in-about .inab-c .inab-r ul>li:nth-child(2) {
    background-color: #4061ea;
}

.in-about .inab-c .inab-r ul>li:nth-child(3) {
    background-color: #0332bf;
}

.in-about .inab-btn {
    text-align: center;
	padding:40px 0;
}

.in-about .inab-btn li {
    position: relative;
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
    margin-right: 0.5%;
}

.in-about .inab-btn li:nth-child(4) {
    margin-right: 0;
}

.in-about .inab-btn li>a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #111;
	line-height:28px;
	justify-content: center;
	text-align: left;
}
.in-about .inab-btn li>a>div{
	padding-left: 70px;
	background:url(../images/photo_ico01.png) no-repeat 0 0;-webkit-transition: all 0.2s ease-in-out;
	background-size: 55px;
}
.in-about .inab-btn li:nth-child(2)>a>div{
	background:url(../images/photo_ico03.png) no-repeat 0 0;
}
.in-about .inab-btn li:nth-child(3)>a>div{
	background:url(../images/photo_ico02.png) no-repeat 0 0;
}
.in-about .inab-btn li:hover>a>div{background-position-y: -55px;}
.in-about .inab-btn li.cur>a>div{background-position-y: -55px;}

.in-about .inab-btn li img {
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

.in-about .inab-btn li.cur>a {
    color: #111;
	font-weight: bold;
}


.in-about .inab-box {
    overflow: hidden;
    margin-bottom: 4%;
}

.in-about .inab-box .swiper-slide>a {
    display: block;
}

.in-about .inab-box .swiper-slide div {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.in-about .inab-box .swiper-slide img {
    max-width: 100%;
    transition: all 0.3s;
}

.in-about .inab-box .swiper-slide p {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
	padding-top:10px;
}

.in-about .inab-box .swiper-slide:hover img {
    transform: scale(1.05);
}


/* in-about end */
.home_About .titles{
	font-size: 30px;
	text-align: center;
	padding:10px 0;
}
.home_About .content{
	font-size: 18px;
	text-indent:36px;
	line-height: 40px;
	color:#fff;
	position: relative;
	padding-bottom: 30px;
}

@media (max-width: 768px){
	.home_About .titles{
		font-size: 22px;
	}
	.home_About .content{
		font-size: 14px;
	}
}



/* 合作客户 */
.home_Certificate{
	background:#fff;
	margin-top:50px;
}
.in-about .inab-box{
	width: 95%;
	margin:0 auto;
}

.in-about .inab-btn li{
	margin: 0;
	width: 24%;
}
.in-about .inab-btn li span{
	font-size: 18px;
	display: block;
	font-weight: 400;
	font-family: arial;
	color: rgba(51,51,51,0.2);
}
.nobor{
	display: flex;
}

.in-about .inab-box .swiper-slide div{
	border-radius: 0;
}
.in-about .inab-box .swiper-slide p{
	text-align: center;
	line-height: 36px;
	background: #fff;
}
@media (max-width: 768px){
	.in-about .inab-btn li {
		line-height: 16px;
		padding: 10px 10px;
	}
}


/* 产品 */
.ind_pro{background:#F1F1F1;padding-bottom:40px;}
.ind_pro .m-title p{color:#333333;}
.ind_pro_box ul{display: flex;justify-content: space-between;width: 100%;flex-wrap: wrap;}
.ind_pro_box ul li{background:#fff;width:23%;margin-bottom:30px;}
.ind_pro_box ul li:nth-child(1),.ind_pro_box ul li:nth-child(2){width:48.6%;}
.ind_pro_box ul li:nth-child(1) a,.ind_pro_box ul li:nth-child(2) a{display: flex;align-items: center;justify-content: space-between;}
.ind_pro_box ul li:nth-child(1) a>img,.ind_pro_box ul li:nth-child(2) a>img{width:50%;}
.ind_pro_box ul li:nth-child(1) a dl,.ind_pro_box ul li:nth-child(2) a dl{width: 40%;text-align: right;margin:0 auto;}
.ind_pro_box ul li a dl dt{font-size:30px;color:#333;font-weight: bold;}
.ind_pro_box ul li a dl dd{font-size:18px;line-height:30px;color:#666;padding:20px 0 40px;}
.ind_pro_box ul li:hover a dl dt{color:#234ea3;}
.ind_pro_box ul li a>dd{font-size:18px;color:#333;text-align: center;line-height:50px;}
.ind_pro_box ul li a>img{width: 100%;}
.ind_pro_box ul li:hover a>dd{color:#234ea3;}
.ind_pro_box ul li:hover{box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);}
/* 产品 end*/

/*六大产品优势*/
.six{background:#06206f url(../images/six_bg.jpg) no-repeat center bottom;overflow: hidden;padding-bottom:70px;}
.six dl{width: 16.66%;margin-top: 20px;height: 26rem;position: relative;float: left;}
.six dl dt{width: 100%;text-align: center;padding: 2.5rem 0 0;height: 24rem;position: relative;}
.six dl dt:before{content: "";width: 3px;height: 100%;position: absolute;top: 0;right: 0;background: url(../images/six_line.png) no-repeat;}
.six dl dt b{display: block;font-size: 1.5rem;color: #fff;font-family: "arial";height: 6rem;line-height: 1.5rem;font-weight: 400;}
.six dl em{display: block;width: 3.7rem;height: 3.7rem;margin: 0 auto;line-height: 0;overflow: hidden;}
.six dl em img{width: 3.7rem;height: 3.7rem;}
.six dl h5{font-size: 1.6rem;color: #fff;height: 5.5rem;line-height: 1.6rem;overflow: hidden;padding-top: 2rem;font-weight: bold;}
.six dl h5 i{display: block;font-size: 1rem;font-weight: normal;}
.six dl dt h5{background: url(../images/six_ico07.png) no-repeat center bottom;}
.six dl dd{width: 100%;height: 0;position: absolute;top: 0;left: 0;text-align: center;overflow: hidden;z-index: 1;}
.six dl dd h5{color: #333;padding-top: 1rem;height: 3.5rem;}
.six dl dd p{font-size:0.9rem;color: #333333;line-height: 1.6rem;width: 66%;margin: 0 auto;-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5;  overflow: hidden; text-overflow: ellipsis;}
.six dl dd {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.six dl dd:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.six dl:hover dd:before,.six dl.cur dd:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.six dl:hover dd,.six dl.cur dd{height: 22.1rem;padding-top: 4rem;}
.six dl.nobor dt:before{background: none;}
.six dl:hover dt,.six dl.cur dt{display: none;}
/*六大产品优势 end*/

/* 应用案例 */
.pro02{position: relative;}
.pro02 .m-title p{color: #666666;}
.pro02 .pro_tit{background: url(../images/chang_tbg.png) no-repeat center 12px;}
.pro02 .pro_tit,.pro02 .pro_tit a,.pro02 .pro_tit span,
.case .pro_tit,.case .pro_tit a,.case .pro_tit span,
.news .pro_tit,.news .pro_tit a,
.super .pro_tit,.super .pro_tit span
{color: #333;}
.pro02 .pro_tit a:hover,.pro_tit i,.case .pro_tit a:hover,.news .pro_tit a:hover{color: #244ca1;}

.pro02_l{width: 600px;height: 595px;line-height: 0;margin-top:10px;overflow: hidden;position: relative;}
.pro02_l a{position: relative;display: block;}
.pro02_l img{width: 600px;height: 595px;}
.cp_tit{height: 50px;line-height: 50px;position: absolute;bottom: 0;left: 30px;font-weight: normal;z-index: 5;}
.cp_tit i{display: block;float: left;font-size: 16px;color: #fff;}
.cp_tit em{width: 28px;height: 6px;display: block;float: left;line-height: 0;padding: 20px 0 0 15px;-webkit-transition:transform .3s;transition:transform .3s;}
.cp_tit em img{width: 28px;height: 6px;}
.pro02_l .cp_tit{bottom: 10px;}
.pro02_l:hover em,.pro02_r ul li:hover em{-webkit-transform:translate(3px,0);transform:translate(3px,0);}
.cp_tit em img:hover
{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
.pro02_r{background: #fff;width: 830px;height: 502px;position: absolute;top: 270px;right: 0;}
.pro02_r ul li{width: 395px;height: 222px;margin: 20px 0 0 20px;float: left;}
.pro02_r ul li a{width: 395px;height: 222px;position: relative;display: block;overflow: hidden;line-height: 0;}
.pro02_r ul li a:after{content: "";width: 100%;height: 100%;position: absolute;bottom: 0;left: 0;background: url(../images/cp_k.png) no-repeat;}
.pro02_l a:after{content: "";width: 100%;height: 100%;position: absolute;bottom: 0;left: 0;background: url(../images/cp_k.png) no-repeat bottom left;}
.pro02_r ul li a:before{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.pro02_r ul li a:hover:before{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.cp-more{display: block;width: 190px;height: 54px;margin: 50px auto 0;}
.cp-more a{font-size: 16px;color: #fff;display: block;width: 122px;height: 54px;line-height: 54px;background: #244ca1;border-radius: 30px;overflow: hidden;padding: 0 18px 0 50px;}
.cp-more b{display: block;line-height: 0;width: 33px;height: 33px;float: right;padding-top: 10px;}
.cp-more b img{width: 33px;height: 33px;}

/* 应用案例 end */

/* 新闻中心 */

.news-bg {
    width: 100%;
    background:#f6f6f6;
    background-size: cover;
	margin-top:70px;
	padding-bottom:130px;
}
.news-bg .m-title p{color:#666;}

.container_news {background:#fff;box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);padding:40px 0;}
.news-bg .container_news .row{width:96%;margin:0 auto;}
.news-bg .container_news .tabCat .row{display: flex;justify-content: space-between;width: 100%;}
.news-bg .container_news .row .news-pic{width: 40%;}
.news-bg .container_news .row .news-l{width: 55%;}
.news-bg .news-box-list ul {
    text-align: center;
    margin-bottom: 30px;
}

.news-bg .news-box-list ul li {
    display: inline-block;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    margin-left: 22px;
	color:#333333;
}
.news-bg .news-box-list ul li.cur>a {
    color:#244ca1;font-weight: bold;
}

.news-bg .news-box-list ul li:first-child {
    margin-left: 0;
}

.news-bg .cs_wz .news-pic>a {
    display: block;
}

.news-bg .cs_wz .news-pic .news-pic-t {
    overflow: hidden;
    height: 300px;
}

.news-bg .cs_wz .news-pic img {
    width: 100%;
    transition: all 0.3s;
}

.news-bg .cs_wz .news-pic:hover img {
    transform: scale(1.05);
}

.news-bg .cs_wz .news-pic h3 {
    color: #111;
    font-size: 20px;
    line-height: 50px;
}
.news-bg .cs_wz .news-pic:hover h3{color:#244ca1;}
.news-bg .cs_wz .news-pic span{font-size: 14px;color:#666666;font-family: arial;padding-top:15px;display: block;}
.news-bg .cs_wz .news-pic p {
    color: #999999;
    font-size: 14px;
    line-height: 26px;
}
.news-bg .cs_wz .news-l .news-l-box {
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
}

.news-bg .cs_wz .news-l .news-l-box>a {
    overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-bg .cs_wz .news-l .news-l-date {
    width: 10%;
    color: #999999;
    text-align: center;
	font-family: arial;
}

.news-bg .cs_wz .news-l .news-l-date>h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
}
.news-bg .cs_wz .news-l .news-l-date>p{font-size:14px;padding-top:6px;}
.news-bg .cs_wz .news-l i{width: 1px;height:80px;background:#ececec;}
.news-bg .cs_wz .news-l .news-l-text {
    width: 70%;
}

.news-bg .cs_wz .news-l .news-l-text>h3 {
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 12px;
	color: #181818;
}

.news-bg .cs_wz .news-l .news-l-text>p {
    color: #999999;
	font-size:14px;
	line-height:24px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.ind_news_img img:nth-child(2){display: none;}
.news-bg .cs_wz .news-l .news-l-box:hover .ind_news_img img:nth-child(2){display: block;}
.news-bg .cs_wz .news-l .news-l-box:hover .ind_news_img img:nth-child(1){display: none;}
/* 新闻中心 end*/

/* footer */
.foot-bg {
  background: #20222f;
  position: relative;
  z-index: 9;
}

.foot-bg::before {
  content: "";
  width: 989px;
  height: 135px;
  background: url(../images/f1.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}

.foot-bg .foot1 {
  padding-top: 20px;
}

.foot-bg .foot1 .foot1l {
  width: 40%;
  float: left;
}

.foot-bg .foot1 .foot1l p img {
  max-width: 100%;
  margin-top: -25px;
}

.foot-bg .foot1 .foot1r {
  float: right;
}

.foot-bg .foot2 {
  margin-top: 5%;
  padding-bottom: 5%;
}

.foot-bg .foot2 .foot2l {
  float: left;
  width: 76%;
  margin-right: 2%;
}

.foot-bg .foot2 .foot2l dl {
  float: left;
  padding: 0 2.2%;
  border-right: 1px dashed #fff;
  margin: 0;
}

.foot-bg .foot2 .foot2l dl:nth-of-type(1) {
  border-left: 1px dashed #fff;
}

.foot-bg .foot2 .foot2l dl dt {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.foot-bg .foot2 .foot2l dl dt span {
  display: block;
  width: 45px;
  height: 2px;
  background: #b4b5b5;
  margin: 10px 0;
}

.foot-bg .foot2 .foot2l dl dd a {
  display: block;
  font-size: 14px;
  color: #c1c1c1;
  line-height: 40px;
}

.foot-bg .foot2 .foot2l dl dd a:hover{
    color: #3b50a8;
}

.foot-bg .foot2 .foot2r {
  float: right;
  width: 22%;
}

.foot-bg .foot2 .foot2r h2 {
  font-size: 26px;
  color: #fff;
  font-family: "Arail";
  font-weight: bold;
  text-transform: uppercase;
}

.foot-bg .foot2 .foot2r h2 span {
  display: block;
  width: 45px;
  height: 2px;
  background: #b4b5b5;
  margin: 10px 0;
}

.foot-bg .foot2 .foot2r h3 {
  font-size: 18px;
  color: #bfbfbf;
  font-weight: bold;
  line-height: 28px;
}

.foot-bg .foot2 .foot2r h4 {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 34px;
}

.foot-bg .foot2 .foot2r h4 p {
  padding-left: 5%;
  line-height: 34px;
}

.foot-bg .foot2 .foot2r h4 p:nth-of-type(1) {
  background: url(../images/p1.png) no-repeat left center;
}

.foot-bg .foot2 .foot2r h4 p:nth-of-type(2) {
  background: url(../images/p2.png) no-repeat left center;
}

.foot-bg .foot2 .foot2r h4 p:nth-of-type(3) {
  background: url(../images/p3.png) no-repeat left center;
}

.foot-bg .foot2 .foot2r h4 p:nth-of-type(4) {
  background: url(../images/p4.png) no-repeat left center;
}

.foot3 {
  background: #20222f;
  border-top: 1px solid #666666;
  padding: 20px  0;
}

.foot3 .copyright {
  text-align: center;
  font-size: 12px;
  color: #c1c1c1;
  line-height: 24px;
}

.foot3 .copyright a {
  font-size: 12px;
  color: #c1c1c1;
}

.foot3 .copyright a:hover{
    color: #3b50a8;
}

#formsearch input {
  background: none;
  border: none;
  float: left;
  outline: none;
}

#formsearch input#keyword {
  height: 57px;
  line-height: 57px;
  padding-left: 70px;
  color: #999999;
  background: url(../images/sou1.png) no-repeat top center;
  width: 477px;
  background-size: 100% 100%;
}

#formsearch input#s_btn {
  width: 90px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background: url(../images/sou.png) no-repeat center;
  color: #fff;
  border: none;
  cursor: pointer;
  background-size: 100% 100%;
}

#formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}

#formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

.hots {
  font-weight: normal;
  color: #999999;
  line-height: 36px;
  font-size: 12px;
  padding-left: 40px;
}

.hots a {
  margin-right: 6px;
  color: #999999;
  font-size: 12px;
}

.hots a:hover {
  color: #143884;
}

@media (max-width: 1600px) {
  .foot-bg .foot2 .foot2l dl {
    padding: 0 1.5%;
  }
}

@media (max-width: 1440px) {
  .foot-bg .foot2 .foot2l {
    float: none;
    width: 100%;
    margin: 0;
  }
  .foot-bg .foot2 .foot2r {
    float: none;
    width: 100%;
    margin-top: 5%;
  }
  .foot-bg .foot2 .foot2l dl {
    padding: 0 2.4%;
  }
}

@media (max-width: 1366px) {
  .foot-bg .foot2 .foot2l dl {
    padding: 0 2.1%;
  }
}

@media (max-width: 1280px) {
  .foot-bg .foot2 .foot2l dl {
    width: 25%;
    margin-bottom: 2%;
  }
}

@media (max-width: 1024px) {
  .foot-bg .foot1 .foot1l {
    float: none;
    width: 100%;
  }
  .foot-bg .foot1 .foot1r {
    float: none;
    margin-top: 8%;
  }
}

@media (max-width: 900px) {
  .foot-bg::before {
    display: none;
  }
  .foot-bg .foot2 .foot2r {
    margin-top: 0%;
  }
}
.dao{
    display:flex;
	width: 100%;
    padding: 80px 0 40px;
}

.daol{
    width:20%;
}
.daol p img{
    max-width:100%;
}
.daor{
    width:80%;
    color: #8a8a8a;
    font-size: 16px;
}
.daor p{display: flex;justify-content: space-between;}
.daor a{
    color: #8a8a8a;
    padding: 0 20px;
    background: url(../images/dd.png) no-repeat right center;
    line-height: 40px;
}

.daor a:last-child{
    background: none;
}


.ind_lx{
   padding-bottom: 4%;
}
.ind_lx .lx-list{display: flex;justify-content: space-between}
.lx-list li{
    padding: 1% 1%;
    width: 19%;
    float: left;
    border:1px solid #666666;
}

.lx-list li .im{
    width:10%;
    float: left;
}

.lx-list li .im img{
    width:100%;
}
.lx-list li .iw{
    width: 88%;
    float: left;
    margin-left: 2%;
}
.lx-list li .iw span{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.lx-list li .iw h3{
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    padding-top: 3px;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}


@media(max-width:767px){
    .dao{
        display:none;
    }
    .lx-list {
        margin-top:2%;
    }
    .lx-list li{
        width:100%;
        margin-bottom:2%;
    }
}

.box9026_-2034 {
    display: none;
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #666;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.box9026_-2034 * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box9026_-2034 a {
    text-decoration: none;
    color: inherit;
}

.box9026_-2034 ul,
.box9026_-2034 li {
    list-style: none;
}

.box9026_-2034 ul {
    overflow: hidden;
}

.box9026_-2034 .nav-item {
    float: left;
    width: 25%;
}

.box9026_-2034 .nav-item .img-box {
    width: 40px;
    height: 20px;
    margin: 0 auto;
    background: no-repeat 50% 50% / auto 20px;
}

.box9026_-2034 .nav-item .icon-home {
    background-image: url(../images/sy1.png);
}

.box9026_-2034 .nav-item .icon-tel {
    background-image: url(../images/dh.png);
}

.box9026_-2034 .nav-item .icon-msg {
    background-image: url(../images/ly.png);
}

.box9026_-2034 .nav-item .icon-address {
    background-image: url(../images/dz.png);
}

.box9026_-2034 .link-name {
    padding-top: 6px;
}


/* footer end */


/* 左侧快速联系 */

.f7 .m-mod {
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #333;
}

.f7 .m-mod * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.f7 .m-mod a {
    color: inherit;
    text-decoration: none;
}

.f7 .m-mod img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

.f7 .m-mod ul,
.f7 .m-mod li {
    list-style: none;
}

.f7 .m-gotop {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 40%;
}

.f7 .m-gotop-box {
    position: relative;
    float: right;
}

.f7 .m-gotop .a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background-color: #353535;
    color: #fff;
    margin-bottom: 4px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.f7 .m-gotop .a>img {
    width: 26px;
    margin-top: 12px;
}

.f7 .m-gotop .a>p {
    font-size: 13px;
}

.f7 .m-gotop .a.active,
.f7 .m-gotop .a:hover {
    background: #cc0000 ;
}

.f7 .m-gotop .a .i {
    float: left;
    width: 70px;
    height: 70px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
}

.f7 .m-gotop .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.f7 .m-gotop .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.f7 .m-gotop .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 75px;
    min-height: 80px;
    border: 1px solid #e0e1e5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.f7 .m-gotop .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.f7 .m-gotop .d .inner-box {
    padding: 8px 22px 12px;
    color: #333;
}

.f7 .m-gotop .d .inner-box p {
    font-size: 22px;
}

.f7 .m-gotop .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.f7 .m-gotop .d-service .d-service-item {
    border-bottom: none;
}

.f7 .m-gotop .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f1f3;
    display: block;
    float: left;
}

.f7 .m-gotop .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    display: block;
    transition: all 0.2s;
    border-radius: 50%;
    overflow: hidden;
}

.f7 .m-gotop .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.f7 .m-gotop .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    display: block;
}

.f7 .m-gotop .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.f7 .m-gotop .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.f7 .m-gotop .d-service-item .text .number {
    font-family: 'Microsoft Yahei', Arial, sans-serif;
}

.f7 .m-gotop .d-service-intro {
    padding-top: 10px;
}

.f7 .m-gotop .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.f7 .m-gotop .d-service-intro i {
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.f7 .m-gotop .d-qrcode {
    text-align: center;
}

.f7 .m-gotop .d-qrcode .inner-box {
    padding: 20px 0;
}

.f7 .m-gotop .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}

.f7 .m-gotop .a:hover .d {
    display: block;
}


/* 左侧快速联系end */


/* ****************************************************** */


/* 首页响应式 */

@media (max-width: 1440px) {
    .in-about .inab-l>ul>li {
        font-size: 20px;
    }
    .in-about .inab-c .inab-r ul {
        height: 38%;
    }
}


@media (max-width: 1200px) {
    .w1200 {
        width: auto;
        padding: 0 15px;
    }
    .m-title {
        margin: 35px auto;
    }
    .m-title i {
        margin: 5px auto;
    }
    .m-btn {
        margin: 30px auto;
    }
  
  
    .in-about .inab-blue>h4 {
        font-size: 34px;
    }
    .in-about .inab-blue>h5 {
        font-size: 18px;
    }
    .in-about .inab-blue>p {
        font-size: 14px;
    }
    .in-about .inab-l>ul>li {
        font-size: 17px;
    }
   
    .m-title h3 {
        font-size: 32px;
    }
    .m-title p {
        font-size: 16px;
        line-height: 32px;
    }
    .m-bbtn {
        margin: 20px 0;
    }
    .index-pro .pro-box {
        padding-bottom: 15px;
    }

}

@media (max-width: 1080px) {
  
    /* in-about */
    .in-about .inab-blue {
        padding: 4%;
    }
    .in-about .inab-blue>img {
        max-width: 100px;
        margin-top: 4%;
    }
    .in-about .inab-blue>h3 {
        font-size: 22px;
        margin-bottom: 1%;
    }
    .in-about .inab-blue>p {
        width: 100%;
        line-height: 28px;
    }
    .inab-c .inab-num .counter {
        font-size: 38px;
    }
    .in-about .inab-c .inab-r ul>li h4>span {
        font-size: 40px;
    }
    .in-about .inab-c .inab-r ul>li p {
        font-size: 15px;
    }
    /* in-about end*/

    /* f7 */
    .f7 .m-gotop .a {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }
    .f7 .m-gotop .a>img {
        width: 28px;
        margin-top: 6px;
    }
    /* f7 end */
}

@media (max-width: 996px) {
    /* in-about */
    .in-about .inab-l>ul {
        width: 40%;
    }
    .in-about .inab-l>ul>li {
        width: 70%;
    }
    /* in-about end*/

    .incl-c .incl-lg {
        width: 180px;
    }

}

@media (max-width: 768px) {
    .m-title h3 {
        font-size: 24px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 28px;
    }
    .keyword_box dd{display: none;}
    .keyword_right form .textCont{width: auto;}
    .m-titbg{clear: both;}
    /* in-about */
    .in-about .inab-l {
        height: 65vh;
    }
    .in-about .inab-l>ul {
        width: 54%;
    }
    .in-about .inab-blue>h3 {
        font-size: 18px;
    }
    .in-about .inab-blue>a {
        width: 32%;
        line-height: 20px;
    }
    .in-about .inab-c .inab-r ul {
        height: 28%;
    }
    .in-about .inab-c .inab-r ul>li h4>span {
        font-size: 28px;
    }
    .in-about .inab-btn li {
        line-height: 20px;
        padding: 0 10px;
    }
    .in-about .inab-btn li>a {
        font-size: 15px;
    }
    .in-about .inab-btn li img {
        width: 18px;
        height: 18px;
    }
    .incl-c .incl-b {
        width: 21%;
    }
    /* in-about end*/
	.innum_foot ul li h4{font-size:40px;}
	.innum_foot ul{display: flex;
    flex-wrap: wrap;
    justify-content: space-around;}
	.innum_foot ul li h4 p{font-size: 16px;}
	.innum_foot {
	    margin: 20px auto;
	}
	.in-about .inab-btn li>a>div{background-size: 30px !important;padding-left: 40px;}
	.in-about .inab-btn li.cur>a>div {
	    background-position-y: -30px;
	}
	.in-about .inab-btn li span{display: none;}
	.in-about .inab-btn {
	    padding: 20px 0;
	}
	.m-title h3>img {
	    width: 30%;
	}
	.ind_pro_box ul li:nth-child(1) a, .ind_pro_box ul li:nth-child(2) a{flex-wrap: wrap;}
	.ind_pro_box ul li:nth-child(1) a>img, .ind_pro_box ul li:nth-child(2) a>img {
	    width: 100%;
	}
	.ind_pro_box ul li:nth-child(1) a dl, .ind_pro_box ul li:nth-child(2) a dl {
	    width: 100%;
	}
	.ind_pro_box ul li a dl dt {
	    font-size:18px;
		text-align: center;
	}
	.ind_pro_box ul li a dl dd {
	    font-size: 14px;
		padding: 20px 10px 20px;text-align: center;
	}
	.ind_pro_box ul li a dl img{display: none;}
	.ind_pro_box ul li {
	    width: 48.6%;    margin-bottom: 10px;
	}
	.ind_pro_box ul li a>dd {
	    font-size: 16px;
	}
	.six .m-title h3>img {
    width: 60%;}
	.six dl {
	    width: 33.3%;
	}
	.six dl h5 {
	    font-size: 1.2rem;
	}
	.six dl em img {
	    width: 2.8rem;
	    height: 2.8rem;
	}
	.six dl:hover dd, .six dl.cur dd {
	    height: 20rem;
	    padding-top: 2rem;
	}
	.six dl {
	    height: 23rem;
	}
	.six dl dt {
	    height: 20rem;
	}
	.six dl dd p {
	    font-size: 0.9rem;
	}
	.pro02 .m-title h3>img {
    width: 70%;}
	.pro02_r {
	    background: #fff;
	    width: 100%;
		height: auto;
	    position: initial;
	}
	.pro02_l{width: 100%;height: auto;}
	.pro02_l img{width: 100%;height: auto;}
	.pro02_r ul li{width: 100%;height: auto;margin: 20px 0 0;}
	.pro02_r ul li a{width: 100%;height: auto;}
	.cp-more {
	    margin: 20px auto 0;zoom: 0.7;
	}
	.news-bg {
	    margin-top: 20px;padding-bottom: 40px;
	}
	.news-bg .news-box-list ul li{font-size: 18px;}
	.container_news {
	    padding: 20px 0;
	}
	.news-bg .container_news .tabCat .row {
	    flex-wrap: wrap;
	}
	.news-bg .container_news .row .news-pic {
	    width: 100%;
	}
	.news-bg .cs_wz .news-pic .news-pic-t {
	    overflow: hidden;
	    height: 200px;
	}
	.news-bg .container_news .row .news-l {
	    width: 100%;
	}
	.news-bg .cs_wz .news-l .news-l-text>h3 {
	    font-size: 16px;
	}
	.news-bg .cs_wz .news-l .news-l-date>h3 {
	    font-size: 34px;
	}
	.news-bg .cs_wz .news-l .news-l-box {
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	}
	.foot-bg .foot1 .foot1l {
	    text-align: center;
	}
	.foot-bg .foot1 .foot1l p img {
	    max-width: 60%;
	    margin-top: 0;
	    text-align: center;
	}
	.foot-bg .foot1 .foot1r{display: none;}
	.ind_lx .lx-list {
	    flex-wrap: wrap;
	}
	.lx-list li {
	    width: 82%;
	    float: none;
	    margin: 0 auto 2%;
	}
	.banNews {
	    height: 140px;
		margin-top:80px;
	}
	.banNews h3 {
	    zoom: 0.7;
	}
	.pro02_r ul li a img{width:100%;}
}
.pro02_r ul li a img{width:100%;}
.pro02_r ul li a:after {
    background-position-y: bottom;
}
@media (max-width: 576px) {
    .f7 {
        display: none;
    }
    .box9026_-2034 {
        display: block;
    }
    .m-btn {
        width: 40%;
        margin: 25px auto;
    }
  
    .index-banner {
        margin-top: 80px;
    }
    .index-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .top-lang>a {
        width: 26px;
        height: 26px;
    }
    .head-bg.xg .top-lang>a {
        margin-top: 16px;
    }
    .top-lang>a:first-child {
        margin-right: 5px;
    }
    .index-banner .swiper-slide img {
        height: 28vh;
        object-fit: cover;
    }
    .index-banner .swiper-container .swiper-button-next,
    .index-banner .swiper-container .swiper-button-prev {
        width: 28px !important;
        background-size: 26px;
    }
    .m-title {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }
    .m-title h3 {
        font-size: 22px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 26px;
    }
  
    /* cooppart */
    .cooppart-c {
        padding: 0;
    }
    .cooppart-c p {
        font-size: 15px;
        transform: translateY(0);
    }
    .cooppart-c p>span {
        font-size: 20px;
    }
    /* cooppart end*/
   
  
    .m-bbtn a {
        padding: 0 20px;
        line-height: 34px;
        font-size: 14px;
    }
    .m-titbg .m-mess {
        display: none;
    }
    /* in-about */
    .in-about .inab-c {
        flex-wrap: wrap;
    }
    .in-about .inab-l {
        width: 100%;
        height: 44vh;
    }
    .in-about .inab-r {
        width: 100%;
        height: 70vh;
    }
    .in-about .inab-c .inab-r ul {
        width: 100%;
    }
    .in-about .inab-c .inab-r ul>li h4 {
        font-size: 13px;
    }
    .in-about .inab-c .inab-r ul>li h4>span {
        font-size: 20px;
    }
    .in-about .inab-c .inab-r ul>li div {
        width: 68%;
    }
    .in-about .inab-blue {
        padding: 3% 15px;
    }
    .in-about .inab-blue>h4 {
        font-size: 22px;
    }
    .in-about .inab-blue>h5 {
        font-size: 15px;
    }
    .in-about .inab-blue>p>br {
        display: none;
    }
    .in-about .inab-c .inab-r ul {
        position: initial;
    }
    .in-about .inab-btn li {
        padding: 10px 10px;
        width: 30%;
    }
    /* in-about end*/
    footer {
        margin-bottom: 64px;
    }

}

@media (max-width: 375px) {
    .in-about .inab-r {
        height: 82vh;
    }
}