@charset "utf-8";
/* 主色彩 #095099 */
body{ font-family:"arial",Helvetica; margin:0; padding:0; color: #1f1a17;}
p,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,dt{ font-weight:normal;}
li{ list-style:none;}
a{text-decoration:none;}
a:focus, a:hover{text-decoration:none; outline: none;}
:focus{ outline: none;}
img{ border: none; outline: none; max-width:100%; height:auto;}
input{background: none;}
input::-moz-placeholder{ color: #aaa;}
input:-ms-input-placeholder { color: #aaa; }
input::-webkit-input-placeholder{ color:#aaa; }
input::placeholder{ color:#aaa; }
textarea::-moz-placeholder{color:#aaa; }
textarea:-ms-input-placeholder { color:#aaa; }
textarea::-webkit-input-placeholder{ color:#aaa; }
input,textarea{
	-webkit-appearance: none;
	border: none; outline: none; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);resize: none;
}
input:-internal-autofill-selected {
	appearance:none;
	background-image: none !important;
	background-color:none;
}

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

/*scroll*/
::-webkit-scrollbar {width:4px;height:4px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#fff;}
::-webkit-scrollbar-thumb {border-radius:0;background-color:#095099;}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#095099;}
::-webkit-scrollbar-thumb:vertical:active {background-color:#095099;}

/* 首页 */
.headerbox{
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(20,20,20,.8);
	transition:all .5s;
	-webkit-transition: all .5s;
	-moz--transition:all .5s;
	-o-transition: all .5s;
	box-shadow: 0 0 10px rgba(20,20,20,.1);
}

.headerbox.position{
	background: rgba(20,20,20,1);
}	
.headerbox .header{
}
.header .header-left{
	float: left;
}
.header a.logo{
	float: left;
	width: 180px;
	text-align: center;
	height: 80px;
	padding-top: 22.5px;
	background: #141414;
}
.header a.logo img{

}
.header-left .navbox{
	float: left;
	height:80px;
}
.navbox li{
	float: left;
	position: relative;
	margin:0 10px;
	padding-top: 24px;
	
}
.navbox li>a{
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 0 17px;
	line-height: 32px;
	position: relative;
	border-radius: 5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.navbox li .subnav{
	width: 100%;
	position: absolute;
	left: 0;
	display: none;
	top:80px;
	background: rgba(245, 242, 235,.8);
	z-index: 10;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.navbox li .subnav a{
	display: block;
	font-size: 16px;
	text-align: center;
	color: #1e191a;
	line-height: 24px;
	margin: 12px 0;
}
.navbox li .subnav a:hover{
	color: #095099;
}

.navbox li>a::after{
	content: "";
	border-bottom: 3px solid #095099;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 89px;
	transition: all 0.2s ease-out 0s;
	transform: scaleX(0);
}
.navbox li>a::after {
	border-color: #095099;
}
.navbox li>a.hover::before {
	transform: none;
}
.navbox li>a.hover::after {
	transform: none;
}
.navbox li:hover>a{
	color: #fff;
	background: #095099;
}
.navbox li.current>a{
	color: #fff;
	background: #095099;
}

.header .header-right{
	float: right;
	padding-right: 40px;
	position: relative;
}
.header-right .language{
	float: right;
	height: 20px;
	padding-left: 9px;
	margin-top: 28px;
	border-left: 1px solid #fff;
	margin-left:8px;
}
.header-right .language a{
	display: inline-block;
	padding:0 10px;
	font-size: 16px;
	height: 20px;
	border-radius: 5px;
	line-height: 22px;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.header-right .searchbox{
	float:right;
	margin-top:28px;
}

form.search_news {
	width: 74px;
	height: 28px;
	border-radius: 4px;
	z-index: 6;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

form.search_news input.search_text{
	width: calc(100% - 15px);
	float: left;
	height:20px;
	font-size: 14px;
	color: #fff;
	padding: 0 6px 8px 6px;
	margin-top: 4px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
form.search_news input.button{
	float: left;
	width: 15px;
	height: 20px;
	background: url(../images/search.png) no-repeat left center;
}
.header-right .searchbox:hover form.search_news{
	width:180px;
}
.header-right .searchbox:hover input.search_text{
	border-bottom: 1px solid #fff;

}

.indexbanner{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.indexbanner .swiper-container{
	width: 100%;
	height: 100%;
}
.indexbanner .swiper-slide{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	/* padding-bottom: calc(1021% / 19.2); */
	background: center center no-repeat;
	background-size: cover;
}
.indexbanner .swiper-slide .container{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-55%);
	-webkit-transform: translate(-50%,-55%);
	-moz-transform: translate(-50%,-55%);
	-ms-transform: translate(-50%,-55%);
	-o-transform: translate(-50%,-55%);
}
.indexbanner .bannertitle{
	font-size: 62px;
	line-height: 90px;
	font-family: 'arial';
	font-weight: bold;
	color: #fff;
	margin-bottom: 43px;
}
.indexbanner .bannerselect{
	display: inline-block;
	position: relative;
}
.bannerselect .bannertext{
	color:#fff;
	display: inline-block;
	padding-right: 44px;
	font-size: 32px;
	height: 46px;
	line-height: 40px;
	position: relative;
}
.bannerselect .bannertext::after{
	content: " ";
	width: 23px;
	height: 46px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/arrow-d.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.bannerselect .bannertext:hover{
	cursor: pointer;
}
/* .bannerselect:hover .bannertext::after{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
} */
.bannerselect.selected .bannertext::after{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.bannerselect .bannerselectbox{
	opacity: 0;
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	width: 100%;
	padding: 12px 15px;
	background: rgba(255,255,255,.5);
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.bannerselectbox ul li{
	font-size: 16px;
	color: #141414;
	line-height: 32px;
}
.bannerselectbox ul li a{
	color: #141414;
}
.bannerselect.selected .bannerselectbox{
	opacity: 1;
	display: inline-block;
}
.bannerselectbox ul li a:hover{
	color: #095099;
}
.bannercontrol{
	position: absolute;
	right: 88px;
	bottom: 45px;
	width: 63px;
	height: 63px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.bannercontrol span{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 63px;
	height: 63px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.bannercontrol span.bannerplay{
	/* z-index: -1;
	opacity: 0; */
	display: none;
	background-image: url(../images/play.png);
	
}
.bannercontrol span.bannerstop{

	background-image: url(../images/stop.png);
}
.bannercontrol span:hover{
	background-color: #fff;
}
.bannercontrol span.bannerstop:hover{
	background-image: url(../images/stop-r.png);
}
.bannercontrol span.bannerplay:hover{
	background-image: url(../images/play-r.png);
}
.bannercontrol span.bannerplay.act{
	z-index: 2;
	opacity: 1;
	display: inline-block;
}
.bannercontrol span.bannerstop.act{
	z-index:-1;
	opacity:0;
	display: none;
}
.homearrow{
	position: absolute;
	height: 60px;
	pointer-events: none;
	left: 18.75%;
	bottom: 0;
	z-index: 1;
}
.homearrow p.bannerarrow{
	position: relative;
	height: 100%;
	padding-left: 15px;
}
.bannerarrow::before{
	content: " ";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(255,255,255,.3);
}
.bannerarrow::after{
	content: " ";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(255,255,255,1);
	transform: scaleY(0);
	transform-origin: top;
	-webkit-animation: drawLine 2s cubic-bezier(0,0,0,1) infinite;
	animation: drawLine 2s cubic-bezier(0,0,0,1) infinite;
}
.homearrow p span{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	/* text-transform: capitalize; */
	color: #fff;
}
@-webkit-keyframes drawLine {
	0% {
		transform: scaleY(0)
	}
	50% {
		transform: scaleY(100%)
	}
	to {
		transform: translateY(100%) scaleY(100%)
	}
}
@keyframes drawLine {
	0% {
		transform: scaleY(0)
	}
	50% {
		transform: scaleY(100%)
	}
	to {
		transform: translateY(100%) scaleY(100%)
	}
}
.index-main{
	position: relative;
	padding-top: 110px;
}
.index-leftbg,.index-rightbg{
	position: absolute;
	top: 0;	
	height: 100%;
	z-index: 1;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.index-leftbg{
	left: 0;
	width: 16.5625%;
	background-image: url(../images/indexbg3.png);
}
.index-rightbg{
	right: 0;
	width: 19.6%;
	background-image: url(../images/indexbg4.png);
}

.index-apply{
	height: 280px;
	background: url(../images/indexbg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 74px;
	text-align: center;
	margin-bottom: 125px;
}
.index-apply h2{
	margin-bottom: 45px;
	font-size: 45px;
	color: #fff;
}
.index-apply .index-applybth{
	display: inline-block;
	width: 180px;
	height: 55px;
	border-radius: 5px;
	color: #fff;
	line-height: 55px;
	font-size: 16px;
	background-image: linear-gradient(to right,#ef6840,#f4a65d);
	background-image: -moz-linear-gradient(to right,#ef6840,#f4a65d);
	background-image: -o-linear-gradient(to right,#ef6840,#f4a65d);
	box-shadow: 0 0 20px rgba(244,265,93,.39);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.index-applybth:hover{
	background-image: linear-gradient(to right,#ef6840,#ef6840);
	background-image: -moz-linear-gradient(to right,#ef6840,#ef6840);
	background-image: -o-linear-gradient(to right,#ef6840,#ef6840);
}

.index-about{
	overflow: hidden;
	padding-bottom: 110px;
}
.index-about h1{
	font-size: 45px;
	color: #000;
	margin-bottom: 94px;
}
.index-about h1 a{
	color: #000;
}
.index-about-left{
	float: left;
	width: 58.67%;
}
.index-about-right{
	float: right;
	width: 37.9%;
	padding-top: 85px;
}
.index-about-right h2{
	position: relative;
	font-size: 26px;
	display: inline-block;
	padding-bottom: 3px;
	color: #000;
	padding-right: 26px;
	margin-bottom: 60px;
}
.index-about-right h2::after{
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 0;
	z-index: -1;
	background: #f4a65d;
	transition: height .5s;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
}
.index-about-right p{
	font-size: 20px;
	color: #bcbcbc;
	line-height:36px;
}
.index-about-right p span{
	color: #000;
}

.index-companybox{
	padding-top:90px;
	padding-bottom: 104px;
	background: #f6f7f7;
	position: relative;
	z-index: 11;
}
.index-companybox h1{
	text-align: center;
	color: #000;
	font-size: 45px;
	margin-bottom: 95px;
}
.index-valuelist li{
	float: left;
	width: 25%;
	padding-right: 44px;
	/*margin-right: 3.6%;*/
	transition: all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
}
.index-valuelist li .index-coreitem{
	border-left: 4px solid #095099;
	padding-left: 30px;
	padding-top: 20px;
	min-height: 310px;
}
.index-valuelist li h2{
	color: #000;
	font-size: 24px;
	line-height: 32px;
	height: 64px;
	margin-bottom:4px;
	font-weight: bold;
}
.index-valuelist li p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.index-whybox{
	padding-top: 110px;
	padding-bottom: 104px;
	background: #f6f7f7;
}
.index-whybox h1{
	width: 75.83%;
	margin: 0 auto;
	text-align: center;
	font-size: 45px;
	color: #000;
	line-height: 60px;
	/* margin-bottom: 92px; */
}
.index-whybox h1 span{
	font-weight: 700;
}
.index-whylist{
	position: relative;
	padding-top: 92px;
}
.index-whylist .swiper-slide .whybox{
	display: block;
	cursor: default;
	height: 100%;
	padding:30px 25px 40px;
	background-color: transparent;
	border-right: 1px solid #a2bcd6;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.index-whylist .swiper-slide h2{
	font-size: 24px;
	line-height: 32px;
	height: 64px;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 5;
	-webkit-line-clamp: 5;
	color: #000;
}
.index-whylist .swiper-slide .index-whyinfo{
	position: relative;
	height: 160px;
}
.index-whylist .swiper-slide .index-whyinfo p{
	font-size: 16px;
	color: #fff;
	line-height:32px;
	opacity: 0;
	/* overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 6;
	-webkit-line-clamp: 6; */
}
.index-whylist .swiper-slide .index-whyinfo span{
	position: absolute;
	right: 0;
	bottom:14px;
	width: 31px;
	height: 22px;
	display: none;
	background: url(../images/arrow-rb.png) no-repeat center center;
}

.index-whylist .swiper-slide:hover .index-whyinfo span{
	display: none;
}
.index-whylist .swiper-buttonbox{
	position: absolute;
	width:auto;
	right: 88px;
	top: 0;
	width: 140px;
}
.swiper-buttonbox .swiper-button-prev,.swiper-buttonbox .swiper-button-next{
	top: 0;
	margin-top: 0;
	width: 44px;
	background-size: 100% auto;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.swiper-buttonbox .swiper-button-prev{
	background-image: url(../images/prev.png);
}
.swiper-buttonbox .swiper-button-next{
	background-image: url(../images/next.png);
}
.swiper-buttonbox .swiper-button-prev:hover{
	left:0;
}
.swiper-buttonbox .swiper-button-next:hover{
	right: 0;
}
.index-offerbox{
	position: relative;
	margin-top: -91px;
	padding-top: 274px;
	padding-bottom: 123px;
	background: url(../images/indexbg1.png) no-repeat center top;
	/* background-size: 32.55% auto; */
}
.index-offerbox h1{
	text-align: center;
	font-size: 45px;
	color: #000;
	margin-bottom: 92px;
}
.index-offerlist{
	/* width: 100%; */
	/* height: 598px; */
	height: 720px;
	display: flex;
	border-radius: 10px;
	overflow: hidden;
}
.index-offerlist .index-offeritem{
	width: 14.2%;
	height: 100%;
	/*position: relative;
	*/float: left;
	padding: 40px 10px 40px;
	/* overflow: hidden; */
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.index-offeritem h2{
	font-size: 16px;
	color: #095099;
	line-height:32px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.index-offeritem h3{
	font-size: 26px;
	color: #fff;
	/* opacity: 0; */
	line-height: 32px;
	margin-bottom: 30px;
}
.index-offeritem .index-offerinfo{
	position: relative;
	/* width: 100%; */
	height: 100%;
	opacity: 0;
	display: none;
}
.index-offeritem .index-offertext{
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}
.index-offeritem .index-offerimg{
	position: absolute;
	left: 0;
	bottom: 0;
}
.index-offerlist .index-offeritem.index0{
	background: #fbfbfb;
}
.index-offerlist .index-offeritem.index1{
	background: #f6f7f7;
}
.index-offerlist .index-offeritem.index2{
	background: #e8e9ea;
}
.index-offerlist .index-offeritem.index3{
	background: #e0e1e4;
}
.index-offerlist .index-offeritem.index4{
	background: #dbdce1;
}
.index-offerlist .index-offeritem.index5{
	background: #d5d6dc;
}
.index-offerlist .index-offeritem.index6{
	background: #cbcdd6;
}
.index-offerlist .index-offeritem.active{
	width: 50%;
	background: #095099;
	/* padding-left: 45px;
	padding-right: 45px; */
	padding-left: 20px;
	padding-right: 20px;
}
.index-offerlist .index-offeritem.active h2{
	opacity: 0;
	display: none;
}

.index-offerlist .index-offeritem.active .index-offerinfo{
	opacity: 1;
	display: block;
	
}


.index-picsbox{
	background: #f6f7f7;
	padding-top: 10px;
	padding-bottom: 100px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.index-picsbox h1{
	text-align: center;
	font-size: 45px;
	color: #000;
	margin-bottom: 100px;
}

.company_innovation_cont{
	/* position: relative; */
	height: 100%;
}

.company_innovation_list{
	/* margin: 0 -6px; */
}
.company_innovation_list .slick-list{
	overflow: initial;
}
.company_innovation_item{
	padding: 0 6px;
}
.company_innovation_item_cont{
	position: relative;
	height: 100%;
	overflow: hidden;
}
.ciic_lower_img{
	margin-bottom:30px;
}
.ciic_lower_tit{
	color: #000;

}
.ciic_lower_tit{
	margin-bottom:20px;
}
.std_tit6{
	font-size: 20px;
	line-height: 30px;
}
.ciic_lower{
	width: 100%;
	height: 98px;
	padding: 25px;
	position: relative;
	transition: all 0.5s;
	background: #fff;
}
.ciic_lower::after{
	content: " ";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	bottom: 0;
	z-index: 0;
	background: #000;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.ciic_lower_cont{
	/*height: 100%;*/
	z-index: 2;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.ciic_lower_text p{
	color: #fff;
	text-align: center;
	font-size:16px;
	line-height:32px;
}
.company_innovation_item_cont:hover .ciic_upper{
	opacity: 0;
}
.company_innovation_item_cont:hover .ciic_lower{
	top: 0;
	opacity: 1;
}
.index-picsbox .slick-arrow{
	top: -78px;
	position: absolute;
	width: 44px;
	height: 44px;
	transform: none;
	background-size: 100% auto;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.index-picsbox .slick-prev{
	left: auto;
	right: 100px;
	background-image: url(../images/prev.png);
}
.index-picsbox .slick-next{
	right: 10px;
	background-image: url(../images/next.png);
}
.index-picsbox .slick-prev:hover{
	right: 110px;
}
.index-picsbox .slick-next:hover{
	right: 0;
}
.index-picsbox .slick-disabled{
	opacity: .5;
}



.footer{
	width: 100%;
	padding: 48px 0 10px;
	background: #e7e7e7;
	color: #666;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	line-height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.footer a{
	color: #1e252d;
	font-size: 16px;
}
.footer .footer-top{
	width: 72%;
}
.footer-top h2{
	color: #1e252d;
	font-size:20px;
	border-bottom: 1px solid rgba(199,203,211,.6);
	padding-bottom: 16px;
	margin-bottom: 13px;
}
.footer-top h2 a{
	color: #1e252d;
}
.footer-top ul li{
	float: left;
	width: 37.04%;
	line-height: 36px;
	color: #666;
	font-size: 14px;
}
.footer-top ul li:nth-child(even){
	width: 62.96%;
}
.footer-top ul li a{
	color: #666;
	cursor: default;
}


.footer-bottom{
	margin-top: 38px;
}
.footer-bottom ul.footer-icon {
	float: left;
}
.footer-bottom ul.footer-icon li{
	float: left;
	position: relative;
	margin-right: 1px;
}
.footer-bottom ul.footer-icon li .iconimg{
	display: block;
	padding: 0 10px 6px 10px;
	position: relative;
}
.footer-bottom ul.footer-icon li .iconimg::after{
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #1e252d;
	transition: all 0.2s ease-out 0s;
	transform: scaleX(0);
}
.footer-box{
	position: absolute;
	opacity: 0;
	display: none;
	width: 100px;
	height: 100px;
	left: 60px;
	top: 50%;
	transform: translateY(-85%);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transform: translateY(-85%);
	-moz-transform: translateY(-85%);
	-ms-transform: translateY(-85%);
	-o-transform: translateY(-85%);
}
.footer-bottom ul.footer-icon li#icon-mail .footer-box{
	z-index: 1;
	width: 180px;
	text-align: center;
	line-height: 100px;
	font-size: 16px;
	color: #333;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 0 10px rgba(10, 82, 153,0.15);
}

.footer-bottom ul.footer-icon li:hover .iconimg::after{
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.footer-bottom ul.footer-icon li#icon-wx:hover .footer-box{
	opacity: 1;
	display: inline-block;
}
.footer-bottom ul.footer-icon li#icon-mail:hover .footer-box{
	opacity: 1;
	display: inline-block;
}

.footer-bottom .copyright{
	float: right;
	text-align: right;
}
.copyright p{
	font-size: 16px;
	color: #1e252d;
}
.footer-apply{
	/* opacity: 0; */
	position: fixed;
	right: -100%;
	bottom: 0;
	width: 310px;
	height: 503px;
	z-index: 10;
	text-align: center;
	background: url(../images/footerapplybg.png) no-repeat center center;
	background-size: 100% auto;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.footer-word{
	padding-top: 128px;
	padding-left: 128px;
	padding-right: 10px;
	text-align: right;
	color: #2060a3;
	line-height:36px;
	font-size:26px;
	margin-bottom: 14px;
}
.footer-word span{
	color: #2c6fb5;
}
.footer-apply p{
	color: #fff;
	margin-bottom: 18px;
	font-size: 26px;
}
.footer-apply i.footerbtn{
	display: inline-block;
	width: 41px;
	height: 51px;
	background: url(../images/arrow-o.png) no-repeat center center;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.footer-apply:hover p{
	color: #f4a65d;
}
.footer-apply:hover i.footerbtn{
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
}
.footer-apply.active{
	/* opacity: 1; */
	right: 0;
}

/* 关于我们内容模板 */
.banner{
	height: 387px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.columninfo{
	background: #20211c;
	padding: 42px 50px;
	color: #fff;
	width: 50%;
	position: relative;
	margin-top: -130px;
	margin-bottom: 56px;
}
.columninfo h1{
	font-size: 16px;
	margin-bottom: 8px;

}
.columninfo .columntext{
	font-size: 36px;
	line-height: 60px;
}
.main{

}
.about01{
	/* width: 63.33%; */
	width: 73%;
	padding-bottom: 98px;
}
.about01 h2{
	font-size: 45px;
	color: #000;
	margin-bottom: 28px;
}
.about01 p{
	font-size: 16px;
	color: #999;
	line-height: 32px;
}
.about02{
	background: url(../images/aboutbg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 84px;
	padding-bottom: 140px;
	color: #fff;
}
.about02 h2{
	font-size: 20px;
	margin-bottom: 40px;
}
.about02 p{
	width: 69%;
	font-size: 45px;
	line-height: 60px;
}
.about03{
	padding-top: 90px;
	/* background: #e1e6f0; */
	padding-bottom: 108px;
}
.about03 h2{
	text-align: center;
	font-size: 45px;
	color: #000;
	margin-bottom: 55px;
}
.aboutlist{
	width: 960px;
	height: 480px;
	padding: 30px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	/* background: #fff; */
}
.aboutcontainer{
	position: relative;
	bottom: -1px;
	width: 900px;
	height: 450px;
	border: 1px solid #fff;
	border-radius: 450px 450px 0 0;
	background: #e7eaf0;
	box-shadow: 0 0 20px rgba(182,192,205,.3);
}	
.aboutcenter{
	position: absolute;
	bottom: -1px;
	width: 409px;
	height: 204px;
	text-align: center;
	z-index:10;
	padding-top: 32px;
	border-radius: 204px 204px 0 0;
	background: #eef0f2;
	border: 1px solid #fff;
	box-shadow: 0 0 30px rgba(182,192,205,.3);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.aboutcenter p{
	font-size: 20px;
	margin-top: 13px;
	color: #676e7e;
}
.aboutbox{
	height: 100%;
	overflow: hidden;
}
.aboutbox ul{
	position: relative;
	height: 100%;
	border-radius: 450px 450px 0 0;
	overflow: hidden;
}
.aboutbox ul li{
	position: absolute;
	overflow: hidden;
	width: 450px;
	height: 320px;
	left: 50%;
	border: 1px solid #ffff;
	top: 50%;
	background: #e7eaf0;
	margin-top: -95px;
	margin-left: -450px;
	-webkit-transform-origin: 100% 100%;
}
.aboutbox ul li a{
	display: block;
	font-size: 20px;
	cursor: default;
	position: absolute;
	height: 320px;
	width: 450px;
	right: 0;
	top:0;
	padding-top: 145px;
	padding-left: 155px;
	border-radius: 50%;
	color: #676e7e;
	text-align: center;
	-webkit-transform: skew(-45deg) rotate(0deg) scale(1);
	-webkit-transition:all .5s;
}
.aboutbox ul li p{
	font-size: 20px;
	margin-top: 14px;
	color: #676e7e;
}
.aboutbox ul li img{
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.aboutbox ul li.index0{
	-webkit-transform: rotate(0deg) skew(45deg);
}

.aboutbox ul li.index1{
	-webkit-transform: rotate(45deg) skew(45deg);
}

.aboutbox ul li.index2{
	-webkit-transform: rotate(90deg) skew(45deg);
}

.aboutbox ul li.index3{
	-webkit-transform: rotate(135deg) skew(45deg);
}
.aboutbox ul li.index0 a{
	
}
.aboutbox ul li.index1 a{
	-webkit-transform: skew(-45deg) rotate(-45deg) scale(1);
	top: 114px;
	right: 94px;
	padding-top: 75px;
	padding-left: 200px;
}
.aboutbox ul li.index1 p{
	width: 120px;
	margin: 14px auto 0;
}
.aboutbox ul li.index2 a{
	-webkit-transform: skew(-45deg) rotate(-90deg) scale(1);
	top: -66px;
	right: -162px;
	padding-top: 75px;
	padding-left: 50px;
	text-align: left;
}
.aboutbox ul li.index1 p{
	width: 120px;
	margin: 14px auto 0;
}
.aboutbox ul li.index2 p{
	width: 120px;
	text-align: center;
}
.aboutbox ul li.index2 img{
	display: inline-block;
	margin-left: 25px;
}
.aboutbox ul li.index3 a{
	-webkit-transform: skew(-45deg) rotate(-135deg) scale(1);
	top: 112px;
	padding-top: 115px;
}
.aboutbox ul li.index3 p{
	width: 160px;
	margin: 14px auto 0;
}


/* 联系我们 */
.contact{
	background: #e3e9f2;
	padding-bottom: 205px;
}
.connect{
	margin-top: -68px;
	padding-top: 128px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../images/mapbg.png);
}
.contact .contact-left{
	float: left;
	width: 37.9%;
	padding-left: 50px;
}
.contact-left>p{
	color: #999;
	line-height:32px;
	/* text-align: justify; */
	padding: 0 25px;
	font-size:16px;
}
.contact-left .contact-text{
	margin-top: 28px;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact-text h2{
	color: #000;
	font-size:20px;
	margin-bottom: 16px;
}
.contact-text p{
	font-size: 16px;
	color: #999;
	line-height: 32px;
}
.contact .contact-right{
	float: right;
	width: 32.75%;
	overflow: hidden;
	border: 3px solid #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

/* 内容 */
.mainContent{
	min-height: 500px;
}
.newstext,.newstext p{
	font-size: 16px;
	line-height: 32px;
	color: #333;
}
.newstext img {
	height: auto !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 服务 */
.servicelist{
	margin-top: 10px;
	padding-bottom: 50px;
}
.servicelist li{
	float: left;
	width: 24.625%;
	margin-right:.5%;
	background: #fff;
	margin-bottom: 5px;
	overflow: hidden;
}
.servicelist li a{
	display: block;
	/* cursor: default; */
	z-index: 1;
}
.servicelist li .serviceitem{
	position: relative;
	padding: 22px 20px;
	height: 120px;
	overflow: hidden;
}
.servicelist li .serviceitem::before{
	content: " ";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	bottom: 0;
	z-index: 0;
	background: #000;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.servicelist li .serviceitem .serviceup{
	position: relative;
	z-index: 1;
}
.servicelist li h2{
	font-size: 20px;
	line-height: 24px;
	height: 36px;
	color: #000;
}
.servicelist li p{
	font-size: 16px;
	line-height: 18px;
	color: #999;
}

/* service内容 */
.mainContentBox{
	width: 1022px;
	margin: 0 auto;
	position: relative;
	background: #dce3ef;
	padding: 55px 95px;
	margin-top: -100px;
	min-height: 400px;
}
.mainContentBox .titlebox h2{
	font-size: 45px;
	color: #000;
	margin-bottom: 18px;
}
.mainContentBox .newstext{
	font-size: 16px;
	line-height: 32px;
	color: #333;
}
.mainContentBox .newstext p{
	margin-bottom: 20px;
}

.miniprogram{
	background:url(../images/minibg.jpg) no-repeat center center;
	width:100%;
	height:396px;
	background-size:cover;
}
.miniprogram a{
	display:block;
	width:100%;
	height:100%;
	padding-top:155px;
}
.miniprogram h2{
	font-size: 45px;
	line-height: 60px;
	color: #000;
}
.miniprogram span{
	display: inline-block;
	opacity: 0;
	margin-top: 10px;
	width: 31px;
	height: 32px;
	background: url(../images/arrow-rb.png) no-repeat center center;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}


.mainlist{
	overflow: hidden;
	background: #fff;
	padding-top: 66px;
	padding-bottom: 40px;
}
.mainitem{
	margin-bottom: 48px;
}
.mainitem a{
	display: block;
}
.mainleft{
	float: left;
	width: 44.75%;
	padding: 100px 35px 0 85px;
}
.mainleft h3{
	font-size: 16px;
	line-height: ;
	color: #000;
}
.mainleft h2{
	font-size: 45px;
	line-height: 60px;
	color: #000;
}
.mainleft span{
	display: inline-block;
	opacity: 0;
	margin-top: 10px;
	width: 31px;
	height: 32px;
	background: url(../images/arrow-rb.png) no-repeat center center;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.mainright{
	float: right;
	width: 55.25%;
	overflow: hidden;
}
.mainright img{
	width: 100%;
	height: auto;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.mainitem.act .mainleft{
	float: right;
}
.mainitem.act .mainright{
	float: left;
}



/* guide */
.steptitle{
	text-align: center;
	margin-bottom: 40px;
	color: #000;
	font-size: 45px;
}
.settinglist{
	padding: 0 0 20px 20px;
}
.settingitem{
	float: left;
	width: 23.7%;
	margin-right: 1.73%;
	position: relative;
}
.settingitem .setA{
	display: block;
	position: relative;
	padding-top: 28px;
	padding-right: 18px;
	padding-bottom: 66px;
}
.settingitem .setA::after{
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	width: 280px;
	height: 108px;
	z-index: 0;
	background-image: url(../images/roundbg1.png);
	background-repeat: no-repeat;
	background-position: left top;

}
.settingitem .settinginfo{
	position: relative;
	width: 214px;
	height: 80px;
	z-index: 1;
	padding: 15px;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	box-shadow: 0 3px 21px rgba(73,81,95,.13);
}
.settingitem .settinginfo span.setnum{
	position: absolute;
	right: 16px;
	top: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.settingitem .settinginfo span.icon-s{
	float: left;
	padding-top: 14px;
	padding-right: 18px;
	padding-left: 12px;
}
.settingitem .settinginfo p{
	float: left;
	width: 66%;
	height: 54px;
	padding-left: 16px;
	position: relative;
	border-left: 1px solid #b9cdea;
}
.settingitem .settinginfo p span{
	position: absolute;
	font-size: 16px;
	color: #333;
	line-height:18px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.settingitem::after{
	content: " ";
	position: absolute;
	top:62px;
	right: 0;
	width: 39px;
	height: 11px;
	background-image: url(../images/arrow-l.png);
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}
.settingitem.fr{
	float: right;
}
.settingitem.fr::after{
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.settingitem:nth-child(9)::before{
	content: " ";
	position: absolute;
	width: 39px;
	height: 11px;
	background-image: url(../images/arrow-l.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 96px;
	top: -20px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.settingitem:nth-child(5)::after,.settingitem:last-child::after{
	opacity: 0;
}

/* Mini Program */
.minibox{
	width: 75%;
	padding-bottom: 80px;
}
.minibox h2{
	font-size: 45px;
	/* margin-top: 12px; */
	color: #000;
	margin-bottom: 20px;
}
.minibox .mininewstext{
	font-size: 16px;
	line-height: 32px;
	color: #333;
}
.minibtn{
	
	height: 52px;
	line-height: 52px;
	width: 300px;
	margin-top: 30px;
}
.minibtn a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	border: 1px solid #999;
	color: #666;
	position: relative;
	background-image: url(../images/arrow-r.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 10px;
	padding-left: 15px;
}
.minibtn:hover a{
	color: #fff;
	border: 1px solid #20211c;
	background-color: #20211c;
	background-image: url(../images/arrow-rw.png);
}

/* 搜索页面 */
.searchmain{
	padding-bottom: 40px;
}
.searchlist{
	padding-bottom: 40px;
}
.searchlist li{
	position: relative;
	line-height: 54px;
	overflow: hidden;
	padding-right: 10px;
	border-bottom: 1px solid rgba(199,203,211,.5);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;

}
.searchlist li::after{
	content: " ";
	position: absolute;
	width: 100%;
	background-color: #fff;
	height: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: height .5s;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
}
.searchlist li a{
	float: left;
	width: 84%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.searchlist li a b{
	color: #095099;
}
.searchlist li span{
	color: #999;
	font-size: 16px;
	float: right;
}

.no-content{
	display: block;
	position: relative;
	color: #666;
	font-size: 16px;
	text-align: center;
}
.no-content::before{
	content: " ";
	display: block;
	width: 305px;
	margin: 20px auto;
	height: 236px;
	margin-bottom: 20px;
	background: url(../images/tips.png) no-repeat center center;
	/* margin: 0 auto; */
}

/* apply */
.applyshow{
	opacity: 0;
	position: fixed;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 100;
	height: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.applyshow.active{
	top: 0;
	opacity: 1;
}
.applybg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: 100;
	background: rgba(0, 0, 0, .6);
}
.applycontainer{
	position: absolute;
	width: 60%;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 101;
}
.applycontainer .applycontent{

}
.applycontent .closebox{
	float: right;
	width: 24px;
	height: 24px;
	margin-bottom: 20px;
	background-image: url(../images/close-r.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.messageForm{
	clear: right;
	padding: 4%;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(245, 242, 235,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.messageForm h3 { 
	font-size: 20px; 
	color: #000; 
	text-align: center;
}
.messageForm .desc { 
	font-size: 14px; 
	color: #676e7e; 
}
.messageForm span { 
	color: #FF5B5B; 
	font-size: 14px; 
}
.messageForm ul { 
	padding-top: 15px; 
}
.messageForm ul li { 
	position: relative; 
	margin-top: 10px; 
}
.messageForm ul li span { 
	position: absolute; 
	left: -13px; 
	top: 50%; 
	-webkit-transform: translateY(-50%); 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%); 
}
.messageForm ul li label { 
	position: relative; 
	display: block; 
	min-height: 48px; 
	border: 1px solid #E6E8EB; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	padding: 20px 10px 0px; 
}
.messageForm ul li label input { 
	width: 100%; 
	font-size: 14px; 
	color: #000; 
}
.messageForm ul li label p { 
	position: absolute; 
	left: 0px; 
	top: 12px; 
	color: #999; 
	font-size: 14px; 
	padding-left: 10px; 
	-webkit-transition: .6s; 
	transition: .6s; 
}
.messageForm ul li label textarea { 
	width: 100%; 
	height: 40px; 
}
.messageForm ul li label.cur{
	border-color:#095099;
	box-shadow: 0px 0px 8px rgba(10, 82, 153,0.15);
}
.messageForm ul li label.cur p { 
	font-size: 12px; 
	top: 3px; 
	color: #095099; 
}
.messageForm ul li label.cur p.grey{
	color:#999;
}
.messageForm ul li label.cur2{
	border-color:#095099;
	box-shadow: 0px 0px 8px rgba(10, 82, 153,0.15);
}
.messageForm ul li label.error { 
	background: rgba(255, 91, 91, 0.1);  
	border-color: #FF5B5B; 
}
.messageForm ul li label.error select { 
	background: rgba(255, 91, 91, 0.1); 
	border-color: #FF5B5B; 
}
.messageForm ul li label.error p { 
	font-size: 14px; 
	top: 12px; 
	color: #FF5B5B; 
}
.messageForm ul li label.error::after { 
	border-color: #FF5B5B transparent transparent transparent; 
}
.messageForm ul li label.cur1 { 
	background: #fff; 
	-webkit-box-shadow: 0px 0px 8px rgba(255, 91, 91, 0.15); 
	box-shadow: 0px 0px 8px rgba(255, 91, 91, 0.15); 
}
.messageForm ul li label.cur1 p { 
	top: 3px; 
	font-size: 12px; 
}
.messageForm ul li label.cur1 select { 
	background: #fff; 
	-webkit-box-shadow: 0px 0px 8px rgba(255, 91, 91, 0.15); 
	box-shadow: 0px 0px 8px rgba(255, 91, 91, 0.15); 
	border-color: #FF5B5B; 
}
.messageForm ul li label.error1{
	background: rgba(255, 91, 91, 0.05); 
	box-shadow:none; 
	border-color: #FF5B5B;
}
.messageForm ul li .selectListBox{
	position:absolute; 
	left:0px; 
	top:100%; 
	right:0px; 
	border-radius:4px;
	border: 1px solid #E6E8EB; 
	z-index:10; 
	background:#fff; 
	display:none;
}
.messageForm ul li .selectListBox a{ 
	display:block; 
	font-size:14px; 
	padding:0px 15px; 
	line-height:30px; 
	color: #333;
}
.messageForm ul li .selectListBox a:hover{ 
	color: #095099;
}
.messageForm ul li .selectListBox a:first-child{
	border-radius:4px 4px 0px 0px;
}
.messageForm ul li .selectListBox a:last-child{
	border-radius:0px 0px 4px 4px;
}
.messageForm ul li .selectList{
	position:relative; 
	z-index:10;
}
.messageForm ul li .selectListMask{
	position: fixed;
	z-index: 1; 
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.messageForm ul li label em { 
	font-style: normal; 
	text-align: right; 
	display: block; 
	font-size: 12px; 
	color: #86909C; 
	padding-bottom: 5px; 
}
.messageForm ul li label em i { 
	font-style: normal; 
}
.messageForm .btn { 
	padding-top: 10px; 
}
.messageForm .btn input { 
	background: #095099; 
	color: #fff; 
	font-size: 16px; 
	width: 100%; 
	height: 40px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	transition:.4s;
	-webkit-transition:.4s;
}

.messageForm .btn input:hover{
	background-color: #141414 !important;
	color: #fff !important;
}

.mark{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 380px;
	z-index: 1000;
	text-align: center;
	font-size: 16px;
	color: #666;
	height: auto;
	padding: 80px 40px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0,.5);
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.sucessbox{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	display: none;
	z-index: 100;
	background: rgba(0,0,0,.2);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.sucessbox.on{
	opacity: 1;
	display: block;
}
.sucessbox .successcontainer{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 101;
	width: 380px;

	padding: 15px 15px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0,.5);
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.successclose{
	float: right;
	width: 15px;
	height: 15px;
	margin-bottom: 20px;
	background-image: url(../images/close-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.messageSuccess { 
	clear: right;
	text-align: center; 
	padding-bottom: 20px;
}
.messageSuccess h3 { 
	font-size: 24px; 
	color: #095099; 
	font-weight: 600; 
	margin-bottom: 14px;
}
.messageSuccess .desc { 
	font-size: 16px; 
	color: #4E5969; 
	padding-top: 5px; 
	
}



.messageSuccess .btn { padding-top: 50px; display: none; }

.messageSuccess .btn a { background: #004BFF; -webkit-border-radius: 4px; border-radius: 4px; height: 45px; width: 100%; color: #fff; font-size: 14px; line-height: 45px; display: block; text-align: center; transition:.4s;-webkit-transition:.4s;}

.messageSuccess .btn a:hover{background-color: #4682FF !important;color: #fff !important;}

.returnHome { position: absolute; bottom: 9%;width: 100%; left: 0px; text-align: center; display: none; }

.returnHome a { color: #4E5969; font-size: 12px; background-position: left center; padding-left: 20px;background-size:15px; background-repeat: no-repeat; display: inline-block; }


/* 手机端导航 */
.mc_phone_nav{
	display: none;
	float: right;
	overflow: hidden;
	width: 35px;
	height: 70px;
}
.mc_menubox{
	width: 35px;
	height:70px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 0;
}
.mc_menubox .point{
	position: relative;
	display: inline-block;
	width: 35px;
	height:70px;
}
.mc_menubox .point .mc_nav {
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 100000;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav::after,.mc_menubox .point .mc_nav::before {
	content: '';
	position: absolute;
	left: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav, .mc_menubox .point .mc_nav::after, .mc_menubox .point .mc_nav::before {
	display: inline-block;
	width: 35px;
	height: 4px;
	border-radius: 4px;
	background-color: #fff;
}
.mc_menubox .point .mc_nav::after, .mc_menubox .point .mc_nav::before{
	width: 26px;
}
.mc_menubox .point .mc_nav::after {
	top: -11px;
}
.mc_menubox .point .mc_nav::before {
	top: 10px;
}
.mc_menubox .point.active .mc_nav {
	background: transparent;
}
.mc_menubox .point.active .mc_nav::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_menubox .point.active .mc_nav::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile{
	opacity: 0;
	position: fixed;
	width: 100%;
	left: -100%;
	top:70px;
	z-index:1000000;
	background-color: #fff;
	height: 100%;
	/* max-height: calc(100vh - 64px); */
	overflow: auto;
	border-top: 1px solid #EAEAEA;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;

}
.mobile.active{
	opacity: 1;
	left: 0;
}
.mobilebox {
	/* display: none; */
	width: 100%;
	background-color: #fff;
	height: 100%;
	padding: 10px 0;
}
.mobilebox h4 {
	position: relative;
	padding: 0 20px;
	overflow: hidden;
}
.mobilebox h4::after {
	content: '';
	display: block;
	clear: both;
}
.mobilebox h4 a {
	float: left;
	width: 88%;
	font-size: 16px;
	line-height: 46px;
	color: #141414;
	max-width: calc(100% - 36px);
}
.mobilebox .ul2 {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
	/* background: #f7f8fa; */
	border-top: 1px solid rgba(0, 0, 0, .1);
	/* border-bottom: 1px solid rgba(0, 0, 0, .1); */
}
.mobilebox .ul2 .container_s {
	max-width: 100%;
	padding: 0 25px;
}

.mobilebox .ul1 {
	/* border-bottom: 1px solid rgba(0, 0, 0, .1); */
	padding-bottom: 15px;
}
.img_s {
	float: right;
	display: block;
	font-size: 16px;
	line-height: 46px;
	color: #5a545b;
	transition: all .36s;
}
.mc_phnav_hasnosub .img_s{
	display: none;
}
.mobilebox h5 {
	position: relative;
}

.mobilebox h5::after {
	content: '';
	display: block;
	clear: both;
}

.mobilebox h5 a {
	display: block;
	font-size: 14px;
	line-height: 32px;
	color: #5a545b;
	max-width: calc(100% - 36px);
}

.mobilebox h5 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 35px;
	padding: 11px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.mobilebox h4.active img.img_s,
.xialaph h5.active img.img_s {
	display: none;
}

.mobilebox h4.active img.img_d,
.mobilebox h5.active img.img_d {
	display: block;
}
.mobilebox h4.active .img_s {
	transform: rotate(180deg);
}

.mobilebox h5.active .img_s {
	transform: rotate(180deg);
}

.mobilebox h4.active .img_s {
	transform: rotate(180deg);
}

@keyframes progressBg { 
	0% { background: #E6F1FF; }
  100% { background: #2A6FFF; } 
}

@-webkit-keyframes progressBg { 
	0% { background: #E6F1FF; }
  100% { background: #2A6FFF; } 
}

@keyframes displacement { 0% { width: 0%; }
  100% { width: 100%; } }

@-webkit-keyframes displacement { 
	0% { width: 0%; }
  100% { width: 100%; } 
}

@keyframes showBg { 
	0% { opacity: 0; }
  100% { opacity: 1; } 
}

@-webkit-keyframes showBg { 
	0% { opacity: 0; }
  100% { opacity: 1; } 
}

@keyframes textColor { 
	0% { color: #121933; }
  100% { color: #004BFF; } 
}

@-webkit-keyframes textColor {
	0% { color: #121933; }
  100% { color: #004BFF; } 
}

@keyframes iconShow { 
	0% { opacity: 0; }
  100% { opacity: 1; } 
}

@-webkit-keyframes iconShow { 
	0% { opacity: 0; }
  100% { opacity: 1; } 
}

@keyframes iconHide { 
	0% { opacity: 0; }
  100% { opacity: 1; } 
}

@-webkit-keyframes iconHide { 
	0% { opacity: 0; }
  100% { opacity: 1; } 
}

@media screen and (min-width:768px) {
	.header-right .language a:hover{
		color: #fff;
		background: #095099;
	}
	.index-about-right:hover h2::after{
		height: 12px;
	}
	.index-whylist .swiper-slide:hover .whybox{
		background-color: #0d57a0;
	}
	.index-whylist .swiper-slide:hover p{
		opacity: 1;
	}
	.index-whylist .swiper-slide:hover h2{
		color: #fff;
	}
	.company_innovation_item:hover .ciic_lower::after{
		height: 100%;
	}
	.company_innovation_item:hover .ciic_lower_tit,.index-valuelist li:hover:hover h2,.index-valuelist li:hover:hover p{
		color: #fff;
	}
	.footer-top ul li a:hover,.footer-top h2 a:hover{
		color: #095099;
	}
	.index-valuelist li:hover{ background: #095099;}
	.aboutbox ul li:hover img{
		transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
	}
	.aboutbox ul li:hover p{
		color: #095099;
	}
	.servicelist li:hover .serviceitem::before{
		height: 100%;
	}
	.servicelist li:hover h2,.servicelist li:hover p{
		color: #fff;
	}
	.mainitem:hover h3,.mainitem:hover h2,.miniprogram:hover h2{
		color: #095099;
	}
	
	.miniprogram:hover span,.mainitem:hover span{
		opacity: 1;
		transform: translateX(20px);
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
	}
	.mainitem:hover img{
		transform: scale(1.02);
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-ms-transform: scale(1.02);
		-o-transform: scale(1.02);
	}
	.searchlist li:hover::after{
		height: 100%;
	}
	.searchlist li:hover a{
		color: #095099;
		padding-left: 25px;
	}

	.settingitem:nth-child(4)::after {
    bottom: 14px;
    right: auto;
    left: 96px;
    top: auto;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
	}
}

@media (min-width:1440px) and (max-width:1680px){
	.index-valuelist li .index-coreitem{
		min-height: 364px;
	}
}
@media (min-width:1360px) and (max-width:1440px){
	.index-valuelist li .index-coreitem{
		min-height: 396px;
	}
	.index-whylist .swiper-slide .index-whyinfo{
		height: 180px;
	}
}
@media (min-width:1280px) and (max-width:1360px){
	.index-valuelist li .index-coreitem{
		min-height: 428px;
	}
	.index-whylist .swiper-slide .index-whyinfo{
		height: 210px;
	}
}
@media (min-width:1080px) and (max-width:1280px){
	.index-whylist .swiper-slide .index-whyinfo{
		height: 230px;
	}
}


@media screen and (max-width:768px) {
	.headerbox{ height: 70px;}
	.header a.logo{ width:90px; height: 70px; padding-top: 25px;}
	.header-left .navbox{
		display: none;
	}
	.header-right .language a{
		font-size: 14px;
		padding: 0 5px;
	}

	
	.header a.logo img{ height: 22px;}

	.mc_phone_nav{
		display: block;
	}
	.header .header-right{ padding-right:10px;}
	.header-right .searchbox{ margin-top: 25px;}
	
	form.search_news input.search_text{width: 46px; padding-left: 0; padding-right: 0;}
	.header-right .searchbox:hover form.search_news{ width: 110px;}
	.header-right .searchbox:hover input.search_text{ width: 80px;}

	.header-right .language{ padding-left: 5px; margin-top: 25px; margin-right: 5px;}
	

	.indexbanner{ height: 320px;}
	.indexbanner .swiper-slide .container{ width: 100%; padding: 0 10px;}
	.indexbanner .bannertitle{ font-size: 18px; line-height: 28px; margin-bottom: 12px;}
	.bannerselect .bannertext{ font-size: 16px; height: 24px; line-height: 24px; padding-right: 28px;}
	.bannerselect .bannertext::after{ width: 16px; height: 20px;}
	.bannerselect .bannerselectbox{padding: 10px 10px; top: 40px;}
	.bannerselectbox ul li{ font-size: 13px; line-height: 26px;}
	.bannercontrol{ width: 36px; height: 36px; bottom: 30px; right: 20px;}
	.bannercontrol span{ width:36px; height: 36px; background-size: 100% auto;}
	.homearrow{ left: 20px;}
	
	.index-main{ padding-top: 30px;}
	.index-apply{ height: 170px; padding-top: 30px; margin-bottom: 35px;}
	.index-apply h2{ font-size: 20px;margin-bottom: 22px;}
	.index-apply .index-applybth{ width: 120px; height: 36px; line-height: 36px;}
	

	.index-about{ padding: 0 10px 30px;}
	.index-about h1{ font-size: 22px;margin-bottom: 30px;}
	.index-about-left{ float: none; width: 100%;}
	.index-about-right{ float: none; width: 100%; padding-top: 25px;}
	.index-about-right h2{ font-size: 20px; padding-right: 0; padding-bottom: 0;margin-bottom: 15px;}
	.index-about-right p{ font-size: 16px; line-height: 32px;}
	
	.index-companybox{ padding: 30px 10px; }
	.index-companybox h1{ font-size: 22px; margin-bottom: 20px;}
	.index-valuelist li{ float: none; width: 100%; margin-bottom: 10px; padding-right: 0;}
	.index-valuelist li h2{ font-size: 16px; height: auto;}
	.index-valuelist li .index-coreitem{ border-left: none;position: relative; min-height: auto; padding-top: 0; padding-left: 20px;}
	.index-valuelist li .index-coreitem::before{
		content: " ";
		display: inline-block;
		position: absolute;
		left: 0;
		top: 13px;
		width: 6px;
		height: 6px;
		background: #095099;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px;
	}
	.index-leftbg, .index-rightbg{ height: 11%;}

	.index-picsbox{ padding-top: 0; padding-bottom: 40px;}
	.index-picsbox h1{ font-size: 22px; margin-bottom: 70px;}
	.index-picsbox .slick-arrow{ width: 30px; height: 30px; top: -48px;}

	.about03{ padding-top: 35px; padding-bottom: 38px;}
	.about03 h2{ font-size: 22px; margin-bottom: 35px;}

	.aboutlist{ width: 100%; padding: 0 10px; height: auto;}
	.aboutbox ul li{
		float: left;
		width: 50%;
		position: relative;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		margin-top: 0;
		margin-left: 0;
		transform:none !important;
		-webkit-transform:none !important;
		-webkit-transform-origin: none;
		-moz-transform:none !important;
		-ms-transform:none !important;
		-o-transform:none !important;
	}
	.aboutcontainer{ width: 100%; bottom: auto; height: auto; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; 
		box-shadow: none;
	}
	.aboutcenter{ display: none;}
	.aboutbox ul{ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
	.aboutbox ul li{
		height: auto;
		
	}
	.aboutbox ul li a{
		position: relative;
		top: auto !important;
		height: auto;
		right: auto !important;
		width: 100%;
		text-align: center !important;
		padding-top: 10px !important;
		padding-left: 0 !important;
		transform: none !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
	}
	.aboutbox ul li img{ width: 38px; height: 38px;}
	.aboutbox ul li p{
		font-size: 14px; width: 100% !important;
		height: 42px; margin: 8px auto !important;
	}
	.aboutbox ul li.index2 img{ margin-left: 0;}
	.footer .footer-top{ display: none;}

	.footer{ padding: 20px 0 10px; font-size: 16px; line-height: 24px;}
	.footer-apply{ width: 100px; height: 70px; border-radius: 5px 0 0 5px; padding-top: 10px; padding-left: 0; background: #095099; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; -ms-border-radius: 5px 0 0 5px; -o-border-radius: 5px 0 0 5px; }
	.footer-bottom ul.footer-icon{ float: none;}

	.footer-bottom{ margin-top: 0;}
	.footer-bottom ul.footer-icon li .iconimg{ display: inline-block;}
	.footer-word{ display: none;}
	.footer-bottom ul.footer-icon li#icon-mail .footer-box{
		position: relative;
		height: auto; background: transparent;
		line-height: inherit;
		width: auto;
		border-radius: 0; box-shadow: none;
		left: auto ;
		opacity: 1;
		top: auto;
		display: inline-block;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
	.footer-bottom ul.footer-icon li{ float: none;}
	.footer-bottom .copyright{ float: none; text-align: left; padding-left: 12px;}
	.footer-apply p{ font-size: 16px; margin-bottom: 0;}
	.footer-apply i.footerbtn{ width: 21px; height: 31px; background-size: 100% auto;}
	.applycontainer{ width: 96%; left: 2%;}
	.messageForm{ width: 100%;}

	.messageDescBox { margin-left: -350px; }
  .messageFormBox { padding: 0.5rem 0px; }
  .messageForm ul li label { padding: 7px 10px 0px; min-height: 38px; }
  .messageForm ul li label p { top: 7px; }
  .messageForm ul li label.select select { padding: 0px 10px; height: 38px; }
  .messageForm ul li label.error p { top: 7px; }
  .messageBox {min-height:calc(100vh - 1.13rem);min-height:-webkit-calc(100vh - 1.13rem);}
  .messageSuccess h3 { font-size: 18px; }
  .messagetermsPrivacyPolicy { padding: 30px; }
  .messagetermsPrivacyPolicy .title { font-size: 16px; padding-bottom: 15px; }
  .messagetermsPrivacyPolicy .content { font-size: 12px; line-height: 20px; }
  .messagetermsPrivacyPolicy .btn { padding-top: 20px; }
  .messageSuccess .btn { display: block; padding-top: 30px; }
  .messageSuccess .desc { font-size: 12px; }
  .messageSuccess .progressRate li h4 { font-size: 12px; left: 50%; position: relative; width: 120px; margin-left: -60px; }
  .messageSuccess dl dt { padding-top: 25px; } 
  .messagetermsPrivacyPolicy .btn a{width:100%;}

	.banner{ height: 144px;}
	.columninfo{ margin-top: 0; width: 100%; padding: 22px 10px;margin-bottom: 35px;}
	.columninfo .columntext{ font-size: 22px; line-height: 30px;}
	.about01{ padding: 0 10px 30px; width: 100%;}
	.about01 h2{ font-size: 22px; margin-bottom: 20px;}
	.about02{ padding: 35px 10px;}
	.about02 h2{ margin-bottom: 15px;}
	.about02 p{ font-size: 16px;  line-height: 28px; width: 100%;}
	.index-whybox{ padding: 35px 10px 25px;}
	.index-whybox h1{ font-size: 22px; line-height: 32px; width: 100%;}
	.index-whylist{ padding-top: 55px;}	
	.index-whylist .swiper-buttonbox{ right: 0; top: 15px;}
	.swiper-buttonbox .swiper-button-prev, .swiper-buttonbox .swiper-button-next{ width: 24px; height: 24px;}
	.index-whylist .swiper-slide .whybox{ padding: 0; border-right: none;}
	.index-whylist .swiper-slide .index-whyinfo{ height: auto;}
	.index-whylist .swiper-slide .index-whyinfo p{ opacity: 1; color: #333;line-clamp: inherit;-webkit-line-clamp: inherit;}
	.index-whylist .swiper-slide h2{ font-size: 18px; height: auto; line-height: 26px;line-clamp: inherit;-webkit-line-clamp: inherit;}

	.index-offerbox{ background-size: 200px auto;margin-top: -29px; padding-top: 65px; padding-left: 10px;padding-right: 10px; padding-bottom: 30px;}
	.index-offerbox h1{ font-size: 22px; margin-bottom: 35px;}
	.index-offerlist{ display: block; height: auto;}
	.index-offerlist .index-offeritem{ width: 100%; height: auto; padding: 20px 10px; margin-bottom: 10px; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; }
	.index-offerlist .index-offeritem.active{ width: 100%; height: auto; padding-left: 10px; padding-right: 10px; background: transparent;}
	.index-offerlist .index-offeritem.index0.active{ background: #fbfbfb;}
	.index-offeritem .index-offerinfo{ opacity: 1; display: block;}
	.index-offeritem h3{ color: #000; font-size: 18px; line-height: 28px; margin-bottom: 10px;}
	.index-offeritem .index-offertext{ color: #000;}
	.index-offeritem .index-offerimg{ position: relative; margin-top: 10px;}
	.settingitem.fr{ float: left;}

	.mainlist{ padding-top: 35px; padding-bottom: 0px;}
	.mainitem{ margin-bottom: 30px;}
	.mainleft,.mainitem.act .mainleft{ float: none; width: 100%; padding: 0 10px;}
	.mainright,.mainitem.act .mainright{ float: none; width: 100%;}
	.mainleft h2{ line-height: 36px; font-size: 22px;}
	.mainleft span{ opacity: 1; margin-top: 0;width: 20px;background-size: 100% auto;margin-bottom: 10px;}
	
	.settinglist{padding:0 0 0px 20px;}
	.settingitem{ width: 100%; float: none; margin-right: 0;}
	.settingitem .setA::after{ left: 0;}
	.settingitem::after{
		bottom: 14px;
    right: auto;
    left: 118px;
    top: auto;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
	}
	.settingitem.fr{ float: none;}
	.settingitem:nth-child(5)::after{ opacity: 1;}
	.settingitem:nth-child(9)::before{ display: none;}
	
	.servicelist{ padding-bottom: 30px; margin-top: 0; padding-left: 10px; padding-right: 10px;}
	.servicelist li{ width: 49.5%; margin-right: 1%; margin-bottom: 3px; }
	.servicelist li .serviceitem{ padding: 12px 10px; height: 100px;}
	.servicelist li h2{ font-size: 16px; line-height: 22px; height: auto;}
	.servicelist li p{ font-size: 12px;}

	.connect{ margin-top: 0; padding-top:0px; padding-left: 10px; padding-right: 10px; background-size: 100% auto; }
	.contact{padding-bottom: 30px;}
	.contact .contact-left{ padding-left: 0; float: none; width: 100%;} 
	.contact-left>p{padding: 0;}
	.contact .contact-right{ width: 100%; float: none; margin-top: 30px;}
	.contact-left .contact-text{ padding: 20px 15px;}
	.contact-text h2{ margin-bottom: 10px;}
	.contact-text p{ line-height: 28px;}

	.searchmain{ padding-left: 10px; padding-right: 10px;}
	.searchlist li a{ width: 74%;}

	.std_tit6{ font-size: 16px; line-height: 26px;}
	.ciic_lower{ padding: 10px 10px;}

	.minibox{ width: 100%; padding: 0 10px 80px;}
	.minibox h2{ font-size: 22px;}

	.mainContentBox{ width: 100%;padding: 30px 10px;margin-top: -20px;}
	.mainContentBox .titlebox h2{ font-size: 22px;}
}

@media (max-width: 480px) {
	.sucessbox .successcontainer{ width: 92%;}
  .messageFormBox { -webkit-box-align: unset; -webkit-align-items: unset; -ms-flex-align: unset; align-items: unset; }
  .messageSuccess { width: 100%; }
  
  /* .messageForm h3{font-size:0.44rem;} */
  .messageForm .desc{ font-size:0.28rem;}
  
  
  .messageSuccess{padding-top:0.6rem;max-width:100%;width: 100%;}
  .messageSuccess h3{font-size:0.48rem}
  .messageSuccess .desc{font-size:0.28rem;}
  .messageSuccess .progressRate li h4{font-size:0.24rem}
  .messageSuccess dl dd{font-size:0.28rem;}
  .messageSuccess .progressRate{padding-top:0.51rem;}
  .messageSuccess dl dt{padding-top:1.2rem;}
  
  .messageSuccess .btn{padding-top:1rem;}
  
  .messageSuccess .btn a{font-size:0.28rem;}
  
  .messagetermsPrivacyPolicy{padding: 0.7rem 0.5rem 0.8rem;}
  .messagetermsPrivacyPolicy .title{font-size:0.3rem;}
  .messagetermsPrivacyPolicy .content{font-size:0.2rem;}
  .messagetermsPrivacyPolicy .btn a{font-size:0.28rem;}
}
@media (min-width:380px) and (max-width:480px){
	.settingitem{padding-left: 70px;}
	.settingitem::after{left: 158px;}
	
}	
@media (min-width:330px) and (max-width:380px){
	.settingitem{padding-left: 50px;}
	.settingitem::after{left: 138px;}
}	
@media screen and (max-width:330px) {
	.settinglist{ padding-left: 10px;}
	.settingitem{padding-left: 30px;}
}