header {
	position: fixed;
	left: 0;
	top: 0;
	height: 80px;
	z-index: 999;
}

header.white {
	color: #fff;
	transition: all 0.5s;
}

header.black {
	color: #282B2D;
	background-color: #fff;
	box-shadow: 0 2px 4px 1px rgba(0,0,0,0.05);
}

header .logo {
	line-height: 80px;
	height: 37px;
	margin-top: 11px;
	float: left;
}

header .bar {
	float: right;
	width: max-content;
	font-size: 16px;
	line-height: 80px;
}

header.white a {
	color: #fff;
}

header.noBg {
	background-color: transparent;
	box-shadow: none;
}

header.white a:hover {
	color: rgba(255,255,255,0.7);
}

header.white.hover {
	background-color: rgba(0,0,0,0.2);
}

header.white .logo.blue .logo-white {
	display: none;
}

header.white .logo.blue .logo-blue {
	display: inline;
}

header .navs {
	overflow: hidden;
	width: 500px;
	height: 80px;
	position: relative;
}

header .navs a {
	margin: 0 20px;
	display: block;
	position: relative;
}

header .navs a::before {
	content: "";
	display: block;
	width: 96%;
	height: 3px;
	position: absolute;
	left: 2%;
	top: 0;
	border-radius: 2px;
	background-color: transparent;
}

header.white .navs .active a::before {
	background-color: #fff;
}

header.black .navs .active a, header.black .navs a:hover {
	color: #2bc2f4;
}

header.black .navs .active a::before {
	background-color: #2bc2f4;
}

header .navs ul {
	width: max-content;
	height: 80px;
	position: absolute;
	right: 65px;
	top: 0;
}

header .navs-btn {
	width: 23px;
	height: 18px;
	margin: 30px 25px 0 15px;
	position: relative;
	cursor: pointer;
}

header .navs-btn p:not(.border) {
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 5px;
}

header .navs-btn .border {
	position: relative;
	width: 100%;
	height: 3px;
}

header .navs-btn .border span {
	display: block;
	width: 15px;
	height: 100%;
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
	left: 8px;
	top: 0;
	transition: all 0.5s;
}

header .navs-btn.active .border span {
	left: 0px;
	transition: all 0.5s;
}


header.black .navs-btn p:not(.border) {
	background-color: #282C2C;
}
header.black .navs-btn .border span {
	background-color: #282C2C;
} 

header .search {
	padding: 0 20px;
	font-size: 18px;
	position: relative;
	width: 20px;
	height: 80px;
}

header .search .search-input {
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 38px;
	transform: translate(0, -50%);
	line-height: 38px;
	border-radius: 6px;
	overflow: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

header .search.active .search-input {
	width: 360px;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

header .search .search-input input, header .search .search-input input:focus {
	width: 80%;
	height: 100%;
	border: none;
	background-color: transparent;
	outline: none;
	box-sizing: border-box;
	padding: 0 15px;
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
}

header .search .search-input input::placeholder {
	color: #9a9a9a;
}

header.white .search-input {
	background-color: #fff;
}

header .search-input input {
	color: #666;
}

header.white .search.active .search-btn {
	color: #666;
	position: relative;
	z-index: 9;
	cursor: pointer;
}

header.black .search-input {
	background-color: #fff;
	border: 1px solid #ccc;
}

header.black .search.active .search-btn {
	color: #2bc2f4;
	position: relative;
	z-index: 9;
}

.index-banner {
	position: relative;
}

.index-banner .bg {
	width: 100%;
}

.index-banner .banner-con {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	color: #fff;
	font-size: 60px;
}

.index-banner .banner-con .h2 {
	font-size: 88px;
	letter-spacing: 5px;
}

.index-banner .banner-scroll {
    display: inline-block;
	width: 200px;
    height: 116px;
    line-height: 116px;
    overflow: hidden;
    vertical-align: bottom;
	margin: 0 0 0 -37px;
	position: relative;
}

.index-banner .banner-scroll .scroll-con {
	position: relative;
	left: 0;
	top: 0;
	height: max-content;
}

.index-page1 {
	background-color: #F8FAFD;
	height: 140px;
}

.index-page1 .page-content {
	padding: relative;
	height: 100%;
}

.index-page1 .page1-logo {
	padding-top: 30px;
	font-size: 18px;
	line-height: 30px;
}

.index-page1 .page1-con li {
	padding-top: 35px;
	margin: 0 0 0 100px;
	text-align: center;
}

.index-page1 .page1-con .img img {
	margin: 0 auto 8px;
	width: auto;
	height: 32px;
	padding: 2px;
}

.index-page1 .page1-con li:hover {
	color: #2468f2;
}

.index-page2 .page-content {
	height: 645px;
}

.index-page2 .page-tab-tit {
	width: 204px;
	height: 100%;
}

.index-page2 .page-tab-tit li {
	position: relative;
	margin-left: 21px;
	height: 108px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding-top: 34px;
	font-size: 16px;
	transition: all 0.5s ease;
}

.index-page2 .page-tab-tit li .con {
	position: relative;
	z-index: 2;
}

.index-page2 .page-tab-tit li::before {
	display: block;
	position: absolute;
	left: -21px;
	top: -2px;
	content: "";
	width: 204px;
	height: 110px;
	box-sizing: border-box;
	background-color: #FBFBFB;
	border-left: 4px solid #ECDEDE;
	transform: translate(-200px, 0);
	opacity: 0;
	transition: all 0.3s ease;
}

.index-page2 .page-tab-tit li[hover-active] {
	border-color: transparent;
	color: #2468F2;
	background-color: #FBFBFB;
	padding-left: 30px;
}

.index-page2 .page-tab-tit li[hover-active]::before {
	transform: translate(0, 0);
	opacity: 1;
	transition: all 0.3s ease;
}

.index-page2 .page-tab-tit span {
	margin-right: 5px;
}

.index-page2 .page-tab-tit p {
	margin-top: 8px;
	font-size: 14px;
	color: #666B7F;
}

.index-page2 .page-tab-con {
	box-sizing: border-box;
	/*padding-left: 296px;*/
	height: 100%;
}

.index-page2 .page-tab-con dl {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.index-page2 .page-tab-con dd {
	display: block;
	width: 30%;
	height: 200px;
	margin: 0 24px 16px 0;
	box-shadow: 0 3px 5px 2px rgba(0,0,0,0.05);
	position: relative;
	transition: all 0.5s;
	box-sizing: border-box;
	border: 1px solid transparent;
}

.index-page2 .page-tab-con dd:nth-child(3n) {
	margin-right: 0;
}

.index-page2 .page-tab-con dl::-webkit-scrollbar {
	display: none;
}

.index-page2 .page-tab-con .tags {
	position: absolute;
	width: 81px;
	height: 81px;
	color: #fff;
	left: -7px;
	top: -7px;
}

.index-page2 .page-tab-con .tags span {
	position: absolute;
	left: 19px;
	top: 23px;
	font-size: 12px;
	transform: rotate(-45deg);
}

.index-page2 .page-tab-con .txt {
	padding: 34px 41px 0;
	font-size: 12px;
	color: #666B7F;
	line-height: 16px;
}

.index-page2 .page-tab-con .txt h4 {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}

.index-page2 .page-tab-con .mybtn {
	position: absolute;
	left: 0;
	bottom: 29px;
	width: 100%;
	text-align: center;
	transition: all 0.5s;
}

.index-page2 .mybtn .ibtn {
	width: 102px;
	height: 34px;
	box-sizing: border-box;
	border: 1px solid #2468F2;
	font-size: 12px;
	color: #2368F2;
	text-align: center;
	line-height: 32px;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.5s;
}

.index-page2 .mybtn .ibtn.ibtn-blue {
	background-color: #2468F2;
	color: #fff;
}

.index-page2 .mybtn.btn1 .ibtn {
	width: 214px;
	margin: 0 auto;
}

.index-page2 .mybtn .ibtn:hover {
	opacity: 0.8;
}

.index-page2 dd:hover .mybtn {
	bottom: 0;
}

.index-page2 dd:hover .mybtn.btn2 .ibtn {
    width: 50%;
    height: 50px;
    margin: 0;
    line-height: 50px;
}

.index-page2 dd:hover .mybtn.btn1 .ibtn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #2468F2;
	color: #fff;
}

.index-page2 dd:hover {
	border-color: #2468F2;
}

.index-page3 .page-content {
	height: 570px;
}

.index-page3 .con {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.index-page3 .con .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.5s;
}

.index-page3 .con:hover .bg {
	transform: scale(1.2);
	transition: all 0.5s;
}

.index-page3 .con .txt {
	padding: 65px 28px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.index-page3 .con .txt h4 {
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.index-page3 .left {
	width: 307px;
	height: 100%;
	margin-right: 18px;
}

.index-page3 .center {
	width: 574px;
	height: 100%;
	margin-right: 18px;
}

.index-page3 .center .con {
	height: 275px;
}

.index-page3 .center-bottom {
	margin-top: 20px;
}

.index-page3 .center-bottom .con {
	width: 281px;
}

.index-page3 .right {
	width: 283px;
}

.index-page3 .right .con {
	height: 275px;
}

.index-page4 {
	height: 754px;
	position: relative;
}

.index-page4 .bg {
	width: 100%;
	min-height: 754px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.index-page4 .introduce {
    position: relative;
    float: left;
    top: 65px;
    width: 384px;
    height: 630px;
    background-color: #67BDFF;
    color: #fff;
    box-sizing: border-box;
    padding: 75px 42px 0;
    font-size: 14px;
    line-height: 24px;
}

.index-page4 .introduce h2 {
	font-size: 30px;
	position: relative;
	margin-bottom: 80px;
}

.index-page4 .introduce h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -45px;
	width: 60px;
	height: 4px;
	background-color: #fff;
}

.index-page4 ul {
	width: 785px;
	padding-top: 65px;
}

.index-page4 ul li {
	width: 366px;
	height: 192px;
	margin: 0 13px 26px;
	position: relative;
	background-color: #fff;
}

.index-page4 ul .tag {
	position: absolute;
	left: -6px;
	top: -6px;
	width: 66px;
	height: 66px;
	font-size: 12px;
	color: #EA0000;
}

.index-page4 ul .tag img {
	width: 100%;
	height: 100%;
}

.index-page4 ul .tag span {
	position: absolute;
	left: 12px;
	top: 17px;
	transform: rotate(-45deg);
}

.index-page4 ul .txt {
	padding: 40px 35px 0;
	font-size: 14px;
	line-height: 24px;
	color: #858999;
}

.index-page4 ul .txt p {
	margin-top: 15px;
	height: 48px;
	overflow: auto;
}

.index-page4 ul .txt::-webkit-scrollbar {
	display: none;
}

.index-page4 ul .txt h4 {
	font-size: 18px;
	color: #191C3D;
}

.index-page4 ul .btns {
	padding: 0 36px;
	position: absolute;
	left: 0;
	bottom: 20px;
}

.index-page4 ul .btns .ibtn {
	display: inline-block;
	padding: 9px 21px;
	font-size: 12px;
	color: #2468F2;
	background-color: rgba(36,104,242,0.1);
	margin-right: 10px;
	line-height: 1;
}

.index-page4 ul .btns .ibtn:last-child {
	margin-right: 0;
}

.index-page4 ul li:hover .after {
	width: 203px;
	height: 93px;
	transition: all 0.5s;
	opacity: 1;
}

.index-page4 ul .after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	line-height: 93px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.5s;
	opacity: 0;
	overflow: hidden;
}

.index-page5 {
	height: 685px;
	background: url(../images/index-page5-bg.png) center bottom no-repeat;
	background-size: 100% 700px;
}

.index-page5 .page5-tit {
	margin-top: 86px;
	padding-bottom: 25px;
	border-bottom: 1px solid #B4BCCB;
	font-size: 20px;
	line-height: 50px;
}

.index-page5 .page5-tit img {
	margin: -2px 15px 0 0;
	max-height: 50px;
	max-width: 62px;
}

.index-page5 .page5-tit span {
	vertical-align: text-bottom;
}

.index-page5 .page5-tit li {
	margin-right: 109px;
	height: 50px;
	position: relative;
}

.index-page5 .page5-tit li:last-child {
	margin-right: 0;
}

.index-page5 .page5-tit li.active::after {
	position: absolute;
	content: "";
	width: 60%;
	bottom: -27px;
	left: 20%;
	height: 3px;
	border-radius: 2px;
	background-color: #2468F2;
}

.index-page5 .swiper-container {
	width: 1040px;
	margin: 100px auto 0;
}

.index-page5 .swiper-slide .con {
	width: 509px;
	height: 376px;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
	box-sizing: border-box;
	/* padding: 15px; */
	position: relative;
}

.index-page5 .swiper-slide .page-logo {
	height: 60px;
	text-align: center;
	margin-bottom: 45px;
}

.index-page5 .swiper-slide .page-logo img {
	height: 60px;
}

.index-page5 .swiper-slide .txt {
	font-size: 20px;
	color: #9395A8;
	line-height: 36px;
}

.index-page5 .swiper-slide p {
	text-align: right;
	font-size: 14px;
	color: #1B1E3F;
	position: absolute;
	right: 32px;
	bottom: 45px;
}

.index-page5 .swiper-slide p span {
	color: #9395A8;
}

.index-page6 .page-tit {
	font-size: 18px;
	margin: 65px 0 40px;
}

.index-page6 .left .con {
	width: 443px;
	height: 155px;
	margin: 0 43px 22px 0;
}

.index-page6 .left .con img {
	width: 100%;
	height: 100%;
}

.index-page6 .content ul {
	margin-top: -29px;
}

.index-page6 .content li {
	height: 60px;
	box-sizing: border-box;
	padding-top: 25px;
	border-bottom: 1px solid #B2BAC8;
	width: 330px;
	margin: 0 54px 0 0;
	font-size: 14px;
}

.index-page6 .content:last-child li {
	margin-right: 0;
}

.index-page6 .content:last-child li:hover {
	opacity: 0.8;
}

.index-page6 .content li:hover .txt {
	color: #2468F2;
}

.index-page6 .content .txt {
	width: 210px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #77779D;
	float: left;
}

.index-page6 .content .time {
	color: #77779D;
	display: block;
	text-align: right;
}

.index-page7 {
	position: relative;
	height: 210px;
}

.index-page7 .bg {
	width: 100%;
	min-height: 210px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	overflow: hidden;
}

.index-page7 .bg img {
	width: 1920px;
	height: 474px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.7s;
}

.index-page7 .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index-page7 .img .imgcon {
	position: absolute;
	left: 0;
	top: -402px;
}

.index-page7 .img .imgcon.img2 {
	left: auto;
	right: 536px;
}

.index-page7 .img .imgcon.img3 {
	left: auto;
	right: 453px;
	top: -76px;
}

.index-page7 .img .imgcon.img4 {
	left: auto;
	right: 265px;
	top: -88px;
}

.index-page7 .img .imgcon.img5 {
	left: auto;
	right: 0px;
	top: 14px;
}

.index-page7 .txt {
	padding: 40px 0 0 50px;
	color: #fff;
	font-size: 30px;
	color: #DEDCEF;
}

.index-page7 .txt h2 {
	position: relative;
	font-size: 48px;
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 25px;
}

.index-page7 .txt h2::before {
	content: "";
	display: block;
	width: 8px;
	height: 44px;
	position: absolute;
	left: -36px;
	top: 14px;
	background-color: #fff;
}

.index-page8 .page-content {
	position: relative;
	margin-top: 75px;
}

.index-page8 .swiper-container {
	width: 1080px;
	margin: 0 auto;
	height: 74px;
	line-height: 70px;
	text-align: center;
}

.index-page8 .swiper-slide {
	width: max-content;
}

.index-page8 .swiper-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 22px;
	color: #666;
	box-shadow: -1px 1px 4px 2px rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	top: 15%;
}

.index-page8 .swiper-btn.page8-swiper-next {
	left: auto;
	right: 0;
}

.index-page9 .page9-top {
	text-align: center;
	position: relative;
}

.index-page9 .position {
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 1px;
	background-color: #2FC1F4;
	left: 493px;
	top: 213px;
}

.index-page9 .position::after, .index-page9 .position::before, .index-page9 .position i::after, .index-page9 .position i::before {
	content: "";
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 1px solid #2FC1F4;
	opacity: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.index-page9 .position::before {
	animation: addr-border 3s linear infinite;
}

.index-page9 .position::after {
	animation: addr-border 3s 1s linear infinite;
}

.index-page9 .position i::before {
	animation: addr-border 3s 2s linear infinite;
}

@keyframes addr-border {
	from{
		width: 0;
		height: 0;
		opacity: 1;
	}
	33% {
		width: 43px;
		height: 43px;
		opacity: 1;
	}
	66% {
		width: 103px;
		height: 103px;
		opacity: 0.8;
	}
	to {
		width: 220px;
		height: 220px;
		opacity: 0.3;
	}
}

.index-page9 .address {
	position: absolute;
	left: 510px;
	top: 126px;
	width: 303px;
	height: 98px;
}

.index-page9 .address .bg {
	width: 100%;
	height: 100%;
}

.index-page9 .address .txt-con {
	padding: 26px 0 0 45px;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
}

.index-page9 .address .txt-con img {
	display: inline-block;
	width: 27px;
	margin: 0 20px 0 5px;
	float: left;
}

.index-page9 .address .txt-con p {
	width: 210px;
}

.index-page9 .page9-bottom .tit {
	font-size: 18px;
	color: #9a9a9a;
	line-height: 50px;
	margin-top: 36px;
	border-bottom: 1px solid #ccc;
}

.index-page9 .page9-bottom .txt {
	font-size: 18px;
	padding-top: 10px;
	line-height: 32px;
	margin-bottom: 50px;
}

.index-page9 .page9-bottom .txt .name {
	color: #343434;
	width: 306px;
	height: 100%;
	float: left;
}

.index-page9 .page9-bottom .txt ul {
	font-size: 14px;
	color: #9a9a9a;
	padding-left: 306px;
}

.media-banner {
	height: 470px;
	position: relative;
}

.media-banner .bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 470px;
	z-index: -1;
	width: 100%;
}

.media-banner .banner-con {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	color: #2a2a2a;
}

.media-banner h2 {
	font-size: 48px;
	margin-bottom: 20px;
}

.media-banner p {
	font-size: 24px;
}

.deatil-nav {
	height: 65px;
	background-color: #F7F7F7;
	line-height: 65px;
	font-size: 16px;
	color: #343434;
}

.deatil-nav .fa {
	margin: 0 3px;
}

.deatil-nav .now {
	color: #9a9a9a;
}

.deatil-nav .tab [tab-tit] {
	margin-left: 35px;
	line-height: 62px;
}

.deatil-nav .tab [tab-tit][tab-active] {
	border-bottom: 2px solid #30C2F4;
}

.media-tit {
	font-size: 34px;
	color: #343434;
}

.media-page .news-con li {
	margin-top: 45px;
	width: 100%;
	height: 204px;
}

.media-page .news-con .img, .media-page .news-con .img img {
	width: 306px;
	height: 204px;
	border-radius: 6px;
	float: left;
}

.media-page .news-con .txt {
	padding-left: 342px;
}

.media-page .news-con h4 {
	font-size: 20px;
	color: #343434;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.media-page .news-con .time {
	font-size: 16px;
	color: #9a9a9a;
	line-height: 50px;
}

.media-page .news-con .intro {
	font-size: 16px;
	color: #343434;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.media-page .news-con a:hover .intro {
	color: #2468F2;
}

.media-page .page-bottom {
	padding: 50px 0 15px;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	color: #30C2F4;
	margin-bottom: 80px;
}

.media-page .page-bottom .more-top .img.isload {
	animation: roatex 1s linear infinite;
}

@keyframes roatex{
	from{ transform: rotateX(0); }
	to{ transform: rotateX(360deg); }
}

.media-detail-page .page-tit {
	padding: 55px 0 40px;
	font-size: 16px;
	color: #9a9a9a;
	border-bottom: 1px solid #ccc;
}

.media-detail-page .page-tit h2 {
	font-size: 40px;
	margin-bottom: 40px;
	color: #343434;
}

.media-detail-page .page-txt > * {
	padding-top: 50px;
	line-height: 24px;
}

.media-detail-page .page-txt .img {
	text-align: center;
}

.join-page1 .page1-top {
	height: 256px;
}

.join-page1 .page1-top li {
	margin: 80px 101px 0 0;
	width: 90px;
	height: max-content;
	white-space: nowrap;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #2a2a2a;
	position: relative;
}

.join-page1 .page1-top li:first-child {
	margin-left: 68px;
}

.join-page1 .page1-top li:last-child {
	margin-right: 0;
}

.join-page1 .page1-top li.con1, .join-page1 .page1-top li.con6 {
	top: 68px;
}

.join-page1 .page1-top li.con2, .join-page1 .page1-top li.con5 {
	top: 24px;
}

.join-page1 .page1-top li .img {
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
.join-page1 .page1-top li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.join-page1 .page1-top li:hover img {
	transform: translate(-50%, -50%) scale(1.2);
}

.join-page1 .page1-bottom {
	background: url(../images/join-page1-bg.png) center top no-repeat;
	background-size: auto 100%;
	height: 447px;
	min-width: 1200px;
	position: relative;
	box-sizing: border-box;
	padding-top: 60px;
	text-align: center;
}

.jbtn1 {
	padding: 10px 30px;
	color: #fff;
	background-color: #30C2F4;
	border-radius: 24px;
	display: inline-block;
}

.jbtn1:hover {
	opacity: 0.8;
	color: #fff;
}

.jbtn2 {
	padding: 10px 30px;
	color: #30C2F4;
	border: 1px solid #30C2F4;
	border-radius: 24px;
	display: inline-block;
}

.jbtn2:hover {
	opacity: 0.8;
	color: #30C2F4;
}

.join-page2 {
	padding-bottom: 106px;
}

.join-page2 .page-content li {
	width: 230px;
	height: 454px;
	margin: 0 12px 110px 0;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.join-page2 .page-content li:last-child {
	margin-right: 0;
}

.join-page2 .page-content .bg {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in;
}

.join-page2 .page-content li:hover .bg {
	transform: scale(1.3);
	transition: all 0.3s ease-in;;
}

.join-page2 .page-content .tag {
	display: block;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	background-color: rgba(230,230,230,0.3);
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	line-height: 72px;
	text-align: center;
}

.join-page2 .page-content li.con2, .join-page2 .page-content li.con4 {
	padding: relative;
	top: 45px;
}

.join-page2 .btns {
	text-align: center;
}

.contact-page .page-content {
	height: 718px;
	overflow: hidden;
	position: relative;
	margin-bottom: 90px;
}

.contact-page .address {
	width: 100%;
	height: 100%;
}

.contact-page .contact-form {
	position: absolute;
	right: 0;
	top: 43px;
	width: 426px;
	height: 631px;
	color: #fff;
	background: url(../images/contact-form-bg.png) left top no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 50px 45px 0 85px;
	transform: translate(386px, 0);
	transition: all 0.5s ease-in-out;
	z-index: 999;
}

.contact-page .contact-form.active {
	transform: translate(0, 0);
	transition: all 0.5s ease-in-out;;
}

.contact-page .contact-form .close {
	position: absolute;
	left: 11px;
	top: 303px;
	width: max-content;
	height: max-content;
	transition: all .5s;
}

.contact-page .contact-form .close .iconfont {
	font-size: 24px;
	font-weight: bold;
}

.contact-page .contact-form .close.active {
	transform: rotate(-135deg);
	transform-origin: center center;
	transition: all .5s ease-in-out;
}

.contact-page .form-con h4 {
	font-size: 24px;
	margin-bottom: 15px;
}

.contact-page .contact-form .form-item {
	width: 100%;
}

.contact-page .form-item input, .contact-page .form-item textarea {
	width: 100%;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 4px;
	margin-bottom: 20px;
}

.contact-page .form-item input::placeholder, .contact-page .form-item textarea::placeholder {
	color: rgba(255,255,255,0.7);
}

.contact-page .form-item textarea {
	height: 86px;
}

.contact-page .send {
	display: block;
	text-align: right;
	margin-top: -12px;
}

.contact-page .send-con {
	background-color: transparent;
	color: #fff;
	border: none;
	outline: none;
	font-size: 14px;
	cursor: pointer;
}

.contact-page .send-con:focus, .contact-page .send-con:active {
	border: none;
	outline: none;
}

.contact-page .form-msg {
	margin-top: 35px;
	width: 100%;
}

.contact-page .form-msg .msg-con span {
	font-size: 18px;
	padding-top: 3px;
	color: #999;
	float: left;
}

.contact-page .form-msg .cons {
	padding-left: 38px;
	font-size: 14px;
	line-height: 30px;
}

.product-container {
	width: 100%;
	min-width: 1200px;
	height: 100vh;
}

.product-container .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.product-container .all-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.product-container .all-bg .all {
	position: absolute;
	width: 19.2rem;
	height: 100%;
	left: 0;
	top: 0;
}

.product-container .all-bg .width {
	width: 19.2rem;
	position: absolute;
	left: 0;
	top: 0;
}

.product-container .all-bg .left {
	position: absolute;
	left: 0;
	top: 0;
}

.product-container .all-bg .right {
	position: absolute;
	right: 0;
	top: 0;
}

.product-container .all-bg .left-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
}

.product-container .all-bg .right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
}

.product-container .content {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 662px;
	transform: translate(-50%, -50%);
}

.product-container .content .txt {
	width: 242px;
	float: left;
	padding-top: 75px;
	color: #fff;
}

.product-container .content .txt.black {
	color: #333;
}

.product-container .content .txt h4 {
	line-height: 80px;
	font-size: 28px;
}

.product-container .content .txt .intro {
	font-size: 16px;
	line-height: 30px;
}

.product-container .content .links {
	margin-top: 65px;
	width: 46px;
	height: 46px;
	position: relative;
	background-color: rgba(0,0,0,0.2);
	border-radius: 23px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.product-container .content .links .links-btn {
	width: 46px;
	height: 46px;
	background-color: rgba(0,0,0,0.2);
	text-align: center;
	position: relative;
	border-radius: 23px;
}

.product-container .content .links .links-btn img {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product-container .content .links:hover {
	width: 148px;
}

.product-container .content .links .links-con {
	position: absolute;
	left: 58px;
	top: 0;
	height: 46px;
	line-height: 46px;
	color: #fff;
	display: block;
	font-size: 15px;
}

.product-container .content .img {
	width: 955px;
	float: right;
	position: relative;
}

.product-container .content .img.pc .bg {
	width: 1142px;
	height: 662px;
	position: absolute;
	left: 0;
	top: 0;
}

.product-container .content .img.pc .pc-img {
	position: absolute;
	left: 181px;
	top: 32px;
	width: 779px;
	height: 487px;
}

.product-container .content .img.pc .phones {
	position: absolute;
	width: 324px;
	height: 571px;
	position: absolute;
	left: 56px;
	top:117px;
	z-index: 3;
}

.product-container .content .img.pc .phone {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.product-container .content .img.pc .phone-img {
	width: 236px;
	height: 485px;
	position: absolute;
	left: 45px;
	top: 21px;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	z-index: -1;
}

.product-container .content .img.phone {
	width: 661px;
	height: 700px;
}

.product-container .content .img.phone .phones {
	position: absolute;
	left: 0;
	top: 80px;
}

.product-container .content .img.phone .phones.phones2 {
	top: -85px;
	z-index: 3;
	left: 1.46rem;
}

.product-container .content .img.phone .phone-img {
    background-color: #fff;
    text-align: center;
    position: absolute;
    left: 7px;
    top: 15px;
    z-index: -1;
    width: 286px;
    height: 582px;
    border-radius: 30px;
	overflow: hidden;
}

.product-container .content .img.phone .phones2 .phone-img {
	left: 140px;
	top: 100px;
	width: 286px;
	height: 582px;
}

.product-pagination.swiper-pagination {
	right: 0;
}

.product-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 33px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px 0 0 1px;
	margin: 30px 0;
	opacity: 0.2;
	position: relative;
	right: -27px;
	transition: all 0.5s ease;
}

.product-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 60px;
	height: 2px;
    opacity: 1;
    background-color: #fff;
	right: 0;
}


/* common */
.subtitle h2 {
	font-size: 36px;
	text-align: center;
}

footer {
	background-color: #F6F6F6;
}

footer .name {
	float: left;
	display: block;
	width: 110px;
	font-size: 20px;
	color: #666;
}

footer .top {
	height: 106px;
	line-height: 106px;
	border-bottom: 1px solid #ccc;
}

footer .top .weChats {
	padding-left: 110px;
}

footer .top .weChats li {
	width: 58px;
	height: 58px;
	border-radius: 10px;
	box-shadow: 0 4px 6px 2px rgba(0,0,0,0.05);
	margin: 34px 24px 0 0;
	position: relative;
}

footer .top .weChats li img {
	width: 100%;
	height: 100%;
}

footer .top .weChats li .hover {
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: -155px;
	width: 125px;
	height: 161px;
	transition: all 0.5s;
	background: url(../images/footer-code-bg.png) center center no-repeat;
	background-size: 100% 100%;
}

footer .top .weChats li:hover .hover {
	opacity: 1;
}

footer .top .weChats li .hover .con {
	text-align: center;
	font-size: 12px;
	color: #9a9a9a;
	line-height: 1;
}

footer .top .weChats li .hover img {
	width: 59px;
	height: 62px;
	display: block;
	margin: 25px auto 10px;
	padding: 5px;
	border: 1px solid #ccc;
}

footer .top .name {
	position: relative;
	top: 15px;
}

footer .center {
	padding: 50px 0 20px;
	border-bottom: 1px solid #ccc;
}

footer .con-txt {
	padding-left: 110px;
	font-size: 16px;
	margin-bottom: 15px;
	width: 556px;
}

footer .con-txt a {
    display: inline-block;
    line-height: 26px;
    color: #888;
    margin: 0 30px 18px 0;
}

footer .footer-code {
	width: 158px;
	text-align: center;
	line-height: 30px;
}

footer .footer-code img {
	width: 100%;
}

footer .bottom {
	font-size: 12px;
	color: #888;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.point{
    margin-top:50px;
}
.point .to_next{
    float:right;
}
.point span a:hover{
    color: #2fc1f4;
}


/*sidebar*/
@charset "UTF-8";
.jdc-side { display: none; position: fixed; right: 20px; bottom: 20px; z-index: 300; width: 60px }
.mod_hang_qrcode { position: relative }
.mod-qr-tips { height: 10px; }
.mod_hang_qrcode_show { display: none; position: absolute; right: 70px; top: -65px; width: 138px; min-height: 166px; border: 0 none; background: #fff; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_qrcode_show p { margin-top: 5px; line-height: 16px; color: #666; font-size: 12px; text-align: center }
.mod_hang_qrcode_show_bg { width: 124px; height: 124px; margin: 8px auto 0; background-position: 0 0; background-repeat: no-repeat; -moz-background-size: 124px auto; background-size: 124px auto; background-image: url(../images/qrcode.png) }
.jdc_hang_qrcode .mod_hang_qrcode_show_bg { background-image: url(../images/cd6f40abbb15b4d6d54d506d6b9256cd.png) }
.jdc_hang_qrcode p { padding-bottom: 5px }
.mod_hang_qrcode_btn { display: block; width: 60px; height: 60px; color: #0989c5; font-size: 40px; cursor: pointer; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease }
.mod_hang_top { display: block; width: 60px; height: 60px; margin: 5px 0 0; text-align: center; cursor: pointer; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease; background-color: transparent }
.mod_hang_qrcode:hover .mod_hang_qrcode_show { display: block }
.mod_hang_qrcode_btn { position: relative; margin-top: 5px; text-align: center; background-color: transparent; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_qrcode_btn span { display: none; position: absolute; top: 25px; left: 25px; width: 30px; line-height: 15px; font-size: 12px; text-align: center }
.mod_hang_qrcode_btn:hover { color: #fff }
.mod_hang_top { -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_top .mod_hang_qrcode_btn { background: 0 0; margin: 0 }
.mod_hang_appeal_btn { display: block; width: 60px; height: 60px; color: #0989c5; text-align: center; font-size: 20px; cursor: pointer; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) ;}

.mod_hang_appeal:hover .mod_hang_appeal_show{ display:block;opacity: 1;}


.mod_hang_appeal_btn i, .mod_hang_qrcode_btn i { display: inline-block; width: 60px; height: 60px; line-height: 60px; font-size: 40px; color: #0989c5; background-color: #fff }
.mod_hang_appeal_btn span { display: none; position: absolute; top: 25px; left: 25px; width: 30px; line-height: 15px; font-size: 12px; text-align: center }
.mod_hang_appeal.show .mod_hang_appeal_show { display: block }
.mod_hang_appeal_show { display: none; z-index:-9; right:-500px; position: absolute; right: 70px; bottom: 0; background: #fff; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1); width: 300px }
.mod_hang_appeal_show li {
*zoom:1; cursor: pointer }
.mod_hang_appeal_show li:hover { background: #f3f5fb; }
.mod_hang_appeal_show li:after, .mod_hang_appeal_show li:before { content: ""; display: block; clear: both; height: 0; line-height: 0; visibility: hidden }
.mod_hang_appeal_show .icon_box, .mod_hang_appeal_show .text_box { float: left; width: 215px; height: 90px; cursor: pointer }
.mod_hang_appeal_show .icon_box { width: 78px; line-height: 90px; text-align: center }
.mod_hang_appeal_show .icon_box i { color: #0989c5; font-size: 30px }
.mod_hang_appeal_show .text_box h5 { margin-top: 10px; font-size: 16px; color: #03004c; line-height: 24px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden }
.mod_hang_appeal_show .text_box p { margin-top: 10px; max-height: 36px; overflow: hidden; line-height: 18px; font-size: 12px; color: #666; cursor: pointer }
.jdc_feedback_qrcode .mod_hang_qrcode_btn { margin-bottom: 5px }
.jdc_feedback_qrcode .mod_hang_qrcode_show { min-height: 165px }
.jdc_feedback_qrcode .mod_hang_qrcode_show p { padding-bottom: 5px }
.jdc_feedback_qrcode .mod_hang_qrcode_show_bg { margin-top: 0; background-image: none }
.jdc_feedback_qrcode .mod_hang_qrcode_show_bg img { width: 123px; }
@media (max-width:768px) {
.jdc-rwd .jdc-side { display: none!important }
}
.jdc-lang-en .jdc_hang_qrcode .mod_hang_qrcode_show_bg { background-image: url(../images/qrcode-en.jpg) }
.jdc-lang-en .mod-qr-tips { position: relative }
.jdc-lang-en .mod-qr-tips:after { content: "Search"; position: absolute; left: 41px; top: 8px; width: 85px; height: 30px; line-height: 30px; background: #fff; color: #666; font-size: 16px }
@font-face { font-family: jdcfont; src: url(../fonts/jdcfont.eot); src: url(../fonts/jdcfont.eot#iefix) format("embedded-opentype"), url(../fonts/jdcfont.woff) format("woff"), url(../fonts/jdcfont.ttf) format("truetype"), url(../fonts/jdcfont.svg#jdcfont) format("svg") }
.jdcfont { font-family: jdcfont!important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: .2px; -moz-osx-font-smoothing: grayscale }










