@charset "utf-8";
* {margin: 0;padding: 0;border-radius: 0;/*box-sizing: border-box;*/}
body {font-size: 12px;font-family: '微软雅黑', '思源黑体';margin: 0px auto;background: #fff;padding-top: 90px;}
ul,
li {list-style: none;margin: 0;padding: 0;}
a {text-decoration: none;}
img {border: none;vertical-align: middle;}
h1,
h2,
h3,
h4,
h5,
h6 {color: #000;}
i {font-style: normal;}
br {display: inline;line-height: 15px;}
/*设置宽度,轨道颜色*/
::-webkit-scrollbar {width: 5px;background: #ffffff;}
/*滚动条*/
::-webkit-scrollbar-thumb {background: #0d6caa;border-radius: 5px;opacity: 0.7;}

:root {
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-20: 20px;
  --font-size-24: 24px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-32: 32px;
  --font-size-36: 36px;
  --font-size-40: 40px;
}
.msite{display:none;}
/* 标题 */
.title {width: 86%;max-width: 1440px;margin: 0 auto;padding:20px 0;}
.title::after {content: '';display: block;clear: both;}
.title h1 {width:90%;text-align:left;font-size: var(--font-size-28);color: #333;font-weight: bold;margin-bottom: 5px;position: relative;padding-left: 10px;}
.title i {display: block;width: 30px;height: 5px;background-color: #d78113;/*margin: 0 auto 34px;*/transform: rotate(90deg);position: absolute;top: 20px;left: -12px;}
.title a {float: right;font-size: var(--font-size-18);color: #666;line-height: 24px;margin-top: -32px;}
.title a:hover {color: #0d6caa;}

/* 头部 */
.top_bg {position: fixed;top: 0;left: 0;width: 100%;height: 90px;background-color: #eee;box-shadow: 0 0 10px #eee;border-bottom: 1px solid #eeeeee;z-index: 99;}
.top {width: 94%;max-width: 1440px;margin: 0 auto;}
.top::after {content: '';display: block;clear: both;}
.top_logo {float: left;margin-top: 17px;/*margin-right: 15.4%;*/width:25%;}
.top_nav {float: left;margin-top: 45px;width:50%;}
.top_nav ul::after {content: '';display: block;clear: both;}
.top_nav ul li {float: left;margin-right: 51px;}
.top_nav ul li span {display: none;}
.top_nav ul li:last-child {margin-right: 0px;}
.top_nav ul li.top_active > a {color: #0d6caa;}
.top_nav ul li > a {display: block;height: 45px;font-size: var(--font-size-18);color: #333;}
.top_nav ul li > a:hover {color: #0d6caa;}
.top_phone {float: right;width: 173px;height: 31px;line-height: 29px;border-radius: 20px;border: 1px solid #333;text-align: center;margin-top: 40px;}
.top_phone a {font-size: var(--font-size-18);color: #333;font-weight: bold;}
.top_phone a img {margin-top: -4px;}
.top_search {width:20%;float: right;margin-top: 30px;padding-left: 3%;padding-bottom: 20px;cursor: pointer;}
.top_search_menus {display: none;position: absolute;top: 90px;left: 0;width: 100%;height: 210px;background-color: #fff;border-bottom: 1px solid #ddd;}
.top_search_input {width: auto;line-height: 40px;margin: 0 auto;margin-top: 0;border: 1px solid #333;border-radius:25px;}
.top_search_input::after {content: '';display: block;clear: both;}
.top_search_input input {float: left;width: calc(90% - 80px);height: 40px;border: 0;outline: 0;font-size: var(--font-size-16);color: #666;padding: 0 12px;margin-left:20px;background: #eee;}
.top_search_icon2 {float: right;padding: 0 10px;}
/* .menus {display: none;position: absolute;top: 90px;left: 0;background-color: #fff;width: 100%;height: 85px;}
.menus dl {position: absolute;margin-top: 10px;}
.menus dl::after {content: '';display: block;clear: both;}
.menus dl dd {display: block;float: left;}
.menus dl dd:first-child a {margin-left: 0px;}
.menus dl dd a {display: block;width: 190px;line-height: 55px;font-size: var(--font-size-16);color: #666;border-bottom: 1px solid #dddddd;text-align: left;margin: 0 29px;}
.menus dl dd a::after {content: '';display: block;clear: both;}
.menus dl dd a i {float: right;font-family: '宋体';font-weight: bold;}
.menus dl dd:hover a {color: #0d6caa;border-color: #0d6caa;} */
.menus {display: none;position: absolute;top: 40px;left: -40px;background-color: #fff;width: 190px;height: auto;}
.menus dl {/*position: absolute;*/margin-top: 10px;}
.menusli {position:relative;}
.menus dl::after {content: '';display: block;clear: both;}
.menus dl dd {display: block;/*float: left;*/}
/*.menus dl dd:first-child a {margin-left: 0px;}*/
.menus dl dd a {display: block;width: auto;line-height: 55px;font-size: var(--font-size-16);color: #666;border-bottom: 1px solid #dddddd;text-align: left;margin: 0 29px;}
.menus dl dd a::after {content: '';display: block;clear: both;}
.menus dl dd a i {float: right;font-family: '宋体';font-weight: bold;}
.menus dl dd:hover a {color: #0d6caa;border-color: #0d6caa;}
.menus2_bg {display: none;position: absolute;top: 90px;left: 30%;background-color: #fff;width: 60%;min-height: 60px;height: auto;}
.menus2 {width: 94%;max-width: 1440px;margin: 0 auto;}
.menus2::after {content: '';display: block;clear: both;}
.menus2_left {float: left;width: 20.4%;min-height: 348px;height: auto;background-color: #f5f5f5;}
.menus2_left dl {padding-top: 20px;padding-bottom: 20px;}
.menus2_left dl dd.menus2_active {background-color: #fff;}
.menus2_left dl dd.menus2_active a {border-color: #0d6caa;}
.menus2_left dl dd.menus2_active a i {color: #0d6caa;}
.menus2_left dl dd:hover {background-color: #fff;}
.menus2_left dl dd:hover a {border-color: #0d6caa;}
.menus2_left dl dd:hover a i {color: #0d6caa;}
.menus2_left dl dd a {display: block;line-height: 41px;font-size: var(--font-size-16);color: #666;padding-left: 17px;padding-right: 15px;border-left: 3px solid #f5f5f5;}
.menus2_left dl dd a::after {content: '';display: block;clear: both;}
.menus2_left dl dd a i {float: right;font-family: '宋体';font-weight: bold;}
.menus2_right {float: right;width: 72.1%;}
.menus2_right dl {display: none;padding-top: 5px;}
.menus2_right dl::after {content: '';display: block;clear: both;}
.menus2_right dl.menus2_right_active {display: block;}
.menus2_right dl dd {float: left;width: 27.6%;margin-right: 8.6%;margin-bottom: 25px;}
.menus2_right dl dd:nth-child(3n+3) {margin-right: 0%;}
.menus2_right dl dd:hover a {color: #0d6caa;border-color: #0d6caa;}
.menus2_right dl dd a {display: flex;justify-content: space-between;align-items: center;font-size: var(--font-size-16);color: #666;height: 55px;border-bottom: 1px solid #dddddd;}
.menus2_right dl dd a b {font-weight: normal;}
.menus2_right dl dd a i {float: right;font-family: '宋体';font-weight: bold;margin-left: 13px;}

/* 导航栏新加 */
.nav-down {position: fixed;width:100%;min-height:500px;left: 0;right: 0;top: 90px;padding-bottom: 40px;background-color: #fff;z-index: 102;display: none;}
.nav-down .top {width:100%;	max-width:100%;	height: 67px;	overflow: hidden;	background-color: #f2f2f2;}
.nav-down .tab {text-align: center;	padding-top: 15px;	font-size: 0;}
.nav-down .tab ul {display: inline-block;	}
.nav-down .tab li {float: left;padding-right: 20px;margin-right: 20px;position: relative;	}
.nav-down .tab li:after {content: '';	position: absolute;	right: 0;	top: 50%;	width: 1px;	height: 28px;	margin-top: -14px;	background: rgba(0,0,0,.15);}
.nav-down .tab li:last-child:after {display: none;}
.nav-down .tab li a {display: block;	height: 38px;	line-height: 38px;	width: 165px;	text-align: center;	font-size: 18px;	color: #000;	border-radius: 30px;}
.nav-down .tab li i {width: 22px;	height: 22px;	display: inline-block;	vertical-align: middle;	background-position: center;	background-repeat: no-repeat;	position: relative;	top: -2px;	margin-right: 10px;}
.nav-down .tab li.on:after, .nav-down .tab li:hover:after {display: none;}
.nav-down .tab li.on a, .nav-down .tab li:hover a {background-color: #1c78b3;	color: #fff;}
.nav-down .tel {position: absolute;top: 0;right: 40px;font-size: 24px;color: #000;font-family: arial;padding-left: 32px;	font-weight: 700;	line-height: 67px;}
.menus .cont {text-align:center !important;}
.nav-down .cont {padding: 41px 0 0 80px;	font-size: 0;text-align: left;}
.nav-down .col-l {width: 15%;padding-right: 5%;float: none;display: inline-block;vertical-align: top;}
/* .nav-down .col-l-1 {width: 28%;} */
.dn{display:none;}
.nav-down dl {margin-bottom: 12px;text-align: left;}
.nav-down dt {border-bottom: 1px solid #e0e0e0;padding-bottom: 11px;	margin-bottom: 14px;}
.nav-down dt a {font-size: 22px;color: #313131;}
.nav-down dd a {width:50%;float:left;display: block;font-size: 14px;line-height: 35px;	color: #494949;	text-overflow: ellipsis;white-space: nowrap;	overflow: hidden;}
.nav-down dl .l {width: 100%;}
.nav-down dd a:hover, .nav-down dt a:hover {color: #0055a2;}
.logo-list {*zoom: 1;}
.logo-list:after, .logo-list:before {display: block;content: "clear";height: 0;clear: both;overflow: hidden;visibility: hidden;	}
.logo-list li:after, .logo-list li:hover:after {display: none !important;	}
.logo-list li {width: 16.66%;float: left;text-align:center;margin: 0 !important;	}
.logo-list li a {display: block;	height:63px !important;	border: 1px solid #efefef;	margin: 0 6px 12px;	transition: .3s;	-ms-transition: .3s;	-moz-transition: .3s;	-webkit-transition: .3s;	-o-transition: .3s;}
.logo-list .pic {height: 61px;overflow: hidden;border: 1px solid transparent;line-height: 59px;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;	}
.logo-list .pic img {max-width: 85%;max-height: 85%;display: inline-block;vertical-align: middle;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.logo-list .pic:hover img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.logo-list .pic:hover, .logo-list a:hover {border-color: #0055a2;}
.tab-nv .more1, .nav-down .more1 {display: block;text-align: left;color: #0055a2;font-size: 14px;margin-top: 10px;	}
.tab-nv .more1:hover,, .nav-down .more1:hover {text-decoration: underline;}

.nav-down-2 {background-color: #f2f2f2;}
.wp2 {width: 80%;margin: 0 auto;}
.ul-nav {overflow: hidden;padding-top: 40px;margin: 0 -6px;}
.ul-nav li {width: 25%;	float: left;margin-bottom: 12px;margin-right: 0 !important;}
.ul-nav li:after, .ul-nav li:hover:after {display: none !important;}
.ul-nav .con {display: block;height: 70px;line-height: 70px;padding-left: 60px;	overflow: hidden;font-size: 0;background-color: #fff;	margin: 0 6px;	transition: .3s;	-ms-transition: .3s;	-moz-transition: .3s;	-webkit-transition: .3s;	-o-transition: .3s;}
.ul-nav .con span {font-size: 16px;color: #000;display: inline-block;vertical-align: middle;}
.ul-nav .con:hover {background-color: #1071b0;}
.ul-nav .con:hover span {color: #fff;}
/* 导航栏新加 */




/* .menus2_bg {display: none;position: absolute;top: 90px;left: 0px;background-color: #fff;width: 100%;min-height: 60px;height: auto;}
.menus2 {width: 94%;max-width: 1440px;margin: 0 auto;}
.menus2::after {content: '';display: block;clear: both;}
.menus2_left {float: left;width: 20.4%;min-height: 348px;height: auto;background-color: #f5f5f5;}
.menus2_left dl {padding-top: 20px;padding-bottom: 20px;}
.menus2_left dl dd.menus2_active {background-color: #fff;}
.menus2_left dl dd.menus2_active a {border-color: #0d6caa;}
.menus2_left dl dd.menus2_active a i {color: #0d6caa;}
.menus2_left dl dd:hover {background-color: #fff;}
.menus2_left dl dd:hover a {border-color: #0d6caa;}
.menus2_left dl dd:hover a i {color: #0d6caa;}
.menus2_left dl dd a {display: block;line-height: 41px;font-size: var(--font-size-16);color: #666;padding-left: 17px;padding-right: 15px;border-left: 3px solid #f5f5f5;}
.menus2_left dl dd a::after {content: '';display: block;clear: both;}
.menus2_left dl dd a i {float: right;font-family: '宋体';font-weight: bold;}
.menus2_right {float: right;width: 72.1%;}
.menus2_right dl {display: none;padding-top: 5px;}
.menus2_right dl::after {content: '';display: block;clear: both;}
.menus2_right dl.menus2_right_active {display: block;}
.menus2_right dl dd {float: left;width: 27.6%;margin-right: 8.6%;margin-bottom: 25px;}
.menus2_right dl dd:nth-child(3n+3) {margin-right: 0%;}
.menus2_right dl dd:hover a {color: #0d6caa;border-color: #0d6caa;}
.menus2_right dl dd a {display: flex;justify-content: space-between;align-items: center;font-size: var(--font-size-16);color: #666;height: 55px;border-bottom: 1px solid #dddddd;}
.menus2_right dl dd a b {font-weight: normal;}
.menus2_right dl dd a i {float: right;font-family: '宋体';font-weight: bold;margin-left: 13px;} */
.top_toggle {display: none;}

/* banner */
.banner .swiper-slide {overflow: hidden;}
.banner .swiper-slide img {width: 100%;height: auto;transition: 3s ease-in-out;transition-delay: 0.3s;}
.banner .swiper-slide-active img {transform: scale(1.1);}
.banner .swiper-pagination {bottom: 5% !important;}
.banner .swiper-pagination-bullet {width: 14px;height: 14px;border-radius: 50%;background-color: #fff;opacity: 1;margin: 0 13px !important;}
.banner .swiper-pagination-bullet-active {background-color: #fc8203;position: relative;}
.banner .swiper-pagination-bullet-active::after {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);content: '';display: block;width: 24px;height: 24px;border-radius: 50%;border: 1px solid #fc8203;}
.sj_banner {display: none;}
.box_swipe {display: none;}

/* 首页 品牌分类 */
.brand_list_bg {background-color: #fff;padding:13px 30px;overflow: hidden;margin:0 20px 20px;}
.brand_list {width: 86%;max-width: 1440px;margin: 0 auto;height: 160px;overflow: hidden;overflow-y: hidden;overflow-y: auto;}
.brand_list ul::after {content: '';display: block;clear: both;}
.brand_list ul li {float: left;width: 18%;text-align: center;margin-right: 1.38%;margin-bottom: 1.38%;border: 1px solid #d9d9d9;background-color: #fff;position: relative;}
.brand_list ul li:hover span.lt {top: 0%;left: 0;}
.brand_list ul li:hover span.lb {left: 0%;bottom: 0;}
.brand_list ul li:hover span.rt {bottom: 0%;right: 0;}
.brand_list ul li:hover span.rb {right: 0%;top: 0;}
.brand_list ul li.brand_list_active span.lt {top: 0%;left: 0;}
.brand_list ul li.brand_list_active span.lb {left: 0%;bottom: 0;}
.brand_list ul li.brand_list_active span.rt {bottom: 0%;right: 0;}
.brand_list ul li.brand_list_active span.rb {right: 0%;top: 0;}
/*.brand_list ul li:nth-child(7n+7) {margin-right: 0%;}
.brand_list ul li::after {position: absolute;bottom: 0;right: -40px;content: '';display: block;width: 40px;height: 56px;background: url(/Application/Home/View/Public/static/images/bi_bg.png) no-repeat;}*/
.brand_list ul li a {display: block;padding-top: 10px;padding-bottom: 13px;}
.brand_list ul li span {position: absolute;display: block;z-index: 7;transition: all 0.4s ease;}
.brand_list ul li span.lt,
.brand_list ul li span.rt {width: 2px;height: 100%;/*background-color: #0d6caa;*/}
.brand_list ul li span.lb,
.brand_list ul li span.rb {width: 100%;height: 2px;/*background-color: #0d6caa;*/}
.brand_list ul li span.lt {/*top: -100%;*/left: 0;}
.brand_list ul li span.lb {/*left: -100%;*/bottom: 0;}
.brand_list ul li span.rt {/*bottom: -100%;*/right: 0;}
.brand_list ul li span.rb {/*right: -100%;*/top: 0;}
.brand_list ul li img {max-width: 100%;height:45px;}
.brand_list ul li i {display: block;width: 32px;height: 2px;background-color: #333;margin: 0 auto;margin-top: 6px;}
.brand_list ul li p {font-size: var(--font-size-19);color: #333;margin-top: 16px;}
.brand_list_ans {overflow: hidden;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.brand_list_ans:hover {border:1px solid #0d6caa;}

/* 首页 产品 */
/* 新加 */
.p_left {padding: 28px 30px 0 40px;overflow: hidden;background-color: #fff;height: 495px;float:left;width:24%;}
.p_right {float:left;width:68%;}
.m-t1 {overflow: hidden;}
.m-t1 h2 {font-size: 24px;position: relative;padding-left: 18px;color: #000;float: left;}
.m-t1 h2:after {content: '';position: absolute;top: 50%;left: 0;width: 4px;height: 28px;margin-top: -14px;background-color: #1071b0;}
.m-t1 .more1 {float: right;font-size: 16px;color: #000;margin-top: 12px;}
.m-t1 .more1:hover {color: #1071b0;}
.m-list1 {padding: 16px 0 32px;}
.m-list1 li a {display: block;font-size: 18px;color: #000;line-height: 40px;padding-left: 19px;position: relative;background-position: right center;background-repeat: no-repeat;}
.m-list1 li a:after {content: '';position: absolute;top: 50%;left: 0;width: 6px;height: 6px;border-radius: 50%;margin-top: -3px;background-color: #e7e7e7;}
.m-list1 li a:hover {color: #1071b0;}
.m-list1 li a:hover:after {background-color: #1071b0;}
.m-list3 {overflow: hidden;/*border-top: 1px solid #efefef;border-left: 1px solid #efefef;*/margin-right: 9px;margin-bottom: 39px;margin-top: 22px;width: 86%;margin: 0 auto;}
.m-list3 li {width: 24%;float: left;border: 1px solid #efefef;/*border-left: 0;border-top: 0;*/}
.m-list3 li:nth-child(4n) {border-right: 1px solid #efefef;}
.m-list3 .con {display: block;height: 61px;line-height: 61px;padding-left: 40px;overflow: hidden;font-size: 0;background-color: #fff;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.m-list3 .con span {margin-right:12px;font-size: 16px;color: #000;display: inline-block;vertical-align: middle;}
.m-list3 .con:hover {background-color: #1071b0;}
.m-list3 .con:hover i {display: none;}
.m-list3 .con:hover i.on {display: block;}
.m-list3 .con:hover span {color: #fff;}
/* 新加 */
.iproducts_bg {background-color: #f5f5f5;padding-top: 36px;padding-bottom: 40px;overflow: hidden;position: relative;}
.iproducts_bg .swiper-button-prev {left: 10.7%;width: 70px;height: 70px;border-radius: 50%;opacity: 1 !important;box-shadow: 0 0 10px #ddd;background: #fff;}
.iproducts_bg .swiper-button-prev::after {font-size: var(--font-size-24);color: #969696;}
.iproducts_bg .swiper-button-prev:hover {background: #0d6caa;}
.iproducts_bg .swiper-button-prev:hover::after {color: #fff;}
.iproducts_bg .swiper-button-next {right: 10.7%;width: 70px;height: 70px;border-radius: 50%;opacity: 1 !important;box-shadow: 0 0 10px #ddd;background: #fff;}
.iproducts_bg .swiper-button-next::after {font-size: var(--font-size-24);color: #969696;}
.iproducts_bg .swiper-button-next:hover {background: #0d6caa;}
.iproducts_bg .swiper-button-next:hover::after {color: #fff;}
.iproducts {width: 94%;max-width: 1440px;margin: 0 auto;padding-bottom: 61px !important;}
.iproducts  .tit{text-align: center;width: 55%;margin: 0 auto;}
.iproducts  .tit h2{font-size:40px;padding:2% 0;}
.iproducts  .tit p{font-size:24px;padding:2% 0;}
.iproducts::after {content: '';display: block;clear: both;}
.iproducts .swiper-slide {background-color: #fff;position: relative;margin:0 4px;}
.iproducts .swiper-slide-active .iproducts_img {transform: translateX(0%);}
.iproducts .swiper-slide-active .iproducts_text {transform: translateX(0%);}
.iproducts .swiper-slide a {display: block;}
.iproducts .swiper-pagination-bullet {width: 56px;height: 3px;background-color: #dddddd;opacity: 1;border-radius: 0px;margin: 0 11px !important;position: relative;}
.iproducts .swiper-pagination-bullet::after {position: absolute;top: 0px;left: 0px;content: '';display: block;width: 0%;height: 3px;background-color: #0d6caa;}
.iproducts .swiper-pagination-bullet-active::after {width: 100%;transition: width 5.5s ease;}
.iproducts_img {/*position: absolute;top: 0;left: 0;transform: translateX(-130%);float: left;width: 46.1%;*/width: 100%;background-color: #fff;transition: all 1s ease;}
.iproducts_img img {width: 100%;height: auto;}
/* .iproducts_text {transform: translateX(130%);float: right;width: 47.8%;margin-right: 4.4%;background-color: #fff;transition: all 1s ease;} */
.iproducts_text h1 {height:40px;line-height:40px;overflow:hidden;font-size: var(--font-size-24);color: #333;font-weight: bold;/*margin-top: 55px;*/margin-bottom: 18px;}
.iproducts_text p {font-size: var(--font-size-16);color: #666;line-height: 28px;min-height: 84px;margin-bottom: 56px;}
.iproducts_text ul {margin-bottom: 92px;}
.iproducts_text ul::after {content: '';display: block;clear: both;}
.iproducts_text ul li {float: left;height: 53px;border-right: 1px solid #cdcdcd;padding: 0 36px;}
.iproducts_text ul li:last-child {padding-right: 0;border-right: 0;}
.iproducts_text ul li:first-child {padding-left: 0;}
.iproducts_text ul li i {display: block;font-size: var(--font-size-16);color: #666;margin-bottom: 3px;}
.iproducts_text ul li b {display: block;font-size: var(--font-size-24);color: #666;line-height: 32px;font-weight: 400;}
.more {display: block;width: 142px;height: 50px;line-height: 48px;font-size: var(--font-size-18);color: #fff;border: 1px solid #0d6caa;background-color: #0d6caa;border-radius: 30px;text-align: center;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.more:hover {background-color: #333;border-color: #333;}

/* 更多产品 */
.more_products_bg {height: 225px;line-height: 225px;background: url(/Application/Home/View/Public/static/images/solution1.png) no-repeat center / cover;}
.more_products {width: 94%;max-width: 1440px;margin: 0 auto;}
.more_products img {display: inline-block;margin-right: 20px;}
.more_products p {display: inline-block;font-size: var(--font-size-16);color: #fff;line-height: 25px;margin-bottom: 12px;}
.more_products a {display: block;width: 90px;height: 23px;line-height: 21px;text-align: center;font-size: var(--font-size-14);color: #fff;border: 1px solid #0d6caa;background-color: #0d6caa;border-radius: 20px;margin-left: 333px;margin-top: -90px;}
.more_products a:hover {background-color: #333;border-color: #333;}

/* 应用方案 */
.isolution_bg {padding-top: 66px;background-color: #f5f5f5;overflow: hidden;}
.isolution {width: 94%;max-width: 1440px;margin: 0 auto;position: relative;overflow: hidden;}
.isolution ol {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.isolution ol li {position: absolute;top: 0;left: 0;opacity: 0;width: 100%;height: 100%;transition-delay: 0.2s;transition: all 0.7s ease;}
.isolution ol li.isolution_bg_active {opacity: 1;}
.isolution ol li img {width: 100%;height: auto;}


.isolution ul::after {content: '';display: block;clear: both;}
.isolution ul li {position:relative;float: left;width: 15.8%;margin-right: 1%;margin-bottom: 1%;background-color: #fff;transition: box-shadow 0.4s ease;}
.isolution ul li:nth-child(6) {margin-right: 0%;}
.isolution ul li:hover {box-shadow: 0 0 20px #ddd;}
.isolution ul li:hover .isolution_img img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.isolution ul li:hover .isolution_text h1 {/* color: #0d6caa; */color: #009aff;}
.isolution ul li:hover .isolution_text span {color: #009aff;}
.isolution_img {overflow: hidden;}
.isolution_img img {width: 100%;height: 360px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.isolution_text {width: 90%;padding: 0 5%;position: absolute;bottom: 0;background: #6f8cce99;}
.isolution_text h1 {font-size: var(--font-size-20);color: #fff;font-weight: bold;margin-top: 15px;margin-bottom: 10px;}
.isolution_text p {font-size: var(--font-size-16);color: #fff;line-height: 28px;height: 84px;overflow: hidden;}
.isolution_text span {display: block;font-size: var(--font-size-14);color: #fff;line-height: 52px;border-top: 1px solid #dddddd;margin-top: 10px;}
.isolution_text span::after {content: '';display: block;clear: both;}
.isolution_text span img {float: right;filter: grayscale(1);width: 26px;margin-top: 18px;}
/* .isolution ul {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.isolution ul::after {content: '';display: block;clear: both;}
.isolution ul li {float: left;width: 16.6%;height: 100%;background-size: 100% auto;position: relative;border-right: 1px solid #fff;}
.isolution ul li a {display: block;height: 100%;position: relative;padding: 9%;}
.isolution ul li a::after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #0d6caa;opacity: 0;content: '';display: block;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.isolution ul li:nth-child(6n+6) {border-right: 0;}
.isolution ul li.isolution_active a::after {opacity: 0.5;}
.isolution ul li.isolution_active i {color: #d78113;font-size: var(--font-size-24);}
.isolution ul li.isolution_active .isolution_text {bottom: 68px;}
.isolution ul li.isolution_active .isolution_text img.isolution_icon {filter: none;}
.isolution ul li.isolution_active .isolution_text p {color: #d78113;}
.isolution ul li.isolution_active .isolution_text span {opacity: 1;}
.isolution ul li.isolution_active .isolution_text span img {filter: none;}
.isolution ul li i {display: block;font-size: var(--font-size-20);color: #fff;margin-top: 10px;position: relative;z-index: 9;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
img.isolution_bg_img {width: 100%;height: auto;visibility: hidden;position: relative;z-index: -9;}
.isolution_text {position: absolute;bottom: 15px;z-index: 9;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.isolution_text img.isolution_icon {filter: grayscale(1) brightness(500%);}
.isolution_text p {font-size: var(--font-size-18);color: #fff;margin-top: 24px;margin-bottom: 19px;}
.isolution_text span {opacity: 0;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.isolution_text span img {filter: grayscale(1) brightness(500%);} */

/* 首页 服务支持 */
.iservices_bg {background-color: #f5f5f5;padding-top: 58px;padding-bottom: 45px;overflow: hidden;}
.iservices {width: 94%;max-width: 1440px;margin: 0 auto;}
.iservices ul::after {content: '';display: block;clear: both;}
.iservices ul li {float: left;width: 31.9%;margin-right: 2.15%;margin-bottom: 2.15%;background-color: #fff;transition: box-shadow 0.4s ease;}
.iservices ul li:nth-child(3n+3) {margin-right: 0%;}
.iservices ul li:hover {box-shadow: 0 0 20px #ddd;}
.iservices ul li:hover .iservices_img img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.iservices ul li:hover .iservices_text h1 {color: #0d6caa;}
.iservices_img {overflow: hidden;}
.iservices_img img {width: 100%;height: auto;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.iservices_text {padding: 0 5%;}
.iservices_text h1 {font-size: var(--font-size-20);color: #333;font-weight: bold;margin-top: 23px;margin-bottom: 16px;}
.iservices_text p {font-size: var(--font-size-16);color: #999;line-height: 28px;height: 84px;overflow: hidden;}
.iservices_text span {display: block;font-size: var(--font-size-14);color: #333;line-height: 52px;border-top: 1px solid #dddddd;margin-top: 26px;}
.iservices_text span::after {content: '';display: block;clear: both;}
.iservices_text span img {float: right;filter: grayscale(1);width: 26px;margin-top: 18px;}

/* 首页 关于我们 */
.iaboutus_bg {position: relative;}
.iaboutus_bg .title {width: 100%;}
.iaboutus_bg .title h1 {color: #fff;font-weight: bold;}
.iaboutus_bg_img {width: 100%;height: auto;}
.iaboutus {width: 94%;max-width: 1440px;margin: 0 auto;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.iaboutus_text {width: 46.1%;margin-bottom: 90px;}
.iaboutus_text p {font-size: var(--font-size-16);color: #fff;line-height: 28px;}

/* 首页 新闻资讯 */
.inews_bg {min-height: 700px; /*padding-top: 70px;*/padding-bottom: 50px;background-color: #f5f5f5;overflow: hidden;}
.inews_list {width: 94%;max-width: 1440px;margin: 0 auto;text-align: right;margin-bottom: 23px;}
.inews_list ul {display: inline-block;}
.inews_list ul::after {content: '';display: block;clear: both;}
.inews_list ul li {float: left;}
.inews_list ul li.inews_list_active a {color: #0d6caa;}
.inews_list ul li:hover a {color: #0d6caa;}
.inews_list ul li:last-child a {padding-right: 0;border-right: 0;}
.inews_list ul li a {display: block;font-size: var(--font-size-18);color: #666;border-right: 1px solid #666666;height: 20px;line-height: 20px;padding: 0 11px;}
.inews_container {position: relative;width: 94%;max-width: 1440px;margin: 0 auto;}
.inews {position: absolute;top: 0;opacity: 0;width: 100%; visibility: hidden;transform: translateY(200px);transition: all 0.8s ease;}
.inews::after {content: '';display: block;clear: both;}
.inews_active {position: relative;visibility: visible;opacity: 1;top: 0;transform: translateY(0px);z-index: 9;}
.inews_left {float: left;width: 48.6%;background-color: #fff;}
.inews_left:hover {box-shadow: 0 0 20px #ddd;}
.inews_left:hover .inews_img img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.inews_left:hover .inews_text h1 {color: #0d6caa;}
.inews_img {overflow: hidden;}
.inews_img img {width: 100%;height: auto;object-fit: cover; -webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.inews_time {float: right;margin-right: 19px;width: 85px;height: 85px;text-align: center;background-color: #0d6caa;padding-top: 5px;margin-top: -62px;position: relative;z-index: 9;}
.inews_time h1 {font-size: var(--font-size-40);color: #fff;}
.inews_time p {font-size: var(--font-size-13);color: #fff;margin-top: -6px;}
.inews_text {margin-top: 42px;margin-bottom: 20px;padding: 0 4%;}
.inews_text h1 {font-size: var(--font-size-20);color: #333;margin-bottom: 9px;}
.inews_text p {font-size: var(--font-size-16);color: #999;line-height: 28px;height: 84px;overflow: hidden;}
.inews_right {float: right;width: 48.6%;}
.inews_right ul li {background-color: #fff;margin-bottom: 21px;padding: 3.455%;border-top: 3px solid #fff;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.inews_right ul li:hover {border-color: #d78113;box-shadow: 0 0 20px #ddd;}
.inews_right ul li:hover h1 {color: #0d6caa;}
.inews_right ul li h1 {font-size: var(--font-size-20);color: #333;margin-bottom: 8px;}
.inews_right ul li p {font-size: var(--font-size-16);color: #999;height: 56px;line-height: 28px;overflow: hidden;margin-bottom: 16px;}
.inews_right ul li span {font-size: var(--font-size-16);color: #999;line-height: 28px;}

/* 应用方案 */
.pc_banner_solutions_bg {width: 100%;height: auto;}
.pc_banner_solutions {position: relative;}
.pc_banner_solutions ul {width: 94%;max-width: 1440px;margin: 0 auto;width: 80%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.pc_banner_solutions ul::after {content: '';display: block;clear: both;}
.pc_banner_solutions ul li {float: left;width: 8.33%;text-align: center;margin: 0.7% 2.97%;padding-bottom: 23px; position: relative;}
.pc_banner_solutions ul li img {width: 100%;}
.pc_banner_solutions ul li span {display: none;}
.pc_banner_solutions ul li p {position: absolute;left: 50%;bottom: 0; transform: translateX(-50%); font-size: var(--font-size-17);color: #fff;margin-top: 0px;white-space: nowrap;}
.pc_banner_solutions ul li:hover a > img {display: none;}
.pc_banner_solutions ul li:hover span {display: block;}
.pc_banner_solutions ul li:hover p {color: #2abec0;}
.pc_banner_solutions ul li.pc_banner_solutions_active a > img {display: none;}
.pc_banner_solutions ul li.pc_banner_solutions_active span {display: block;}
.pc_banner_solutions ul li.pc_banner_solutions_active p {color: #2abec0;}

/* 应用方案 */
.solutions_bg {padding-bottom: 109px;background-color: #f5f5f5;}
.solutions {width: 94%;max-width: 1440px;margin: 0 auto;margin-bottom: 36px;}
.solutions ul::after {content: '';display: block;clear: both;}
.solutions ul li {float: left;width: 31.4%;margin-right: 2.9%;margin-bottom: 2.9%;border-radius: 10px;overflow: hidden;background-color: #fff;transition: all 0.4s;}
.solutions ul li:nth-child(3n+3) {margin-right: 0%;}
.solutions ul li:hover {box-shadow: 0 0 20px #ddd;}
.solutions ul li:hover .solutions_img img.solutions_img2 {-webkit-transform: scale(1.1);transform: scale(1.1);}
.solutions ul li:hover .solutions_text h1 {color: #0d6caa;}
.solutions_img {overflow: hidden;position: relative;}
.solutions_img img {width: 100%;height: auto;-webkit-transition: all 0.4s;transition: all 0.4s;}
.solutions_img img.solutions_img1{visibility: hidden;}
.solutions_img img.solutions_img2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.solutions_text {padding: 0 6%;padding-bottom: 24px;}
.solutions_text h1 {font-size: var(--font-size-20);color: #333;height: 52px; font-weight: bold;margin-top: 32px;margin-bottom: 19px;}
.solutions_text p {font-size: var(--font-size-16);color: #666;line-height: 28px;height: 84px;overflow: hidden;}
.solutions_text span {display: block;height: 22px;font-size: var(--font-size-16);color: #666;margin-top: 28px;position: relative;}
.solutions_text span::after {content: '';display: block;clear: both;}
.solutions_text span i {display: block;width: 69px;}
.solutions_text span img {position: absolute;top: 0;right: calc(100% - 100px);}

/* 应用方案详情页 */
.solutions_de {width: 94%;max-width: 1440px;margin: 0 auto;padding-top: 70px;padding-bottom: 60px;}
.solutions_de_title {font-size: var(--font-size-32);color: #333333;font-weight: bold;text-align: center;padding-bottom: 40px;border-bottom: 1px solid #dddddd;margin-bottom: 33px;}
.solutions_de_main {text-align: center;}
.solutions_de_main b {color: #333 !important;font-size: var(--font-size-18);}
.solutions_de_main p,
.solutions_de_main span {font-size: var(--font-size-16) !important;color: #666 !important;line-height: 28px !important;text-align: left;}
.solutions_de_main img {display: block; max-width: 100%;height: auto;margin: 0 auto;}

/* 相关产品 */
.related_products_bg {background-color: #f5f5f5;padding-top: 70px;padding-bottom: 1px;}
.related_products {width: 94%;max-width: 1440px;margin: 0 auto;}
.related_products_title {font-size: var(--font-size-32);color: #333333;font-weight: bold;text-align: center;}

/* 产品展示 */
.pc_banner_products_bg {width: 100%;height: auto;}
.pc_banner_products {position: relative;}
.pc_banner_products .brand_list {width: 80%;max-width: 1380px;margin: 0 auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.pc_banner_products .brand_list::after {content: '';display: block;clear: both;}
.pc_banner_products .brand_list ul li {margin-top: 0.69%;margin-bottom: 0.69%;}
.pc_banner_products .brand_list ul li a {padding-top: 4px;padding-bottom: 12px;}
.pc_banner_products .brand_list ul li::after {display: none;}
.pc_banner_products .brand_list_ans {width: 102%;height: 102%;top: -1%;left: -1%;}
.pc_banner_products_main ul {width: 94%;max-width: 1440px;margin: 0 auto;width: 80%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.pc_banner_products_main ul::after {content: '';display: block;clear: both;}
.pc_banner_products_main ul li {float: left;width: 14.7%;min-height: 65px;margin-right: 2.36%;margin-top: 1.18%;margin-bottom: 1.18%;background-color: #fff;border-radius: 10px;position: relative;}
.pc_banner_products_main ul li::after {content: '';display: block;clear: both;}
.pc_banner_products_main ul li:nth-child(6n+6) {margin-right: 0%;}
.pc_banner_products_main ul li:hover {background-color: #0d6caa;}
.pc_banner_products_main ul li:hover .pc_banner_solutions_text {color: #fff;}
.pc_banner_products_main ul li.pc_banner_products_active {background-color: #0d6caa;}
.pc_banner_products_main ul li.pc_banner_products_active .pc_banner_solutions_text {color: #fff;}
.pc_banner_solutions_img {float: left;width: 45%;}
.pc_banner_solutions_img img {width: 100%;height: auto;}
.pc_banner_solutions_text {position: absolute;top: 0;right: 0;display: flex;align-items: center;width: 55%;height: 100%;font-size: var(--font-size-16);color: #333;padding-right: 10px;}
.products_bg {background-color: #f7f7f7;padding-bottom: 30px;}
.products_bg .list_left {width: 22%;}
.products_bg .list_right {width: 75%;}
.products_bg .list_right h1{margin-left: 0.98%;font-size: 18px;color: #333333;font-weight: bold;margin-bottom: 17px;}
.products_bg .list_right ul li {min-width: 14.7%;margin-right: 0.98%;margin-left: 0.98%;margin-bottom: 2.36%;}
/* .products_bg .list_right ul li:nth-child(3n+3) {margin-right: 2.36%;} */
/* .products_bg .list_right ul li:nth-child(6n+6) {margin-right: 0%;} */
.products {width: 94%;max-width: 1440px;margin: 0 auto;margin-bottom: 38px;}
.products ul::after {content: '';display: block;clear: both;}
.products ul li {float: left;width: 22%;margin-right: 2.53%;margin-bottom: 2%;border: 1px solid #f1f1f1;background-color: #fff;border-radius: 10px;overflow: hidden;-webkit-transition: all 0.4s;transition: all 0.4s;padding-bottom: 30px;}
.products ul li:hover {box-shadow: 0 0 20px #ddd;border-color:#2d73b2;}
.products ul li:hover .products_img img.products_img2 {transform: scale(1.1);}
/* .products ul li:hover .products_text {transform: translateY(0px);} */
.products ul li:hover .products_text span {opacity: 1;}
.products ul li:nth-child(4n+4) {margin-right: 0%;}
.products_img {text-align: center;/*margin-top: 24px;margin-bottom: 3px;*/position: relative;width:320px;height:220px;}
.plist_img {text-align: center;position: relative;width:240px;height:165px;}
.cases_img img{width:100%;height:100%;}
.products_img img {max-width: 100%;max-height:100%;/* width: 100%;height: 100%; */-webkit-transition: all 0.4s;transition: all 0.4s;}
.products_img img.products_img1{visibility: hidden;}
.products_img img.products_img2{/*position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;*/} 
.products_text {/* height: 210px; */ text-align: center;padding: 0 5%;transition: all 0.4s;-webkit-transform: translateY(23px);transform: translateY(23px);}
.products_text h1,.products_text h2 {font-size: var(--font-size-16);color: #333;line-height: 32px;height: 32px;overflow:hidden;font-weight: bold;}
/* .products_text h2{min-height: 64px;} */
.products_text i{display: block;float: right; font-size: var(--font-size-13);color: #666;}
.products_text p {font-size: var(--font-size-14);color: #999;line-height: 24px;height: 48px;/* margin-top: 17px; */overflow: hidden;}
.products_text span {/* opacity: 0; */display: block;width: 90px;height: 32px;line-height: 32px;/*background-color: #0d6caa;*/border-radius: 20px;text-align: center;font-size: var(--font-size-12);color: #333;margin: 0 auto;/* margin-top: 17px; */-webkit-transition: all 0.4s;transition: all 0.4s;}
/* .products_text span:hover {background-color: #333;} */
.so-txt {width: 94%;max-width: 1440px;margin: 0 auto;font-size: 14px;color: #000;margin-bottom: 29px;}
.so-txt .tit {margin-bottom: 7px;}
.so-txt .tit h1 {font-size: 24px;color: #0055a2;font-weight: 700;display:inline;}
.so-txt .desc {line-height: 23px;}







.ban-txt2 {text-align: center;color: #fff;position: absolute;top: 50%;left: 0;right: 0;-webkit-transform: translateY(-36%);-moz-transform: translateY(-36%);-o-transform: translateY(-36%);-ms-transform: translateY(-36%);transform: translateY(-36%);}
.ban-txt2 h3 {font-size: 40px;position: relative;font-weight: 400;padding-bottom: 20px;margin-bottom: 26px;color:#fff;}
.ban-txt2 h3:after {content: '';position: absolute;bottom: 0;left: 50%;height: 1px;width: 38px;margin-left: -19px;background: rgba(255,255,255,.5);}
.ban-txt2 .desc {font-size: 14px;line-height: 24px;max-width: 980px;margin: 0 auto;}

.wp {width: 100%;margin: 0 auto;}
.m-t2 {font-size: 34px;font-weight: 400;color: #000;margin-bottom: 21px;}
.p_dy {position: relative;}
.row-b1 {*zoom: 1;background-color: #f5f5f5;padding: 62px 0 0;position: relative;/*z-index: 103;*/}
.row-b1-1 {padding-top: 0;height:300px;/* height: calc(100vh - 503px); */}
/* .row-b1:after, .row-b1:before {display: block;content: "clear";height: 0;clear: both;overflow: hidden;visibility: hidden;} */
.row-b1 .item {width: 50%;float: left;position: relative;}
.row-b1 .item1 {background-color: #e8eff6;}
.row-b1 .item2 {/*padding-left: 60px;*/background-color: #cee4eb;}
/* .row-b1 .item:after {content: '';position: absolute;top: 0;bottom: 0;width: 1000px;} */
.row-b1 .item1:after {right: 100%;background-color: #e8eff6;}
.row-b1 .item2:after {left: 100%;background-color: #cee4eb;}
.row-b1-1 .item, .row-b1-1 .wp {height: 100%;}
.row-b1-1 .cont {position: absolute;left: 0;right: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.row-b1 .item1 .cont {padding-left:30%;right: 60px;}
.row-b1 .item2 .cont {padding-right:30%;left: 60px;}
.p_dy .con {position: relative;padding-right: 80px;}
.p_dy .inp {height: 44px;width: 100%;display: block;cursor: pointer;border: 1px solid #fff;line-height: 42px;font-size: 14px;color: #000;padding: 0 32px 0 11px;background: #fff;}
.p_dy .btn {position: absolute;right: 0;top: 0;border: 0;width: 80px;height: 46px;font-size: 14px;color: #fff;text-align: center;line-height: 44px;cursor: pointer;background-color: #0055a2;}
.p_dy.open .inp {border-color: #1da0d7;}
.p_dy .down {position: absolute;top: 43px;left: 0;z-index: 2;width: 194px;color: #000;display: none;border: 1px solid #1da0d7;background-color: #fff;}
.p_dy .down li {position: relative;}
.p_dy .down span {color: #000;cursor: pointer;display: block;height: 32px;line-height: 32px;padding-left: 16px;}
.p_dy .down span.on, .p_dy .down span:hover {background-color: #f5f8fb;color: #0055a2;}
.p_dy .down .s3, .p_dy .down .s3.on, .p_dy .down .s3:hover, .p_dy .down ul li:first-child .s1 {background-image: none;}
.p_dy .down dl {position: absolute;top: -1px;left: 192px;width: 194px;border: 1px solid #1da0d7;display: none;background-color: #fff;}
.p_dy .down dd {position: relative;}
.p_dy .down .sub {position: absolute;top: -1px;left: 192px;width: 194px;border: 1px solid #1da0d7;display: none;background-color: #fff;}
.p_dy-1 .down {width: 100%;overflow-y: auto;height: 320px;}
.p_dy-1 .down span {background-image: none;}
.p_dy-1 .down span.on, .p_dy .down span:hover {background-image: none;background-color: #f5f8fb;color: #0055a2;}

.row-b2 {padding: 90px 0 117px;}
.g-t1 {position: relative;color: #000;text-align: center;}
.g-t1 span {display: inline-block;position: relative;font-size: 38px;color: #fff;font-weight: 400;padding: 0 8px;}
.g-t1 span:after, .g-t1 span:before {content: '';position: absolute;top: 50%;height: 1px;width: 70px;background-color: rgba(255,255,255,.4);}
.g-t1 span:after {left: 100%;}
.g-t1 span:before {right: 100%;}
.m-list4 {overflow: hidden;margin: 0 -8px;padding: 53px 0 0;width: 70%;margin: 0 auto;}
.m-list4 li {width: 25%;float: left;margin-bottom: 16px;}
.m-list4 dl {margin: 0 8px;height: 248px;background-color: rgba(255,255,255,.93);}
.m-list4 dt {height: 46px;font-size: 18px;color: #fff;line-height: 46px;font-weight: 700;padding-left: 28px;background-color: #0055a2;}
.m-list4 dt a{color:#fff;}
.m-list4 dd {/*padding: 17px 16px 17px 27px;*/height: 202px;}
.m-list4 .cont {height: 168px;overflow-y: auto;}
.m-list4 dd a {display: block;font-size: 14px;color: #000;line-height: 30px;overflow: hidden;padding-left: 13px;position: relative;}
.m-list4 dd a:after {content: '';position: absolute;top: 50%;left: 0;width: 4px;height: 4px;border-radius: 50%;background-color: #cbcbcc;margin-top: -2px;}
.m-list4 dd a:hover {color: #0087d1;}
.m-list4 dd a:hover:after {background-color: #0087d1;}

.box-so {padding: 29px 47px 16px 100px;background-color: #fff;margin-bottom:10px;}
.box-so .item {*zoom: 1;margin-bottom: 10px;}
.box-so .item:after, .box-so .item:before {display: block;content: "clear";height: 0;clear: both;overflow: hidden;visibility: hidden;}
.box-so .tit {float: left;font-size: 14px;color: #000;line-height: 35px;}
.box-so .con {margin-left: 90px;}
.box-so .btn {float: left;width: 101px;height: 35px;text-align: center;line-height: 35px;background-color: #0055a2;font-size: 14px;color: #fff;cursor: pointer;padding: 0;border: 0;}
.box-so .btn:hover {opacity: .8;}
.g-sel {width: 299px;font-size: 14px;position: relative;float: left;margin-right: 7px;}
.g-sel dt {height: 35px;border: 1px solid #d3d3d3;overflow: hidden;padding-left: 11px;cursor: pointer;position: relative;background-color: #fff;}
.g-sel dt:after {content: '';position: absolute;top: 50%;right: 11px;width: 12px;height: 6px;margin-top: -3px;background: url(/Public/images/arrow_down.png) center center no-repeat;}
.g-sel dt span {float: left;line-height: 33px;}
.g-sel dd {display: none;position: absolute;top: 34px;left: 0;right: 0;z-index: 2;border: 1px solid #d3d3d3;padding: 5px 0;background-color: #fff;max-height: 300px;overflow-y: auto;}
.g-sel dd span {display: block;padding: 0 11px;line-height: 30px;cursor: pointer;}
.g-sel dd span:hover {background-color: #f5f8fb;color: #1da0d7;}

.m-t3 {font-size: 18px;color: #000;font-weight: 400;margin-bottom: 10px;}
.m-t3 i {width: 30px;height: 26px;display: inline-block;vertical-align: middle;position: relative;top: -2px;background-position: 2px center;background-repeat: no-repeat;}
.list .col-l {width: 20%;float:left;}
.list .col-r {width: 79%;float:right;margin-left:1%;}
.m-t4 {height: 58px;line-height: 58px;text-align: center;font-size: 22px;font-weight: 400;color: #fff;background-color: #0055a2;}
.m-sel {border: 1px solid #d5d5d6;border-top: 0;}
.m-sel .tit {height: 45px;line-height: 44px;padding-left: 21px;cursor: pointer;border-bottom: 1px solid #d6d6d7;background: url(/Application/Home/View/Public/static/images/i-more.png) right 18px center no-repeat;}
.m-sel .tit h3 {font-size: 14px;font-weight: 400;color: #000;}
.m-sel.on {border-color: #1da0d7;margin-top: 2px;}
.m-sel.on .tit {background-color: #1da0d7;border-bottom: 0;background-image: url(/Application/Home/View/Public/static/images/i-more-on.png);}
.m-sel.on .tit h3 {color: #fff;}
.m-sel.on .con {display: none;}
.m-sel .con {padding: 12px 0 13px;}
.m-sel label {display: block;padding-left: 28px;cursor: pointer;line-height: 31px;font-size: 14px;color: #000;}
.m-sel label input {display: inline-block;vertical-align: middle;position: relative;top: -2px;margin-right: 6px;}
.m-sel .more1 {width: 80px;height: 25px;display: block;margin: 12px auto 6px;text-align: center;line-height: 25px;border-radius: 3px;background-color: #e5e5e5;color: #444;}
.m-sel .more1:hover {color: #000;background-color: #eee;}
.m-sel .item {font-size: 14px;line-height: 31px;padding-left: 25px;}
.m-sel .item .del {width: 20px;height: 31px;float: left;cursor: pointer;background: url(/Application/Home/View/Public/static/images/close.png) no-repeat left center;}
.m-sel .del-btn {display: block;height: 30px;text-align: center;line-height: 30px;background-color: #0055a2;font-size: 12px;color: #fff;margin: 0 28px;border-radius: 5px;margin-top: 10px;}
.m-sel-1 {border-top: 0;margin-bottom: 22px;}

/* 产品展示详情页 产品概述 */
.products_de {width: 94%;max-width: 1440px;margin: 0 auto;margin-top: 20px;margin-bottom: 30px;}
.products_de h1{margin-bottom: 24px;}
.products_de::after {content: '';display: block;clear: both;}
.products_de_left {width: 25%;float: left;border: 1px solid #efefef;}
.products_de_left .swiper-slide {text-align: center;}
.products_de_left .swiper-slide img {max-width: 100%;height: auto;}
.products_de_left .swiper-button-prev {width: 48px;height: 57px;border-radius: 0;left: 0;background: rgba(0, 0, 0, 0.4);opacity: 1 !important;}
.products_de_left .swiper-button-prev::after {font-size: var(--font-size-20);}
.products_de_left .swiper-button-next {width: 48px;height: 57px;border-radius: 0;right: 0;background: rgba(0, 0, 0, 0.4);opacity: 1 !important;}
.products_de_left .swiper-button-next::after {font-size: var(--font-size-20);}
.products_de_right {width: 45%;float: left;margin-left: 60px;}
.products_de_right h1 {font-size: var(--font-size-32);color: #333333;font-weight: bold;margin-bottom: 27px;}
.products_de_text h2 {font-size: var(--font-size-16);color: #666666;line-height: 28px;font-weight: normal;}
.products_de_text p {font-size: var(--font-size-16);color: #fff;line-height: 28px;display: inline-flex;width: 86%;}
.products_de_text b {color: #333333;}
.products_de_text{font-size: var(--font-size-16);background:#009bea;color: #fff;line-height: 40px;border-top: 1px solid #9a9a9a;border-bottom: 1px solid #9a9a9a;padding: 23px 10px;margin-bottom: 24px;}

.m-apply {width: 20%;float: right;border: 1px solid #df2f33;}
.m-apply .tit {height: 49px;line-height: 49px;text-align: center;font-size: 18px;font-weight: 400;color: #fff;background-color: #df2f33;}
.m-apply .con {padding: 26px 15px 12px 18px;}
.m-apply .btn {display: block;height: 49px;border-radius: 5px;text-align: center;line-height: 47px;font-size: 14px;color: #444;border: 1px solid #696969;margin-bottom: 11px;transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;}
.m-apply .btn:hover {color: #fff;border-color: #df2f33;background-color: #df2f33;}
/* 产品展示详情页 产品特点 */
.products_features {width: 94%;max-width: 1440px;margin: 0 auto;margin-top: 20px;margin-bottom: 30px;}
.products_features_title {font-size: var(--font-size-32);color: #333;font-weight: bold;text-align: center;margin-bottom: 23px;}
.products_features_main,
.products_features_main p{font-size: var(--font-size-16) !important;color: #666 !important;line-height: 28px !important;}
.products_features_main img {display: block;max-width: 100%;height: auto;margin: 0 auto;}
.products_features_main b,
.products_features_main strong {color: #000;}

/* 产品展示详情页 技术参数 */
.products_parameter {width: 94%;max-width: 1440px;margin: 0 auto;margin-top: 67px;margin-bottom: 115px;}
.products_parameter_title {font-size: var(--font-size-32);color: #333;font-weight: bold;text-align: center;margin-bottom: 23px;}
.products_parameter_main,
.products_parameter_main p{font-size: var(--font-size-16);color: #666;line-height: 28px;}
.products_parameter_main b {color: #000;}
.products_parameter_main img {display: block; max-width: 100%;height: auto;margin: 0 auto;}

table {width: 100% !important;border-collapse: collapse !important;text-align: left;line-height: 42px !important;margin: 15px 0;}
table th {width: 16.5% !important;border: 1px solid #dddddd;font-size: var(--font-size-16) !important;color: #666666 !important;font-weight: normal;padding: 0 21px;}
table th p,
table th span {font-size: var(--font-size-16) !important;color: #666666 !important;}
table td {background-color: #fff !important; border: 1px solid #dddddd !important;font-size: var(--font-size-16) !important;color: #666666 !important;padding: 0 10px !important;}
table td p,
table td span,
table td b {font-family: '微软雅黑','思源黑体' !important; font-size: var(--font-size-16) !important;color: #666666 !important;line-height: 42px !important;font-weight: normal !important;margin: 0 !important;}
table td b{display: inline-block !important;}

/* 产品展示详情页 应用方案 */
.products_application {margin-top: 67px;margin-bottom: 115px;}
.products_application_title {font-size: var(--font-size-32);color: #333;font-weight: bold;text-align: center;margin-bottom: 23px;}
.products_application_main .solutions {margin-top: 0px;}
.products_application_main .solutions ul li {border: 1px solid #dddddd;}

/* 产品展示详情页 下载 */
.products_download {width: 94%;max-width: 1440px;margin: 0 auto;margin-top: 67px;margin-bottom: 115px;}
.products_download_title {font-size: var(--font-size-32);color: #333;font-weight: bold;text-align: center;margin-bottom: 23px;}
.products_download_list {text-align: center;}
.products_download_list ul {display: inline-block;}
.products_download_list ul::after {content: '';display: block;clear: both;}
.products_download_list ul li {float: left;width: 170px;height: 41px;line-height: 39px;font-size: var(--font-size-16);color: #333333;border: 1px solid #dddddd;border-radius: 20px;margin: 0 25px;cursor: pointer;}
.products_download_list ul li.products_download_list_active {background-color: #0d6caa;color: #fff;border-color: #0d6caa;}
.products_download_list ul li:hover {background-color: #0d6caa;color: #fff;border-color: #0d6caa;}
.products_download_table {display: none;width: 100%;height: auto;overflow: hidden;margin: 22px auto 0px;border: 1px #dddddd solid;border-bottom: 0;}
.products_download_table_active {display: block;}
.products_download_table ul {overflow: hidden;}
.products_download_table ul h1 {font-size: 15px;color: #333;text-align: center;line-height: 50px;height: 50px;background: #dddddd;overflow: hidden;}
.products_download_table ul h1 span {width: 19.4%;height: 50px;overflow: hidden;text-align: center;font-size: 15px;color: #333;display: block;float: left;font-weight: bold;}
.products_download_table ul h1 .span1 {width: 41.6%;}
.products_download_table ul h1 .span3 {width: 38%;}
.products_download_table ul li {width: 100%;height: 50px;overflow: hidden;line-height: 50px;font-size: var(--font-size-15);color: #333;text-align: center;border-bottom: 1px #dddddd solid;}
.products_download_table ul li {color: #333;display: block;overflow: hidden;height: 50px;}
.products_download_table ul li span {width: 19.4%;border-left: 1px #dddddd solid;display: block;height: 50px;overflow: hidden;float: left;}
.products_download_table ul li .span1 {width: 41.6%;border-left: none;}
.products_download_table ul li .span3 {width: 38%;border-left: none;}
.products_download_table ul li:hover {color: #fff;background: #0d6caa !important;}
.products_download_table ul li:hover img {filter: grayscale(1) brightness(500%);}
/* 品牌页 */
.m-brand1 {float:left;width:30%;padding:5% 10%;background:#fff;min-height:140px;}
.m-brand1 .pic {height: 60px;line-height: 60px;margin-bottom: 10px;text-align: center;overflow: hidden;font-size: 0;}
.m-brand1 .pic img {display: inline-block;vertical-align: middle;max-height: 100%;}
.m-brand1 h3 {font-size: 14px;color: #0055a2;text-align: center;border-bottom:1px solid #eaeaea;padding:10px;margin-bottom: 20px;}
.m-brand1 .tit {padding: 10px 10px;margin-top: 20px;line-height: 20px;font-size: 14px;color: #0055a2;background-color: #e0e4e7;text-align: center;font-weight: 400;margin-bottom: 6px;width: 30%;margin: 0 auto;}
.m-brand1 .desc {font-size: 14px;text-indent: 2em;}
.m-t5 {height: 45px;overflow: hidden;padding: 0 18px 0 16px;background-color: #0055a2;}
.m-t5 h3 {float: left;line-height: 45px;color: #fff;font-weight: 400;}
.m-t5 .more1 {float: right;padding-right: 23px;line-height: 45px;color: #c7c7c7;background: url(/Application/Home/View/Public/static/images/i-12.png) right center no-repeat;}
.m-t5 .more1:hover {color: #fff;}
.m-list7 {overflow: hidden;margin: 24px -10px 0;}
.m-list7 li {width: 25%;float: left;margin-bottom: 20px;}
.m-list7 .con {display: block;margin: 0 10px;padding: 11px 0 21px;border: 1px solid #f1f1f1;text-align: center;position: relative;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.m-list7 .pic {height: 160px;line-height: 160px;margin-bottom: 43px;overflow: hidden;}
.m-list7 .pic img {display: inline-block;vertical-align: middle;max-height: 100%;max-width: 100%;transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.m-list7 h4 {	font-size: 14px;color: #000;font-weight: 400;margin-bottom: 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.m-list7 p {color: #666;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.m-list7 .con:hover {border-color: #2d73b2;}
.m-list7 .con:hover h4 {color: #2d73b2;}
.m-list7 .con:hover .pic img {-webkit-transform: scale(1.08);-moz-transform: scale(1.08);-o-transform: scale(1.08);-ms-transform: scale(1.08);transform: scale(1.08);}
.m-list7-1 li {width: 20%;}	
	
	
	

/* 立即咨询 */
.m-table3 .rem {margin: 8px 55px 0 50px;position: relative;padding-left: 42px;}
.m-table3 .rem span {position: absolute;top: 0;left: 0;font-size: 14px;color: #000;}
.m-table3 .rem .inp2 {width: 100%;display: block;height: 46px;border: 1px solid #d2d2d2;font-size: 14px;color: #000;padding: 0 20px;}
.m20 {margin: 20px 0;}
.m-table3 table {width: 100%;margin-bottom: 50px;background-color: #fff;}
.m-table3 th {text-align: center;color: #fff !important;background-color: #0055a2;border-bottom: 1px solid rgba(255,255,255,.1);}
.m-table3 td {height: 70px;border-bottom: 1px solid #eaeaea;}
.m-table3 label {font-size: 14px;color: #000;cursor: pointer;display: inline-block;line-height: 49px;}
.m-table3 label input {display: inline-block;vertical-align: middle;position: relative;top: -1px;margin-right: 7px;}
.m-table3 .more {float: right;color: #0055a2;text-decoration: underline;line-height: 49px;margin-right: 50px;}
.m-table3 .rad {padding: 20px 0 20px 50px;}
.m-table3 .rad label {min-width: 140px;}
.m-table3 .chec {padding-left: 50px;}
.m-table3 .chec label {margin-right: 54px;}
.m-table3 .inp {width: 100%;display: block;font-size: 14px;color: #000;height: 100%;border: 0;}
.m-table3 .r-inp {width: 567px;height: 38px;border: 1px solid #d2d2d2;padding: 0 20px;margin-left: 14px;color: #000;font-size: 14px;}
.m-table3 .btn {display: block;font-size: 16px;color: #fff;width: 158px;height: 54px;text-align: center;background-color: #0055a2;line-height: 54px;border: 0;margin: 0 auto;cursor: pointer;}
.m-table3 .t-inp {overflow: hidden;margin-left: 50px;margin-bottom: 20px;}
.m-table3 .t-inp span {font-size: 14px;color: #000;}
.m-table3 .t-inp .con {float: left;margin-right: 30px;}
.m-table3 .t-inp .inp2 {height: 46px;border: 1px solid #d2d2d2;font-size: 14px;color: #000;padding: 0 20px;}
/* 服务与支持 */
.pc_banner_services_bg {width: 100%;height: auto;}
.pc_banner_services {position: relative;}
.pc_banner_services ul {width: 80%;max-width: 1225px;margin: 0 auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.pc_banner_services ul::after {content: '';display: block;clear: both;}
.pc_banner_services ul li {float: left;width: 28.3%;min-height: 65px;margin-right: 7.55%;margin-top: 3.775%;margin-bottom: 3%;border-radius: 10px;position: relative;}
.pc_banner_services ul li::after {content: '';display: block;clear: both;}
.pc_banner_services ul li:nth-child(3n+3) {margin-right: 0%;}
.pc_banner_services ul li:hover span {display: block;}
.pc_banner_services ul li:hover a > img {display: none;}
.pc_banner_services ul li:hover:nth-child(1) p {color: #6e74fc;}
.pc_banner_services ul li:hover:nth-child(2) p {color: #ea6871;}
.pc_banner_services ul li:hover:nth-child(3) p {color: #5cda87;}
.pc_banner_services ul li span {display: none;}
.pc_banner_services ul li img {width: 100%;height: auto;}
.pc_banner_services ul li p {position: absolute;top: 0;left: 0;width: 100%;height: 80%;display: flex;align-items: center;padding-left: 23px;font-size: var(--font-size-20);color: #fff;}

/* 校准服务 */
.services_bg {padding-top: 72px;padding-bottom: 75px;background-color: #f5f5f5;}
.services1_bg {width: 94%;max-width: 1440px;margin: 0 auto;}
.services1_bg .solutions {width: 100%;}
.services1 {font-size: var(--font-size-16) !important;color: #333 !important;line-height: 28px !important;}
.services1 p,
.services1 span {font-size: var(--font-size-16) !important;color: #333 !important;line-height: 28px !important;}
.services2_bg {width: 94%;max-width: 1440px;margin: 0 auto;margin-top: 96px;}
.services2 {font-size: var(--font-size-16) !important;color: #333 !important;line-height: 28px !important;}
.services2 p,
.services2 span {font-size: var(--font-size-16) !important;color: #333 !important;line-height: 28px !important;}
.services2 img {max-width: 100%;height: auto;}
.services2_main {margin-top: 50px;}
.services2_main ul::after {content: '';display: block;clear: both;}
.services2_main ul li {float: left;width: 48.6%;padding: 2% 0;margin-right: 2.8%;margin-bottom: 2.8%;background-color: #fff;}
.services2_main ul li:nth-child(2n+2) {margin-right: 0%;}
.services2_img {float: left;width: 27.7%;text-align: center;}
.services2_img img {max-width: 100%;height: auto;}
.services2_text {float: right;width: 72.3%;margin-top: 22px;padding-right: 6%;}
.services2_text h1 {font-size: var(--font-size-24);color: #666;line-height: 28px;margin-bottom: 9px;font-weight: normal;}
.services2_text p {font-size: var(--font-size-16);color: #999;line-height: 28px;min-height: 56px;}
.services3_bg {width: 94%;max-width: 1440px;margin: 0 auto;margin-top: 45px;margin-bottom: 55px;}
.services3_bg::after {content: '';display: block;clear: both;}
.services3_text {float: left;width: 48.6%;font-size: var(--font-size-16);color: #999;line-height: 28px;}
.services3_img {float: right;width: 48.6%;overflow: hidden;}
.services3_img img {width: 100%;height: auto;-webkit-transition: all 0.4s;transition: all 0.4s;}
.services3_img:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.services4_bg {width: 94%;max-width: 1440px;margin: 0 auto;margin-top: 96px;}
.services4 {font-size: var(--font-size-16) !important;color: #999 !important;line-height: 28px !important;}
.services4 p,
.services4 span {font-size: var(--font-size-16) !important;color: #999 !important;line-height: 28px !important;}
.services4 img {max-width: 100%;height: auto;}
.services4_main {margin-top: 50px;}
.services4_main ul::after {content: '';display: block;clear: both;}
.services4_main ul li {float: left;width: 31.4%;padding: 3% 0;margin-right: 2.9%;margin-bottom: 2.9%;background-color: #fff;}
.services4_main ul li:nth-child(3n+3) {margin-right: 0%;}
.services4_img {text-align: center;margin-top: 3px;margin-bottom: 54px;}
.services4_img img {max-width: 100%;height: auto;}
.services4_text {text-align: center;margin-top: 22px;padding: 0 5.5%;}
.services4_text h1 {font-size: var(--font-size-24);color: #666;line-height: 28px;margin-bottom: 28px;font-weight: normal;}
.services4_text p {font-size: var(--font-size-16);color: #999;line-height: 28px;min-height: 140px;text-align: left;}
.services5_bg {width: 94%;max-width: 1440px;margin: 0 auto;}
.services5 {font-size: var(--font-size-16) !important;color: #999 !important;line-height: 28px !important;}
.services5 p,
.services5 span {font-size: var(--font-size-16) !important;color: #999 !important;line-height: 28px !important;}
.services5 img {max-width: 100%;height: auto;}
.services5_text {width: 94%;max-width: 1440px;margin: 0 auto;margin-top: 65px;}
.services5_text ul::after {content: '';display: block;clear: both;}
.services5_text ul li {float: left;width: 48.6%;margin-right: 2.8%;margin-bottom: 2.8%;padding: 0 4.7%;padding-top: 3.5%;padding-bottom: 1.4%;background-color: #fff;}
.services5_text ul li:nth-child(2n+2) {margin-right: 0%;}
.services5_text ul li h1 {font-size: var(--font-size-24);color: #666666;margin-bottom: 5px;font-weight: normal;}
.services5_text ul li p {font-size: var(--font-size-16);color: #999999;line-height: 36px;min-height: 252px;}

/* 新加 */
.services1 h1{padding:2% 0;}
.services1 ul li {width:31%;float:left;min-height:120px;background:#fff;padding-top:1%;margin:1%;}
.services1 ul li .p2{float:left;width:25%;}
.services1 ul li .p2 img{width:100px;height:100px;}
.services1 ul li .p3{float:right;padding-left:5%;width:70%;}

.jiliang h1,h2{padding:2% 0;}
.jiliang ul{float:left;width:50%;}
.jiliang p{font-size: 22px !important;line-height: 40px;padding:2% 0;}
.jiliang .ny_title h1{font-size:40px;}
.jiliang .ny_title h2{font-size:30px;}
.jiliang ul li{padding-top:1%;margin:1%;font-size: 22px;line-height: 50px;list-style: disc;}


/* 新闻资讯 */
.news_bg {background-color: #f5f5f5;padding-top: 50px;padding-bottom: 100px;}
.news {width: 94%;max-width: 1440px;margin: 0 auto;margin-bottom: 50px;overflow: hidden;}
.news ul li {padding: 35px 0;border-bottom: 1px solid #dddddd;background-color: #f5f5f5;-webkit-transition: all 0.4s;transition: all 0.4s;position:relative;}
.news ul li::after {content: '';display: block;clear: both;}
.news ul li:hover {border-color: #fff;box-shadow: 0 0 30px #ddd;background-color: #fff;}
.news ul li:hover .news_img img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.news ul li:hover .news_text h1 {color: #0d6caa;}
.news ul li:hover .news_text span {background-color: #0d6caa;color: #fff;border-color: #0d6caa;}
.news_img {float: left;width: 26.8%;margin-left: 3.1%;overflow: hidden;}
.news_img img {width: 100%;height: auto;-webkit-transition: all 0.4s;transition: all 0.4s;}
.news_text {float: right;width: 57%;margin-right: 10%;margin-top:2%;}
.news_text h1 {font-size: var(--font-size-24);color: #333333;margin-top: 9px;margin-bottom: 14px;font-weight: normal;}
.news_text i {display: block;font-size: var(--font-size-18);color: #333333;margin-bottom: 19px;}
.news_text p {font-size: var(--font-size-15);color: #999999;line-height: 25px;/*height: 75px;*/}
/*.news_text span {display: block;width: 79px;height: 23px;line-height: 21px;font-size: var(--font-size-12);color: #666666;text-align: center;border-radius: 20px;border: 1px solid #999999;margin-top: 26px;}*/


.news_text .date {position: absolute;top: 50%;right: 42px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);width: 98px;height: 139px;overflow: hidden;background-color: #ecf0f4;z-index: 1;padding: 10px 12px;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s;}
.news_text .date span {display: block;text-align: center;overflow: hidden;font-family: Arial;}
.news_text .date .day {font-size: 48px;color: #3c3c3c;font-weight: 700;line-height: 1.5em;border-bottom: 1px solid #878787;margin-bottom: 13px;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s;}
.news_text .date .year {color: #000;font-size: 16px;line-height: 1.5em;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s;}
.news_text:hover .tit {color: #0055a2;}
.news_text:hover .date {background-color: #0055a2;}
.news_text:hover .date .day, .news_text:hover .date .year {color: #fff;}
.news_text:hover .date .day {border-bottom-color: #fff;}
.news_text .alldate{display:none;}





/* 新闻内页 */
.news_de_bg {background-color: #f5f5f5;padding-top: 70px;padding-bottom: 95px;}
.news_de {width: 94%;max-width: 1440px;margin: 0 auto;padding: 0 4%;padding-top: 60px;padding-bottom: 50px;background-color: #fff;box-shadow: 0 0 10px #eee;box-sizing: border-box;}
.news_de .de_title {text-align: center;}
.news_de .de_title h1 {color: #333333;font-size: var(--font-size-32);font-weight: bold;}
.news_de .fx {text-align: center;margin: 18px 0 44px 0;border-bottom: 1px solid #e5e5e5;padding-bottom: 23px;position: relative;}
.news_de .fx span {font-size: var(--font-size-18);color: #333333;vertical-align: middle;}
.news_de .fx img {width: 28px;height: auto;margin: 0 13px;}
.news_de .fx span.news_de_time {margin-right: 61px;font-size: var(--font-size-18);color: #333;}
.news_de .news_de_item {margin-bottom: 44px;text-align: center;}
.news_de .news_de_item p,
.news_de .news_de_item span {font-size: var(--font-size-16) !important;color: #666 !important;line-height: 28px !important;text-align: left !important;}
.news_de .news_de_item img {margin: 25px auto;max-width: 100%;height: auto;}
.news_de_btns {width: 100%;height: auto;position: relative;border-top: 1px solid #dddddd;padding: 10px 0;margin-top: 76px;}
.news_de_btns a {display: inline-block;font-size: var(--font-size-16);color: #666666;}
.news_de_btns a.prev,
.news_de_de .btns a.next {line-height: 60px;}
.news_de_btns a.prev:hover {color: #0d6caa;}
.news_de_btns a.next:hover {color: #0d6caa;}
.news_de_btns a.return {float: right;margin-top: -10px;width: 116px;height: 36px;color: #fff;text-align: center;line-height: 34px;border: 1px solid #0d6caa;border-radius: 19px;background-color: #0d6caa;}
.news_de_btns a.return:hover {border-color: #0d6caa;background-color: #fff;color: #0d6caa;}
.news_de .b4_2 img {margin: auto;}
.b4_2 {display: none;width: 160px;position: absolute;top: 30px;z-index: 15;height: 180px;left: 50%;background: #FFFFFF;box-shadow: 0 0 5px #ccc;margin: 0 auto;text-align: center;}

/* 公司简介 */
.aboutus_bg {padding-top: 20px;padding-bottom: 55px;background-color: #f5f5f5;}
.aboutus_bg img{max-width:100%;}
.aboutus {width: 94%;max-width: 1440px;margin: 0 auto;}
.aboutus::after {content: '';display: block;clear: both;}
.aboutus_left {float: left;width: 46.8%;font-size: var(--font-size-16);color: #999 !important;line-height: 28px !important;}
.aboutus_left p,
.aboutus_left span {font-size: var(--font-size-16);color: #999 !important;line-height: 28px !important;}
.aboutus_right {float: right;width: 50%;overflow: hidden;}
.aboutus_right img {width: 100%;height: auto;-webkit-transition: all 0.4s;transition: all 0.4s;}
.aboutus_right:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}

/* 公司简介 企业文化 */
.culture {padding-top: 50px;padding-bottom: 110px;}
.culture1_bg {position: relative;}
.culture1_bg::after {content: '';display: block;clear: both;}
.culture2_bg {position: relative;}
.culture2_bg::after {content: '';display: block;clear: both;}
.culture2_bg .culture_img {float: right;}
.culture2_bg .culture_text {width: 48%;margin-left: 0%;}
.culture1 {width: 94%;max-width: 1440px;margin: 0 auto;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.culture1::after {content: '';display: block;clear: both;}
.culture_img {float: left;width: 50%;overflow: hidden;position: relative;z-index: 9;}
.culture_img img {width: 100%;height: auto;-webkit-transition: all 0.4s;transition: all 0.4s;}
.culture_img:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.culture_text {float: left;width: 44.5%;margin-left: 55.5%;}
.culture_text h1 {font-size: var(--font-size-24);color: #333;line-height: 28px;font-weight: bold;margin-bottom: 12px;}
.culture_text p {font-size: var(--font-size-16);color: #666;line-height: 28px;}

/*荣誉资质 */
.honor_bg {padding-top: 70px;padding-bottom: 48px;background-color: #f5f5f5;}
.honor {width: 94%;max-width: 1440px;margin: 0 auto;}
.honor ul::after {content: '';display: block;clear: both;}
.honor ul li {float: left;width: 22.7%;margin-right: 3%;margin-bottom: 4.5%;cursor: pointer;}
.honor ul li:nth-child(4n+4) {margin-right: 0%;}
.honor_img {height: 446px; padding: 5.5%;box-shadow: 0 0 10px #ddd;position: relative;}
.honor_img img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%); width: 90%;height: auto;border: 2px solid #ddd;box-shadow: 0 0 20px #ddd;}
.honor_text {text-align: center;font-size: var(--font-size-16);color: #666;margin-top: 23px;}

/*加入我们 */
.welfare_bg {padding-top: 70px;background-color: #f5f5f5;}
.welfare {width: 94%;max-width: 1440px;margin: 0 auto;}
.welfare ul::after {content: '';display: block;clear: both;}
.welfare ul li {float: left;width: 46%;margin-right: 4.8%;margin-bottom: 3.8%;background-color: #fff;border: 1px solid #eaeaea;}
.welfare ul li:nth-child(2n+2) {margin-right: 0%;}
.welfare ul li:hover .welfare_img img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.welfare_img {overflow: hidden;}
.welfare_img img {width: 100%;height: auto;-webkit-transition: all 0.4s;transition: all 0.4s;}
.welfare_text {padding: 0 6%;padding-top: 20px;padding-bottom: 25px;}
.welfare_text h1 {font-size: var(--font-size-20);color: #333;font-weight: bold;margin-bottom: 10px;}
.welfare_text p {font-size: var(--font-size-15);color: #666;line-height: 26px;height: 52px;}

/* 人才招聘 */
.join_bg {position: relative;padding-top: 50px;padding-bottom: 85px;height: auto;border-bottom: 1px solid #dddddd;background-color: #f5f5f5;}
.join {width: 94%;max-width: 1440px;margin: 0 auto;border-bottom: 1px solid #dddddd;}
.join_item {background-color: #fff;box-sizing: border-box;border: 1px solid #dddddd;border-bottom: 0;}
.join_item_active .join_right img {filter: brightness(500%);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);}
.join_item_active .join_right span {color: #fff !important;}
.join_item_active .join_title {background-color: #0d6caa;}
.join_item_active .join_title h1 {color: #fff;}
.join_item_active .join_title ul li {color: #fff;border-color: #dddddd;}
.join_item:hover .join_right img {filter: brightness(500%);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);}
.join_item:hover .join_right span {color: #fff !important;}
.join_item:hover .join_title {background-color: #0d6caa;}
.join_item:hover .join_title h1 {color: #fff;}
.join_item:hover .join_title ul li {color: #fff;border-color: #dddddd;}
.join_title {height: 88px;line-height: 88px;cursor: pointer;padding: 0 3.3%;font-size: 20px;box-sizing: border-box;overflow: hidden;background-color: #fff;}
.join_title h1 {float: left;font-size: var(--font-size-20);color: #666;font-weight: 500;width: 200px;}
.join_title ul {float: left;margin-left: 7.8%;overflow: hidden;margin-top: 28px;}
.join_title ul li {float: left;border-right: 1px solid #dddddd;line-height: 33px;font-size: var(--font-size-15);color: #666;padding: 0 26px;}
.join_title .join_right {float: right;}
.join_title .join_right span {font-size: var(--font-size-15);color: #666;margin-right: 39px;}
.join_title .join_right img {width: 33px;height: 33px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.join_text {display: none;height: auto;box-sizing: border-box;padding: 0 3.3%;position: relative;padding-bottom: 25px;}
.join_text h1 {font-size: var(--font-size-15);color: #666;font-weight: 550;line-height: 28px;margin-top: 20px;}
.join_text p {font-size: var(--font-size-15);color: #666;line-height: 28px;}
.join_text_bottom {margin-top: 75px;height: 93px;}
.join_text_bottom h2 {font-size: var(--font-size-20);color: #0d6caa;font-weight: 550;line-height: 28px;margin-bottom: 9px;}
.join_text_bottom h3 {font-size: var(--font-size-16);color: #0d6caa;font-weight: 500;line-height: 28px;}

/*联系我们 */
.contactus {width: 94%;max-width: 1440px;margin: 0 auto;margin-top: 76px;margin-bottom: 50px;}
.contactus::after {content: '';display: block;clear: both;}
.contactus_left {float: left;width: 36.8%;}
.contactus_left h1 {font-size: var(--font-size-28);color: #333333;font-weight: bold;margin-bottom: 43px;}
.contactus_left h2 {font-size: var(--font-size-16);color: #666666;font-weight: normal;}
.contactus_left h3 {font-size: var(--font-size-32);color: #666666;font-weight: bold;padding-bottom: 18px;margin-bottom: 24px;border-bottom: 1px solid #dddddd;}
.contactus_left h4 {font-size: var(--font-size-20);color: #666666;font-weight: bold;margin-bottom: 3px;}
.contactus_left p {font-size: var(--font-size-16);color: #666666;line-height: 28px;}
.contactus_left img {display: inline-block;}
.contactus_left span {display: inline-block;font-size: var(--font-size-15);color: #666;line-height: 28px;vertical-align: middle;margin-left: 20px;}
.contactus_right {float: right;width: 55.9%;}

/*全国分部 */
.branch_bg {padding-top: 48px;padding-bottom: 40px;background-color: #f5f5f5;}
.branch {width: 94%;max-width: 1440px;margin: 0 auto;}
.branch ul::after {content: '';display: block;clear: both;}
.branch ul li {float: left;width: 48.6%;margin-right: 2.8%;margin-bottom: 2.8%;padding: 42px 0;background-color: #fff;}
.branch ul li::after {content: '';display: block;clear: both;}
.branch ul li:nth-child(2n+2) {margin-right: 0%;}
.branch_title {float: left;width: 20.4%;height: 92px;border-right: 1px solid #dddddd;padding-left: 5.5%;margin-top: 11px;}
.branch_title h1 {font-size: var(--font-size-24);color: #333;line-height: 28px;margin-top: 7px;margin-bottom: 19px;font-weight: normal;}
.branch_title i {display: block;width: 26px;height: 2px;background-color: #333333;}
.branch_text {float: right;width: 79.6%;font-size: var(--font-size-16);color: #666;line-height: 28px;height: 112px;padding-left: 8.5%;}

/* 弹出层 */
.popup {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);z-index: 9999999;}
.popup_img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);cursor: auto;}
.popup_close {z-index:999;position: absolute;top: 10%;right: 10%;width: 50px;height: 50px;border-radius: 50%;background-color: #fff;overflow: hidden;transition: all 1s;cursor: pointer;}
.popup_close:hover {transform: rotate(720deg);}

/* 内页标题 */
.ny_title {text-align: center;margin-bottom: 30px;}
.ny_title h1 {font-size: var(--font-size-32);color: #333;font-weight: bold;margin-bottom: 21px;}
.ny_title i {display: block;width: 38px;height: 2px;background-color: #d78113;margin: 0 auto;}

/* 分类 */
.list {width: 94%;max-width: 1440px;margin: 0 auto;padding-top: 70px;position: relative;}
.list::after {content: '';display: block;clear: both;}
.list_left {position: absolute;top: 70px;left: 0;width: 23.1%;background-color: #fff;border: 1px solid #dddddd;z-index: 9;}
.list_left h1 {font-size: var(--font-size-16);color: #333;line-height: 38px;padding: 0px 18px;cursor: pointer;font-weight: normal;}
.list_left h1::after {content: '';display: block;clear: both;}
.list_left h1 span {float: right;transition: all 0.25s ease;transform-origin: center;transform: rotate(-180deg);}
.list_left h1 span.list_active {transform: rotate(0deg);}
.list_left ul {display: none;border-top: 1px solid #ddd;padding-bottom: 20px;}
.list_left ul li a {display: block;font-size: var(--font-size-16);color: #333;padding-left: 18px;line-height: 30px;}
.list_left ul li:hover a {background-color: #0d6caa;color: #fff;}
.list_right {float: right;width: 74.3%;margin-bottom: 50px;}
.list_right ul::after {content: '';display: block;clear: both;}
.list_right ul li {float: left;min-width: 28%;height: 41px;line-height: 39px;border-radius: 20px;border: 1px solid #dddddd;text-align: center;background-color: #fff;padding: 0 1%; margin-right: 1.16%;margin-left: 1.16%;margin-bottom: 3.2%;}
/* .list_right ul li:nth-child(3n+3) {margin-right: 0%;} */
.list_right ul li:hover {background-color: #0d6caa;border-color: #0d6caa;}
.list_right ul li:hover a {color: #fff;}
.list_right ul li.list_active {background-color: #0d6caa;border-color: #0d6caa;}
.list_right ul li.list_active a {color: #fff;}
.list_right ul li a {display: block;font-size: var(--font-size-16);color: #333;}

/* 面包屑导航 */
.breadcrumb_nav_bg {height: 50px;background-color: #fff;border-bottom: 1px solid #dddddd;padding-top: 29px;}
.breadcrumb_nav {width: 94%;max-width: 1440px;margin: 0 auto;}
.breadcrumb_nav::after {content: '';display: block;clear: both;}
.breadcrumb_nav_left {/*float: left;*/}
.breadcrumb_nav_left ul::after {content: '';display: block;clear: both;}
.breadcrumb_nav_left ul li {float: left;margin-right: 70px;}
.breadcrumb_nav_left ul li:hover a {color: #0d6caa;}
.breadcrumb_nav_left ul li:hover a::after {width: 100%;}
.breadcrumb_nav_left ul li.breadcrumb_nav_left_active a {color: #0d6caa;}
.breadcrumb_nav_left ul li.breadcrumb_nav_left_active a::after {width: 100%;}
.breadcrumb_nav_left ul li a {display: block;font-size: var(--font-size-16);color: #333;position: relative;padding-bottom: 26px;}
.breadcrumb_nav_left ul li a::after {width: 0%;height: 4px;background-color: #0d6caa;content: '';display: block;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);transition: all 0.4s;}
.breadcrumb_nav_right {/*float: right;*/font-size: var(--font-size-16);color: #666;}
.breadcrumb_nav_right a {display: inline-block;font-size: var(--font-size-16);color: #666;margin-left: 3px;margin-right: 5px;}
.breadcrumb_nav_right a:hover {color: #0d6caa;}
.breadcrumb_nav_right img {margin-top: -3px;margin-right: 8px;}
.help_nav_right{float: right;}
/* 侧边栏 */
.sidebar {position: fixed;top: 50%;right: 0%;-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);width: 56px;z-index: 9999;}
.sidebar ul li {float: right;width: 56px;height: 56px;background-color: #f5f4f1;border: 1px solid #f5f4f1;margin-bottom: 2px;text-align: center;box-sizing: border-box;cursor: pointer;position: relative;}
.sidebar ul li img {margin-top: 3px;}
.sidebar ul li p {font-size: 12px;color: #fff;transform: scale(0.9);}
.sidebar ul li:hover {background-color: #eee;border-color: #0d6caa;}
.sidebar ul li.return:hover {background-color: #003399;border-color: #003399;}
.sidebar ul li.al {transition: width 0.4s;overflow: hidden;}
.sidebar ul li.al:hover {width: 150px;}
.sidebar ul li.al:hover .sidebar_icon {display: none;}
.sidebar ul li.al:hover .sidebar_icon2 {display: block;}
.sidebar_icon2 {display: none;margin-top: 7px !important;}
.sidebar ul li:hover .sidebar_right {opacity: 1;visibility: visible;}
.sidebar ul li.wx .sidebar_right {width: 114px;height: 135px;left: -124px;top: 0;padding-top: 5px;}
.sidebar ul li.wx .sidebar_right p {font-size: 12px;color: #666;}
.sidebar ul li.dh .sidebar_right {left: -247px;top: 0;width: 237px;height: 74px;padding-left: 18px;}
.sidebar ul li.dh .sidebar_right div {display: table-cell;color: #666;font-size: 16px;line-height: 21px;padding-top: 16px;vertical-align: middle;text-align: left;}
.sidebar ul li.dh .sidebar_right div a {color: #666;font-size: 16px;}
.sidebar ul li.dh .sidebar_right div img {width: 40px;height: 40px;margin-right: 16px;}
.sidebar ul li.qq .sidebar_right {left: -247px;top: 0;width: 237px;height: 74px;padding-left: 18px;}
.sidebar ul li.qq .sidebar_right div {display: table-cell;color: #666;font-size: 16px;line-height: 21px;padding-top: 16px;vertical-align: middle;text-align: left;}
.sidebar ul li.qq .sidebar_right div img {width: 40px;height: 40px;margin-right: 16px;}
.sidebar ul li .sidebar_right {opacity: 0;visibility: hidden;position: absolute;border-radius: 5px;background-color: #fff;box-shadow: 0 2px 10px #c8c8c8;border: 1px solid #dfdfdf;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;box-sizing: border-box;}
.sidebar ul li .sidebar_right i {position: absolute;top: 21px;right: -16px;display: block;width: 0;height: 0;border: 10px solid transparent;border-left-color: #fff;}
.recent_view_sidebar_mini {display: none;}
.sidebar ul li.eas {display: flex;justify-content: center;align-items: center;}
.sidebar ul li.eas img {margin-top: 0px;}

.sidebar_toggle{top: 60%;}
.sidebar_toggle ul li.al {margin-bottom: -60px;}
.sidebar_toggle ul li.wx {margin-bottom: -60px;}
.sidebar_toggle ul li.dh {margin-bottom: -60px;}

/* 分页 */
.fy {text-align: center;}
.fy ul {display: inline-block;overflow: hidden;}
.fy ul li {float: left;width: 36px;height: 36px;box-sizing: border-box;text-align: center;margin: 0 8px;border-radius: 50%;overflow: hidden;cursor: pointer;}
.fy ul li.fy_prev a {font-weight: 600;font-family: '宋体';background-color: #dddddd;}
.fy ul li.fy_next a {font-weight: 600;font-family: '宋体';background-color: #dddddd;}
.fy ul li.fy_active a {background-color: #0d6caa;border-color: #0d6caa;color: #fff;}
.fy ul li:hover a {background-color: #0d6caa;border-color: #0d6caa;color: #fff;}
.fy ul li a {display: block;line-height: 36px;color: #666;font-size: var(--font-size-20);font-weight: 500;}

/* 底部 */
.bottom_bg {min-height: 450px;background-color: #eee;overflow: hidden;}
.bottom_bg a:hover {opacity: 0.7;}
.bottom {width: 94%;max-width: 1440px;margin: 0 auto;}
.bottom::after {content: '';display: block;clear: both;}
.bottom i.hr {display: block;width: 38px;height: 1px;background-color: #d78113;margin-bottom: 35px;}
.bottom_logo {float: left;width: 213px;margin-top: 40px;}
.bottom_logo a img {margin-bottom: 21px;}
.bottom_logo_item {margin-bottom: 15px;}
.bottom_logo_item::after {content: '';display: block;clear: both;}
.bottom_logo_img {float: left;margin-top: 5px;margin-right: 7px;}
.bottom_logo_text {float: left;width: calc(100% - 42px);}
.bottom_logo_text h1 {font-size: var(--font-size-13);color: #fff;font-weight: normal;}
.bottom_logo_text b {font-size: var(--font-size-24);color: #333;}
.bottom_logo_text p {font-size: var(--font-size-16);color: #fff;}
.bottom_contact {float: left;width: 25%;margin-top: 58px;text-align: center;/*margin-left: 8%;*/}
.bottom_contact h1 {font-size: var(--font-size-24);color: #333;font-weight: bold;margin-bottom: 24px;}
.bottom_contact p {font-size: var(--font-size-14);line-height: 28px;color: #999;text-align: left;padding-left: 80px;}
.bottom_contact p span {display: table-cell;}
.bottom_contact p img {margin-right: 5px;margin-top: -2px;}
.bottom_layout {float: left;width: 315px;margin-top: 58px;margin-left: 7.5%;}
.bottom_layout h1 {font-size: var(--font-size-24);color: #333;font-weight: bold;margin-bottom: 24px;}
.bottom_layout ul::after {content: '';display: block;clear: both;}
.bottom_layout ul li {float: left;margin-right: 30px;margin-bottom: 15px;}
.bottom_layout ul li:nth-child(4n+4) {margin-right: 0px;}
.bottom_layout ul li a {font-size: var(--font-size-14);color: #999;line-height: 28px;}
.bottom_share {float: right;width: 260px;margin-top: 58px;}
.bottom_share h1 {font-size: var(--font-size-30);color: #fff;font-weight: bold;margin-bottom: 24px;white-space: nowrap;}
/* .bottom_share p {font-size: var(--font-size-14);color: #999;width: 97px;text-align: center;margin-top: 7px;} */
.bottom_share ul::after{content: '';display: block;clear: both;}
.bottom_share ul li{float: left;text-align: center;margin-right: 11%;cursor: pointer;position: relative;}
.bottom_share ul li:nth-child(4n+4){margin-right: 0%;}
.bottom_share ul li:hover > img{filter: grayscale(1) brightness(500%);}
.bottom_share ul li:hover p{color: #fff;}
.bottom_share ul li:hover .bottom_share_win{visibility: visible; top: 60px;opacity: 1;}
.bottom_share ul li img{}
.bottom_share ul li p{font-size: var(--font-size-14);color: #999;font-weight: normal;margin-top: 6px;}
.bottom_share ul li .bottom_share_win{visibility: hidden; position: absolute;top: 45px;left: 50%;transform: translateX(-50%);padding: 9px;padding-top: 22px; background: url(/Application/Home/View/Public/static/images/win_bg.png) center/cover;opacity: 0;transition: all .4s ease;}

.bottom_share ul li:hover .bottom_share_wina{visibility: visible; top: 6px;opacity: 1;}
.bottom_share ul li img{}
.bottom_share ul li p{font-size: var(--font-size-14);color: #999;font-weight: normal;margin-top: 6px;}
.bottom_share ul li .bottom_share_wina{visibility: hidden; position: absolute;top: 25px;left: 0%;transform: translateX(-50%);padding: 0px;padding-top: 45px;/* background: url(/Application/Home/View/Public/static/images/win_bg.png) center/cover;*/opacity: 0;transition: all .4s ease;}
.bottom_share ul li .bottom_share_wina img{width:200px!important; height:auto;}

.bottom_likes {width: 94%;max-width: 1440px;margin: 0 auto;padding-bottom: 11px;border-bottom: 1px solid #333333;margin-top: 31px;}
.bottom_likes span {font-size: var(--font-size-14);color: #999;line-height: 28px;}
.bottom_likes a {display: inline-block;font-size: var(--font-size-14);color: #999;line-height: 28px;margin: 0 5px;}
.bottom_likes i {font-size: var(--font-size-14);color: #999;line-height: 28px;}
.bottom2 {width: 94%;max-width: 1440px;margin: 0 auto;line-height: 75px;}
.bottom2::after {content: '';display: block;clear: both;}
.bottom2_left {float: left;font-size: var(--font-size-14);color: #797979;}
.bottom2_right {float: right;font-size: var(--font-size-14);color: #797979;}
.bottom2_right a {font-size: var(--font-size-14);color: #797979;}

.bottom_contact p a{color:#333;}
.bottom_layout p{font-size:16px;line-height:30px;}
.bottom_layout p a{font-size:24px;color:#f23d3d;}
.bottom_left{float:left;width:68%;margin: 20px 0;border-right: 1px solid #333;}
.bottom_right{float:left;width:30%;margin: 20px 0;}




/* 搜索 */
.search {width: 100%;height: auto;overflow: hidden;margin: 170px auto 70px;}
.search1 {width: 810px;height: 52px;line-height: 52px;border-radius: 25px;border: 1px #999999 solid;overflow: hidden;color: #333;font-size: var(--font-size-18);margin: 0px auto;}
.search1 .input {width: 720px;float: left;margin-left: 28px;height: 50px;overflow: hidden;color: #333;font-size: 18px;border: 0px;outline: none;}
.search1 .img {width: 34px;height: auto;float: right;margin-right: 15px;margin-top: 6px;}
.search2 {width: 100%;height: 44px;overflow: hidden;margin: 90px auto 0px;border-bottom: 1px #dddddd solid;text-align: center;}
.search2 ul {display: inline-block;overflow: hidden;margin: 0px auto;}
.search2 ul li {float: left;}
.search2 ul a {color: #666666;font-size: var(--font-size-16);width: 179px;display: block;float: left;text-align: center;height: 43px;}
.search2 ul a:hover {border-bottom: 4px #0477b8 solid;color: #0477b8;}
.search2 ul a.hover {border-bottom: 4px #0477b8 solid;color: #0477b8;}
.search3 {width: 96%;max-width: 1200px;overflow: hidden;margin: 36px auto 0px;}
.search3 h2 {font-weight: normal;font-size: var(--font-size-16);color: #666666;height: 80px;overflow: hidden;border-bottom: 1px #dddddd solid;}
.search3 li {height: 140px;overflow: hidden;border-bottom: 1px #dddddd solid;margin: 50px 0;font-size: var(--font-size-19);}
.search3 li a {color: #333;}
.search3 li a:hover {color: #0477b8;}
.search3 li p {font-size: var(--font-size-15);color: #999999;line-height: 32px;margin-top: 15px;}

@media screen and (max-width: 1860px) {
.iproducts_bg .swiper-button-prev {left: 5%;}
.iproducts_bg .swiper-button-next {right: 5%;}
}
@media screen and (max-width: 1660px) {
:root {
  --font-size-14: 12px;
  --font-size-15: 13.5px;
  --font-size-16: 14.5px;
  --font-size-17: 15.2px;
  --font-size-18: 15.75px;
  --font-size-19: 16px;
  --font-size-20: 17px;
  --font-size-24: 20px;
  --font-size-28: 24px;
  --font-size-30: 24px;
  --font-size-32: 27px;
  --font-size-36: 30px;
}

body {padding-top: 80px;}

/* 头部 */
.top_bg {height: 80px;}
.top_logo {margin-top: 20px;}
.top_logo img {height: 47px;}
.top_phone {width: 150px;height: 27px;line-height: 25px;margin-top: 33px;}
.top_phone a img {width: 19px;}
.top_nav {margin-top: 36px;}
.top_nav ul li {margin-right: 48px;}
.top_search {margin-top: 34px;}
.top_search_icon img {width: 26px;}
.top_search_menus {top: 80px;}
.top_search_input {width: 100%;line-height: 45px;margin-top:-12px;}
.top_search_input input {height: 45px;}
.top_search_icon2 img {width: 26px;}
.menus {top: 80px;height: 73px;}
.menus dl {margin-top: 7px;}
.menus dl dd a {width: 163px;margin: 0 26px;line-height: 45px;}
.menus2_bg {top: 80px;}
.menus2_left {min-height: 310px;}
.menus2_right dl dd {margin-bottom: 25px;}
.menus2_left dl dd a {line-height: 35px;padding-left: 14px;padding-right: 13px;}

/* banner */
.banner .swiper-pagination-bullet {width: 12px;height: 12px;}
.banner .swiper-pagination-bullet-active::after {width: 20px;height: 20px;}

/* 首页 品牌分类 */
.brand_list_bg {padding: 65px 0;padding-bottom: 47px;}
.brand_list ul li i {width: 28px;}

/* 首页 产品 */
.iproducts_bg {padding-top: 24px;padding-bottom: 28px;}
.iproducts_bg .swiper-button-prev {left: 7%;width: 61px;height: 61px;}
.iproducts_bg .swiper-button-next {right: 7%;width: 61px;height: 61px;}
.iproducts_text ul li {padding: 0 34px;}
.iproducts_text h1 {margin-bottom: 15px;}
.iproducts_text p {line-height: 25px;}
.iproducts .swiper-pagination-bullet {width: 48px;margin: 0 10px !important;}
.iproducts .swiper-slide {padding: 0 5%;}

/* 了解更多 */
.more {width: 123px;height: 43px;line-height: 40px;}

/* 首页 更多产品 */
.more_products_bg {height: 196px;line-height: 196px;}
.more_products img {height: 134px;}
.more_products p {line-height: 22px;}
.more_products a {margin-left: 300px;margin-top: -75px;}

/* 标题 */
.title h1 {margin-bottom: 18px;}
.title i {margin-bottom: 29px;}
.title a {margin-top: -50px;}

/* 首页 应用方案 */
.isolution_bg {padding-top: 57px;}
.isolution_text p {margin-top: 20px;}
.isolution_text img.isolution_icon {width: 40px;}
.isolution_text span img {width: 25px;}

/* 首页 服务与支持 */
.iservices_bg {padding-bottom: 34px;}
.iservices_text h1 {margin-top: 21px;}
.iservices_text span {line-height: 45px;margin-top: 20px;}

/* 首页 关于我们 */
.iaboutus_text {margin-bottom: 71px;}

/* 首页 新闻动态 */
.inews_bg {padding-top: 60px;}

/* 面包屑导航 */
.breadcrumb_nav_bg {height: 67px;padding-top: 25px;}
.list_left {top: 60px;}
.list_left h1 {line-height: 33px;}
.list_left ul {padding-bottom: 16px;}
.list_left ul li a {line-height: 26px;}
.list_left h1 span img {width: 17px;}
.products_bg .list_right h1{font-size: 17px;margin-bottom: 15px;}
.list_right ul li {height: 35px;line-height: 32px;}
.pc_banner_solutions ul li p {margin-top: 11px;}
.solutions_bg {padding-bottom: 93px;}
.solutions {margin-bottom: 26px;}
.solutions_text {padding-bottom: 17px;}
.solutions_text h1 {height: 44px; margin-top: 28px;}
.solutions_text p {line-height: 25px;height: 75px;}
.solutions_text span {margin-top: 22px;}
.solutions_text span img {width: 24px;}
.solutions_de {padding-top: 60px;padding-bottom: 46px;}
.solutions_de_title {padding-bottom: 35px;margin-bottom: 28px;}
.fy ul li {width: 32px;height: 32px;margin: 0 6.5px;}
.fy ul li a {line-height: 32px;}
.news_de_btns {margin-top: 55px;}
.news_de_btns a.return {width: 105px;height: 34px;margin-top: -29px;}
.news_de_btns a.prev,
.news_de_de .btns a.next {line-height: 56px;}
.related_products_bg {padding-top: 59px;}
.products_bg {padding-bottom: 92px;}
.products {margin-bottom: 28px;}
.products_text{height: 176px;}
.products_text h1,
.products_text h2 {line-height: 28px;}
.products_text h2 {min-height: 56px;}
.products_text p {line-height: 22px;height: 44px;margin-top: 12px;}
.products_text span {margin-top: 9px;height: 27px;line-height: 27px;}
.products_de {margin-top: 66px;margin-bottom: 96px;}
.products_de h1{margin-bottom: 24px;}
.products_de_text {line-height: 25px;padding: 20px 0;margin-bottom: 21px;}
.products_de_text h2 {line-height: 25px;}
.products_de_text p {line-height: 25px;}
.products_de_left .swiper-button-next {width: 42px;height: 50px;}
.products_de_left .swiper-button-prev {width: 42px;height: 50px;}
.products_features {margin-top: 59px;}
.products_parameter {margin-top: 59px;margin-bottom: 101px;}
table {line-height: 38px !important;}
.products_application {margin-top: 59px;margin-bottom: 52px;}
.products_download {margin-top: 59px;margin-bottom: 95px;}
.products_download_list ul li {width: 147px;height: 36px;line-height: 34px;margin: 0 22px;}
.products_download_table ul h1 {height: 45px;line-height: 45px;}
.products_download_table ul li {height: 43px;}
.products_download_table ul li span {line-height: 43px;height: 43px;}
.products_download_table ul li span img {height: 19px;}
.services_bg {padding-top: 62px;padding-bottom: 41px;}
.services1 {line-height: 25px !important;}
.services2_bg {margin-top: 82px;}
.services2 {line-height: 25px !important;}
.services2_main {margin-top: 41px;}
.services2_main ul li {padding: 1.5% 0;}
.services2_text h1 {margin-bottom: 6px;}
.services2_text p {line-height: 25px;min-height: 50px;}
.services2_img img {max-width: 130px;}
.services3_text {line-height: 25px;}
.services4_bg {margin-top: 58px;}
.services4 {line-height: 25px !important;}
.services4_img img {max-width: 120px;}
.services4_main ul li {padding: 2.5% 0;}
.services4_img {margin-bottom: 43px;}
.services4_text h1 {margin-bottom: 24px;}
.services4_text p {line-height: 25px;min-height: 125px;}
.services5_text {margin-top: 55px;}
.services5_text ul li p {line-height: 32px;min-height: 224px;}
.news_bg {padding-top: 37px;}
.news ul li {padding: 31px 0;}
.news_text h1 {margin-bottom: 13px;}
.news_text i {margin-bottom: 16px;}
.news_text p {line-height: 22px;height: 66px;}
.news_de_bg {padding-top: 62px;}
.news_de {padding-top: 51px;padding-bottom: 40px;}
.news_de .fx {margin: 13px 0 39px 0;padding-bottom: 18px;}
.news_de .fx img {width: 27px;margin: 0 11px;}
.news_de .fx span.news_de_time {margin-right: 52px;}
.news_de .news_de_item p,
.news_de .news_de_item span {line-height: 25px !important;}
.aboutus_bg {padding-top: 60px;padding-bottom: 66px;}
.aboutus_left {line-height: 25px !important;}
.culture {padding-top: 43px;padding-bottom: 95px;}
.culture_text h1 {margin-bottom: 8px;}
.culture_text p {line-height: 25px;}
.honor_bg {padding-top: 60px;}
.honor_text {margin-top: 19px;}
.welfare_bg {padding-top: 60px;}
.welfare_text {padding-top: 16px;padding-bottom: 20px;}
.welfare_text h1 {margin-bottom: 9px;}
.welfare_text p {line-height: 23px;height: 46px;}
.join_bg {padding-top: 40px;}
.join_title {height: 76px;line-height: 76px;}
.join_title ul {margin-top: 23px;}
.join_text p {line-height: 25px;}
.join_text_bottom h2 {margin-bottom: 6px;}
.join_text_bottom h3 {line-height: 25px;}
.contactus {margin-top: 65px;margin-bottom: 42px;}
.contactus_left h1 {margin-bottom: 38px;}
.contactus_left h3 {margin-bottom: 18px;}
.contactus_left p {line-height: 25px;}
.contactus_left img {width: 70px;}
.contactus_left span {line-height: 25px;}
.contactus_right {max-height: 423px;overflow: hidden;}
.branch_bg {padding-top: 41px;}
.branch ul li {padding: 38px 0;}
.branch_title {height: 83px;margin-top: 9px;}
.branch_title h1 {line-height: 25px;margin-bottom: 15px;}
.branch_text {line-height: 25px;height: 100px;}
.breadcrumb_nav_left ul li {margin-right: 58px;}
.breadcrumb_nav_left ul li a {padding-bottom: 22px;}
.breadcrumb_nav_left ul li a::after {height: 3px;}
.ny_title h1 {margin-bottom: 19px;}
.ny_title i {width: 34px;}
.list {padding-top: 60px;}
.list_right{margin-bottom: 36px;}
.pc_banner_solutions ul li{margin: 0.4% 2.97%; padding-bottom: 18px;}

/* 底部 */
.bottom_bg {min-height: 400px;}
.bottom i.hr {width: 33px;}
.bottom_logo {margin-top: 32px;}
.bottom_logo a img {height: 58px;}
.bottom_logo_item {margin-bottom: 18px;}
.bottom_logo_img img {width: 30px;}
.bottom_contact {/*width: 270px;*/margin-top: 52px;}
.bottom_contact p {line-height: 25px;}
.bottom_contact p img {width: 19px;}
.bottom_layout {width: 270px;margin-top: 52px;}
.bottom_layout ul li {margin-bottom: 11px;margin-right: 26px;}
.bottom_layout ul li a {line-height: 25px;}
.bottom_share {margin-top: 52px;}
/* .bottom_share img {width: 86px;} */
/* .bottom_share p {width: 85px;margin-top: 5px;} */
.bottom2 {line-height: 67px;}

/* 侧边栏 */
.sidebar {right: 0%;}
.sidebar ul li {width: 49px;height: 49px;}
.sidebar ul li p {white-space: nowrap;}
.sidebar ul li > img {width: 39px;margin-top: 4px;}
.sidebar_icon2 {width: 120px !important;}
.sidebar ul li.dh .sidebar_right div {font-size: 14.5px;}
.sidebar ul li.eas img{width: 30px;}
}
@media screen and (max-width: 1460px) {
:root {
  --font-size-13: 12px;
  --font-size-15: 12.5px;
  --font-size-16: 12.5px;
  --font-size-17: 13.2px;
  --font-size-18: 13.75px;
  --font-size-19: 14px;
  --font-size-20: 15px;
  --font-size-24: 17px;
  --font-size-28: 21px;
  --font-size-30: 21px;
  --font-size-32: 24px;
  --font-size-36: 26px;
  --font-size-40: 29px;
}
body {padding-top: 70px;}

/* 头部 */
.top_bg {height: 70px;}
.top_nav {margin-top: 33px;}
.top_nav ul li > a {height: 37px;}
.top_logo img {height: 41px;}
.top_phone {width: 132px;height: 24px;line-height: 23px;margin-top: 31px;}
.top_phone a img {width: 18px;}
.top_search_icon img {width: 22px;}
.top_search {margin-top: 33px;padding-bottom: 15px;}
.top_search_menus {top: 70px;}
.menus {top: 70px;height: 66px;}
.menus dl {margin-top: 7px;}
.menus dl dd a {width: 148px;margin: 0 23px;line-height: 38px;}
.menus2_bg {top: 70px;
  /* height: 265px; */}
.menus2_left {min-height: 270px;}
.menus2_left dl {padding-top: 13px;}
.menus2_left dl dd a {line-height: 34px;}
.menus2_right dl dd a {height: 48px;}
.menus2_right dl dd {margin-bottom: 15px;}

/* banner */
.banner .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0 12px !important;}
.banner .swiper-pagination-bullet-active::after {width: 18px;height: 18px;}

/* 品牌专区 */
.brand_list_bg {padding: 57px 0;padding-bottom: 41px;}
.brand_list ul li a {padding-top: 4px;padding-bottom: 12px;}
.brand_list ul li i {width: 26px;margin-top: 4px;}
.brand_list ul li p {margin-top: 8px;}
.iproducts_bg {padding-top: 21px;padding-bottom: 24px;}
.iproducts_text ul {margin-bottom: 60px;}
.iproducts_text ul li {padding: 0 27px;}
.iproducts_text p {line-height: 22px;}
.iproducts .swiper-pagination-bullet {width: 43px;height: 2px;margin: 0 9px !important;}
.iproducts .swiper-pagination-bullet::after {height: 2px;}
.iproducts_bg .swiper-button-prev {width: 55px;height: 55px;}
.iproducts_bg .swiper-button-next {width: 55px;height: 55px;}
.more {width: 108px;height: 38px;line-height: 36px;}
.more_products_bg {height: 171px;line-height: 171px;}
.more_products img {height: 116px;}
.more_products a {width: 80px;height: 20px;line-height: 18px;margin-left: 262px;margin-top: -68px;}
.title h1 {margin-bottom: 15px;}
.title i {margin-bottom: 26px;}
.title a {margin-top: -44px;}
.isolution_bg {padding-top: 50px;}
.isolution ul li:hover .isolution_text {bottom: 50px;}
.isolution_text img.isolution_icon {width: 37px;}
.isolution_text span img {width: 23px;}
.isolution_text p {margin-top: 17px;}
.iservices_bg {padding-top: 52px;padding-bottom: 29px;}
.iservices_text h1 {margin-top: 19px;margin-bottom: 9px;}
.iservices_text p {line-height: 23px;height: 69px;}
.iservices_text span {margin-top: 16px;line-height: 39px;}
.iservices_text span img {width: 22px;margin-top: 13px;}
.iaboutus_bg_img {min-height: 480px;object-fit: cover;}
.iaboutus_text p {line-height: 24px;}
.inews_bg {padding-top: 54px;}
.inews_text {margin-top: 33px;}
.inews_text h1 {margin-bottom: 6px;}
.inews_text p {line-height: 23px;height: 69px;}
.inews_time {width: 65px;height: 65px;margin-top: -46px;}
.inews_right ul li h1 {margin-bottom: 5.5px;}
.inews_right ul li p {line-height: 22px;height: 44px;}
.breadcrumb_nav_bg {height: 58px;padding-top: 22px;}
.list {padding-top: 52px;}
.list_left {top: 52px;}
.list_left h1 {line-height: 30px;}
.list_left h1 span img {width: 15px;}
.list_right{margin-bottom: 33px;}
.products_bg .list_right h1{font-size: 16px;margin-bottom: 13px;}
.list_right ul li {height: 31px;line-height: 30px;margin-bottom: 2.8%;}
.solutions_bg {padding-bottom: 80px;}
.solutions {margin-bottom: 21px;}
.solutions_text {padding-bottom: 11px;}
.solutions_text h1 {height: 40px; margin-top: 24px;margin-bottom: 14px;}
.solutions_text p {line-height: 22px;height: 66px;}
.solutions_text span {margin-top: 18px;}
.solutions_text span img {width: 20px;right: calc(100% - 75px);}
.solutions_de {padding-top: 53px;}
.solutions_de_title {padding-bottom: 31px;margin-bottom: 23px;}
.solutions_de_main p,
.solutions_de_main span {line-height: 22px !important;}
.news_de_btns a.prev,
.news_de_de .btns a.next {line-height: 48px;}
.news_de_btns {margin-top: 51px;padding: 7px 0;}
.related_products_bg {padding-top: 54px;}
.products {}
.products ul li {padding-bottom: 12px;}
.products_text{height: 164px;}
.products_text h1,
.products_text h2 {line-height: 24px;}
.products_text h2 {min-height: 48px;}
.products_text p {line-height: 20px;}
.products_text span {transform: scale(0.9);}
.products_de {margin-top: 58px;margin-bottom: 84px;}
.products_de_right h1 {margin-bottom: 21px;}
.products_de_text {line-height: 22px;padding: 18px 0;margin-bottom: 16px;}
.products_de_text h2 {line-height: 22px;}
.products_de_text p {line-height: 22px;}
.products_features {margin-top: 52px;margin-bottom: 87px;}
.products_features_title {margin-bottom: 17px;}
.products_features_main p,
.products_features_main span {line-height: 22px !important;}
.products_parameter {margin-top: 52px;margin-bottom: 90px;}
.products_parameter_title {margin-bottom: 17px;}
table {line-height: 33px !important;}
.products_application {margin-top: 52px;margin-bottom: 41px;}
.products_application_title {margin-bottom: 17px;}
.products_download {margin-top: 52px;margin-bottom: 84px;}
.products_download_title {margin-bottom: 17px;}
.products_download_list ul li {width: 129px;height: 32px;line-height: 30px;margin: 0 18px;}
.services_bg {padding-top: 56px;}
.services1 {line-height: 22px !important;}
.services2_bg {margin-top: 75px;}
.services2_img img {max-width: 120px;}
.services2_text {margin-top: 18px;}
.services2_text h1 {margin-bottom: 4px;}
.services2_text p {line-height: 22px;}
.services3_bg {margin-top: 28px;margin-bottom: 45px;}
.services3_text {line-height: 22px;}
.services2_bg {margin-top: 62px;}
.services2 {line-height: 22px !important;}
.services4_bg {margin-top: 51px;}
.services4 {line-height: 22px !important;}
.services4_main {margin-top: 35px;}
.services4_img {margin-bottom: 37px;}
.services4_img img {max-width: 110px;}
.services4_text h1 {margin-bottom: 20px;}
.services4_text p {line-height: 22px;min-height: 110px;}
.news_bg {padding-top: 34px;padding-bottom: 80px;}
.news ul li {padding: 26px 0;}
.news_text i {margin-bottom: 12px;}
.news_text p {line-height: 20px;height: 60px;}
.news_text span {margin-top: 18px;transform: scale(0.9);}
.news_de_bg {padding-top: 55px;padding-bottom: 88px;}
.news_de {padding-top: 47px;}
.news_de .fx {margin: 11px 0 31px 0;padding-bottom: 15px;}
.news_de .fx img {width: 24px;margin: 0 9px;}
.news_de .news_de_item p,
.news_de .news_de_item span {line-height: 22px !important;}
.news_de_btns a.return {width: 90px;height: 30px;line-height: 28px;}
.aboutus_bg {padding-top: 53px;padding-bottom: 59px;}
.aboutus_left {line-height: 22px !important;}
.culture {padding-top: 39px;padding-bottom: 83px;}
.culture_text h1 {margin-bottom: 6px;}
.culture_text p {line-height: 22px;}
.honor_bg {padding-top: 53px;padding-bottom: 26px;}
.honor_text {margin-top: 16px;}
.welfare_bg {padding-top: 53px;}
.welfare_text {padding-top: 14px;padding-bottom: 16px;}
.welfare_text h1 {margin-bottom: 7px;}
.welfare_text p {line-height: 22px;}
.join_bg {padding-top: 32px;}
.join_title {height: 67px;line-height: 67px;}
.join_title ul {margin-top: 18px;}
.join_text p {line-height: 22px;}
.join_text_bottom h2 {margin-bottom: 2px;}
.join_text_bottom h3 {line-height: 23px;}
.join_title .join_right img {width: 28px;height: 28px;}
.contactus {margin-top: 58px;margin-bottom: 37px;}
.contactus_left h1 {margin-bottom: 34px;}
.contactus_left h3 {padding-bottom: 14px;margin-bottom: 18px;}
.contactus_left p {line-height: 22px;}
.contactus_left span {margin-left: 15px;line-height: 22px;}
.contactus_right {max-height: 400px;}
.branch_bg {padding-top: 35px;padding-bottom: 25px;}
.branch ul li {padding: 33px 0;}
.branch_title {height: 78px;margin-top: 7px;}
.branch_title h1 {line-height: 22px;}
.branch_text {line-height: 22px;height: 88px;}
.ny_title {margin-bottom: 22px;}
.ny_title h1 {margin-bottom: 16px;}
.breadcrumb_nav_left ul li a {padding-bottom: 19px;}
.breadcrumb_nav_left ul li a::after {height: 2.5px;}
.fy ul li {width: 28px;height: 28px;margin: 0 5.5px;}
.fy ul li a {line-height: 28px;}
.bottom_bg {min-height: 354px;}
.bottom_logo {margin-top: 22px;}
.bottom_logo a img {height: 52px;}
.bottom_logo_img img {width: 26px;}
.bottom_contact {margin-top: 46px;}
.bottom_contact h1 {margin-bottom: 21px;}
.bottom_contact p img {width: 17px;}
.bottom i.hr {margin-bottom: 22px;}
.bottom_layout {margin-top: 46px;}
.bottom_share {margin-top: 46px;width: 202px;}
.bottom_share ul li{margin-right: 8%;}
.bottom_share ul li .bottom_share_win{padding: 7px;padding-top: 19px;}
/* .bottom_share img {width: 74px;} */
/* .bottom_share p {width: 73px;} */
.bottom_likes {padding-bottom: 5px;}
.bottom2 {line-height: 62px;}
.sidebar {right: 0%;}
.sidebar ul li {width: 42px;height: 42px;}
.sidebar ul li img{margin-top: 1px;}
.sidebar ul li > img {width: 35px;margin-top: 3px;}
.sidebar ul li.eas img{width: 27px;}
.sidebar_icon2 {margin-top: 4px !important;}
.sidebar ul li p {margin-left: -4px;margin-top: -2px;transform: scale(0.8);}
.sidebar ul li.dh .sidebar_right div {font-size: 12.5px;padding-top: 11px;}
.sidebar ul li.dh .sidebar_right {left: -204px;width: 194px;height: 65px;}
.sidebar ul li.wx .sidebar_right {width: 100px;height: 113px;left: -110px;padding-top: 1px;}
.sidebar ul li.wx .sidebar_right img {width: 90px;}
.sidebar ul li.dh .sidebar_right div img {margin-right: 10px;}
}
@media screen and (max-width: 1299px) {
.bottom_contact{margin-left: 5%;}
}
@media screen and (max-width: 1260px) {
/* .top_logo {margin-right: 9.4%;} */
.iproducts_text ul li {padding: 0 24px;}
.iproducts .swiper-slide {height: 391px;}
.inews_right ul li {padding: 2.85%;}
.bottom_contact {margin-left: 3%;}
.bottom_layout{margin-left: 6.5%;}
}
@media screen and (max-width: 1160px) {
/* .top_logo {margin-right: 7.4%;} */
.top_nav ul li {margin-right: 7%;}
.iproducts_text ul li {padding: 0 16px;}
.inews_right ul li {margin-bottom: 11.5px;}
.bottom_contact {margin-left: 1%;}
.bottom_layout {margin-left: 4.5%;}
}
@media screen and (max-width: 1110px) {
.bottom_layout ul li{margin-bottom: 5px;margin-right: 16px;}
}
@media screen and (max-width: 1099px) {
.bottom_logo{width: 190px;}
.bottom_layout{margin-left: 2.5%;}
}