:root {
  --pro-padding: 100vw; 
}

@media screen and (min-width: 1920px){
	:root {
	  --pro-padding: 1920px; 
	}
}

* {
			padding: 0;
			margin: 0;
			font-size: 12px;
			font-family: "微软雅黑";
		}
		
		body,
		div,
		dl,
		dt,
		dd,
		ul,
		ol,
		li,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		pre,
		form,
		fieldset,
		input,
		textarea,
		p,
		blockquote,
		th,
		td {
			padding: 0;
			margin: 0;
		}
		
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
		
		fieldset,
		img {
			border: 0;
		}
		
		a {
			color: #000;
			text-decoration: none;
		}
		
		address,
		caption,
		cite,
		code,
		dfn,
		em,
		th,
		var {
			font-weight: normal;
			font-style: normal;
		}
		
		ol,
		ul {
			list-style: none;
		}
		
		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			font-weight: normal;
			font-size: 100%;
		}
		
		q:before,
		q:after {
			content: "";
		}
		
		ol,
		ul {
			list-style: none;
		}
		
		img{
			vertical-align: middle;
		}
		
		.pc {
			display: block;
		}
		
		.mobile {
			display: none;
		}
		
		.container {
			max-width: 1470px;
			margin: 0 auto;
			padding-left: 15px;
			padding-right: 15px;
			width: 100%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.container1300{
			width: 1300px;
			margin:0 auto;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
		
		.left {
			float: left;
		}
		
		.right {
			float: right;
		}
		
		.clear {
			clear: both;
		}
		
		.clearfix:after {
			content: '';
			overflow: hidden;
			clear: both;
			visibility: hidden;
			display: block;
		}
		.flexbox {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
        
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.header-top{
	background-color: #333333;
	color: #fff;
}
.header-top .t{
	justify-content: space-between;
	align-items: center;
}
.header-top .wd{
	font-size: 14px;
}
.header-top .right_list{
	align-items: center;
}
.header-top .right_list .join_u a{
	color: #fff;
	font-size: 14px;
}
.header-top .right_list .online{
	align-items: center;
	margin-left: 20px;
	margin-right: 20px;
}
.header-top .right_list .online .icon img{
	width: 18px;
	display: block;
}
.header-top .right_list .online .wz{
	font-size: 14px;
	line-height: 14px;
	margin-left: 10px;
}
.header-top .right_list .online .wz span{
	font-size: 18px;
}
.header-top .right_list .search_icon{
	padding: 10px 20px;
	border-left: 1px solid #9f9d9d;
}
.header-top .right_list .search_icon img{
	width: 17px;
	display: block;
}
.header-middle .t{
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
}
.header-middle .logo img{
	height: 78px;
}
.header-middle .rl_nav ul li{
	padding: 0 20px;
}
.header-middle .rl_nav ul li a{
	font-size: 18px;
	font-weight: 100;
	padding: 0 18px;
	position: relative;
}
.header-middle .rl_nav ul li a::before{
	content: '';
	width: 0;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -36px;
	transition: .3s all;
	background-color: #0a347e;
}
.header-middle .rl_nav ul li a:hover{
	color: #0a347e;
}
.header-middle .rl_nav ul li a:hover::before{
	width: 100%;
}
.header-middle .rl_nav ul li a.on{
	color: #0a347e;
}
.header-middle .rl_nav ul li a.on::before{
	width: 100%;
}
.header-middle .rl_nav{
	align-items: center;
}
.header-middle .rl_nav  .lang a{
	font-size: 16px;
	width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #000;
    border-radius: 50%;
	display: block;
	transition:.3s all ease;
}
.header-middle .rl_nav  .lang a:hover{
	background-color:#000;
	color:#fff;
}

.MASK_SEARCH{
	position: fixed;
	width: 100%;
	height: 0;
	background: #f0ebe7;
	z-index: 999;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: .4s all ease-in-out;
}
.MASK_SEARCH .searchbox{
	height: 90%;
	width: 95%;
	position: absolute;
	left: 2.5%;
	top: 5%;
	margin: auto;
	background: #fff;
	border-radius: 15px;
}
.MASK_SEARCH .middle{
	width: 1000px;
	    /* margin: auto; */
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
}
.MASK_SEARCH .searchbox .selectbox{
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -ms-flexbox;
	justify-content: center;
}
.MASK_SEARCH .searchbox .selectbox .item{
	width: 33%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 2px;
	position: relative;
}
.MASK_SEARCH .searchbox .selectbox .item ul{
	position: absolute;
	width: 100%;
	background: #cecbcb;
	display: none;
}
.MASK_SEARCH .searchbox .selectbox .item ul li a{
	display: block;
	padding: 15px 0 15px 40px;
	font-size: 17px;
	border-bottom: 1px solid #eaeaea;
	color: #fff;
}
.MASK_SEARCH .searchbox .selectbox .item .xz{
	background: #c6c0bf;
	color: #fff;
	font-size: 17px;
	padding: 15px 0 15px 40px;
	font-weight: 100;
	position: relative;
	cursor: pointer;
}
.MASK_SEARCH .searchbox .selectbox .item .xz::before{
	width: 0px;
	height: 0px;
	content: '';
	border-width: 10px;
	border-color: #595757 transparent transparent transparent;
	border-style: solid;
	left: 12px;
	top: 20px;
	position: absolute;
}
.MASK_SEARCH .searchbox .searchform{
	padding: 60px 0;
}

.MASK_SEARCH .searchbox .searchform .zx{
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -ms-flexbox;
	justify-content: space-between;
	border-bottom: 1px solid #bdbdc1;
}
.MASK_SEARCH .searchbox .searchform .zx input[type=text]{
	width: 600px;
	height: 60px;
	border: 0;
	font-size: 15px;
	outline: none;
}
.MASK_SEARCH .searchbox .searchform .zx input[type=submit]{
	background: url(../images/blacksearch.png) no-repeat center;
	height: 28px;
	width: 28px;
	background-size: 100%;
	border: 0;
	position: relative;
	top: 15px;
	margin-right: 10px;
}
.MASK_SEARCH .searchbox .searchform .zx .item2{
	position: relative;
}
.MASK_SEARCH .searchbox .searchform .zx .close{
	display: inline-block;
	width: 30px;
	height: 4px;
	background: #595757;
	transform: rotate(45deg);
	cursor: pointer;
	transition: .3s all linear;
	position: relative;
	top: 10px;
}
.MASK_SEARCH .searchbox .searchform .zx .close::after{
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	background: #595757;
	transform: rotate(-90deg);
}

.hor_nav .t{
    justify-content: center;
    padding: 0 0 30px 0;
}
.hor_nav ul li{
    margin: 0 15px;
}
.hor_nav ul li a{
    font-size: 16px;
}
.hor_nav ul li a:hover{
    color:#0a347e;
    border-bottom: 1px solid #0a347e;
}
.hor_nav ul li a.on{
    color:#0a347e;
    border-bottom: 1px solid #0a347e;
}
.__leftlin {
    position: fixed;
    z-index: 40;
    left: 40px;
    bottom: 38px;
    display: flex;
    flex-wrap: nowrap;
}
.__leftlin .gotop {
    align-items: center;
    align-content: center;
    margin: 0 14px 0 0;
}
.__leftlin .gotop b {
    width: 7px;
    height: 7px;
    border-left: 1px solid #555;
    border-top: 1px solid #555;
    transform: rotate(-45deg);
    margin: 0 7px 0 0;
}
.__leftlin a span {
    font-size: 15px;
	font-family: 'futu3';
}
.__leftlin a {
    font-size: 15px;
    display: flex;
    color: #4C4D4C;
	font-family: 'futu3';
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #32548c;
	border-radius: 50%;
}
.banner .swiper-button-next::after,.banner .swiper-button-prev::after{
	font-size: 24px;
}
.banner .swiper-pagination-bullet-active{
	background: #09347d;
}
.home_about{
	background-image: url(../images/home-about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 682px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 80px 0 50px;
}
.home_about .about_left .t1{
	font-size: 36px;
	font-weight: bold;
	color: #09347d;
}
.home_about .about_left .t1 span{
	color: #000;
	font-size: 36px;
	font-weight: bold;
}
.home_about .about_left{
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 40px;
}
.home_about .about_left .ctx{
	padding: 30px 0 60px;
}
.home_about .about_left .ctx p{
	font-size: 18px;
	font-weight: 100;
	line-height: 1.8;
}
.home_about .about_left .more a{
	display: inline-block;
	font-size: 16px;
	width: 100px;
	height: 100px;
	border: 1px solid #2e5290;
	border-radius: 50%;
	line-height: 100px;
	text-align: center;
	position: relative;
	z-index: 9;
	color: #fff;
}
.home_about .about_left .more a::after{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #2e5290;
	content: '';
	border-radius: 50%;
	z-index: -1;
}
.home_about .about_right{
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 40px;
}
.home_about .about_right .top_tit .w1{
	font-size: 60px;
	color: #09347d;
	font-weight: 100;
	line-height: 60px;
}
.home_about .about_right .top_tit .w2{
	font-size: 72px;
	color: #09347d;
	font-weight: bold;
	line-height: 80px;
}
.home_about .about_right .bottom_tit{
	margin-top: 40px;
}
.home_about .about_right .bottom_tit .w1{
	font-size: 36px;
	font-weight: bold;

}
.home_about .about_right .bottom_tit .w1 span{
	color: #09347d;
	font-size: 36px;
}
.home_about .about_right .bottom_tit .w2{
	font-size: 12px;
	color: #333;
	margin-top: 10px;
}
.home_intro{
	background-image: url(../images/home_intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 379px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 120px 0 0 0;
}
.home_intro .intro_list{
	width: 25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 70px;
}
.home_intro .intro_list .icon{
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}
.home_intro .intro_list .icon img{
	height: 47px;
}
.home_intro .intro_list .zhengwen{
	align-items: flex-end;
	margin-top: 10px;
}
.home_intro .intro_list .zhengwen .c1{
	font-size: 16px;
	color: #fff;
}
.home_intro .intro_list .zhengwen .c2{
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
}
.home_intro .intro_list .zhengwen .c3{
	font-size: 14px;
	color: #fff;
}
.home_product .pro_tit{
	padding: 40px 0;
}
.home_product .pro_tit .t{
	justify-content: space-between;
	align-items: center;
}

.home_product .pro_tit .right_more a{
	font-size: 18px;
	font-weight: 100;
	color: #666666;
}
.pro_aside .left-box{
	max-width: 25%;
	flex: 0 0 25%;
}
.pro_aside .right-box{
	max-width: 75%;
	flex: 0 0 75%;
}
.pro_aside .right-box .pro-list .col{
	width: 33.33%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.pro_aside .right-box .pro-list .col .over-img{
	border: 8px solid #f3f3f3;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.pro_aside .right-box .pro-list .col .over-img .img{
	width: 100%;
	overflow: hidden;
	height: 240px;
}
.pro_aside .right-box .pro-list .col .over-img .img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: .3s all ease;
}
.pro_aside .right-box .pro-list .col:hover .over-img .img img{
	transform: scale(1.1);
}
.pro_aside .right-box .pro-list .col .text-box{
	margin-top: 15px;
	justify-content: space-between;
	align-items: center;
}
.pro_aside .right-box .pro-list .col .text-box .icon{
	flex: 0 0 30px;
	width: 30px;
}
.pro_aside .right-box .pro-list .col .text-box .icon img{
	max-width: 100%;
}
.pro_aside .right-box .pro-list .col .text-box .icon img.hover{
	display: none;
}
.pro_aside .right-box .pro-list .col:hover .text-box .icon img.hover{
	display: inline-block;
}
.pro_aside .right-box .pro-list .col:hover .text-box .icon img.yuan{
	display: none;
}
.pro_aside .right-box .pro-list .col .text-box .text{
	font-size: 16px;
	color: #333333;
	flex-grow: 1;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	max-width: 75%;
}
.pro_aside .right-box .pro-list .col:hover .text-box .text{
	color: #09347d;
}
.pro_aside .right-box .pro-list .col .line{
	align-items: center;
}
.pro_aside .right-box .pro-list .col .line .lines{
	background-color: #bdbdbd;
	height: 1px;
	flex-grow: 1;
}
.pro_aside .right-box .pro-list .col .line{
	margin-top: 15px;
}
.pro_aside{
	min-height: 600px;
}
.pro_aside .right-box .pro-list .col .line .po span{
	width: 6px;
	height: 6px;
	border: 2px solid #afafaf;
	border-radius: 50%;
}
.pro_aside .right-box .pro-list .col:hover .line .po span{
	border: 2px solid #09347d;
}
.pro_aside .right-box .pro-list .col .line .po span:last-child{
	margin-left: 5px;
}
.pro_aside{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.pro_aside .side_category{
	position: absolute;
	width: 25%;
	top: 0;
    left: 0;
    background-color: #f7f7f7;
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding-left: calc((var(--pro-padding) - 1500px) / 2);
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	border-radius: 10px;
	max-height: 750px;
	overflow-y: auto;
}

.pro_aside .side_wid{
	padding-left: 15px;
}

.pro_aside .side_wid .c_name{
	font-size: 16px;
	font-weight: 100;
	color: #333333;
	margin-left: 10px;
}
.pro_aside .side_wid .add {
    position: absolute;
    font-size: 24px;
    font-weight: 400;
    top: 10px;
    right: 0;
}
.pro_aside .side_wid .ts{
	align-items: center;
}
.pro_aside .side_wid ul>li>a{
	padding: 15px 0;
	display: block;
	border-bottom: 2px solid #e6e6e6;
	position: relative;
}
.pro_aside .side_wid ul>li>a::after{
	content: '';
	width: 15px;
	height: 3px;
	background-color: #09347d;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.pro_aside .side_wid .point{
	width: 8px;
	height: 8px;
	background-color: #999999;
	border-radius: 50%;
}
.pro_aside .side_wid .s_nav{
	display: none;
}
.pro_aside .side_wid .s_nav.on{
	display: block;
}
.pro_aside .side_wid .s_nav a{
	font-size: 14px;
	font-weight: 100;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	padding-left: 18px;
	border-bottom: 2px solid #e6e6e6;
}
.pro_aside .side_wid .s_nav a:hover{
	color: #09347d;
}
.pro_aside .side_wid .s_nav a.on{
	color: #09347d;
}
.pro_aside .side_wid ul>li>a:hover .c_name{
	color: #09347d;
}
.pro_aside .side_wid ul>li>a:hover .point{
	background-color:#09347d;
}
.pro_aside .side_wid ul>li>a.on .c_name{
	color: #09347d;
}
.pro_aside .side_wid ul>li>a.on .point{
	background-color:#09347d;
}
.pro_aside .side_wid .menu_bg{
	padding: 0 0 15px 0;
}
.pro_aside .side_wid .menu_bg img{
	height: 25px;
}

.home-horor{
	background-color: #f7f7f7;
	padding:100px 0;
}

.home-horor .horor-tit{
	justify-content: space-between;
}
.home-horor .horor-tit .right-txt{
	width: 50%;
}
.home_tit .t1{
	font-size: 36px;
	font-weight: bold;
}
.home_tit .t2{
	font-size: 18px;
	font-weight: 100;
	color: #666666;
	margin-top: 10px;
}
.home-horor .horor-tit .right-txt p{
	font-size: 16px;
	color: #333333;
	font-weight: 100;
	line-height:1.5;
}
.home-horor .hor-swiper{
	position:relative;
	overflow:hidden;
	margin-top:35px;
	padding-top:80px;
}
.home-horor .hor-swiper .swiper-pagination-progressbar{
	top:20px;
}
.home-horor .horor-swiper .toptot{
	font-size:24px;
	color:#333333;
	font-weight:100;
}
.home-horor .horor-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#09347d;
}
.home-horor .horor-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:before{
	content:'';
	width:20px;
	height:20px;
	border-radius:50%;
	border:4px solid #09347d;
	position:absolute;
	right:0px;
	top:-10px;
	background:#fff;
}
.home-horor .horor-swiper .img{
	width:100%;
	height:405px;
}
.home-horor .horor-swiper .img img{
	width:100%;
	height:100%;
	object-fit: contain;
}
.home-horor .horor-swiper .title{
	font-size:18px;
	margin-top:10px;
	color:#333333;
	text-align:center;
	
}
.home-news{
	padding:80px 0;
}
.home-news .home-news-tit{
	justify-content:space-between;
	align-items:flex-end;
}
.home-news .home-news-tit .right_cate ul li{
	margin-left:60px;
}
.home-news .home-news-tit .right_cate ul li a{
	font-size:18px;
	color:#333333;
	font-weight:100;
	line-height:28px;
	display:block;
	border-bottom:2px solid transparent;
}
.home-news .home-news-tit .right_cate ul li a:hover{
	color:#09347d;
	border-bottom:2px solid #09347d;
}

.home-news .news_list .item-list{
	width:32%;
}
.home-news .news_list{
	justify-content:space-between;
}

.home-news .news_list .item-list .bg1{
	width:100%;
	height:280px;
}
.home-news .news_list .item-list .bg1 img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.home-news .news_list .item-list .news_content{
	padding:0 30px;
}
.home-news .news_list .item-list .top_ctx{
	justify-content:space-between;
	padding:30px 0;
}
.home-news .news_list .item-list .top_ctx .l1{
	font-size:14px;
	color:#09347d;
}
.home-news .news_list .item-list .top_ctx .l2{
	align-items:center;
}
.home-news .news_list .item-list .top_ctx .l2 img{
	display:block;
}
.home-news .news_list .item-list .top_ctx .l2 .timeText{
	font-size:12px;
	color:#333333;
	font-weight:100;
	margin-left:5px;
}
.home-news .news_list .item-list .news_ctx .title{
	font-size:18px;
	color:#305393;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
	white-space:nowrap;
}
.home-news .news_list .item-list .news_ctx .desc{
	font-size:14px;
	color:#4c4c4c;
	font-weight:100;
	margin-top:15px;
}
.home-news .news_list .item-list2 a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.home-news .news_list .item-list2 .bg2{
	width:100%;
	height:100%;
}
.home-news .news_list .item-list2 .bg2 img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.home-news .news_list .item-list2 .news_ctx2{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,.5);
	top:0;
	left:0;
	padding:60px 40px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.home-news .news_list .item-list2 .top_ctx .l2 .timeText{
	color:#fff;
}
.home-news .news_list .item-list2 .news_ctx .title{
	color:#fff;
}
.home-news .news_list .item-list2 .news_ctx .desc{
	color:#fff;
}
.home-news .news_list .item-list2 .top_ctx .l1{
	color:#fff;
}
.home-news .news_list .item-list2 .more{
	align-items:center;
	font-size:14px;
	color:#fff;
	font-weight:100;
	border:1px solid #fff;
	display:inline-flex;
	margin-top:30px;
}
.home-news .news_list .item-list2 .more .zf{
	padding:0 30px;
}
.home-news .news_list .item-list2 .more .icon img{
	display:block;
	height:16px;
	border-left:1px solid #fff;
	padding:10px 15px;
}
.home-news .item-lists .bg3{
	width:45%;
	height:130px;
}
.home-news .item-lists .bg3 img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.home-news .item-lists a{
	justify-content:space-between;
}
.home-news .item-lists .news_ctxx{
	width:50%;
}
.home-news .item-lists {
	padding-bottom:10px;
	border-bottom:1px solid #eaeaea;
}
.home-news .item-list3{
	flex-direction: column;
    justify-content: space-between;
}
.home-news .item-lists .news_ctxx h3{
	font-size:18px;
	color:#333333;
	overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
	white-space:nowrap;
}
.home-news .item-lists .news_ctxx p{
	font-size:14px;
	color:#4c4c4c;
	font-weight:100;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-top:15px;
line-height:1.5;
}
.home-news .item-lists .news_ctxx span{
	margin-top:15px;
	display:block;
}
.home-news .news_list{
	padding:80px 0;
}

.footer{
	background:#222222;
	padding:80px 0;
}
.footer .f-nav{
	width:60%
}
.footer .f-nav ul {
    display: flex;
    justify-content: space-between;
}
.footer .f-nav ul>li>a {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}
.footer .f-nav .s-nav a {
    display: block;
    color: #cccccc;
    font-size: 14px;
    padding: 7px 0;
	font-weight:100;
    transition: .3s all ease;
}
.footer .f-nav .s-nav a:hover{
	color:#fff;
}
.footer .foot-top{
	justify-content:space-between;
}
.footer .f-wxcode{
	width:25%;
	justify-content:space-between;
}
.footer .f-wxcode .code1{
	width:45%;
	color:#fff;
	text-align:center;
	font-size:16px;
}
.footer .f-wxcode .code1 div{
	margin-top:10px;
	font-weight:100;
}
.footer .f-wxcode .code1 img{
	width:100%;
}
.footer .foot-mid{
	justify-content:flex-end;
	color:#fff;
	padding:30px 0 10px;
	border-bottom:1px solid #7c7878;
}
.footer .foot-mid .addr{
	font-size:16px;
}
.footer .foot-mid .addr span{
	font-size:36px;
}
.footer .foot-mid .icon-list a{
	margin-left:10px;
	display:block;
}
.footer .foot-mid .icon-list a img{
	width:36px;
}
.foot-bottom {
	color:#fff;
	font-size:14px;
	font-weight:100;
	padding:15px 0;
	text-align:right;
}
.foot-bottom a{
	color:#fff;
	font-size:14px;
	font-weight:100;
}

.pubnav {
			padding: 70px 0;
		}
		.pubnav ul {
			border-bottom: 2px solid #000;
			padding-bottom: 20px;
		}
		.pubnav ul li {
			height: 60px;
			line-height: 60px;
			font-size: 20px;
			color: #000;
			position: relative;
		}
		.pubnav ul li a {
			display: block;
			padding: 0 10px;
			font-size: 20px;
		}
		.pubnav ul li:before {
			content: '';
			width: 1px;
			height: 40px;
			background-color: #0a347e;
			display: inlin-block;
			position: absolute;
			left: 50%;
			bottom: -40px;
			display: none;
		}
		.pubnav ul li.on:before, .pubnav ul li:hover:before {
			display: block;
		}
		.pubnav ul li.on a, .pubnav ul li:hover a{
			color: #0a347e;
		}
		.flex_ra {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.about_ctx{
	padding:30px 0 60px 0;
}
.about_ctx .ctx{
	font-size:16px;
	color:#000;
	font-weight:100;
	line-height:1.8;
}
.about_ctx .ctx img{
	max-width:100%;
}

.about_huanjing .h_title{
	text-align:center;
}
.m-lang{
	position: absolute;
    top: 50%;
    right: 70px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.m-lang a {
    font-size: 12px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
    transition: .3s all ease;
}
.about_huanjing .h_title h3{
	font-size:36px;
	font-weight:bold;
	color:#333333;
}
.about_huanjing .h_title p{
	font-size:18px;
	color:#666666;
	margin-top:10px;
}

.about_huanjing{
	padding:30px 0 100px;
}
.about_huanjing .hj_list {
	padding:50px 0;
}
.about_huanjing .hj_list ul li{
	width:23.5%;
	margin-right:2%;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:15px;
}
.about_huanjing .hj_list ul li:nth-child(4n){
	margin-right:0;
}
.about_huanjing .hj_list ul li img{
	width:100%;
	transition:.5s all ease;
}
.about_huanjing .hj_list ul li:hover img{
	transform: scale(1.1);
}
.about_huanjing .more{
	text-align:center;
	margin-top:50px;
}
.about_huanjing .more a{
	display:inline-block;
	font-size:19px;
	color:#4c4c4c;
	border:1px solid #c6c0c0;
	padding:12px 50px;
	line-height:1;
	border-radius:5px;
	transition:.5s all ease;
	font-weight:100;
}

.about_huanjing .more a:hover{
	background:#4c4c4c;
	color:#fff;
}

.about_fazhan{
	padding: 30px 0 100px;
}
.about_fazhan .wenzi .t1{
	font-size: 16px;
	color: #0a337b;
	align-items: flex-end;
	line-height: 1;
}
.about_fazhan .wenzi .t1 img{
	width: 35px;
	margin-right: 10px;
}
.about_fazhan .wenzi .t2{
	font-size: 30px;
	color: #333333;
	margin: 30px 0 10px;

}
.about_fazhan .wenzi .t3{
	font-size: 30px;
	color: #0a347e;
}

.fazhan_swiper{
	padding: 40px 0;
	position: relative;
}
.fazhan_swiper .line{
	width: 100%;
	position: absolute;
	top: 42px;
	border: 1px dotted #eaeaea;
}
.fazhan_swiper .dotout .dotin{
	width: 8px;
	height: 8px;
	background-color: #0a347e;
	border-radius: 50%;
}
.fazhan_swiper .dotout .year{
	font-size: 36px;
	color: #010101;
	margin-top: 40px;
}
.fazhan_swiper .dotout .desc{
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
}

.about-horor ul li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.about-horor ul li:nth-child(4n){
	margin-right: 0;
}
.about-horor ul li a{
	padding: 30px;
	border: 1px solid #eaeaea;
	display: block;
}
.about-horor ul li .cover{
	height: 280px;
}
.about-horor ul li .cover img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.about-horor ul li .text{
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	margin-top: 20px;
}

.page {
	text-align: center;
	font-size: 16px;
	color: #898989;
	padding: 80px 0px;
}
.page span {
	border: 1px solid #afafaf;
	padding: 8px 15px;
	display: inline-block;
	font-size: 16px;
	background: #fff;
}
.page a {
	border: 1px solid #afafaf;
	padding: 8px 15px;
	display: inline-block;
	font-size: 16px;
	background: #fff;
}
.page .on {
	background: #0a347e;
	color: #fff;
}

.main_news ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #eaeaea;
	transition:.3s all ease;
}
.main_news ul li:hover{
	transform:translateY(-10px);
}
.main_news ul li .img{
	height: 300px;
	overflow: hidden;
}
.main_news ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_news ul li:nth-child(3n){
	margin-right: 0;
}

.main_news .news_content {
    padding: 0 30px 30px 30px;
}
.main_news .top_ctx {
    justify-content: space-between;
    padding: 30px 0;
}
.main_news .top_ctx .l1 {
    font-size: 14px;
    color: #09347d;
}
.main_news .top_ctx .l2 {
    align-items: center;
}
.main_news .top_ctx .l2 img {
    display: block;
}
.main_news .top_ctx .l2 .timeText {
    font-size: 12px;
    color: #333333;
    font-weight: 100;
    margin-left: 5px;
}
.main_news .news_ctx .title {
    font-size: 18px;
    color: #305393;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.main_news .news_ctx .desc {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 100;
    margin-top: 15px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.news_content{
	padding: 60px 0;
}
.news_content .newsshow{
	background-color: #fff;
	padding: 60px;
}
.news_content .newsshow .title{
	text-align: center;
	margin-bottom: 30px;
}
.news_content .newsshow .title h3{
	font-size: 24px;
}
.news_content .newsshow .title p{
	font-size: 16px;
	font-weight: 100;
	margin-top: 10px;
}
.news_content .newsshow .content {
    font-size: 16px;
    color: #000;
	font-weight: 100;
    line-height: 1.7;
}
.news_content .newsshow .content *{
	font-size: 16px;
    color: #000;
	font-weight: 100;
    line-height: 1.7;
}
.news_content .newsshow .content img{
	max-width: 100%;
}
.page_next{
	justify-content: space-between;
	background-color: #fff;
	padding: 10px 30px;
	margin-top: 60px;
}
.page_next .t,.page_next .t a{
	font-size: 16px;
	font-weight: 100;
}

.n_case{
	padding: 30px 0;
}
.n_case .n_case_tit{
	text-align: center;
}
.n_case .n_case_tit h3{
	font-size: 36px;
	color: #384482;
	font-weight: bold;
}
.n_case .n_case_tit p{
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
}

.n_case .list{
	padding: 40px 0 0 0;
}
.n_case .list ul{
	flex-wrap:wrap;
}
.n_case .list ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.n_case .list ul li:nth-child(3n){
	margin-right: 0;
}
.n_case .list ul li .img{
	height: 300px;
	overflow: hidden;
}
.n_case .list ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s all ease;
}
.n_case .list ul li .info{
	padding: 15px 15px 0 15px;
	border: 1px solid #eaeaea;
}
.n_case .list ul li .info .date{
	font-size: 12px;
	color: #4c4c4c;
}
.n_case .list ul li .info .name{
	font-size: 18px;
	margin: 8px 0 15px;
}
.n_case .list ul li .info .more{
	font-size: 12px;
	color: #4c4c4c;
	padding-bottom: 15px;
	display: inline-block;
}
.n_case .list ul li:hover .img img{
	transform: scale(1.1);
}
.n_case .list ul li:hover .info .name{
	color: #384482;
}
.n_case .list ul li:hover .info .more{
	color: #384482;
	border-bottom: 1px solid #384482;
}

.n_contact{
	padding: 40px 0;
}
.n_contact .n_cont_tit{
	text-align: center;
}
.n_contact .n_cont_tit h3{
	font-size: 36px;
	color: #384482;
	font-weight: bold;
}
.n_contact .n_cont_tit p{
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
}
.n_contact .main_cont{
	background-color: #fff;
	padding: 40px;
	
	margin-top: 40px;
}
.n_contact .main_cont .cont1{
	margin-right: 120px;
}
.n_contact .main_cont .cont1 .top h3{
	font-size: 23px;
	color: #000;
	font-weight: bold;
}
.n_contact .main_cont .cont1 .top p{
	font-size: 12px;
	color: #4c4c4c;
	margin-top: 10px;
}
.n_contact .main_cont .cont1 .top .line{
	width: 10px;
	height: 2px;
	background-color: #4c4c4c;
	margin: 30px 0 40px;
}
.n_contact .main_cont .cont1 .ctx p{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 2;
}
.n_contact .main_cont .cont2 .name1{
	font-size: 16px;
	color: #4c4c4c;
}
.n_contact .main_cont .cont2 .line{
	width: 10px;
	height: 2px;
	background-color: #4c4c4c;
	margin: 30px 0 40px;
}
.n_contact .main_cont .cont2 .code-list .code{
	align-items: center;
	text-align: center;
}
.n_contact .main_cont .cont2 .code-list .code:first-child{
	margin-right: 20px;
}
.n_contact .main_cont .cont2 .code-list .code img{
	width:120px;
}
.n_contact .main_cont .cont2 .code-list .code .p{
	margin-left: 15px;
	font-size: 14px;
	color: #656565;
}
.maps{
	margin-bottom: 40px;
}

.n_job .job_list ul li{
	margin-bottom: 35px;
}
.n_job .job_list ul li .job_main{
	background-color: #fff;
	padding: 25px 25px 50px 25px;
	border-radius: 10px;
	align-items: center;
}
.n_job .job_list ul li .job_main .job_zw{
	flex-grow: 1;
}
.n_job .job_list ul li .job_main .title{
	font-size: 18px;
	color: #333333;
	padding-bottom: 15px;
	border-bottom: 1px solid #9e9e9e;
}
.n_job .job_list ul li:hover .job_main .title{
	color: #0a347e;
}
.n_job .job_list ul li .job_main .content{
	font-size: 14px;
	color: #333333;
	font-weight: 100;
	padding: 15px 0;
	line-height: 2;
}
.n_job .job_list ul li .job_main .more{
	padding: 0 30px 0 80px;
	text-align: center;
}
.n_job .job_list ul li .job_main .more .icon img{
	width: 40px;
}

.n_job .job_list ul li .job_main .more .icon img.yuan{
	display: inline-block;
}
.n_job .job_list ul li .job_main .more .icon img.hover{
	display: none;
}
.n_job .job_list ul li .job_main .more .wenzi{
	font-size: 16px;
	margin-top: 5px;
}

.n_job .job_list ul li:hover .job_main .more .wenzi{
	color: #0a347e;
}

.n_job .job_list ul li:hover .job_main .more .icon img.hover{
	display: inline-block;
}
.n_job .job_list ul li:hover .job_main .more .icon img.yuan{
	display: none;
}

.job_title{
	border-bottom: 2px solid #e0e0e0;
	font-size: 24px;
	padding: 15px 0 15px 20px;
	position: relative;
	line-height: 1;
}
.job_title::before{
	height: 50%;
	width: 4px;
	background-color: #0a347e;
	content: '';
	position: absolute;
	left: 0;
	top: 25%;
}

.news_content .desc{
	font-size: 16px;
	color: #333333;
	padding: 20px 0;
	font-weight: 100;
} 
.show_nav.pshow{
	margin-top: 60px;
}
.show_nav .t{
	justify-content: space-between;
	align-items: center;
}
.show_nav .btitle{
	font-size: 24px;
	font-weight: bold;
}
.show_nav .tz a{
	align-items: flex-end;
}
.show_nav .tz a div{
	font-size: 20px;
	margin-left: 5px;
}
.show_nav .tz a img{
	display: block;
	height: 24px;
}

.proshow{
	padding: 30px 0;
}
.proshow .show{
	background-color: #fff;
}
.proshow .show .leftImg{
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 40px 80px;
}
.proshow .show .leftImg .bigPic{
	height: 400px;
	border: 1px solid #eaeaea;
}
.proshow .show .leftImg .bigPic img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.proshow .show .leftImg .img img{
	width: 80%;
	height: 90%;
	object-fit: cover;
}
.proshow .show .leftImg .swiper-button-next,.proshow .show .leftImg .swiper-button-prev{
	width: 20px;
	height: 35px;
	background-color: #565656;
	color: #fff;
}
.proshow .show .leftImg .swiper-button-next{
	right: -25px;
}
.proshow .show .leftImg .swiper-button-prev{
	left: -25px;
}
.proshow .show .leftImg .swiper-button-next::after,.proshow .show .leftImg .swiper-button-prev::after{
	font-size: 14px;
}
.proshow .show .rightinfo{
	padding: 40px 30px 20px 50px;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.proshow .show .rightinfo .name{
	font-size: 24px;
	color: #0a347e;
	
	padding: 0 0 20px 0;
}
.proshow .show .rightinfo .line{
	width: 60px;
	height: 2px;
	background-color: #333333;
}
.proshow .show .rightinfo .desc{
	font-size: 14px;
	color: #4c4c4c;
	padding: 25px 0 30px;
	line-height: 2;
	border-bottom: 1px solid #eaeaea;
}
.proshow .show .rightinfo .desc *{
	font-size: 14px;
	color: #4c4c4c;
	margin: 25px 0;
	line-height: 2;
}
.proshow .show .rightinfo .desc .descTit{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.proshow .show .rightinfo .online{
	margin-top: 30px;
}
.proshow .show .rightinfo .online h3{
	font-size: 16px;
	font-weight: bold;
}
.proshow .show .rightinfo .online p{
	font-size: 30px;
	color: #0a347e;
	font-weight: bold;
	margin-top: 5px;
}
.proshow .show .rightinfo .conc{
	margin-top: 20px;
}
.proshow .show .rightinfo .conc a{
	background-color: #C64039;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 30px;
}

.proIntroduce .p_main{
	background-color: #fff;
}
.proIntroduce .p_main .pnav{
	justify-content: space-around;
	border-bottom: 1px solid #eaeaea;
}
.proIntroduce .p_main .pnav .nav1{
	font-size: 18px;
	color: #4c4c4c;
	padding: 15px 50px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	font-weight: bold;
}
.proIntroduce .p_main .pnav .nav1:hover{
	color: #0a347e;
	border-bottom: 2px solid #0a347e;
}
.proIntroduce .p_main .pnav .nav1.on{
	color: #0a347e;
	border-bottom: 2px solid #0a347e;
}
.proIntroduce .p_main .item{
	padding: 30px;
	font-size: 16px;
	line-height: 2;
	color: #4c4c4c;
	display: none;
}
.proshow .show .leftImg .proswiper{
	margin-top: 15px;
	position: relative;
	overflow:hidden;
}
.proshow .show .leftImg .swipers{
	position:relative;
}
.proshow .show .leftImg .proswiper .cover{
	height: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #eaeaea;
	cursor: pointer;
}
.proshow .show .leftImg .proswiper .cover.on{
	border: 1px solid #09347d;
}
.proshow .show .leftImg .proswiper .cover img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.caseshow{
	margin-top: 50px;
}
.caseMain{
	background-color: #fff;
}
.caseMain .caseTit{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 25px 0;
}
.caseMain .bigImg{
	height: 500px;
}
.caseMain .bigImg img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.caseMain .caseSwiper{
	padding: 30px 50px;
	position: relative;
}
.caseMain .caseSwiper .cover{
	height: 120px;
}
.caseMain .caseSwiper .cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

.caseMain .caseSwiper .swiper-button-next, .caseMain .caseSwiper .swiper-button-prev{
	color: #000;
}
.caseMain .caseSwiper .swiper-wrapper{
	overflow:hidden;
}
.caseMain .caseSwiper .swiper-button-next::after, .caseMain .caseSwiper .swiper-button-prev::after{
	font-size: 24px;
}
.caseMain .moredesc .moreTit{
	background-color: #0a347d;
	color: #fff;
	font-size: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.caseMain .moredesc .moreTit::before{
	content: '';
	position: absolute;
	height: 60%;
	width: 2px;
	left: 10px;
	background-color: #fff;
}

.caseMain .moredesc .content {
    padding: 30px;
    font-size: 16px;
    line-height: 2;
    color: #4c4c4c;
}
.caseMain .moredesc .content *{
    padding: 30px;
    font-size: 16px;
    line-height: 2;
    color: #4c4c4c;
}

.banner_noindex {
    height: 398px;
    background-position: top center;
    background-repeat: no-repeat;
}

.nav-button {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
}
.hamburger:hover {
	cursor: pointer;
}
.hamburger {
	transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	z-index: 99999 !important;
	transition: top .5s;
	-o-transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	-ms-transition: top .5s;
	position: relative;
}

.hamburger .line {
	width: 27px;
	height: 3px;
	background-color: #333333;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(1) {
	background-color: #333333;
}

.hamburger{
	transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	z-index: 99999 !important;
	transition: top .5s;
	-o-transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	-ms-transition: top .5s;
	position: relative;
}
.hamburger .line.open{
	background-color: #333333;
}
.hamburger .line{
  width: 27px;
  height: 3px;
  background-color: #333333;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(1){
  background-color: #333333;
}

.hamburger .line:nth-last-of-type(1){
  background-color: #333333;
}

.hamburger.is-active .line:nth-child(1){
  background-color: #333333;
}


.hamburger:hover{
  cursor: pointer;
}
.hamburger .line:nth-child(2){
  width: 17px;
}
/* ONE */

.hamburger.is-active .line:nth-child(2){
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1){
  -webkit-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  -o-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
  background-color: #fff;
}

.hamburger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
  background-color: #fff;
}

.hamburger::after{
	content: "";
	position: absolute;
	top: -16.5px;
	left: -22px;
	background-color: rgba(0,0,0,0);
	width: 70px;
	height: 56px;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hamburger.is-active::after{
	background-color: rgba(214,0,15,1);
}
.header-middle{
	position: relative;
}

.mobile_nav{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 82px;
	background-color: #fff;
	z-index: 999;
	overflow-y: auto;
	transition: .3s all;
	left: -100%;
}
.mobile_nav.open{
	left: 0;
}
.mobile_nav .first>li>a{
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.mobile_nav .secound{
	padding-left: 10px;
	display: none;
}
.mobile_nav .secound>.li>a{
	font-size: 15px;
	display: block;
	padding: 8px 0;
}
.mobile_nav .third>.li>a{
	font-size: 13px;
	display: block;
	padding: 8px 0;
	margin-right: 10px;
	font-weight: 100;
}
.mobile_nav .third{
	padding-left: 15px;
	background: #e9e9e9;
	display: none;
}
.mobile_nav .first>li>a.haschild::before{
	position: absolute;
	content: '';
	width: 15px;
	height: 2px;
}

.mobile_nav .icon {
	position: relative;
	float: right;
	width: 10px;
	height: 10px;
	margin-top: 6px;
}
.mobile_nav .icon:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2px;
	height: 10px;
	background-color: #333333;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.mobile_nav .icon:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #333333;
}

.mobile_nav .open .icon:before{
	height: 0;
}


@media screen and (min-width: 100px) and (max-width: 768px){
	.container{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.header-top .right_list{
		display: none;
	}
	.header-top .wd {
		font-size: 12px;
		padding: 5px 0;
	}
	.header-middle .rl_nav{
		display: none;
	}
	.header-middle .logo img {
		height: 40px;
	}
	.hor_nav{
	    display: none;
	}
	.hor_nav .t{
	    padding: 15px 0;
	}
	.banner img{
		width: 100%;
	}

	.banner .swiper-button-next, .banner .swiper-button-prev {
		width: 30px;
		height: 30px;
	}
	.banner .swiper-button-next::after, .banner .swiper-button-prev::after {
		font-size: 24px;
	}
	.home_about{
		height: auto;
		padding: 30px 0 30px;
	}
	.home_about .about_left {
		width: 100%;
		padding: 0 15px;
	}
	.home_about .about_left .t1 {
		font-size: 20px;
	}
	.home_about .about_left .t1 span{
		font-size: 20px;
	}
	.home_about .about_left .ctx p {
		font-size: 14px;
	}
	.home_about .about_left .ctx {
		padding: 20px 0 30px;
	}
	.home_about .about_left .more a{
		width: 60px;
    	height: 60px;
		font-size: 12px;
		line-height: 60px;
	}
	.home_about .about_left .more a::after {
		width: 40px;
		height: 40px;
	}
	.home_about .about_right {
		width: 100%;
		padding: 0 15px;
	}
	.home_about .about_right .top_tit .w1 {
		font-size: 24px;
		line-height: 2;
	}
	.home_about .about_right .top_tit .w2 {
		font-size: 30px;
		line-height: 40px;
	}
	.home_about .about_right .bottom_tit {
		margin-top: 20px;
	}
	.home_about .about_right .bottom_tit .w1 {
		font-size: 24px;
	}
	.home_about .about_right .bottom_tit .w1 span {
		color: #09347d;
		font-size: 24px;
	}
	.home_intro{
		height: auto;
		padding: 30px 0 30px 0;
		background-size: cover;
	}
	.home_intro .intro_list {
		width: 50%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0 0px;
	}
	.home_intro .intro_list .zhengwen .c2 {
		font-size: 23px;
		font-weight: bold;
		color: #fff;
		line-height: 23px;
	}
	.home_intro .intro_list .icon img {
		height: 40px;
	}
	.home_tit .t1 {
		font-size: 22px;
	}
	.home_tit .t2 {
		font-size: 12px;
	}
	.home_product .pro_tit .right_more a{
		display: none;
	}
	.pro_aside .side_category{
		left: -100%;
	}
	.pro_aside .right-box {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.home_product .pro_tit {
		padding: 30px 0;
	}
	.pro_aside .right-box .pro-list .col {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pro_aside .right-box .pro-list .col .text-box .text {
		font-size: 14px;
	}
	.home-horor {
		background-color: #f7f7f7;
		padding: 30px 0;
	}
	.home-horor .horor-tit .right-txt {
		width: 100%;
		margin-top: 30px;
	}
	.home-horor .horor-tit .right-txt p {
		font-size: 14px;
		line-height: 2;
	}
	.home-horor .horor-swiper .toptot {
		font-size: 18px;
	}
	.horor-swiper{
		margin-top: 30px;
	}
	.home-horor .horor-swiper .img {
		width: 100%;
		height: 60vw;
	}
	.home-horor .horor-swiper .title {
		font-size: 14px;
	}
	.home-news {
		padding: 30px 0;
	}
	.home-news .home-news-tit .right_cate{
		display: none;
	}
	.home-news .news_list {
		padding: 30px 0;
	}
	.home-news .news_list .item-list {
		width: 100%;
	}
	.home-news .news_list .item-list .news_content {
		padding: 0 15px;
	}
	.home-news .news_list .item-list .top_ctx {
		padding: 15px 0;
	}
	.home-news .news_list .item-list .news_ctx .desc{
		padding: 10px 0;
		margin-top: 10px;
	}
	.home-news .item-lists .bg3 {
		width: 30%;
		height: 100px;
	}
	.home-news .item-lists .news_ctxx {
		width: 65%;
	}
	.home-news .item-lists .news_ctxx h3 {
		font-size: 14px;
	}
	.home-news .item-lists .news_ctxx p {
		font-size: 12px;
		margin-top: 10px;
	}
	.home-news .item-lists{
		padding-top: 10px;
	}
	.footer {
		background: #222222;
		padding: 30px 0;
	}
	.footer .f-nav{
		display: none;
	}
	.footer .f-wxcode {
		width: 70%;
	}
	.footer .foot-mid .addr {
		font-size: 12px;
	}
	.footer .foot-mid .addr span {
		font-size: 18px;
	}
	.mobile{
		display: block;
	}
	.pc{
		display: none;
	}
	.footer .icon-list{
		padding: 15px 0 10px;
	}
	.footer .foot-mid .icon-list a img {
		width: 25px;
	}
	.foot-bottom{
		font-size: 12px;
	}
	.foot-bottom a{
		font-size: 12px;
	}
	.banner_noindex{
		background-size: cover;
		height: 70vw;
	}
    .pubnav {
		padding: 30px 0;
	}
	.pubnav ul li a{
		font-size: 14px;

	}
	.pubnav ul li {
		height: 40px;
		line-height: 40px;
		font-size: 17px;
	}
	.pubnav{
		display: none;
	}
	.about_fazhan .wenzi .t2 {
		font-size: 18px;
		color: #333333;
		margin: 20px 0 10px;
	}
	.about_fazhan .wenzi .t3 {
		font-size: 14px;
		color: #0a347e;
	}
	.fazhan_swiper .dotout .year {
		font-size: 24px;
		margin-top: 30px;
	}
	.fazhan_swiper .dotout .desc {
		font-size: 12px;
		color: #666666;
		margin-top: 12px;
	}
	.about_fazhan {
		padding: 30px 0 0px;
	}
	.about-horor ul li {
		width: 49%;
		margin-right: 2%!important;
		margin-bottom: 15px;
	}
	.about-horor ul li:nth-child(2n){
		margin-right: 0!important;
	}
	.about-horor ul li a {
		padding: 10px;
		}
		.about-horor ul li .cover {
			height: 60vw;
		}
		.about-horor ul li .text {
			text-align: center;
			font-size: 14px;
			font-weight: 100;
			margin-top: 10px;
		}
		.about-horor{
			padding: 30px 0;
		}
		.page {
			text-align: center;
			font-size: 14px;
			color: #898989;
			padding: 20px 0px;
		}
		.page span,.page a{
			font-size: 12px;
		}
		.main_news{
			padding-top: 30px;
		}
		.main_news ul li {
			width: 100%;
			margin-right: 0%;
		}

		.main_news .news_content {
			padding: 0 15px 15px 15px;
		}
		.main_news .top_ctx {
			justify-content: space-between;
			padding: 15px 0;
		}
		.main_news .news_ctx .desc {
			font-size: 12px;
			color: #4c4c4c;
			font-weight: 100;
			margin-top: 15px;
			padding: 0;
		}
		.main_news .news_ctx .title {
			font-size: 16px;
		}
		.news_content .newsshow {
			background-color: #fff;
			padding: 25px 15px;
		}
		.news_content .newsshow .title h3 {
			font-size: 18px;
		}
		.news_content .newsshow .title p {
			font-size: 12px;
		}
		.news_content .newsshow .content {
			font-size: 14px;
			color: #000;
			font-weight: 100;
			line-height: 2;
		}
		.page_next {
			justify-content: space-between;
			background-color: #fff;
			padding: 10px 5px;
			margin-top: 30px;
		}
		.page_next .t, .page_next .t a {
			font-size: 13px;
			font-weight: 100;
			line-height: 2;
		}
		.n_case .list {
			padding: 0px 0 0 0;
		}
		.n_case .list ul li {
			width: 100%;
			margin-right: 0;
			margin-bottom: 20px;
		}
		.n_case .list ul li .info .name {
			font-size: 16px;
			margin: 10px 0 12px;
		}
		.n_contact {
			padding: 0px 0;
		}
		.n_contact .main_cont .cont1 {
			margin-right: 0;
		}
		.n_contact .main_cont {
			padding: 20px;
		}
		.n_contact .main_cont .cont1 .top h3 {
			font-size: 20px;
		}
		.n_contact .main_cont .cont1 .ctx p {
			font-size: 14px;
		}
		.n_contact .main_cont .cont1 .top .line{
			margin: 20px 0 20px;
		}
		.n_contact .main_cont .cont2{
			margin-top: 15px;
		}
		.n_contact .main_cont .cont2 .line{
			margin: 20px 0 20px;
		}
		.n_job .job_list ul li .job_main .more{
			display: none;
		}
		.n_job{
			margin-top: 30px;
		}
		.show_nav{
			margin-top: 30px;
		}
		.show_nav .btitle {
			font-size: 18px;
		}
		.show_nav .tz a div {
			font-size: 16px;
		}
		.show_nav .tz a img {
			display: block;
			height: 19px;
		}
		.job_title {
			border-bottom: 2px solid #e0e0e0;
			font-size: 18px;
			padding: 12px 0 12px 20px;
		}
		.caseMain .caseTit {
			text-align: center;
			font-size: 18px;
			font-weight: bold;
			padding: 15px 0;
		}
		.show_nav.pshow {
			margin-top: 30px;
		}
		.caseshow {
			margin-top: 30px;
		}
		.caseMain .bigImg {
			height: 80vw;
		}
		.caseMain .caseSwiper {
			padding: 15px 40px;
			position: relative;
		}
		.caseMain .caseSwiper .cover {
			height: 100px;
		}
		.caseMain .moredesc .moreTit{
			font-size: 15px;
    		padding-left: 25px;
		}
		.caseMain .moredesc .moreTit::before{
			height: 50%;
		}
		.caseMain .moredesc .content {
			padding: 15px;
			font-size: 13px;
		}
		.proshow .show .leftImg {
			width: 100%;
			text-align: center;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			padding: 20px 20px;
		}
		.proshow .show .leftImg .bigPic {
			height: 70vw;
		}
		.proshow .show .leftImg .proswiper .cover {
			height: 80px;
		}
		.proshow .show .rightinfo{
			padding: 20px 20px;
			width: 100%;
		}
		.proshow .show .rightinfo .name {
			font-size: 18px;
			color: #0a347e;
			padding: 0 0 15px 0;
		}
		.proshow .show .rightinfo .desc .descTit{
			margin: 0;
		}
		.proshow .show .rightinfo .desc {
			font-size: 12px;
			color: #4c4c4c;
			padding: 20px 0 25px;
		}
		.proshow .show .rightinfo .online p {
			font-size: 22px;
		}
		.proshow .show .rightinfo .online h3 {
			font-size: 14px;
		}
		.proIntroduce .p_main .pnav .nav1 {
			font-size: 14px;
			color: #4c4c4c;
			padding: 12px 30px;
		}
		.proIntroduce .p_main .item {
			padding: 15px;
			font-size: 13px;
		}
		.about_ctx .ctx {
			font-size: 14px;
			}
			.about_ctx {
				padding: 30px 0 30px 0;
			}
			.about_huanjing .h_title h3 {
				font-size: 24px;
				}
				.about_huanjing .h_title p {
					font-size: 12px;
					}
					.about_huanjing .hj_list {
						padding: 30px 0;
					}
					.about_huanjing .hj_list ul li {
						width: 49%;
						}
						.about_huanjing .hj_list ul li:nth-child(2n) {
							margin-right: 0%!important;
							}
							.about_huanjing .more{
								margin-top: 0px;
							}
							.about_huanjing .more a{
								font-size: 15px;
								padding: 12px 35px;
							}
							.about_huanjing {
								padding: 30px 0 30px;
							}

}
@media screen and (min-width: 769px) and (max-width: 992px){
	.container{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.header-middle .rl_nav ul li a {
		font-size: 14px;
		font-weight: 100;
		padding: 0 10px;
		position: relative;
	}
	.header-middle .logo img {
		height: 65px;
	}
	.header-middle .rl_nav ul li a::before{
		bottom: -32px;
	}
	.home_about{
		height: auto;
	}
	.home_about .about_left .ctx p {
		font-size: 15px;
		font-weight: 100;
		line-height: 1.5;
	}
	.home_about .about_right .top_tit .w1 {
		font-size: 50px;
	}
	.home_about .about_right .bottom_tit .w1 {
		font-size: 30px;
	}
	.home_intro .intro_list .zhengwen .c2 {
		font-size: 20px;
	}
	.home_intro .intro_list{
		padding: 0 25px;
	}
	.pro_aside .right-box .pro-list .col{
		width: 50%;
		flex:0 0 50%;
		max-width: 50%;
	}
	.home-news .news_list .item-list{
		width: 49%;
	}
	.home-news .item-list3{
		display: none;
	}
	.header-middle .rl_nav ul li {
		padding: 0 10px;
	}
	.n_case .list ul li .img {
		height: 240px;
		overflow: hidden;
	}
	.main_news ul li .img {
		height: 240px;
		overflow: hidden;
	}
}
@media screen and (min-width: 993px) and (max-width: 1200px){
	.container{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 10px;
	}
    
}
@media screen and (min-width: 870px) and (max-width: 1200px){
    
}
@media screen and (min-width: 900px) and (max-width: 990px){
    
}