@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
a{ 
	text-decoration:none;
	color:#000;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
}
a:hover{
	text-decoration: none;
	color: #08558a;
}
body{
	font-size:14px;
	font-family:"微软雅黑";
	color:#000;
	line-height:24px;
	overflow-x: hidden;
} 
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}

/*头部*/
header{	
	position: relative;
	z-index: 30;
}
@media only screen and (max-width:991px ) {
	header{
		height: 70px;
	}
}
.header_left{
	float: left;
	margin: 30px 0 10px 0;
}


.header {
    background: #08558a;
    line-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.logo{
	display: block;
}
.logo img{
	transition: all 0.3s linear;
	width: 100%;
	display: block;
}

.w{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.nav_wrap{
	width: 100%;
	background-color: #08558a;
	border-top: 1px solid #bfbfbf;
	position: relative;
}
.nav ul{
	overflow: hidden;
}
.nav ul>li{
	float: left;
	width: 16%;
}
.nav ul>li>a{
	display: block;
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	transition: 0.5s;
	color:#ffffff;
	padding:0px 15px;
}
.nav ul>li>a:hover{
	color: #ffffff;
	background-color: #82c032;
}
.nav ul>li.active>a{
	color: #82c032;
}
#sub_dl{
	position: absolute;
	left: 0px;
	top: 96px;
	width: 100%;
	background: rgba(255,255,255,0.5);
}
.sub_dl{
	height: 50px;
	line-height: 50px;
	display: none;
	padding-left: 80px;
}
.sub_dl dd{
	text-align: center;
	display: inline-block;
}
.sub_dl dd a{
	font-size: 14px;
	display: inline-block;
	height: 30px;
	padding: 0px 10px;
	line-height: 30px;
}
.sub_dl dd a:hover{
	color: #82c032 !important;
}
.header_right{
	float: right;
	margin: 30px 0 10px 0;
}
.header_right h3{
   font-size: 24px;
	height: 28px;
	line-height: 28px;
	color: #4d4d4d;
}
.header_right h4{
	font-size: 40px;
	color: #08558a;
}
@media only screen and (min-width:1200px ) {
	.w{
		width: 1200px;
	}
}
@media (max-width: 1199px) {
	.w{
		width: 970px;
	}
	.nav ul>li>a{
		padding: 0px 9px;
		font-size: 14px;
	}
	.heaer_left{
		margin-right: 20px;
	}
}
@media (max-width: 991px) {
	.header_right{
		display: none;
	}
}

/* 手机导航 */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 72px;
	padding: 15px;
	background: #666666;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 74px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}

#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu li:first-child a:hover{
	background: none;
	color: #82bf34;
}
#mobileMenu .menu a:hover{
	background-color: #82bf34;
    text-decoration: none;
    color:#fff;
}

#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
@media(max-width: 991px){
	header .nav{
		display: none;
	}
	.logo img{
		width: 180px;
	}
	.logo{
		margin: 15px 0px 0px 0px;
	}
	#navToggle{
		display: block;
	}
	.nav_wrap{
		border-top: none;
	}
}
@media only screen and (max-width:991px ) {
	header.container{
		width: 100%;
	}
}


/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 720px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height:720px !important;
	position: relative;
}
@media(max-width: 991px){
	.fullwidthbanner-container {
		top: 0px;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner,
	.bannercontainer {
		width: 768px;
		height: 309px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}
@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #82bf34 !important;
}

/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 25px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #535255;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin: 0px 8px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background:url(../images/jt_left.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0px;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../images/jt_right.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 40px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive>ul>li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}
.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*产品展示*/
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.products{
	padding: 45px 0px 50px;
}
.products_box {
    width: 50%;
    float: left;
}
.products_box img {
    display: block;
    width: 100%;
}
.products_right{
	width: 44%;
	float: right;
}
.products_right h3 {
	font-size: 36px;
   color: #cccccc;
   padding-bottom: 18px;
   margin-bottom: 42px;
   background: url(../images/h3.png) no-repeat left bottom;
}
.products_nr {
	font-size: 16px;
	line-height: 24px;
	max-height: 312px;
	text-indent: 2em;
	overflow: hidden;
	color: #000000;
}
.products_link{
	float: right;
	width: 40%;
	display: block;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #FFFFFF;
	background: #08558a;
	font-size: 16px;
	margin-top: 50px;
}
.products_link:hover{
	color: #FFFFFF;
}
.index_title{
	width: 670px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
	padding: 57px;
}
.index_title h3{
	font-size: 40px;
	color:#08558a;
	font-weight: 600;
	float: left;
	padding-right: 24px;
}
.index_title h4{
	float: left;
	text-transform: uppercase;
	color: #666666;
	font-size: 23px;
}
.index_title h4>span{
	display: inline-block;
	height: 20px;
	padding: 0px 9px;
	background-size: cover;
	font-size: 16px;
	color: #666666;
}
.index_title p{
	float: left;
	font-size: 17px;
	color: #000000;
}
.pro_top{
	margin-bottom: 46px;
}
.pro_bottom{
	overflow: hidden;
}
.pro_title{
	margin: 0 auto;
	line-height: 20px;
	text-align: center;
	margin-top: 50px;
}
.pro_title h5 a{
	font-size: 20px;
	color: #333333;
}
.pro_title ul li a {
	font-size: 20px;
	color: #333333;
}
.pro_title ul li {
/*	float: left;*/
/*
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 10px;
*/
}












.pro_list{
	display: block;
    margin: 0 auto;
    max-width: 290px;
}
.list_a{
	display: block;
}
.pro_img{
	display: block;
	position: relative;
}
.list_a img{
	display: block;
	width: 100%;
}
/*.a_hover{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/zzc.png) no-repeat bottom;
	left: 0;
	top: 0;
	opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.list_a:hover .a_hover{
	opacity: 1;
	background: url(../images/zzc.png) no-repeat bottom;
}*/
.pro_list .list_a p{
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-align: center;
}
.pro_list .list_a:hover p{
	color: #08558a;
}
#pro_scroll .item,#pro_scroll2 .item{
	margin: 0 5px;
}
#pro_scroll .owl-prev,#pro_scroll2 .owl-prev,#case_scroll .owl-prev{
	text-indent: -9999px;
	width: 31px;
	height: 31px;
	background: url(../images/scroll_jt1.png) no-repeat;
	cursor: pointer;
	position: absolute;
	left: -5%;
   top: 37%;
	bottom: 0;
	margin-top: -22px;
}
#pro_scroll .owl-next,#pro_scroll2 .owl-next,#case_scroll .owl-next{
	text-indent: -9999px;
	width: 31px;
	height: 31px;
	background: url(../images/scroll_jt2.png) no-repeat;
	cursor: pointer;
	position: absolute;
	right: -5%;
   top: 37%;
	bottom: 0;
	margin-top: -22px;
}



@media only screen and (max-width:991px ) {
	.products_box{
		padding-top: 158px;
	}
	.products_right h3{
		font-size: 28px;
		margin-bottom: 28px;
	}
}
@media only screen and (max-width:767px ){
	.products_box{
		width: 100%;
		padding-top: 0;
	}
	.products_right{
		width: 100%;
		text-align: center;
		margin-top: 35px;
	}
	.products_right h3{
		background: url(../images/h3.png) no-repeat center bottom;
		font-size: 28px;
		margin-bottom: 25px;
	}
	.products_link{
		margin: 15px auto 0px;
		float: none;
	}
}
@media only screen and (max-width:480px ){
	#about_wrap{
	 padding: 28px 0px 38px;	
	}
	.products_box{
		padding-top: 0;
		width:100%;
		float: none;
	}
	.products_right{
		width: 100%;
		float: none;
		overflow: hidden;
		margin-top: 25px;
	}
	.products_right h3{
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 8px;
	}
	.products_nr{
		margin-top: 0px;
	}
}





@media only screen and (max-width: 1199px){
	.products{
		padding: 50px 0px 26px;
	}
	.index_title{
		margin-bottom: 25px !important;
	}
	.index_title h3{
		font-size: 49px;
		margin-bottom: 10px;
	}
	.index_title h4{
		font-size: 20px;
	}
}
@media only screen and (max-width: 991px) {
	.products{
		padding: 35px 0px 26px;
	}
	.index_title h3{
		font-size: 39px;
		margin-bottom: 10px;
		padding-right: 0;
	}
	.index_title h4{
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px){
	.index_title{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.index_title h3{
		font-size: 29px;
		float: none;
	}
	.index_title h4{
		float: none;
	}
	.index_title p{
		float: none;
	}
}
@media only screen and (max-width: 480px){
	.products{
		padding: 20px 0px 15px;
	}
	.index_title{
		margin-bottom: 20px !important;
	}
	.index_title h3{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.index_title h4{
		font-size: 14px;
	}
	#pro_scroll .owl-prev,#pro_scroll2 .owl-prev{
		left: 20%;
	}
	#pro_scroll .owl-next,#pro_scroll2 .owl-next{
		right: 20%;
	}
	.index_title h4>span{
		padding: 0px 5px;
	}
	.pro_title{
		margin-bottom: 15px;
	}
	.index_title p{
		font-size: 15px;
	}
}

/* 关于我们 */
#about_wrap{
	background: url(../images/video-bg.jpg) no-repeat center;
	padding: 48px 0px 58px;
	background-size: cover;
}
.video_box{
	width: 47%;
	float: left;
	padding-top: 98px;
}
.video_box img{
	display: block;
	width: 100%;
}
.about_right{
	width: 47%;
	float: right;
}
.about_right h3{
	font-size: 36px;
	color: #FFFFFF;
	padding-bottom: 18px;
	margin-bottom: 42px;
	background: url(../images/h3.png) no-repeat left bottom;
}
.about_nr{
	font-size: 18px;
	line-height: 37px;
	text-indent: 2em;
	max-height: 340px;
	overflow: hidden;
	color: #FFFFFF;
}
.about_link{
	float: right;
	width: 40%;
	display: block;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #FFFFFF;
	background: #08558a;
	font-size: 16px;
	margin-top: 30px;
}
.about_link:hover{
	color: #FFFFFF;
}
@media only screen and (max-width:991px ) {
	.video_box{
		padding-top: 158px;
	}
	.about_right h3{
		font-size: 28px;
		margin-bottom: 28px;
	}
}
@media only screen and (max-width:767px ){
	.video_box{
		width: 100%;
		padding-top: 0;
	}
	.about_right{
		width: 100%;
		text-align: center;
		margin-top: 35px;
	}
	.about_right h3{
		background: url(../images/h3.png) no-repeat center bottom;
		font-size: 28px;
		margin-bottom: 25px;
	}
	.about_link{
		margin: 15px auto 0px;
		float: none;
	}
}
@media only screen and (max-width:480px ){
	#about_wrap{
	 padding: 28px 0px 38px;	
	}
	.video_box{
		padding-top: 0;
		width:100%;
		float: none;
	}
	.about_right{
		width: 100%;
		float: none;
		overflow: hidden;
		margin-top: 25px;
	}
	.about_right h3{
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 8px;
	}
	.about_nr{
		margin-top: 0px;
	}
}

/* 技术实力 */
.technology{
	padding: 52px 0px 20px;
	overflow: hidden;
}
.index_heading{
	text-align: center;
	width: 750px;
	margin: 0 auto 119px;
	overflow: hidden;
}
@font-face {
	font-family:copperplate;
	src: url(../font/copperplate.ttf);
}
.index_heading h3{
	font-family:copperplate;
	text-transform: uppercase;
	font-size: 67px;
	line-height: 67px;
	color: #7fc134;
	float: left;	
}
.index_heading h3 img{
	display: inline-block;
	margin-bottom: 10px;
}
.index_heading h4{
	float: left;
	font-size: 28px;
	color: #333333;
	margin-top: 12px;
	background: url(../fonts/5ed1e92be6da4d20a3b7c8dfdd893344.ttf);
}
.index_heading h5>span{
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	font-family:草檀斋毛泽东体;
	padding-left: 8px;
	color: #caee9f;
}
#technology{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
@media only screen and (min-width:1200px ) {
	#technology{
	width: 1300px;
	max-width: 1300px;
    }
}
.technology_left{
	padding-top: 56px;
}
.technology_left img{
	margin: 0 auto;
}
.technology_right{
	height: auto;
}
.technology_right ul{
	height: auto;
}
.technology_right ul li{
	float: left;
	width: 30%;
	border: 1px solid #84bf31;
	text-align: center;
	padding: 40px 10px 40px;
	background: #84bf31;
	position: relative;
	margin-right: 26px;
	margin-bottom: 30px;
}
.technology_right ul li a p{
	font-size: 16px;
}
.technology_right ul li a span{
	font-size: 13px;
	text-transform: uppercase;
}
.technology_right ul .active{
	background: none;
	border: 1px solid #000000;
}
.technology_right ul .active a{
	color: #000000;
}
.technology_right ul .active .tec_img{
	opacity: 1;
}
.technology_right ul li:nth-child(3n){
	margin-right: 0;
}
.technology_right ul li a{
	display: block;
	color: #FFFFFF;
}
.technology_right ul li a img{
	padding-bottom: 25px;
}
.tec_img{
	position: absolute;
	left: -38px;
	top: -57px;
	opacity: 0;
}
.technology_right ul li:hover{
	border: 1px solid #000000;
	background: none;
}
.technology_right ul li:hover .tec_img{
	opacity: 1;
}
.technology_right ul li:hover a{
	color: #000000;
}
@media only screen and (max-width:1199px ){
	.technology_right ul li{
		margin-right: 22px;
	}
}
@media only screen and (max-width:991px ){
	.index_heading{
		margin-bottom: 0px;
	}
	.technology_left{
		padding-bottom: 35px;
	}
	.technology_right ul{
		display: table;
		margin: 0 auto;
	}
}
@media only screen and (max-width:767px ){
	.index_heading{
		width: 100%;
		margin-bottom: 0px;
	}
	.index_heading h3{
		float: none;
	}
	.index_heading h4{
		float: none;
		padding-right: 0;
		background: none;
		font-size: 24px;
	}
	.technology_left{
		padding-top: 36px;
		padding-bottom: 25px;
	}
	.technology_right ul .active .tec_img{
		opacity: 0;
	}
	.technology_right ul li:hover .tec_img{
		opacity: 0;
	}
	.technology_right ul li{
		margin-right: 20px;
		padding: 40 0px;
	}
}
@media only screen and (max-width:480px ){
	.index_heading h5{
		width: 100%;
		font-size: 20px;
	}
	.index_heading h4{
		font-size: 20px;
	}
	.technology_right ul li{
		width: 100%;
	}
}


/* 工程案例*/
#case_wrap{
	background: #EEEEEE;
	padding: 48px 0px;
}
@media only screen and (min-width:1200px ){
	.case{
		display: none !important;
	}
}
@media only screen and (max-width:1199px ){
	#certify{
		display: none;
	}
	#case_scroll{
		display: block;
	}
	#case_scroll .item{
		margin: 0 8px;
	}
	#case_scroll .case_list p{
		text-align: center;
		margin-top: 5px;
	}
}
@media only screen and (max-width:480px ){
	#case_wrap{
		padding: 28px 0px;
	}
	#case_scroll .owl-prev{
		left: 20%;
	}
	#case_scroll .owl-next{
		right: 20%;
	}
}


/* 新闻中心 */
.index_news{
	padding: 54px 0px 30px;
	/*overflow: hidden;*/
}
.index_news .index_heading{
	margin-bottom: 50px;
}
.news_left{
	float: left;
	width: 591px;
}
.news_left a{
	display: block;
	width: 100%;
}
.news_left a img{
	display: block;
   width: 100%;
   height: 290px;
   margin-bottom: 5%;
}
.news_box{
	color: #000000;
	overflow: hidden;
}
.news_box h4{
	height: 31px;
	line-height: 30px;
	font-weight: 600;
	overflow: hidden;
	font-size: 24px;
	margin-bottom: 20px;
}
.news_box .news_nr{
	line-height: 28px;
	text-indent: 2em;
	font-size: 16px;
	height: 50px;
	overflow: hidden;
}
/*

.news_left a:hover .news_box h4{
	color: #82bf34;
}
*/
.news_right{
	float: right;
	width: calc(100% - 664px);
	width: -webkit-calc(100% - 664px);
	width: -moz-calc(100% - 664px);
}
.news_list li{
	margin-bottom: 28px;
	height: 85px;
	border-bottom: 1px dashed #000;
	overflow: hidden;
}
.news_list .date{
	float: left;
	text-align: center;
	width: 70px;
	height: 72px;
	padding: 14px 5px;
	transition: 0.5s;
	color: #000000;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.news_list li:hover .date{
	
}
.news_list .date h3{
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 5px;
}
.news_list .date h4{
	font-size: 14px;
}
.news_list li a{
	float: right;
	display: block;
	width: calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
}
.news_list li a h5{
	height: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
}
.news_more{
	font-size: 14px;
	max-height: 40px;
	overflow: hidden;
	transition: 0.5s;
	line-height: 20px;
	color: #000000;
	
}
.news_more:hover {
	color: #08558a;
}
/*
.news_list li a span{
	display: block;
	font-size: 13px;
	text-align: left;
	transition: 0.5s;
	color: #666666;
	font-weight: bold;
}
.news_list li a:hover span{
	
}
*/
.date_show{
	display: none !important;
}
@media only screen and (max-width:991px ) {
	.news_left{
		width: 100%;
		max-width: 590px;
		float: none;
		margin:0 auto;
	}
	.news_right{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.news_box{
		padding: 15px;
	}
}
@media only screen and (max-width:767px ) {
	.news_list .date{
		display: none;
	}
	.news_box .news_nr{
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -moz-calc(100% - 10px);
	}
	.news_box .news_date h3{
		font-size: 28px;
	}
	.news_box .news_date h4{
		font-size: 16px;
	}
	.news_first{
		margin-bottom: 10px;
	}
	.news_list li{
		margin: 10px;
		height: 90px;
	}
	.news_list li a{
		font-size: 15px;
		padding-top: 0;
		float: none;
		width: 100%;
	}
	.news_list li .date_show{
		height: 18px;
		line-height: 18px;
		font-size: 12px;
		display: block !important;
	}
	.news_more{
		max-height: 20px;
	}
}


/* 网络营销 */
#marketing_wrap{
	background: url(../images/marketing_wrap.jpg) no-repeat center;
	padding: 44px 0px 92px;
	background-size: cover;
}
@media only screen and (min-width:1200px ) {
	.marketing{
		max-width: 1314px;	
	}
}
@media only screen and (max-width:1199px ){
	#marketing_wrap{
		padding: 34px 0px 72px;
	}
	.marketing_link{
		margin-top: 60px;
	}
}
@media only screen and (max-width:991px ){
	#marketing_wrap{
		padding: 24px 0px 52px;
	}
}
@media only screen and (max-width:767px ){
	#marketing_wrap{
		padding: 24px 0px 32px;
	}
}
.marketing{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.marketing_title{
	text-align: center;
}
.marketing_title h3{
	font-size: 36px;
	color: #333333;
	margin-bottom: 36px;
}
.marketing_title p{
	font-size: 16px;
	color: #666666;
	padding-bottom: 15px;
	background: url(../images/marketing_title-p.png) no-repeat center bottom;
}
.marketing_list{
	overflow: hidden;
	display: table;
	margin: 66px auto 0px;
}
.marketing_list li{
	text-align: center;
	width: 190px;
	height: 176px;
	font-size: 13px;
	padding: 88px 15px 0px; 
	margin: 0 10px;
}
.marketing_list .li-1{
	background: url(../images/li-1.png) no-repeat;
}
.marketing_list .li-1:hover{
	background: url(../images/li-1-1.png) no-repeat;
}
.marketing_list .li-2{
	background: url(../images/li-2.png) no-repeat;
}
.marketing_list .li-2:hover{
	background: url(../images/li-2-2.png) no-repeat;
}
.marketing_list .li-3{
	background: url(../images/li-3.png) no-repeat;
}
.marketing_list .li-3:hover{
	background: url(../images/li-3-3.png) no-repeat;
}
.marketing_list .li-4{
	background: url(../images/li-4.png) no-repeat;
}
.marketing_list .li-4:hover{
	background: url(../images/li-4-4.png) no-repeat;
}
.marketing_list .li-5{
	background: url(../images/li-5.png) no-repeat;
}
.marketing_list .li-5:hover{
	background: url(../images/li-5-5.png) no-repeat;
}
.marketing_list .li-6{
	background: url(../images/li-6.png) no-repeat;
}
.marketing_list .li-6:hover{
	background: url(../images/li-6-6.png) no-repeat;
}
@media only screen and (max-width:1307px ) {
	.marketing_list li{
		width: 185px;
	}
}
@media only screen and (max-width:1277px ){
	.marketing_list li{
		margin: 0 2px 10px;
	}
}
@media only screen and (max-width:1199px ){
	.marketing_list{
		padding-left: 85px;
	}
	.marketing_list li{
		margin: 0 55px 10px;
	}
}
@media only screen and (max-width:991px ){
	.marketing_list {
		padding-left: 105px;
	}
}
@media only screen and (max-width:767px ){
	.marketing_list {
		padding-left: 0px;
	}
}
@media only screen and (max-width:622px ){
	.marketing_list{
		padding-left: 65px;
	}
}
@media only screen and (max-width:480px ){
	#marketing_wrap{
		padding: 24px 0px 35px;
	}
	.marketing_title h3{
		font-size: 26px;
		margin-bottom: 26px;
	}
	.marketing_list {
		padding-left: 0px;
		margin-top: 36px;
	}
	.marketing_list li{
		width: 190px;
		margin: 0px 25px 10px;
		float: none;
	}
}
.marketing_link{
	display: block;
	margin: 80px auto 0px;
	width: 13%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF !important;
	background: #84bf31;
	padding: 0px 8px;
}
@media only screen and (max-width:991px ){
	.marketing_link{
		margin-top: 40px;
	}
}
@media only screen and (max-width:767px ){
	.marketing_link{
		margin-top: 30px;
	}
}
@media only screen and (max-width:480px ){
	.marketing_link{
		width: 40%;
		margin-top: 35px;
	}
	.f_nav ul li a {
		font-size: 6px;
	}
}


/*底部内容*/
footer{
	width: 100%;
	background: #3e3e3e;
	color: #FFFFFF;
	padding: 20px 0px 0px;
}


.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative
}













.main_tit {
	text-align: center;
	margin-bottom: 60px
}
.main_tit li {
	display: inline-block;
	margin: 3px 0
}
.main_tit li a {
	display: block;
	width: 174px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	transition: 0.5s;
	margin-right: 1px;
/*	background: url(../images/icon3.png) no-repeat center center;*/
	background-size: 100% 100%
}
.main_tit li a:hover, .main_tit li.on a {
/*	background: url(../images/icon3-1.png) no-repeat center center*/
	background-color: #08558a;
	color: #ffffff;
}



@media only screen and (max-width:1100px) {
	.main_tit {
	text-align: center;
}
.main_tit li a {
	width: 150px;
	height: 50px;
	line-height: 50px
}

}
@media only screen and (max-width:900px) {
	.main_tit li a {
	width: 120px;
	line-height: 35px;
	height: 35px
}
	.main_tit {
	text-align: center;
}
}





















.footer {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding: 50px 0;
	background: #3e3e3e;
}
.f_nav li {
	float: left;
	line-height: 30px;
	padding: 20px;
	position: relative
}
.f_nav ul {
	overflow: hidden;
	margin: 0 -20px
}
.f_nav ul a {
	display: block;
	color: #fff;
}
/*
.f_nav ul a:hover {
	color: #08558a;
}
*/
.f_nav li:first-child:before {
	display: none;
}
.f_nav li:before {
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	right: 100%;
	margin-right: -3px;
	content: '';
	display: block;
	background: url(../images/icon8.png) no-repeat center center;
}
.f_text span {
	color: #ffdb60;
}
.f_ewm {
	width: 160px;
	text-align: center;
}


@media only screen and (max-width:600px) {

.f_ewm {
	float: none;
	margin: 0 auto;
	margin-top: 10px
}
.f_nav li {
	padding: 0 10px
}
.f_nav ul {
	margin: 0 -10px
}
.footer {
	padding: 20px 0;
	text-align: center
}
.f_nav li {
	float: none;
	display: inline-block
}
.footer .flt {
	float: none
}
.footer p {
	text-align: center
}

}





















.frt {
	float: right;
}
.flt {
	float: left;
}

.footer_img .ewm{
	overflow: hidden;
	display: block;
	width: 100%;
	margin-top: 15px;
}
.footer_img .ewm img{
	margin-right: 15px;
	float: left;
}
.footer_contact{
	padding-top: 50px;
	color: #FFFFFF;
}
.footer_contact p{
	font-size: 12px;
	margin-bottom: 15px;
}
.footer_contact .p-1{
/*	background: url(../images/p-1.png) no-repeat left;*/
	padding-left: 36px;
	font-size: 15px;
}
.footer_contact .p-2{
/*	background: url(../images/p-2.png) no-repeat left;*/
	padding-left: 36px;
}
.footer_contact .p-3{
/*	background: url(../images/p-3.png) no-repeat left;*/
	padding-left: 36px;
}
.footer_contact .p-3>span{
	color: #7fc134;
}
.footer_contact .p-4{
/*	background: url(../images/p-4.png) no-repeat left;*/
	padding-left: 36px;
}
.footer_contact .p-5{
/*	background: url(../images/p-5.png) no-repeat left;*/
	padding-left: 36px;
}
.footer_contact .p-6{
/*	background: url(../images/p-6.png) no-repeat left;*/
	padding-left: 36px;
}
.copyright{
	text-align: center;
	padding: 15px 0px 15px;
}
@media only screen and (max-width:1199px ){
	.footer_img .ewm img{
		margin-right: 5px;
		float: none;
	}
} 
@media only screen and (max-width:991px ) {
	.footer_img{
		text-align: center;
	}
	.footer_img img{
		margin: 0 auto;
	}
	.footer_logo{
		margin: 0 auto;
	}
	.copyright{
		margin-top: 0px;
	}
}
@media only screen and (max-width:767px ) {
	
}
@media only screen and (max-width:480px ){
	.footer_contact{
		padding-top: 15px;
	}
	.footer_contact p{
		margin-bottom: 5px;
	}
	.footer_img .ewm img{
		margin-bottom: 8px;
	}
	.col-xss-12{
		width: 100%;
	}
}
@media only screen and (max-width: 600px){
.f_ewm {
    float: none;
    margin: 0 auto;
    margin-top: 10px;
	}}


/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
#main{
	margin: 45px auto;
	overflow: hidden;
}
@media(max-width: 991px){
	#main{
		margin: 30px auto;
	}
}
.inside{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media(min-width: 1200px){
	.inside{
		max-width: 1270px;
		overflow: hidden;
	}
	
}

.news_dh{
	width: 100%;
	background-color: #F1F1F1;
		}
.news_dh p {
	font-size: 14px;
	line-height: 58px;
		}

.tle_h {
	float: left;color: #fff;
	background: #08558a;
	line-height: 58px;
   padding: 0 30px;
	text-align: center;
}
.tle_nav {
	float: right;
}


.inside_title{
	text-align: center;
	color: #000000;
	position: relative;
	margin: 0px 0px 44px 0px;
}

/*左侧*/
.main_left{
	float: left;
	width: 237px;
}
.left_title{
	color: #fff;
	background: #08558a;
	position: relative;
	text-align: center;
	margin-bottom: 5%;
	padding: 17px 10px;
}
.left_title h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.left_title h4{
	font-size: 20px;
	text-transform: uppercase;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
@media only screen and (max-width:991px ) {
	.left_title h3{
		font-weight: normal;
		font-size: 20px;
		text-align: left;
	}
	.left_title h4{
		display: none;
	}
}
.left_ul{
	margin-top: 12px;
}
.left_ul li{
	margin-bottom: 5px;
}
.left_ul li a{
	padding-left: 11px;
	display: block;
	height: 39px;
	line-height: 39px;
	text-align: left;
	color: #fff;
	background-color: #000000;
	font-size: 16px;
}
.left_ul .active a{
	    background-color: #08558a;
}
.left_ul li a:hover{
	    background-color: #08558a;
}
.left_ul li.producttype2 a{
	height: 45px;
	padding: 10px;
	color: #000;
	transition-duration: 0.5s;
	font-size: 18px;
	font-weight: normal;
	background: none;
	border-bottom: 1px solid #e8e8e8;
	border-right: 0;
}
.left_ul li.producttype2 a:hover{
	color: #08558a;
	background-color: #e8e8e8;
}
.left_ul li.hover a{
	color: #08558a;
}
@media (max-width: 991px){
	.main_left{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
	}
	.left_ul{
		display: none;
		margin-top: 10px;
	}
	.left_contact{
		display: none;
	}
	.main_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.left_title{
		padding:0px 0px 0px 20px;
		font-size: 18px;
	}
	.left_title h3{
		line-height: 56px;
	}
	.left_ul li{
		margin-bottom: 5px;
	}
	.left_ul li a{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.left_ul li a{
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		font-size: 15px;
		text-align: left;
	}
	.left_title h3{
		font-size: 18px;
	}
}

/* 右侧 */
.main_right{
	float: right;
	width: calc(100% - 272px);
	width: -webkit-calc(100% - 272px);
	width: -moz-calc(100% - 272px);
}
@media only screen and (max-width:767px ) {
	.main_right img{
		display: block;
		width: 100%;
	}
}
.pro_ul{
	overflow: hidden;
}
.pro_ul li{
	padding: 0px 8px;
}
.pro_a{
	display: block;
	margin: 0 auto;
	max-width: 324px;
	overflow: hidden;
}
.case_a {
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.case_a p {
	text-align: center;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
}
.pro_image{
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.case_image {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.case_image img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.pro_image img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.pro_text{
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	left: 0;
	top: 0;
	transition-duration: 0.5s;
	width: 100%;
	height: 100%;
	background: url(../images/zzc.png) top;
	opacity: 0;
}
.inside_ul .pro_text{
	height: 100%;
}
.pro_text h3{
	color: #FFFFFF ;
	text-align: center ;
	font-size: 16px;
	line-height: 20px;
	max-height: 20px;
	overflow: hidden;
	margin-top: 53px;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: block;
}
.pro_text span{
	display: block;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 15px;
}
.pro_text em{
	display: block;
	font-style: normal;
	font-size: 16px;
}
.pro_a:hover .pro_text{
	opacity: 1;
}
.case_a:hover .pro_text{
	opacity: 1;
}
.pro_a p{
	text-align: center;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
}
@media only screen and (max-width:991px ) {
	.main_right{
		float: none;
		width: 100%;
	}
}

/* 产品分页 */
.page_box{
	/*height: 32px;*/
	text-align: center;
	margin-top: 30px;
}
.page_box a,.page_box span{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 10px;
	color: #969696;
	margin:0px 3.5px;
}
.page_box span.current{
	color:#fff;
	background:#80bf26;
	border: 1px solid #80bf26;
}

/* 新闻 */
.news_ul{
/*	overflow: hidden;*/
}
.news_ul li{
	transition-duration: 0.5s;
}
.list_news{
	height: 217px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 25px;
}
.news_ul li:hover {
	background-color: rgba(8,85,138,0.70);
	box-shadow: 5px 0 5px #666,7px 10px 5px #666;
}
.list_news:hover .list_date h3{
/*	color: #80bf26;*/
}
.list_news .list_right h4 a:hover{
	color: #000000;
}
.list_news .list_right .list_more:hover{
	color: #000000;
/*
	background: #80bf26;
	border: 1px solid #80bf26;
*/
}
.list_date{
	float: left;
	margin-top: 23px;
	margin-right: 35px;
	text-align: center;
}
.list_date h3{
	font-size: 66px;
	font-weight: bold;
}
.list_date h4{
	font-size: 18px;
	font-weight: bold;
}
.news_img{
	display: block;
	max-width: 290px;
	overflow: hidden;
	float: left;
}
.news_img img{
	display: block;
	width: 100%;
}
.list_right{
	float: right;
	height: 100%;
	width: calc(100% - 290px);
    width: -webkit-calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    overflow: hidden;
    background: url(../image/list_right.png) no-repeat center;
    background-size: cover;
    padding: 14px 25px 10px 35px;
}
.list_right h4 a{
	font-size: 20px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	display: block;
	font-weight: bold;
	margin: 3% 0;
}
.list_right h5{
	display: none;
}
.list_right .list_ms{
	line-height: 22px;
	font-size: 15px;
	max-height: 110px;
	overflow: hidden;
	margin-bottom: 10px;
}
.list_right .list_more{
	display: block;
	float: right;
	text-align: center;
	height: 33px;
	line-height: 33px;
	border-radius: 14px;
	border: 1px solid #000000;
	width: 90px;
}
@media only screen and (max-width:1199px ){
	.list_right h4 a{
		font-size: 18px;
	}
}
@media only screen and (max-width:767px ){
	.list_date{
		display: none;
	}
	.news_img{
		display: none;
	}
	.list_right h5{
		display: block;
		margin-bottom: 8px;
	}
	.list_right{
		width: 100%;
	}
	.list_right h4 a{
		font-size: 16px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:480px ){
	.list_right h4 a{
		font-size: 15px;
		margin-bottom: 8px;
	}
	.list_right .list_ms{
		max-height: 90px;
		margin-bottom: 8px;
	}
}

/* 新闻内页 */
.news_title {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    color: #181616;
    margin-top: 20px;
}
.news_content{
    margin: 20px 0px;
    font-size: 14px;
}
	.news_content_left {
/*		float: left;*/
		margin-left: 25%;
		width: 50%;
/*		height: 390px;*/
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.news_content_left img{
		width: 100%;

	}
	.news_content_right{
		margin: 5% 0 0 10%;
		width: 80%;
/*		float: right;*/
	}
	.news_content_right h3 {
		font-size: 26px;
		color: #000000;
		padding-bottom: 10px;
		margin-bottom: 10px;
		background: url(../images/h3.png) no-repeat left bottom;
	}
	.news_content_right p {
		font-size: 14px;
		line-height: 24px;
		max-height: 312px;
		text-indent: 2em;
		color: #000000;
	}
	.inside_page {
		float: left;
	}
@media only screen and (max-width:767px ) {
	.news_content img{
		display: block;
		width: 100%;
	}
}
/* 新闻内页分页 */
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:5%; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}

/* 关于我们 */
.about_img{
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 35px;
}



.message{
	margin-top:35px;
	margin-bottom:95px;
}
.message_title{
	position:relative;
	margin-bottom:30px;
}
.message_title>h3{
	font-size:36px;
	line-height:36px;
	color:#000000;
	position:relative;
	z-index:1;
	font-weight:normal;
}
.message_title>span{
	font-size:40px;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dadada;
	display:block;
	position:absolute;
	top:-15px;
	left:78px;
}
form{
	overflow:hidden
}
.form-feed{
	
}
.form-feed>input[type=text]{
	border:1px solid #cecece;
	width:100%;
	height:40px;
	padding:16px 0px 14px 14px;
	margin-right:27px;
	margin-bottom:32px;

}
.form-feed>textarea{
	border:1px solid #cecece;
	width:100%;
	height:109px;
	padding:10px 0px 0px 14px;
}
.form-feed>input[type=submit]{
	display:block;
	width:280px;
	height:45px;
	background:#0061AE;
	color:#ffffff;
	border:none;
	margin:24px auto 0px;
	cursor:pointer;
}
