﻿@charset "utf-8";
@font-face {
	font-family: "AlibabaPuHuiTiR";
	src: url("../fonts/Alibaba-PuHuiTi-Regular.otf") format('truetype');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "AlibabaPuHuiTiM";
	src: url("../fonts/Alibaba-PuHuiTi-Medium.otf") format('truetype');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "AlibabaPuHuiTiB";
	src: url("../fonts/Alibaba-PuHuiTi-Bold.otf") format('truetype');
	font-style: normal;
	font-display: swap;
}
.family_TiR {
	font-family: "AlibabaPuHuiTiR";
}
.family_TiM {
	font-family: "AlibabaPuHuiTiM";
}
.family_TiB {
	font-family: "AlibabaPuHuiTiB";
}



input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}
input[type=number] {
    -moz-appearance:textfield;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
p{
	margin: 0;
	padding: 0;
}
img{
	display: block;
}
.swiper-container{
	margin-left: initial;
	margin-right: initial;
}

.id_str{
	position: relative;
	top: -100px;
}

/*顶部banner*/
.top_banner{
	width: 100%;
	position: relative;
}
.top_banner .img{
	width: 100%;
}
.top_banner .top_banner_txt{
	position: absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color:#fff;
	width: 83%;
}
.top_banner .top_banner_1{
	font-size: 70px;
	line-height: 70px;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 25px;
}
.top_banner .top_banner_2{
	font-size: 30px;
	line-height: 30px;
}
.menu_box{
	height: 80px;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 100;
	background: rgba(255,255,255,0.9);
	font-size: 0;
}
.menu_box .menu_box_nav{
	height: 80px;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
	display: inline-block;
	font-size: 20px;
	line-height: 80px;
	margin-right: 40px;
	font-weight: bold;
}
.menu_box .menu_box_nav.on,
.menu_box .menu_box_nav:hover{
	border-bottom: 2px solid #00a7ea;
	color:#00a7ea;
}
.menu_box .menu_box_nav:last-child{
	margin-right: 0;
}
/*三角形*/
.triangle_left{
  position: relative;
  height: 0px;
  width: 0px;
  border-top: 6px solid transparent;
  border-right: 6px solid #595757;
  border-bottom: 6px solid transparent;
}
.triangle_right{
  position: relative;
  height: 0px;
  width: 0px;
  border-top: 6px solid transparent;
  border-left: 6px solid #595757;
  border-bottom: 6px solid transparent;
}
.triangle_top{
  position: relative;
  height: 0px;
  width: 0px;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #595757;
  border-right: 6px solid transparent;
}
.triangle_bottom{
  position: relative;
  height: 0px;
  width: 0px;
  border-left: 6px solid transparent;
  border-top: 6px solid #595757;
  border-right: 6px solid transparent;
}


/*导航条 pc*/
.header_box ~ .body{
	margin-top: 100px;
}
.header_box{
	height: 100px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	width: 100%;
}
.header_box.shadow{
	box-shadow: 0px 0px 3px 4px rgba(0,0,0,0.1);
}
.header_inner{
	margin: auto;
	width: 83%;
	height: 100%;
}
.header_box .header_menus_nav{
	font-weight: bold;
	height: 100%;
	color:#333;
	position: relative;
	margin-right: 35px;
}
.header_box .header_menus_nav .a_nav{
	line-height: 100px;
	height: 100px;
	display: block;
	font-size: 18px;
	border-bottom: 2px solid transparent;
}
.header_box .header_menus_nav.on .a_nav{
	color:#00a7ea;
	border-bottom: 2px solid #00a7ea;
}
.header_box .header_menus_nav:hover .a_nav{
	color:#00a7ea;
	border-bottom: 2px solid #00a7ea;
}
.header_box .header_menus_nav:last-child{
	margin-right: 0;
}
.header_box .header_menus_nav .menus_child{
	position: absolute;
	min-width: 100%;
	box-shadow: 0px 5px 5px 5px rgba(100,100,100,0.05);
	text-align: center;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100px;
	/*-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;*/
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.header_box .header_menus_nav:hover .menus_child{
	opacity: 1;
	height: auto;
	overflow:initial;
}
.header_box .header_menus_nav .menus_child_txt{
	padding: 0 10px;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background: #fff;
	/*-webkit-transform: scale(0.85) translateY(-24px);
    transform: scale(0.85) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;*/
   display: none;
}
.header_box .header_menus_nav .menus_child_txt:last-child{
	border-bottom: none;
}
.header_box .header_menus_nav:hover .menus_child_txt{
	/*-webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);*/
   display: block;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(2) {
    -webkit-transition-delay: 100ms, 100ms;
    transition-delay: 100ms, 100ms;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(3) {
    -webkit-transition-delay: 180ms, 180ms;
    transition-delay: 180ms, 180ms;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(4) {
    -webkit-transition-delay: 260ms, 260ms;
    transition-delay: 260ms, 260ms;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(5) {
    -webkit-transition-delay: 320ms, 320ms;
    transition-delay: 320ms, 320ms;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(6) {
    -webkit-transition-delay: 400ms, 400ms;
    transition-delay: 400ms, 400ms;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(7) {
    -webkit-transition-delay: 480ms, 480ms;
    transition-delay: 480ms, 480ms;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(8) {
    -webkit-transition-delay: 560ms, 560ms;
    transition-delay: 560ms, 560ms;
}
/*导航条 移动*/
.heade {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    z-index: 999;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}
.headr_img {
    width: 100px;
    height: 100%;
}
.headr_img .logo{
	display: block;
}
.headr_cont {
    margin-top: 18px;
}
.headr_cont span {
    display: block;
    width: 23px;
    height: 1px;
    background: #000;
    margin-bottom: 6px;
}
.headr_cont span:nth-child(2) {
    width: 17px;
}
.heart {
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
}
.hea {
    position: relative;
}
.hea span {
    width: 20px;
    height: 1px;
    background: #fff;
    margin-top: 8px;
}
.hea .nm {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.hea .vb {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    top: 0px;
}
.hea span:nth-child(2) {
    width: 20px;
}
.headr_bot {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #2f2f2f;
    height: 100vh;
    display: none;
}
.liq {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(1.2) translateY(-24px);
    transform: scale(1.2) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.slid {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}
.liq:nth-child(2) {
    -webkit-transition-delay: 100ms, 100ms;
    transition-delay: 100ms, 100ms;
}
.liq:nth-child(3) {
    -webkit-transition-delay: 180ms, 180ms;
    transition-delay: 180ms, 180ms;
}
.liq:nth-child(4) {
    -webkit-transition-delay: 260ms, 260ms;
    transition-delay: 260ms, 260ms;
}
.liq:nth-child(5) {
    -webkit-transition-delay: 320ms, 320ms;
    transition-delay: 320ms, 320ms;
}
.liq:nth-child(6) {
    -webkit-transition-delay: 400ms, 400ms;
    transition-delay: 400ms, 400ms;
}
.liq:nth-child(7) {
    -webkit-transition-delay: 480ms, 480ms;
    transition-delay: 480ms, 480ms;
}
.liq:nth-child(8) {
    -webkit-transition-delay: 560ms, 560ms;
    transition-delay: 560ms, 560ms;
}
.fort_bott {
    width: calc(100% - 40px);
    padding: 0 20px;
}
.fort_bott .li {
    width: 100%;
    border-bottom: 2px solid #404043;
}
.fort_bott .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}
.info h3 {
    font-size: 15px;
    padding-top: 15px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 1);
    width: 50%;
}
.info h3 a{
    width: 100%;
    display: inline-block;
    color:#fff;
}
.inf_img>img {
    margin-top: 122%;
}
.foyu_opi2 {
    display: none;
}
.foty_over a {
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 40px;
    font-size: 14px;
}
.foty_over a:hover{
	color:#00a7ea;
}
.inko p a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}
.img_disp2 {
    display: block;
}
.img_disp3 {
    display: none;
}
.y_ov a:last-child {
    border-bottom: none;
}
/*脚部*/
.footer_box{
	width: 100%;
	background: #eceff4;
	overflow: hidden;
	padding-top: 76px;
}
.footer_box .footer_left img{
	display: block;
}
.footer_box .footer_left .logo{
	margin-bottom: 22px;
}
.footer_box .footer_con{
	padding-bottom: 130px;
}
.footer_box .footer_nav{
	margin-left: 146px;
}
.footer_box .footer_nav:first-child{
	margin-left: 40px;       
}
.footer_box .footer_nav .footer_nav_title{
	font-size: 20px;
	line-height: 20px;
}
.footer_box .footer_nav .footer_nav_line{
	width: 20px;
	height: 2px;
	background: #c4c8cd;
	margin: 24px 0;
}
.footer_box .footer_nav .footer_nav_subtitle{
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 12px;
}
.footer_box .footer_nav .footer_nav_subtitle:last-child{
	margin-bottom: 0;
}
.footer_bottom{
	height: 90px;
	border-top: 1px solid #d8dbe0;
}
.footer_bottom .body_con{
	height: 100%;
	color:#7f878f;
}
.footer_bottom .right{
	cursor: pointer;
}
/*页码*/
.page_number_con {
	width: 100%;
	height: 46px;
	font-size: 16px;
}
.page_number_con .page_number {
	width: 46px;
	height: 46px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	text-align: center;
	line-height: 46px;
	display: block;
	color: #666666;
	margin-right: 20px;
	font-size: 16px;
	border-radius: 50%;
}
.page_number_con .gonum{
	border:1px solid #e5e5e5;
	text-align: center;
	margin:0 10px;
	box-sizing: border-box;
	height: 46px;
	width: 46px !important;
}
.page_number_con .btngo{
	height: 46px;
	border:1px solid #e5e5e5;
	margin-left: 10px;
	line-height: 46px;
	padding:0 10px;
	font-size: 16px;
}
.page_number_con .page_number.page_dian {
	border: none;
}

.page_number_con .page_number.active {
	background: #00a7ea;
	color: #fff;
	border-color: #00a7ea;
}

.page_number_con .page_number:hover {
	background: #00a7ea;
	color: #fff;
	border-color: #00a7ea;
}
.page_number_con .page_number.page_number_hover{
	border-color: #00a7ea;
	color:#00a7ea;
}
.page_number_con .page_number.page_number_hover:hover{
	color:#fff;
}
.page_number_con .page_number:hover .triangle_left {
	
}

.page_number_con .page_number:hover .triangle_right {
	
}

.page_number_con .page_number:last-child {
	margin-right: 0;
}

.page_number_con .page_number_inner {
	width: 100%;
	height: 100%;
}

/*公众样式*/

.scrollbar::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
	width: 0px !important;
	height: 0px !important;
}

.body {
	position: relative;
}
.body_con{
	width: 83%;
	margin: auto;
	position: relative;
}
.pc_screen {
	display: block !important;
}

.mobile_screen {
	display: none !important;
}
.font_weight{
	font-weight: bold;
}

/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	
	.body_con,
	.header_inner{
		width: 90%;
	}
	.top_banner .top_banner_txt{
		width: 90%;
	}
	.top_banner .top_banner_1{
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.top_banner .top_banner_2{
		font-size: 20px;
		line-height: 20px;
	}
}
@media screen and (max-width: 1450px) {
	
	
}
@media screen and (max-width: 1335px) {
	
	
}
@media screen and (max-width: 1200px) {
	.pc_screen {
		display: none !important;
	}
	.mobile_screen {
		display: block !important;
	}
	.header_box ~ .body{
		margin-top: 50px;
	}
	.body_con{
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	.headr_img .logo{
		height: 32px;
	}
}
@media screen and (max-width: 1100px) {
	.footer_box .footer_nav{
		margin-left: 50px;
	}
	.footer_box .footer_nav:last-child{
		width: 60%;
	}
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
	.id_str{
		top: -50px;
	}
	.page_number_con {
		height: 30px;
		font-size: 14px;
	}
	.page_number_con .page_number {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 10px;
		font-size: 14px;
	}

	.top_banner .top_banner_1{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.top_banner .top_banner_2{
		font-size: 14px;
		line-height: 14px;
	}
	.top_banner .top_banner_txt{
		top: 38%;
	}
	.menu_box{
		height: 36px;
	}
	.menu_box .menu_box_nav{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.footer_box{
		padding-top: 20px;
	}
	.footer_box .footer_con{
		display: block;
		padding-bottom: 20px;
	}
	.footer_box .footer_right{
		display: block;
		margin-top: 20px;
	}
	.footer_box .footer_nav{
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.footer_box .footer_nav:last-child{
		margin-bottom: 0;
	}
	.footer_box .footer_left .logo{
		margin-bottom: 15px;
	}
	.footer_box .footer_left img{
		width: 100px;
	}
	.footer_box .footer_nav .footer_nav_txt{
		overflow: hidden;
	}
	.footer_box .footer_nav .footer_nav_line{
		height: 1px;
		margin: 12px 0;
	}
	.footer_box .footer_nav .footer_nav_subtitle{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 6px;
	}
	.footer_box .footer_nav:first-child .footer_nav_subtitle{
		float: left;
		margin-right: 15px;
	}
	.footer_bottom{
		font-size: 12px;
		height: auto;
		padding: 10px 0;
	}
	.footer_bottom .left{
		width: 70%;
	}
	.footer_bottom .right .img{
		width: 32px;
	}
    .footer_box .footer_nav:first-child {
        margin-left: 0px;
    }
}
@media screen and (max-width: 414px) {
	
}


/*公众样式*/
.clearfix{
    *zoom:1;
}
a {
	color: #242c33;
	text-decoration: none;
}

a:hover {
	color: #00a7ea;
	text-decoration: none;
	transition:0.3s all;
}

html {
	overflow-y: auto;
	overflow-x: hidden;
}

body{
	color: #242c33;
	padding: 0;
	margin: 0;
	font-family: "AlibabaPuHuiTiR","微软雅黑","Microsoft YaHei","PingFang SC";
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.color_fff {
	color: #fff !important;
}

.color_main {
	color: #00a7ea !important;
}

.color_bg_main {
	color: #fff !important;
	background: #00a7ea !important;
}

.color_gray {
	color: #808080 !important;
}

.color_999 {
	color: #999 !important;
}

.text_hidden {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.two_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.three_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.four_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.six_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
.seven_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
/*文字倾斜*/
.text_italic {
	font-style: italic;
}


/*flex*/

.d_flex {
	display: -webkit-box; 
	display: -moz-box; 
	display: -moz-flex; 
	display: -ms-flexbox; 
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
}

.flex_wrap {
	
	display: -webkit-box; 
	display: -moz-box; 
	display: -moz-flex; 
	display: -o-flex;
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;
	
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.j_start {
	-o-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}

.j_center {
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.j_space_around {
	-o-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.j_end {
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.j_between {
	-o-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.a_center {
	-o-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.a_end {
	-o-align-items: flex-end;
	-ms-align-items: flex-end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}


.flex_column {
	-o-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
/*浮动*/

.float_left {
	float: left !important;
}

.float_right {
	float: right !important;
}