@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: #f8af16;
}
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: 22;
	box-shadow: 1px 0px 7px 2px rgba(0, 0, 0, 0.2);
}
.header{
	height: 110px;
	overflow: hidden;
}
.w {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
  .w {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .w {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .w {
    width: 100%;
    max-width: 1430px;
  }
  .container{
  	width: 100%;
  	max-width: 1310px;
  }
}
.logo{
	float: left;
}
.logo2{
	float: left;
	display: none;
}
.logo>a{
	display: block;
}
.logo>a>img{
	display: block;
	width: 100%;
	float: left;
	margin-top: 20px;
}
.header_contact{
	float: right;
	margin-top: 37px;
}
.header_contact>p{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.header_contact>p:first-child{
	padding-right: 40px;
}
@font-face {
	font-family: BEBAS;
	src: url('../font/BEBAS.TTF');
}
.header_contact>p>span{
	font-family: BEBAS;
	color: #015dab;
	padding-left: 5px;
	font-size: 24px;
}
#nav{
	background: #015dab;
	width: 100%;
}
.nav{
	padding: 0 15px;
}
.nav>li{
	float: left;
	position: relative;
}
.nav>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 47px;
	font-size: 16px;
	color: #ffffff;
}
.nav>li:first-child{
	margin-left: 0;
}
.nav>li:last-child{
	margin-right: 0;
}
.nav>li.active>a{
	background: #dff1fc;
	color: #333333;
}
.nav>li>a:hover{
	background: #dff1fc;
	color: #333333;
}
.sub_dl{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	display: none;
	z-index: 999;
	padding-top: 4px;
}
.sub_dl dd{
	text-align: center;
}
.sub_dl dd a{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #333333;
	background: #dff1fc;
	font-size: 16px;
	overflow: hidden;
}
.sub_dl dd a:hover{
	color: #015dab;
}
@media(max-width: 1330px){
	.nav>li>a{
		padding: 0 44px;
	}
}
@media(max-width: 1280px){
	.nav>li>a{
		padding: 0 40px;
	}
}
@media(max-width: 1220px){
	.nav>li>a{
		padding: 0 38px;
	}
}
@media (max-width: 1199px) {
	.nav>li>a{
		font-size: 14px;
		padding: 0 29px;
	}
	.sub_dl dd a{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
	.header_contact{
		margin-top: 20px;
	}
	.header_contact>p{
		display: block;
		font-size: 14px;
		font-weight: normal;	
	}
	.header_contact>p:first-child{
		padding-right: 5px;
	}
}
@media(max-width: 991px){
	.header{
		height: 70px;
	}
	.logo{
		display: block;
		float: left;
		position: initial;
	}
	.logo a img{
		display: block;
		margin-top: 10px;
	}
	.nav{
		display: none;
	}
	.header_contact,.header_right{
		display: none;
	}
}
@media only screen and (max-width:767px ){
	.logo{
		display: none;
	}
	.logo2{
		display: block;
		margin-top: 5px;
	}
} 

/* 手机按钮  */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #195fd2;
	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 .iphone{
	border-bottom: 1px solid #E6E6E6;
	padding-left: 25px;
}
#mobileMenu .menu .iphone img{
	margin-top: 8px;
	margin-right: 5px;
}
#mobileMenu .menu .iphone>span{
	color: #1d2088;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 40px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
	text-decoration: none;
}
#mobileMenu .menu li>a::after {
	content: "";
	display: block;
	background: url(../images/arrow_icon.png) no-repeat;
	width: 16px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#mobileMenu .menu li>a.dl-none::after {
	display: none;
}
#mobileMenu .menu li.on>a {
	background-color: #195fd2;
	color: #fff;
}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg);
}
.sub-dl {
	display: none;
}
.sub-dl dd a {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	display: block;
}
#mobileMenu .menu li.login-li>a::after {
	display: none;
}
#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 only screen and (max-width:991px ) {
	#navToggle{
		display: block;
	}
}

/*banner*/
/*banner*/
.swiper-container{
	width: 100%;
	max-width: 1920px;
}
#banner .swiper-slide img ,#inside-banner .swiper-slide img{
    width: 100%;
    display: block;
    min-height: 200px;
}
#banner .swiper-pagination{
	bottom: 20px;
}
#banner .swiper-pagination-bullet{
	width: 50px;
	height: 6px;
	margin: 0 8px;
	background: #ffffff;
	border-radius: 0;
	opacity: 1;
}
#banner .swiper-pagination-bullet-active{
	background: #015dab;
	opacity: 1;
}

/* 产品展示 */
.index_title{
	text-align: center;
	width: 352px;
	margin: 76px auto 54px;
}
.index_title h3{
	font-size: 30px;
	color: #015dab;
	font-weight: bold;
	/*padding-left: 82px; */
	margin-bottom: 14px;
	/*background: url('../images/h3.png') no-repeat left; */
}
.index_title h3>span{
	display: inline-block;
	color: #333333;
	padding-left: 28px;
	background: url('../images/span.png') no-repeat 10px;
}
.index_title p{
	font-size: 14px;
	color: #777777;
}
.pro_con{
	overflow: hidden;
	margin-bottom: 52px;
}
.pro_con li{
	padding: 0px 14px;
}
.pro_con li{
	margin-bottom: 28px;
	overflow: hidden;
}
.pro_con li a{
	display: block;
	position: relative;
}
.pro_con li a .pro_img{
	overflow: hidden;
}
.pro_con li a .pro_img img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.pro_text{
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	background: #015dab;
}
.pro_text>p{
	font-size: 16px;
	color: #fff;
}
.pro_con li a:hover .pro_text{
	background: #dff1fc;
}
.pro_con li a:hover .pro_text>p{
	color: #333;
}
@media(max-width: 1199px){
	.pro_con{
		margin-bottom: 30px;
	}
}

/* 关于我们 */
#about_wrap{
}
.index_about{
	overflow: hidden;
}
.about_left{
	color: #ffffff;
	width: 50%;
	padding: 80px 50px 0 0;
}
.about_left>h3{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 60px;
}
.about_left .about_more{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 90px;
}
@font-face{
	font-family: AkzidenzGrotesk-ExtraBoldCond;
	src: url('../font/AkzidenzGrotesk-ExtraBoldCond.otf');
}
.aboutlist{
	padding-bottom: 116px;
}
.aboutlist li{
	float: left;
	font-family: AkzidenzGrotesk-ExtraBoldCond;
	text-align: center;
	font-size: 48px;
	line-height: 48px;
}
.aboutlist li>span{
	display: inline-block;
	font-size: 16px;
	margin-top: 10px;
}
@media(max-width: 1199px){
	.about_left{
		width: 100%;
		padding: 50px 0px 25px;
	}
	.about_left .about_more{
		margin-bottom: 40px;
	}
	.aboutlist{
		padding-bottom: 50px;
	}
	.aboutlist li{
		font-size: 38px;
		line-height: 38px;
	}
}
@media(max-width: 767px){
	.aboutlist li{
		font-size: 28px;
		line-height: 28px;
	}
	.aboutlist li>span{
		font-size: 14px;
	}
}
@media(max-width: 550px){
	.aboutlist{
		padding-bottom: 10px;
	}
	.aboutlist li{
		width: 100%;
		margin-bottom: 15px;
	}
}

/* 厂房设备 */
/* owl-carousel */
.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);
}

/* 案例工程 */
.plant{
	margin-bottom: -10px;
}
#plant .item{
	margin: 0 13px;
}
#plant .item a{
	display: block;
}
#plant .item a .plant_img{
	overflow: hidden;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	position: relative;
}
#plant .item a .plant_img img{
	display: block;
	width: 100%;
}
#plant .item a .plant_img p{
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
#plant .item a:hover .plant_img p{
	background: #015dab;
}
.owl-pagination{
	text-align: center;
	margin-top: 14px;
}
#plant .owl-controls .owl-page{
	display: none;
}
#plant .owl-controls .owl-page, .owl-controls .owl-buttons .owl-prev,
#plant .owl-controls .owl-page, .owl-controls .owl-buttons .owl-next{
	position: absolute;
	left: -42px;
	top: 40%;
	height: 47px;
	overflow: hidden;
	width: 25px;
	transition: 0.5s all;
	background: url('../images/owl-prev.png') no-repeat center top;
}
#plant .owl-controls .owl-page, .owl-controls .owl-buttons .owl-next{
	background: url('../images/owl-next.png') no-repeat center top;
	right: -42px;
	left: auto;
}
#plant .owl-controls .owl-page, .owl-controls .owl-buttons .owl-prev:hover{
	background: url('../images/owl-prev.png') no-repeat center bottom;
}
#plant .owl-controls .owl-page, .owl-controls .owl-buttons .owl-next:hover{
	background: url('../images/owl-next.png') no-repeat center bottom;
}
@media(max-width: 1199px){
	.index_title{
		margin: 50px auto 30px;
	}
}
@media(max-width: 991px){
	.index_title h3{
		font-size: 22px;
		padding-left: 52px;
	}
}
@media(max-width: 830px){
	#plant .owl-controls .owl-page, .owl-controls .owl-buttons .owl-prev,
	#plant .owl-controls .owl-page, .owl-controls .owl-buttons .owl-next{
		left: -10px;
	}
	#plant .owl-controls .owl-page, .owl-controls .owl-buttons .owl-next{
	background: url('../images/owl-next.png') no-repeat center top;
		right: -10px;
		left: auto;
	}
}

/* 新闻资讯 */
.index_news_con{
	margin-bottom: 80px;
}
.index_ul{
	overflow: hidden;
	width: 49%;
}
.ul_img a{
	display: block;
}
.ul_img a img{
	display: block;
	width: 100%;
}
.index_ul li{
	height: 75px;
	line-height: 75px;
	border-bottom: 1px dashed #c4c4c4;
}
.index_ul li a{
	display: block;
	overflow: hidden;
}
.index_ul li a h3{
	font-size: 16px;
	color: #333333;
	float: left;
	height: 75px;
	line-height: 75px;
	max-width: 70%;
	overflow: hidden;
}
.index_ul li a:hover h3{
	color: #015dab;
}
.index_ul li a span{
	display: block;
	float: right;
	font-size: 16px;
	color: #999999;
}
@media(max-width: 767px){
	.index_ul{
		width: 100%;
	}
	.index_ul li a h3{
		font-size: 14px;
	}
}
/* 底部内容 */
footer{
	width: 100%;
	position: relative;
	background: #313131;
}
.footer{
	overflow: hidden;
	padding: 29px 15px 0;
}
.dl_nav{
	width: 26%;
	float: left;
	text-align: left;
}
.dl_nav h4{
	font-size: 18px;
	padding-bottom: 23px;
	margin-bottom: 23px;
	color: #ffffff;
}
.dl_nav_top1 h4{
	background: url('../images/dl_nav-h4-1.png') no-repeat left bottom;
}
.dl_nav_top2 h4{
	background: url('../images/dl_nav-h4-2.png') no-repeat left bottom;
}
.dl_nav_top3 h4{
	background: url('../images/dl_nav-h4-3.png') no-repeat left bottom;
}
.dl_nav_top4 h4{
	background: url('../images/dl_nav-h4-4.png') no-repeat left bottom;
}
.dl_nav dl{
	float: left;
	padding-right: 52px;
}
.dl_nav dl dd a,.dl_nav dd p{
	display: block;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 30px;
}
.dl_nav_top4{
	width: 221px;
	float: right;
}
.dl_nav_top4 dd{
	float: left;
	margin-right: 13px;
	text-align: center;
}
.dl_nav_top4 dd:last-child{
	margin-right: 0;
}
#copyright{
	border-top: 1px solid #d2d2d2;
	margin-top: 38px;
}
.copyright{
	text-align: center;
	color: #e5e5e5;
	padding: 12px 15px;
	font-size: 14px;
}
.fixed{
	position: absolute;
	right: 199px;
	top: -178px;
}
.fixed .top{
	background: url('../images/top.png') no-repeat center;
	width: 45px;
	height: 45px;
	position: relative;
	z-index: 22;
	cursor: pointer;
}
@media only screen and (max-width:1199px ){
	.footer{
		padding: 20px 15px 0;
	}
	.dl_nav{
		width: 24%;
	}
	.dl_nav dl{
		padding-right: 20px;
	}
}
@media(max-width: 991px){
	.dl_nav:nth-child(2),.dl_nav:nth-child(4){
		display: none;
	}
	.dl_nav:nth-child(1),.dl_nav:nth-child(3){
		width: 50%;
	}
	.copyright{
		padding: 15px;
		margin-top: 0px;
	}
}
@media(max-width: 767px){
	.bottom-ul li:nth-child(1),.bottom-ul li:nth-child(2),.bottom-ul li:nth-child(4){
		display: none;
	}
}
@media only screen and (max-width:600px ){
	.dl_nav:nth-child(1),.dl_nav:nth-child(3){
		width: 100%;
		text-align: center;
	}
	.dl_nav{
		margin-bottom: 15px;
	}
	.dl_nav h4{
		font-size: 16px;
	}
	.dl_nav dl{
		text-align: center;
		float: none;
		display: inline-block;
	}
	.dl_nav_top1 h4,.dl_nav_top3 h4{
		background: url('../images/dl_nav-h4-1.png') no-repeat center bottom
	}
	#copyright{
		margin-top: 8px;
	}
	.copyright>p,.copyright>span{
		float: none;
		display: block;
	}
}
@media(max-width: 480px){
	
}
/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
#main{
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}
@media(max-height: 1199px){
	#main{
		padding: 50px 0;
	}
}
@media(max-height: 991px){
	#main{
		padding: 30px 0;
	}
}

/*左侧*/
.main_left{
	float: left;
	width: 210px;
	position: relative;
}
.left_title{
	color: #fff;
	background: #015dab;
	text-align: center;
	padding: 33px 0 30px;
}
.left_title h3{
	font-size: 30px;
	font-weight: bold;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
.left_ul li{
	/* background: url('../images/li-1.png') no-repeat calc(100% - 97%) #dff1fc; */
	background: url('../images/li-2.png') no-repeat calc(100% - 97%) #015dab;
	background: url('../images/li-2.png') no-repeat -moz-calc(100% - 97%) #015dab;
	background: url('../images/li-2.png') no-repeat -webkit-calc(100% - 97%) #015dab;
	margin-bottom: 1px;
}
.left_ul li:first-child{
	margin-top: 1px;
}
.left_ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: left;
	color: #fff;
	font-size: 16px;
	padding-left: 46px;
}
.left_ul li.producttype1sel{
	background: url('../images/li-2.png') no-repeat calc(100% - 97%) #015dab;
	background: url('../images/li-2.png') no-repeat -moz-calc(100% - 97%) #015dab;
	background: url('../images/li-2.png') no-repeat -webkit-calc(100% - 97%) #015dab;
	margin-bottom: 5px;
}
.left_ul li.producttype1sel a{
	color: #ffffff;
}
.left_ul li:hover{
	/* background: url('../images/li-2.png') no-repeat calc(100% - 97%) #015dab; */
	background: url('../images/li-1.png') no-repeat calc(100% - 97%) #dff1fc;
	background: url('../images/li-1.png') no-repeat -moz-calc(100% - 97%) #dff1fc;
	background: url('../images/li-1.png') no-repeat -webkit-calc(100% - 97%) #dff1fc;
}
.left_ul li:hover a{
	color: #333;
}
.left_ul li.producttype2{
	margin-bottom: 1px;
	background: #ffffff;
}
.left_ul li.producttype2 a{
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 16px;
	padding-left: 38px;
	background: url('../images/a-1.png') no-repeat 20px;
}
.left_ul li.producttype2>a:hover{
	background: url('../images/a-2.png') no-repeat 20px;
	color:#015dab;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}

/* 右侧 */
.inside_nav{
	line-height: 34px;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
	margin-bottom: 28px;
}
.inside_nav h3{
	line-height: 34px;
	font-size: 24px;
	color: #015dab;
	font-weight: bold;
	padding-bottom: 15px;
}
.nav_right{
	position: absolute;
	right: 0;
	top: 6px;
	padding-left: 25px;
	color: #888888;
	background: url('../images/wz.png') no-repeat left;
}
.nav_right a{
	font-size: 14px;
	color: #333333;
}
.main_right{
	float: right;
	width: calc(100% - 266px);
	width: -webkit-calc(100% - 266px);
	width: -moz-calc(100% - 266px);
}
.main_right .pro_con{
	overflow: hidden;
	margin-bottom: 0;
}
@media (max-width: 991px){
	.main_left{
		width: 100%;
		float: none;
		height: 100%;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
		padding: 0px 10px 0px 15px;
		font-size: 18px;
	}
	.left_title h3{
		height: 56px;
	    line-height: 56px;
	    text-align: left;
	    font-size: 20px;
	    padding-left: 25px;
	}
	.left_ul{
		display: none;
	}
	.main_right{
		width: 100%;
		float: none;
	}
	.inside_nav{
		line-height: 55px;
		height: 55px;
	}
	.inside_nav h3{
	    font-size: 18px;
	    line-height: 55px;
	    height: 55px;
	    text-align: left;
	}
	.nav_right{
		top: 0;
	}
	.nav_right>span{
		display: none;
	}
}
@media (max-width: 767px){
	.left_ul li{
		height: 45px;
		line-height: 45px;
	}
	.left_ul li a{
		height: 45px;
		line-height: 45px;
		padding-left: 45px;
		font-size: 15px;
		text-align: left;
	}
	.left_title h3{
		font-size: 18px;
	}
}
@media only screen and (max-width:480px ) {
	.main_right{
		margin-top: 25px;
	}
	.inside_nav{
		display: none;
	}
}

/* 新闻资讯 */
.news_ul{
	float: left;
	width: 47%;
}
.news_ul li{
	background: #dff1fc;
}
.news_ul li a{
	display: block;
	padding-bottom: 12px;
	overflow: hidden;
	margin-bottom: 17px;
}
.date{
	float: left;
	width: 84px;
	margin: 15px auto;
	border-right: 1px solid #d2d2d2;
	text-align: center;
	color: #333333;
}
.date span{
	color: #666666;
}
.date p{
	font-size: 16px;
	color: #333333;
}
.news_right{
	float: right;
	padding-right: 15px;
	width: calc( 100% - 105px);
	width: -moz-calc(100% - 105px);
	width: -webkit-calc(100% - 105px);
}
.news_right h3{
	font-size: 16px;
	height: 18px;
	margin: 13px auto 10px;
	overflow: hidden;
	color: #333333;
}
.news_ul li:hover{
	background: #015dab;
}
.news_ul li:hover a .date span,.news_ul li:hover a .date p,
.news_ul li:hover a .news_right h3,.news_ul li:hover a .news_right .news_ms{
	color: #ffffff;
}
.news_ul li a .news_right .news_ms{
	color: #666666;
	height: 40px;
	overflow: hidden;
}
@media only screen and (max-width:1220px ){
	.index_news_left{
		margin-right: 30px;
	}
}
@media(max-width: 991px){
	.news_ul{
		width: 100%;
		float: none;
	}
	.index_news_right{
		float: none;
		width: 100%;
	}
}
.main_right .news_ul{
	float: none;
	width: 100%;
}
.main_right .news_ul li:last-child{
	margin-bottom: 60px;
}
.main_right .news_ul li a{
	margin-bottom: 30px;
	padding-bottom: 0;
}
.main_right .news_ul li a .date{
	margin: 26px auto 26px;
}
.main_right .news_ul li a .news_left h3{
	margin: 23px auto 15px;
}

/* 联系我们 */
.contact_list{
	background: #dff1fc;
	padding: 0 20px;
	margin-bottom: 28px;
}
.contact_list li{
	font-size: 16px;
	padding-top: 32px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d2d2d2;
}
.contact_list li:last-child{
	border-bottom: 0;
}
.contact_list li span{
	color: #333333;
}
.contact_list li p{
	color: #666666;
}
.contact_list li.icon-1{
	background: url('../images/dh.png') no-repeat left;
	padding-left: 38px;
}
.contact_list li.icon-2{
	background: url('../images/cz.png') no-repeat left;
	padding-left: 38px;
}
.contact_list li.icon-3{
	background: url('../images/yj.png') no-repeat left;
	padding-left: 38px;
}
.contact_list li.icon-4{
	background: url('../images/wangz.png') no-repeat left;
	padding-left: 38px;
}
.contact_list li.icon-5{
	background: url('../images/dz.png') no-repeat left;
	padding-left: 38px;
}
.map{
	overflow: hidden;
	margin-bottom: 25px;
}
.map>img{
	display: block;
	width: 100%;
}
.contact_box{
	background: #dff1fc;
	padding: 42px 0 44px 32px;
	margin-bottom: 15px;	
}
.contact_box>h3{
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}
.contact_box>p{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
@media(max-height: 767px){
	.contact_box{
		margin-bottom: 20px;
	}
}

/* 内页详情 */
.inside_title{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.inside_date{
	text-align: center;
}
.inside_content{
	margin: 20px 0px;
    font-size: 14px;
    min-height: 200px;
}
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}

/* 分页 */
.page_box{
	text-align: center;
	margin-top: 50px;
}
.page_box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 12px;
	color: #969696;
	margin: 0 3px;
}
.page_box span{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0px 12px;
	margin: 0 3px;
	color:#fff;
	background:#0067ac;
	border: 1px solid #0067ac;
}
.page_box a.on{
	color:#fff;
	background:#0067ac;
	border: 1px solid #0067ac;
}

/* 图片响应 */
@media only screen and (max-width:1199px ) {
	.inside_content img{
		display: block;
		width: 100%;
	}
	.main_content img{
		display: block;
		width: 100%;
	}
	.page_box{
		margin-top: 15px;
		margin-bottom: 0px;
	}
}

/* 小屏幕 */
@media(max-width: 500px){
	.col-xss-12{
		width: 100%;
	}
}
/* 视频响应 */
@media (max-width: 1199px){
	.main_content p iframe {
    	width: 100% !important;
	}
}
