html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{
    margin:0;
    padding:0;
}
ul,ol,dl{
    list-style-type:none
}
html,body{
    *position:static;
    height:100%;
	color: rgb(102, 102, 102);
}
html{
    font-family: "黑体","simhei",'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
a{
	text-decoration: none;
}
.clear{
	clear: both;
}
.wk{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide h1{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 40%;
	z-index: 1;
	font-size: 40px;
	color: #ffffff;
	font-weight: 300;
}
.banner .swiper-slide-active h1{
	animation: toptu 1s 1;
}
@keyframes toptu {
	0% {
		top: 50%;
		opacity: 0;
	}

	100% {
		top: 40%;
		opacity: 1;
	}
}
.banner .swiper-slide:nth-child(2) h1{
	color: #631e0f;
}
.banner .swiper-slide h1 span{
	display: block;
	font-size: 20px;
	margin: 40px 0;
}
.banner .swiper-slide-active h1 span{
	animation: toptuc 1s 1;
}
@keyframes toptuc {
	0% {
		margin:0px 0;
		opacity: 0;
	}

	100% {
		margin:40px 0;
		opacity: 1;
	}
}
.menu{
	position: relative;
}
.bt{
	color: rgb(75, 75, 75);
	font-size: 30px;
	margin:40px  auto;
	display: block;
	text-align: center;
}
.jiazai{
	animation: body 1s 1;
}
	@keyframes body {
		0% {
			opacity: 0;
		}
	
		100% {
			opacity: 1;
		}
	}
.head{
	height: 75px;
}
.head .top{
	background: #01427a;
	height: 35px;
	color: #ffffff;
}
.top .wk{
	position: relative;
}
.head .top ul{
	float: right;
	padding-right: 130px;
}
.head .top li{
	float: left;
	line-height: 35px;
	font-size: 12px;
}
.fdong{
	position: fixed;
	top: 0;
	z-index:999;
	background: #ffffff;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 1px solid #eeeeee;
}
.logo{
	height: 75px;
	float: left;
}
.logo img{
	height: 55px;
	margin: 10px 0;
	display: block;
}
.menu ul{
	float: right;
	margin:auto;
}
.menu ul li{
	float: left;
	margin: 0px 10px;
	position: relative;
}
.menu ul li .jiantou{
	position: relative;
	width: 5px;
	height: 5px;
	border: solid currentColor;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	right: 10px;
	top: 35px;
	float: right;
	transition: all .7s ease;
}
.menu ul li:hover .jiantou{
	transform: rotate(135deg);
}
.menu ul li span{
	color: rgba(0, 0, 0, 1);
	height: 75px;
	line-height: 75px;
	font-family: 黑体, SimHei;
	padding: 0px 20px;
	font-size: 15px;
}
.menu ul li a{
    display: block;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	height: 75px;
	line-height: 75px;
	font-family: 黑体, SimHei;
	padding: 0px 20px;
	font-size: 15px;
	transition: all .7s ease;
	-moz-transition: all ease .7s;
	-webkit-transition: all .7s ease;
	-o-transition: all ease .7s;
}
.menu ul li a:hover{
	color: #0f4c8e;
}
.menu ul li .nav{
	display: none;
	top: 0px;
	position: absolute;
	width:150%;
	background: #ffffff;
	transition: 0.5s;
}
.menu ul li:hover .nav{
	display: block;
	z-index:11;
	top:75px;
}

.menu ul li .nav a{
	display: block;
	line-height: 40px;
	height: 40px;
}
.menu ul li .nav a:hover{
	background: #e8e8e8;
}

.swiper {
    width: 100%;
    height: auto;
}
.swiper{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 40px;/* 设置按钮大小 */
}
.swiper-button-next, .swiper-button-prev{
	background: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	padding: 15px 20px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	background: rgba(0, 0, 0, 0.5);
}
.swiper-slide{
	background-size: auto 500px;
	position: relative;
}

.descript_area {
    padding: 85px 0 74px;
}
.descript_area p{
    text-align: center;
    font-size: 24px;
    color: #5f6464;
    line-height: 54px;
}
.xiangmu{
	width: auto;
}
.xiangmu li{
	width: 30.3333%;
	margin: 0 1.5%;
	float: left;
	text-align: center;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}
.xiangmu img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	position:absolute;
	display: block;
	top: 0;
	z-index: 1;
}
.xiangmu li h1{
	font-weight: 300;
	line-height: 60px;
	position: relative;
	transition: 0.5s;
}
.xiangmu li h1:after{
	content: "";
	position: absolute;
	width: 0;
	left: 32%;
	height: 3px;
	background: #ffffff;
	bottom: 5px;
	transition: 0.5s;
}
.xiangmu li:hover h1:after{
	width: 130px;
}
.xiangmu li a{
	color: #ffffff;
	display: block;
	z-index: 3;
	position: relative;
	padding: 80px 0;
}
.xiangmu li .dbg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgb(0 0 0 / 10%);
	z-index: 2;
	transition: 0.5s;
}
.xiangmu li:hover img{
	 transform: scale(1.1);
}
.xiangmu li:hover .dbg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgb(26 94 162 / 50%);
}

.fuwu{
	width: 100%;
	margin: 80px auto;
}
.fuwu h1{
	text-align: center;
	width: auto;
	color: #333333;
	font-weight: 500;
	margin-bottom: 40px;
	font-size: 30px;
}
.fuwu li{
	width: 33.3333%;
	float: left;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.fuwu li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
}
.fuwu li a{
	display: block;
	font-size: 30px;
	color: #ffffff;
	position: relative;
	z-index: 3;
	width: 80%;
	height:80%;
	padding:10%;
}
.fuwu li a p{
	display: block;
	font-size: 14px;
	opacity: 0;
	transition: 0.5s;
	line-height: 2;
}
.fuwu li:hover a p{
	display: block;
	font-size: 14px;
	opacity: 1;
}
.fuwu li .dbg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	z-index: 2;
	transition: 0.5s;
}
.fuwu li:hover .dbg{
	top: 0;
}
.fuwu li:nth-child(1) .dbg{
	background: #0052d9;
}
.fuwu li:nth-child(2) .dbg{
	background: #9b26b6;
}
.fuwu li:nth-child(3) .dbg{
	background: #00a9ce;
}
.fuwu li:nth-child(4) .dbg{
	background: #ff671f;
}
.fuwu li:nth-child(5) .dbg{
	background: #00a9ce;
}
.fuwu li:nth-child(6) .dbg{
	background: #79c000;
}


.about{
	margin: 50px auto;
	line-height: 1.8;
}
.about img{
	float: left;
	margin-right: 80px;
}
.about h2{
	font-size: 25px;
	line-height: 3;
	margin-top: 30px;
}
.about a{
	font-size: 30px;
	color: #333333;
}

.shuju{
	background: #f4f4f4;
	padding: 50px 0;
}
.shuju h2{
	text-align: center;
	width: auto;
	color: #333333;
	font-weight: 500;
	font-size: 30px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
}
.shuju li{
	width: 30.3333%;
	padding-left: 3%;
	float: left;
	color: #666666;
	font-size: 18px;
	line-height: 2;
	margin-top: 30px;
	cursor: pointer;
	height: 180px;
	overflow: hidden;
}
.shuju li h1 span{
	color: #666666;
	font-size: 18px;
	font-weight: 300;
	margin-left: 20px;
}
.shuju li h1{
	color: #0598e0;
	font-size: 60px;
	transition: 0.5s;
}
.shuju li:hover h1{
	color: #0598e0;
	font-size: 70px;
}
.hezuo{
	margin: 50px auto;
}
.hezuo h1{
	text-align: center;
	width: auto;
	color: #333333;
	font-weight: 500;
	margin-bottom: 40px;
	font-size: 30px;
}
.hezuo li{
	float: left;
	width: 16%;
	margin: 5px 1.8%;
	height: 70px;
	overflow: hidden;
	border: 1px solid #f2f2f2;
	text-align: center;
	line-height:70px;
	vertical-align:middle
}
.hezuo li img{
	max-height: 70px;
	max-width: 100%;
}

.tuce{
	background: #0095ff;
}
.wk_t{
	width: 80%;
	max-width: 1400px;
	margin: auto;
}
.tuce_l{
	width: 30%;
	float: left;
}
.tuce_l h1{
	margin: 50px auto 100px auto;
	padding-left: 40px;
	color: #66bfff;
	cursor: pointer;
	position: relative;
	transition: 0.5s;
}
.tuce_l h1.on{
	color: #ffffff;
	border-left: 4px solid #ffffff;
}
.tuce_l h1.on:before{
       content:'→';
	   position: absolute;
	   bottom:-40px;
}
.tuce_l h1 span{
	font-size: 16px;
	display: block;
	font-weight: 300;
	line-height: 2;
}
.tuce_r{
	width: 70%;
	float: left;
}
.tuce_r li{
	width: 50%;
	float: left;
	height: 400px;
	overflow: hidden;
}
.tuce_r li img{
	display: block;
	width: 100%;
	transition: 0.5s;
	cursor: pointer;
}
.tuce_r li:hover img{
	transform: scale(1.1);
}
.tuce_r ul.tc2,.tuce_r ul.tc3{
	display: none;
}

.new{
	margin: 80px auto;
}
.new h1{
	width: auto;
	color: #333333;
	font-weight: 500;
	margin-bottom: 40px;
	font-size: 30px;
}
.new h1 a{
	float: right;
	display: block;
	color: #333333;
	font-size: 18px;
}
.new .new_n{
	display: block;
}
.new .new_n img{
	float: left;
	width: 50%;
	margin-right: 40px;
}
.new .new_n a{
	display: block;
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 20px;
	color: #2A2E2E;
	letter-spacing: 0;
	line-height: 30px;
}
.new .new_n a time{
	display: block;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	font-weight: 300;
}

.foot{
	background: #fbfbfb;
	padding: 30px 0;
}
.foot .foot_t{
	height: 28px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.foot .foot_t span{
	line-height: 28px;
	float: left;
	font-size: 20px;
}
.foot .foot_t img{
	margin: 0 10px;
}
.foot ul{
	margin-bottom: 40px;
}
.foot li{
	float: left;
	margin-right: 50px;
	line-height: 3;
}
.foot ul li:nth-child(4){
	float: right;
	margin: 0;
}
.foot li h1{
	font-size: 20px;
}
.foot li a{
	display: block;
	color: #666666;
	font-size: 16px;
}
.foot li img{
	height: 150px;
}
.banquan{
	margin: auto;
	font-size: 14px;
	color: #333333;
	border-top: 1px solid #eeeeee;
	line-height: 40px;
}
.banquan a{
	float: right;
	color: #333333;
}

.lmimg{
	width: 100%;
	margin: auto;
	position: relative;
}
.lmimg img{
	width: 100%;
}
.lmimg h1{
	position: absolute;
	z-index: 1;
	top: 40%;
	left: 20%;
	color: #ffffff;
	font-size: 40px;
}
.lmimg h1 span{
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 2;
}
.neirong{
	padding: 50px 0;
}

.new_n{
	margin: auto;
}
.new_n dl{
	margin: 50px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 50px;
	height: 150px;
	position: relative;
}
.new_n dl dt{
	width: 250px;
	float: left;
	margin-right: 30px;
}
.new_n dl dt img{
	width: 100%;
	height: 150px;
	border-radius: 3px;
}
.new_n dl dd{
	color: #666666;
}
.new_n dl dd h4 a{
	font-size: 20px;
	color: #333333;
	margin: 20px 0;
	display: block;
	transition: all 0.5s ease;
}
.new_n dl dd h4 a:hover{
	color: #0f4c8e;
}
.new_n dl dd .deta a{
	border: 1px solid #dddddd;
	width: 100px;
	position: absolute;
	bottom: 50px;
	right: 0px;
	text-align: center;
	color: #333333;
	line-height: 2;
	display: block;
	transition: all 0.5s ease;
}
.new_n dl dd .deta a:hover{
	border: 1px solid #0f4c8e;
	color: #ffffff;
	background: #0f4c8e;
}

.weizhi{
	color: #666666;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
}
.weizhi a{
	color: #666666;
}
.new_neirong{
	padding: 40px 0;
}
.new_neirong .biti{
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
	text-align: center;
}
.new_neirong .fabu{
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.new_neirong dl{
	margin: 30px 0;
	background: #f2f2f2;
	padding: 10px 20px;
}
.new_neirong dl dd{
	margin: 20px 0;
}
.new_neirong dl a{
	color: #333333;
}
.menu_i{
	display: none;
}
@media (max-width:768px) {
	.menu_i{
		position: absolute;
		    right: 0px;
		    top: 0;
		    width: 80px;
		    display: block;
		    color: #333333;
		    font-family: sans-serif;
		    font-size: 25px;
		    text-align: center;
		    line-height: 70px;
	}
	.menu ul {
	    float: right;
	    width: 150px;
	    position: absolute;
	    right: 0;
	    background: #ffffff;
	    z-index: 1111;
		top: 70px;
		display: none;
	}
	.menu ul li{
		margin: auto;
	}
	.banner img{
		height: 300px;
	}
	.banner .swiper-slide h1 {
	    top: 30%;
	    font-size: 20px;
	}
	@keyframes toptu {
		0% {
			top: 40%;
			opacity: 0;
		}
	
		100% {
			top: 30%;
			opacity: 1;
		}
	}
	.banner .swiper-slide h1 span {
	    font-size: 16px;
	    margin: 20px 0;
	}
	@keyframes toptuc {
		0% {
			margin:0px 0;
			opacity: 0;
		}
	
		100% {
			margin:20px 0;
			opacity: 1;
		}
	}
	.descript_area {
	    padding: 50px 20px;
	}
	.descript_area p {
	    font-size: 16px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.xiangmu li {
	    width: 90%;
	    margin: 0 5% 20px 5%;
	}
	.fuwu li {
	    width: 100%;
	    height: 200px;
	}
	.about img {
	    margin-right: 0;
	    width: 100%;
	}
	.about div{
		width: 90%;
		margin: 10px 5%;
	}
	.shuju h2 {
	    font-size: 20px;
	}
	.shuju li {
	    width: 40%;
	    padding: 0 5%;
	    font-size: 12px;
	    line-height: 2;
	    margin-top: 0px;
	    height: auto;
	}
	.shuju li h1 {
	    color: #0598e0;
	    font-size: 35px;
	    transition: 0.5s;
	}
	.shuju h2 {
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.hezuo li {
	    width: 30%;
	    margin: 5px 1%;
	}
	.tuce_r {
	    width: 57%;
	    margin-left: 3%;
	    float: left;
	}
	.tuce_l {
	    width: 40%;
	    float: left;
	}
	.wk_t {
	    width: 100%;
	}
	.tuce_r li {
	    width: 100%;
	    height: auto;
	}
	.tuce_l h1 {
	    margin: 50px auto;
	    padding-left: 20px;
	    font-size: 20px;
	}
	.tuce_l h1 span {
	    font-size: 12px;
	}
	.new {
	    margin: 30px 5%;
	    width: 90%;
	}
	.new .new_n img {
	    width: 100%;
	    margin-bottom: 20px;
	    margin-right: 0;
	}
	.foot {
	    padding: 20px;
	}
	.foot ul li:nth-child(4) {
	    width: 100%;
	    text-align: center;
	}
	.lmimg{
		width: 100%;
		overflow: hidden;
	}
	.lmimg img {
	    width: auto;
	    height: 200px;
	}
	.lmimg h1 {
	    top: 30%;
	    left: 10%;
	    font-size: 30px;
	}
	.neirong {
	    padding: 20px 5%;
	    width: 90%;
	}
	.neirong img,.neirong p img{
		max-width: 100%;
	}
	.new_n dl {
	    margin: 20px;
	    height: auto;
	}
	.new_n dl dt {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	.new_n dl dt img {
	    height: auto;
	}
	.new_n dl dd .deta a {
	    bottom: 10px;
	}
	.page{
		text-align: center;
		padding: 0 20px 20px 20px;
	}
	.weizhi {
	    padding: 0px 10px;
	}
	.new_neirong {
	    padding: 40px 5%;
	    width: 90%;
	}
	.menu ul li .nav {
	    left: -120%;
	    width: 120%;
	}
	.logo img {
	    height: 45px;
	    margin: 15px 10px;
	    display: block;
	}
}