@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 9px 2px #b8b9bc;
}
.header{
	height: 100px;
}
.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: 1310px;
  }
  .container{
  	width: 100%;
  	max-width: 1310px;
  }
}
.logo{
	float: left;
	margin-top: 15px;
}
.logo>a{
	display: block;
}
.logo>a>img{
	display: block;
	width: 100%;
	float: left;
}
.header_ms{
	float: left;
	text-align: center;
	margin-top: 18px;
	padding-left: 20px;
	margin-left: 20px;
	background: url('../images/header_ms.png') no-repeat left;
}
.header_ms>h3{
	font-size: 30px;
	font-weight: bold;
	color: #d70818;
	margin-bottom: 13px;
	background: url('../images/h3.png') no-repeat bottom;
}
.header_ms>h4{
	font-size: 20px;
	color: #222222;
	text-transform: uppercase;
	font-weight: bold;
}
.header_right{
	float: right;
	background: url('../images/dh.png') no-repeat left;
	padding-left: 75px;
	margin-top: 19px;
}
.header_right>p{
	font-size: 18px;
	color: #333333;
}
@font-face {
	font-family: "AkzidenzGrotesk-ExtraBold";
	src: url('../font/AkzidenzGrotesk-ExtraBold.otf');
}
.header_right>span{
	color: #0f60c4;
	font-family: "AkzidenzGrotesk-ExtraBold";
	font-size: 36px;
	display: block;
	line-height: 36px;
	margin-top: 5px;
}
#nav{
	background: #0f60c4;
	height: 50px;
}
.nav{
	padding: 0 15px;
}
.nav>li{
	float: left;
	position: relative;
}
.nav>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 31px;
	font-size: 16px;
	color: #ffffff;
}
.nav>li.active>a{
	background: #2b9650;
	color: #ffffff;
}
.nav>li>a:hover{
	background: #2b9650;
	color: #ffffff;
}
.sub_dl{
	position: absolute;
	left: -20px;
	top: 50px;
	width: 50%;
	display: none;
	z-index: 999;
	width: 165px;
}
.nav>li:nth-child(2) .sub_dl{
	width: 100%;
	left: 0;
}
.sub_dl dd{
	text-align: center;
}
.sub_dl dd a{
	display: block;
	height: 38px;
	line-height: 38px;
	background: #0f60c4;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
}
.sub_dl dd a:hover{
	background: #2b9650;
	color: #FFFFFF;
}
@media(max-width: 1350px){
	.nav>li>a{
		padding: 0 25px;
	}
}
@media (max-width: 1199px) {
	.header_ms{
		display: none;
	}
	.nav>li>a{
		font-size: 16px;
		padding: 0 14px;
	}
	.sub_dl dd a{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
}
@media(max-width: 991px){
	.header{
		height: 70px;
	}
	.logo{
		display: block;
		float: left;
		margin-top: 0;
	}
	.logo a img{
		display: block;
		width: 100%;
		height: 70px;
	}
	.nav,#nav{
		display: none;
	}
	.header_top,.header_right{
		display: none;
	}
}
@media only screen and (max-width:480px ){

} 

/* 手机按钮  */
#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(../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: #2b9650;
	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;
}
/*.sub-dl dd a:hover{
	color: #fd545c !important;
}*/
#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*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 800px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 800px !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: #e67b19 !important;
}
/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 24px !important;
	display: none;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #0f61cd !important;
	width: 70px;
	height: 4px;
	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: 98px;
	height: 89px;
	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: 98px;
	height: 89px;
	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;
}
.tp-leftarrow.large:hover{
	background: url(../images/jt_left2.png) no-repeat ;
}
.tp-rightarrow.large:hover{
	background: url(../images/jt_right2.png) no-repeat;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 36px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
	.tp-leftarrow.large:hover{
		background: url(../images/jt_left3.png) no-repeat;
	}
	.tp-rightarrow.large:hover{
		background: url(../images/jt_right3.png) no-repeat;
	}
}
.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;
}

/* 产品展示 */
.index_title{
	text-align: center;
	margin-top: 75px;
	margin-bottom: 34px;
}
.index_title h3{
	font-size: 36px;
	color: #0f60c4;
	font-weight: bold;
	margin-bottom: 13px;
}
.index_title p{
	font-size: 14px;
	color: #666666;
}
.about_con{
	overflow: hidden;
	margin-bottom: 51px;
}
.about_con li{
	margin-bottom: 29px;
	overflow: hidden;
}
.about_con li a{
	display: block;
	position: relative;
}
.about_con li a .about_img{
	overflow: hidden;
	position: relative;
}
.about_con li a .about_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;
}
.about_con li a:hover .about_img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.about_text{
	width: 100%;
	height: 144px;
	background: #f5f5f5;
	padding: 46px 10px 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;
}
.about_text>span{
	font-size: 16px;
	color: #333333;
	display: block;
	margin-bottom: 12px;
}
.about_text>p{
	color: #666666;
}
.about_con li a:hover .about_text{
	background: #0f60c4;
}
.about_con li a:hover .about_text>span,.about_con li a:hover .about_text>p{
	color: #ffffff;
}

/* 产品分类 */
.pro_listcon{
	width: 100%;
}
.pro_list{
	padding: 0;
}
.pro_list a{
	display: block;
}
.pro_list a .pro_con{
	overflow: hidden;
	position: relative;
}
.pro_list a .pro_con img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.pro_list a:hover .pro_con img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.pro_list a>.pro_list_txt{
	width: 312px;
	position: absolute;
	top: 128px;
	left: 83px;
}
.pro_list a>.pro_list_txt h3{
	font-size: 30px;
	line-height: 30px;
	color: #0f60c4;
	margin-bottom: 31px;
}
.pro_list a>.pro_list_txt p{
	color: #333333;
	line-height: 26px;
}
.pro_list a>.pro_list_txt span{
	display: block;
	width: 145px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #0f60c4;
	background: #0f60c4;
	color: #ffffff;
	text-align: center;
	margin-top: 46px;
}
.pro_list a:hover .pro_list_txt span{
	background: none;
	color: #0f60c4;
}
@media(max-width: 1500px){
	.pro_list a>.pro_list_txt{
		top: 50px;
	}
}
@media(max-width: 1199px){
	.pro_list a>.pro_list_txt{
		top: 20px;
	}
}
@media(max-width: 991px){
	.pro_list a .pro_con img{
		min-height: 300px;
	}
}


/* 新闻资讯 */
.index_news_con{
	margin-bottom: 63px;
}
.index_news_left{
	width: 47%;
	float: left;
	position: relative;
}
.index_news_left>a{
	display: block;
}
.index_news_left>a .index_news_img{
	overflow: hidden;
}
.index_news_left>a .index_news_img img{
	display: block;
	width: 100%;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	-moz-transition: 0.6s all;
	-ms-transition: 0.6s all;
}
.index_news_left>a:hover .index_news_img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.index_news_left>a .news_left_ms{
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 90px;
	color: #ffffff;
	padding-left: 30px;
}
.index_news_left>a .news_left_more{
	width: 80%;
	float: left;
}
.index_news_left>a .news_left_more h3{
	font-size: 16px;
	height: 18px;
	overflow: hidden;
	font-weight: bold;
	margin: 23px 0 13px;
}
.index_news_left>a .news_left_more p{
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}
.news_left_ms .data{
	width: 90px;
	height: 90px;
	text-align: center;
	float: right;
	color: #ffffff;
	padding: 20px 10px 0;
	background: #0f60c4;
}
.news_left_ms .data p{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}
.news_left_ms .data span{
	display: block;
	font-size: 18px;
	padding-top: 3px;
}
.news_ul{
	margin-left: 35px;
	float: left;
	width: 47%;
	margin-bottom: -30px;
}
.news_ul li{
	margin-bottom: 30px;
}
.news_ul li a{
	display: block;
	overflow: hidden;
}
.news_ul li a .date{
	float: left;
	width: 90px;
	height: 86px;
	border: 2px solid #d2d2d2;
	text-align: center;
	padding: 20px 10px 0;
	color: #333333;
}
.news_ul li a:hover .date{
	background: #0f60c4;
	border: 2px solid #0f60c4;
	color: #ffffff;
}
.news_ul li a .date p{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}
.news_ul li a:hover .date p{
	border-bottom: 1px solid #ffffff;
}
.news_ul li a .date span{
	display: block;
	font-size: 18px;
	padding-top: 3px;
}
.news_ul li a .news_right{
	float: right;
	width: calc( 100% - 124px);
	width: -moz-calc(100% - 124px);
	width: -webkit-calc(100% - 124px);
}
.news_ul li a .news_right h3{
	font-size: 16px;
	height: 18px;
	box-sizing: content-box;
	overflow: hidden;
	font-weight: bold;
	color: #333333;
	padding-bottom: 14px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #dcdcdc;
}
.news_ul li a:hover .news_right h3{
	color: #1d66b5;
}
.news_ul li a .news_right .news_ms{
	color: #666666;
	overflow: hidden;
	height: 48px;
}
@media only screen and (max-width:1220px ){
	.index_news_left{
		margin-right: 30px;
	}
}
@media(max-width: 1199px){
	.index_news_con{
		margin-bottom: 30px;
	}
	.index_news_left,.news_ul{
		width: 100%;
		float: none;
		max-width: 600px;
		margin: 0 auto -30px;
	}
	.index_news_left{
		margin-bottom: 30px;
	}
}
@media(max-width: 480px){
	.news_ul li a .news_right h3{
		padding-bottom: 0px;
	}
}

/* 工程案例 */
#case{
	margin: 0 -15px 76px;
}
#case .swiper-slide>a{
	display: block;
	padding: 0 14px;
}
#case .swiper-slide>a .case_img{
	overflow: hidden;
}
#case .swiper-slide>a .case_img img{
	display: block;
	width: 100%;
	max-width: 407px;
	min-height: 200px;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
#case .swiper-slide>a:hover .case_img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#case .swiper-slide>a p{
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding-top: 30px;
}
#case .swiper-slide>a:hover p{
	color: #0f60c4;
}
@media(max-width: 1199px){
	.index_title{
		margin: 40px auto 20px;
	}
	#case{
		margin: 0 -15px 56px;
	}
}
@media(max-width: 991px){
	.index_title{
		margin: 20px auto 10px;
	}
	.index_title h3{
		font-size: 26px;
	}
	#case{
		margin: 0 -15px 36px;
	}
	#case .swiper-slide>a p{
		padding-top: 15px;
	}
}
@media(max-width:520px ){
	#case .swiper-slide>a .case_img img{
		margin: 0 auto;
		max-width: 100%;
	}
}


/* 底部内容 */
footer{
	width: 100%;
	position: relative;
	background: #333333;
}
.footer{
	overflow: hidden;
	padding: 37px 15px 0;
}
.footer_dl{
	width: 18%;
	float: left;
}
.footer_dl dt a{
	font-size: 16px;
	color: #ffffff;
	display: block;
	font-weight: normal;
	padding-bottom: 15px;
}
.footer_dl dd a{
	font-size: 14px;
	color: #a0a0a0;
	display: block;
}
.ewm{
	float: right;
	width: 84px;
	text-align: center;
}
.ewm p{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 15px;
}
#copyright{
	border-top: 1px solid #a0a0a0;
	margin-top: 39px;
}
.copyright{
	text-align: center;
	color: #a0a0a0;
	padding: 25px 15px;
	font-size: 14px;
}
.copyright>p{
	float: left;
}
.copyright>span{
	display: block;
	float: right;
}
#top{
	width: 56px;
	height: 56px;
	background: url('../images/top.png') no-repeat center;
	position: absolute;
	right: 146px;
	top: -56px;
	cursor: pointer;
}
@media only screen and (max-width:1199px ){
	.footer{
		padding: 20px 15px 0;
	}
	.copyright{
		padding: 15px;
	}
	.copyright>p{
		float: none;
	}
	.copyright>span{
		display: block;
		float: none;
	}
	#top{
		right: 0;
		top: -56px;
	}
}
@media(max-width: 991px){
	.footer_dl{
		width: 17%;
	}
	.footer_dl dt a{
		font-size: 15px;
	}
	.footer_dl dd a{
		font-size: 13px;
	}
}
@media(max-width: 767px){
	.footer_dl:nth-child(2),.footer_dl:nth-child(3),.footer_dl:nth-child(4),.footer_dl:nth-child(5){
		display: none;
	}
	.footer_dl{
		width: 50%;
		text-align: center;
	}
	.ewm{
		width: 50%;
	}
	#top{
		display: none;
	}
}
@media only screen and (max-width:480px ){
	.footer_dl:nth-child(5),.footer_dl:nth-child(6){
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.footer_dl:nth-child(5){
		margin-bottom: 0;
	}
	.footer_dl dt{
		margin-right: 0;
	}
	.ewm{
		text-align: center;
	}
}

/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
.main{
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 40px;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
@media(max-width: 991px){
	.main{
		margin: 30px auto;
	}
}

/* 内页导航 */
#inside_nav{
	border-bottom: 2px solid #d2d2d2;
}
.inside_nav{
	height: 60px;
	line-height: 60px;
}
.inside_left{
	background: url('../images/wz.png') no-repeat left;
	padding-left: 28px;
	float: left;
}
.inside_left>a{
	color: #333333;
	font-size: 16px;
	padding: 0 3px;
	display: inline-block;
}
.inside_right{
	float: right;
}
.inside_right>a{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	padding: 0 23px;
	border-right: 2px solid #d2d2d2;
	margin: 0 -2px;
}
.inside_right>a:first-child{
	border-left: 2px solid #d2d2d2;
}
.inside_right>a.active{
	background: #0f60c4;
	color: #ffffff;
}
.inside_right>a:hover{
	background: #0f60c4;
	color: #ffffff;
}
@media(max-width:991px ){
	.inside_left>a,.inside_right>a{
		font-size: 14px;
	}
}
@media(max-width: 767px){
	.inside_right>a{
		padding: 0 10px;
	}
}
@media(max-width: 560px){
	.inside_left{
		display: none;
	}
	.inside_right{
		float: none;
		text-align: center;
	}
}
@media(max-width: 480px){
	.inside_nav{
		height: 100%;
	}	
	.inside_right>a{
		font-size: 13px;
		padding: 0 5px;
	}
}
/* 右侧 */
.main_right{
	overflow: hidden;
}
.inside_pro li a{
	display: block;
}
.inside_pro li a .pro_img{
	overflow: hidden;
}
.inside_pro li a .pro_img img{
	display: block;
	width: 100%;
}
.inside_pro li a .pro_text{
	height: 74px;
	line-height: 74px;
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.inside_pro li a:hover .pro_text{
	color: #0f60c4;
}

/* 新闻  */
.main_right .news_ul{
	width: 100%;
	margin: 0 auto;
	float: none;
}

/* 内页详情 */
.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: 32px;
}
.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 a.on{
	color:#fff;
	background:#0f60c4;
	border: 1px solid #0f60c4;
}

/* 图片响应 */
@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: 480px){
	.col-xss-12{
		width: 100%;
	}
}