@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: 40px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.4);
	position: relative;
	margin: 0 1px;
	opacity: 1;
}

.part_one .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: rgba(0, 117, 209, 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: 20px;
		height: 1px;
	}
	
}

.header {
	width: 100%;
	height: 90px;
	background-color: #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: 50%;
	left: 14%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 65%;
}

.header .navbar .pc_menu .pc_logo a {
	display: block;
	height: 100%;
}

.header .navbar .pc_menu .pc_logo a img {
	height: 100%;
}

.header .navbar .pc_menu .Big-index {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.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%;
	position: relative;
}

.header .navbar .pc_menu .pc_menu_right>li .t {
	font-size: 14px;
	color: #333333;
	text-align: center;

	font-weight: normal;
}


.header .navbar .pc_menu .pc_menu_right>li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #0075d1;
	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: #0075d1;
}

.header .navbar .pc_menu .pc_menu_right .active>.t {
	color: #0075d1;
}

.header .navbar .pc_menu .pc_menu_right>li:hover::after {
	opacity: 1;
}

.header .navbar .pc_menu .pc_menu_right>.active::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%;
}

.header .navbar .pc_menu .hotline {
	position: absolute;
	top: 50%;
	right: 21%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.header .navbar .pc_menu .hotline a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .navbar .pc_menu .hotline a img {
	width: 26px;
	height: 26px;
	margin-right: 8px;
}

.header .navbar .pc_menu .hotline a span {
	font-size: 22px;
	line-height: 30px;
	color: #0060aa;
	display: block;
}

.header .navbar .pc_menu .zn_en {
	position: absolute;
	top: 50%;
	right: 13%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-left: 1px solid #c9c9c9;
	padding-left: 20px;
}

.header .navbar .pc_menu .zn_en a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .navbar .pc_menu .zn_en a img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.header .navbar .pc_menu .zn_en a span {
	font-size: 18px;
	color: #666666;
	display: block;
	text-transform: uppercase;
}

@media (max-width: 1800px) {
	.header .navbar .pc_menu .pc_logo {
		left: 12%;
	}

	.header .navbar .pc_menu .zn_en {
		right: 10%;
	}

	.header .navbar .pc_menu .hotline {
		right: 19%;
	}

	.header .navbar .pc_menu .pc_menu_right>li {
		margin-left: 1.2%;
		margin-right: 1.2%;
	}
}

@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%;
	}

	.header .navbar .pc_menu .zn_en {
		right: 8%;
	}

	.header .navbar .pc_menu .hotline a span {
		font-size: 18px;
	}

	.header .navbar .pc_menu .hotline {
		right: 17.5%;
	}
}

@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: 6%;
	}

	.header .navbar .pc_menu .zn_en {
		right: 6%;
	}

	.sb-search {
		right: 13%;
	}

	.header .navbar .pc_menu .hotline {
		right: 16%;
	}
}

@media (max-width: 1200px) {
	.header .navbar .pc_menu .hotline {
		display: none;
	}

	.header .navbar .pc_menu .pc_logo {
		left: 4.6%;
	}

	.header .navbar .pc_menu .Big-index .search_box {
		right: 8.6%;
	}

	.header .navbar .pc_menu .zn_en {
		border-left: none;
		padding-left: 0;
		right: 10%;
	}
}

@media (max-width: 760px) {
	.header .navbar .pc_menu .zn_en {
		right: 14%;
	}

	.header .navbar .pc_menu .zn_en a span {
		font-size: 14px;
	}

	.header .navbar .pc_menu .zn_en a img {
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}
}

/*-----滚动后--------*/
.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: #001a2f;
}

.footer .content {
	width: 71.875%;
	margin: 0 auto;
}

.footer .content .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 100px 0 80px;
}

.footer .content .top .left {
	width: 31%;
}

.footer .content .top .left .footer_logo {
	width: 100%;
	margin-bottom: 30px;
}

.footer .content .top .left .footer_logo a {
	display: block;
	width: 100%;
}

.footer .content .top .left .footer_logo a img {
	width: 100%;
}

.footer .content .top .left .address {
	width: 100%;
}

.footer .content .top .left .address .info {
	width: 100%;
}

.footer .content .top .left .address .info .one {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.footer .content .top .left .address .info .one img {
	width: 36px;
	height: 36px;
}

.footer .content .top .left .address .info .one p {
	margin-top: 8px;
	width: calc(100% - 45px);
	display: flex;
}

.footer .content .top .left .address .info .one p span {
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
}

.footer .content .top .left .address .info .one p span:first-child {
	white-space: nowrap;
}

.footer .content .top .left .img {
	width: 130px;
	margin-left: 45px;
}

.footer .content .top .left .img img {
	width: 100%;
}

.footer .content .top .left .img p {
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.3);
}

.footer .content .top .right {
	width: 56.5%;
	padding-top: 3%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .content .top .right ul {
	display: flex;
	margin-bottom: 0;
	justify-content: space-between;
	padding-left: 7%;
}

.footer .content .top .right ul>li {
	text-align: center;
}

.footer .content .top .right ul>li>a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
}

.footer .content .top .right ul>li ol li {
	text-align: center;
}

.footer .content .top .right ul>li ol li a {
	display: inline-block;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 30px;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	text-align: center;
}

.footer .content .top .right ul>li ol li a:hover {
	color: #ffffff;
}

.footer .footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer_bottom .bottom {
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 66.6%;
	margin: 0 auto;
}

.footer .footer_bottom .bottom p {
	color: rgba(255, 255, 255, 0.2) !important;
	font-size: 12px;
	line-height: 30px;
	margin: 0 5px;
	text-align: center;
}

.footer .footer_bottom .bottom p a {
	color: rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 1400px) {
	.footer .content {
		width: 85%;
	}

	.footer .footer_bottom .bottom {
		width: 85%;
	}
}

@media (max-width: 1200px) {
	.footer .content {
		width: 95%;
	}

	.footer .footer_bottom .bottom {
		width: 95%;
	}

	.footer .content .top .left {
		width: 100%;
	}

	.footer .content .top .right {
		display: none;
	}

	.footer .content .top {
		padding: 60px 0 50px;
	}

	.footer .footer_bottom .bottom {
		flex-wrap: wrap;
	}

	.footer .content .top .left .footer_logo {
		width: 40%;
	}
}

@media (max-width: 550px) {
	.footer .content .top {
		padding: 40px 0 30px;
	}

	.footer .content .bottom p {
		font-size: 12px;
		line-height: 24px;
	}

	.footer .content .top .left .address .info .one p span {
		font-size: 12px;
	}

	.footer .content .top .left .address .info .one img {
		width: 26px;
		height: 26px;
	}

	.footer .content .top .left .address .info .one p {
		margin-top: 2px;
		width: calc(100% - 35px);
	}

	.footer .content .top .left .footer_logo {
		width: 70%;
		margin-bottom: 20px;
	}
	.footer .content .top .left .address .info{
		margin-bottom: 20px;
	}
	.footer .content .top .left .address .info .one {
		margin-bottom: 15px;
	}

	.footer .content .bottom {
		padding: 15px 0;
	}

	.footer .content .top .left .img {
		margin-bottom: 0;
		margin: 0 auto;
	}

	.footer .content .top .left .theme h1 {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.footer .content .top .left .theme p {
		font-size: 12px;
		line-height: 24px;
	}

	.footer .content .top .left .img {
		width: 100px;
	}

	.footer .footer_bottom .bottom p {
		line-height: 24px;
	}
}


p>img {
	max-width: 100%;
}

p>a>img {
	max-width: 100%;
}


/* 视频弹框 */
.solution_mask {
    width: 100%;
}

.solution_mask .solution_video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    outline: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution_mask .solution_video .video {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.solution_mask .solution_video .video video {
    width: 100%;
}

.solution_mask .solution_video .video video source {
    width: 100%;
}

.solution_mask .solution_video .video p {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    color: #ffffff;
    cursor: pointer;
}