@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: #0061ae;
}
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: 0px 3px 10px 1px rgba(0, 0, 0, 0.15);
}
header>.w{
	position: relative;
	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: 1230px;
  	}
}
#header_top{
	background: #007dc5;
	height: 40px;
	line-height: 40px;
}
.header_top{
	text-align: right;
}
.header_top>a{
	display: inline-block;
	color: #ffffff;
}
.header_top>.a_1{
	background: url('../images/a-1.png') no-repeat left;
	padding-left: 42px;
	padding-right: 16px;
}
.header_top>.a_2{
	background: url('../images/a-2.png') no-repeat left;
	padding-left: 42px;
}
.logo{
	float: left;
	margin-top: 32px;
}
.logo>a{
	display: block;
}
.logo>a>img{
	display: block;
	width: 100%;
}
/* 导航 */
.nav{
	float: right;
}
.nav>li{
	float: left;
	position: relative;
}
.nav>li>a{
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0 32px;
	font-size: 16px;
	color: #000000;
	background: none;
}
.nav>li.active>a{
	background: #0a61ae;
	color: #ffffff;
}
.nav>li>a:hover{
	background: #0a61ae;
	color: #ffffff;
}
.sub_dl{
	position: absolute;
	left: -36px;
	top: 100px;
	width: 200px;
	display: none;
	z-index: 99999;
}
.sub_dl dd a{
	display: block;
	color: #333333;
	font-size: 14px;
	height: 50px;
	text-align: center;
	background: #ffffff;
	line-height: 50px;
	overflow: hidden;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.sub_dl dd a:hover{
	background: #da251e;
	color: #ffffff;
}
@media(max-width: 1235px){
	.nav>li>a{
		padding: 0 28px;
	}
}
@media (max-width: 1199px) {
	.nav>li>a{
		padding: 0 15px;
		font-size: 14px;
	}
	.sub_dl dd a{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
}
@media(max-width: 991px){
	header>.w{
		height: 70px;
	}
	.logo{
		margin-top: 15px;
	}
	.nav{
		display: none;
	}
}
@media only screen and (max-width:520px ){
	.logo>a>img{
		width: 280px;
	}
} 

/* 手机按钮  */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #0a61ae;
	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 {
	text-transform: uppercase;
    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: #0a61ae;
	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;
	text-transform: none !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;
	}
	.nav_sou{
		height: 40px;
		border-bottom: 1px solid #E6E6E6;
	}
	.nav_sou .search{
		height: 40px;
		width: 200px;
	}
	.nav_sou .tijiao{
		background: url('../images/sou-bg.png') no-repeat center;
		height: 40px;
		width: 50px;
	}
}

/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 700px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 700px !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: #db261d !important;
}
/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 51px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #0a61ae !important;
	width: 19px;
	height: 19px;
	float: left;
	margin: 0 25px;
	border-radius: 50%;
	-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-bullets{
		bottom: 15px !important;
	}
}
.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-style: 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_pro{
	margin-bottom: 62px;
}
.index_title{
	text-align: center;
	margin: 75px auto 40px;
}
.index_title h3{
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	background: url('../images/h3.png') no-repeat bottom;
	padding-bottom: 35px;
}
.index_pro_ul{
	overflow: hidden;
}
.index_pro_ul li{
	padding: 0 6px;
}
.index_pro_ul li a{
	display: block;
}
.index_pro_ul li a .pro_img{
	overflow: hidden;
	position: relative;
}
.index_pro_ul li a .pro_img img{
	display: block;
	width: 100%;
}
.index_pro_ul li a .pro_img em{
	display: block;
	font-style: normal;
	border: 2px solid #1668b2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.index_pro_ul li a:hover .pro_img em{
	opacity: 1;
}
.index_pro_ul li a p{
	height: 45px;
	line-height: 45px;
	color: #333333;
	background: #ffffff;
	font-size: 14px;
	text-align: center;
}
@media only screen and (max-width:1199px ){
	.index_pro{
		margin-bottom: 42px;
	}
}
@media only screen and (max-width:991px ){
	.index_pro{
		margin-bottom: 22px;
	}
}

/* 成功案例 */
#case_wrap{
	background: url('../images/case_wrap.jpg') no-repeat center;
	background-size: cover;
}
.index_case{
	overflow: hidden;
	position: relative;
}
.case_box{
	height: auto;
}
.case_1,.case_2,.case_3,.case_4{
	width: 50%;
	padding-top: 158px;
	float: left;
}
.case_2,.case_3,.case_4{
	display: none;
	-webkit-animation-duration: 0;
    animation-duration: 0; 
    -webkit-animation-fill-mode: none !important; 
    animation-fill-mode: none !important; 
}
.case_1 h3,.case_2 h3,.case_3 h3,.case_4 h3{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 30px;
	background: url('../images/h3-2.png') no-repeat left bottom;
	margin-bottom: 35px;
}
.case_text{
	font-size: 14px;
	color: #ffffff;
	padding-right: 68px;
	margin-bottom: 75px;
}
.case_link{
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	color: #ffffff !important;
	padding-left: 32px;
	background: url('../images/jt.png') no-repeat 134px #da251e;
}
.case_list{
	float: right;
	padding-top: 27px;
	padding-bottom: 21px;
}
.case_list li{
	width: 320px;
	height: 158px;
	padding-top: 55px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 5px;
	background: rgba(0, 0, 0, 0.3);
}
.case_list li.on{
	background: rgba(0, 0, 0, 0.5);
}
.case_list li p{
	font-size: 20px;
	padding-bottom: 5px;
}
@font-face {
	font-family: "Roboto-Light";
	src: url('../font/Roboto-Light.ttf');
}
.case_list li span{
	display: block;
	font-size: 14px;
	font-family: "Roboto-Light";
}
@media only screen and (max-width:991px ){
	.case_1, .case_2, .case_3, .case_4{
		width: 100%;
		float: none;
		text-align: center;
		padding-top: 100px;
	}
	.case_1 h3, .case_2 h3, .case_3 h3, .case_4 h3{
		background: url(../images/h3-2.png) no-repeat center bottom;
		font-size: 24px;
	}
	.case_text{
		padding-right: 0;
		margin-bottom: 25px;
	}
	.case_list{
		float: none;
		width: 100%;
		display: table;
		margin: 0 auto;
		overflow: hidden;
	}
	.case_list li{
		float: left;
		width: 25%;
	}
	.case_link{
		margin: 0 auto;
		text-align: center;
		padding-left: 0;
	}
}
@media only screen and (max-width:767px ){
	.case_1, .case_2, .case_3, .case_4{
		padding-top: 50px;
	}
	.case_list li{
		width: 50%;
	}
}



/* 新闻中心 */
.news_con{
	overflow: hidden;
}
.news_con li{
	border: 1px solid #e5e5e5;
	padding: 73px 28px 59px;
	text-align: center;
}
.news_con li a{
	display: block;
}
.news_con li a span{
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
	color: #333333;
}
.news_con li a:hover span{
	color: #0a61ae;
}
.news_con li a .news_bottom_text{
	padding-bottom: 90px;
}
.news_con li a .news_bottom_text h4{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 59px;
}
.news_con li a:hover .news_bottom_text h4{
	color: #0a61ae;
}
.news_bottom{
	color: #666666;
	font-size: 14px;
	height: 120px;
	overflow: hidden;
}
.news_con li a em{
	font-style: normal;
	color: #333333;
	width: 180px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 0 auto;
	background: url('../images/em.png') no-repeat 127px;
}
.news_con li a:hover em{
	background: url('../images/em2.png') no-repeat 127px #0a61ae;
	color: #ffffff;
}
@media only screen and (max-width:1199px ){
	.index_title{
		margin: 40px auto 30px;
	}
	.index_title h3{
		font-size: 30px;
		padding-bottom: 25px;
	}
}
@media only screen and (max-width:991px ){
	.index_title{
		margin: 30px auto 20px;
	}
	.index_title h3{
		font-size: 24px;
	}
}
@media only screen and (max-width:767px ){
	.news_con li{
		padding: 20px 15px;
		max-width: 350px;
		margin: 0 auto 15px;
	}
	.news_con li a .news_bottom_text{
		padding-bottom: 40px;
	}
	.news_con li a .news_bottom_text h4{
		margin-bottom: 25px;
	}
}

/* 首页内容 */
.index_list{
	margin-top: 76px;
	overflow: visible !important;
	margin-bottom: 80px;
}
.index_list li{
	/*float: left;
	width: 48%;
	margin-right: 42px;*/
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.index_list li a:hover{
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}
/*.index_list li:last-child{
	margin-right: 0;
}*/
.index_list li a{
	display: block;
}
.index_list li a .index_img{
	overflow: hidden;
}
.index_list li a .index_img img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.index_list li a:hover .index_img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.index_list li a .index_bottom{
	border: 1px solid #e5e5e5;
	margin-top: -1px;
	padding-left: 36px;
}
.index_list li a .index_bottom h4{
	margin: 27px auto 9px;
	font-size: 30px;
	color: #333333;
}
.index_list li a .index_bottom .index_more{
	font-size: 14px;
	color: #666666;
	height: 48px;
	overflow: hidden;
}
.index_list li a .index_bottom span{
	width: 178px;
	height: 38px;
	line-height: 38px;
	display: block;
	color: #0a61ae;
	border: 1px solid #0a61ae;
	padding-left: 30px;
	background: url('../images/span.png') no-repeat 132px;
	margin: 7px 0 29px 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.index_list li a:hover .index_bottom span{
	background: url('../images/span2.png') no-repeat 132px #0a61ae;
	color: #ffffff;
}
@media only screen and (max-width:1199px ){
	.index_list{
		margin: 40px auto;
	}
}
@media only screen and (max-width:767px ){
	.index_list{
		margin: 20px auto;
	}
	.index_list li{
		margin-bottom: 15px;
	}
}

/* 底部内容 */
footer{
	width: 100%;
	border-top: 8px solid #0a61ae;
	position: relative;
	background: #ffffff;
}
.footer{
	position: relative;
	padding-top: 28px;
}
.footer_dl{
	width: 15%;
	float: left;
}
.footer_dl:nth-child(5){
	width: 266px;
}
.footer_dl dt{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 8px;
	margin-right: 56px;
}
.footer_dl dt a{
	font-size: 16px;
	color: #333333;
}
.footer_dl dd a,.footer_dl dd p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.footer_dl>p{
	color: #666666;
}
.ewm{
	float: right;
	text-align: right;
}
.copyright{
	border-top: 1px solid #bfbfbf;
	padding: 25px 0;
	line-height: 40px;
	margin-top: 40px;
}
.copyright_left{
	padding: 0;
	width: 50%;
	float: left;
}
.share_list{
	width: 50%;
	float: left;
	padding: 0;
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.share_list li{
	display: inline-block;
	padding: 10px 10px 0;
}
.share_list li a{
	display: block;
}
.share_list li a span{
	height: 20px;
	display: block;
	overflow: hidden;
}
.share_list li a span img{
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.share_list li a:hover span img{
	margin-top: -20px;
}
#friendLink{
	background: url('../images/friendLink.png') no-repeat 230px;
	width: 258px;
	height: 38px;
	line-height: 38px;
	padding-left: 14px;
	border: 1px solid #bfbfbf;
	appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    float: right;
    margin-left: 13px;
}
@media only screen and (max-width:1199px ){
	.footer{
		padding: 20px 15px;
		margin-top: 20px;
	}
	.footer_dl{
		width: 14%;
	}
	.copyright_left,.share_list{
		width: 100%;
		text-align: center;
	}
	#friendLink{
		float: none;
	}
}
@media only screen and (max-width:991px ){
	.footer{
		padding-bottom: 0;
	}
	.footer_dl{
		display: none;
	}
	.footer_dl:nth-child(5),.footer_dl:nth-child(6){
		display: block;
		width: 50%;
	}
	.ewm{
		text-align: center;
	}
	.share_list{
		display: none;
	}
	.copyright{
		margin-top: 20px;
		padding: 0;
	}
}
@media only screen and (max-width:480px ){
	.footer_dl:nth-child(5){
		width: 100% !important;
		text-align: center;
	}
	.footer_dl:nth-child(5) dt{
		margin-right: 0;
	}
	.ewm{
		display: none !important;
	}
}

/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
.main{
	padding: 80px 15px 40px;
	overflow: hidden;
}

/*左侧*/
.main_left{
	float: left;
	width: 260px;
	position: relative;
}
.left_title{
	color: #fff;
	background: #0a61ae;
	text-align: center;
	padding: 31px 0 31px;
	margin-bottom: 9px;
}
.left_title h3{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 9px;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
.left_ul li{
	margin-bottom: 3px;
}
.left_ul li a{
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: left;
	padding-left: 40px;
	color: #666666;
	font-size: 16px;
	background: #eeeeee;
}
.left_ul li.active a{
	background: #da251e;
	color: #ffffff;
}
.left_ul li a:hover{
	background: #da251e;
	color: #ffffff;
}
.left_contact{
	margin-top: 9px;
}
.left_contact_bottom{
	background: #eeeeee;
	padding: 10px 0 15px 9px;
	line-height: 30px;
	color: #666666;
}

/* 右侧 */
.inside_nav{
	height: 34px;
	line-height: 34px;
	border-bottom: 2px solid #eeeeee;
	position: relative;
	margin-bottom: 20px;
}
.inside_nav h3{
	font-size: 24px;
	height: 34px;
	line-height: 34px;
	color: #333333;
	float: left;
	font-weight: normal;
	padding-bottom: 3px;
	background: url('../images/h3-3.png') no-repeat left bottom;
}
.nav_right{
	float: right;
	padding-left: 15px;
	color: #666666;
	background: url('../images/wz.png') no-repeat left;
}
.nav_right a{
	font-size: 12px;
	color: #666666;
}
.row{
	margin-left: -6px;
	margin-right: -6px;
}
.main_right{
	float: right;
	width: calc(100% - 290px);
	width: -webkit-calc(100% - 290px);
	width: -moz-calc(100% - 290px);
}
.pro_ul li a p{
	height: 54px;
	line-height: 54px;
}

@media (max-width: 991px){
	.main_left{
		width: 100%;
		float: none;
		height: 100%;
	}
	.main_left #navToggle{
		top: 0;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
		padding: 0px 10px 0px 15px;
		font-size: 18px;
		margin-bottom: 15px;
	}
	.left_title img{
		display: none;
	}
	.left_title h3{
		height: 56px;
	    line-height: 56px;
	    text-align: left;
	    font-size: 20px;
	    padding-top: 0;
	    padding-bottom: 0;
	    padding-left: 25px;
	}
	.left_title h4{
		display: none;
	}
	.left_contact{
		display: none;
	}
	.left_ul li:last-child{
		display: none;
	}
	.left_ul{
		display: none;
		margin-bottom: 15px;
	}
	.main_right{
		width: 100%;
		float: none;
	}
}
@media (max-width: 767px){
	.left_ul li{
		height: 45px;
		line-height: 45px;
	}
	.left_ul li a{
		height: 45px;
		line-height: 45px;
		padding-left: 20px;
		font-size: 15px;
		text-align: left;
	}
	.left_title h3{
		font-size: 18px;
	}
}
@media only screen and (max-width:480px ) {
	.main_right{
		margin-top: 10px;
	}
}

/* 产品内页标题 */
.inside_title{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 25px;
	font-family: "Roboto-Regular";
}

/* 新闻  */
.news_container{
	overflow: hidden;
}
.news_container li{
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #666666;
}
.news_container li a{
	display: block;
}
.news_container li a h3{
	font-size: 18px;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	color: #333333;
	margin-bottom: 7px;
}
.news_container li a:hover h3{
	color: #0a61ae;
}
.news_container li a span{
	display: block;
	font-size: 12px;
	color: #666666;
	margin-bottom: 3px;
}
.news_text{
	font-size: 14px;
	height: 48px;
	overflow: hidden;
	color: #666666;
}

/* 新闻内页 */
.inside_news_box{
	padding: 20px;
}
.news_title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#181616;
	margin-bottom: 8px;
}
.inside_date{
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
}
.inside_date>p{
	display: inline-block;
}
.inside_date>span{
	display: inline-block;
	padding-left: 20px;
}
.news_content{
	margin: 20px 0px;
	font-size: 14px;
	min-height: 200px;
}

/* 内页分页 */
.page_box{
	text-align: center;
	margin-top: 21px;
}
.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:#0a61ae;
	border: 1px solid #0a61ae;
}

/* 内页详情分页 */
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
	
}
.inside_page>p{
	font-family: "Roboto-Regular";
}
.inside_page>p>a{
	font-family: "Roboto-Regular";
}
@media only screen and (max-width:1199px ) {
	.news_content img{
		display: block;
		width: 100%;
	}
	.main_content img{
		display: block;
		width: 100%;
	}
	.page_box{
		margin-top: 15px;
		margin-bottom: 0px;
	}
}

/* 关于我们 */
.main_content{
	font-family: "Roboto-Regular";
}

/* 小屏幕显示 */
@media (max-width: 480px) {
	.col-xss-12{
		width: 100%;
	}
}
