header {
	padding: 2.08333vw 2.60417vw;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transition: all ease .5s;
}

header .logo .white,
header .logo .black {
	width: 11.25vw;
	position: absolute;
	left: 2.60417vw;
	top: 50%;
	transform: translateY(-50%);
	transition: all ease .5s;
}

.scroll header {
	padding: 0.5vw 2.60417vw;
	background: #fff;
}

.scroll header .logo .white,
.scroll header .logo .black {
	width: 7vw;
}

header .logo img {
	width: 100%;
}

header .logo .white {
	opacity: 0;
}

.home header .logo .white {
	opacity: 1;
}

.home header .logo .black {
	opacity: 0;
}

.home.scroll header .logo .white {
	opacity: 0;
}

.home.scroll header .logo .black {
	opacity: 1;
}

header .nav {
	align-items: center;
}

header .nav .link {
	position: relative;
}

header .nav .link>a {
	display: block;
	font-size: 0.83333vw;
	padding: 0.83333vw 0;
	margin: 0 1.14583vw;
	color: #031C34;
	transition: all ease .3s;
}

.home header .nav .link>a {
	color: #fff;
}

.scroll header .nav .link>a {
	color: #031C34;
}

header .nav .link>a:hover,
header .nav .link.on>a {
	color: #FF9929;
}

header .nav .link.linkTry>a {
	padding: 0.63333vw 1.04167vw;
	border-radius: 1.5625vw;
	border: 3px solid #FF9929;
	color: #FF9929;
	line-height: 1;
	transition: all ease .3s;
}

header .nav .link.linkTry>a:hover {
	/* border: 3px solid transparent; */
	background: linear-gradient(146deg, #FFA92F 0%, #FF530C 100%);
	color: #fff;
}

header .nav .link.down>a i {
	font-size: 12px;
}

header .nav .link.user>a i {
	font-size: 0.83333vw;
	margin-right: 0.5em;
	color: #FF9929;
}

header .nav .link.down .downLink {
	width: 10.10417vw;
	background: #FFFFFF;
	padding: 1.875vw 1.5625vw;
	box-shadow: 0px 0px 1.04167vw rgba(0, 0, 0, 0.09);
	border-radius: 0.88542vw;
	position: absolute;
	left: 500vw;
	top: 100%;
	z-index: 10;
	transform: translate(-50%, -10px);
	transition: opacity ease .3s, transform ease .3s;
	opacity: 0;
}

header .nav .link.down:hover .downLink {
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 1;
}

header .nav .link.down .downLink a {
	display: block;
	font-size: 0.83333vw;
	color: #031C34;
	margin-bottom: 1.04167vw;
	transition: all ease .3s;
	position: relative;
}

header .nav .link.down .downLink a:last-child {
	margin: 0;
}

header .nav .link.down .downLink a.active {
	color: #FF9929;
}

header .nav .link.down .downLink a:hover {
	color: #FF9929;
	padding-left: 1em;
}

header .nav .link.down .downLink a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	vertical-align: middle;
	display: inline-block;
	width: 0.41667vw;
	height: 0.41667vw;
	background: linear-gradient(146deg, #FFA92F 0%, #FF530C 100%);
	border-radius: 50%;
	margin-right: 0.41667vw;
	opacity: 0;
	transition: all ease .3s;
}

header .nav .link.down .downLink a:hover::before {
	opacity: 1;
}

.C-title.center {
	text-align: center;
}

.C-title h2 {
	font-size: 1.875vw;
	font-weight: 800;
	color: #031C34;
	margin-bottom: 0.625vw;
}

.C-title p {
	font-size: 0.9375vw;
	font-weight: 400;
	color: #031C34;
}

.C-more {
	width: 13.80208vw;
	height: 2.70833vw;
	margin: 0 auto;
	padding: 0 1.04167vw 0 2.08333vw;
	justify-content: space-between;
	border-radius: 1.35417vw;
	font-size: 0.83333vw;
	font-weight: 800;
	color: #FFFFFF;
	cursor: pointer;
	background-position: left center;
	transition: all ease .6s;
	background-size: 300% 100%;
	background-image: linear-gradient(146deg, #FFA92F 0%, #FF530C 50%, #FFA92F 60%, #FF530C 90%);
}

.C-more:hover {
	background-position: right center;
}

.C-more.on {
	background: #fff;
	color: #031C34;
	padding-left: 2.39583vw;
	background-position: 0% center;
	transition: all ease .6s;
	background-size: 600% 100%;
	background-image: linear-gradient(146deg, #fff, #fff, #FFA92F 70%, #FF530C 100%);
}

.C-more.on:hover {
	color: #fff;
	background-position: 100% center;
}

.C-more.on .after {
	width: 1.875vw;
	height: 1.875vw;
	background-position: 0% center;
	transition: all ease .6s;
	background-size: 600% 100%;
	background-image: linear-gradient(146deg, #FFA92F 0%, #FF530C 40%, transparent, transparent);
	border-radius: 50%;
}

.C-more.on:hover .after {
	background-position: 100% center;
}

.C-more.on .after i {
	margin-left: 0;
	color: #fff;
}

.C-more i {
	font-size: 0.72917vw;
	transform: translateY(0.10417vw);
	transition: all ease .6s;
}

.C-more:hover i {
	transform: translateX(3px) translateY(0.10417vw);
}

.C-try {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	overflow: hidden;
}

.C-try .intr {
	left: 50%;
	padding: 9.89583vw 0 8.75vw
}

.C-try .intr h2 {
	font-size: 1.875vw;
	font-weight: 800;
	color: #FFFFFF;
}

.C-try .intr p {
	max-width: 28.80208vw;
	font-size: 0.9375vw;
	line-height: 1.5;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.88;
	margin: 2.03125vw 0 1.77083vw;
}

.C-try .intr p b {
	font-size: 1.66667vw;
	font-weight: 800;
	color: #FF831D;
	margin: 0 5px;
	font-family: 'Gotham pro', 'Gotham pro2';
}

.C-try .intr .C-more {
	margin: 0;
}

.C-try .wrap {
	position: relative;
}

.C-try .wrap .pic {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 67%;
	height: calc(100% - 5.57292vw);
}

.C-try .wrap .pic img {
	max-width: 100%;
	height: 100%;
}

.foot-link {
	padding: 5.98958vw 0 2.60417vw;
}

.foot-link dt {
	font-size: 0.83333vw;
	margin-bottom: 0.83333vw;
	font-weight: 400;
	color: #A7B0B8;
}

.foot-link .tel {
	font-size: 1.97917vw;
	margin-bottom: 0.52083vw;
	font-family: 'Gotham pro', 'Gotham pro2';
	font-weight: 400;
	color: #031C34;
	transition: all ease .6s;
}

.foot-link .tel:hover {
	color: #FF9929;
}

.foot-link .blankLink a {
	width: 2.23958vw;
	height: 2.23958vw;
	margin-right: 0.57292vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #031C34;
	border-radius: 50%;
	transition: all ease .3s;
}

.foot-link .blankLink a:hover {
	background: #ccc;
}

.foot-link .blankLink a img {
	max-width: 40%;
	max-height: 40%;
}

.foot-link .fastLink dl {
	margin-left: 7.29167vw;
}

.foot-link .fastLink a {
	display: block;
	font-size: 0.72917vw;
	margin-bottom: 1em;
	font-weight: 400;
	color: #031C34;
}

.foot-link .fastLink a:hover {
	color: #FF9929;
}

footer .copy {
	display: block;
	font-size: 0.83333vw;
	font-weight: 400;
	color: #A7B0B8;
}

.friendshipLink {
	padding: 8.02083vw 0 6.14583vw;
	border-bottom: 0.9375vw solid #112940;
}

.friendshipLink .slide {
	transition: all ease .3s;
}

.friendshipLink .slide:hover {
	display: block;
	opacity: 0.6;
}

.friendshipLink .slide:nth-of-type(1) {
	width: 6.35417vw;
}

.friendshipLink .slide:nth-of-type(2) {
	width: 10.20833vw;
}

.friendshipLink .slide:nth-of-type(3) {
	width: 4.16667vw;
}

.friendshipLink .slide:nth-of-type(4) {
	width: 7.08333vw;
}

.friendshipLink .slide:nth-of-type(5) {
	width: 4.79167vw;
}

.friendshipLink .slide:nth-of-type(6) {
	width: 4.16667vw;
}

.friendshipLink .slide:nth-of-type(7) {
	width: 3.02083vw;
}

.friendshipLink .slide img {
	width: 100%;
}

.C-banner {
	padding: 8.02083vw 0 5.20833vw;
	min-height: 28.125vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F7F9;
	width: 100%;
	overflow: hidden;
}

.C-banner .intr {
	text-align: center;
	position: relative;
	padding: 0 5%;
}

.C-banner h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 13.17708vw;
	text-transform: uppercase;
	font-family: 'Gotham pro', 'Gotham pro2';
	font-weight: bold;
	color: #ECEFF2;
}

.C-banner h2 {
	font-size: 2.1875vw;
	font-weight: 800;
	color: #031C34;
	position: relative;
	z-index: 2;
}

.C-banner h2 .img {
	display: inline-block;
	width: 11.875vw;
}

.C-banner h2 .img img {
	width: 100%;
}

.C-banner p {
	max-width: 41.25vw;
	font-size: 1.14583vw;
	margin: 0.6em auto 0;
	font-weight: 400;
	color: #031C34;
	position: relative;
	z-index: 2;
}

.C-banner h6 {
	max-width: 41.25vw;
	font-size: 0.83333vw;
	margin: 0.6em auto 0;
	font-weight: 400;
	color: #031C34;
	position: relative;
	z-index: 2;
}

.C-breadNav {
	padding: 2.44792vw 0 2.13542vw;
	font-size: 0.72917vw;
	font-weight: 400;
	color: #858585;
}

.C-breadNav a {}

.C-breadNav a:hover {
	color: #FFA92F;
}

.C-breadNav a i {
	margin: 0 17px;
}

.C-breadNav span {
	color: #031C34;
}

.navbar-toggle {
	display: none;
	padding: 0 0;
	margin: 0;
	background-color: transparent;
	border: none !important;
}

.navbar-toggle .line-top,
.navbar-toggle .line-middle,
.navbar-toggle .line-bottom {
	display: block;
	width: 20px;
	height: 3px;
	background-color: #031C34;
	margin: 3px 0;
	transition: 0.4s;
}

.home .navbar-toggle .line-top,
.home .navbar-toggle .line-middle,
.home .navbar-toggle .line-bottom {
	background-color: #fff;
}

.open.navbar-toggle .line-top,
.open.navbar-toggle .line-middle,
.open.navbar-toggle .line-bottom,
.scroll .navbar-toggle .line-top,
.scroll .navbar-toggle .line-middle,
.scroll .navbar-toggle .line-bottom {
	background-color: #031C34;
}

.navbar-toggle .line-middle {
	opacity: 0;
}

.open .line-top {
	-webkit-transform: rotate(45deg) translate(2px, 7px);
	transform: rotate(45deg) translate(2px, 7px);
}

.open .line-middle {
	opacity: 0;
}

.open .line-bottom {
	-webkit-transform: rotate(-45deg) translate(1px, -7px);
	transform: rotate(-45deg) translate(1px, -7px);
}

.C-contact {
	position: fixed;
	right: 1.04167vw;
	bottom: 14.58333vw;
	width: 2.96875vw;
	opacity: 0;
	transition: all ease .6s;
	cursor: pointer;
}

.C-contact img {
	width: 100%;
}

.C-contact img:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all ease .3s;
}

.C-contact:hover img:nth-of-type(2) {
	opacity: 1;
}

.scroll .C-contact {
	opacity: 1;
}

.C-gotop {
	position: fixed;
	right: 1.04167vw;
	bottom: 3.58333vw;
	width: 2.96875vw;
	height: 2.96875vw;
	background: linear-gradient(146deg, #FFA92F 0%, #FF530C 100%);
	border-radius: 50%;
	opacity: 0;
	transition: all ease .6s;
	cursor: pointer;
}

.scroll .C-gotop {
	opacity: 1;
}

.C-gotop i {
	font-size: 0.83333vw;
	color: #fff;
	transform: rotate(180deg);
}

.C-53kf {
	position: fixed;
	right: 1.04167vw;
	bottom: 7.60417vw;
	width: 5.625vw;
	height: 5.625vw;
	padding: 0.20833vw;
	background: linear-gradient(146deg, #FFA92F 0%, #FF530C 100%);
	border-radius: 50%;
	opacity: 0;
	transition: all ease .6s;
}

.scroll .C-53kf {
	opacity: 1;
}

.C-53kf .pic {
	border-radius: 50%;
	overflow: hidden;
}

.C-53kf .pic,
.C-53kf .pic img {
	width: 100%;
}

.C-53kf .num {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.45833vw;
	height: 1.45833vw;
	font-size: 0.83333vw;
	color: #fff;
	border: 0.15625vw solid #FFFFFF;
	border-radius: 50%;
	background: #112940;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

@media screen and (max-width:1519px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1250px) {
	.C-title h2 {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.C-title p {
		font-size: 14px;
	}

	.C-more {
		width: 200px;
		height: auto;
		padding: 12px 44px;
		border-radius: 20px;
		font-size: 12px;
	}

	.C-banner h3 {
		font-size: 160px;
	}

	.navbar-toggle {
		display: block;
	}

	header {
		padding: 25px 5%;
	}

	header .nav {
		position: fixed;
		left: 1000vw;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		flex-direction: column;
		justify-content: center;
		opacity: 0;
		transition: opacity ease .3s;
	}

	header .nav.open {
		left: 0;
		opacity: 1;
	}

	header .nav .link {
		margin-bottom: 1em;
	}

	.home header .nav .link>a,
	header .nav .link>a {
		padding: 16px 0px;
		font-size: 18px;
		color: #031C34;
	}

	header .nav .link.user>a i {
		font-size: 18px;
	}

	header .nav .link.linkTry>a {
		padding: 16px 20px;
		border-radius: 50px;
	}

	.C-try .intr h2 {
		font-size: 20px;
	}

	.C-try .intr p {
		font-size: 13px;
		margin: 15px 0;
	}

	.C-try .intr p b {
		font-size: 20px;
		margin: 0 5px;
	}

	.foot-link dt {
		font-size: 15px;
		margin-bottom: 16px;
	}

	.foot-link .fastLink a {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.foot-link .blankLink a {
		width: 30px;
		height: 30px;
		margin-right: 8px;
	}

	.foot-link .tel {
		font-size: 20px;
		margin-bottom: 0.5em;
	}

	footer .copy {
		font-size: 14px;
	}

	.friendshipLink .wrap {
		justify-content: space-around;
		text-align: center;
	}

	.friendshipLink .slide {
		width: 25% !important;
		margin-bottom: 5%;
	}

	.friendshipLink .slide img {
		width: auto;
		max-width: 100%;
	}

	header .logo .white,
	header .logo .black {
		width: 140px;
		left: 5%;
	}

	.scroll header .logo .white,
	.scroll header .logo .black {
		width: 120px;
	}

	.scroll header {
		padding: 20px 5%;
	}

	.C-more {
		border-radius: 44px;
	}

	.C-more i {
		font-size: 13px;
	}

	.C-more.on .after {
		width: 24px;
		height: 24px;
	}

	.C-more.on {
		padding-left: 44px;
	}

	.C-banner {
		padding: 10% 0;
	}

	.C-banner h2 .img {
		width: auto;
		height: 30px;
	}

	.C-banner h2 .img img {
		width: auto;
		height: 100%;
	}

	.C-banner h2 {
		font-size: 25px;
	}

	.C-banner p {
		max-width: 80%;
		font-size: 14px;
	}

	.C-53kf .num {
		display: none;
	}

	header .nav .link.down .downLink {
		width: 150px;
		background: #FFFFFF;
		padding: 20px 15px;
		left: 50%;
		transform: translate(-50%, 0);
		opacity: 1;
		display: none;
	}

	header .nav .link.down .downLink a {
		font-size: 14px;
		margin-bottom: 0.5em;
	}

	.C-breadNav {
		padding: 25px 0 25px;
		font-size: 14px;
	}

	.C-breadNav a i {
		margin: 0 13px;
	}
}

@media screen and (max-width:991px) {
	.C-banner h6 {
		font-size: 14px;
		max-width: 90%;
	}
}

@media screen and (max-width:768px) {
	.C-try .wrap .pic {
		display: none;
	}

	.C-try .intr p {
		max-width: 85%;
		margin: 30px 0 42px;
	}

	.friendshipLink .slide {
		width: 33% !important;
		margin-bottom: 5%;
	}

	.foot-link .fastLink {
		width: 100%;
	}

	.foot-link .fastLink dl {
		width: 100%;
		margin: 40px 0 0;
	}

	.foot-link {
		padding: 50px 0;
	}

	footer .copy {
		padding-right: 10%;
	}

	.C-try .intr {
		padding: 80px 0;
	}

	.C-banner {
		padding: 30% 0 20%;
	}

	header .logo .white,
	header .logo .black {
		width: 115px;
		left: 5%;
	}

	.foot-link .tel {
		font-size: 35px;
		margin-bottom: 0.2em;
	}

	.foot-link .blankLink a {
		width: 40px;
		height: 40px;
	}

	.C-gotop {
		width: 24px;
		height: 24px;
		display: none;
	}

	.C-53kf {
		width: 40px;
		height: 40px;
	}

	header .nav .link.down .downLink {
		text-align: center;
	}

	.C-53kf {
		display: none;
	}

	.C-contact {
		display: none;
	}
}

@media screen and (max-width:480px) {
	.friendshipLink .wrap {
		justify-content: flex-start;
	}

	.friendshipLink .slide {
		text-align: left;
		width: 50% !important;
		margin-bottom: 5%;
	}

	.C-title h2 {
		font-size: 23px;
	}

	.C-title p {
		max-width: 249px;
		margin: 0 auto;
		font-size: 12px;
	}
}