﻿@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.Validform_checktip {
	display: none !important;
}

a {
	cursor: pointer;
}

/* header */

.header {
	width: 100%;
	height: 500px;
	text-align: center;
	background: url(../img/banner.jpg) no-repeat center top;
	position: relative;
	padding-bottom: 0;
}

.headCon {
	width: 250px;
    position: relative;
    padding-top: 240px;
    height: 100px;
	cursor: pointer;
}

.logoHead {
	height: 100px !important;
}
.logoPic {
	padding-top: 18px !important;
}
/* header */

/* nav */

.mainNav {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	background-color: #333;
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 24px;
	position: relative;
	height: 50px;
	text-align: center;
	padding-left: 184px;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}
.mainNav li span{
	padding: 0 25px;
}

.mainNav li, .mainNav a {
	cursor: pointer;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	float: left;
}

.mainNav li.activeNav, .mainNav li:hover, .mainNav a:hover {
	color: #4cdfcc;
	
}
.mainNav li span{
	color: #fff;
}


/* nav */

/** common style **/

.section {
	width: 100%;
	padding: 70px 0;
	background-color: #FFFFFF;
}

.section.pbnone {
	padding-bottom: 0;
}

.section-content {
	width: 1000px;
	margin: 0 auto;
}

.section-content.connect {
	position: relative;
}

.section-content.connect:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 120px;
	top: -130px;
	left: 5px;
	background: url(../img/ic_connect_l.png) no-repeat center;
}

.section-content.pbt70 {
	padding-bottom: 70px;
}

.section.grayBg {
	background-color: #F3F4F8;
}
.grayBg {
	background-color: #F3F4F8;
}
.section-content h2 {
	margin-bottom: 40px;
	text-align: center;
	padding-top: 25px;
	background: url(../img/tit_line.png) no-repeat center top;
}

.section-content h2 b {
	font-size: 36px;
	display: block;
}

.section-content h2 span {
	font-size: 24px;
	color: #666666;
	display: block;
	margin-top: 10px;
}

p.abs {
	text-align: center;
	line-height: 26px;
	color: #666666;
	margin-bottom: 40px;
}

.ly-link {
	display: block;
	width: 370px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 40px auto 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #FFFFFF;
	background-color: #51C21A;
	text-align: center;
}

.ly-link:hover {
	background-color: #419B15;
}

.linkOther {
	margin: 0 auto;
	display: block;
	margin-top: 50px;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.linkOther:hover {
	filter: brightness(0.9);
}

.content {
	display: none;
}

.content.active {
	display: block;
}

/** common style **/

/*<!--advantage-->*/

.advantage_first{
	padding-top: 0px;
	background-color: #F3F4F8;
	/* height: 480px; */
}

.advantage_first .grayBg{
	padding-top: 50px;
}
.advantageList {
	display: flex;
}
.advantage_btu {
	width: 168px;
	height: 64px;
	background-image: linear-gradient(90deg, 
		#2630a9 10%, 
		#0086f9 100%), 
	linear-gradient(
		#0086f9, 
		#0086f9);
	background-blend-mode: normal, 
		normal;
	border-radius: 32px;
	margin-top: 12px;
}
.advantage_btu h3:nth-child(1){
	padding-top: 10px;
}
.advantage_btu h3{
	color: #ffffff;
}
.advantageList  li{
	width: 168px;
	height: 277px;
	margin-right: 40px;
}
.advantageList  li  p{
	margin-top: 19px;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: NotoSansCJKsc-Regular;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	text-align: left;
}
.advantageList li img{
	margin-left: 35px;
}
.advantage_sub_but{
	width: 1000px;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.advantage_sub_but div {
	width: 272px;
	height: 60px;
	/* background-color: #df3a1a; */
	border-radius: 8px;
	border: solid 2px #df3a1a;
	margin-left: 40px;
	color: #df3a1a;
}
.advantage_sub_but div:hover{
	background-color: #df3a1a; 
	color: #fff;
}

.advantage_sub_but .advantage_sub_but_1{
	
	font-size: 21px;
	text-align: center;
	line-height: 60px;
	width: 272px;
	display: block;
	cursor: pointer;
}
.advantage_sub_but .advantage_sub_but_2{
	
	font-size: 21px;
	text-align: center;
	line-height: 60px;
	width: 272px;
	display: block;
	cursor: pointer;
}
/*<!--advantage-->*/

/* <!--Change--> */

.city_tab {
	width: 500px;
	margin: 0 auto;
}

.city_tab li {
	cursor: pointer;
	float: left;
	font-size: 18px;
	color: #666;
	line-height: 55px;
}

.city_tab li span {
	padding: 0 15px;
}

.city_tab li.on, .city_tab li:hover {
	color: #0086F9;
	font-weight: bold;
}

.city_tab li.on span, .city_tab li:hover span {
	color: #666;
	font-weight: normal;
}

.Change li div {
	height: 90px;
}

.cgList li {
	text-align: center;
	width: 235px;
	height: 226px;
	box-shadow: 0px 7px 16px 0px rgba(155, 174, 159, 0.35);
	background-color: #FFFFFF;
	float: left;
	padding: 60px 30px 30px;
	position: relative;
	margin-top: 18px;
	margin-right: 20px;
	box-sizing: border-box;
}

.cgList .nomr {
	margin-right: 0;
}

.cgList h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
}

.cgList img {
	display: inline-block;
}

.btn_list {
	width: 660px;
	margin: 40px auto 0;
}

.ly-link-hollow {
	float: left;
	width: 300px;
	height: 80px;
	text-align: center;
	border: 1px solid rgba(81, 194, 26, 1);
	border-radius: 2px;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(81, 194, 26, 1);
	margin-right: 24px;
}

.ly-link-hollow:hover {
	color: #fff;
	background: rgba(81, 194, 26, 1);
}

.ly-link-hollow span {
	top: 16px;
	position: relative;
}

.contents .content {
	display: none;
}

.current {
	display: block !important;
}

/* <!--Change--> */

/* 	<!--cost--> */
.cost_detail {
	background: url(../img/cost.jpg) #f2f2f2 no-repeat center;
	/* width: 100%;
	height: 570px;
	display: flex; */
	height: 570px;
	width: 100%;
}

.cost_main_content{
	/* width: 1000px; */
	padding-left: 290px;
	box-sizing: border-box;
}
.cost_content {
	/* width: 1000px; */
	/* padding-left: 810px; */
    /* box-sizing: border-box; */
	padding-top: 40px;
}

.wrapper {
    width: 600px;
    margin: 0 auto;
}
.cost_content h2 {
	width: 489px;
	font-family: NotoSansCJKsc-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-left: 120px;
}
.cost_content  .sub_title{
	font-family: NotoSansCJKsc-Regular;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
	padding-left: 120px;
	padding-top: 10px;
}
.cost_ul {
	display: flex;
	padding-top: 30px;
}
.cost_ul li {
	width: 208px;
	height: 96px;
	background-color: #f3f4f7;
	border-radius: 4px;
	margin-left: 10px;
}
.cost_ul li  h3 {
	text-align: center;
	line-height: 45px;
	font-size: 21px;
	color: #2630a9;
	font-family: NotoSansCJKsc-Bold;
}
.cost_ul li p {
	text-align: center;
	font-size: 14px;
	color: #333333;
}
/* 	<!--cost--> */

/* timeline */

.timeline_content {
	background: url(../img/timeline.jpg) #fff no-repeat center;
	width: 100%;
	height: 420px;
}
.timeline_content_subtilte {
	padding-left: 350px;
	box-sizing: border-box;
}
.timeline_content_main {
	height: 480px;
}
.timeline_content_subtilte p{
	width: 465px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #333333;
}
.timeline_content_ul {
	display: flex;
	padding-left: 120px;
	padding-top: 160px;
}
.timeline_content_ul li {
	width: 112px;
	height: 35px;
	font-family: NotoSansCJKsc-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #333333;
	margin-left: 64px;
}
/* timeline */

/* <!--Custom--> */
.custom_box {
	width: 1000px;
} 

.sch_ul
{
	margin-top: 10px;
	/* display: flex; */
    
	width: 1000px;
}

.sch_ul li a
{
	display: block;
}
.sch_ul li {
	width: 220px;
	float: left;
	padding-left: 25px;
}

.sch_ul .div_schlogo
{
	width: 220px;
	height: 88px;
    background-color: #ffffff;
	border: solid 2px #cccccc;
}

.sch_ul li h5
{
	font-family: NotoSansCJKsc-Bold;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.sch_recommend{
	background-color: #fff;
	display: block !important;
}
.sch_apple-item{
	/* background: #fff ; */
}
.sch_appleL {
	float: left;
	width: 320px;
	height: 380px;
	padding-top: 30px;
	padding-left: 40px;
	color: #fff;
	background: #0086f9;
	background: -webkit-linear-gradient(left, #0086f9, #4cdfcc);
	background: -o-linear-gradient(right, #0086f9, #4cdfcc);
	background: -moz-linear-gradient(right, #0086f9, #4cdfcc);
	background: -ms-linear-gradient(right, #0086f9, #4cdfcc);
	background: linear-gradient(to right, #0086f9, #4cdfcc);
 position: relative;
}

.sch_appleL strong {
	font-size: 21px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 22px;
	display: block;
}
.sch_appleL p {
	font-family: NotoSansCJKsc-Regular;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
	line-height: 20px;
	padding-top: 10px;
	width: 260px;
}
.sch_appleL h4{ font-weight: bold;font-size: 28px; }
.sch_appleL .topb{ margin-top: 18px; display: block;}
.sch_appleL::before {
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
	position: absolute;
	top: 43px;
	right: -16px;
	height: 20px;
	width: 20px;
	/*
                margin:0px auto 0;*/
	transform: rotate(deg);
	-webkit-transform: rotate(-135deg);
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	background: #fff;
}
.sch_appleR{ float: left; width: 630px;}
.sch_appleR .sch_content_1 h3 span{
	width: 12px;
	height: 12px;
	background-color: #0086f9;
	border-radius: 6px;
	display: inline-block;
}	
.sch_appleR .sch_content_1 h3{
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #0086f9;
	margin: 30px 0px 10px 40px;
}
.sch_appleR .sch_content_1  .sch_content_p{
	margin:0px 0px 10px 60px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.sch_btu {
	display: flex;
    justify-content: center;
	padding-top: 10px;
}
.sch_btu div{
	width: 250px;
	height: 50px;
	border-radius: 8px;
	border: solid 2px #df3a1a;
	color: #df3a1a;
	
}
.sch_btu div:nth-child(2){
	margin-left: 40px;
}
.sch_btu div  .sch_sub_but_1{
	font-size: 21px;
    text-align: center;
    line-height: 50px;
    width: 250px;
    display: block;
	cursor: pointer;
}
.sch_btu div .sch_sub_but_2 {
	font-size: 21px;
    text-align: center;
    line-height: 50px;
    width: 250px;
    display: block;
	cursor: pointer;
}
.sch_btu div:hover{
	background-color: #df3a1a; 
	color: #fff;
}
.sch_active .div_schlogo{
	border: solid 2px #2630a9;
}
/* <!--Custom--> */





/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
}

.ab-advan-ul {
	overflow: hidden;
	text-align: center;
	padding-bottom: 50px;
	text-align: center;
}

.ab-advan-ul li {
	display: inline-block;
	color: #666666;
	font-size: 20px;
	line-height: 25px;
	width: 120px;
}

.ab-advan-ul p {
	margin-top: 10px;
}

.ab-advan-ul .ab-advan-img {
	height: 33px;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
}

.ab-advan-ul .ab-advan-img img {
	margin: 0 auto;
}

.ab-advan-ul .ab-advan-img {
	height: 34px;
}

.ab-advan-ul li.lastAdvan {
	margin-right: 0;
}

/*<!--idpAdvan-->*/

/*template style*/

/*.serviceLis .service_txt h6 {
	color: #ff8202 !important;
}*/



.foot {
	line-height: 28px;
}

/*template style*/










/* Salynn css begin */

.stage {
	margin-bottom: 30px;
}

.stage .item {
	float: left;
	width: 235px;
	margin-right: 20px;
	;
}

.stage .item:nth-child(4) {
	margin-right: 0;
}

.stage .item .tit-name {
	height: 60px;
	border-radius: 3px;
	background: #e6f4fe;
	display: block;
	color: #0086f9;
	line-height: 60px;
	text-align: center;
	font-size: 26px;
}

.stage .item .Box {
	border: 5px solid #f3f4f7;
	border-top: 4px solid #F3F4F7;
	margin: 27px 0 0;
	position: relative;
	background: #fff;
	padding: 0 15px;
	height: 217px;
}

.stage .item .tit-txt {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #4cdfcc;
	color: #fff;
	width: 170px;
	display: block;
	display: block;
	margin: 37px auto 20px;
	border-radius: 30px;
	font-size: 18px;
}

.stage .item .Box::before {
	border-right: 5px solid #f3f4f7;
	border-top: 5px solid #f3f4f7;
	position: absolute;
	top: -14px;
	left: 43%;
	height: 20px;
	width: 20px;
	/*
                margin:0px auto 0;*/
	transform: rotate(deg);
	-webkit-transform: rotate(-45deg);
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.stage .item .Box::after {
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
	position: absolute;
	top: -7px;
	left: 43%;
	height: 20px;
	width: 20px;
	/*
                margin:0px auto 0;*/
	background: #fff;
	transform: rotate(deg);
	-webkit-transform: rotate(-45deg);
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.stage .item .Box p {
	text-align: left;
	line-height: 24px;
	color: #666;
}


/*--- stage ----*/

.rule_ul ,.Case{
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 20px;
}
.rule_ul  {
	display: flex;
	justify-content: center;
}
.rule_ul li{
	width: 208px;
	height: 64px;
	border-radius: 32px;
	border: solid 2px #2630a9;
	color: #2630a9;
	
}

.rule_ul li span {
	width: 146px;
	height: 20px;
	font-family: NotoSansCJKsc-Bold;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: 0px;

	
}

.rule_ul li.active {
	color: #fff;
	font-weight: bold;
	background-image: linear-gradient(
		#2630a9, 
		#2630a9), 
	linear-gradient(
		#df3a1a, 
		#df3a1a);
	background-blend-mode: normal, 
		normal;
}

.apple-item{
	background: #f3f4f7 url(../img/apple_bg.jpg) no-repeat right top; width: 1000px; float: left; margin-bottom: 20px;
}
.appleL {
	float: left;
	width: 320px;
	height: 96px;
	padding-top: 20px;
	color: #fff;
	background: #0086f9;
	background: -webkit-linear-gradient(left, #0086f9, #4cdfcc);
	background: -o-linear-gradient(right, #0086f9, #4cdfcc);
	background: -moz-linear-gradient(right, #0086f9, #4cdfcc);
	background: -ms-linear-gradient(right, #0086f9, #4cdfcc);
	background: linear-gradient(to right, #0086f9, #4cdfcc);
 position: relative;
}

.appleL strong {
	font-size: 21px;
	line-height: 40px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.appleL h4{ font-weight: bold;font-size: 28px; }
.appleL .topb{ margin-top: 18px; display: block;}
.appleL::before {
	border-right: 5px solid #f3f4f7;
	border-top: 5px solid #f3f4f7;
	position: absolute;
	top: 43px;
	right: -16px;
	height: 20px;
	width: 20px;
	/*
                margin:0px auto 0;*/
	transform: rotate(deg);
	-webkit-transform: rotate(-135deg);
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	background: #f3f4f7;
}
.appleR{ float: left; width: 680px;}
.appleR p{  padding: 33px 60px 0 40px; line-height: 24px;}
.appleNZ{ width: 1000px; background: #FFFFFF; padding: 35px 0;}
.appleNZ p{ padding: 0 56px; line-height: 24px;}
.appleNZ b{ color: #0086f9; font-weight: normal; margin-right: 5px;}
.rule_contents .none{ margin-bottom: 0;}


/*---------- apple-item -------*/
.Case_contents 
{
	margin-bottom: 30px;
}

.Case_contents .item{ width: 220px; height: 388px; box-shadow: 0px 7px 16px 0px rgba(155, 159, 174, 0.35); margin:20px 39px 0 0 ; text-align: center;
 float: left; 
}
.Case_contents .item img{ width: 90px; height: 90px; display: block; margin: 35px auto 15px;}
.Case_contents .item strong{ color: #0086f9; font-size: 18px;}
.Case_contents .item h3{ line-height: 24px; font-size: 18px; font-weight: bold; margin: 12px 0 20px;}
.Case_contents .item .detail{ color: #666; text-align: left; padding:10px 20px; line-height: 24px;height: 90px;}
.Case_contents .item .detail em{ color: #333;}
.Case_contents .item a.more{ 
	color: #df3a1a;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	display: block;
	margin-top: 35px;
}
.Case_contents .none{ margin-right: 0;}
/*---------- Case item -------*/
.QA{ }
.QA .item{ width: 960px;height: 160px; padding: 0px 20px 0;background: #fff url(../img/apple_bg.jpg) no-repeat right top;  margin-bottom: 20px; 
float: left;text-align: left;}
.QA .item strong{ font-size:16px ; border-bottom: 1px dashed #cfcfcf; line-height: 75px; height: 60px; display: block; background: url(../img/QA_tit.png) no-repeat left 20px; padding-left: 50px;}
.QA .item p{ line-height: 24px; padding: 13px 0 0;
	background: url(../img/QA_a.png) no-repeat left 22px; padding-left: 50px; color: #666;
}
.QA .item a.more{color: #51c21a; font-weight: bold;}
.QA :nth-child(4){ margin-bottom: 0;}
/*---- QA -----*/


/*----------sec_otherlink-------*/



.sec_otherlink li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	top: 0;
}
.nomr
{
	margin-right: 0 !important;
}


.sec_otherlink li:last-child {
	margin-right: 0;
}

.sec_otherlink li:hover {
	top: -10px;
	transition: all ease 0.3s;
}

.section h3.part-tit {
	background: #2630a9;
	background: -webkit-linear-gradient(left, #2630a9, #0086f9);
	background: -o-linear-gradient(right, #2630a9, #0086f9);
	background: -moz-linear-gradient(right, #2630a9, #0086f9);
	background: -ms-linear-gradient(right, #2630a9, #0086f9);
	background: linear-gradient(to right, #2630a9, #0086f9);
	width: 450px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	color: #FFFFFF;
	margin: 40px auto 30px;
	border-radius: 50px;
}

.section p.part-tit {
	color: #2356a9;
	font-size: 24px;
	font-weight: bold;
	text-align: center
}

/* Salynn css end */

.Service .btn_list
{
	margin-top: 20px;
}
.Service a,.sqcl  .btn_list a
{
	height: 60px !important;
}
.Custom_top
{
	padding: 60px;
}