@font-face {
  font-family: "deng";
  src: url("../fonts/ZhanKuXiaoLOGOTi-2_0.otf");
}
.top{
	width: 100%;
	overflow: hidden;
	background: #f6faff;
	height: 40px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	 font-family: "deng";
	 line-height: 40px;
	 font-weight: bold;
	 position: relative;
	 z-index: 999;
}
.top img{
	width: 537px;
	height: auto;
	margin: auto;
}
.hertre{
	width: 100%;
	height: 80px;
	background: rgb(51,51,51,0.7);
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999;
}
.hertre_cen{
	width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
}
.logo{
	width: 80px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%,-50%);
}
.logo img{
	width: 100%;
	height: auto;
}
.nav{
	width: 70%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translate(0%,-50%);
}
.nav ul{
	width: 100%;
	height: auto;
}
.nav ul li{
	float: left;
	width: 16%;
	height: auto;
	position: relative;
}
.nav ul li:nth-child(1){
	margin-left: 0%;
}
.nav ul li h1{
	text-align: center;
	line-height: 25px;
	font-size: 18px;
	color: #e4eefa;
	font-weight: 400;
}
.nav ul li p{
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #b6c9e0;
	font-weight: 400;
}

.nav ul li:hover h1,.nav ul li:hover p{
	color: #dc470d;

}
.hertre_cen h2{
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%,-50%);
	transition: all 0.3s;
	font-size: 18px;
	color: #fff;
	background-image: url(../images/oip_11.png);
	background-size: 30px 24px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	font-weight: inherit;
	cursor: pointer;
}
.hertre_cen h2:hover{
	color: #dc470d;
	background-image: url(../images/oip_111.png);
}
.poidpo{
	width: 100%;
	 position: absolute;
     background: rgb(51,51,51,0.5);
    top: 80px;
    overflow: hidden;
    left:0%;
    z-index: 999;
    display: none;
}
.poidpo_sd{
	width: 1200px;
	overflow: hidden;
	margin: 10px auto;
	position: relative;
}
.poidpo_sd ul{
   width: 70%;
   overflow: hidden;


   margin-left: 15%;
}
.poidpo_sd ul li{
	width: 16%;
	overflow: hidden;
	float: left;
}
.poidpo_sd ul li a{
  width: 100%;
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s;
}
.nav_ul a:hover{
  background: rgb(220, 71, 13 ,0.7);
}
.poidpo_sd ul li a:hover{
	color: rgb(220, 71, 13 ,0.7);
}
.an{
	width: 80px;
	height: 80px;
	display: none;
	position: absolute;
	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 video{
	object-fit: fill;
	width: 100%;
	height: 100%;
	display: block;

}
.banner video::-webkit-media-controls-enclosure{
    display: none;
}
.cjongzhi{
	width: 70px;
	overflow: hidden;
	position: absolute;
	top: 40%;
	right: 18%;
	transition: all 0.3s;

}
.cjongzhi:hover{
	transform: scale(1.2);
}
.cjongzhi img{
	width: 100%;
	height: auto;
}
.xf{
	width: 70px;
	height: auto;
	position: fixed;
	right: 10px;
	top: 300px;
	z-index: 99;
}
.xf ul li{
	width: 70px;
	height: 70px;
	margin-bottom: 1px;
	border: 1px solid #dadae2;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
}
.xf ul li a{
	display: block;
	font-size: 14px;
	color: #000;
	text-align: center;
	background-image: url(../images/aaaaa_03.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	padding-top: 25px;
	margin: auto;
	margin-top: 12px;
}
.xf ul li:nth-child(1) a{

	background-image: url(../images/huiyuangoiumei.png);
/*	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	margin-top: 0px;*/
}
.xf ul li:nth-child(2) a{
	background-image: url(../images/asdw.png);
/*	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	margin-top: 0px;*/
}
.xf ul li:nth-child(3) a{
	background-image: url(../images/1ec099c8-54ab-4f89-8142-f00461b0asd523e.png);
}
.xf ul li:nth-child(4) a{
	background-image: url(../images/1ec099c8-54ab-4f89-8142-f00461b0523e.png);
}
.xf ul li:nth-child(5) a{
	background-image: url(../images/asdac.png);
/*	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	margin-top: 0px;*/
}
.xf ul li:nth-child(6) a{
	background-image: url(../images/1ec099c8-54ab-4f89-8142-f00461b0523easd.png);
}
.xf ul li:nth-child(7) a{
	background-image: url(../images/5c23ba35-b0c4-47be-9964-6a49291af6d6.png);
}
.xf ul li:hover{
	background: #d6d8dc;
}
.xf ul li:hover a{
	color: #222222;
}
/*.xf ul li:nth-child(1):hover a{
	background-image: url(../images/a4.png);
}
.xf ul li:nth-child(2):hover a{
	background-image: url(../images/a8.png);
}*/
/*.xf ul li:nth-child(3):hover a{
	background-image: url(../images/aaaaa_05.png);
}
.xf ul li:nth-child(4):hover a{
	background-image: url(../images/aaaaa_10.png);
}*/
/*.xf ul li:nth-child(5):hover a{
	background-image: url(../images/a2.png);
}*/
/*.xf ul li:nth-child(6):hover a{
	background-image: url(../images/a6.png);
}
.xf ul li:nth-child(7):hover a{
	background-image: url(../images/a10.png);
}*/
.xf_ce{
	width: 130px;
	height: 130px;
	position: absolute;
	top: -25px;
	left: -150px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.2)
}
.xf_ce img{
	width: 100px;
	height: 100px;
	margin: 15px;
}
.xf_ce i{
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    right: -10px;
}
.nuo{
	width: 1200px;
	overflow: hidden;
	background: rgb(0,0,0,0.75);
	margin: auto;
	margin-top: 30px;
	position: relative;
	z-index: 1;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nuo_l{
	width: 58%;
	overflow: hidden;
	float: left;
	position: relative;
}
.cposoido{
	width: 300%;
	overflow: hidden;
    height: 100%;
    display: flex;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    left: 0%;
}
.cposoido .osuo{
	width: 100%;
	height: 100%;
	float: left;
}
.osuo img{
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
}
.nuo_l ul{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
}
.nuo_l ul li{
	width: 33.333333333333333333333%;
	overflow: hidden;
	float: left;
	font-size: 20px;
	color: #ffffff;
	text-indent: 10px;
	line-height: 50px;
}
.nuo_l ul li:hover{
	background: #333333;
	color: #b6c9e0;
}
.nuo_y{
	width: 42%;
	overflow: hidden;
	float: right;
	padding: 0 20px;
}
.top_menu{
	width: 100%;
	min-height: 24px;
	margin-top: 35px;
	overflow: hidden;
	border-bottom: 1px solid #000;
	position: relative;
}
.top_menu .common{
	float: left;
	font-size: 18px;
	color: #dddddd;
	line-height: 18px;
	margin-right: 30px;
	cursor: pointer;
	padding-bottom: 10px;
	font-weight: bold;

}
.top_menu .liactive{
	color: #dc470d;
}
.slider {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width: 36px;
	height:2px;
	background:#dc470d;
	transition:all 0.5s;
}

















.ul{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	position:relative;
	overflow-x:hidden;
	height: 260px;
}
.bottom_content{
	width: 400%;
	overflow: hidden;
	height: 100%;
	display:flex;
	transition:all .5s ease;
	position:absolute;
	top:0;
	left:0%
}
.bottom_content .body_1{
	width: 100%;
	overflow: hidden;
	float: left;
	height: 100%;
}
/*.muo_pi ul.abhdi{
	display: block;
}*/
.bottom_content .body_1 li{
	width: 100%;
	overflow: hidden;
	line-height: 32px;
}
.bottom_content .body_1 li h1{
	width: 70%;
	font-size: 16px;
	color: #dddddd;
	font-weight: inherit;
	float: left;
	 display: -webkit-box;;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	border-bottom: 1px solid rgb(0,0,0,0);
}
.bottom_content .body_1 li span{
	float: right;
	font-size: 14px;
	color: #aaaaaa;
	font-weight: inherit;
}
.bottom_content .body_1 li:hover h1{
	color: #dc470d;
	border-bottom: 1px solid #dc470d;
}
.bottom_content .body_1 li:hover span{
	color: #fff;
}
.uoucv{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 55px;
}
.uoucv ul{
	width: 100%;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.uoucv ul li{
	width: 22%;
	overflow: hidden;
	float: left;
	margin-left: 4%;
	position: relative;
}
.uoucv ul li:nth-child(1){
	margin-left: 0%;
}
.uoucv ul li img{
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.uoucv ul li:hover img{
	transform: scale(1.3);
}
.uoucv_op{
	position: absolute;
	width: 90%;
	padding: 3%;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*background-color: #ccc;*/
	/*opacity:0.7;*/
}
.uoucv_op h1{
	font-size: 24px;
	color: #222222;
	line-height: 26px;
	 display: -webkit-box;;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.uoucv_op p{
	font-size: 16px;
	color: #222222;
	line-height: 26px;
	 display: -webkit-box;;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.soiu{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	border-top: 1px solid #7896bb;
	margin-top: 40px;
	padding-top: 40px;
}
.soiu_l{
	width: 70%;
	overflow: hidden;
	float: left;
	position: relative;
}
.soiu_l video{
	width: 100%;
	height: 100%;
	display: none;
}
.soiu_l video.osodio{
	display: block;
}
.soiu_l i{
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.2s;
}
.soiu_l i img{
	width: 100%;
	height: 100%;
}
.soiu_l:hover i{
	opacity: 1;
}

.soiu_y{
	width: 30%;
	overflow: hidden;
	float: right;
}
.soiu_y ul{
	width: 100%;
	overflow: hidden;
}
.soiu_y ul li{
	width: 20%;
	overflow: hidden;
	float: left;
	margin-left: 5%;
	position: relative;
	margin-top: 20px;
	cursor: pointer;
	transition: all 0.3s;
}
.soiu_y ul li:nth-child(-n+4){
	margin-top: 0px;
}
.soiu_y ul li img{
	width: 100%;
	height: auto;
}
.soiu_y ul li:hover{
	transform: scale(0.95);
	opacity: 0.5;
}
.jcv{
	width: 1300px;
	overflow: hidden;
	margin: auto;
	margin-top: 35px;
}
.jcv>h1{
	width: 1200px;
	margin: auto;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	padding-left: 35px;
	background-image: url(../images/aou_97.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 30px;
}
.jcv ul{
	width: 100%;
	overflow: hidden;
	padding: 0 50px;
	padding-bottom: 20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jcv ul li{
	width: 22%;
	overflow: hidden;
	float: left;
	margin-left: 4%;
	position: relative;
	margin-top: 20px;
	transition: all 0.3s;
}
.jcv ul li:hover{
	transform: scale(1.2);
}
.jcv ul li:nth-child(4n+1){
	margin-left: 0%;
}
.jcv ul li img{
	width: 100%;
	height: auto;
}
.jcv_bott{
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: rgb(0,0,0,0.35);
	transition: all 0.2s;
}
.jcv_bott h1{
	float: left;
	font-size: 16px;
	color: #eeeeee;
	line-height: 35px;
	padding-left: 25px;
	background-image: url(../images/soid_52.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 19px 20px;
	font-weight: inherit;
	margin-left: 10px;
}
.jcv_bott p{
	font-size: 14px;
	color: #eeeeee;
	line-height: 35px;
	float: right;
	margin-right: 10px;
}
.jcv ul li i{
	width: 55px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.2s;
}
.jcv ul li i img{
	width: 100%;
	height: auto;
}
.jcv ul li:hover i{
	opacity: 1;
}
.jcv ul li:hover .jcv_bott{
	opacity: 0;
}

.sg{
	width: 1300px;
	overflow: hidden;
	margin: auto;

	margin-top: 35px;
}
.sg>h1{
	width: 1200px;
	margin: auto;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	padding-left: 35px;
	background-image: url(../images/aou_101.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 30px;

}
.fs h1{
	background-image: url(../images/adsa_69.jpg);
	background-size: 23px 23px;
}
.sg ul{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 50px;
	padding-bottom: 20px;
}
.sg ul li{
	width: 15%;
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-left: 2%;
	background: #e6effa;
	padding: 10px;
	transition: all 0.2s;
}
.sg ul li:hover{
	opacity: 0.5;
	transform: scale(1.2);
}
.sg ul li:nth-child(6n+1){
	margin-left: 0%;
}
.sg ul li img{
	width: 30px;
	height: 25px;
	float: left;
}
.sg ul li p{
	width: 75%;
	float: right;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	 display: -webkit-box;;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.di{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/aou_112.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.di_c{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 180px;
}
.di_logo{
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 2px solid #999999;
}
.di_logo img{
	width: 120px;
	height: auto;
}
.di_bo{
	width: 100%;
	overflow: hidden;
	margin: 20px auto 40px;
}
.di_bo_l{
	width: 30%;
	overflow: hidden;
	float: left;
}
.di_bo_l p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	font-weight: 600;
}
.di_bo_l span{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.di_bo_y{
	width: 66%;
	overflow: hidden;
	float: right;
}
.di_bo_y span{
	display: block;
	line-height: 26px;
	float: left;
	/*width: 12.5%;*/
	font-size: 14px;
	color: #666666;
	/*border-right: 1px solid #666666;*/
	margin-bottom: 13px;
	text-align: center;
}
.di_bo_y a:nth-child(8n){
	border: none;
}
.xunui{
	width: 1200px;
	overflow: hidden;
	margin: 20px auto 40px;
}
.xunui ul{
	width: 100%;
	overflow: hidden;
}
.xunui ul li{
	width: 22%;
	overflow: hidden;
	float: left;
	margin-left: 4%;
	background-image: url(../images/zzmxkc_08.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 82px;
	line-height: 82px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	padding: 0 25px;
	margin-top: 20px;
	display: block;
	transition: all 0.2s;
}
.xunui ul li a{
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xunui ul li:hover{
	background-image: url(../images/zzmxkc_06.png);
}
.xunui ul li.psodip{
	background-image: url(../images/zzmxkc_06.png);
}
.xunui ul li:nth-child(4n+1){
	margin-left: 0%;
}
.yd{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	font-size: 14px;
	color: #999999;
}
.yd p{
	font-size: 14px;
	color: #999999;
	background-image: url(../images/c_13.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 17px;
	padding-left: 20px;
}
.sodu{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
}
.sodu ul{
	margin-top: 8px;
	float: left;
}
.sodu ul li{
	width: 140px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	border: 1px solid #cccccc;
	border-radius: 35px;
	float: left;
	margin-right: 20px;
}
.sodu ul li:hover{
	background: #7896bb;
	border: 1px solid #7896bb;
	color: #fff;
}
.sodu form{
	width: 330px;
	overflow: hidden;
	float: right;
	display: block;
	position: relative;
}
.sodu form input{
	width: 100%;
	height: 45px;
	display: block;
	background: none;
	border: 1px solid #0b8ae1;
	border-radius: 45px;
	text-indent: 20px;
	font-size: 14px;
	color: #999999;
}
.sodu form input.submit{
	width: 23px;
	height: 24px;
	position: absolute;
	background-image: url(../images/c_18.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 23px 24px;
	top: 10px;
	right: 20px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}
.fl{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
}
.fl_yop{
	width: 100%;
	overflow: hidden;
	background: #cae0fa;
}
.fl_yop p{
	font-size: 20px;
	line-height: 50px;
	color: #333333;
	float: left;
	overflow: hidden;
}
.fl_yop p:nth-child(1){
	width: 20%;
	text-align: center;
}
.fl_yop p:nth-child(2){
	width: 40%;
	margin-left: 2%;
}
.fl_yop p:nth-child(3){
	width: 10%;
	text-align: center;
}
.fl_yop p:nth-child(4){
	width: 15%;
	text-align: center;
}
.fl ul{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	padding-top: 5px;
}
.fl ul li{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #b6c9e0;
	transition: all 0.2s;
}
.fl ul li img{
	width: 20%;
	height: auto;
	float: left;
}
.fl ul li:hover{
	width: 99.5%;
	padding: 20px;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.2)
}
.f1_c{
	width: 40%;
	overflow: hidden;
	float: left;
	margin-left: 2%;
}
.f1_c h1{
	width: 140px;
	line-height: 35px;
	color: #333333;
	text-align: center;
	border: 1px solid #cdcdcd;
	border-radius: 35px;
	font-size: 16px;
	font-weight: inherit;
	margin-top: 30px;
}
.f1_c p{
	font-size: 16px;
	color: #333333;
	margin-top: 40px;
	line-height: 26px;
}
.wanchusi{
	width: 10%;
	overflow: hidden;
	float: left;
	margin-top: 60px;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	text-align: center;
}
.fl_po{
	width: 15%;
	float: left;
	margin-top: 60px;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	text-align: center;
}
.fl ul li .btn{
	width: 10%;
	font-size: 16px;
	color: #333333;
	display: block;
	float: right;
	line-height: 50px;
	border: 1px solid #7896bb;
	margin-top: 60px;
	border-radius: 5px;
	text-align: center;
}
.fl ul li a:hover{
	background: #7896bb;
	color: #fff;
}

.page{
	width:100%;
	text-align: center;
}
.page .active{
	min-width:40px;
	padding: 2px 8px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background: #7896bb;
	display: inline-block;
	margin-left: 4px;
	margin-top: 5px;
	border: 1px solid #d9d9d9;
}

.page .total{
	min-width:40px;
	padding: 2px 8px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #000000;
	border: 1px solid #d9d9d9;
	background: #fff;
	display: inline-block;
	margin-top: 5px;
	margin-left: 4px;
}

.page span, .page a:hover{
	background: #7896bb;
	border: 1px solid #d9d9d9;
	color: #fff;
}
.poioi{
	margin-top: 40px;
}
.xiangq{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
}

.xiangq_c{
	width: 280px;
	overflow: hidden;
	background-image: url(../images/agonguyi_07.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 82px;
	line-height: 82px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	padding: 0 25px;
	margin: auto;
	display: block;
	transition: all 0.2s;
}
.xiangq_c ul li p{
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.uot{
	width: 900px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}
.xqo_l{
	width: 53%;
	overflow: hidden;
	float: left;
}
.xqo_l ul{
	width: 100%;
	overflow: hidden;
}
.xqo_l ul li{
	width: 100%;
	overflow: hidden;
	display: none;
}
.xqo_l ul li.dosio{
	display: block;
}
.xqo_l ul li img{
	width: 100%;
	height: auto;
}
.xqo_l img{
	width: 100%;
	height: auto;
}
.mySwiper111{
	margin-top: 15px;
	width: 100%;
	position: relative;
}
.mySwiper111 img{
	height: auto;
}
.xqo_l .swiper-button-next:after,
.xqo_l .swiper-button-prev:after{
	content: "";
}
.xqo_l .swiper-button-next{
	right: 0;
	width: 30px;
	height: 80px;
	top: 0;
	margin-top: auto;
}
.xqo_l .swiper-button-next img,.xqo_l .swiper-button-prev img{
	width: 100%;
	height: 100%;
}
.xqo_l .swiper-button-prev{
	left: 0;
	width: 30px;
	height: 80px;
	top: 0;
	margin-top: auto;
}
.mySwiper111 .swiper-slide{
	border: 3px solid #fff;
	box-sizing: border-box;
	height: 70px;
	cursor: pointer;
}
.mySwiper111 .swiper-slide img{
	width: 100%;
	height: 100%;
}
.mySwiper111 .swiper-slide:hover{
	border: 3px solid #dc470d;
}
.mySwiper111 .swiper-slide.asfdass{
	border: 3px solid #dc470d;
}

.xqo_y{
	width: 43%;
	overflow: hidden;
	float: right;
}
.xqo_y ul{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.xqo_y ul li{
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	color: #333333;
	background-image: url(../images/asad_22.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-left: 30px;
	line-height: 20px;
	margin-bottom: 36px;
}
.xqo_y ul li:nth-child(2){
	background-image: url(../images/asad_25.jpg);
}
.xqo_y ul li:nth-child(3){
	background-image: url(../images/asad_27.jpg);
}
.xqo_y ul li:nth-child(4){
	background-image: url(../images/asad_29.jpg);
}
.xqo_y ul li:nth-child(5){
	background-image: url(../images/asad_31.jpg);
}
.jdis{
	width: 900px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
}
.jdis h1{
	font-size: 20px;
	color: #7896bb;
	line-height: 28px;
}
.jdis p{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	margin-top: 10px;
}
.dpsop{
	margin-top: 50px;
}

.poso{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
}
.poso ul li{
	display: inline-block;
	width: 200px;
	height: 55px;
	border: 1px solid #cccccc;
	border-radius: 55px;
	margin: 0px 25px;
}
.poso ul li a{
	display: block;
	width: 75%;
	margin: auto;
	font-size: 20px;
	color: #333333;
	line-height: 55px;
	background-image: url(../images/hjhj_39.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 22px 21px;
	padding-left: 26px;
}
.poso ul li:nth-child(2) a{
	width: 60%;
	background-image: url(../images/hjhj_42.png);
}
.poso ul li:hover{
	background: #7896bb;
}
.poso ul li:hover a{
	color: #fff;
	background-image: url(../images/hjhj_45.png);
}
.poso ul li:nth-child(2) :hover a{
	color: #fff;
	background-image: url(../images/hjhj_46.png);
}
.dl{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0%;
	left: 0%;
	background-image: url(../images/denglu_02.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	z-index: -1;
}
.dl_c{
	width: 1200px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	    display: flex;
    flex-wrap: wrap;

    background: #fff;
    border-radius: 10px;
}
.dl_l{
	width: 58%;
	overflow: hidden;
	float: left;

}
.dl_l img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.dl_r{
	width: 42%;
	overflow: hidden;
	background: #fff;
	float: right;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.dl_r h1{
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-top: 30px;
	font-weight: inherit;
}
.dl_r>i{
	width: 40px;
	height: 2px;
	display: block;
	margin: auto;
	background: #b6c9e0;
	margin-top: 10px;
}
.dl_r form{
	width: 80%;
	overflow: hidden;
	display: block;
	margin: auto;
	margin-top: 25px;
}
.dl_r form label{
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
}
.dl_r form label input{
	width: 100%;
	height: 60px;
	border: 1px solid #b6c9e0;
	border-radius: 5px;
	box-sizing: border-box;
	text-indent: 54px;
	font-size: 20px;
	color: #999999;
}
.dl_r form label i{
	width: 16px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	left: 24px;
}
.dl_r form label i img{
	width: 100%;
	height: 100%;
}
.dl_r form input.submit{
	width: 100%;
	height: 60px;
	border: 1px solid #b6c9e0;
	border-radius: 5px;
	box-sizing: border-box;
	text-indent: 0px;
	background: #b6c9e0;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}
.dl_r form input.submit:hover{
	font-size: 24px;
}
.dl_r ul{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 45px;
}
.dl_r ul li{
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0 15px;
}
.dl_r ul li:hover{
	opacity: 0.5;
}
.dl_r ul li img{
	width: 100%;
	height: 100%;
}
.ban{
	width: 93.75%;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #000000;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%,-50%);
}
.fdsh{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
}
.fdsh_c{
	width: 160px;
	overflow: hidden;
	margin: auto;
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
.fdsh_c h1{
	font-size: 26px;
	color: #333333;
	line-height: 30px;
	font-weight: inherit;
}
.fdsh_c p{
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}

.fdsh i{
	width: 100%;
	height: 1px;
	background: #b6c9e0;
	display: block;
	margin-top: -30px;
}
.fdsh ul{
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}
.fdsh ul li{
	width: 99%;
	overflow: hidden;
	margin: auto;
	margin-bottom: 90px;
	margin-top: 10px;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.2)
}
.fdsh ul li:nth-child(2n) .fkoi_l{
	float: right;
}
.fdsh ul li:nth-child(2n) .fkoi_y{
	float: left;
}
.fkoi_l{
	width: 68%;
	overflow: hidden;
	float: left;
}
.fkoi_l img{
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.fkoi_l:hover img{
	transform: scale(1.2);
}
.fkoi_y{
	width: 32%;
	overflow: hidden;
	background: #fff;
	float: right;
	padding: 0 25px;
}
.fkoi_y h1{
	font-size: 30px;
	color: #333333;
	font-weight: inherit;
	margin-top: 70px;
}
.fkoi_op{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.fkoi_op span{
	width: 30%;
	line-height: 35px;
	border-radius: 35px;
	text-align: center;
	display: block;
	float: left;
	border: 1px solid;
	font-size: 16px;
	color: #333333;
	margin-left: 5%;
	margin-bottom: 10px;
}
.fkoi_op span:nth-child(3n+1){
	margin-left: 0%;
}
.fkoi_y p{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
	border-bottom: 1px solid #b6c9e0;
	padding-bottom: 35px;
}
.fkoi_y p span{
	color: #668bb7;
}
.fkoi_y .btn{
	width: 130px;
	font-size: 16px;
	color: #333333;
	display: block;
	line-height: 50px;
	border: 1px solid #7896bb;
	margin-top: 30px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 70px;
}
.fkoi_y a:hover{
	background: #7896bb;
	color: #fff;
}
.jzs{
	width: 100%;
	overflow: hidden;
	margin: auto;
}
.jzs a{
	width: 150px;
	font-size: 16px;
	color: #333333;
	display: block;
	line-height: 50px;
	border: 1px solid #7896bb;
	border-radius: 5px;
	text-align: center;
	margin: auto;
}
.jzs a:hover{
	background: #7896bb;
	color: #fff;
}


.dslo{
	width: 1250px;
	overflow: hidden;
	margin: auto;
}
.dslo>ul{
	width: 100%;
	overflow: hidden;
}
.dslo>ul>li{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid;
	padding-top: 40px;
	margin-bottom: 40px;
	transition: all 0.2s;

}
.dslo>ul>li:nth-child(1){
	border: none;
}
.dslo_l{
	width: 15%;
	overflow: hidden;
	float: left;
	margin: 10px 0;
	padding-left: 2%;

}
.dslo_l img{
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.dslo_l:hover img{
	transform: scale(1.2);
}
.dslo>ul>li>ul{
	width: 85%;
	overflow: hidden;
	float: right;
	padding: 10px 0;
	padding-right: 2%;
	position: relative;
	z-index: 9;
}
.dslo>ul>li>ul>li{
	width: 19%;
	overflow: hidden;
	float: left;
	margin-left: 1%;
	background: #e6effa;
	padding: 10px;
	margin-top: 10px;
	cursor: pointer;
	transition: all 0.3s;
}
.dslo>ul>li>ul>li:hover{
	opacity: 0.5;
	transform: scale(1.2);
}

.dslo>ul>li>ul>li:nth-child(-n+5){
	margin-top: 0px;
}
.dslo>ul>li>ul>li img{
	width: 30px;
	height: auto;
	float: left;
}
.dslo>ul>li>ul>li p{
	width: 75%;
	float: right;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	 display: -webkit-box;;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}



.posidp{
	width: 1250px;
	overflow: hidden;
	margin: auto;
}
.posidp>ul{
	width: 100%;
	overflow: hidden;
}
.posidp>ul>li{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid;
	padding-top: 40px;
	margin-bottom: 40px;
}
.posidp>ul>li:nth-child(1){
	border: none;
}
.posidp_l{
	width: 15%;
	overflow: hidden;
	float: left;
	margin: 10px 0;
	padding-left: 2%;
}
.posidp_l img{
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.posidp_l:hover img{
	transform: scale(1.2);
}
.posidp>ul>li>ul{
	width: 100%;
	overflow: hidden;
	float: left;
	padding: 10px 0;
	padding-right: 2%;
}
.posidp>ul>li>ul>li{
	width: 19%;
	overflow: hidden;
	float: left;
	margin-left: 1%;
	background: #e6effa;
	padding: 10px;
	margin-top: 10px;
	transition: all 0.3s;
	cursor: pointer;
	transition: all 0.3s;

}
.posidp>ul>li>ul>li:hover{
	opacity: 0.5;
	transform: scale(1.2);
}
.posidp>ul>li>ul>li:nth-child(-n+5){
	margin-top: 0px;
}
.posidp>ul>li>ul>li img{
	width: 40px;
	height: auto;
	float: left;
}
.posidp>ul>li>ul>li p{
	width: 73%;
	float: right;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	 display: -webkit-box;;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.tzu{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
}
.tzu ul{
	width: 100%;
	overflow: hidden;
	font-size: 0;
}
.tzu ul li{
	width: 24%;
	overflow: hidden;
	/*float: left;*/
	display: inline-block;
	margin-left: 1.3333333%;
	margin-bottom: 30px;

	box-sizing: border-box;
	padding: 1%;
}
.tzu ul li:nth-child(4n+1){
	margin-left: 0%;
}
.tzu_c{
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
}
.tzu_c img{
	width: 100%;
	/*height: auto;*/
	height: 165px;
	border-bottom: 1px solid #d5d5d5;
	transition: all 0.3s;
}
.tzu_c h1{
	width: 90%;
	overflow: hidden;
	font-size: 16px;
	line-height: 17px;
	color: #333333;
	margin: auto;
	display: -webkit-box;;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-top: 15px;
	background-image: url(../images/zzzzzz_03.png);
	background-repeat: no-repeat;
	background-size: 12px 17px;
	background-position: right center;
	padding-right: 20px;
}
.tzu_c>p{
	width: 90%;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin: auto;
	margin-top: 10px;
	display: -webkit-box;;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.tzu_c:hover img{
	transform: scale(1.2);
}
.podisl{
	width: 90%;
	overflow: hidden;
	margin: auto;
	margin-top: 15px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}
.podisl p{
	float: left;
	background-image: url(../images/zzzzzz_09.png);
	background-repeat: no-repeat;
	background-size: 18px 15px;
	background-position: left center;
	padding-left: 25px;
	line-height: 15px;
	margin-right: 20px;
	font-size: 16px;
}
.podisl p:nth-child(2){
	cursor: pointer;
	background-image: url(../images/zzzzzz_12.png);
}
.podisl p:nth-child(2):hover{
	background-image: url(../images/zzzzzz_06.png);
}
.podpo{
	width: 90%;
	overflow: hidden;
	margin: 20px auto;
	font-size: 14px;
	padding-top: 20px;
	color: #666666;
}
.podpo h2{
	font-weight: inherit;
	float: left;
	font-size: 14px;
	color: #666666;
}

.podpo span{
	float: right;
	font-size: 14px;
	color: #666666;
}
.osoidp{
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.dosi{
	width: 1200px;
	height: auto;
	margin: auto;
	margin-top: 30px;
}
.dosi_l{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #7896bb;
	padding-bottom: 40px;
	display: flex;
    flex-wrap: wrap;

}
.nuou{
	width: 60%;
	overflow: hidden;
	float: left;
	position: relative;
}
.nuou a>img{
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.dosi_l i{
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.2s;
}
.dosi_l i img{
	width: 100%;
	height: 100%;
}
.nuou:hover i{
	opacity: 1;
}
.dosi_l ul{
	width: 40%;
	overflow: hidden;
	float: left;
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.dosi_l ul li{
	width: 47%;
	overflow: hidden;
	float: left;
	margin-left: 3%;
	position: relative;
}
.dosi_l ul li:nth-child(-n+2){
	margin-top: 0px;
}
.dosi_l ul li a>img{
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.dosi_l ul li:hover img{
	transform: scale(1.2);
}
.nuou:hover a>img{
	transform: scale(1.2);
}
.dosi_l ul li a{
	display: block;
}
.dosi_l ul li i{
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.2s;
}
.dosi_l ul li i img{
	width: 100%;
	height: 100%;
}
.dosi_l ul li:hover i{
	opacity: 1;
}
.oumd{
	width: 100%;
	height: auto;

	margin-top: 40px;
}
.oumd ul{
	width: 100%;

	margin-bottom: 20px;
}
.oumd_l{
	width: 20%;
	overflow: hidden;
	display: inline-block;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
	vertical-align: top;
}
.oumd_l img{
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.oumd_l h1{
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	display: -webkit-box;;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.oumd ul li{
	width:18%;
	overflow: hidden;
	height: 100%;
	display: inline-block;
	position: relative;
	margin-left: 19px;
	transition: all 0.3s;
	vertical-align: top;
}
.oumd ul li a>img{
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.oumd ul li:hover{
	transform: scale(1.2);
}
.oumd_l:hover{
	transform: scale(1.2);
}
.oumd ul li i{
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0 ,0.3);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.2s;
}
.oumd ul li i img{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.oumd ul li:hover i{
	opacity: 1;
}

.ldl{
	position: fixed;
	top: 0px;
	left: 50%;
	transform: translate(-50%,0%);
	z-index: 999;
}

.sdfasd{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -999;
	opacity: 0;
}
.sdfasd img{
	width: 100%;
	height: auto;
}

.sadw{
	margin-top: 30px;
}
.xiangqio2{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
}
.xiangqio2 p{

}
.xiangqio{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
}
.xiangqio h1,.xiangqio2 h1{
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: inherit;
}
.xiangqio p{
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
}
.xiangqio span{
	display: inline-block;
	margin: 0 20px;
}

.neori2{
	width: 100%;
	overflow: hidden;
	margin: auto;
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	margin-top: 30px;
}

.neori{
	width: 100%;
	overflow: hidden;
	margin: auto;
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	margin-top: 30px;
}
.neori img{
	min-width: 800px;
	height: auto;
	margin: 20px auto;
}
.cksojkj{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.cksojkj>div{
	font-size: 20px;
	color: #333333;
	line-height: 33px;
	cursor: pointer;
}
.cksojkj>div:hover{
	color: #7896bb;
}
.mojuko{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
}
.m_l{
	width: 70%;
	overflow: hidden;
	float: left;
}
.m_r{
	width: 28%;
	overflow: hidden;
	float: right;
}
.m_top{
	width: 100%;
	overflow: hidden;
	background: #fff;

	border-bottom: 1px solid #7896bb;
	padding: 0 30px;
}
.m_top h1{
	line-height: 60px;
	font-size: 20px;
	color: #000;
	font-weight: inherit;
}
.m_shi{
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.m_shi video{
	width: 90%;
	height: auto;
	display: block;
	margin: auto;
	margin-top: 40px;
}
.m_sud{
	width: 90%;
	/*overflow: hidden;*/
	margin: 60px auto 30px;
}
.m_sud p{
	font-size: 20px;
	color: #333333;
	float: left;
	line-height: 46px;
}
.m_sud a,.my_btn{
	width: 120px;
	height:46px;
	line-height: 46px;
	background: #acbfd8;
	border-radius: 46px;
	display: block;
	float: right;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.my_btn:hover{
	transition: all 0.3s;
	font-size: 18px;
	background: #fff;
	color: #acbfd8;
	border: 1px solid #acbfd8;
}

.m_con{
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
	border-bottom: 1px solid #7896bb;
	padding: 0 30px;
}
.cjsiou{
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
	padding-bottom: 60px;
}
.m_l ul{
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.m_l ul li{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e9f2fe;
	padding: 0 30px;
	transition: all 0.3s;
	/*cursor: pointer;*/
}
.m_l ul li p{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 64px;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m_l ul li p:nth-child(1){
	width: 55%;
}
.m_l ul li p:nth-child(2){
	width: 25%;
}
.m_l ul li p:nth-child(3){
	width: 15%;
	text-align: right;
}
.m_l ul li p a{
	width: 100%;
	display: block;
	text-align: center;
	height: 34px;
	margin-top: 15px;
	line-height: 34px;
	transition: all 0.3s;
	border-radius: 34px;
}

.m_l ul li p a:hover{
	transition: all 0.3s;
	font-size: 18px;
}

.m_l ul li p a:hover{
	background: #fff;
	color: #acbfd8;
}
.m_l ul li:hover{
	background: #acbfd8;
}
.m_l ul li:hover p{
	color: #fff;
}
.chsidy{
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.chsidy img{
	width: 80px;
	height: auto;
	margin: auto;
	margin-top: 40px;
	border-radius: 50%;
}
.chsidy h2{
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-weight: inherit;
	margin-top: 15px;
	margin-bottom: 40px;
}
.podisojk{
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
}
.podisojk ul{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 10px;
}
.podisojk ul li{
	width: 80%;
	overflow: hidden;
	margin: 20px auto;
	position: relative;
	cursor: pointer;
	transition: all 0.2s;
}
.podisojk ul li img{
	width: 100%;
	height: auto;
}
.podisojk ul li i {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0 ,0.3);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.3s;
}
.podisojk ul li i img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.podisojk ul li:hover i {
    opacity: 1;
}
.podisojk ul li:hover{
	transform: scale(1.2);
}
.poudo{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	background: #fff;
}
.m_top a{
	display: block;
	float: right;
	font-size: 16px;
	color: #999999;
}
.poudo ul{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.poudo ul li{
	width: 100%;
	overflow: hidden;
	margin: auto;
	cursor: pointer;
	margin-bottom: 20px;
}
.poudo_sdi{
	width: 80%;
	overflow: hidden;
	position: relative;
	margin: 15px auto;
	transition: all 0.3s;
}
.poudo_sdi>img{
	width: 100%;
	height: auto;
}
.poudo ul li .poudo_sdi i {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0 ,0.3);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.3s;
}
.poudo ul li .poudo_sdi i img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.poudo ul li:hover .poudo_sdi i {
    opacity: 1;
}
.poudo ul li:hover .poudo_sdi{
	transform: scale(1.2);
}
.poxlsio{
	width: 80%;
	overflow: hidden;
	margin: auto;
}
.poxlsio h3{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	font-weight: inherit;
}
.poxlsio_xj{
	width: 100%;
	overflow: hidden;
}
.poxlsio_xj p{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	font-weight: inherit;
	float: left;
}
.poxlsio_xj span{
	font-size: 16px;
	color: #4c73a6;
	line-height: 24px;
	font-weight: bold;
	float: right;
}
.cpsopdop{
	margin-top: 60px;
}
.di_moju{
	background-image: url(../images/aou_11211.jpg);
}

.xianoi{
	width: 100%;
	height: 5px;
	background: #254dac;
	margin-top: 80px;
}


.guanliuo{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.guanliuo_l{
	width: 220px;
	overflow: hidden;
}
.touxiang{
	width: 100%;
	overflow: hidden;
	background: #e9e9e9;
	padding: 30px 0;
	text-align: center;
}
.touxiang_img{
	width: 110px;
	overflow: hidden;
	margin: auto;
	border-radius: 50%;
}
.touxiang_img img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.touxiang h1{
	text-align: center;
	font-size: 16px;
	color: #666666;
	font-weight: 500;
	margin-top: 10px;
	line-height: 16px;
}
.touxiang p{
	display: inline-block;
	background: #254dac;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 20px;
	margin-top: 10px;
}

.guanliuo_l>ul{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	padding: 10px 0 50px;
}
.guanliuo_l>ul li{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
	padding: 0px 10px;
	position: relative;

}
.guanliuo_l>ul li.guanliuo_aa{
	background: #254dac;
	color: #fff;
	/*border-bottom: #254dac solid 2px;*/
}
.guanliuo_l>ul li:hover{
	background: #254dac;
	color: #fff;
	/*border-bottom: #254dac solid 2px;*/
}
.guanliuo_l>ul li:nth-child(2):after,
.guanliuo_l>ul li:nth-child(3):after{
	content: ">";
	font-size: 18px;
	color: #666666;
	float: right;

}
.sadkjasd{
    display: none;
}
.guanliuo_l>ul li:hover:after{
	color: #fff;
}
.guanliuo_r{
	width: calc(100% - 250px);
	overflow: hidden;
}
.guanliuo_r_img{
	width: 100%;
	overflow: hidden;
}
.guanliuo_r_img img{
	width: 100%;
	height: auto;
}
.yuer{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	position: relative;
}
.yuer:after{
	content: "";
	width: 100%;
	height: 4px;
	border-top: 1px dashed #707682;
	border-bottom: 1px dashed #707682;
	position: absolute;
	bottom: 0;
}
.yuer ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.yuer ul li{
	background-image: url(../images/22_11.jpg);
	background-size: 42px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 60px;
	line-height: 24px;
}
.yuer ul li:nth-child(2){
	background-image: url(../images/22_13.jpg);
}
.yuer ul li p{
	font-size: 16px;
	color: #333333;
}
.gmmingxi{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 0;
	position: relative;
}
.gmmingxi:after{
	content: "";
	width: 100%;
	height: 4px;
	border-top: 1px dashed #707682;
	border-bottom: 1px dashed #707682;
	position: absolute;
	bottom: 0;
}
.gmmingxi h1{
	font-size: 18px;
	color: #666666;
	font-weight: 600;
	padding-left: 60px;
}
.gmmingxi ul{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.gmmingxi ul li{
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	margin: 20px 0;
}
.gmmingxi ul li p{
	font-size: 12px;
	color: #666666;
	text-align: center;
	float: left;
	width: 25%;
}
.gmmingxi ul li:nth-child(1){
	/*background: #fd0101;*/
	line-height: 50px;
	margin-bottom: 10px;
	border-bottom: #254dac solid 2px;
}
.gmmingxi ul li:nth-child(1) p{
	font-size: 14px;
	color: #666666;
}
.gmmingxi>p{
	font-size: 12px;
	color: #666666;
	float: right;
	margin-top: 20px;
}
.chongzhi{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	text-align: center;
}
.chongzhi>h1{
	font-size: 20px;
	color: #f8a321;
	font-weight: 500;
	border-bottom: 1px solid #f8a321;
	line-height: 60px;
}
.chongzhi ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 60px !important;
}
.chongzhi ul li{
	width: 35%;
	overflow: hidden;
	border: 2px solid #bdb6b4;
	border-radius: 5px;
	text-align: center;
	padding: 30px 0;
	position: relative;
	cursor: pointer;
}
.chongzhi ul li h1{
	background-image: url(../images/aasasdadas_03.png);
	background-size: 23px auto;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 26px;
	padding-left: 30px;
	font-size: 16px;
	color: #000;
	display: inline-block;
	font-weight: 500;
}
.chongzhi ul li p{
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.chongzhi ul li h2{
	text-align: center;
	font-size: 14px;
	color: #ff5d43;
	margin-top: 10px;
	font-weight: 500;
}
.chongzhi ul li h2 span{
	font-size: 26px;
}
.chongzhi ul li i{
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right bottom , #ff4650, #f5212b);
	font-size: 12px;
	color: #ffed6a;
	padding: 5px 8px;
	border-bottom-right-radius: 10px;
}
.chongzhi ul li.aounm{
	border: 2px solid #ff5f03;
}
.chongzhi ul li.aounm:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 20px solid #ff660c;
	border-left: 20px solid transparent;
}
.chongzhi ul li.aounm:before{
	content: "✔";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 14px;
}
.manjian{
	margin-top: 40px;
	border-top: 2px solid #f8f8f8;
	padding-top: 20px;
	display: inline-block;
	text-align: center;
}
.manjian p{
	background-image: linear-gradient(to right bottom , #ff4650, #f5212b);
	font-size: 14px;
	color: #ffed6a;
	padding: 5px 8px;
	border-radius: 5px;
	display: inline-block;
}
.manjian h1{
	font-size: 14px;
	color: #999;
	font-weight: 500;
	display: inline-block;
	margin-left: 10px;
}
.manjian h1 span{
	color: #ff5d43;
	font-size: 26px;
	margin: 0 9px;
}
.manjian h1 font{
	text-decoration:line-through;
}
.zhifu{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 60px;
}
.zhifu img{
	display: inline-block;
	width: 200px;
	height: auto;
	margin: 0 50px;
}
.chongzhiaa{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	background: #eeeeee;
	padding: 0 20px;
}
.chongzhiaa h1{
	font-size: 48px;
	color: #fff;
	background: #1676fe;
	width: 400px;
	line-height: 120px;
	font-weight: 500;
	text-align: center;
	margin-top: 60px;
}
.czje{
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
	padding: 80px 20px;
}
.czje ul{
	width: 100%;
	overflow: hidden;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}
.czje ul li{
	width: 15%;
	background: #1676fe;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	border-radius: 10px;
}
.czje ul li:nth-child(1){
	width: 130px;
	background: none;
	color: #6b6c6e;
	text-align: left;
}

.ziloao{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.ziloao>h1{
	font-size: 20px;
	color: #2f6cb5;
	font-weight: 500;
	border-bottom: 2px solid #818283;
	line-height: 60px;
}
.ziloao form{
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 30px auto;
}
.ziloao form label,.ziliaoa{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;

	align-items: center;
	margin-bottom: 30px;
}
.ziloao form label>p,.ziliaoa p{
	width: 200px;
	overflow: hidden;
	font-size: 16px;
	color: #6a686a;
	line-height: 30px;
	float: left;
}
.ziloao form label>input{
	display: block;
	width: 300px;
	height: 30px;
	border: 1px solid #818283;
	float: left;
}
.ziloao form label>textarea{
    display: block;
	width: 300px;
	height: 200px;
	border: 1px solid #818283;
	float: left;
}
.opdoasew>div{
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.opdoasew{
    width: calc(100% - 200px);
    float: left;
}







#fileCenter{
	width: calc(100% - 200px);
	overflow: hidden;
}

.imageDiv {
	display:inline-block;
	width:100px;
	height:100px;
	border:1px solid darkgray;
	margin-right: 10px;
	position:relative;
	overflow:hidden;
}
.cover {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100px;
	height:100px;
	background-color:rgba(0,0,0,.3);
	line-height:99px;
	text-align:center;
	cursor:pointer;
}
.cover .delbtn {
	color:red;
	font-size:16px;
	font-style:normal;
}
.imageDiv:hover .cover {
	display:block;
}
.addImages {
	display:inline-block;
	width:100px;
	height:100px;
	border:1px solid darkgray;
	position:relative;
	overflow:hidden;
}
.clickUpload {
	text-align:center;
	display:inline-block;
	align-items:center;
	justify-content:center;
	width:100%;
	height: 100px;
	color: darkgray;
	font-size:50px;
	font-weight: 100;
	line-height: 90px;
	display: block;
	cursor: pointer;
}
.fileUpload {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	opacity:0;
	cursor: pointer;
}
.xieyi{
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #818283;
	margin-top: 30px;
	padding: 10px;
}
.xieyi h1{
	font-size: 14px;
	color: #2f6cb5;
	line-height: 36px;
}
.xieyi p{
	font-size: 14px;
	color: #2f6cb5;
	line-height: 30px;
}
.yuduyo{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.yuduyo_l input{
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	cursor: pointer;
}
.yuduyo_l p{
	font-size: 16px;
	color: #2f6cb5;
	line-height: 16px;
	float: left;
	margin-left: 10px;
}
.yuduyo input.submit{
	width: 200px;
	height: 46px;
	font-size: 14px;
	color: #fff;
	border: none;
	background: #2f6cb5;
	border-radius: 10px;
	display: block;
	cursor: pointer;
}
      .mask .code{width: 100%;position: absolute;right:0;top:0;align-items: center;width:9rem;height: 60px;background: #b6c9e0;color: #fff;border: 1px solid #b6c9e0;
            border-radius: 5px;font-size: 18px;cursor: pointer;transition: all 0.3s;}
      .mask .code:hover{font-size:22px;}
      
      .code-btn-disabled{
            background: #ccc !important;
      }

.z_file{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #e3dede;
    cursor: pointer;
}
.disiuiu{
    font-size: 16px;
    color: #6a686a;
    text-align: center;
}
.disiuiu span{
    font-size: 12px;
}






