@charset "utf-8";





a{

	color: inherit;

}

.index_top{		

	margin:0 auto;

	height:100vh;	

}

nav{	

	background: #fcfcfc;

	border-bottom: 2px solid #e13d4a;

	transition:all 0.3s;

	position: relative;

	z-index: 90;

}

nav .inner{

	max-width: 1530px;

	padding: 0 15px;

	margin:0 auto;

}

nav .logo{

	width: 181px;

	height: 98px;

	display: block;

	float: left;

	transition:all 0.3s;

	background: url(../img/logo_c.png) no-repeat center;

}

nav .right{

	float: right;

	color: #222222;

	font-size: 14px;

	line-height: 40px;

	margin-top: 32px;

	height: 40px;

}

nav .li_b{

	float: left;

}

nav .li_b>li{

	float: left;

	padding: 0 20px;

}

nav .search_btn{

	float: left;

	width: 18px;

	height: 40px;

	background: url(../img/search.png) no-repeat center;

	cursor: pointer;

	margin-left: 30px;

	margin-right: 50px;

}

nav .lan_btn{

	float: left;

	width: 76px;

	margin-top: 5px;

	height: 24px;

	border-radius: 13px;

	background: #2226a1;

	line-height: 24px;

	color: #fff;

	border:1px solid #2226a1;

	position: relative;

}

nav .lan_btn span{	

	display: block;

	position: absolute;

	height: 24px;

	width: 38px;

	background: #fff;

	border-radius: 12px;

	z-index: 1;

	transition:all 0.4s;

	left: 0px;

}

nav .lan_btn a{

	display: block;

	width: 50%;

	float: left;

	text-align: center;

	position: relative;

	z-index: 2;

	color: #fff;

	transition:all 0.4s;

}

nav .lan_btn a.on{

	color: #2226a1;

}

.rotating-dashed{

	width: 96px;

	height: 34px;

	background: #2226a1 url(../img/person.png) no-repeat 21px center/18px 18px;

	color: #fff;

	text-align: center;

	float: left;

	display: block;

	line-height: 34px;

	margin-right: 30px;

	border-radius: 10px;

	border:2px solid #2226a1;



	text-indent: 23px;

}

.rotating-dashed:hover{

	background: #fff url(../img/person_b.png) no-repeat 21px center/18px 18px;

	border-color:#2226a1;

	color: #2226a1;

}

nav.on .rotating-dashed{

  position: relative;

  text-align: center;

  width: 100px;

  height: 38px;

  overflow: hidden;

  float: left;

  margin-right: 30px;

  background: none;

  border:none;

  line-height: 38px;

  border-radius: 0;

  text-indent: 0;

  text-indent: 23px;

  color: #fff;

  background:url(../img/person.png) no-repeat 23px center/18px 18px;

}

nav.on .rotating-dashed .dashing {

  display: block;

  width: 100%;

  height: 100%;

  position: absolute;

}

nav.on .rotating-dashed .dashing:nth-of-type(1) { -webkit-transform: rotate(   0deg ); }

nav.on .rotating-dashed .dashing:nth-of-type(2) { -webkit-transform: rotate(  90deg ); right: -31px;}

nav.on .rotating-dashed .dashing:nth-of-type(3) { -webkit-transform: rotate( 180deg ); }

nav.on .rotating-dashed .dashing:nth-of-type(4) { -webkit-transform: rotate( 270deg ); left: -31px;}

nav.on .rotating-dashed .dashing i{

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  width: 200%;

  border-bottom: 2px dashed;

  -webkit-animation: slideDash 4s infinite linear;

}

@-webkit-keyframes slideDash {

  from { -webkit-transform: translateX( -50% ); }

  to   { -webkit-transform: translateX(   0% ); }

}

nav.on{

	background: none;

	border-color:transparent;

}

nav.on .logo{

	background: url(../img/logo_w.png) no-repeat center;

}

nav.on .right{

	color: #fff;

}

nav.on .search_btn {    

    background: url(../img/search_w.png) no-repeat center;    

}

nav.on .lan_btn{

	background: #d3d3d3;

	border-color:#d3d3d3;

}

nav.on .lan_btn a.on{

	color: #fff;

}

nav.on .lan_btn span{

	background: #040622;

}

nav.active {

	background: #fcfcfc;

	border-bottom: none !important;

}

.sub_inner{

	position: absolute;

	width: 100%;	

	top: 100px;

	left: 0;	

}

.sub_inner .search_inner{

	padding-top: 35px;

	padding-bottom: 45px;

	display: none;

	background: #f5f5f5;

}

.sub_inner .form_box{

	width: 602px;

	height: 52px;

	border:1px solid #e5e5e5;

	margin:0 auto;

	overflow: hidden;

	border-radius: 10px;

	position: relative;

}

.sub_inner .form_box input{

	float: left;

	height: 100%;

	outline: none;

	border:none;

	background: #fff;

}

.sub_inner .form_box input[type='text']{

	width: 545px;		

	text-indent: 15px;

}

.sub_inner .form_box input[type='submit']{

	width: 55px;

	text-indent: -9999px;

	padding: 0;

	background:#fff url(../img/search.png) no-repeat center;

}

.iwant{

	text-align: center;

	background: #f5f5f5;

	display: none;

}

.iwant .inner{

	text-align: left;

	padding-top: 30px;

	padding-bottom: 40px;

	display: inline-block;

}

.iwant .inner li{

	float: left;

	width: 250px;	

	text-indent: 30px;

}

.iwant .inner span{

	display: block;

	line-height: 24px;

	margin-bottom: 2px;

	color: #666666;

}

.iwant .inner span:hover{

	color: #1d2088;

}

.iwant .inner .tit{

	font-size: 16px;

	color: #1d2088;

	margin-bottom: 15px;

}

.iwant li:nth-child(1) .tit{

	background:url(../img/jianjie.png) no-repeat left center;

}

.iwant li:nth-child(2) .tit{

	background:url(../img/zixun.png) no-repeat left center;

}

.iwant li:nth-child(3) .tit{

	background:url(../img/fankui.png) no-repeat left center;

}

.normal_sub li{

	padding: 26px 0;

	background: #f5f5f5;

	text-align: center;

	white-space: nowrap;

	display: none;

	position: absolute;

	width: 100%;

	top: 0;

	left: 0;

}

.normal_sub li.on{

	z-index: 50;

}

.normal_sub li span{

	display: inline-block;

	margin:0 23px;

}

.normal_sub li span a{

	display: inline-block;

	padding-left: 26px;

	color: #444444;

	line-height: 24px;

}

.normal_sub li span a:hover{

	color: #003296;

}

.normal_sub li span.jianjie a{

	background: url(../img/icon_building.png) no-repeat left center;

}

.normal_sub li span.wenhua a{

	padding-left: 23px;

	background: url(../img/icon_book.png) no-repeat left center;

}



.normal_sub li span.cp1 a{

	padding-left: 23px;

	background: url(../img/cp1.png) no-repeat left center;

}
.normal_sub li span.cp2 a{

	padding-left: 23px;

	background: url(../img/bebe.png) no-repeat left center;

}



.normal_sub li span.hyzx a{

	padding-left: 23px;

	background: url(../img/hyzx1.png) no-repeat left center;

}

.normal_sub li span.gsdt a{

	padding-left: 23px;

	background: url(../img/gsdt1.png) no-repeat left center;

}

.normal_sub li span.sfw a{

	padding-left: 23px;

	background: url(../img/sfw.png) no-repeat left center;

}

.normal_sub li span.xiazai a{

	padding-left: 23px;

	background: url(../img/xz1.png) no-repeat left center;

}



.normal_sub li span.zhaopin a{

	padding-left: 32px;

	background: url(../img/icon_person.png) no-repeat left center;

}

body{

	min-width: 1100px;

}

@media (max-width: 1250px) {

	nav .li_b>li{

		padding: 0 10px;

	}

	nav .search_btn{

		margin-right: 30px;

	}

	.normal_sub li span{

		margin:0 20px;

	}

}

.v_banner{

	position: absolute;

	width: 100%;

	height: 100%;

	background: #000;

	z-index: 30;

	top: 0;

	left: 0;

}

.v_banner .v_mask{

	display: block;

	position: absolute;

	width: 100%;

	height: 100%;

	z-index: 49;

	background: rgba(0,0,0,.4);

	background: rgba(0,0,0,.35);

	top: 0;

	left: 0;

}

.v_banner h1{

	position: absolute;

	top: 40%;

	/* transform: translateY(-50%); */

	z-index: 50;

	font-size: 56px;

	font-weight: bold;

	color: #fff;

	letter-spacing: 5px;

}

.v_banner_container{

	color: #fff;

	height: 100%;

	width: 100%;

}

.v_banner_container .swiper-slide{

	width: 100%;

	height: 100%;

	position: relative;

}

.v_banner_container .v_v{

	position: absolute;

	width: 100%;

	height: 100%;

	background: #000;

	top: 0;

	left: 0;

}

.v_banner_container .v_v video{

	height: 100%;

	width: 100%;

	object-fit: fill;

}

.index_pro{

	padding-top: 140px;

	padding-bottom: 120px;

	background: url(../img/bg.jpg) no-repeat center/cover;

}

.index_pro .inner{

	max-width: 1300px;

	min-width: 1100px;

	margin:0 auto;

	padding-right: 15px;

	padding-left: 15px;

}

.index_pro  .gallery-top .swiper-slide{

	opacity: 0 !important;

}

.index_pro  .gallery-top .swiper-slide-active{

	opacity: 1 !important;

}

.index_pro  .gallery-top .swiper-slide .t_box{

	width: 50%;

	float: left;

}

.index_pro .gallery-thumbs{

	background: #fff;

	margin-top: 125px;

	padding-top: 43px;

	padding-bottom: 30px;

	border-radius: 10px;

	padding-right: 15px;

	padding-left: 15px;

}

.gallery-thumbs .swiper-slide{

	position: relative;

	color: #444444;

	cursor: pointer;

}

.gallery-thumbs .swiper-slide p{

	width: 100%;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	text-align: center;

	margin-top: 5px;

}

.gallery-thumbs .swiper-slide-thumb-active{

	background: #fff;

	color: #1d55d3;

}

.index_pro .gallery-thumbs img{

	display: block;	

	width: 120px;

	margin:0 auto;

}

.slide_bottom{

	position: relative;

}

.slide_on{

	position: absolute;

	width: calc((100% - 30px) / 6);

	height: 248px;

	background: #1d55d3;

	top: 50%;

	margin-top: -124px;

	margin-left: 15px;

	border-radius: 10px;

	transition:all 0.3s;

	left: 0;

}

.slide_bottom .slide_on_cir{

	width: calc((100% - 30px) / 6);

	height: 248px;	

	position: absolute;

	z-index: 5;

	top: 50%;

	left: 0;

	margin-left: 15px;	

	margin-top: -124px;

	transition:all 0.3s;

}

.slide_bottom .slide_on_cir span{

	position: absolute;

	width: 50px;

	height: 50px;

	border-radius: 50%;

	background: #1d55d3;

	left: 50%;

	margin-left: -25px;

	top: 10px;

}

.slide_bottom .slide_on_cir span:last-child{

	top: auto;

	bottom: 10px;

}

.index_pro .t_box{

	width: 50%;

	float: left;

}

.index_pro .img_box{

	width: 50%;

	float: left;

}

.index_pro .img_box img{

	display: block;

	max-width: 530px;

	float: left;

	transform: translateX(80px);

	opacity: 0;

	transition:all 0.6s;



}

.index_pro .swiper-slide-active .img_box  img{

	transition-delay: 0.6s;

	transform: translateX(0px);

	opacity: 1;

}

.index_pro .move_btn{

	width: 60px;

	height: 30px;

	cursor: pointer;

	display: block;

	margin-bottom: 15px;

	border:1px solid #fff;

	transition:all 0.3s;

	background: url(../img/icon_arr.png) no-repeat center;

}

.index_pro .move_btn:hover{

	width: 80px;

}

.index_pro h1{

	font-size: 60px;

	font-weight: bold;

	color: #fff;

	margin:0;

	line-height: 1.2;	

	margin-bottom: 30px;

	transform: translateY(-80px);

	opacity: 0;

}

.index_pro .swiper-slide-active h1{

	transition:all 1s;

	transform: translateY(0px);

	opacity: 1;

}

.index_pro li{

	font-size: 18px;

	color: #fff;

	padding-left: 20px;

	transform: translateX(-80px);

	opacity: 0;

	background: url(../img/icon_l.png) no-repeat left center;

}

.index_pro .swiper-slide-active li{

	opacity: 1;

	transform: translateX(0px);

	transition:all 0.8s;

	transition-delay: 0.2s;

}

.index_pro .swiper-slide-active li:nth-child(2n){

	transition-delay: 0.5s;

}

.index_service{

	background: url(../img/bg_s.png) no-repeat center/cover;

}

.index_service .inner{

	max-width: 1500px;

	/*max-width: 1300px;*/

	margin:0 auto;

	/*padding: 145px 15px;*/

	padding: 145px 15px;

}

.index_service .t_box{

	width: 34%;

	float: left;

}

.index_service .t_box h1{

	font-size: 30px;

	font-weight: bold;

	color: #222;

	line-height: 36px;

	margin-bottom: 23px;

}

.index_service .t_box .line{

	width: 60px;

	height: 1px;

	background: #003296;

	margin-bottom: 10px;

}

.index_service .t_box p {

	font-size: 16px;

	line-height: 24px;

	color: #555;

}

.s_more {

	display: block;

	margin-top: 30px;

	width: 135px;

	height: 38px;

	border: 1px solid #bfbfbf;

	border-radius: 19px;

	font-size: 14px;

	color: #777;

	line-height: 38px;

	text-align: center;

	transition:all 0.3s;

}

.s_more em {

	color: #ff0101;

	transition:all 0.3s;

}

.s_more:hover{

	color: #fff;

	background: #1d55d3;

}

.s_more:hover em{

	color: #fff;

}

.index_service .i_box {

	float: right;

	width: 66%;

	padding: 22px 0;

}

.index_service .i_box>div {

	float: left;

	width: 124px;

	margin-left: 110px;

}

.index_service .i_box>div img {

	width: 100%;

}

.index_service .i_box>div span{

	display: block;

	width: 100%;

	font-size: 18px;

	line-height: 28px;

	margin-top: 14px;

	text-align: center;

}

.index-resolve,.index-news {

	padding: 85px 0;

	background: #f5f5f5;

}

.index-resolve .r_title,.index-news .n_title {

	margin: 0 auto;

	width: 169px;

	height: 65px;

	font-size: 30px;

	color: #222;

	font-weight: bold;

	text-align: center;

	line-height: 65px;

	background: url('../img/r_title-bg.png') no-repeat center center;

}

.index-resolve .r_title_desc {

	margin: 50px auto;

	width: 950px;

	font-size: 16px;

	color: #555;

	line-height: 30px;

	text-align: center;

}



/*add*/

.index_service .i_box>div em{

	display: block;

	width: 124px;

	height: 124px;

	border-radius: 50%;

	background: url(../img/1-1.png) no-repeat center/cover;

	transition:all 0.3s;

}

.index_service .i_box>div:hover em{	

	transform: rotateY(180deg);

	background: url(../img/1-2.png) no-repeat center/cover;

}



.index_service .i_box>div.i_box-2 em{

	display: block;

	width: 124px;

	height: 124px;

	border-radius: 50%;

	background: url(../img/2-1.png) no-repeat center/cover;

	transition:all 0.3s;

}

.index_service .i_box>div.i_box-2:hover em{	

	transform: rotateY(180deg);

	background: url(../img/2-2.png) no-repeat center/cover;

}



.index_service .i_box>div.i_box-3 em{

	display: block;

	width: 124px;

	height: 124px;

	border-radius: 50%;

	background: url(../img/3-1.png) no-repeat center/cover;

	transition:all 0.3s;

}

.index_service .i_box>div.i_box-3:hover em{	

	transform: rotateY(180deg);

	background: url(../img/3-2.png) no-repeat center/cover;

}



.index_service .i_box>div.i_box-4 em{

	display: block;

	width: 124px;

	height: 124px;

	border-radius: 50%;

	background: url(../img/4-1.png) no-repeat center/cover;

	transition:all 0.3s;

}

.index_service .i_box>div.i_box-4:hover em{	

	transform: rotateY(180deg);

	background: url(../img/4-2.png) no-repeat center/cover;

}

@media (max-width: 1467px) {

	.index_service .i_box>div{

		margin-left: 52px;

	}

}

#certify {

	position: relative;

	max-width: 100%;

	margin: 0 auto;

	width: 1500px;

}

#certify .swiper-container {

	padding-bottom: 60px;

}

#certify  .swiper-slide {



	width: 520px;

	height: auto;

	background: #fff;

	box-shadow: 0 8px 30px #ddd;

}

#certify  .swiper-slide img{

	display:block;

	width: 100%;

}

#certify .swiper-slide h2 {

	font-size: 28px;

	line-height: 48px;

	color: #444;

	font-weight: bold;

	text-align: center;

	margin-top: 30px;

	margin-bottom: 15px;

}

#certify .swiper-slide p {

	width: 355px;

	line-height: 32px;

	text-align: center;

	color: #787878;

	font-size: 22px;

	margin: 0 auto;

	margin-bottom: 35px;

	overflow: hidden;

	-ms-text-overflow: ellipsis;text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical; 

	-webkit-line-clamp: 2;

}

#certify .swiper-slide a {

	display: block;

	line-height: 32px;

	text-align: center;

	color: #c2c2c2;

	font-size: 18px;

	margin: 0 auto;

	margin-bottom: 25px;

}

#certify .swiper-slide:hover a {

	color: #ff0101;

}

/*#certify .swiper-pagination {

	width: 100%;

	bottom: 20px;

}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {

	margin: 0 5px;

	border: 3px solid #fff;

	background-color: #d5d5d5;

	width: 10px;

	height: 10px;

	opacity: 1;

}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {

	border: 3px solid #00aadc;

	background-color: #fff;

}

#certify .swiper-button-prev {

	left: -30px;

	width: 45px;

	height: 45px;

	background: url(../img/wm_button_icon.png) no-repeat;

	background-position: 0 0;

	background-size: 100%;

}

#certify .swiper-button-prev:hover {

	background-position: 0 -46px;

	background-size: 100%

}

#certify .swiper-button-next {

	right: -30px;

	width: 45px;

	height: 45px;

	background: url(../img/wm_button_icon.png) no-repeat;

	background-position: 0 -93px;

	background-size: 100%;

}

#certify .swiper-button-next:hover {

	background-position: 0 -139px;

	background-size: 100%

}*/

/*add*/





.index-company {

	max-width: 1500px;

	padding: 0 15px;

	margin: 0 auto;

	position: relative;

}

.index-company .company_box {

	max-width: 1250px;

	padding: 90px 125px 112px 125px;

	overflow: hidden;



}

.index-company .company_box .c_left {

	float: left;

	width: 54%;

	position: relative;

	height: 470px;

	background-size: cover;

	background-position: center center;

	transition: all 0.3s ease-in-out;

}

.index-company .company_box .c_left:hover {

	transform: scale(1.1);

	

}

.index-company .company_box .c_left img {

	width: 100%;

	position: relative;

	display: block;

	top: 50%;

}

.index-company .company_box .c_right {

	float: right;

	width: 42%;

	padding-left: 4%;

}

.index-company .company_box .c_right .c_right_title {

	color: #333;

	font-size: 24px;

	line-height: 34px;

	margin: 140px 0 35px 0;

}

.index-company .company_box .c_right .c_right_desc {

	color: #777;

	font-size: 14px;

	line-height: 28px;

	margin-bottom: 50px;

}

.index-company .company_data {

	max-width: 1500px;

	width: 100%;

	margin: 0 auto;

	padding: 97px 0;

	overflow: hidden;

	box-shadow: 0px 24px 24.03px 2.97px rgba(114, 114, 115, 0.28);

	background: #fff;

	position: absolute;

	top: 555px;

	left: 0;

}

.index-company .company_data>div {

	width: 25%;

	text-align: center;

	box-sizing: border-box;

	position: relative;

	float: left;

}

.index-company .company_data>div:after {

    content: '';

    position: absolute;

    left: auto;

    top: 50%;

    right: 0;

    margin-top: -35px;

    height: 70px;

    width: 1px;

    background-color: #b2b2b2;

}

.index-company .company_data .data-4:after {

	content: '';

	width: 0;

	height: 0;

}

.index-company .company_data .data_n {

	display: inline;

	padding: 0 20px;

	font-size: 50px;

	color: #444;

	font-weight: bold;

	background-image: url('../img/jiahao.png');

	background-repeat: no-repeat;

	background-position: top 15px right;

}

.index-company .company_data .data_t {

	font-size: 16px;

	color: #777;

}

.company-bottom {

	max-width: 100%;

	height: 250px;

	background: url('../img/c_bg.png') no-repeat center center/cover;

}

.index-news .n_title {

	background: url('../img/n_title-bg.png') no-repeat center center;

}

.index-news .n_tab_list {

	width: 760px;

	margin: 55px auto;

	overflow: hidden;

}

.index-news .n_tab_list>div,.index-news .n_tab_list .list-right {

	width: 120px;

	height: 36px;

	line-height: 36px;

	float: left;

	margin-left: 200px;

	font-size: 18px;

	color: #444;

	cursor: pointer;

	background-image: url('../img/n_tab-1.png');

	background-repeat: no-repeat;

	background-position: right center;

}

.index-news .n_tab_list .list-left {

	margin-left: 0;

}

.index-news .n_tab_list .list-right {

	display: block;

}

.index-news .n_tab_list .active,.index-news .n_tab_list>div:hover {

	color: #3b3be4;

	background-image: url('../img/n_tab-2.png');

}

.index-news .n_tab_list .list-right:hover {

	color: #3b3be4;

}

.index-news .n_wrap {

	max-width: 1500px;

	padding: 0 15px;

	height: 592px;

	margin: 0 auto;

	overflow: hidden;

	display: none;

}

.index-news .block {

	display: block;

}

.index-news .n_wrap .wrap-left,.index-news .n_wrap .wrap-middle,.index-news .n_wrap .wrap-right {

	float: left;

	width: 33%;

	height: 100%;

	margin-right: 0.5%;

}

.index-news .n_wrap .wrap-right {

	margin-right: 0;

}

.index-news .n_wrap .wrap-left {

	display: block;

	position: relative;

	/* background: url('../img/n_left-bg.png') no-repeat center center/cover; */

}

.index-news .n_wrap .wrap-left:hover {

	transform: scale(1.05);

	transition: all 0.3s;

}

.index-news .n_wrap .wrap-left .wrap_l_desc {

	font-size: 20px;

	line-height: 32px;

	color: #fff;

	padding: 20px 125px 20px 40px;

	background: rgba(0,0,0,.4);

	position: absolute;

	bottom: 0;

	left: 0;

	right: 0;

	background-image: url('../img/n_left-you.png');

	background-repeat: no-repeat;

	background-position: right 40px center;	

}

.index-news .n_wrap .wrap-left .wrap_l_desc p {

	overflow: hidden;

	-ms-text-overflow: ellipsis;text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical; 

	-webkit-line-clamp: 2;

}

.wrap-middle ul li {

	width: 100%;

	height: 292px;

	margin-bottom: 10px;

	overflow: hidden;	

}

.n_wrap li{

	transition:all 0.5s;

}

.n_wrap li:hover{

	box-shadow: 0px 4px 11.57px 1.43px rgba(0, 0, 0, 0.17);

}



.wrap-middle ul li a {

	display: block;

	height: 292px;

	padding: 45px 50px 0 50px;	

	background: #fff;

}

.wrap-middle ul li a h2{

	font-size: 20px;

	color: #222;

}

.wrap-middle ul li a p {

	font-size: 14px;

	color: #777;

	margin: 15px 0 25px 0;

	/*border-bottom: 1px solid #dcdcdc;*/

	overflow: hidden;

	-ms-text-overflow: ellipsis;text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical; 

	-webkit-line-clamp: 2;

}

.wrap-middle ul li a .i_news_line {

	width: 100%;

	height: 1px;

	background: #dcdcdc;

}

.wrap-middle ul li a .wrap_m_time {

	padding: 18px 0;

	background: url('../img/n_middle-you.png') no-repeat right 28px center;

}

.wrap_m_time span {

	width: 60px;

	color: #777;

	display: block;

	text-align: center;

}

.time_day {

	color: #777;

	font-size:42px; 

	font-weight: bold;

}

.time_month {

	font-size:14px; 

}

.wrap-right ul li {

	width: 100%;

	height: 190px;

	margin-bottom: 10px;

	overflow: hidden;

	background: #fff;

}

.wrap-right ul li a {

	display: block;

	padding: 45px 0;

	overflow: hidden;

}

.wrap_r_time {

	width: 32%;

	float: left;

}

.wrap_r_time span {

	display: block;

	width: 60px;

	margin-left: 50px;

	color: #777;

	/*text-align: center;*/

}

.wrap_r_time .time_line {

	width: 22px;

	height: 1px;

	margin-bottom: 16px;

	background: #dcdcdc;

}

.wrap_r_text {

	height: 100px;	

	margin-left: 32%;

	padding: 0 60px 0 35px;

	border-left: 1px solid #dcdcdc;

	background: url('../img/n_middle-you.png') no-repeat left 35px bottom;

}

.wrap_r_text p {

	font-size: 20px;

	color: #222;

	overflow: hidden;

	-ms-text-overflow: ellipsis;text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical; 

	-webkit-line-clamp: 2;

}

.index_ask {

	width: 100%;

	height: 100px;

	background: url('../img/ask_bg.png') no-repeat center center/cover;

}

.index_ask .ask_wrap {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

	overflow: hidden;

}

.index_ask .ask_wrap>div {

	float: left;

	margin-right: 2%; 

	width: 40%;

}

.index_ask .ask_wrap .a_left {

	font-size: 24px;

	color: #fff;

	line-height: 100px;

}

.index_ask .ask_wrap .a_middle {

	width: 30%;

	font-size: 30px;

	color: #fff;

	line-height: 100px;

	padding-left: 55px;

	background: url('../img/ask_phone.png') no-repeat left center;

}

.index_ask .ask_wrap .a_right {

	width: 20%;

	margin-right: 0;

	line-height: 100px;

}

.index_ask .ask_wrap .a_right a {

	width: 178px;

	height: 42px;

	font-size: 18px;

	color: #fff;

	line-height: 40px;

	background: transparent;

	border: 1px solid #fff;

	border-radius: 21px;

	outline: none;
	
	display:inline-block;
	 
	 text-align:center;
}

.index_ask .ask_wrap .a_right button:hover {

	color: #3b3be4;

	background: #fff;

}

footer {

	min-height: 340px;

	width: 100%;

	/*padding-top: 50px;*/

	background: url('../img/footer_bg.png') no-repeat center center/cover;

}

footer .footer-wrap {

	max-width: 1500px;

	padding: 0 15px;

	padding-top: 50px;

	margin: 0 auto;

	overflow: hidden;

}

footer .footer-wrap>div {

	float: left;

	width: 13%;

	margin-right: 4%;

}

footer .footer-wrap .footer_list-6 {

	width: 15%;

	text-align: center;

	margin-right: 0;

}

footer .footer-wrap .footer_list-6 .wechat-t {

	display: block;

	margin-top: 15px;

	font-size: 14px;

	color: #ddddde;

}

footer .footer-wrap ul .list_title {

	font-size: 16px;

	font-weight: bold;

	color: #fff;

	margin-bottom: 20px;

}

footer .footer-wrap ul li a {

	display: block;

	font-size: 14px;

	color: #ddddde;

	line-height: 30px;

}

footer .copyright {

	width: 860px;

	line-height: 32px;

	margin: 0 auto;

}

footer .copyright span {

	font-size: 14px;

	color: #cac9c9;

}

footer .copyright span a {

	font-size: 14px;

	color: #cac9c9;

}

footer .footer-wrap ul li a:hover,footer .copyright span a:hover {

	color: #fff;

}

.copyright_left {

	margin-right: 75px;

	position: relative;

	z-index: 99;

}

.index_left_slidenav {
	display: none;

  position: fixed;

  left: 35px;

  top: 60%;

  z-index: 9999;

  /*margin-top: -49px;*/

}

.index_left_slidenav li .online_a_prev {

  display: block;

  width: 100%;

  height: 45px;

  font-size: 18px;

  color: #fff;

  line-height: 45px;

  padding-left: 10px;

  background: #008cd6;

  border-radius: 10px;

  text-align: center;

  background-position: left 10px center;

  background-repeat: no-repeat;

}

.index_left_slidenav .s_index_online {

  width: 152px;      

  font-size: 18px;

  margin-bottom: 8px;

}

.s_online_after {

  width: 286px;

  height: 442px;

  border-radius: 15px;

  background: #f5f5f5;

  position: absolute;

  top: -442px;

  left: 0;

  display: none;

}

.s_online_after .after_top {

  width: 100%;

  height: 55px;

  cursor: pointer;

  border-top-left-radius: 15px;

  border-top-right-radius: 15px;

  background: #008cd6;

  background-image: url('../img/after_top.png');

  background-repeat: no-repeat;

  background-position: right 22px center;    

}

.s_online_after .after_top a {

	font-size: 18px;

  color: #fff;

  line-height: 55px;

  padding-left: 55px;

  background-position: left 20px center;

  background-repeat: no-repeat;

}

.s_online_after .after_body {

	padding: 22px;

	text-align: center;

}

.after_body input,.after_body textarea,.after_body button {

	display: block;

}

.after_body input,.after_body textarea {

	font-size: 14px;

	width: 100%;

	margin-bottom: 12px;

	border: 1px solid #dcdcdc;

	

}

.after_body textarea {

	height: 104px;

	background: #fff;

}

.after_body input {

	height: 30px;

	padding-left: 20px;

	box-sizing: border-box;

}

.after_input-1,.after_input-2 {

	background: #fff;

	background-image: url('../img/input_star.png');

	background-repeat: no-repeat;

	background-position: left 10px center;



}

.after_body button {

	width: 92px;

	height: 30px;

	font-size: 14px;

	color: #fff;

	line-height: 30px;

	text-align: center;

	border: none;

	border-radius: 8px;

	background: #008cd6;

	margin: 0 auto;

}

.index_left_slidenav .s_index_phone {

  width: 218px;

}

.index_left_slidenav .s_index_online a {

  background-image: url('../img/index_slide_online.png');

}

.index_left_slidenav .s_index_phone a {

  background-image: url('../img/index_slide_phone.png');

}

.index_right_slidenav {
	display: none;

  position: fixed;

  right: 35px;

  top: 50%;

  margin-top: -140px;

  z-index: 9999999;

}

.index_right_slidenav ul li {

  position: relative;

}

.index_right_slidenav ul li a{

  display: block;

  width: 50px;

  height: 50px;

  background-repeat: no-repeat;

  background-position: center center;

  margin-bottom: 6px;

}

.index_right_slidenav ul .slide_qq a {

  background-image: url('../img/slide_qq.png');

  background-color: #aaa;

}

.index_right_slidenav ul .slide_qq:hover a {

  background-color: #008cd6;

}

.index_right_slidenav ul .slide_wechat a {

  background-image: url('../img/slide-wechat.png');

  background-color: #aaa;

}

.index_right_slidenav ul .slide_wechat:hover a {

  background-color: #008cd6;

}

.index_right_slidenav ul .slide_phone a {

  background-image: url('../img/slide_phone.png');

  background-color: #aaa;

}

.index_right_slidenav ul .slide_phone:hover a {

  background-color: #008cd6;

}

.index_right_slidenav ul .slide_s a {

  background-image: url('../img/slide_sky.png');

  background-color: #aaa;

}

.index_right_slidenav ul .slide_s:hover a {

  background-color: #008cd6;

}

.index_right_slidenav ul .slide_top a {

  background-image: url('../img/slide_top.png');

  background-color: #aaa;

}

.index_right_slidenav ul .slide_top:hover a {

  background-color: #008cd6;

}

.index_right_slidenav ul li span {

  display: none;

  min-width: 128px;

  height: 50px;

  line-height: 50px;

  font-size: 16px;

  color: #fff;

  text-align: center;

  position: absolute;

  top: 0;

  right: 50px;

  background: #008cd6;

  z-index: 9999999;
	white-space: nowrap;
    padding: 0 10px;
}

.index_right_slidenav ul .slide_wechat span {

  width: 128px;

  height: 128px;

  position: absolute;

  top: 50%;

  right: 50px;

  margin-top: -64px;

  background: #008cd6;

  z-index: 9999999;

  background-repeat: no-repeat;

  background-size: 100% 100%;

}



/*=======================================关于我们===========================================*/

.a_banner-wrap {

	width: 100%;

	height: 500px;

	margin-top: -100px;

	background-color: rgba(0,0,0,1);

	background-size: cover;

	background-position: center center;

	background-repeat: no-repeat;

}

.a_banner_t {

	max-width: 1500px;

	padding: 0 15px;

	text-align: center;

	margin: 0 auto;

	padding-top: 220px;

}

.a_banner_t h1 {

	font-size: 36px;

	color: #fff;

}

.a_banner_t .banner_line {

	width: 67px;

	height: 1px;

	margin: 0 auto;

	margin-bottom: 20px;

	background: #fff;

}

.a_banner_t .banner_desc {

	font-size: 16px;

	color: #e4e3e3;

}

/*========================================================================================================================*/

.a_about_desc,.a_about_culture,.a_about_join,.a_online,.a_product_dz,.a_product_refer,.a_contact,.a_serve {

	padding: 80px 0;

}

.a_about_title {

	max-width: 1300px;

	padding: 0 15px;

	height: 40px;

	margin: 0 auto;

	margin-bottom: 35px;

	text-align: center;

}

.a_about_title .middle-txt {

	font-size: 30px;

	line-height: 40px;

	color: #222;

	font-weight: bold;

	vertical-align: middle;

}

.a_about_title .left-line,.a_about_title .right-line {

	display: inline-block;

	width: 44px;

	height: 1px;

	margin: 0 5px;

	background: #2226a1;

	vertical-align: middle;

}

.a_about_box {

	max-width: 1300px;

	padding: 0 15px;

	height: 380px;

	margin: 0 auto;

	overflow: hidden;

}

.a_about_box .a_about_left,.a_about_box .a_about_right {

	float: left;

	width: 50%;

	height: 100%;

}

.a_about_box .a_about_left {

	box-sizing: border-box;

	padding-right: 30px;

}

.a_about_left .swiper-slide img {

	width: 100%;

}









.a_about_left .swiper-button-next,.a_about_left .swiper-button-prev {

	width: 37px;

	height: 37px;

}

.a_about_left .swiper-button-next {

	right: 40px;

	background: url('../img/a_swiper_next.png') no-repeat 100% 100%;

}

.a_about_left .swiper-button-prev {

	background: url('../img/a_swiper_prev.png') no-repeat 100% 100%;

}

.a_about_right {

	box-sizing: border-box;

	padding-left: 8px;

}

.a_about_right .a_about_r_t {

	font-size: 24px;

	margin: 30px 0;

	color: #222;

}

.a_about_right .a_about_r_c {

	font-size: 14px;

	color: #444;

	line-height: 26px;

}

.a_about_culture {

	background: #f7f7f7

}

.about_culture_desc {

	width: 780px;

	margin: 0 auto;

	text-align: center;

	font-size: 16px;

	line-height: 30px;

	color: #222;

}

.a_about_culture_box {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

	margin-top: 80px;

	overflow: hidden;

}

.a_about_culture_box>div {

	float: left;

	width: 32%;

	margin-right: 2%;

	text-align: center;

}

.a_about_culture_box>div:hover img {

	transform: rotateY(360deg);

	transition: all 1.2s;

}

.a_about_culture_box .culture_right {

	margin-right: 0;

}

.a_about_culture_box span {

	color: #222;

	display: block;

	text-align: center;	

}

.a_about_culture_box .culture_top {

	margin-top: 40px;

	font-size: 18px;

	font-weight: bold;

	line-height: 28px;

}

.a_about_culture_box .culture_bottom {

	font-size: 16px;

	line-height: 32px;

}

.a_about_join {

	padding-bottom: 20px;

}

.join_email {

	width: 760px;

	margin: 40px auto;

	font-size: 16px;

	color: #222;

	text-align: center;

}

.join_email span {

	color: #3d40a8;

}

.a_about_join_bg {

	width: 1080px;

	margin: 0 auto;

}

.join_list .join_item_wrap {

	width: 100%;

	margin: 10px 0;

	background: #f5f5f5;

}

.join_list .join_item_wrap .join_item {

	max-width: 1300px;

	padding: 0 15px;

	height: 64px;

	margin: 0 auto;

	cursor: pointer;

	background: url('../img/join_on.png') no-repeat right center;

}

.join_list .join_item_wrap .join_item span {

	display: inline-block;

	font-size: 18px;

	color: #222;

	line-height: 64px;

	margin-right: 54px;

}

.join_list .join_item_wrap .on {

	background: url('../img/join_off.png') no-repeat right center;

}

.join_list .join_item_wrap .on .join_bg {

	background: url('../img/join_jiao.png') no-repeat bottom center;

}

.item_desc_wrap {

	display: none;

}

.item_desc_wrap {

	background: #5080cf;

}

.item_desc_wrap .item_desc {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

	padding: 20px 0;

	color:#fff;

}

.item_desc_wrap .item_desc>ul>li {

	font-size: 14px;

	color: #fff;

	line-height: 28px;

}

.item_desc_wrap .item_desc>ul>li ol li {

	text-indent: 70px;

}

/*==========================在线服务==============================*/

.a_online_wrap {

	max-width: 1300px;

	padding: 0 15px;

	height: 350px;

	margin: 0 auto;

	margin-top: 65px;

	overflow: hidden;

}

.a_online_left,.a_online_right {

	float: left;	

	height: 100%;

}

.a_online_left {	

	width: 50%;

	background-size: cover;

	background-position: center center;

}

.a_online_right {

	width: 48%;

	margin-left: 2%;

}

.a_online_right .online_input_group {

	width: 100%;

	height: 50px;

	margin-bottom: 24px;

}

.a_online_right .online_input_group input {

	width: 100%;

	height: 100%;

	padding-left: 40px;

	border: 1px solid #d2d2d2;

	box-sizing: border-box;

	background-image: url('../img/input_star.png');

	background-repeat: no-repeat;

	background-position: left 20px center;

}

.a_online_right .online_input_group textarea {

	width: 100%;

	height: 128px;

	padding-left: 40px;

	/*padding-top: 15px;*/

	border: 1px solid #d2d2d2;

	box-sizing: border-box;

	background-image: url('../img/input_star.png');

	background-repeat: no-repeat;

	background-position: left 20px top 15px;

}

.online_button button {

	display: block;

	width: 210px;

	height: 46px;

	font-size: 16px;

	color: #2226a1;

	line-height: 46px;

	background: #fff;

	border: none;

	border-radius: 23px;

	margin: 0 auto;

	margin-top: 45px;

	border: 1px solid #2226a1;

	box-sizing: border-box;

}

.online_button button:hover {

	color: #fff;

	background: #2226a1;

}

/*====================================产品中心======================================*/

.a_product {

	width: 100%;

	padding: 95px 0 65px 0;

	background: #fff;

}

.a_product_wrap {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

	height: auto;

	text-align: center;

}

.a_product_wrap>div {

	width: 100%;

	min-height: 315px;

	/*padding: 0 45px;*/

	margin-bottom: 95px;

	background-size: 100% auto;

	background-repeat: no-repeat;

}

.a_product_wrap .a_product_bottom {

	margin-bottom: 0;

	background-size: cover;

	background-position: center center;

}

.a_product_wrap .a_p_title {

	font-size: 30px;

	color: #fff;

	font-weight: bold;

	padding-top: 40px;

}

.a_product_wrap .a_p_line {

	width: 55px;

	height: 2px;

	background: #fff;

	margin: 25px auto;

}

.a_product_wrap .a_p_desc {

	width: 740px;

	margin: 0 auto;

	font-size: 16px;

	color: #fff;

	line-height: 24px;

	margin-bottom: 35px;

}

.a_p_list {

	width: 100%;

	overflow: hidden;

}

.a_p_list a {

	display: block;

	float: left;

	width: 45.6%;

	padding: 2% 3.5%;

	margin-bottom: 25px;	

	background: #fff;

	box-sizing: border-box;

	box-shadow: 0px 4px 14.88px 1.12px rgba(114, 114, 115, 0.28);

}



.a_p_list a:nth-child(odd) {

	margin-left: 3.5%;

	margin-right: 0.8%;

}

.a_p_list a:nth-child(even) {

	margin-left: 0.8%;

	margin-right: 3.5%;

}

.a_p_list a .p_list_left,.a_p_list a .p_list_right {

	float: left;

}

.a_p_list a .p_list_left {

	width: 50%;

	margin-right: 3.5%;

}

.a_p_list a .p_list_right {

	width: 43%;

	margin-left: 3.5%;

}

.a_p_list a .p_list_left img {

	width: 100%;

}

.p_list_right h3 {

	font-size: 14px; 

	color: #222;

	margin-top: 30px;

	margin-bottom: 6px;

}

.p_list_right .p-1 {

	font-size: 12px;

	color: #838383;

	line-height: 14px;

	margin-bottom: 10px;

}

.p_list_right .p-2 {

	height: 22px;

	background: url('../img/p_list_next.png') no-repeat center center;

}

.a_p_list a:hover .p_list_left img {

	transform: scale(1.03);

	transition: all 0.3s;

}

.a_p_list a:hover .p_list_right h3 {

	color: #3b3be4;

}
.a_p_list a:hover .p-2 {

	background: url('../img/p_list_next_on.png') no-repeat center center;

}

.a_p_button {

	display: block;

	width: 155px;

	height: 36px;

	margin: 0 auto;

	color: #fff;

	font-size: 18px;

	font-weight: bold;

	line-height: 36px;

	text-align: center;

	border: 2px solid #fff;

	border-radius: 20px;

	background: transparent;

}

.a_p_button:hover {

	color: #fff;

	border: 2px solid #2226a1;

	background: #2226a1;

}

/*=====================================================产品定制===========================================*/

.a_product_dz_wrap {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

	overflow: hidden;

	padding-top: 25px;

}
.a_product_dz{
	background:url(../img/dz_bg.jpg) no-repeat center top/100% auto;
}

.a_product_dz_wrap .product_dz_input {

	width: 48.5%;

	height: 55px;

	margin-right: 3%;

	margin-bottom: 18px;

	float: left;

	overflow: hidden;

}

.a_product_dz_wrap .product_dz_input input {

	display: inline-block;

	width: 100%;

	height: 100%;

	padding-left: 35px;

	color: #222;

	border: 1px solid #bfbfbf;

	box-sizing: border-box;

	border-radius: 10px;
	background: none;

}

.a_product_dz_wrap .product_dz_input:nth-child(odd) {

	margin-right: 0;

}

.a_product_dz_wrap .product_dz-15,.a_product_dz_wrap .product_dz-16 {

	margin-top: 65px;

	margin-bottom: 45px;

}

.product_dz-1 input,.product_dz-2 input,.product_dz-3 input,.product_dz-4 input,.product_dz-14 input,.product_dz-15 input,.product_dz-16 input {

	background: url('../img/input_star.png') no-repeat left 20px center;

}

.a_product_refer {

	min-height: 500px;

}

.a_refer_wrap {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

}

.a_refer_wrap img {

	display: block;

	width: 100%;

	margin-bottom: 80px;

}

/*================================================解决方案===================================================*/

.a_resolve,.a_news {

	padding: 80px 0 65px 0;

}

.a_resolve_wrap,.a_news_wrap {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

	overflow: hidden;

}

.a_resolve_wrap .a_r_box {

	display: block;

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 40px;

}

.a_resolve_wrap .a_r_box:nth-child(3n) {

	margin-right: 0;

}

.a_resolve_wrap .a_r_box>p {

	text-indent: 10px;

}

.a_resolve_wrap .a_r_box .a_r_img {

	width: 100%;

	height: auto;

	position: relative;

}

.a_resolve_wrap .a_r_box .a_r_img span {

	display: none;

    position:absolute;

    top: 0;

    left: 0;

    background: url(../img/resolve_bg.png) no-repeat;

    width: 100%;

    height: 100%;

}

.a_resolve_wrap .a_r_box .a_r_img:hover span {

	display: block;

}

.a_resolve_wrap .a_r_box .a_r_img img {

	width: 100%;

	z-index: -1;

	height:250px;

}

.a_resolve_wrap .a_r_box .a_r_title {

	font-size: 16px;

	line-height: 44px;

	color: #000;

}

.a_resolve_wrap .a_r_box .a_r_desc {

	font-size: 12px;

	color: #777;

	overflow: hidden;

	-ms-text-overflow: ellipsis;text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical; 

	-webkit-line-clamp: 1;

}

.a_resolve_wrap .a_r_box .a_r_more {

	width: 92px;

	height: 25px;

	font-size: 12px;

	color: #444;

	text-align: center;

	text-indent: 0;

	line-height: 27px;

	margin-top: 20px;

	border-radius: 5px;

	border: 1px solid #d2d2d2;

}

.a_resolve_wrap .a_r_box:hover .a_r_img {

	background-image: url('../img/resolve_bg.png');

}

.a_resolve_wrap .a_r_box:hover .a_r_title {

	color: #0a448d; 

}

.a_resolve_wrap .a_r_box:hover .a_r_more {

	color: #fff;

	border: 1px solid #0a448d;

	background: #0a448d;

}

.page {

	/* width: 169px; */

	height: 25px;

	text-align:center;

	margin-top:20px;

}

.a_detail_left {

	float: left;

	width: 72.5%;

	height: auto;

	margin-right: 5%;

}



.a_detail_left .a_detail_title {

	font-size: 30px;

	color: #000;

	margin-bottom: 30px;

}

.a_detail_left .a_detail_time {

	font-size: 14px;

	color: #777;

	margin-bottom: 30px;

}

.a_detail_left .a_detail_content {

	font-size: 14px;

	color: #3d3d3d;

	line-height: 24px;

	margin-bottom: 25px;

}

.a_detail_left .a_detail_img {

	width: 100%;

	margin-bottom: 34px;

}

.a_detail_left .a_detail_img img {

	width: 100%;

}

.a_detail_left .a_detail_link {

	width: 100%;

}

.a_detail_left .a_detail_link {

	color: #222;

	font-size: 14px;

	display: inline-block;

	line-height: 50px;

	border-top: 1px solid #d2d2d2;

}

.a_detail_left .a_detail_link .a_link_left {

	width: 50%;

	float: left;

}

.a_detail_left .a_detail_link .a_link_right {

	width: 50%;

	float: right;

	text-align: right;

}

.a_detail_left .a_detail_link a {

	font-size: 14px;

	color: #222;

}

.a_detail_left .a_detail_link a:hover {

	color: #0a448d;

}

.a_detail_right {

	float: left;

	width: 22.5%;

	height: auto;

}

.a_detail_right .a_detai_title_r {

	font-size: 24px;

	color: #222;

	margin-bottom: 35px;

}

.a_detail_right .a_detail_p {

	width: 100%;

	display: block;

	text-align: center;

	margin-bottom: 15px;

}

.a_detail_right .a_detail_p img {

	width: 100%;

}

.a_detail_right .a_detail_p span {

	font-size: 14px;

	color: #333;

	line-height: 35px;

	overflow: hidden;

	-ms-text-overflow: ellipsis;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical; 

	-webkit-line-clamp: 1;

}

.a_detail_right .a_detail_p:hover img {

	transform: scale(1.05);

	transition: all 0.3s;

}

.a_detail_right .a_detail_p:hover span {

	color: #0a448d;

}

/*===================================新闻中心================================================*/

.news_tab {

	text-align: center;

}

.news_tab a {

	display: inline-block;

	width: 188px;

	height: 58px;

	font-size: 24px;

	color: #000;

	margin-right: 12px;

	border: 1px solid #dcdcdc;

	border-radius: 8px;

	line-height: 60px;

	text-align: center;

}

.news_tab a.active,.news_tab a:hover {

	color: #2226a1;

	border: 1px solid #2226a1;

}

.a_news_list {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

	display: none;

}

.a_news_list_block {

	display: block;

}

.a_news_list .a_news_item {

	display: block;

	overflow: hidden;

	width: 100%;

	padding: 2%;

	margin-top: 40px;
	border: 1px solid #dcdcdc;

}

.a_news_list .a_news_item:hover {

	box-shadow: 0px 2px 15px 0px rgba(177, 177, 177, 0.75);

}

.a_news_list .a_news_item>div {

	float: left;

}

.a_news_list .a_news_item .news_item_img {

	width: 20%;

}

.a_news_list .a_news_item .news_item_img img {

	width: 100%;

}

.a_news_list .a_news_item .news_item_content {

	width: 57%;

	padding-left: 4%;

}

.a_news_list .a_news_item .news_item_time {

	width: 17%;

}

.a_news_list .a_news_item .news_item_content h2 {

	font-size: 18px;

	color: #222;

	font-weight: bold;

	margin: 25px 0;

	overflow: hidden;

	-ms-text-overflow: ellipsis;text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical; 

	-webkit-line-clamp: 1;

}

.a_news_list .a_news_item .news_item_content p {

	font-size: 14px;

	color: #666;

	overflow: hidden;

	-ms-text-overflow: ellipsis;text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical; 

	-webkit-line-clamp: 3;

}

.a_news_list .a_news_item .news_item_time span {

	display: block;

	text-align: center;

}

.a_news_list .a_news_item .news_item_time .time-time {

	font-size: 26px;

	color: #7c7c7c;

	margin-top: 40px;

}

.a_news_list .a_news_item .news_item_time .time-more {
	width: 100px;
	height: 34px;
	margin: 0 auto;
	line-height: 36px;
	font-size: 15px;
	color: #7c7c7c;
	border: 1px solid #858585;
	text-align: center;
	border-radius: 12px;
	margin-top: 35px;
}
.a_news_list .a_news_item:hover .news_item_time .time-more {
	color: #3134a7;
	border: 1px solid #3134a7;
}

/*=============================================联系我们========================================*/

.a_contact .a_about_title,.a_contact_bottom .a_about_title {

	margin-bottom: 30px;

}

.a_contact_wrap {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

}

.a_contact_wrap .a_contact_map {

	width: 100%;

	height: 515px;

	margin-top: 45px;

	overflow: hidden;

}

.a_contact_wrap .a_contact_map>div {

	width: 100%;

	height: 100%;

}

.a_contact_list {

	width: 100%;

	padding-top: 70px;

	text-align: center;

	overflow: hidden;

}

.a_contact_list>div {

	float: left;

	width: 25%;

	box-sizing: border-box;

	position: relative;

}

.a_contact_list>div:after {

    content: '';

    position: absolute;

    left: auto;

    top: 50%;

    right: 0;

    margin-top: -50px;

    height: 100px;

    width: 1px;

    background-color: #dcdcdc;

}

.a_contact_list .a_list-4:after {

	content: '';

	width: 0;

	height: 0;

}

.a_contact_list>div span {

	display: block;

	width: 75%;

	margin: 0 auto;

	text-align: center;

}

.a_contact_list>div img {

	transition: all 0.3s ease-in-out;

}

.a_contact_list>div:hover img {

	transform: scale(1.2);

}

.a_contact_list .a_contact_t {

	font-size: 20px;

	color: #222;

	margin-top: 45px;

	margin-bottom: 15px;

}

.a_contact_list .a_contact_n {

	font-size: 18px;

	color: #666;

}

.a_contact_bottom {

	width: 100%;

	padding: 60px 0;

	background: #f5f5f5;

}

.a_contact_office {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

	margin-top: 50px;

	overflow: hidden;

}

.a_contact_office>div {

	float: left;

	width: 32.5%;

	margin-right: 1.25%;

	margin-bottom: 12px;

	padding: 45px;

	background: #fff;

	box-sizing: border-box;

}

.a_contact_office>div:nth-child(3n) {

	margin-right: 0;

}

.a_contact_office span {

	display: block;

	text-align: left;

}

.a_contact_office .a_o-1 {

	font-size: 16px;

	color: #222;

	font-weight: bold;

	line-height: 45px;

	border-bottom: 1px solid #dcdcdc;

}

.a_contact_office .a_o-2,.a_contact_office .a_o-4,.a_contact_office .a_o-6 {

	font-size: 16px;

	color: #222;

	line-height: 45px;

	margin-top: 10px;

}

.a_contact_office .a_o-3,.a_contact_office .a_o-5,.a_contact_office .a_o-7 {

	font-size: 14px;

	color: #666;

	line-height: 24px;

}

/*=========================================服务与支持=======================================================*/

.a_serve_wrap {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

	margin-top: 50px;

}

.a_serve_wrap>div {

	width: 100%;

	height: 455px;

	margin-bottom: 35px;

	overflow: hidden;

}

.a_serve_top>div,.a_serve_bottom>div {

	float: left;

	height: 100%;

}

.a_serve_top .serve_top_left {

	width: 35%;

	padding-right: 12%;

}

.a_serve_top .serve_top_right,.a_serve_bottom .serve_bottom_left {

	width: 53%;

}



.a_serve_top h2,.a_serve_bottom h2 {

	font-size: 24px;

	color: #2226a1;

	margin-bottom: 15px;

}

.a_serve_top ul {

	margin-bottom: 40px;

}

.a_serve_top ul li,.a_serve_top .p-1 {

	font-size: 16px;

	color: #444;

	line-height: 30px;

}

.a_serve_bottom .serve_bottom_right {

	width: 42%;

	padding-left: 5%;

}

.a_serve_bottom .serve_bottom_right ul li {

	font-size: 16px;

	color: #444;

	line-height: 30px;

}

.a_serve_top .serve_top_right img,.a_serve_bottom .serve_bottom_left img {

	width: 100%;

	vertical-align: middle;

}

.a_sever_down {

	padding: 40px 0;

	background: #f5f5f5;

}

.a_down_wrap {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

}

.a_down_wrap .a_down_list {

	width: 100%;

	overflow: hidden;

}

.a_down_wrap .a_down_list .a_down_item {

	display: block;

	float: left;

	width: 48.5%;

	height: 57px;

	margin-right: 3%;

	margin-bottom: 18px;

	border: 1px solid #bfbfbf;

	box-sizing: border-box;	

	background: url('../img/down_right.png') no-repeat right 15px center;

}

.a_down_wrap .a_down_list .a_down_item:nth-child(2n) {

	margin-right: 0%;

}

.a_down_wrap .a_down_list .a_down_item span {

	display: inline-block;

	font-size: 16px;

	color: #222;

	line-height: 57px;

	padding-left: 70px;

	background: url('../img/down_left.png') no-repeat left 15px center;

}

.a_down_wrap .a_down_list .a_down_item:hover  {	

	background: url('../img/down_right_on.png') no-repeat right 15px center;

}

.a_down_wrap .a_down_list .a_down_item:hover span {	

	color: #2226a1;

}

.a_down_more {

	display: block;

	width: 208px;

	height: 42px;

	margin: 0 auto;

	margin-top: 35px;

	margin-bottom: 10px;

	border: 1px solid #bfbfbf;

	border-radius: 22px;

	text-align: center;

}

.a_down_more span {

	font-size: 16px;

	color: #222;

	line-height: 44px;

	padding-right: 20px;

	background: url('../img/down_more.png') no-repeat right center;

	cursor: pointer;

}

.a_down_more:hover span {

	color: #2226a1;

}

.a_serve_custom {

	padding: 40px 0;

}

.a_custom_wrap {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

	margin-top: 50px;

	overflow: hidden;

}

.a_custom_wrap>div {

	float: left;

	width: 20%;

	height: 110px;

	margin-bottom: 20px;

	position: relative;	

}

.a_custom_wrap>div em {

	display: block;

	width: 100%;

	height: 100%;

	transition: all 0.5s;

	/* background: url('../img/icon-11.png') no-repeat center center; */

}

.a_custom_wrap>div em:hover {

	/* transform: rotateY(180deg); */

	/* background: url('../img/icon-1.png') no-repeat center center; */

}



.a_custom_wrap>div>span {

	position: absolute;

}

.a_custom_wrap>div .icon_line_right {

	width: 1px;

	height: 84px;

	background: #e5e5e5;

	top: 0;

	right: 0;

}

.a_custom_wrap>div .icon_line_bottom {

	width: 212px;

	height: 1px;

	background: #e5e5e5;	

	left: 24px;

	bottom: 0;

}

.a_custom_wrap>div .icon_point {

	width: 3px;

	height: 3px;

	background: #e5e5e5;	

	right: -1px;

	bottom: -1px;

}

/*====================================产品中心详情==================================*/

.a_p_detail_wrap {

	max-width: 1300px;

	padding: 0 15px;

	margin: 0 auto;

}

/*产品详情页轮播*/

.p_detail_swiper {

	padding: 45px 0;

	background: #f5f5f5;	

}

.p_detail_swiper_t {

	font-size: 30px;

	color: #222;

	font-weight: bold;

	line-height: 66px;

	text-align: center;

	margin-bottom: 30px;

	background: url('../img/detail_swiper_t.png') no-repeat center center;

}

.swiper-container-1 {

	max-width: 1300px;

	/*padding: 0 15px;*/

	margin: 0 auto;

}

.pro_xia{

	width: 100%;

	background-color: rgba(0, 0, 0,.5);	

	color: #ffffff;

	height: 68px;

	line-height: 68px;

	padding-right: 190px;

}

.product3{

	position: relative;

}

.swiper-slide img {

	width: 100%;

}

.hu{

	display: block;

	justify-content: space-between;

	position: absolute;

	bottom: 0;

	width: 100%;

	text-align: left;

}

.pro_xia span{

	vertical-align: middle;

	display: block;	

	width: 100%;

	height: 68px;

	font-size: 18px;

	color: #fff;

	/*white-space: nowrap;*/

	overflow: hidden;

	text-overflow: ellipsis;

	float: left;

	padding-left: 60px;

	background: url(../img/pro_inq.png) no-repeat left 22px center;

}

.swiper-pagination{

	height: 13px;

	line-height: 16px;

	background: #fff;

	bottom: 36px;

	width: 190px;

	right: 0;

	left: auto;

	z-index: 9999;

}

.addarr{	

	width: 190px;

	height: 68px;

	position: absolute;

	bottom: 0;

	z-index: 10;

	right: 0;

	background: #fff;



}

.addarr .percent{

	display: block;

	position: absolute;

	bottom: 22px;

	width: 98px;

	height: 2px;

	background: #ddd;

	left: 50%;

	margin-left: -49px;

}

.addarr .percent em{

	display: block;

	width: 50%;

	height: 100%;

	background: red;

	transition:all 0.3s;

}

.addarr .swiper-button-prev {

    background: url(../img/pp1.png) no-repeat;

    right: 160px;

    left: auto;

    width: 8px;

    height: 16px;

    background-size: 100% 100%;

    top: 55px;

}

.addarr .swiper-button-next {

    background: url(../img/pp2.png) no-repeat;

    right: 20px;

    left: auto;

     width: 8px;

    height: 16px;

    background-size: 100% 100%;

    top: 55px;

}

/*产品详情页轮播结束*/





.a_p_top,.a_p_middle,.a_p_bottom {

	padding: 45px 0;

}

.a_p_middle {

	background: #f0f0f0;

}

.p_detail_title {

	width: 100%;

	height: 104px;

	background-position: center center;

	background-size: cover;

}

.p_detail_title h1 {

	font-size: 30px;

	color: #fff;

	font-weight: bold;

	width: 100%;

	height: 104px;

	line-height: 104px;

	text-align: center;

	background: url('../img/p_detail_logo.png') no-repeat left 20px center;

}

.detail_little_t {

	font-size: 18px;

	color: #2226a1;

	font-weight: bold;

	margin-top: 40px;

	margin-bottom: 25px;

	padding-left: 20px;

	background: url('../img/detail_little_t.png') no-repeat left center;

}

.detail_table {

	text-align: center;

}

.detail_img_wrap {

	width: 100%;

	font-size: 16px;

	color: #444;

	line-height: 30px;

	text-indent: 20px;

}

.detail_img {

	text-align: center;

}

.detail_table img,.detail_img img {

	width: 100%;

}

.a_detail_sildenav {

	position: fixed;

	right: 0;

	top: 55%;

	min-width: 200px;

	min-height: 100px;

}

.a_detail_sildenav a {

	float: right;

	display: block;

	font-size: 16px;

	color: #fff;

	width: 160px;

	line-height: 32px;

	text-align: center;

}

.a_detail_sildenav .slidenav_top a {

	background: #825cc1;

	margin-bottom: 2px;

}

.a_detail_sildenav .slidenav_middle a {

	background: #46aa76;

	margin-bottom: 2px;

}

.a_detail_sildenav .slidenav_bottom a {

	background: #cf4a83;

}

.a_detail_sildenav a.s_on {

	width: 160px;

	padding-right: 40px;

	background-image: url('../img/slidenav_bg.png');

	background-repeat: no-repeat;

	background-position: right 16px center;

}

DIV.sabrosus {

	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 25px; TEXT-ALIGN: center

}

DIV.sabrosus li{ display:inline-block;}

DIV.sabrosus A {

	BORDER-RIGHT: #9aafe5 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #9aafe5 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #9aafe5 1px solid; COLOR: #2e6ab1; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #9aafe5 1px solid; TEXT-DECORATION: none

}

DIV.sabrosus A:hover {

	BORDER-RIGHT: #2b66a5 1px solid; BORDER-TOP: #2b66a5 1px solid; BORDER-LEFT: #2b66a5 1px solid; COLOR: #000; BORDER-BOTTOM: #2b66a5 1px solid; BACKGROUND-COLOR: lightyellow

}

DIV.pagination A:active {

	BORDER-RIGHT: #2b66a5 1px solid; BORDER-TOP: #2b66a5 1px solid; BORDER-LEFT: #2b66a5 1px solid; COLOR: #000; BORDER-BOTTOM: #2b66a5 1px solid; BACKGROUND-COLOR: lightyellow

}
.page .active a{
		BORDER-RIGHT: #2b66a5 1px solid;
		BORDER-TOP: #2b66a5 1px solid;
		BORDER-LEFT: #2b66a5 1px solid;
		COLOR: #000;
		BORDER-BOTTOM: #2b66a5 1px solid;
		BACKGROUND-COLOR: lightyellow;
}
DIV.sabrosus SPAN.thisclass {

	BORDER-RIGHT: navy 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: navy 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: navy 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: navy 1px solid; BACKGROUND-COLOR: #2e6ab1

}

DIV.sabrosus SPAN.disabled {

	BORDER-RIGHT: #929292 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #929292 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #929292 1px solid; COLOR: #929292; MARGIN-RIGHT: 2px; PADDING-TOP: 1px; BORDER-BOTTOM: #929292 1px solid

}

.sabrosus td{ width:auto !important;}

.swiper-slide .slides {
    transform: translateX(-200px);
    opacity: 0;
	transition: all .5s;
	left:10%;
}
.ani-slide .slides {
    transform: translateX(0);
    opacity: 1;
}
.foolss{
	width:80%;
}
.a_detail_content img{
	max-width:100%;
}

/*20221207*/
.mybox *{
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance:none;
}
.disflex{
	display: flex;
}
.flex1{
	flex: 0;
	flex-grow: 1;
}
.flex_column{
	flex-direction: column;
}
.flex_center{
	align-items: center;
}
.flex_start{
	align-items: flex-start;
}
.flex_end{
	align-items: flex-end;
}
.flex_lr_center{
	justify-content: center;
}
.flex_lr_start{
	justify-content: flex-start;
}
.flex_lr_end{
	justify-content: flex-end;
}
.flex_lmr{
	justify-content: space-between;
}
.flex_wrap{
	flex-wrap: wrap;
}
.line_1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.line_2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.line_3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.hvimg{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: .7s;
}
.hvimghover:hover .hvimg{
	transform: scale(1.1);
}
.hvimghover img.img{
	transition: 1s;
}
.hvimghover:hover img.img{
	transform: scale(1.1);
}
.ovhd{
	overflow: hidden;
}
.sct{
	font-size: 16px;
	width: 1090px;
	margin: 0 auto;
}
.scta{
	width: 240px;
	margin-right: 15px;
	position: relative;
	display: none;
}
.scta.active{
	display: block;
}
.sctabox{
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	line-height: 44px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #999;
}
.scta.active .sctabox{
	color: #333;
}
.sctabox i{
	width: 21px;
	height: 12px;
	transition: .25s;
	background: url(../img/xlico_03.png) no-repeat center;
}
.sctabox.active i{
	transform:rotate(180deg);
}
.sctahide{
	width: 100%;
	border: 1px solid #e6e6e6;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 2px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	display: none;
	max-height: 160px;
	overflow: hidden;
	overflow-y: auto;
}
.sctahide p{
	cursor: pointer;
	line-height: 40px;
	padding: 0 15px;
	transition: .25s;
}
.sctahide p:hover,.sctahide p.active{
	color: #0a448d;
	background: #dae3ee;
}
.sctar{
	position: relative;
	width: 320px;
}
.sctar input{
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	height: 44px;
	padding: 0 15px;
	width: 100%;
	opacity: 1;
}
.sctar button{
	width: 44px;
	height: 44px;
	background: url(../img/scico_03.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
}
.sc2{
	margin-top: 70px;
}
.sc2w{
	margin-top: 15px;
}
.sc2a{
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.sc2al{
	width: 460px;
	margin-right: 50px;
}
.sc2al img{
	display: block;
	width: 100%;
}
.sc2ar{
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.sc2ar h3{
	color: #000;
	font-size: 22px;
	font-weight: bold;
	transition: .25s;
}
.sc2ar span{
	display: block;
	margin: 10px 0;
}
.sc2a:hover .sc2ar h3{
	color: #2226a1;
}
.si1{
	background: #fafafa;
}
.si1box{
	padding: 70px 48px;
	border-top: 1px solid #d2d2d2;
	position: relative;
}
.sitboxl{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
}
.sitboxl img{
	max-width: 85%;
}
.sitboxr h3{
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
.si1t{
	color: #666;
	font-size: 16px;
}
.si1b{
	margin-top: 35px;
}
.si1ta{
	color: #bfbfbf;
	padding: 10px 20px;
	border: 1px solid #E6E6E6;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	transition: .25s;
	display: block;
}
.si1ta:hover,.si1ta.active{
	background: #2226a1;
	border: 1px solid #2226a1;
	color: #fff;
}
.sibox{
	margin-top: 25px;
	font-size: 16px;
}
.si1box_b .sibox:first-child{
	margin-top: 0px;
}
.siboxa{
	margin-top: 15px;
	background: #fff;
	border: 1px solid #E6E6E6;
	padding: 12px 30px;
	display: flex;
	align-items: center;
	border-radius: 4px;
}
.siboxa.active{
	border: 1px solid #2226a1;
}
.siboxal input{
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	border-radius: 2px;
	cursor: pointer;
	-webkit-appearance:checkbox;
}
.siboxal input:checked::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/check_03.png) no-repeat center #2226a1;
}
.siboxam{
	margin: 0 30px;
}
.siboxam h3{
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.siboxam p{
	color: #666;
	margin-top: 5px;
}
.siboxar a{
	width: 120px;
	line-height: 36px;
	border: 1px solid #2226A1;
	color: #2226A1;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: .25s;
}
.siboxar a.a2{
	background: #d2d2d2 !important;
	border: 1px solid #d2d2d2 !important;
	color: #838383 !important;
	display: none;
}
.siboxar a img{
	transition: .25s;
	margin-right: 10px;
	display: block;
}
.siboxar a:hover{
	background: #2226A1;
	color: #fff;
}
.siboxar a:hover img{
	filter: grayscale(100%) brightness(500%);
}
.siboxa.active .siboxar a.a1{
	display: none;
}
.siboxa.active .siboxar a.a2{
	display: flex;
}
.si1l{
	width: 125px;
	position: fixed;
	left: 5%;
	top: 5%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.si1l.active{
	opacity: 1;
	visibility: inherit;
}
.si1lt{
	border-right: 1px solid #d2d2d2;
	position: relative;
	padding: 25px 0;
}
.si1lt::after,.si1lt::before{
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #e4e4e4;
	content: "";
	position: absolute;
	right: -8px;
	border-radius: 100%;
}
.si1lt::after{
	top: -7px;
}
.si1lt::before{
	bottom: -7px;
}
.si1lt a{
	width: 95px;
	line-height: 30px;
	display: block;
	border-radius: 4px;
	margin-bottom: 15px;
	text-align: center;
	color: #666;
	position: relative;
}
.si1lt a:last-child{
	margin-bottom: 0;
}
.si1lt a.active{
	background: #0a448d;
	color: #fff;
}
.si1lt a::after{
	width: 6px;
	height: 6px;
	border: 1px solid #0a448d;
	content: "";
	position: absolute;
	right: -34px;
	top: 50%;
	margin-top: -3px;
	border-radius: 100%;
	background: #fff;
}
.si1lt a.active::after{
	background: #0A448D;
}
.si1lb img{
	width: 100%;
}
.si1lb{
	width: 105px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	margin: 50px auto 0 auto;
}

@media screen and (max-width:1280px ) {
  body {
  	min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:768px ) {
  
.sct{
	font-size: 0.37rem;
}
  .a_banner-wrap {
    width: 100%;
    height: auto;
    margin-top: 0;
}
  .a_banner_t {
    padding: 15px;
}
  .a_banner_t h1 {
    font-size: 0.50rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
  .a_banner_t .banner_desc {
    color: #ffffff;
    padding-left: 0.933333rem;
    padding-right: 0.933333rem;
    line-height: 0.44rem;
    font-size: 0.266667rem!important;
}
.a_about_title .middle-txt {
    line-height: 32px;
    color: #222;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    font-size: 0.44rem;
}
  .a_about_desc, .a_about_culture, .a_about_join, .a_online, .a_product_dz, .a_product_refer, .a_contact, .a_serve {
    padding: 0.533333rem 0;
}
  .sct {
    
	font-size: 0.37rem;
    width: 100%;
    margin: 0 auto;
    display: block;
}
  .scta {
        width: 76%;
    margin: 0 auto 0.37rem;
}
  .sctahide {
  z-index: 8;
  }
  .sctar {
    position: relative;
        width: 76%;
    margin: 0 auto 0.37rem;
}
  .sc2 {
    margin-top: 0.533333rem;
}
  footer {
  min-height: auto;
  }
  .a_about_title {
    height: 37px;
    margin-bottom: 0.34rem;
}
  .sc2w {
    margin-top: 0;
}
  .sc2a {
    margin-top: 0;
    margin-bottom: 0.5rem;
    align-items: center;
}
  .sc2al {
       width: 37%;
    margin-right: 3%;
}
  .sc2ar {
    line-height: 1.57;
    font-size: 0.343333rem;
    color: #666;
}
  .sc2ar h3 {
    color: #000;
    margin-top: 0.15rem;
    font-size: 0.42rem;
    font-weight: bold;
    transition: .25s;
    line-height: 1.57;
}
  .sc2ar span {
    display: block;
    margin: 0.1rem 0;
}
  .sc2ar span {
    display: none
}
   .sc2ar .line_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
  .si1l {
  display: none!important;
  }
  .si1box {
    padding: 0.17rem;
}
  .sitboxl {
    width: 37%;
}
  .sitboxr h3 {
    font-size: 0.35rem;
}
  .si1ta {
  display: none!important;
  }
  .a_down_wrap {
  padding:0
  }
  .si1t {
    font-size: 0.29rem;
        padding: 0 0 0.17rem;
}
  .sibox {
  font-weight: bold;
    font-size: 0.46rem;
    padding-top: 0.27rem;
  }
  .siboxa {
    margin-top: 0.2rem;
    margin-bottom: 0.39rem;
    padding: 0.3rem;
    justify-content: space-between;
}
  .siboxal {
  display: none!important;
  }
  .siboxam {
    margin: 0;
    width: calc(100% - 82px);
}
  .siboxam h3 {
    font-size: 0.42rem;
}
  .siboxam p {
    color: #666;
    margin-top: 5px;
    font-size: 0.25rem;
}
  .siboxar a {
    width: 72px;
    line-height: 27px;
    font-size: 12px;
}
  .siboxar a img {
    width: 12px;
}
  .cxbb {
  display: block;
    margin: 0 auto 15px;
  }
  .sctar input {
    height: 32px;
}
  .sctar button {
    width: 32px;
    height: 32px;
    background-size: auto 14px;
}
  .sctabox{
    line-height: 32px;
}
  .sctabox i {
      width: 16px;
      height: 9px;
    background-size: auto 9px;
  }
}