﻿
/*公共样式*/
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: #84bf31;
}
@font-face {
	font-family: verdana;
	src: url(../font/verdana.ttf);
}
body{
	font-size:14px;
	font-family:verdana;
	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;
	background: #173283;
}
@media only screen and (max-width:991px ) {
	header{
		height: 70px;
	}
}
.header_left{
	float: left;
}
.logo{
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}
.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 ul>li{
	float: left;
	position: relative;
}
.nav ul>li>a{
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color:#FFFFFF;
	padding:0px 32px;
}
.nav ul>li>a:hover{
	color: #FFFFFF;
	background: #56ce3f;
}
.nav ul>li.active>a{
	color: #FFFFFF;
	background: #56ce3f;
}
.sub_dl{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 70px;
	line-height: 39px;
	display: none;
	background: #56ce3f;
}
.sub_dl dd{
	text-align: center;
}
.sub_dl dd a{
	font-size: 14px;
	display: block;
	padding: 0px 10px;
	line-height: 28px !important;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333333 !important;
}
.sub_dl dd a:hover{
	background: #173283 !important;
	
	margin: 5px 10px;
	color: #FFFFFF !important;
}
.header_right{
	float: right;
	height: 44px;
	margin-top: 12px;
	padding-right: 50px;
	background: url(../image/dz.png) no-repeat right;
}
.header_right h3{
	font-size: 14px;
	color: #898989;
	margin-top: 25px;
	font-family:verdana;
}
@media only screen and (min-width:1200px ) {
	.w{
		width: 100%;
		max-width: 1230px;
	}
}
@media (max-width: 1199px) {
	.w{
		width: 100%;
		max-width: 970px;
	}
	.nav ul>li>a{
		padding: 0px 25px;
		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: 70px;
	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(../image/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 a:hover{
	background-color: #56ce3f;
    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{
		margin: 15px 0px 0px 0px;
	}
	#navToggle{
		display: block;
	}
	.nav_wrap{
		border-top: none;
	}
}


/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 550px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height:550px !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: #56ce3f !important;
}

/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 25px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #173283;
	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(../image/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(../image/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(https://www.huasheng-stationery.com/cn/Tpl/en-us/Static/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;
}

/* 关于我们 */
.about{
	padding: 50px 0px;
	overflow: hidden;
}
.index_title{
	text-align: center;
	margin-bottom: 40px;
}
.index_title h3{
	font-size: 40px;
	font-weight: bold;
	font-family:verdana;
	margin-bottom: 5px;
	color: #006cdc;
}
.index_title p{
	font-size: 16px;
	color: #006cdc;
}
.about_box{
	margin-bottom: 40px;
}
@media only screen and (max-width:767px ) {
	.about_box{
		max-width: 370px;
		float: none;
		margin: 0 auto 20px;
	}
}
.about_box a{
	display: block;
	border: 1px solid #eeeeee;
}
.about_img{
	overflow: hidden;
	width: 100%;
}
.about_img img{
	display: block;
	width: 100%;
	max-width: 370px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.about_nr{
	padding: 16px 10px 0px;
	min-height: 216px;
	background: #FFFFFF;
}
@media only screen and (max-width:767px ) {
	.about_nr{
		min-height: 150px;
	}
}
.about_nr h4{
	font-size: 22px;
	color: #006cdc;
	text-align: center;
	margin-bottom: 8px;
}
@font-face {
	font-family: verdana;
	src: url(../font/verdana.ttf);
}
.about_xq{
	font-family:verdana;
	color: #808080;
	max-height: 140px;
	overflow: hidden;
	line-height: 28px;
}
@media only screen and (max-width:767px ) {
	.about_xq{
		max-height: 80px;
	}
}
.about_box a:hover .about_img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.about_box a:hover .about_nr{
	background: #173283;
}
.about_box a:hover .about_nr .about_xq{
	color: #FFFFFF;
}
.about_box a:hover .about_nr h4{
	color: #FFFFFF;
}
.about_link{
	width: 220px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF !important;
	background: url(../image/about_link.png) no-repeat calc(100% - 20px) #56ce3f;
	background: url(../image/about_link.png) no-repeat -webkit-calc(100% - 20px) #56ce3f;
	background: url(../image/about_link.png) no-repeat -moz-calc(100% - 20px) #56ce3f;
	display: block;
	margin: 0 auto;
	font-weight: bold;
}
.about_link:hover{
	background: url(../image/about_link.png) no-repeat calc(100% - 15px) #173283;
	background: url(../image/about_link.png) no-repeat -webkit-calc(100% - 15px) #173283;
	background: url(../image/about_link.png) no-repeat -moz-calc(100% - 15px) #173283;
}
/*产品展示*/

.products{
	padding: 0px 0px 50px;
}
.sort_img{
	width: 50%;
	float: left;
	overflow: hidden;
}
.sort_img a{
	display: block;
}
.sort_img img{
	display: block;
	width: 100%;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.sort_img a:hover img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.protext_right{
	width: 34%;
	padding: 70px 60px 0px 50px;
	overflow: hidden;
	float: left;
}
.protext_right h5 a,.protext_left h5 a{
	display: block;
	color: #FFFFFF;
	font-size: 30px;
	font-family:verdana;
	padding-bottom: 13px;
	margin-bottom: 25px;
	background: url(../image/h5-a.png) no-repeat left bottom;
}
.sort_ul{
	margin-right: 86px;
}
.sort_ul li{
	float: left;
}
.sort_ul li a{
	display: block;
	color: #FFFFFF;
	padding-right: 12px;
	font-family: OpenSans;
	background: url(../image/a.png) no-repeat calc(100% - 5px);
	background: url(../image/a.png) no-repeat -webkit-calc(100% - 5px);
	background: url(../image/a.png) no-repeat -moz-calc(100% - 5px);
}
.sort_ul li:last-child a{
	background: none;
}
.sort_top,.sort_bottom{
	width: 100%;
	background: #173283;
	overflow: hidden;
}
.sort_box{
	display: none;
}
.sort_nr{
	margin-top: 33px;
	color: #FFFFFF;
	font-size: 13.5px;
	font-family:verdana;
	max-height: 140px;
	overflow: hidden;
}
@media only screen and (max-width:1199px ) {
	.sort_nr{
		max-height: 100px;
	}
}
.sort_link{
	display: block;
	width: 117px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFFFFF !important;
	background: #56ce3f;
	margin-top: 17px;
	text-transform: uppercase;
}
.protext_left{
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 60px 60px 0px 360px;
}
@media only screen and (max-width:1600px) and (min-width:1500px ){
	.protext_right{
		padding: 30px 30px 0px;
	}
}
@media only screen and (max-width:1400px) and (min-width:1300px ) {
	.protext_right{
		padding: 40px 30px 0px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.protext_right{
		padding: 20px 30px 0px;
	}
	.sort_link{
		margin-top: 30px;
	}
}
@media only screen and (max-width:1199px ) {
	.protext_right h5 a, .protext_left h5 a{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.protext_right{
		padding: 20px 15px 0px;
	}
	.sort_link{
		margin-top: 20px;
	}
	.sort_nr{
		margin-top: 20px;
		max-height: 52px;
	}
}
@media only screen and (max-width:991px ) {
	.sort_bottom{
		display: none;
	}
	.sort_box{
		display: block !important;
	}
 	.sort_img{
	 	width: 100%;
	 	float: none;
 	}
 	.protext_right{
 		width: 100%;
 		padding: 20px;
 	}
}
@media only screen and (max-width:480px ){
	.sort_ul{
		margin-right: 0;
	}
	.protext_right{
		padding: 10px;
	}
	.sort_ul li{
		text-align: center;
	}
	.sort_ul li a{
		background: none;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1470px) {
	.protext_left{
		padding: 45px 50px 0px 200px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1300px){
	.protext_left{
		padding: 45px 50px 0px 180px;
	}
}
@media only screen and (max-width:1199px ) {
	.protext_left{
		padding: 30px 50px 0px 80px;
	}
}
@media only screen and (max-width:991px ) {
	.protext_left{
		width: 100%;
		float: none;
		padding: 20px;
	}
	.protext_box{

	}
}

/* 新闻中心 */
.news_wrap{
	background: #f5f5f5;
}
.index_news{
	padding: 51px 0px;
	overflow: hidden;
}
@media only screen and (max-width:991px ) {
	.index_news{
		padding: 41px 15px;
	}
}
@media only screen and (max-width:767px ) {
	.index_news{
		padding: 31px 15px;
	}
	.index_title h3{
		font-size: 20px;
	}
}
.news_nr{
	max-width: 378px;
	padding: 0;
	margin-right: 30px;
	margin-bottom: 38px;
	float: left;
}
.news_nr:nth-child(3n+1){
	margin-right: 0;
}
.news_nr a{
	display: block;
}
.news_nr a .date{
	width: 71px;
	height: 74px;
	float: left;
	border: 1px solid #e0e7fc;
	box-shadow: 1px 0px 2px 1px #f0f3fd;
	text-align: center;
	color: #173283;
}
.news_nr a .date h3{
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
}
.news_nr a .date h4{
	font-size: 14px;
	font-weight: bold;
}
.news_right{
	float: right;
	width: calc(100% - 95px);
	width: -moz-calc(100% - 95px);
	width: -webkit-calc(100% - 95px);
}
.news_right h5{
	font-size: 18px;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	font-family:verdana;
}
.news_xq{
	font-family:verdana;
	color: #808080;
	max-height: 72px;
	overflow: hidden;
	padding-right: 10px;
}
.news_right>span{
	font-family:verdana;
	color: #000000;
	display: block;
	font-size: 12px;
	width: 114px;
	background: url(../image/span.png) no-repeat right;
}
.news_nr a:hover .date{
	background: #56ce3f;
}
.news_nr a:hover .date h3,.news_nr a:hover .date h4{
	color: #FFFFFF;
}
.date_em{
	display: none;
}
@media only screen and (min-width:1200px) and (max-width:1240px ) {
	.news_nr{
		margin-right: 5px;
	}
}
@media only screen and (max-width:1199px ) {
	.news_nr{
		max-width: none;
		padding: 0 15px;
		margin: 0 auto 15px;
	}
}
@media only screen and (max-width:480px ){
	.news_nr a .date{
		display: none;
	}
	.date_em{
		display: block;
		font-style: normal;
	}
	.news_right{
		width: 100%;
	}
	.news_nr a:hover .date_em{
		color: #56ce3f;
		font-weight: bold;
	}
} 
/* 工程案例*/
.sort_left{
	padding: 0;
}
.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 !important;
	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);
	position: absolute;
	right: 15px;
	bottom: 15px;
}
#sort_img .owl-controls .owl-page,#sort_img2 .owl-controls .owl-page
,#sort_img3 .owl-controls .owl-page{
	display:inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius:50%;
	border: 1px solid #3586c5;
	background: #ececea;
	margin: 0px 6px;
	color: #000000;
	text-align: center;
	font-size: 24px;
}
#sort_img .owl-page.active,#sort_img2 .owl-page.active
,#sort_img3 .owl-page.active{
	background: #56ce3f;
	color: #FFFFFF;
	border: 1px solid #56ce3f;
}
#sort_img2 .owl-controls{
	left: 15px;
}
#sort_img{
	border-top: 2px solid #e5e5e5;
}
#sort_img2,#sort_img3{
	border-bottom: 2px solid #e5e5e5;
}
#case_scroll .item{
	margin: 0 10px;
}
.list_a{
	display: block;
}
.case_img{
	display: block;
	overflow: hidden;
}
.case_img img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.a_hover{
	background: #e5e5e5;
	padding: 50px 0px 64px;
	text-align: center;	
}
.a_hover>span{
	font-size: 18px;
	color: #333333;
}
.case_list a:hover .a_hover{
	background: #00a13a;
}
.case_list a:hover .a_hover>span{
	color: #FFFFFF;
}
.case_list a:hover .case_img img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/* 联系我们 */
.contact_wrap{
	background: url(../image/contact.jpg) no-repeat center;
	padding: 45px 0px;
}
.index_contact{
	overflow: hidden;
}
.index_contact .index_title h3,.index_contact .index_title p{
	color: #FFFFFF;
}
.con_text{
	padding: 114px 30px 112px;
	background: #FFFFFF;
	text-align: center;
	font-family:verdana;
	line-height: 36px;
	font-size: 18px;
	color: #000000;
	border: 2px solid #FFFFFF;
}
@media only screen and (max-width:1199px ) {
	.con_text{
		font-size: 16px;
		padding: 90px 0px 90px;
	}
}
@media only screen and (max-width:991px ){
	.con_text{
		font-size: 14px;
		padding: 20px 0px 20px;
	}
}
@media only screen and (max-width:767px ){
	.con_text{
		padding: 0px;
		line-height: 28px;
		margin-bottom: 10px;
	}
}

.con_text:hover{
	background: #56ce3f;
	border: 2px solid #FFFFFF;
}
@media only screen and (max-width:480px){
	.con_text{
		font-size: 12px;
		line-height: 20px;
		border: none;
	}
	.con_text:hover{
		border: none;
	}
}
/*底部内容*/
footer{
	width: 100%;
	background: #173283;
	color: #FFFFFF;
	padding: 20px 10px;
}
.footer_nav{
	text-align: center;
	margin-bottom: 10px;
}
.footer_nav a{
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 14px;
}
.copyright{
	text-align: center;
	
}
@media only screen and (max-width:480px ){
	.col-xss-12{
		width: 100%;
	}
	.footer_nav a{
		font-size: 14px;
	}
}



/*内页样式*/
.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_nav{
	overflow: hidden;
	margin-bottom: 50px;
}
.inside_left{
	float: left;
}
.inside_left h3{
	font-size: 40px;
	color: #006cdc;
	background: url(../image/inside_left.png) no-repeat left;
	padding-left: 15px;
	font-family:verdana;
	font-weight: bold;
}
.inside_left p{
	font-size: 16px;
	color: #006cdc;
	padding-left: 15px;
}
.inside_right{
	float: right;
	margin-top: 6px;
}
.inside_right>a{
	font-family:verdana;
	display: inline-block;
	border: 1px solid #0069ba;
	font-size: 16px;
	width: 130px;
	text-align: center;
	line-height: 35px;
}
.inside_right>a:first-child{
	margin-right: 25px;
}
.inside_right>a.pro_hover{
	background: #56ce3f;
	color: #FFFFFF;
	border: 1px solid #56ce3f;
}
.inside_right>a:hover{
	background: #56ce3f;
	color: #FFFFFF;
	border: 1px solid #56ce3f;
}
@media only screen and (max-width:767px ) {
	.inside_left{
		float: none;
	}
	.inside_right{
		float: none;
		text-align: center;
	}
	.inside_right>a{
		margin-right: 0 !important;
	}
}
@media only screen and (max-width:480px ){
	.inside_nav{
		margin-bottom: 25px;
	}
	.inside_left h3{
		font-size: 24px;
	}
	.inside_right>a{
		margin-bottom: 8px;
	}
}
/* 右侧 */
.pro_box{
	padding: 0px 5px;
}
.pro_box a{
	display: block;
	position: relative;
	max-width: 290px;
	margin: 0 auto;
}
.pro_box a p{
	text-align: center;
	width: 100%;
	font-family:verdana;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
}
.pro_xq{
	position: absolute;
	background: rgba(86,206,63,0.5);
	width: 100%;
	height: 87%;
	left: 0;
	top: 0;
	opacity: 0;
}
@media only screen and (max-width:991px ) {
 	.pro_xq{
 		width: 98%;
 	}	
}
.pro_xq img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19.5px;
	margin-left: -19.5px;
}
.pro_box a:hover .pro_xq{
	opacity: 1;
}
@media only screen and (max-width:767px ) {
	.news_content img{
		display: block;
		width: 100%;
	}
	
}
.inside_title{
	text-align: center;
	font-weight: bold;
}
/* 产品分页 */
.page_box{
	text-align: center;
	margin-top: 25px;
}
.page_box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 10px;
	color: #969696;
	margin:0px 3.5px;
}
.page_box a.on{
	color:#fff;
	background:#56ce3f;
	border: 1px solid #56ce3f;
}

/* 新闻 */
.main_box{
	overflow: hidden;
}
.news_container{
	overflow: hidden;
	margin-bottom: 24px;
}
.news_container a{
	display: block;
}
.news_container a .news_date{
	width: 95px;
	height: 99px;
	border: 1px solid #e0e7fc;
	box-shadow: 1px 0px 2px 1px #f0f3fd;
	text-align: center;
	color: #173283;
	float: left;
}
.news_container a:hover .news_date{
	background: #56ce3f;
}
.news_container a:hover .news_date h3,.news_container a:hover .news_date h4{
	color: #FFFFFF;
}
.news_container a .news_date h3{
	font-size: 32px;
	padding-top: 18px;
}
.list_right{
	float: right;
	width: calc(100% - 144px);
	width: -moz-calc(100% - 144px);
	width: -webkit-calc(100% - 144px);
}
.list_right h5{
	font-size: 18px;
	height: 20px;
	overflow: hidden;
	color: #000000;
	font-weight: bold;
	margin-bottom: 8px;
	font-family:verdana;
}
.list_right .news_con{
	font-family:verdana;
	color: #808080;
	font-size: 14px;
	max-height: 96px;
	overflow: hidden;
}
.list_right span{
	font-family:verdana;
	display: block;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	font-weight: 600;
	width: 110px;
	background: url(../image/span.png) no-repeat right;
}
@media only screen and (max-width:480px ) {
	.news_container a .news_date{
		display: none;
	}
	.date_em{
		display: block;
	}
	.list_right{
		width: 100%;
	}
	.list_right .news_con{
		max-height: 48px;
	}
}
/* 新闻内页 */
.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;
    min-height: 150px;
}

/* 新闻内页分页 */
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}

/* 关于我们 */

.nyabout_img{
	width: 100%;
}
.nyabout_img img{
	display: block;
	width: 100%;
}
.about_left{
	margin-top: 10px;
}
.about_left h3,.nyabout_box2 h3{
	margin-top: 15px;
}
@media only screen and (max-width:767px ) {
	.main_xq img{
		display: block;
		width: 100%;
	}
}
.nyabout_img{
	overflow: hidden;
	
}


@media only screen and (max-width:1199px ) {
	.main_box img{
		display: block;
		width: 100%;
	}
	tbody td img{
		display: block;
		width: 100%;
	}
}