@charset "utf-8";
/* CSS Document */
html,body,ul,li,p,input,form,h1,h2,h3,h4,h5,h6,dl,dt,dd{ margin:0; padding:0;}
ol,ul,li{ list-style:none;padding: 0;}
body{ font-size:14px; color:#333333; line-height:24px; margin:0px; padding:0px;  font-family:"Microsoft YaHei";overflow-x: hidden;}
img{ border:none;}
form{ margin:0px; padding:0px;}
.clear{ clear:both;}
a{ text-decoration:none; color:#383838; font-family:"Microsoft YaHei";}
a:hover{ color:#ff0000; text-decoration:underline; font-family:"Microsoft YaHei";text-decoration:none; }
em{font-style:normal}
h1,h2,h3,h4{font-weight:normal;}
.fl{float: left;}
.fr{float: right;}
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg,#68e0cf,#209cff);
  border-radius:4px;
}
@font-face {
	font-family: 'Bebas';
	src:url('../font/BebasNeue-Regular-3.ttf');
}
.w1680{max-width:1680px;margin: 0 auto;width: 100%;}
.w1600{max-width:1600px;margin: 0 auto;width: 100%;}
/*网站头部*/

header{position:relative;top: 0;width:100%;z-index:999;}
.top_dg{height:100px;margin: 0 auto;overflow: hidden;width: 88%;position: absolute;padding:0 6%;}
.top_left{float: left;padding:16px 0;}
.top_nav{position: absolute;left: 50%;transform: translateX(-50%);}
.top_nav ul li{float: left;line-height: 100px;position: relative;padding:0 30px;}
.top_nav ul li a{color:#fff;font-size:16px;text-transform: uppercase;font-family:"Microsoft YaHei";position: relative;}
.nav_hover a{color:#fff !important;}
.nav_hover a::after{
	position: absolute;
	content: '';
	height:6px;
	width:12px;
	background: url(../images/icon_01.png) no-repeat center;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.top_nav ul li:hover a{color:#fff !important;}
.top_nav ul li:hover a::after{
	position: absolute;
	content: '';
	height:6px;
	width:12px;
	background: url(../images/icon_01.png) no-repeat center;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.nav_weixin{float: right;padding-left:30px;margin-top: 25px;position: relative;}
.nav_weixin dd{width: 46px;height:46px;border-radius:40px;background: linear-gradient(180deg,#68e0cf,#209cff);line-height:46px;color:#fff;font-family: arial;text-align: center;text-transform: uppercase;font-size: 15px;}
.nav_weixin .weixin_img01 img{
	display: block;
	  position: absolute;
	  width:140px;
	  top: 20px;
	  left:-40px;
	  z-index: 99999;
}
.weixin_img01{opacity: 0;
-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform: translateY(30px);
	  transform: translateY(30px);
}
.nav_weixin:hover .weixin_img01{
	opacity: 1;
	-webkit-transform: translateY(0);
	  transform: translateY(0);
}

.top_nav .subnav{background:rgba(20, 59, 132, 0.6);top: 100px;left: 50%;visibility: hidden;width:200px;margin-left: -80px;-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: #d0dfff !important;border-bottom: 1px solid #143884;}
.top_nav .subnav li .subnav_a:hover{color:#fff !important;}



.searchBtn{float: right;width: 46px;height:46px;background: url(../images/icon_02.png) no-repeat center;margin-left:23px;cursor: pointer;z-index:999;margin-top: 25px;}
.searchBtn .search {transition: all 1s;position: absolute;right: -1000px;top: 25px;width: 610px;background: #fff;height: 74px;}
.searchBtn .search {overflow: hidden;width: 410px;height:46px;border: 1px solid #e3e3e3;border-radius: 27px;}
.searchBtn .search #seachkeywords {height: 46px;margin: 2px 0 2px 18px;border: none;float: left;width:320px;color: #ccc;line-height: 46px;outline: none;font-size: 16px;}
.searchBtn .search .anSearch {float: right;height: 46px;width: 46px;margin:0px 5px 0 0;background: url(../images/icon_03_1.png) no-repeat center;border: none;}
.searchBtn:hover .search {right: 0px;}

.sp_header{display: none;}


@media ( max-width:1030px) {
	.top_nav{display: none;}
	.sp_header{display: block;}
	.top_left{padding-left:0px;}
}
@media ( max-width:768px) {
 .top_dg{height:60px !important;}
 .sp_header{height: 60px !important;}
 .top_left{padding: 0;}
 #ups-banner{margin-top:60px !important;}
 .sp_nav{margin-top:60% !important;}
 .top_left img{height:40px;padding:10px 0;}
 .top_left{padding-left:0px;}
}
@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:30% !important;    transform: scale(0.79);}
 .top_left img{height:40px;padding:10px 0;}
 .top_left{padding-left:0px;}
}

/*----手机站导航开始----------*/
.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:#20a0f7;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>a{float:left;width:calc(100% - 70px)}
.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:14px}
.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*/
.ups-banner{position: relative}
.banner_gd_box{position: absolute;bottom:15%;z-index:999;right:20px;}
.banner_gd_box span img{
        width: auto !important;
        margin:0 auto;
        position: relative;
        top: 5px;
        animation: myMove 2s infinite;
        -webkit-animation: myMove 2s infinite;
        /* infinite 表示无限循环 */
        }

@keyframes myMove {
    0% {top: 10px;}
    50% {top: 40px;}
	100% {top: 10px;}
}
@-webkit-keyframes myMove {
    0% {top: 10px; }
    50% {top: 40px;}
    100% {top: 10px;}
}

/*网站内容*/

/* 产品 */
/*cont5*/
.cont5{background: url(../images/por.jpg) no-repeat right bottom;background-size:cover;height:1050px;}
.cont5_box{position: relative;}
.tit_dg{margin:80px auto 0px;position: absolute;z-index:9;right: 40px;}
.tit_dd{float: right;}
.tit_dg ul{;margin:0 auto;}
.tit_dg ul li {line-height:60px;padding:0 28px;border: solid 1px #fff;margin-bottom:50px;}
.tit_dg ul li a{text-align: center;display: block;font-size:24px;color:#fff;}
.case_a1 li.cur a{color:#e6e535;}
.a5_b1 {}
.a5_b1 .tt{margin:0 auto;padding-top: 120px;}
.tab_content{width: 100%;margin: 0 auto;max-width: 1600px;}
.list1{display: -webkit-box;}
.list1 li{width:100%;}
.list1 li .case_img{width:50%;padding-right:3.5%;text-align: center;}
.list1 li .case_img img{height: 100%;transition: .4s;}
.list1 li .case_img:hover img{transform: scale(1.07);}
.list1 li .case_wen{width: 45%;margin-top: 150px;}
.list1 li .case_wen h3 a{display: block;color: #fff;font-size:72px;margin-top:30px;line-height:72px;font-weight: bold;font-style: italic;}
.list1 li .case_wen h4{color: #151515;margin-top:24px;}
.list1 li .case_wen h4 p{font-size:32px;line-height:60px;color:#fff;}
.list1 li .case_wen dl{margin-top:30px;display: flex; flex-wrap: wrap;justify-content: space-between;}
.list1 li .case_wen dl span{display:block;text-align: center;width: 20%;}
.list1 li .case_wen dl span img{width: 100%;}
.list1 li .case_wen dl span dd{line-height:40px;font-size:22px;color:#fff;padding-top: 10px;}
.list1 li .case_more{display: inline-block;text-align: center;color: #fff;margin-top:70px;font-size:16px;border:solid 1px #858587;}
.list1 li .case_more a{padding:0 30px;color:#fff;line-height:35px;}
.list1 li .case_wen dl span:nth-child(4){margin:0;}
.cont5_h4 {position: absolute;top:80px;left: 0;}
.cont5_h4 h4{font-size: 48px;font-weight: bold;line-height:48px;color:#fff;position: relative;padding-left:26px;}
.cont5_h4 dd{font-size: 18px;color:#fff;text-transform: uppercase;font-family: arial;padding-top:26px;padding-left:26px;}
.cont5_h4 h4::after{
	position: absolute;
	content: '';
	height:100%;
	width:10px;
	background: linear-gradient(180deg,#68e0cf,#209cff);
	bottom: 0px;
	left: 0%;
	transform: translateX(-50%);
}


/* 产品滚动 */
.index_pro_dg{position: relative;}
.index_pro_dg .swiper-button-next,.index_pro_dg .swiper-button-prev{position: absolute;width: 34px;height: 58px;top: 50%;transform: translateY(-50%);}
.index_pro_dg .swiper-button-next:before,.index_pro_dg .swiper-button-prev:before{display: none;}
.index_pro_dg .swiper-button-next{background:url(../images/icon_10.png) no-repeat center;right:70px;}
.index_pro_dg .swiper-button-prev{background:url(../images/icon_09.png) no-repeat center;left: 70px;}
.index_progd{max-width:1600px;margin: 70px auto 60px;width: 100%;overflow: hidden;}
.index_progd .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
align-items: center;
overflow: hidden;
}
.index_progd .swiper-slide img {
display: block;
width: 100%;
height: 100%;
padding-bottom:30px;
object-fit: cover;
transition: .4s;
}
/* .index_pro .swiper-slide:hover img{transform: scale(1.07);} */
.index_progd .swiper-slide dt{font-size: 24px;font-weight: bold;color:#333;padding-bottom:24px;}
.index_progd .swiper-slide dd{font-size:18px;color:#333;line-height:35px;background: #fff;width: 100%;}
.index_progd .swiper-slide:hover dt{color:#095dcd;}

/* 行业案例 */
.index-pro-bg {
   background: url(../images/pro-bg.jpg) right center no-repeat;
   background-size: cover;
}
.index-pro-bg .index-pro-c {
    position: relative;
}

.index-pro-bg .index-r-bg {
    position: absolute;
    width:100%;
    right: 0;
    top:70px;
}
.index-pro-bg .index-r-bg dl dt{font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #fff;
    position: relative;
    padding-left: 26px}
.index-pro-bg .index-r-bg dl dt::after{
	position: absolute;
	    content: '';
	    height: 100%;
	    width: 10px;
	    background: linear-gradient(180deg,#68e0cf,#209cff);
	    bottom: 0px;
	    left: 0%;
	    transform: translateX(-50%);
}	
.index-pro-bg .index-r-bg dl dd{
	font-size: 18px;
	    color: #fff;
	    text-transform: uppercase;
	    font-family: arial;
	    padding-top: 26px;
	    padding-left: 26px;
}

.index-pro-bg .index-pro-c {
    margin: 0 auto;
}

.index-pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.index-pro .inpro-class {
    z-index: 999;
    width: 100%;
	max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 150px 0 75px;
}

.index-pro .inpro-class>li {
    text-align: center;
	width: 15%;
}

.index-pro .inpro-class>li>a{
    display: block;
    font-size: 24px;
	padding-top:150px;
	font-weight: bold;
	color:#fff;
}
.index-pro .inpro-class>li.cur a dd{
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#68e0cf), to(#209cff));
	background: -webkit-linear-gradient(180deg, #68e0cf, #209cff);
	background: -moz-linear-gradient(180deg, #68e0cf, #209cff);
	background: -o-linear-gradient(180deg, #68e0cf, #209cff);
	background: linear-gradient(180deg, #68e0cf, #209cff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.index-pro .inpro-class>li:nth-child(1) a{
    background: url(../images/icon_13.png) top center no-repeat;
}
.index-pro .inpro-class>li:nth-child(2) a{
    background: url(../images/icon_14.png) top center no-repeat;
}
.index-pro .inpro-class>li:nth-child(3) a{
    background: url(../images/icon_15.png) top center no-repeat;
}
.index-pro .inpro-class>li:nth-child(4) a{
    background: url(../images/icon_16.png) top center no-repeat;
}
.index-pro .inpro-class>li:nth-child(5) a{
    background: url(../images/icon_17.png) top center no-repeat;
}
.index-pro .inpro-class>li.cur:nth-child(1) a {
    background: url(../images/icon_13-1.png) top center no-repeat;
}
.index-pro .inpro-class>li.cur:nth-child(2) a {
    background: url(../images/icon_14-1.png) top center no-repeat;
}
.index-pro .inpro-class>li.cur:nth-child(3) a {
    background: url(../images/icon_15-1.png) top center no-repeat;
}
.index-pro .inpro-class>li.cur:nth-child(4) a {
    background: url(../images/icon_16-1.png) top center no-repeat;
}
.index-pro .inpro-class>li.cur:nth-child(5) a {
    background: url(../images/icon_17-1.png) top center no-repeat;
}
.index-pro-bg .swiper-container-pro {
    width: 100%;
	position: relative;
}
.index-pro .inpro-dec {
    width: 37%;
	position: absolute;
	z-index: 9;
	left: 27%;
	top: 50%;
	transform: translateY(-50%);
}

.index-pro .inpro-dec>h4 {
    font-size: 36px;
	line-height:60px;
	color: #fff;
}
.index-pro .inpro-dec>dd{font-size: 18px;color:#fff;border-bottom: solid 1px #fff;display: inline-block;line-height:40px;padding-top:30px;font-weight: 200;}

.index-pro .inpro-dec>p {
    display: flex;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 30px;
}

.index-pro .inpro-dec>p::before {
    content: '';
    display: block;
    flex-shrink: 0;
    /*è¡¨ç¤ºä¸è‡ªåŠ¨æ”¶ç¼©*/
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #0f3a9c;
    margin-right: 5px;
    margin-top: 10px;
}

.index-pro .swiper-slide .inpro-img {
    position: relative;
    display: block;
    width: 65%;
    height: 100%;
	float: right;
}

.index-pro .swiper-slide .inpro-img>div {
    height: 100%;
	position: relative;
}
.index-pro .swiper-slide .inpro-img>div>img {
    height: 100%;
	width: 94%;
	float: left;
	max-height:485px;
}
.index-pro .swiper-slide .inpro-img>div::before {
    content: '';
    display: block;
    flex-shrink: 0;
	position: absolute;
    width: 80%;
    height: 100%;
	z-index: -1;
	top:15%;
	right: 0;
	background: url(../images/index_pro.png) center no-repeat;
	background-size: cover;
}
.index-pro .swiper-slide .inpro-img>div::after {
    content: '';
    display: block;
    flex-shrink: 0;
	position: absolute;
    width: 60%;
    height: 100%;
	bottom:0%;
	left: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-size: cover;
}
.swiper-container-pro .swiper-button-next,
.swiper-container-pro .swiper-button-prev {
    width: 31px;
    height: 55px;
    top: 50%;
    bottom:auto;
    z-index: 999;
}
.swiper-container-pro .swiper-button-next:before, .swiper-container-pro .swiper-button-prev:before{display: none;}
.swiper-container-pro .swiper-button-next {
    right: auto;
    left: 20%;
    background: url(../images/icon_11.png) center no-repeat;
	opacity: 0.2;
}
.swiper-container-pro .swiper-button-next:hover{opacity: 1;}

.swiper-container-pro .swiper-button-prev {
    background: url(../images/icon_12.png) center no-repeat;
	right: 14px;
	left: auto;
}

/* 行业案例 end */


/* innum */
.shipin { overflow:hidden; width:100%;}
.shipin .spbox{ overflow:hidden;position:relative;float:right;width:50%;}
.shipin .spbox img.bg{width:100%;}
.spbox_fl{float: left;width:50%;}
.spbox_fl h2{text-transform: uppercase;font-weight:400;font-size:48px;color:#fff;line-height:48px;position: relative;margin-top:100px;padding-left: 40px;}
.spbox_fl dd{font-size:36px;color:#fff;padding-top:30px;font-weight: bold;line-height:36px;padding-left: 40px;}
.spbox_fl p{padding-top:50px;line-height:30px;color:#fff;font-size:16px;padding-left: 40px;}
.spbox_fl a{text-transform: uppercase;color:#333;font-size:16px;margin-top:65px;display: block;background:#fff;line-height:60px;display: inline-block;padding:0 60px;border-radius:40px;
margin-left:40px;}
.spbox_auto{max-width:850px;width: 100%;float: right;}
.spbox_auto h2::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 10px;
    background:#fff;
    bottom: 0px;
    left: 0%;
    transform: translateX(-50%);
}

.shipin img.bf{ display:block; cursor:pointer; position:absolute; z-index:1;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shipin .sp{ max-width:1200px;width:100%;height:500px; border:5px solid #fff; position:fixed; z-index:5; left:50%; top:50%; transform: translate(-50%,-50%); background-color:#000; display:none; border-radius:5px;}
.shipin .sp .close{ display:block; position:absolute; cursor:pointer; right:-30px; top:-5px}
.innum_dg{background:#3366cc url(../images/dt.png) no-repeat bottom left;}
.innum {
	max-width: 850px;
	width: 100%;
	float: right;
}
.innum li {
    padding-right:50px;
	float: left;
}
.innum h4 {
   line-height: 70px;
   float: left;
}
.innum h4 img{padding-bottom:10px;}
.innum h4>span {
    font-size: 90px;
    font-family: "Bebas";
    color: #fff;
}
.innum li dl{color:#fff;float: left;padding-left:20px;}
.innum li dl dd{color:#eee;font-size:16px;line-height:35px;padding: 0;font-weight: 400;}
.innum_foot{padding-top:32%;}
/* innum end */

/* 新闻 */
.index_news{width: 100%;background:#f6f6f5;}
.index_news_box{padding:80px 0;}
.index_news_fl{background:#fff;width: 33.3%;}
.index_news_fl_to{background:#2f2f2d;color:#fff;padding-top:40px;padding-bottom:180px;}
.index_news_fl_to dl{float: left;}
.index_news_fl_to dl dt{
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	color: #fff;
	position: relative;
	padding-left: 26px
}
.index_news_fl_to dl dd{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: arial;
	padding-top: 18px;
	padding-left: 26px;
}
.index_news_fl_to dl dt::after{
	position: absolute;
	content: '';
	height: 100%;
	width: 10px;
	background: linear-gradient(180deg,#68e0cf,#209cff);
	bottom: 0px;
	left: 0%;
}
.index_news_fl_to a{float: right;margin-right:8%;
display:-webkit-box;
display:-ms-flexbox;
display:flex-box;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center;
width:32px;
height:32px;
background: linear-gradient(180deg,#68e0cf,#209cff);
}
.index_news_fl_bo {width:85%;margin: 0 auto;padding-bottom: 40px;}
.index_news_fl_bo dl img{margin-top: -30%;width: 100%;}
.index_news_fl_bo dl dt{font-size:24px;color:#333;padding:40px 0 20px;}
.index_news_fl_bo dl dd{font-size:16px;line-height: 30px;color:#666;width:90%;}
.index_news_fl_bo dl span{position: relative;font-size: 16px;color:#999;text-align: right;width: 90%;display: block;margin:90px 0px 0px;}
.index_news_fl_bo dl span::after{
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	top: 50%;
	width: 30%;
	background:#999;
	transition: .4s;
}
.index_news_fl_bo dl:hover span::after{left: 40%;}
.index_news_fl_bo dl:hover dt{color:#20a0f7;}

.index_news_fr{width: 65%;}
.index_news_fr_to{background:#fff;overflow: hidden;padding:40px 50px;}
.index_news_fr_to_box{width: 100%;overflow: hidden;}
.index_news_fr_to_box .swiper-slide{width: 48%;}
.news_fr_to_bt{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom:14px;}
.news_fr_to_bt dl dt{font-size:36px;color:#333;line-height:36px;}
.news_fr_to_bt dl dt span{font-weight: bold;color:#20a0f7;}
.news_fr_to_bt dl dd{text-transform: uppercase;color:#666;font-family: arial;padding-top:8px;}
.news_fr_to_bt .swiper-pagination-bullet{margin:0 5px;}
.index_news_fr_to_box .swiper-slide dl dt{font-size:20px;color:#333;}
.index_news_fr_to_box .swiper-slide dl dd{font-size:16px;color:#666;line-height:30px;padding:27px 0 35px;}
.index_news_fr_to_box .swiper-slide dl span{position: relative;font-size: 16px;color:#999;text-align: right;width: 90%;display: block;}
.index_news_fr_to_box .swiper-slide dl span::after{
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	top: 50%;
	width: 30%;
	background:#999;
	transition: .4s;
}
.index_news_fr_to_box .swiper-slide dl:hover span::after{left: 40%;background:#68e0cf;}
.index_news_fr_to_box .swiper-slide dl:hover dt{color:#20a0f7;}

.index_news_fr_bo{background:#fff;overflow: hidden;padding:40px 50px;margin-top: 3%;}
.news_fr_bo_bt dl dt{font-size:36px;color:#333;line-height:36px;}
.news_fr_bo_bt dl dt span{font-weight: bold;color:#20a0f7;}
.news_fr_bo_bt dl dd{text-transform: uppercase;color:#666;font-family: arial;padding-top:8px;}
.index_news_box .swiper-pagination-bullet{width: 10px;height: 10px;background:#dfdfde;opacity: 1;}
.index_news_box .swiper-pagination-bullet-active{background: linear-gradient(180deg,#68e0cf,#209cff);}
.news_fr_bo_bt{width: 48%;}
.news_fr_bo_bt form {margin-top:20px;}
.news_fr_bo_bt form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.news_fr_bo_bt form input,.news_fr_bo_bt form textarea{line-height:54px;font-size:16px;color:#ccc;height: 54px;width:100%;text-indent:20px;}
.news_fr_bo_bt form ul li{width: 50%;margin-bottom:12px;}
.news_fr_bo_bt form ul li:nth-child(3){width: 100%;}
.news_fr_bo_bt .index_ma_cz{background:#20a0f7;border: none;color: #fff;}
.news_fr_bo_bt .index_ma_tj{background:#333;border: none;color: #ccc;}
.news_fr_bo_bt form ul li:nth-child(4),.news_fr_bo_bt form ul li:nth-child(5){margin-bottom: 0;}
.index_news_fr_bo_dg{width: 48%;}
.index_news_fr_bo_box{height:24vh;overflow: hidden;}
.index_news_fr_bo_box .swiper-slide dl dt{color:#333;font-size: 18px;line-height: 50px;background:url(../images/icon_22.png) no-repeat center left;padding-left:50px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.index_news_fr_bo_box .swiper-slide dl dd{font-size: 16px;color:#666;line-height: 50px;background:url(../images/icon_23.png) no-repeat center left;padding-left:50px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

/* 新闻end */

 .footb {
    background-color: #222;
    z-index: 1;
    position: relative;
  }
  .footblxfs {
    background-color: #091e4c;
  }
  .footblxfs_item {
    padding: 28px 0;
    width: 33.33%;
  }
  .footblxfs_item:last-child {
    border-right: none;
  }
  .footblxfs_itemi{
      margin-left:60px;
  }
  .footblxfs_itemtxt {
    margin-left: 15px;
    margin-top: 5px;
  }
  .footblxfs_itemtxth {
    color: #fff;
    font-size:20px;
  }
  .footblxfs_itemtxtp {
    /*    margin-top: 5px;*/
    font-size: 16px;
    color: #8f94a3;
  }
  .footblxfs_itemtxtp a {
    color: #8f94a3;
    font-family: "Arial";
    font-size:18px;
  }
  .footbnav {
    padding: 70px 0 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footbnav_box {
    width:40%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .footbnav_box_itemh {
    font-size:20px;
    color: #fff;
  }
  .footbnav_box_itembox {
    margin-top: 25px;
  }
  .footbnav_box_itembox .footbnav_itembox_link {
    line-height:40px;
    display: block;
    font-size: 16px;
    color: #dedede;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbnav_weixin {
    text-align: center;
  }
  .footbnav_weixintx {
    margin-top: 8px;
    font-size: 16px;
    color: #777;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbnav_weixinimg img {
    margin: auto;
    max-width: 180px;
    border: solid 10px #fff;
  }
  .foot_rl_tel{width:35%;}
  .foot_rl_tel .fl{color:#fff;text-transform: uppercase;}
  .foot_rl_tel .fl h4{font-size:20px;}
  .foot_rl_tel .fl dl{margin-top:25px;font-size: 16px;color: #dedede;}
  .footbnav_weixinimg dt{font-size: 20px;color:#fff;padding-bottom:14px;}
  .footbnav_weixin:hover .footbnav_weixintx {
    color: #fff;
  }
  .footbnav_box_itembox .footbnav_itembox_link:hover {
    color: #fff;
  }
  .footbbq {
    border-top: 1px solid #383838;
    line-height: 80px;
  }
  .footbbql_sy {
    font-size: 16px;
    color: #c8c8c8;
  }
  .footbbql .footbbql_ba {
    margin-left: 15px;
    font-size: 16px;
    color: #c8c8c8;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbbql .footbbql_ba:hover {
    color: #fff;
  }
  .footbbqr span {
    font-size: 13px;
    color: #c8c8c8;
  }
  .footbbqr a {
    font-size: 16px;
    color: #c8c8c8;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbbqr a:hover {
    color: #fff;
  }
  .footbnav_box_itembox .footbnav_itembox_link:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
  @media screen and (max-width: 1200px) {
    .footlan {
      padding: 20px 0;
    }
    .footbnav {
      padding: 50px 0;
    }
    .footlanlimg {
      transform: translateY(-75px);
      -webkit-transform: translateY(-75px);
      -moz-transform: translateY(-75px);
      -ms-transform: translateY(-75px);
      -o-transform: translateY(-75px);
    }
  }
  @media screen and (max-width: 992px) {
    .footlan {
      padding: 30px;
      height: auto;
      margin-top: 30px;
    }
    .footblxfs_item {
      padding: 25px 0 25px 10px;
    }
    .footblxfs_itemi i {
      display: none;
      font-size: 26px;
    }
    .footblxfs_itemtxtp {
      margin-top: 0;
    }
    .footblxfs_itemtxtp a {
      font-size: 14px;
    }
    .footbbq > div {
      width: 100%;
      text-align: center;
      font-size: 12px;
    }
    .footlanlimg {
      display: none;
    }
    .footlanr .footlanra {
      width: 200px;
      height: 50px;
      line-height: 50px;
    }
    .footbnav {
      display: block;
    }
    .footbnav_box {
      width: 100%;
      margin-bottom: 40px;
    }
    .footbnav_weixin {
      width: 100%;
      background: rgb(32, 32, 32);
      padding: 30px;
    }
    .footbbq > div.fr {
      display: none;
    }
    .footbbq {
      margin-bottom: 60px;
    }
  }
  @media screen and (max-width: 768px) {
    .footlan {
      display: none;
    }
    .footblxfs_itemi i {
      display: block;
      font-size: 30px;
    }
    .footblxfs_item {
      width: 100%;
      padding-left: 15px;
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .footbnav_box .footbnav_box_item {
      display: none;
    }
    .footbnav_box .footbnav_box_item:first-child, .footbnav_box .footbnav_box_item:nth-of-type(3) {
      display: block;
    }
    .footbnav {
      padding: 30px 0 0;
    }
    .footbnav > div {
      /* width: 50%; */
    }
    .footbnav_box_itembox {
      margin-top: 15px;
    }
    .footbbql_sy, .footbbql .footbbql_ba {
      font-size: 12px;
      line-height: 1.2;
    }
  }

@media only screen and (max-width:1124px ) {
	.top_head{display: none;}
	.top_nav{display: none;}
	.sp_header{display: block;}
}
@media only screen and (max-width:1640px ) {
    .innum_foot{padding-top: 22%;}
}
@media only screen and (max-width:1440px ) {
	.list1 li .case_wen{width: 38%;}
	.list1 li .case_img{width: 37%;padding-right: 23%;}
	.list1 li .case_wen h4 p{font-size: 28px;}
	.list1 li .case_wen dl span dd{font-size: 20px;}
	.index-pro .inpro-dec>h4{font-size: 32px;}
	.spbox_fl dd{font-size: 32px;}
	.spbox_fl p{width: 90%;}
	.spbox_fl p br{display: none;}
	.innum_foot{    padding-top: 14%;}
}
@media only screen and (max-width:1240px ) {
	.top_nav{transform: translateX(-43%);}
	.tit_dg{right: 20px;}
	.tit_dg ul li a{font-size: 20px;}
	.cont5{background: url(../images/por.jpg) no-repeat right -150px bottom;}
	.list1 li .case_wen h4 p{font-size: 24px;}
	.list1 li .case_wen h3 a{font-size: 56px;}
	.list1 li .case_wen dl span dd{font-size: 16px;}
	.index-pro .inpro-dec>h4{font-size: 27px;}
	.index-pro .inpro-dec>dd{font-size: 16px;}
	.index-pro-bg .index-r-bg dl dt{font-size: 38px;line-height: 38px;}
	.index-pro-bg .index-r-bg dl dd{font-size: 16px;padding-top: 16px;}
	.cont5_h4 h4{font-size: 38px;line-height: 38px;}
	.cont5_h4 dd{font-size: 16px;padding-top: 16px;}
	.index_news_fl_to dl dt{font-size: 38px;line-height: 38px;}
	.index_news_fl_to dl dd{font-size: 16px;padding-top: 16px;}
	.news_fr_to_bt dl dt{font-size: 28px;line-height:28px;}
	.news_fr_bo_bt dl dt{font-size: 28px;line-height:28px;}
	.spbox_fl h2{ margin-top: 60px;}
	.spbox_fl dd{font-size: 26px;}
	.spbox_fl a{font-size: 16px;margin-top: 35px;line-height: 40px;padding: 0 40px;}
	.innum h4>span{font-size: 70px;}
	.innum li{padding-right: 30px;}
	.foot_rl_tel{width: 45%;}
}
@media only screen and (max-width:768px ) {
	.searchBtn{display:none;}
	.nav_weixin dd{width: 30px;height: 30px;line-height:30px;font-size:13px;}
	.nav_weixin{margin-top: 0px;padding-left: 0;margin-right:30px;padding-top: 25px;}
	.tit_dg{position: initial;margin: 0;}
	.cont5_h4{top: 20px;display: none;}
	.cont5_h4 h4{font-size:28px;line-height: 28px;}
	.cont5_h4 dd{font-size: 14px;padding-top: 5px;}
	.tit_dg ul{display: flex;flex-wrap: wrap;justify-content: space-between;width: 90%;padding-top: 20px;}
	.tit_dg ul li{padding: 0;width: 30%;line-height: 40px;margin-bottom: 14px;}
	.tit_dg ul li a{font-size:15px;}
	.a5_b1 .tt{padding-top: 20px;}
	.list1 li .case_wen{width: 90%;margin: 0px auto;}
	.list1 li .case_wen h3 a{font-style: initial;margin-top:0px;font-size: 36px;line-height:36px;}
	.list1 li{width: 90%;margin:0 auto;}
	.list1 li .case_wen{width: 100%;}
	.list1 li .case_wen h4 p{font-size: 18px;line-height: 20px;}
	.list1 li .case_wen dl span{width: 23%;}
	.list1 li .case_wen dl span dd{font-size:14px;padding-top:0;}
	.list1 li .case_more{margin-top: 20px;}
	.list1 li .case_img{width: 100%;padding: 0;margin-top:20%;}
	.list1 li .case_img img{width:90%;}
	.cont5{ background: url(../images/por.jpg) no-repeat left -500px bottom;}
	.banner_gd_box{zoom: 0.7;}
	.index_pro_dg .swiper-button-next, .index_pro_dg .swiper-button-prev{display: none;}
	.index_progd .swiper-slide dt{font-size: 18px;padding-bottom:10px;}
	.index_progd{margin: 20px auto 20px;}
	.index_progd .swiper-slide img{padding-bottom:10px;}
	.index_progd .swiper-slide dd{font-size:15px;line-height: 25px;}
	.index-pro-bg .index-r-bg{position: initial;padding-top: 20px;}
	.index-pro-bg .index-r-bg dl dt{font-size:24px;line-height:24px;}
	.index-pro-bg .index-r-bg dl dd{font-size:14px;padding-top: 6px;}
	.index-pro .inpro-dec{position: initial;width: 90%;margin:0 auto;transform: translateY(0%);display: block;}
	.swiper-container-pro .swiper-button-next, .swiper-container-pro .swiper-button-prev{display: none;}
	.index-pro .inpro-dec>h4{font-size: 17px;line-height: 30px;margin-top: 20px;}
	.index-pro .inpro-dec>dd{font-size:15px;padding-top:10px;line-height: 30px;}
	.index-pro .swiper-slide .inpro-img{width: 100%;margin-top: 30px;display: flex;height: auto;}
	.index-pro .inpro-class>li{width: 31%;margin-bottom: 20px;}
	.index-pro .inpro-class>li>a{background-size:80% !important;padding-top: 90px;font-size: 16px;font-weight: 400;}
	.index-pro .inpro-class{margin: 0 auto;padding: 60px 0 5px;width: 90%;}
	.index_news_fl{width: 90%;margin: 0 auto;float: none;}
	.index_news_fl_to dl dt{font-size:24px;line-height:24px;}
	.index_news_fl_to dl dd{font-size:14px;padding-top: 6px;}
	.index_news_fl_to{padding-top: 20px;padding-bottom: 100px;}
	.index_news_box{padding: 20px 0;}
	.index_news_fl_bo dl dt{padding: 10px 0 10px;font-size: 18px;}
	.index_news_fl_bo dl span{margin: 20px 0px 0px;}
	.index_news_fl_bo dl dd{font-size:15px;}
	.index_news_fr{width: 90%;margin:20px auto 0;float: none;}
	.index_news_fr_to{padding: 20px;}
	.index_news_fr_to_box .swiper-slide dl dt{font-size:16px;}
	.index_news_fr_to_box .swiper-slide dl dd{font-size:13px;line-height: 24px;padding: 10px 0 10px;}
	.index_news_fr_bo{padding: 20px;}
	.news_fr_bo_bt{display:none;}
	.index_news_fr_bo_dg{width: 100%;}
	.index_news_fr_bo_box .swiper-slide dl dd{font-size: 15px;line-height: 30px;}
	.index_news_fr_bo_box .swiper-slide dl dt{font-size: 15px;line-height: 30px;}
	.news_fr_to_bt dl dt{font-size:24px;line-height:24px;}
	.news_fr_to_bt dl dd{padding-top: 0;}
	.spbox_fl{width: 90%;float: none;margin: 0 auto;}
	.spbox_fl h2{margin-top: 20px;font-size: 28px;line-height:28px;padding-left: 20px;}
	.spbox_fl dd{font-size:16px;font-weight: 400;padding-left: 0;padding-top: 10px;}
	.spbox_fl p{padding-left: 0;padding-top: 20px;width: 100%;font-size: 13px;}
	.spbox_fl a{display: none;}
	.innum h4>span{font-size: 40px;}
	.innum li dl{padding-left: 10px;}
	.shipin .spbox{width: 100%;}
	.shipin .sp{width: 77%;height: auto;z-index: 999;}
	.shipin img.bf{width: 18%;}
	.footb{position: initial;}
	.footbnav_box{display: none;}
	.foot_rl_tel .fl{display: none;}
	.footbnav_weixin{float: none;padding:20px 0;}
	.foot_rl_tel{width: 100%;}
	.footbnav{padding: 0;}
	.footbnav_weixinimg dt{font-size: 16px;}
	.footbnav_weixintx{font-size: 14px;}
	.footbnav_weixinimg img{    max-width: 100px;}
	.top_dg{background: #111;position: fixed;top: 0;}
	.tit_dg ul li:nth-child(7){display: none;}
}