﻿
body {
	font-family:"思源黑体";
	/*文字字体定义 */
    color: #262728;
	/*文字颜色定义 */
	outline: none;
}
* {
	word-break: break-all;
	word-wrap: break-word
}
/* 网站超链接css通用设置 */

a {
	text-decoration: none;
}
/* 链接无下划线,有为underline */

/* 点击激活链接 */

p {
	line-height: 23px;
}
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{
    -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{
    margin-top: 70px;
}
.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;
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff;
	z-index: 999;
}
.head .top{
	background: #01427a;
	height: 35px;
	color: #ffffff;
}
.head .twk{
	padding: 0 2% 0 3%;
	margin: auto;
}
.top .wk{
	position: relative;
}
.head .top ul{
	float: right;
	padding-right: 130px;
}
.head .top li{
	float: left;
	line-height: 35px;
	font-size: 12px;
}
.top_search {
	float: right;
	height: 75px;
	width: 34px;
	position: relative;
}
.nav-hide .top_search {
	height: 80px;
}
.top_search .input1 {
	width: 83%;
	text-indent: 10px;
	line-height: 30px;
	height: 30px;
	outline: medium;
	background: none;
	color: #9c9c9c;
	text-align: left;
	font-size: 13px;
	border: 0;
}
.top_search em {
	height: 100%;
	width: 100%;
	background: url(../images/sear.png) left center no-repeat;
	cursor: pointer;
	display: block;
}
.top_search em:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.top_search .search_con {
	display: none;
	position: absolute;
	bottom: -73px;
	right: 0px;
	width: 300px;
	height: 0px;
	padding-top: 23px;
	padding-bottom: 19px;
	background: url(../images/top_bg2.png) no-repeat;
	z-index: 100;/* border:1px solid #eee;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);border-radius: 2px;*/
}
.top_search .search_con .input1 {
	height: 39px;
	line-height: 39px;
	background: #f8f8f8;
	border: 0;
	padding-left: 5px;
	margin-left: 16px;
	padding-right: 47px;
	width: 174px;
	float: left;
	outline: none;
}
.top_search .search_con .bnts {
	float: left;
	width: 40px;
	height: 39px;
	background: url(../images/top_pic3.png) no-repeat;
	cursor: pointer;
	border: 0;
}
.top_search .search_con .bnts:hover {
	transition: all 0.3s;
	background: url(../images/top_pic4.png) no-repeat;
}
.fdong{
	transition: 0.5s;
	box-shadow: 0 20px 50px rgb(0 0 0 / 20%);
}
.yuyan{
	float: right;
	line-height: 75px;
	margin-left: 40px;
}
.yuyan a{
	color: #000;
	margin: 0px 10px;
	padding-right: 10px;
	border-right: 1px solid #666666;
	font-weight: 300;
}
.yuyan img{
	margin-top: 23px;
	display: block;
	float: right;
}

.logo{
	height: 75px;
	float: left;
}
.logo img{
	height: 55px;
	margin: 10px 0;
	display: block;
}
.menu ul{
	float: right;
	margin:auto;
	background: #ffffff;
}
.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;
	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;
	padding: 0px 10px;
	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:170%;
	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: 50%;
	float: left;
	height: 500px;
	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;
}
.blk-xs{
    width: 250px;
    position: absolute;
    left: 0;
    top: 0px;
    padding: 20px;
    background: #FFFFFF;
    font-size: 14px;
}
.blk-xs a{
    color: #666666;
    display: block;
}
.blk-xs h3 a{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}
.blk-xs h3:hover{
    background: url("../images/icons/next_blank.png") no-repeat right center;
    background-size: auto 70%;
}
.blk-xs h3.sidenavcur a{
    color: #0052d9;
}
.p14-left-nav-1-tit{
    font-size: 18px;
    border-bottom:1px solid #f2f2f2;
    padding: 20px 0;
    margin-bottom: 10px;
}
.p14-left-nav-1-nav-one{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.p14-left-nav-1-nav-one p a:first-child{
    margin-top: 10px;
}
.p14-left-nav-1-nav-one p a{
    transition:0.5s;
    padding: 5px;
}
.p14-left-nav-1-nav-one p a.on{
    color: #0052d9;
}
.p14-left-nav-1-nav-one p a:hover{
    margin-left: 10px;
    padding: 5px;
}
.blk-xs a:hover{
    color: #0052d9;
}
.cbgg-01{
    margin-top: 20px;
}
.cbgg-01 span{
    font-size: 25px;
    color: #0052d9;
}

#video {
	width: 100%;
	height:800px;
	margin: 0 auto;
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}


.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 p{
	line-height: 2.5;
}
.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;
	min-height: 400px;
}
.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;
	position: relative;
	padding-left: 55%;
}
.new .new_n img{
	position: absolute;
	width: 50%;
	left: 0;
}
.new .new_n ul{
	display: block;
}
.new .new_n li{
	margin-bottom: 20px;
}
.new .new_n a{
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #2A2E2E;
	letter-spacing: 0;
	line-height: 30px;
	margin-bottom: 10px;
}
.new .new_n p{
	font-size: 13px;
	color: #999999;
	margin: 0;
}

.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;
}

.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;
}
/*------------内页-------------------*/

/*案例列表*/
.right {
	width: auto;
	background: #ffffff;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.sitemp {
	border-bottom: 1px solid #eee;
}
.sitemp h2 {
	width: 340px;
	float: left;
	line-height: 40px;
	text-align: left;
	font-size: 16px;
	color: #333;
}
.sitemp .site {
	width: auto;
	float: right;
	text-align: right;
	line-height: 40px;
}
.content {
	padding: 15px 0;
	overflow: hidden;
	line-height: 24px;
}
.CERTIFICATES_list li{
	float: left;
    margin-left: 1%;
    width:23%;
    margin-right: 1%;
    padding-bottom: 30px;
	cursor: pointer;
}
.CERTIFICATES_list li img{width:100%; height:350px; display:block; margin:auto;}
.CERTIFICATES_list li h3{text-align:center; margin-top:5px;}
.CERTIFICATES_list li h3 a{font-weight:normal;height:40px;line-height:40px;color:#333;display:block;font-size:14px;}
.page{
	text-align: center;
	margin-bottom: 20px;
	color: #666666;
}
.page span{
	display: inline-block;
	margin: 10px 0;
}
.page span a{
	color: #000000;
	padding: 5px;
	margin:0 5px;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
}
.page span a:hover{
	background: #0598e0;
	color: #ffffff;
}
.page span a.page-num-current{
	color: #ffffff;
	background: #0598e0;
}

#container {
	width: 1200px;
	margin: 40px auto;
}

.pro{
	margin: 0 auto 20px auto;
    position: relative;
    padding-left: 300px;
}
.pro dl{
	width: 33.333%;
    height: 370px;
    margin-top: -20px;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
}
.prox{
	margin: 0 auto 20px auto;
    position: relative;
    padding-left: 300px;
}
.prox dl{
	width: 33.333%;
    height: 370px;
    margin-top: -20px;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
}
.dh{
	height: 370px;
	margin:20px 1%;
	transition: 0.5s;
	cursor: pointer;
	padding-top: 10px;
	background: #ffffff;
}
.pro dl .dh:hover{
	margin:5px 1%;
}
.kdesc{
	height: 76px;
	overflow: hidden;
	margin-bottom: 10px;
}

.pro dl dt,.pro dl dd{
	width: 94%;
	background: #ffffff;
	padding: 0px 3%;
}
.pro dl dt a{
    height: 215px;
    line-height: 215px;
    display: table-cell;
    vertical-align:middle;
}
.pro dl dt img{
	max-width: 100%;
	max-height: 215px;
	vertical-align:middle;
}
.pro dl dd h4{
	font-size: 16px;
	line-height: 2.5;
}
.pro dl dd h4 a{
	color: #000;
}


.prox dl dt,.prox dl dd{
	width: 94%;
	background: #ffffff;
	padding: 0px 3%;
}
.prox dl dt img{
	width: 100%;
	height: 280px;
	display: block;
}
.prox dl dd h4{
	text-align: center;
    font-size: 16px;
    line-height: 3.5;
}
.prox dl dd h4 a{
	color: #000;
}


.n_menu{
	margin: 30px auto 0 auto;
	text-align: center;
}
.n_menu li{
	display: inline-block;
	margin: 5px 10px;
}
.n_menu li a{
	border: 1px solid #f2f2f2;
	display: block;
	padding:10px 20px;
	color: #666666;
	transition: 0.5s;
}
.n_menu li a.sidenavcur{
	color: #ffffff;
	background: #0052d9;
}
.pronr{
    position: relative;
    padding-left: 300px;
}
.pronr .titl{
	text-align: center;
	background: #ffffff;
	line-height: 100px;
	border-bottom: 1px solid #f2f2f2;
}
.prone{
	background: #ffffff;
}
.proimg{
	text-align: center;
}
.prow{
	background: #f2f2f2;
	padding-top: 20px;
	margin-top: 30px;
	min-height: 500px;
}
.projs{
	background: #ffffff;
	padding: 20px;
	margin: 0 0 20px 0;
}
.lic{
    margin-bottom: 30px;
}
.lic ul{
    display: block;
    margin: auto;
    width: 900px;
    padding: 30px;
    background: url(../images/xx.png) repeat-y 195px;
}
.lic ul li{
    float: left;
}
.lic ul li:first-child{
    width: 150px;
	text-align: right;
}
.lic ul li:nth-child(2){
    width: 70px;
	text-align: center;
}
.lic ul li:nth-child(3){
    width: 600px;
}
.lic ul li:nth-child(2) span{
	width: 10px;
	height: 10px;
	margin: 8px 30px;
	background: #093c84;
	border-radius: 30px;
	display: block;
}

.shouji{
	display: none;
}
.diannao{
		display: block;
	}
.lmimg{
	width: 100%;
	margin:75px auto 0 auto;
	height: 400px;
	position: relative;
	 background-size:auto 475px;
}
.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;
}
@media (max-width:768px) {
	.menu ul li a{
		    height: 50px;
		    line-height: 50px;
	}
	.menu ul li span {
	    height: 50px;
	    line-height: 50px;
	}
	.menu ul li .jiantou {
	    top: 20px;
		}
	.top_search{
		display: none;
	}
	#video {
	    height: 250px;
	}
	#container {
	    width: 100%;
	    margin: 20px auto;
	}
	.CERTIFICATES_list li {
	    float: left;
	    width: 48%;
	    padding-bottom: 10px;
	}
	.CERTIFICATES_list li img {
	    height: 250px;
	}
	.blk-xs{
		display:none;
	}
	.prox {
	    padding-left: 0px;
	}
	.pronr {
	    padding-left: 0px;
	}
	.pro{
	    padding-left: 0px;
	}
	.pro dl {
	    width: 100%;
	}
	.kdesc {
	    height: 66px;
	}
	.n_menu li a{
		padding:5px
	}
	.pronr .titl {
		font-size:25px;
}
.prone {
    width: 100%;
    overflow-x: scroll;
}
	.proimg img{
		max-width: 100%;
	}
	.prox dl {
		width: 100%
}
.lmimg{
		width: 100%;
		height: 150px;
		overflow: hidden;
		background-size:auto 150px;}
	.lmimg img {
	    width: auto;
	    height: 200px;
	}
	.lmimg h1 {
	    top: 30%;
	    left: 10%;
	    font-size: 30px;
	}
	.diannao{
		display:none;
	}
	.shouji{
		display: block;
	}
	.yuyan {
		margin-right:20%;
		margin-left:0;
}
	.menu_i{
		position: absolute;
		    right: 0px;
		    top: 0;
		    width: 50px;
		    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: -2%;
	    background: #ffffff;
	    z-index: 1111;
		top: 70px;
		display: none;
	}
	.menu ul li{
		margin: auto;
		width: 100%;
		text-align: center;
	}
	.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;
	}
	.shuju li h1 span{
		font-size: 12px;
		margin-left: 10px;
	}
	.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: 25px;
	    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{
		    padding-left: 0%;
	}
	.new .new_n img {
	    width: 100%;
	    margin-bottom: 20px;
	    margin-right: 0;
		position: relative;
	}
	.foot {
	    padding: 20px;
	}
	.foot ul li:nth-child(4) {
	    width: 100%;
	    text-align: center;
	}

	.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: -150%;
	        margin-top: -60px;
	        width: 150%;
	}
	.logo img {
	    height: 45px;
	    margin: 15px 10px;
	    display: block;
	}
	.lmimg h1 span{
		display: none;
	}
}