*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1300px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #666666;
	font-size: 14px;
	min-width: 1300px;
}
a{
	outline: none;
	color: #666666;
}
a:hover{
	color: #0070c0;
}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

/* head */
.head{
	justify-content: space-between;
	align-items: center;
}
.logo{
	display: block;
	width: 250px;
	height: 90px;
	background: url(../image/logo.png) no-repeat center;
}
.nav{
	position: relative;
	overflow: hidden;
}
.nav a.one{
	display: block;
	font-size: 16px;
	color: #4c4c4c;
	padding: 0 5px;
	margin-left: 45px;
	line-height: 86px;
	box-sizing: border-box;
}
.nav a.one.hover{
	color: #0070c0;
	border-bottom: 4px solid #0070c0;
}
.nav li .sub{
	position: absolute;
	z-index: 99;
	top: 90px;
	line-height: 60px;
	opacity: 0;
	transition: .5s ease-out;
	z-index: -1;
	margin-left: 32px;
}
.nav li .sub a{
	color: #fff;
	margin: 0 20px;
	font-size: 15px;
	position: relative;
	z-index: 3;
}
.nav li .sub::after{
	content: " ";
	display: block;
	height: 60px;
	width:  4000px;
	left: 0;
	margin-left: -2000px;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	opacity: 0;
	transition: .5s ease-out;
}
.nav:hover{
	overflow: visible;
}
.nav li:hover .sub::after{
	opacity: 1;
}
.nav li:hover .sub{
	opacity: 1;
	z-index: 99;
}
.nav li:last-child .sub a{
    margin-right: 0;
}
.nav li:first-child+li+li .sub{
    margin-left: -100px;
}

/* banner */
.banner .swiper-wrapper{
    transition-delay:.3s;
}
.banner {
    width: 100%;
    height: 840px;
    position: relative;
}
.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.swiper-slide .box{
	transform:translateX(-200px);
	opacity:0;
	transition:all .4s;
	width: 857px;
	height: 421px;
	background: rgba(0,0,0,.68);
	position: absolute;
	left: 50%;
	bottom: -83px;
	box-sizing: border-box;
	color: #fff;
	padding-left: 46px;
	padding-top: 80px;
}
.swiper-slide .box i{
	display: block;
	font-style: normal;
}
.swiper-slide .box span{
	display: block;
	font-size: 58px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 14px;
}
.swiper-slide .box p{
	font-size: 24px;
}
.ani-slide .box{
	transform:translateX(0);
	opacity:1;
}
.ban-pag{
	left: 50% !important;
	width: 650px !important;
	text-align: left;
	padding-left: 54px;
	box-sizing: border-box;
	bottom: 45px !important;
}
.ban-pag .swiper-pagination-bullet{
	background: #656565;
	opacity: 1;
	width: 74px;
	height: 3px;
	border-radius: 0;
	margin-left: 0 !important;
	margin-right: 22px !important;
	outline: none;
}
.ban-pag .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #fff;
}

/* about */
.about{
	justify-content: space-between;
	margin-top: 243px;
	align-items: flex-start;
	position: relative;
}
.about::after{
	content: " ";
	display: block;
	width: 673px;
	height: 636px;
	background: url(../image/abbg2.png) no-repeat center;
	position: absolute;
	right: -520px;
	bottom: -494px;
	z-index: -1;
}
.ableft{
	position: relative;
	width: 630px;
	height: 435px;
}
.bg1{
	position: absolute;
	right: -93px;
	top: -94px;
	z-index: -1;
}
.ableft img.abimg{
	width: 630px;
	height: 435px;
	display: block;
}
.abright{
	width: 570px;
	margin-top: -3px;
}
.abinfo i{
	display: block;
	font-style: normal;
	font-size: 44px;
	color: #222222;
	font-weight: bold;
}
.abinfo span{
	display: block;
	font-size: 40px;
	color: #222222;
	margin-top: 5px;
}
.abinfo p{
	font-size: 15px;
	color: #666666;
	line-height: 32px;
	margin-top: 22px;
}
.abtab p{
	font-size: 18px;
	color: #666666;
	margin-top: 58px;
}
.abtab p span{
	font-size: 17px;
	margin-left: 10px;
}
.abtab .tab{
	justify-content: space-between;
	margin-top: 25px;
}
.abtab .tab a{
	width: 175px;
	line-height: 63px;
	background: #f3f5f8;
	font-size: 15px;
	color: #666666;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 5px solid #abb0ba;
}
.abtab .tab a::before{
	content: " ";
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.abtab .tab a:first-child::before{
	background: url(../image/a1.png) no-repeat center;
}
.abtab .tab a:first-child+a::before{
	background: url(../image/a2.png) no-repeat center;
}
.abtab .tab a:first-child+a+a::before{
	background: url(../image/a3.png) no-repeat center;
}
.abtab .tab a:hover{
	background: #0070c0;
	color: #fff;
}
.abtab .tab a:first-child:hover::before{
	background: url(../image/a1-2.png) no-repeat center;
}
.abtab .tab a:first-child+a:hover::before{
	background: url(../image/a2-2.png) no-repeat center;
}
.abtab .tab a:first-child+a+a:hover::before{
	background: url(../image/a3-2.png) no-repeat center;
}

/* product */
.product{
	margin-top: 180px;
	position: relative;
}
.product::before{
	content: " ";
	display: block;
	width: 219px;
	height: 451px;
	background: url(../image/zl.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -790px;
	top: -88px;
}
.product .pro-sw{
	height: 800px;
}
.product .swiper-slide{
	position: relative;
	overflow: hidden;
}
.product .pro_left{
	width: 597px;
	background: #0070c0;
	height: 800px;
	left: 50%;
	margin-left: -650px;
	position: absolute;
	color: #fff;
	padding-left: 68px;
	box-sizing: border-box;
}
.product .pro_left .pro_tit span{
	display: block;
	font-size: 44px;
	padding-top: 105px;
	font-weight: bold;
}
.product .pro_left .pro_tit p{
	font-size: 40px;
	margin-top: 5px;
}
.product .pro_left .pro_info span{
	display: block;
	font-size: 24px;
	padding-top: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product .pro_left .pro_info p{
	font-size: 15px;
	line-height: 32px;
	margin-top: 26px;
	width: 420px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.product .pro_left a{
	display: block;
	width: 198px;
	font-size: 15px;
	color: #fff;
	border: 1px solid rgba(243,245,248,.5);
	line-height: 56px;
	padding-left: 30px;
	box-sizing: border-box;
	background: url(../image/arrow1.png) no-repeat 165px center;
	margin-top: 85px;
}
.product .pro_right{
	width: 1013px;
	height: 800px;
	position: absolute;
	left: 50%;
	margin-left: -53px;
}
.product .pro_right img{
	width: 100%;
	height: 100%;
}
.pro-pag{
	font-weight: 200;
	color: #fff;
	font-size: 24px;
	width: 160px;
	margin-left: -570px;
	left: 50%;
	bottom: 75px;
}
.pro-pag .swiper-pagination-total{
	color: #80b8e0;
}
.pro-next,.pro-prev{
	width: 25px;
	height: 18px;
	position: absolute;
	bottom: 80px;
	top: auto;
	left: 50%;
	border-right: 1px solid #2183c8;
	z-index: 999;
	outline: none;
}
.pro-next::after,.pro-prev::after{
	display: none;
}
.pro-prev{
	margin-left: -570px;
	background: url(../image/arrow2.png) no-repeat left bottom;
}
.pro-next{
	margin-left: -434px;
	background: url(../image/arrow2.png) no-repeat left bottom;
	transform:rotate(180deg);
}

/* 应用领域 */
.fieldtop{
	justify-content: space-between;
	margin-top: 150px;
	align-items: flex-end;
	margin-bottom: 65px;
	position: relative;
}
.fieldtop::after{
	content: " ";
	display: block;
	width: 506px;
	height: 221px;
	background: url(../image/ly.png) no-repeat center;
	position: absolute;
	bottom: -105px;
	left: 45px;
	z-index: -1;
}
.fieldtop .fieldtop_left i{
	display: block;
	font-style: normal;
	font-size: 44px;
	color: #222222;
	font-weight: bold;
}
.fieldtop .fieldtop_left span{
	display: block;
	font-size: 40px;
	color: #222222;
	margin-top: 4px;
	margin-bottom: 37px;
}
.fieldtop .fieldtop_left p{
	font-size: 15px;
	line-height: 30px;
}
.fieldtop a{
	width: 200px;
	line-height: 58px;
	background: url(../image/arrow1.png) no-repeat 166px center #222222;
	color: #fff;
	font-size: 15px;
	padding-left: 30px;
	box-sizing: border-box;
}
.field_h{
	width: 33.35%;
	position: relative;
}
.fieldbox img{
	display: block;
	width: 100%;
}
.fieldbox ul{
	width: 66.65%;
}
.fieldbox ul li{
	width: 50%;
	position: relative;
}
.field .box{
	color: #fff;
	position: absolute;
	left: 45px;
	bottom: 34px;
}
.field span{
	display: block;
	font-size: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.field p{
	font-size: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.our{
	padding-top: 140px;
	padding-bottom: 150px;
	position: relative;
}
.our::after{
	content: " ";
	display: block;
	width: 419px;
	height: 211px;
	background: url(../image/ourbg.png) no-repeat center;
	position: absolute;
	top: 0;
	right: -164px;
}
.our .ourtit{
	font-size: 40px;
	color: #222222;
}
.our .ourtit span{
	font-size: 44px;
	margin-right: 20px;
	font-weight: bold;
}
.our ul{
	justify-content: space-between;
	margin-top: 85px;
	padding: 0 30px;
}
.our ul li{
	padding-left: 70px;
}
.our ul li p{
	font-size: 70px;
	color: #222222;
	position: relative;
	display: inline-block;
}
.our ul li p::before{
	content: " ";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -55px;
	top: 15px;
}
.our ul li:first-child p::before{
	background: url(../image/our.png) no-repeat 0 0;
}
.our ul li:first-child+li p::before{
	background: url(../image/our.png) no-repeat -50px 0;
}
.our ul li:first-child+li+li p::before{
	background: url(../image/our.png) no-repeat -100px 0;
}
.our ul li:first-child+li+li+li p::before{
	background: url(../image/our.png) no-repeat -150px 0;
}
.our ul li p small{
	position: absolute;
	font-size: 36px;
	right: -30px;
	top: -10px;
}
.our ul li:first-child p small{
	right: -50px;
}
.our ul li span{
	font-size: 16px;
	color: #333333;
	display: block;
}

/* partner */
.par{
	height: 353px;
	background: url(../image/parbg.jpg) no-repeat center;
}
.par .container{
	justify-content: space-between;
	position: relative;
}
.par_tit{
	color: #fff;
	margin-top: 90px;
}
.par_tit span{
	display: block;
	font-size: 36px;
	font-weight: bold;
}
.par_tit p{
	font-size: 32px;
}
.par .par-sw{
	height: 200px;
	width: 1020px;
	margin: 0;
	margin-top: 80px;
}
.par .swiper-slide{
	height: 65px;
}
.par .swiper-slide img{
	width: 220px;
	height: 65px;
}
.par-next,.par-prev{
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255,255,255,.2);
	background: url(../image/arrow2.png) no-repeat center;
	background-size: 7px;
	position: absolute;
	top: 240px;
}
.par-next::after,.par-prev::after{
	display: none;
}
.par-prev{
	left: 0;
}
.par-next{
	transform:rotate(180deg);
	left: 54px;
}


.footer{
	background: #f3f5f8;
	padding-top: 70px;
}
.share{
	width: 139px;
	height: 24px;
	background: url(../image/share.png) no-repeat center;
}
.fcont p{
	font-size: 20px;
	color: #333333;
	background: url(../image/phone.png) no-repeat left center;
	padding-left: 23px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.fnav{
	position: relative;
}
.fnav ul{
	margin-left: 120px;
}
.fnav ul:last-child{
	position: absolute;
	right: 0;
	top: 150px;
}
.fnav ul li{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.fnav ul li:first-child{
	margin-bottom: 20px;
}
.fnav ul li a{
	font-size: 14px;
	color: #888888;
}
.ewm{
	margin-left: auto;
	margin-right: 30px;
}
.ewm img{
	width: 130px;
}
.ewm p{
	text-align: center;
	color: #333333;
	margin-top: 15px;
}
.copy{
	justify-content: space-between;
	align-items: center;
	margin-top: 45px;
	padding-bottom: 20px;
}
.copy p{
	font-size: 13px;
	color: #979797;
	opacity: .8;
}
.copy p a{
	color: #979797;
}

.nban{
	height: 480px;
	position: relative;
}
.nban .box{
	width: 630px;
	height: 260px;
	background: url(../image/ban-ci.png) no-repeat right bottom rgba(0,0,0,.88);
	position: absolute;
	left: 50%;
	margin-left: 70px;
	bottom: -80px;
	box-sizing: border-box;
	color: #fff;
	padding-top: 35px;
}
.nban .box span{
	display: block;
	font-size: 44px;
	padding-left: 60px;
	font-weight: bold;
}
.nban .box p{
	font-size: 40px;
	margin-top: 2px;
	padding-left: 60px;
}
.nban .box .sub{
	border-top: 2px solid #5e616a;
	font-size: 15px;
	width: 424px;
	padding-left: 60px;
	box-sizing: border-box;
	padding-top: 20px;
	margin-top: 32px;
}
.nban .box i{
	display: block;
	font-style: normal;	
}
.nban .box .sub a{
	color: #fff;
	margin-right: 30px;
	margin-bottom: 4px;
}
.nban .box .sub a.hover{
	color: #0070c0;
	font-weight: bold;
}



.ncon{
	width: 1280px;
	margin: 0 auto;
}
.main{
	margin-bottom: 50px;
}
.pagetop{
	margin-top: 140px;
	margin-bottom: 55px;
}
.pagetop span{
	display: block;
	font-size: 44px;
	color: #222222;
	font-weight: bold;
}
.pagetop p{
	font-size: 40px;
	color: #222222;
	margin-top: 3px;
}
.content {
	line-height: 30px;
	font-size: 15px;
}
.content img{
	max-width: 100%;
}

.photo{
	justify-content: space-between;
}
.photo::after{
	content: " ";
	display: block;
	width: 410px;
}
.photo li{
	margin-bottom: 40px;
	width: 410px;
}
.photo li img{
	display: block;
	width: 410px;
	height: 273px;
}
.honor_photo{
    justify-content: flex-start;
    margin-left:-26px;
}
.honor_photo li{
    width: 300px;
    margin-left: 26px;
}
.honor_photo li img{
    width: 300px;
    height: 420px;
}
.honor_photo::after{
    content:" ";
    display: block;
    width: 300px;
}
.photo li p{
	font-size: 16px;
	color: #333333;
	line-height: 76px;
	text-align: center;
	background: #f5f5f5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
}
.photo li:hover p{
	background: #0070c0;
	color: #fff;
}

.list{
	justify-content: space-between;
}
.list::after{
	content: " ";
	display: block;
	width: 410px;
}
.list li{
	width: 410px;
	height: 433px;
	background: #f5f5f5;
	margin-bottom: 30px;
}
.list li img{
	width: 410px;
	height: 273px;
	display: block;
}
.list li .info{
	padding: 0 38px;
	padding-top: 26px;
}
.list li h3{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	height: 52px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.list li p{
	justify-content: space-between;
	height: 55px;
	border-top: 1px solid #dbdbdb;
	align-items: center;
	margin-top: 26px;
}
.list li p span{
	font-size: 12px;
	color: #6c7481;
}
.list li p::after{
	content: " ";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../image/plus.png) no-repeat center;
}
.list li:hover p::after{
	background: url(../image/plus2.png) no-repeat center;
}
.list li:hover{
	background: #0070c0;
}
.list li:hover h3,.list li:hover p span{
	color: #fff;
}

.pager .pagination{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.pager .pagination li a,.pager .pagination span{
	padding: 0 10px;
	margin: 0 2px;
	line-height: 26px;
	display: block;
	background: #efefef;
	border-radius: 2px;
}
.pager .pagination span{
	color: #777;
}
.pager .pagination li a:hover,.pager .pagination .active span{
	background: #1f1f1f;
	color: #fff;
}

.list_pro li{
	margin-bottom: 70px;
}
.list_pro li .info{
	width: 538px;
	box-sizing: border-box;
	padding: 65px;
	background: #0070c0;
	color: #fff;
}
.list_pro li img{
	width: 762px;
	height: 600px;
}
.list_pro li:nth-child(even){
	flex-direction: row-reverse;
}
.list_pro li h3{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 28px;
	font-weight: normal;
}
.list_pro li p{
	font-size: 15px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-top: 30px;
}
.list_pro li a{
	display: block;
	width: 198px;
	line-height: 56px;
	border: 1px solid #7ab3dc;
	font-size: 15px;
	color: #fff;
	box-sizing: border-box;
	padding-left: 30px;
	background: url(../image/arrow1.png) no-repeat 165px center;
	margin-top: 50px;
}

.showtop{
	margin-top: 120px;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 20px;
}
.showtop h1{
	font-weight: normal;
	color: #333;
	font-size: 25px;
}
.showtop p span{
	color: #999;
	font-size: 13px;
	margin-right: 20px;
	line-height: 50px;
}
.prepage{
	font-size: 15px;
	margin-top: 50px;
	justify-content: space-between;
	color: #333;
}
.prepage a{
	color: #333;
}
.floor1 .info p{
	font-size: 15px;
	line-height: 32px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.floor1 .our{
	padding: 0;
}
.floor1 .our::after{
	display: none;
}
.floor1 .our ul{
	padding-left: 0;
	margin-top: 50px;
}
.video{
	height: 600px;
	margin-top: 80px;
	cursor: pointer;
}

.whbox{
	align-items: flex-start;
	margin-top: 50px;
}
.whbg{
	width: 224px;
	height: 453px;
	background: url(../image/wh.png) no-repeat center;
}
.whbg2{
	width: 519px;
	height: 491px;
	background: url(../image/wh2.png) no-repeat center;
	margin-left: auto;
	margin-right: 40px;
	margin-top: -25px;
}
.whbox .info{
	margin-left: 72px;
}
.whbox .info span{
	display: block;
	font-size: 28px;
	color: #222222;
	margin-top: 40px;
}
.whbox .info span:first-child{
	margin-top: 25px;
}
.whbox .info p{
	font-size: 16px;
	color: #666666;
	margin-top: 12px;
}

.honor{
	height: 664px;
	background: url(../image/horbg.jpg) no-repeat center;
	margin-top: 100px;
	position: relative;
}
.honorbox{
	left: 50%;
	margin-left: 292px;
	position: absolute;
	top: 140px;
}
.honortit span{
	display: block;
	font-size: 44px;
	color: #222222;
}
.honortit p{
	font-size: 40px;
	color: #222222;
	margin-top: 5px;
}
.honor .info p{
	font-size: 20px;
	color: #222222;
	line-height: 54px;
	margin-top: 55px;
	margin-left: 5px;
}

.zl ul{
	margin-left: -43px;
}
.zl li{
	width: 225px;
	margin-left: 43px;
}
.zl li img{
	width: 225px;
	height: 314px;
}
.zl li p{
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	margin-top: 32px;
}

.factory{
	margin-bottom: 90px;
	position: relative;
}
.fa-sw .swiper-slide{
	flex-direction: column;
	width: 400px;
}
.fa-sw img{
	width: 400px;
	height: 300px;
}
.fa-sw p{
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 400px;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 90px;
}
.fa-next,.fa-prev{
	width: 34px;
	height: 34px;
	position: absolute;
	top: 70px;
	background: url(../image/arrow3.png) no-repeat center;
}
.fa-prev{
	right: 54px;
	left: auto;
}
.fa-next{
	right: 0;
	transform:rotate(180deg);
}
.fa-next::after,.fa-prev::after{
	display: none;
}

/* 联系我们 */
.cont_top{
	align-items: flex-end;
}
.cont_top img{
	position: relative;
	border-right: 1px solid #e5e5e5;
	margin-right: 102px;
}
.cont_info span{
	display: block;
	font-size: 24px;
	color: #666666;
}
.cont_info p{
	font-size: 50px;
	color: #333333;
	background: url(../image/cont-mb.png) no-repeat left 30px;
	padding-left: 30px;
	font-weight: bold;
	margin-top: 10px;
}
.cont_info i{
	font-style: normal;
	font-size: 18px;
	color: #666666;
	display: block;
	margin-top: 16px;
}
.cont_info2 span{
	display: block;
	font-size: 24px;
	color: #434343;
}
.cont_info2{
	width: 390px;
	margin-left: auto;
}
.cont_info2 span{
	margin-top: 25px;
}
.cont_info2 p{
	font-size: 16px;
	color: #666666;
	margin-top: 6px;
}
#contact{
	height: 490px;
	margin-top: 90px;
}

.hr{
    margin-top: 60px;
}
.hr .faq{
	border-radius: 4px;
}
.hr .faq li.q{
  	cursor: pointer;
  	height: 96px;
  	align-items: center;
  	padding: 0 24px;
  	position: relative;
  	margin-top: 12px;
  	border: 1px solid #EBEEF5;
  	border-radius: 4px;
  	border-bottom-left-radius: 0;
  	border-bottom-right-radius: 0;
}
.hr .faq li.q img{
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 34px;
	right: 24px;
}
.hr .faq li.q span{
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.571429px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.hr .faq li.q span:first-child{
	width: 400px;
	margin-right: 40px;
	color: #0070c0;
	font-size: 24px;
	line-height: 34px;
}
.hr .faq li.q span:first-child+span{
	width: 360px;
	margin-right: 30px;
}
.hr .faq li.a,.L_job .faq li.a{
  	background: #ddd;
  	display: none;
  	border: 1px solid #EBEEF5;
  	border-top: 0;
  	border-bottom-left-radius: 4px;
  	border-bottom-right-radius: 4px;
}
.hr .faq li.a .tit{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.571429px;
}
.hr .faq li.a .content{
	line-height: 30px;
}
.hr .rotate{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.hr .faq li.a,.L_job .faq li.a{
	background: none;
	padding: 24px;
}

.L_jion_tit{
	justify-content: center;
	margin-top: 150px;
}
.L_jion_tit span{
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 0.571429px;
	position: relative;
	color: #333;
}
.L_jion_tit span::before,.L_jion_tit span::after{
	content: " ";
	display: block;
	width: 30px;
	height: 3px;
	background: #0070c0;
	position: absolute;
	top: 50%;
}
.L_jion_tit span::before{
	left: -46px;
}
.L_jion_tit span::after{
	right: -46px;
}