@font-face {font-family: "iconfont";
    src: url('../fonts/font_2454341_yslka41nkwf.eot'); /* IE9 */
    src: url('../fonts/font_2454341_yslka41nkwf.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/771a8e32b1d2434ba3a43882c194b01c.woff') format('woff2'),
    url('../fonts/font_2454341_yslka41nkwf.woff') format('woff'),
    url('../fonts/font_2454341_yslka41nkwf.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('../fonts/font_2454341_yslka41nkwf.svg') format('svg'); /* iOS 4.1- */
}
body,html{
	background: #f3f6f9;
}
.hertre{
	width: 100%;
	height: 110px;
	background: #ffffff;
	z-index: 999;
}
.hertre_cen{
	width: 94%;
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: 190px;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}
.nav{
	width: max-content;
	height: auto;
}
.nav ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav ul li{
    font-size: 20px;
    margin: 0 45px;
    display: block;
    color: #545454;
	line-height: 110px;
	text-align: center;
	position: relative;
	transition: all 0.2s;
}

.nav_ul{
    position: absolute;
    background: #0d6ac8;
    top: 100px;
    width: 100%;
    overflow: hidden;
    left: 0;
    display: none;
}
.nav_ul a{
  width: 100%;
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  transition: all 0.3s;
}
.nav_ul a:hover{
  background: #0a4f95;
}
.hertre_cen p{
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%,-50%);
	font-size: 18px;
	color: #333333;
	line-height: 18px;
}
.hertre_cen p a.do{
	color: #0d5a29;
}
.hertre_cen p a:hover{
	color: #0d5a29;
}
.an{
	width: 70px;
	height: 70px;
	display: none;
	position: fixed;
	right: 0%;
	transition: all 0.5s;
	z-index: 99;
}
.container {
  cursor: pointer;
  display: flex; 
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%; 
	height: auto;
}
.banner .swiper-pagination{
	bottom: 30px !important;
}
.banner .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	border: 2px solid #0d5a29;
	background: none;
}
.banner .swiper-pagination-bullet-active{
	background: #0d5a29;
}
.form{
	width: 24px;
    font-family: "iconfont" !important;
    cursor: pointer;
    position: relative;
}
.form::after{
	content: "\e700";
    font-size: 20px;
    line-height: 32px;
    color: #545454;
    font-weight: bold;
}
.form_form{
	width: 260px;
	position: absolute;
	right: 0;
	display: none;
}
.form form{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.seach_s{
	width: 24px;
	height: 32px;
	font-family: "iconfont" !important;
	border: none;
	background: none;
	cursor: pointer;
}
.seach_s::after{
	content: "\e700";
    font-size: 20px;
    line-height: 32px;
    color: #545454;
    font-weight: bold;
}
.seach_t {
    width: 200px;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.content{
	width: 82%;
    margin: -60px auto 0;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 5px rgba(207,233,255,1);
    position: relative;
    z-index: 1;
}
.content ul li{
	width: auto;
    padding: 0 30px;
    line-height: 60px;
    color: #3b3b3b;
    font-size: 20px;
    display: block;
}
.content ul li a{
    color: #999;
}
.lianxi{
	width:82%;
	overflow: hidden;
	margin: auto;
	margin-top: 95px;
}
.lianxi>h1{
	text-align: center;
    width: 100%;
    text-align: center;
    font-size: 35px;
    line-height: 60px;
    color: #3b3b3b;
    font-weight: 500;
}
#allmap{
	width:100%;
	height:500px;
	margin-top: 45px;
}
.lianxi_omg{
	width: 100%;
	overflow: hidden;
	margin: 100px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lianxi_left{
	width: 55%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.lianxi_left img{
	width: 50px;
	height: auto;
	margin-top: 20px;
}
.lianxi_text{
	width: calc(100% - 70px);
	overflow: hidden;
	font-size: 22px;
    line-height: 40px;
    color: #3b3b3b;
    display: block;
}
.lianxi_right{
	width: 40%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.lianxi_right img{
	width: 50px;
	height: auto;
	margin-top: 20px;
}
.lianxi_right_h{
	width: calc(100% - 70px);
	overflow: hidden;
}
.lianxi_right_h p{
	width: 100%;
    font-size: 22px;
    line-height: 40px;
    color: #3b3b3b;
    display: block;
}
.lianxi_right_h h1{
    width: 100%;
    font-size: 45px;
    line-height: 60px;
    color: #3b3b3b;
    display: block;
}
.liebian{
	width: 82%;
	overflow: hidden;
	margin: 45px auto 60px;
}
.liebian ul{
	width: 80%;
	overflow: hidden;
	margin: auto;
}
.liebian ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	background: #fff;
    box-shadow: 0 0 5px rgba(207,233,255,1);
    padding: 10px;
}
.liebian ul li:nth-child(1){
	margin-top: 0px;
}
.liebian ul li a{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.liebian_img{
	width: 31%;
	overflow: hidden;
}
.liebian_img img{
	width: 100%;
	height: auto;
}
.liebian_r{
	width: 65%;
	overflow: hidden;
	padding-right: 50px;
}
.liebian_r h1{
    width: 100%;
    font-size: 25px;
    line-height: 60px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.liebian_r p{
    width: 100%;
    font-size: 20px;
    color: #777;
    margin-top: 30px;
    display: block;
}
.liebian_r span{
    font-family: "iconfont" !important;
}
.liebian_r span::after{
    float: right;
    font-size: 30px;
    content: "\e621";
}
.show{
	width: 82%;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 100px;
}
 .show>h1{
    width: 100%;
    font-size: 36px;
    color: #3b3b3b;
    display: block;
    font-weight: normal;
}
.show>p{
	font-size: 22px;
    margin-top: 20px;
    color: #777;
}
.show_text{
	width: 100%;
	overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #3b3b3b;
}
.show>img{
	width: 100%;
	height: auto;
	display: none;
}
.gengduo{
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
}
.gengduo h2{
	width: 100%;
    font-size: 35px;
    line-height: 60px;
    color: #3b3b3b;
    font-weight: 500;
}
.gengduo ul{
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.gengduo ul li{
	width: calc(50% - 10px);
	overflow: hidden;
	font-size: 20px;
    line-height: 36px;
    color: #333;
}
.gengduo ul li span{
	width: 90%;
    float: left;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gengduo ul li font{
	display: inline-block;
	width: 10%;
	text-align: right;
}
.beijing{
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.jianjie{
	width: 82%;
	overflow: hidden;
	margin: 60px auto;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 3px rgb(35,52,66,0.2);
}
.jianjie_top{
	width: 100%;
	overflow: hidden;
	height: 70px;
	background: #1e355f;
	position: relative;
}
.jianjie_bottom{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 60px;
}
.jianjie_bottom img{
	width: 31%;
	height: auto;
}
.jianjie_top h1{
    width: 215px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #289eff 100%);
    border-radius: 12px 12px 0px 0px;
    font-size: 26px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 60px;
}
.jianjie_text{
	width: 65%;
	overflow: hidden;
	font-size: 18px;
    
    font-weight: 500;
    color: #565656;
    position: relative;
}
.xuanchuan{
	width: 82%;
	overflow: hidden;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 3px rgb(35,52,66,0.2);
	margin-top: 30px;
}
.xuanchuan video{
	width: 100%;
	height: auto;
	display: block;
}
.xuan_text{
    width: 100%;
    text-align: center;
    color: #289fff;
    font-size: 20px;
    line-height: 40px;
    display: block;
    font-weight: 600;
}

.chanpin{
	width: 82%;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
}
.chanpin h1{ 
	width: 100%;
    text-align: center;
    color: #3b3b3b;
    font-size: 25px;
    margin-top: 20px;
    line-height: 35px;
    display: block;
}
.chanpin_ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 250px;
	
}
.chanpin_ul h1{
	font-size: 25px;
	color: #fff;
	font-weight: 500;
}
.chanpin ul{
	width: 100%;
	overflow: hidden;
	background: rgb(23,35,78);
	padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.chanpin ul li{
	width: 14%;
    text-align: center;
    background: linear-gradient(180deg, #c0d7e8, #357eb3);
    border-radius: 12px 12px 0px 0px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
}

.chanpin ul li.ok{
	background: linear-gradient(180deg, #dcf0ff, #1fa2ff);
} 
.chanpin_uls{
	width: 100%;
	overflow: hidden;
	padding: 0 30px;
	background: rgb(23,35,78);
	padding-bottom: 30px;
}
.chanpin_tect{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.chanpin_tect a{
	width: calc(25% - 15px);
	overflow: hidden;
	margin-top: 20px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-left: 20px;
}
.chanpin_tect a:nth-child(4n+1){
	margin-left: 0px;
}
.chanpin_tect_img{
	width: 100%;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.chanpin_tect_img img{
	max-height: 80%;
	max-width: 80%;
}
.chanpin_tect a h1{
	text-align: center;
    margin-top: 24px;
    font-size: 23px;
    color: rgb(59, 59, 59);
}
.showp{
	width: 82%;
	overflow: hidden;
	margin: auto;
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.showp_l{
	width: 53%;
	overflow: hidden;
	padding: 45px;
	background: #fff;
	position: relative;
}
.showp_l .swiper-slide{

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.showp_l img{
	max-width: 80%;
	max-height: 80%;
}
.showp_l .swiper-pagination{
	bottom: 0px !important;
}
.showp_l .swiper-pagination-bullet{
	width: 15px;
    height: 15px;
	background: #b6b9bb;
}
.showp_l .swiper-wrapper{
    height: 100%;
}
.showp_l .swiper-slide{
    height: 0;
}
.showp_l .swiper-slide-active{
    height: 100%;
}
.showp_r{
	width: 45%;
	overflow: hidden;
	border: 2px solid #fff;
	padding: 30px;
}
.showp_r h1{
	font-size: 35px;
	color: #000;
	font-weight: 500;
	border-bottom: 2px solid #fff;
	padding-bottom: 30px;
}
.showp_text{
	width: 100%;
	overflow: hidden;
	font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 30px;
}

.zhihui{
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}
.zhihui h1{
	width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #3b3b3b;
}
.zhihui .mySwiper3{
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
	position: relative;
}
.zhihui img{
	width: 100%;
	height: auto;
}
.zhihui .swiper-pagination{
	top: 10px !important;
}
.zhihui .swiper-pagination-bullet{
	width: 15px;
    height: 15px;
	background: #168cdf;
}
.zhihui h2{
	width: 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 115px;
    background: rgba(0,0,0,0.25);
    display: block;
    position: absolute;
    font-weight: 500;
    bottom: 0;
}

.gengduoas{
	width: 82%;
	margin: 100px auto;
}
.gengduoas h2{
	width: 100%;
    font-size: 35px;
    line-height: 60px;
    color: #3b3b3b;
    font-weight: 500;
}
.gengduoas ul{
	width: 100%;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gengduoas ul li{
	width: calc(33% - 10px);
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 20px 3px rgb(35,52,66,0.2);
	padding: 10px;
	margin-top: 20px;
}
.asdiu ul li{
	display: none;
}
.asdiu ul li:nth-child(-n+3){
	display: block;
}
.gengduoas_img{
	width: 100%;
	height: 250px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.gengduoas_img img{
	max-height: 80%;
	max-width: 80%;
}
.gengduoas ul li h1{
	width: 100%;
    font-size: 16px;
    line-height: 50px;
    border-top: 1px solid #c3c3c3;
    color: #3b3b3b;
    margin: 0 auto;
    display: block;
}
.gengduoas ul li span{
    font-family: "iconfont" !important;
}
.gengduoas ul li span::after{
    float: right;
    font-size: 30px;
    content: "\e621";
}

.changjin{
	width: 82%;
	overflow: hidden;
	margin: auto;
}
.changjin p{
    width: 100%;
    text-align: center;
    color: #289fff;
    font-size: 20px;
    line-height: 40px;
    display: block;
    font-weight: 600;
}

.changjin{
	width: 82%;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
}
.changjin h1{ 
	width: 100%;
    text-align: center;
    color: #3b3b3b;
    font-size: 25px;
    margin-top: 20px;
    line-height: 35px;
    display: block;
}
.changjin ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.changjin ul li{
	width: 30%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.changjin ul li img{
	width: 100%;
	height: auto;
}
.changjin ul li h2{
	font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 41px;
 	padding: 0 40px;
 	font-weight: 500;
}
.dingzhi{
	width: 82%;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}
.dingzhi ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dingzhi ul li{
	width: calc(50% - 25px);
	overflow: hidden;
	border-radius: 10px;
	background: #e3efff;
}
.dingzhi ul li img{
	width: 100%;
	height: auto;
}
.dingzhi ul li h2{
	width: 100%;
	overflow: hidden;
	background: #84c4ff;
    color: #fff;
    text-align: center;
    line-height: 82px;
    font-size: 40px;
    display: block;
    font-weight: 500;
}
.dingzhi_text{
	width: 100%;
	overflow: hidden;
	padding: 20px;
    font-size: 23px;
    line-height: 46px;
    color: #535558;
    white-space: nowrap;
    text-align: center;
}
.kaixi{
	width: 82%;
	overflow: hidden;
	margin: 50px auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px;
	border-radius: 20px;	
}
.kaixi>h1{
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.kaixi ul{
	width: 100%;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kaixi ul li{
	width: calc(50% - 10px);
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 20px 3px rgb(35,52,66,0.2);
	padding: 10px;
	margin-top: 30px;
}
.gengduoas_img{
	width: 100%;
	height: 250px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.gengduoas_img img{
	max-height: 80%;
	max-width: 80%;
}
.kaixi ul li h1{
	width: 100%;
    font-size: 16px;
    line-height: 50px;
    border-top: 1px solid #c3c3c3;
    color: #3b3b3b;
    margin: 0 auto;
    display: block;
}
.kaixi ul li span{
    font-family: "iconfont" !important;
}
.kaixi ul li span::after{
    float: right;
    font-size: 30px;
    content: "\e621";
}

.xuanfu {
    width: 130px;
    height: auto;
    background: #fff;
    position: absolute;
    left: 20px;
    top: 500px;
    box-shadow: 0px 0px 10px 2px rgb(0, 0, 0, 0.1);
    z-index: 999;
    background: #fff;
    border-radius: 10px;
}
.ldl{
    position: fixed;
    top: 20px;
}
.xuanfu_img{
	width: 80%;
	overflow: hidden;
	margin: 10px auto;
}
.xuanfu_img img{
	width: 100%;
	height: auto;
}
.xuanfu ul {
    width: 100%;
    height: 100%;
    margin: auto;
}
.xuanfu ul li {
    width: 100%;
    position: relative;
    cursor: pointer;
    border-top: 1px #1e355f solid;
    text-align: center;
    font-size: 14px;
    color: #1e355f;
    line-height: 50px;
    
}
.di{
    width: 100%;
    overflow: hidden;
    background: #04375e;
    color: #fff;
    padding-bottom: 100px;
}
.nav_di{
	width: 1140px;
	overflow: hidden;
	margin: 100px auto 140px;
}
.nav_di ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav_di ul li{
	font-size: 22px;
    display: block;
    color: #fff;
}
.di_ou{
	width: 90%;
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.di_ou ul{
	width: 26%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.di_ou ul li{
	width: 46%;
	overflow: hidden;
}
.di_ou ul li img{
	width: 100%;
	height: auto;
}
.di_ou ul li p{
	text-align: center;
	font-size: 18px;
    text-align: center;
    line-height: 36px;
    color: #fff;
}
.di_ou_cen{
	width: 44%;
	overflow: hidden;
	font-size: 15px;
    line-height: 36px;
    color: #fff;
}
.di_ou_r{
	width: 26%;
}
.di_ou_r p{
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}
.di_ou_r h1{
	font-size: 30px;
    line-height: 50px;
    display: block;
    color: #fff;
}
.page{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
}
.page .active,
.page .total{
    display: inline-block;
    margin: 0 2px;
    padding: 0 12px;
    border: 1px solid #e1e1e1;
    background: #f7f6f3;
    color: #333;
    vertical-align: top;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
}
.page .active{
    border: 1px solid #e1e1e1;
    background: #0f76d3;
    color: #fff;
}
.page .active:nth-child(1),
.page .active:nth-child(2),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child{
    border: 1px solid #e1e1e1;
    background: #f7f6f3;
    color: #333;
}