@charset "utf-8";
@import url("../css/common/layout.css");
@import url("../css/common/icon.css");
@import url("../css/common/ie.css");
@import url("../css/animate.css");
@import url("../css/navi/navi_02.css");
/*02导航*/
@import url("../css/common/kefu.css");
/*客服*/
@import url("../css/navi/navi_01.css");
/*01导航*/
@import url("../css/common/page.css");

@font-face {
	font-family: Alibaba;
	src: url(../font/Alibaba-PuHuiTi-Medium.ttf);
}

* {
	padding: 0;
	margin: 0;
	text-decoration: none !important;
}

*,
::after,
::before {
	box-sizing: border-box;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

ol,
ul {
	list-style-type: none;
}

li {
	list-style: none;
}

html {
	overflow-x: hidden;
}

.clear {
	clear: both;
}

.dowebok .section {
	overflow: hidden;
}

a {
	color: #333;
}

/* banner */
.part_one {
	width: 100%;
	overflow: hidden;
}

.part_one .swiper {
	width: 100%;
}

.part_one .swiper .swiper-wrapper {
	width: 100%;
}

.part_one .swiper .swiper-wrapper .swiper-slide {
	width: 100%;
}

.part_one .swiper .swiper-wrapper .swiper-slide>a {
	width: 100%;
	display: inline-block;
}

.part_one .swiper .swiper-wrapper .swiper-slide>a img {
	width: 100%;
}

.swiper-button-next::after {
	display: none;
}

.swiper-button-prev::after {
	display: none;
}

.part_one .swiper .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 10%;
	height: 30px;
}

.part_one .swiper .swiper-pagination .swiper-pagination-bullet {
	width: 64px;
	height: 2px;
	background-color: #0178fa;
	position: relative;
	opacity: 0.3;
	margin: 0;
}

.part_one .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

@media(min-width:760px) {
	.part_one .swiper .swiper-wrapper .swiper-slide>a img.one {
		display: block;
	}

	.part_one .swiper .swiper-wrapper .swiper-slide>a img.two {
		display: none;
	}
}

@media(max-width:760px) {
	.part_one .swiper .swiper-wrapper .swiper-slide>a img.one {
		display: none;
	}

	.part_one .swiper .swiper-wrapper .swiper-slide>a img.two {
		display: block;
	}

	.part_one .swiper .swiper-pagination .swiper-pagination-bullet {
		width: 32px;
		height: 1px;
	}
}

.header {
	width: 100%;
	height: 90px;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.header.index_home{
	background-color: transparent;
}

.header .navbar {
	width: 100%;
	height: 100%;
}

.header .navbar .pc_menu {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transition: all 0.3s 0s ease-in-out;
	transition: all 0.2s linear -1ms;
	display: flex;
	align-items: center;
	position: relative;
}

.header .navbar .pc_menu .pc_logo {
	position: absolute;
	top: 58%;
	left: 16.6%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 80%;
}

.header .navbar .pc_menu .pc_logo a {
	display: block;
	height: 100%;
	color:#999;
	padding-top:10px;
}

.header .navbar .pc_menu .pc_logo a img {
	height: 80%;
	float:left;
	margin-right:10px;
}

.header .navbar .pc_menu .Big-index {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left:6%;
}

.header .navbar .pc_menu .Big-index .pc_menu_right {
	width: 100%;
	height: 100%;
}

.header .navbar .pc_menu .pc_menu_right>li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.header .navbar .pc_menu .pc_menu_right>li .t {
	font-size: 14px;
	color: #333333;
	text-align: center;
	position: relative;
	font-weight: normal;
}


.header .navbar .pc_menu .pc_menu_right>li .t::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 50%;
	height: 2px;
	background: #2986f8;
	opacity: 0;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}

.header .navbar .pc_menu .pc_menu_right li:hover .t {
	color: #2986f8;
}

.header .navbar .pc_menu .pc_menu_right .active> .t {
	color: #2986f8;
}

.header .navbar .pc_menu .pc_menu_right>li:hover .t::after {
	opacity: 1;
}

.header .navbar .pc_menu .pc_menu_right>.active .t::after {
	opacity: 1;
}

.header .navbar .pc_menu .Big-index .pc_menu_right .external_link {
	display: flex;
	align-items: center;
}

.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .jd {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
}

.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .jd img {
	width: 26px;
	height: 26px;
}

.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .tm {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
}

.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .tm img {
	width: 26px;
	height: 26px;
}

.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .sc {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 50px;
	width: 110px;
	height: 32px;
	border: 1px solid #ffffff;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .sc img {
	width: 18px;
	height: 18px;
}

.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .sc span {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	margin-left: 10px;
}

.header .navbar .pc_menu .Big-index .search_box {
	position: absolute;
	top: 50%;
	right: 16.6%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.header .navbar .pc_menu .Big-index .search_box .search {
	width: 200px;
	height: 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
	position: relative;
	border: 1px solid #999999;
}

.header .navbar .pc_menu .Big-index .search_box .search input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 5px 15px;
	color: #666666;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}

.header .navbar .pc_menu .Big-index .search_box .search input::placeholder {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}

.header .navbar .pc_menu .Big-index .search_box .search a {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 16px;
	height: 16px;
}

.header .navbar .pc_menu .Big-index .search_box .search a img {
	width: 100%;
}

@media (max-width: 1800px) {
	.header .navbar .pc_menu .pc_logo {
		left: 12.6%;
	}

	.header .navbar .pc_menu .Big-index .search_box {
		right: 12.6%;
	}
}

@media (max-width: 1600px) {
	.header .navbar .pc_menu .pc_menu_right>li .t {
		font-size: 14px;
	}

	.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .jd {
		margin-left: 20px;
	}

	.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .tm {
		margin-left: 20px;
	}

	.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .sc {
		margin-left: 30px;
	}

	.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .sc span {
		font-size: 12px;
		line-height: 20px;
	}

	.header .navbar .pc_menu .pc_logo {
		left: 10.6%;
	}

	.header .navbar .pc_menu .Big-index .search_box {
		right: 10.6%;
	}
}

@media (max-width: 1400px) {
	.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .jd {
		margin-left: 10px;
	}

	.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .tm {
		margin-left: 10px;
	}

	.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .sc {
		margin-left: 20px;
		width: 90px;
		height: 28px;
	}

	.header .navbar .pc_menu .Big-index .pc_menu_right .external_link .sc span {
		margin-left: 5px;
	}

	.header .navbar .pc_menu .pc_logo {
		left: 8.6%;
	}

	.header .navbar .pc_menu .Big-index .search_box {
		right: 8.6%;
	}
}

@media (max-width: 1200px) {
	.header .navbar .pc_menu .Big-index .search_box {
		display: none;
	}

	.header .navbar .pc_menu .pc_logo {
		left: 4.6%;
	}

	.header .navbar .pc_menu .Big-index .search_box {
		right: 8.6%;
	}
}

/*-----滚动后--------*/
.header.on {
	background-color: #ffffff;
	box-shadow: 0 0 13px rgb(0 0 0 / 13%);
}

.header .navbar .pc_fixed {
	transition: all 0.2s linear -1ms;
}

.Big-index {
	display: inline-block;
	width: 100%;
}

.language {
	position: absolute;
	width: 90px;
	right: 3%;
	top: calc(50% - 12px);
	border-bottom: 1px solid #ffffff;
}

.language ul {
	padding-right: 16px;
	display: flex;
	justify-content: center;
	background: url(../images/language-arrow.png) no-repeat top 4px right;
	margin: 0 5px;
	padding: 0;
	position: relative;
}

.language ul::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: -40px;
	background: url(../images/language_icon01.png) no-repeat;
}

.language ul li {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	display: none;
	cursor: pointer;
	width: 100%;
	padding-bottom: 13px;
}

.language ul li.active {
	display: block;
}

.language ul li:hover a {
	color: #124386;
}

.language ol {
	position: absolute;
	left: calc(50% - 60px);
	top: 28px;
	z-index: 10;
	display: none;
}

.language ol li {
	width: 120px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	line-height: 40px;
}

.language ol li a {
	display: block;
}

.language ol li:hover {
	background: #124386;
}

.language ol li:hover a {
	color: #fff;
}

@media(max-width:1500px) {
	.language ul li {
		font-size: 13px;
		line-height: 13px;
		padding-bottom: 12px;
	}

	.language {
		width: 85px;
		top: calc(50% - 7px);
	}

	.language ol li {
		width: 110px;
		line-height: 38px;
		font-size: 13px;
	}

	.language ol {
		left: calc(50% - 55px);
	}
}

@media(max-width:1300px) {
	.header .navbar .pc_menu .pc_menu_right>li .t {
		font-size: 13px;
	}

	.language ul li {
		font-size: 12px;
		line-height: 12px;
		padding-bottom: 10px;
	}

	.language {
		width: 75px;
		top: calc(50% - 6px);
	}

	.language ol li {
		width: 100px;
		line-height: 35px;
		font-size: 12px;
	}

	.language ol {
		left: calc(50% - 50px);
	}
}

@media(max-width:1200px) {
	.header .navbar .pc_menu .pc_menu_right>li .t {
		font-size: 12px;
	}

	.header .navbar .pc_menu .pc_menu_right li {
		margin: 0 1.2%;
	}

	.header .navbar .pc_menu .pc_menu_right>li.active .t:after {
		width: 40px;
	}

	.header .navbar .pc_menu .pc_menu_right>li:hover .t:after {
		width: 40px;
	}
}

@media(max-width:1200px) {
	.header {
		height: 60px;
	}
}

/* 底部 */
.footer {
	width: 100%;
	background-color: #071021;
}

.footer .content {
	width: 66.6%;
	margin: 0 auto;
}

.footer .content .top {
	display: flex;
	justify-content: space-between;
	padding: 90px 0;
}

.footer .content .top .left {
	width: 62.5%;
	padding-right: 9%;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .content .top .left ul {
	display: flex;
	margin-bottom: 0;
	justify-content: space-between;
}

.footer .content .top .left ul>li>a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
	margin-bottom: 50px;
	font-weight: lighter;
	position: relative;
}

.footer .content .top .left ul>li>a::after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #1f85ff;
}

.footer .content .top .left ul>li ol li a {
	display: inline-block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 40px;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}

.footer .content .top .right {
	width: auto;
}

.footer .content .top .right .theme {
	margin-bottom: 40px;
}

.footer .content .top .right .theme h1 {
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 20px;
}

.footer .content .top .right .theme p {
	font-size: 16px;
	line-height: 44px;
	color: rgba(255, 255, 255, 0.6);
}

.footer .content .top .right .img {
	width: 150px;
	margin-bottom: 30px;
}

.footer .content .top .right .img img {
	width: 100%;
}

.footer .content .top .right .img p {
	text-align: center;
	font-size: 13px;
	line-height: 48px;
	color: rgba(255, 255, 255, 0.3);
}

.footer .footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer_bottom .bottom {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 66.6%;
	margin: 0 auto;
}

.footer .footer_bottom .bottom p {
	color: rgba(255, 255, 255, 0.4) !important;
	font-size: 12px;
	line-height: 48px;
	margin-bottom: 0;
}

.footer .footer_bottom .bottom p a {
	color: rgba(255, 255, 255, 0.4) !important;
}

@media (max-width: 1600px) {
	.footer .content {
		width: 75%;
	}

	.footer .footer_bottom .bottom {
		width: 75%;
	}

}

@media (max-width: 1400px) {
	.footer .content {
		width: 85%;
	}

	.footer .footer_bottom .bottom {
		width: 85%;
	}
	.header .navbar .pc_menu .pc_logo a {
	display: block;
	height: 100%;
	color:#999;
	padding-top:0px;
}

.header .navbar .pc_menu .pc_logo a img {
	height: 85%;
	float:left;
	margin-right:10px;
	padding-top:10px;
}
}

@media (max-width: 1200px) 
{
    		
	.footer .content {
		width: 95%;
	}

	.footer .footer_bottom .bottom {
		width: 95%;
	}

	.footer .content .top .right {
		width: 100%;
	}

	.footer .content .top .left {
		display: none;
	}

	.footer .content .top {
		padding: 60px 0;
	}

	.footer .content .top .left .left_top {
		margin-bottom: 30px;
	}

	.footer .content .top .right .theme h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.footer .content .top .right .theme p {
		font-size: 14px;
		line-height: 34px;
	}

	.footer .content .top .right .theme {
		margin-bottom: 30px;
	}

	.footer .footer_bottom .bottom {
		flex-wrap: wrap;
	}

	.footer .footer_bottom .bottom p {
		line-height: 30px;
	}
}

@media (max-width: 550px) {
	.footer .content .top {
		padding: 40px 0;
	}

	.footer .content .bottom p {
		font-size: 12px;
		line-height: 24px;
	}

	.footer .content .bottom {
		padding: 15px 0;
	}

	.footer .content .top .right .img {
		margin-bottom: 0;
		margin: 0 auto;
	}

	.footer .content .top .right .theme h1 {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.footer .content .top .right .theme p {
		font-size: 12px;
		line-height: 24px;
	}

	.footer .content .top .right .img p {
		text-align: center;
		font-size: 12px;
		line-height: 30px;
	}

	.footer .content .top .right .img {
		width: 120px;
	}

	.footer .content .top .right .theme {
		margin-bottom: 20px;
		text-align: center;
	}

	.footer .footer_bottom .bottom p {
		line-height: 24px;
	}

}


p>img {
	max-width: 100%;
}

p>a>img {
	max-width: 100%;
}