﻿﻿﻿html, body, div, p, ul, li, ol, dl, dt, dd, form, input, textarea, table, tr, td, img, a, span, em {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
html, body {
	width: 100%;
	
}
body {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 14px; 

	background: #fff;/*background:darkorange;*/
}
input, select, option, textarea {
	border: none;
	outline: none;
}
img {
	border: none;
}
a, a:hover, a:active, a:visited, a:link {
	text-decoration: none;
	outline: 0;
}
ul li {
	margin: 0;
}
ul, li {
	list-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}
.none {
	display: none;
}
.block {
	display: block;
}
.zaixian{ display: flex;
     flex-flow: row wrap;
    justify-content:space-between; width:100%; padding-left:0!important}
	.txt1,.txt2{ outline:none!important; width:49%;font-size: 14px; padding-left:2%; padding-right:2%; color:#333}
	.txt3{ outline:none!important; width:100%;font-size: 14px; margin-top:5px;padding-left:2%; padding-right:2%; color:#333}
	.but1{ outline:none!important; width:100px;font-size: 14px; background-color:#ff7e00; display:block;margin-top:5px;padding-left:5%; padding-right:5%; margin-left:auto; margin-right:0}
.w {
	width: 1200px;
	margin: 0 auto;
}
.w1 {
	width: 1004px;
	margin: 0 auto;
}
.title {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 24px;
}
.info, .info small {
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
}
.about_main {
	border: 0px;
	margin: 0px;
	padding: 0px 0 50px 0;
	font-size: 14px;
	line-height: 30px;
}
.about_main p {
	text-indent: 0em;
	padding-top: 15px;
}
.w2 {
	width: 1100px;
	margin: 0 auto;
}
.download{ text-align:right}
.download a{ color:#043884}
table.zhaopin{ width:100%; border-collapse:collapse; margin-bottom: 50px;}
table.zhaopin tr td{ border:1px solid #eee; text-align:center; line-height:35px;}
table.zhaopin tr td a {color:#043884}
.tdjl{ padding-left:25px; padding-top:10px;}
.tdjl a{ display:block-inline; background-color:#043884; color:#fff; line-height:50px; padding:15px;}
/*header*/
.head_top {
	background: url(../images/logo_bg.jpg) no-repeat center;
	padding: 1.5em 35px 0px 0;
	border-bottom: 1px solid #dddddd;
}
header{ width: 100%; position: fixed; top: 0; background-color: #fff; z-index: 10000;}
header h1 {
	text-align: center;
}
header h1 img {
	margin: 0 auto
}
.laguange {
	text-align: right;
	color: #8d8d8d;
	font-size: 14px;
	margin-bottom: 10px;
}
.laguange a {
	margin: 0 10px;
	color: #8d8d8d;
	font-size: 14px;
}
.laguange a:hover {
	color: #043884;
}
/*header nav {
	border-bottom: 1px solid #dddddd;
	
}
header nav ul{display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;}
header nav li {
	padding: 0.775em 1.1875em;
	background: url(../images/shu.jpg) no-repeat right center;
	width: 100px;
}
header nav li a {
	display: block;
	font-size: 14px;
	color: #010101;
	width: 6.4375em;
	text-align: center;
	line-height: 34px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
header nav li a.hover, header nav li a:hover, .cur {
	background: #043884;
	color: #fff;
}*/
/* 一级菜单容器 */
.nav {
	border-bottom: 1px solid #dddddd;
	list-style: none;
	position: relative;
	text-align: left;
}
.nav > li {
	display: inline-block;
	position: relative;
	padding: 0.775em 1.1875em;
	background: url(../images/shu.jpg) no-repeat right center; text-align: center;
}
.nav > li > a {
	color: #333;
	border-radius: 5px;
	text-decoration: none;
	line-height: 34px;
	display: block;
	width: 6.4375em;
	transition: background-color 0.3s;
	font-size: 14px
}
.nav > li > a:hover, .nav > li > a.cur {
	background-color: #043884;
	color: #fff
}

/* 二级菜单样式 */
.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #043884;
	list-style: none;
	min-width: 115px;
	display: none; /* 默认隐藏 */
	z-index: 100;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.submenu li {
	position: relative; /* 为三级菜单定位 */
}
.submenu li a {
	color: #ecf0f1;
	font-size: 14px;
	text-decoration: none;
	padding: 12px 15px;
	display: block;
	transition: background-color 0.3s;
}
.submenu li a:hover {
	background-color: #0654c3;
	font-weight: bold
}
/* 三级菜单样式 */
.submenu .submenu-third {
	position: absolute;
	top: 0;
	left: 100%; /* 显示在二级菜单右侧 */
	background-color: #043884;
	list-style: none;
	min-width: 180px;
	display: none; /* 默认隐藏 */
	z-index: 101;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
/* 显示下拉菜单 */
.nav li:hover > .submenu {
	display: block;
}
.submenu li:hover > .submenu-third {
	display: block;
}
/* 箭头指示 */
.has-sub:after {
	font-size: 10px;
	margin-left: 8px;
}
.has-third:after {
	content: '►';
	font-size: 10px;
	float: right;
	margin-top: 3px;
}
/*phone-nav*/
 /* 基础导航样式 */
.mobile-nav {
	width: 100%;
	background-color: #fff;
}
.nav-trigger {
	color: white;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	height: 60px;
	padding-left: 5%;
	padding-right: 5%
}
.nav-trigger span {
	width: 55%
}
.nav-trigger>.fa {
	color: #043884;
	font-size: 24px;
}
.nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	background-color: #043884;
}
.nav-list.active {
	display: block;
	max-height: 80vh;
	overflow-y: scroll;
}
.nav-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list>.fa {
	font-size: 18px;
}
.nav-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	text-decoration: none;
	padding: 10px 15px;
	font-size: 14px;
}
/* 子菜单样式 */
.nav-sub {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #0654c3;
	display: none;
}
.nav-sub.active {
	display: block;
}
.nav-sub-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
}
.nav-sub-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	text-decoration: none;
	padding: 12px 25px;
}
/* 三级菜单样式 */
.nav-sub-sub {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #3182ce;
	display: none;
}
.nav-sub-sub.active {
	display: block;
}
.nav-sub-sub-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-sub-sub-link {
	color: white;
	text-decoration: none;
	display: block;
	padding: 10px 40px;
}
/* 箭头图标样式 */
.arrow {
	transition: transform 0.3s ease;
}
.arrow.active {
	transform: rotate(90deg);
}
.phone_head {
	height: 60px;
	padding: 0 0%;
}
.phone_head .logo {
	width: 45%;
	height: 60px;
	line-height: 60px;
}
.phone_head .logo img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.phone-head {
	height: 60px;
	line-height: 60px;
}
.phone_head nav {
	margin-left: 0;
}
.phone-head .menubtn > span {
	vertical-align: middle;
	display: inline-block;
	height: 40px;
	background: #043884 url(../images/navbg.png) no-repeat;
	background-size: 50%;
	background-position: 50%;
	width: 41px;
}
.phone-head .mask-close {
	background: rgb(4,56,132) none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 2px;
	right: 2px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}
.maskbg {
	width: 100%;
	height: 1300px;
}
.phone_nav {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(255,255,255,.9);
	z-index: 1000;
}
.phone_nav ul>li {
	background-position: center center;
	border-bottom: 1px solid #ccc;
	/*height:40px;*/
	line-height: 40px;
	padding: 0px 17px;
	font-size: 1.125em;
}
.phone_nav ul>li>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 1.125em;
}
.phone_nav ul>li ol {
	display: none;
}
.phone_nav ul>li ol li {
	background-position: center center;
	height: 30px;
	line-height: 30px;
	padding: 0px 0.75em;
	width: 100%;
	height: 100%;
}
.phone_nav ul>li ol li a {
	display: block;
	line-height: 30px;
	width: 100%;
	height: 100%;
	color: #043884;
	font-size: 1em;
}
.f_m1>li {
	position: relative;
}
.f_m1>li>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #323232;
}
/*footer*/

.in_footer .footer_gotop {
	position: relative;
}
.in_footer .gotop {
	position: absolute; display: none;
	top: -34px;
	right: 15px;
	width: 55px;
	height: 34px;
	background: #f57800 url(../images/in_top.jpg) no-repeat center;
}
.in_footer .foot_bot {
	padding: 1em 0;
	background: url(../images/foot_bot_bg.jpg) repeat-x center;
	background-size: auto 100%;
	color: #fff;
	font-size: 14px;
}
.in_footer .foot_top {
	padding: 39px 0 20px;
	background: url(../images/foot_top_bg.jpg) repeat-x center;
	background-size: auto 100%;
}
.in_footer .foot_nav {
	width: 12%;
}
.in_footer .foot_nav h3 {
	font-size: 18px;
	margin-bottom: 1.625em;
	color: #fff;
	font-weight: bold;
}
.in_footer .foot_nav span {
	display: block;
	width: 4.5em;
	height: 1px;
	background: #244370;
	margin-bottom: 9px;
}
.in_footer .foot_nav ul li a {
	color: #fff;
	line-height: 2.5em;
	font-size: 14px;
	font-weight: bold;
}
.in_footer .foot_nav ul li a:hover {
	text-decoration: underline;
}
.in_footer .foot_m {
	width: 88%;
	margin-right: 0px;
	overflow: hidden;
	position: relative;
}
.con_r {
	position: absolute;
	right: 0;
	top: 5px;
	width: 120px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.con_r a {
	width: 23px;
	display: inline-block;
}
.in_footer .foot_m h3 {
	font-size: 18px;
	margin-bottom: 1.625em;
	color: #fff;
	font-weight: bold;
}
.in_footer .foot_m span {
	display: block;
	width: 100%;
	height: 1px;
	background: #244370;
	margin-bottom: 9px;
}
.in_footer .foot_m dl {
	width: 33.3%;
	float: left;
	padding-top: 10px
}
.in_footer .foot_m dt {
	font-size: 14px;
	color: #fff;
	margin-bottom: 6px;
	font-weight: bold
}
.in_footer .foot_m div {
	padding-left: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 6px;
}
.in_footer .foot_m div.f_tel {
	background: url(../images/tel.png) no-repeat left center;
}
.in_footer .foot_m div.f_cz {
	background: url(../images/chuanzhen.png) no-repeat left center;
}
.in_footer .foot_m div.f_email {
	background: url(../images/letter.png) no-repeat left top 10px;
}
.in_footer .foot_m div.f_email span {
	display: block;
	width: 100%;
	height: 26px;
	background: none;
	margin-bottom: 0px;
	text-indent: 3em;
}
.in_footer .foot_m div.f_add {
	background: url(../images/add.png) no-repeat left top 6px;
}
.in_footer .foot_ma {
	padding-top: 29px;
}
.in_footer .foot_ma1 {
	margin: 0 18px;
}
.in_footer .foot_ma1 img {
	display: block;
	max-width: 100%;
	margin-bottom: 10px;
}
.in_footer .foot_ma1 p {
 color#fff;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.ny_footer {
	border-top: 0;
	color: #727272;
	font-size: 14px;
	line-height: 28px;
	padding: 20px 0 30px;
	padding-left: 40px;
}
/*index*/

.in_banner {
	overflow: hidden;
	/*height:502px;*/
	height: 450px;
	width: 100%;
}
.in_banner .slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.in_banner .slideBox .tempWrap, .in_banner .slideBox .tempWrap ul, .in_banner .slideBox .tempWrap ul li {
	height: 100%;
}
.in_banner .slideBox .tempWrap {
    margin: 0 auto !important;
}
.in_banner .slideBox .hd {
	height: 12px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 1;
	text-align: center;
}
.in_banner .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
}
.in_banner .slideBox .hd ul li {
	display: inline-block;
	margin: 0 3px;
	width: 3em;
	height: 9px;
	background: #fff;
	cursor: pointer;
	text-indent: -99999px;
}
.in_banner .slideBox .hd ul li.on {
	background: #ff8a00;
}
.in_banner .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.in_banner .slideBox .bd li {
	zoom: 1;
	background: url(../images/banner.jpg) no-repeat center;
	background-size: auto 100%;
}
.in_title {
	/*padding:56px 0;*/
	padding: 60px 0 40px;
	background: url(../images/bg.png) no-repeat center 40px;
	text-align: center;
}
.in_title h2 {
	color: #000;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
.in_title span {
	display: inline-block;
	width: 8%;
	height: 9px;
	background-color: #ff7e00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.in_m1>p {
	color: #333333;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 30px;
	/*text-align: center;*/
	text-indent: 0em;
}
.ab_banner {
	padding-bottom: 48px;
}
.aboutNav {
	margin: 0 auto 0;
	width: 850px;
}
.aboutNav li {
	float: left;
	width: auto;
	height: auto;
	text-align: center;
	margin: 0 40px;
	z-index: 10;
	position: relative;
}
.aboutNav li:last-child {
	margin-right: 0;
}
.aboutNav a {
	margin: 0px auto;
	display: block;
}
.aboutNav .con {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
}
.aboutNav .y2 {
	opacity: 0;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	visibility: hidden;
}
.aboutNav .name {
	font-size: 14px;
	color: #333333;
	margin-top: 22px;
}
.aboutNav .ico {
	display: block;
	width: 140px;
	height: 140px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
}
.aboutNav .lin1 .con {
	background: #86d2e8 url(../images/in_m11.png) no-repeat center;
}
.aboutNav .lin2 .con {
	background: #f5d078 url(../images/in_m12.png) no-repeat center;
}
.aboutNav .lin3 .con {
	background: #7ee3b5 url(../images/in_m13.png) no-repeat center;
}
.aboutNav .lin4 .con {
	background: #8f7ee3 url(../images/in_m14.png) no-repeat center;
}
.aboutNav .lin1 .ico {
	background: #86d2e8;
}
.aboutNav .lin2 .ico {
	background: #f5d078;
}
.aboutNav .lin3 .ico {
	background: #7ee3b5;
}
.aboutNav .lin4 .ico {
	background: #8f7ee3;
}
.aboutNav li.active .icon, .aboutNav li:hover .ico {
	opacity: 0;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
}
.aboutNav a:hover .y2, .aboutNav a.active .y2 {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
}
.in_main2 {
	padding-bottom: 80px;
	background: url(../images/in_m2_bg.jpg) no-repeat center;
	background-size: auto 100%;
}
.in_m2 .prev,
.in_m2 .next,.in_m4 .prev,
.in_m4 .next{ position:absolute;  left:-20px; top: 120px; display:block; width:18px; height:28px; overflow:hidden; background:url(../images/icons.png) -40px 0 no-repeat; cursor:pointer;  }
.in_m2 .next,.in_m4 .next{ left:auto; right:-20px; background-position:-120px 0; }
.in_m2 .prevStop,.in_m4 .prevStop{ background-position:0 0; }
.in_m2 .nextStop,.in_m4 .nextStop{ background-position:-80px 0; }

.in_m2{position: relative;
height: 260px;}
.in_m2 ul{ margin:0; padding:0; width:100%}
.in_m2 ul li {
	float: left;	
	width: 33.3333%;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.in_m2 ul li:last-child {
	margin-right: 0;
}
.in_m2 ul li>img {
	width: 98%;
	height: 100%; margin:0 auto
}
.in_m2 ul li .in_m2_m {
	position: absolute;
	top: 198px;
	left: 1%;
	right: 0;
	bottom: 0;
	width: 98%;
	height: 100%;
	background: rgba(0,0,0,.5);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding: 20px 25px 0px;
	text-align: center;
}
.in_m2 li .in_m2_m h3 {
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 18px;
}
.in_m2 li .in_m2_m p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 1.5em;
	text-align: left;
}
.in_m2 li .in_m2_m a {
	display: inline-block;
	width: 151px;
	height: 43px;
	border: 1px solid #066fca;
	background: #066fca;
	line-height: 43px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.in_m2 li:hover .in_m2_m {
	padding-top: 55px;
	top: 0;
}
.in_m2 li .in_m2_m a:hover {
	background: none;
	color: #066fca;
}
.in_main3 {
	padding-bottom: 108px;
}
.in_m31, .in_m32, .in_m33 {
}
/*.in_m31{
	width:40%;
}

.in_m31 .bd li img{
	display: block;
	width:100%;
	height:100%;
}
.in_m31 .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; }
.in_m31 .slideBox .tempWrap,
.in_m31 .slideBox .tempWrap ul,
.in_m31 .slideBox .tempWrap ul li{
	height:100%;
}
.in_m31 .slideBox .hd{ height:28px; overflow:hidden; position:absolute; width:100%; bottom:0px;right:0; z-index:1; text-align: center;background:rgba(0,0,0,.5); }
.in_m31 .slideBox .hd ul{ overflow:hidden; zoom:1;text-align: right;padding-top:8px;padding-right:10px;}
.in_m31 .slideBox .hd ul li{ display: inline-block; margin:0 3px; width:13px; height:13px;  border-radius:100%;background:#fff; cursor:pointer;text-indent:9999999px;}
.in_m31 .slideBox .hd ul li.on{ background:#ff8a00;}
.in_m31 .slideBox .bd{ position:relative; height:100%; z-index:0;   }


.in_m32{
	width:22%;
	background:#147acf;
	position:relative;
	padding:95px 32px 0;
	color:#fff;
	
}

.in_m32 h3{
	padding-bottom:18px;
	margin-bottom:15px;
	border-bottom:1px solid #fff;
	font-size:15px;
}

.in_m32 p{
	font-size:13px;
	line-height:23px;
	height:190px;
}

.in_m32 a{
	color:#fff;
	font-size:13px;
}

.in_m32 a:hover{
	text-decoration: underline;
}

.in_m32_data{
	position:absolute;
	top:0;
	left:0;
	width:74px;
	height:65px;
	text-align: center;
	padding-top:2px;
	background:#fff;
	color:#147acf;
}

.in_m32_data b{
	font-weight:bold;
	font-size:30px;
}

.in_m32_data p{
	font-size:12px;
}
*/
/**/

.in_m31 {
	width: 62%;
}
.hotnew-box {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #11a1e1
}
.hotnew-box .flex-viewport {
	width: 100%;
	height: 100%;
}
.hotnew-box .flex-control-nav {
	position: absolute;
	left: 45%;
	text-align: center;
	bottom: 10px;
	z-index: 20;
}
.hotnew-box .flex-control-nav li {
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
}
.hotnew-box .flex-control-nav li:last-child {
	margin-right: 0;
}
.hotnew-box .flex-control-nav li a {
	display: inline-block;
	margin: 0 3px;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background: #efefef;
	cursor: pointer;
	text-indent: 9999999px;
}
.hotnew-box .flex-control-nav li a.flex-active {
	background: #ff8a00;
}
.newhots {
	position: relative;
}
.newhots figure {
	display: block;
	line-height: normal;
	overflow: hidden;
	width: 64.8%;
	float: left;
	margin: 0;
}
.newhots figure img {
	display: block;
	width: 100%;
	height: 230px;
	line-height: 0;
}
.newhots .hottext {
	width: 35.2%;
	float: left;
	background: #11a1e1;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.hottext time {
	display: block;
	width: 75px;
	height: 65px;
	background: #fff;
	line-height: normal;
}
.hottext time strong {
	display: block;
	line-height: 44px;
	color: #11a1e1;
	font-size: 42px;
	text-align: center;
	font-weight: normal;
}
.hottext time b {
	display: block;
	text-align: center;
	color: #11a1e1;
	line-height: normal;
	font-weight: normal;
}
.newvies {
	margin-top: 28px;
	padding: 0 12%;
}
.newvies h2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 34px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newvies p {
	color: #ffffff;
	font-size: 13px;
	margin-top: 20px;
}
.newviews-c {
	display: none
}
.newvies span {
	display: inline-block;
	color: #fff;
	position: absolute;
	left: 12%;
	bottom: 30px;
}
.newvies span:before {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 254ms;
}
.newvies span:hover:before {
	width: 100%;
}
.in_m33 {
	width: 38%;
}
.in_m33 li a {
	display: inline-block;
	width: 100%;
	color: #767676;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.in_m33 li a span {
	margin: 0 30px 0 20px;
}
.in_m33 li a:hover {
	background: #e8e8e8;
}
.in_main4 {
	padding-bottom: 90px;
	background: url(../images/in_main4_bg.jpg) no-repeat center;
	background-size: auto 100%;
}
.in_m4{ position:relative; height:295px；}
.in_m4 ul{overflow:hidden; margin:0; padding:0; width:100%;  }
.in_m4 li {
	float: left;
	width: 25%;  
	 
	
}
.in_m4 li .in_m4_img {
	width: 98%;
	height: 200px;
	overflow: hidden; margin:0 auto
}
.in_m4 li .in_m4_img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.in_m4 li:hover .in_m4_img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.in_m4 li .in_m4_m {
	height: 95px;width: 98%; background-color:#fff; margin:0 auto; padding-left:5%; padding-right:5%; padding-top:15px;
	
}
.in_m4 li .in_m4_m p {
	color: #000000;
	font-size: 14px;
	margin-bottom: 11px;
}
.in_m4 li:hover .in_m4_m p {
	color: #147acf;
}
.in_main5 {
	/*padding-bottom:55px;*/
	padding-bottom: 40px;
}
.map {
	width: 912px;
	height: 449px;
	margin: 0 auto;
	position: relative;
}
.map-img img {
	display: block;
	width: 100%;
	height: auto;
}
.map .mp {
	width: 1px;
	height: 1px;
	position: absolute;
}
.map .mp .dz {
	width: 10px;
	height: 10px;
	background: url(../images/in_dian.png) no-repeat center;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -5px;
	z-index: 2;
}
.map .mp .feng1 {
	background: #dddddd;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 20px;
	width: 224px;
	height: 90px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: 20px;
	color: #555555;
	line-height: 20px;
	z-index: 9;
	display: none;
}
.map .mp .feng1 img {
	position: absolute;
	top: 30%;
	left: -14px;
}
.map .mp:hover .feng1 {
	display: block;
}
.map .mp.mp1 {
	left: 80.5%;
	top: 47%;
}
.map .mp.mp2 {
	left: 80%;
	top: 43%;
}
.map .mp.mp3 {
	left: 79.7%;
	top: 43.5%;
}
.map .mp.mp4 {
	left: 80.5%;
	top: 40.3%;
}
.map .mp.mp5 {
	left: 79%;
	top: 41%;
}
.map .mp.mp6 {
	left: 79.5%;
	top: 40%;
}
.map .mp.mp7 {
	left: 80%;
	top: 45%;
}
.map .mp.mp8 {
	left: 79.5%;
	top: 46.8%;
}
.map .mp.mp9 {
	left: 80.5%;
	top: 46%;
}
.map .mp.mp10 {
	left: 80.2%;
	top: 48%;
}
.map .mp.mp11 {
	left: 79.7%;
	top: 48%;
}
.map .mp.mp12 {
	left: 77%;
	top: 52%;
}
.map .mp.mp13 {
	left: 78.5%;
	top: 50.7%;
}
.map .mp.mp14 {
	left: 79.3%;
	top: 50.4%;
}
.map .mp.mp15 {
	left: 76.4%;
	top: 51.5%;
}
.map .mp.mp16 {
	left: 75%;
	top: 63%;
}
.phone_map_m {
	padding: 0 3%;
	margin-bottom: 25px;
}
.phone_map_m h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.phone_map_m p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
/*大图*/

.bghui {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}
.poppic {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 100;
	max-width: 100%;
	display: none;
}
.poppic img.show {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	background-color: #fff;
}
.poppic .dw {
	display: block;
	width: 22px;
	height: 22px;
	padding: 3px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #bbb;
	cursor: pointer;
	position: absolute;
	right: -6px;
	top: -6px;
	box-shadow: 0 0 4px #fff;
}
@media(max-width:1220px) {
.poppic {
	max-width: 800px;
}
.poppic .show {
}
}
@media(max-width:1020px) {
.poppic {
	max-width: 640px;
}
.poppic .show {
	max-width: 600px;
}
}
@media(max-width:440px) {
.poppic {
	width: 390px;
	margin-left: -195px !important;
}
.poppic .show {
	width: 390px;
}
.newviews-c {
	display: block
}
}
@media(max-width:340px) {
.poppic {
	width: 290px;
	margin-left: -145px !important;
}
.poppic .show {
	width: 290px;
}
}
/*ny_banner*/
.ny_banner {
	height: 178px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ny_title {
	border-bottom: 1px solid #cdcdcd;
	line-height: 34px;margin-left: 2%;
}
.ny_title a {
	font-size: 14px;
	color: #515151;
	
}
.ny_title a:hover {
	color: #043884;
}
/*net*/
.net_main {
	padding: 0px 75px;
}
.net_main1, .net_main2, .net_main3 {
	border-bottom: 1px solid #ececec;
}
.net_main2 {
	padding: 55px 0 46px;
}
.net_main1 {
	padding-bottom: 33px;
}
.net_main1 dl {
	float: left;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 28px;
}
.net_main1 dl dt {
	border-bottom: 1px solid #ececec;
	margin-bottom: 28px;
}
.net_main1 dl dt span {
	display: block;

	height: 29px;
	text-align: center;
	line-height: 29px;
	color: #FFF;
	font-size: 14px;
	background: #043884;
}
.net_main1 dl dd {
	line-height: 30px;
	color: #555555;
	font-size: 14px;
}
.net_main3 {
	padding: 60px 0 64px;
}
.net_main3 dl {
	float: left;
	overflow: hidden;
	width: 48%;
	margin-right: 4%;
}
.net_main3 dl:nth-child(2n) {
	margin-right: 0;
}
.net_main3 dl dt {
	background: #e9f2ff;
	width: 100%;
	text-align: center;
	height: 44px;
	line-height: 44px;
	color: #727272;
	font-size: 14px;
	margin-bottom: 43px;
}
.net_main3 dl dd {
	float: left;
	width: 23%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-bottom: 12px;
	margin-right: 2%;
}
.net_main3 dl dd a {
	display: block;
	width: 100%;
	height: 100%;
	background: #ececec;
	font-size: 14px;
	color: #727272;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.net_main3 dl dd.dd {
	margin-right: 0;
}
.net_main3 dl dd a:hover {
	color: #fff;
	background: #043884;
}
/*products*/
.pro_main {
	padding: 20px 0 55px;
}
.pro_main1, .pro_main2 {
	border-bottom: 1px solid #ececec;
}
.pro_main1 {
	padding-bottom: 24px;
}
.pro_main1 li {
	float: left;
	position: relative;
}
.pro_main1 li a {
	display: block;
	width: 108px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #8c8c8c;
	font-size: 14px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.pro_main1 li a:hover, .pro_main1 li.pro_on a {
	background: #043884;
	color: #fff;
}
.pro_main1 li img {
	position: absolute;
	top: 35px;
	left: 50%;
	display: none;
}
.pro_main1 li:hover img, .pro_main1 li.pro_on img {
	display: block;
}
.pro_main2 {
	padding: 15px 0 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555555;
}
.pro_m3_r {
	width: 34%;
	padding: 31px 35px;
}
.pro_m3_r img {
	display: block;
	max-width: 100%;
	height: auto;
}
.pro_m3_l {
	width: 66%;
	border-right: 1px solid #ececec;
	padding: 45px 4% 20px;
}
.pro_m3_l dl {
	margin-bottom: 25px;
	overflow: hidden;
}
.pro_m3_l dl dt {
	display: block;
	width: 100%;
	color: #3a3a3a;
	margin-bottom: 11px;
	font-size: 16px;
	font-weight: bold;
}
.pro_m3_l dl dd {
	float: left;
	width: 50%;
}
.pro_m3_l dl dd a {
	color: #808080;
	font-size: 13px;
	line-height: 36px;
}
.pro_m3_l dl dd a:hover {
	color: #043884;
	text-decoration: underline;
}
/*products_more*/

.prom_main h2 {
	padding: 50px 0 14px;
	color: #4f4f4f;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
}
.prom_main1 {
	padding: 15px 0 30px;
}
.prom_main1_l {
	width: 45%;
}
.prom_main1_r {
	width: 55%;
	padding-top: 32px;
	text-align: center;
}
.prom_main1_r img {
	max-width: 100%;
}
.prom_main1_l1 {
	margin-bottom: 25px;
}
.prom_main1_l1 a {
	color: #043884;
	font-size: 13px;
	line-height: 30px;
}
.prom_main1_l1 a:hover {
	text-decoration: underline;
}
.prom_main1_l2 h3 {
	font-size: 14px;
	color: #4f4f4f;
	margin-bottom: 25px;
}
.prom_main1_l2 p {
	color: #555555;
	font-size: 14px;
	line-height: 29px;
}
.prom_main2 {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.prom_m2_l {
	border-right: 1px solid #ececec;
	padding: 37px 10px;
}
.prom_m2_r {
	padding-top: 37px;
	padding-left: 8%; padding-bottom:50px;
}
.prom_m2_l, .prom_m2_r {
	width: 50%;
}
.prom_m2_l dl {
	margin-bottom: 50px;
	padding-right: 12%;
}
.prom_m2_l dt {
	color: #4f4f4f;
	font-size: 14px;
	margin-bottom: 25px;
	font-weight: bold;
}
.prom_m2_l dd {
	color: #555555;
	font-size: 14px;
	line-height: 30px;/*text-indent:2em;*/
}
.prom_m2_r dt {
	color: #4f4f4f;
	font-size: 14px;
	margin-bottom: 25px;
	font-weight: bold;
}
.prom_m2_r dd {
	color: #555555;
	font-size: 14px;
	line-height: 30px;/*padding-left:12px;
	background:url(../images/prom_dian.jpg) no-repeat left center;*/
}
/*case*/
.case_title {
	border-bottom: px solid #ddd;
	margin-bottom: 35px;
}
.case_title h3 {
	width: 160px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #043884;
}
.case_main1 {
	
	padding: 0px 0 0px;
}
.case_main1 h3 {
	font-size: 22px;
	color: #515151;
	margin-bottom: 8px;
}
.case_main1 span {

}
.case_main1 img,.about_main img{ margin: 0 auto; max-width: 80%;}

.case_main1 p {
	color: #555555;
	font-size: 14px;
	line-height: 30px;
	text-indent: 0em;
}
.case_main2 {
	margin-bottom: 66px;
}
.case_m2_l {
	width: 60%;
	background: #ececec;
	padding: 50px 5% 0;
	height: 297px;
}
.case_m2_r {
	width: 40%;
	height: 297px;
}
.case_m2_r img {
	width: 100%;
	height: 100%;
}
.case_m2_l h2 {
	color: #2d2d2d;
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: bold;
}
.case_m2_l p {
	color: #939393;
	font-size: 14px;
	line-height: 24px;
}
.case_main3 {
	padding-bottom: 60px;
}
.case_main3 li {
	float: left;
	width: 34%;
	padding-right: 1%;
	border-bottom: 0px solid #dddddd;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.case_main3 li:nth-child(3n) {
	width: 32%;
	padding-right: 0;
}
.case_main3 li .case_m3_img {
	overflow: hidden;
	width: 100%;
	height: 240px;
	margin-bottom: 0px;
}
.case_main3 li .case_m3_img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.case_main3 li:hover .case_m3_img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.case_main3 li h4 {
	color: #000000;
	margin-bottom: 18px;
	font-size: 16px; margin-top:20px
}
.case_main3 li h5 {
	color: #fff;
	margin-bottom: 18px;
	font-size: 16px; text-align:center; background-color:#043884; line-height:40px;
}
.case_main3 li p {
	color: #6b6b6b;
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 14px;
}
.case_main3 li span {
	color: #ff8400;
	font-size: 14px;
}
.case_main3 li:hover h4 {
	color: #ff8400;
}
.case_fy {
	padding-top: 15px;
	text-align: center; padding-bottom: 50px;
}
.case_fy span {
display: inline-block;
	border: 1px solid #dddddd;
	padding: 10px 14px;
	color: #337ab7;
	font-size: 14px;
	margin-right: 5px; border-radius: 5px;
}
.case_fy span:hover{ background-color:  #337ab7; color: #fff;;}
.case_fy a { display: block;
	
}
.case_fy a.on {

}
.case_fy a.case_fy_on, .case_fy a:hover {

}
/******news******/

.news_main {
	padding: 0px 0 px;
}
.news_m{    padding: 0px 0 50px;}
.news_m h2 {
	color: #484848;
	font-size: 22px;
	
	text-align: center;
	border-bottom: 5px solid #ff7e00;
	width: 150px;
	line-height: 60px;
	margin: 0 auto 30px auto;
}
.news_m_p {
	font-size: 14px;
	line-height: 30px;
	color: #555;
	margin-bottom: 55px;
	text-indent: 0em;
}
.news_m li {
	float: left;
	border-bottom: 1px solid #dddddd;
	width: 50%;
	padding-right: 1%;padding-left: 1%;
	padding-bottom: 30px;
	margin-bottom: 35px; 
}
.news_m li:nth-child(2n) {
	padding-right: 0;
}
.news_m li .case_m3_img {
	overflow: hidden;
	width: 100%;
	height: 240px;
	margin-bottom: 24px;
}
.news_m li .case_m3_img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.news_m li:hover .case_m3_img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.news_m li h4 {
	color: #000000;
	margin-bottom: 18px;
	font-size: 16px;
}
.news_m li p {
	color: #6b6b6b;
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 14px;
}
.news_m li span {
	color: #ff8400;
	font-size: 14px;
}
.news_m li:hover h4 {
	color: #ff8400;
}
/*****about*****/

.ab_title {
	text-align: center;
	padding: 30px 0 40px;
}
.ab_title h2 {
	font-size: 22px;
	color: #515151;
	margin-bottom: 8px;
}
.ab_title span {
	display: inline-block;
	width: 101px;
	height: 5px;
	background: #ff7e00;
}
.ab_m11 {
	margin-bottom: 42px;
}
.ab_m11 p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-indent: 0em;
}
.ab_m12 {
	padding-bottom: 50px;
}
.ab_m12 li {
	float: left;
	width: 28%;
	margin-right: 8%;
}
.ab_m12 li:nth-child(3) {
	margin-right: 0;
}
.ab_m12 li h4 {
	text-align: center;
	color: #515151;
	font-size: 13px;
	margin-bottom: 10px;
}
.ab_m12 li p {
	color: #a4a4a4;
	font-size: 13px;
	line-height: 30px;
}
.ab_main2 {
	padding: 0px 0 81px;
	background: url(../images/ab_m2_bg.png) no-repeat center;
	background-size: auto 100%;
}
.ab_main3 {
	padding-bottom: 30px;
}
.ab_m3_img {
	width: 34%;
	text-align: center;
}
.ab_m3_img img {
	max-width: 100%;
	height: auto;
}
.ab_m3_m {
	width: 64%;
	color: #515151;
	font-size: 13px;
	line-height: 30px;
}
.ab_m3_m dl dt {
	font-weight: bold;
}
.ab_main4 {
	padding: 0px 0 70px;
	background: url(../images/ab_m4_bg.png) no-repeat center;
	background-size: auto 100%;
}
.ab_main4 .ab_title h2 {
	color: #fff;
}
.ab_m4 .owl-carousel {
	width: 1060px;
	position: relative;
}
.ab_m2 .owl-carousel {
	display: none;
}
.ab_m2 .owl-carousel .owl-item img, .ab_m4 .owl-carousel .owl-item img {
	max-width: 100%;
	height: auto;
}
.ab_m4_prev {
	position: absolute;
	top: 40%;
	left: -50px;
	display: block;
	width: 30px;
	height: 50px;
	background: url(../images/ab3_l.png) no-repeat center;
}
.ab_m4_next {
	position: absolute;
	top: 40%;
	right: -50px;
	display: block;
	width: 30px;
	height: 50px;
	background: url(../images/ab3_r.png) no-repeat center;
}
#focus_Box {
	position: relative;
	height: 308px;
	margin: 20px auto;
}
#focus_Box ul {
	position: relative;
	height: 308px;
}
#focus_Box li {
	z-index: 0;
	position: absolute;
	cursor: pointer;
}
#focus_Box .prev, #focus_Box .next {
	display: block;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
#focus_Box .prev {
	bottom: -80px;
	left: 45%;
	width: 44px;
	height: 44px;
	background: url(../images/ab_l.png) no-repeat center;
	background-size: 100% 100%;
}
#focus_Box .next {
	bottom: -80px;
	left: 50%;
	width: 44px;
	height: 44px;
	background: url(../images/ab_r.png) no-repeat center;
	background-size: 100% 100%;
}
#focus_Box .prev:hover {
	background: url(../images/ab_l2.png) no-repeat center;
	background-size: 100% 100%;
}
#focus_Box .next:hover {
	background: url(../images/ab_r2.png) no-repeat center;
	background-size: 100% 100%;
}
#focus_Box li {
	z-index: 0;
	position: absolute;
	width: 0px;
	height: 0px;
	top: 146px;
	cursor: pointer;
	left: 377px;
	border-radius: 4px;
}
#focus_Box li img {
	width: 100%;
	height: 100%;
	vertical-align: top
}
#focus_Box .prev, #focus_Box .next {
	display: block;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.ab_m2_prev {
	display: block;
	position: absolute;
	bottom: -50px;
	left: 39%;
	width: 30px;
	height: 30px;
	background: url(../images/ab_l2.png) no-repeat center;
	background-size: 100% 100%;
}
.ab_m2_next {
	display: block;
	position: absolute;
	bottom: -50px;
	left: 53%;
	width: 30px;
	height: 30px;
	background: url(../images/ab_r2.png) no-repeat center;
	background-size: 100% 100%;
}










@media only screen and (min-width:480px ) {
body { padding-top: 145px;
}
}

padding-top: 145px;

/*响应式样式*/
@media only screen and (max-width:1200px ) {
.w, .w1, .w2 {
	width: 1024px;
}
}
 @media only screen and (max-width:1024px ) {
.w, .w1, .w2 {
	width: 960px;
}
}
 @media only screen and (max-width:960px ) {
.w, .w1, .w2 {
	width: 100%;
	padding: 0 3%;
}
}
 @media only screen and (max-width:480px ) {
.foot_top {
	display: none
}
header {
	display: none;
}
.phone_head {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 99999;
}
.in_banner {
	height: 150px;
	margin-top: 60px;
}
.in_title {
	padding: 20px 0;
	background: none;
}
.in_title h2 {
	font-size: 1.75em;
}
.in_title span {
	height: 5px;
}
.in_banner .slideBox .hd ul li {
	width: 2em;
	height: 5px;
}
.in_banner .slideBox .hd {
	bottom: 5px;
}
.aboutNav {
	width: 100%;
}
.aboutNav li {
	width: 50%;
	margin: 0 auto 20px;
}
.aboutNav .con, .aboutNav .lin1 .ico, .aboutNav .lin2 .ico, .aboutNav .lin3 .ico, .aboutNav .lin4 .ico {
	margin: 0 auto;
}

.in_m31, .in_m33 {
	width: 100%;
	margin-bottom: 20px;
	height: auto;
}
.newhots figure, .newhots .hottext {
	width: 100%;
	position: static;
}
.newhots .hottext {
	height: 300px;
}
.in_m32 {
	display: none;
}
.in_m33 li a {
	font-size: 0.75em;
}
.in_main3 {
	padding-bottom: 38px;
}

.map, .foot_nav {
	display: none;
}
.phone_map {
	display: block;
}
.foot_top {
	background: #002458;
}
.foot_m {
	width: 100%;
	margin-right: 0px;
}
.foot_m dl {
	width: 100%;
}
.foot_ma1 {
	margin: 0 12px;
}
.ny_banner {
	margin-top: 60px;
	height: 72px;
}
.news_m li {
	width: 100%;
	padding-right: 0;
}
.case_fy a {
	padding: 9px 6px;
	font-size: 11px;
}
#focus_Box {
	display: none;
}
.ab_m2 .owl-carousel {
	display: block;
}
.ab_m3 {
	text-align: center
}
.ab_m3_img {
	display: none;
}
.ab_m3_m {
	width: 100%;
}
.ab_m4 .owl-carousel {
	width: 80%;
}
.ab_m4_next, .ab_m4_prev {
	width: 20px;
	height: 35px;
	background-size: 100% 100%;
}
.ab_m4_next {
	right: -38px;
}
.ab_m4_prev {
	left: -38px;
}
.case_m2_l {
	width: 100%;
	padding: 20px 5%;
	height: auto;
}
.case_m2_l h2 {
	font-size: 2em;
	margin-bottom: 1em;
}
.case_m2_r {
	width: 100%;
	height: auto;
}
.case_main3 li, .case_main3 li:nth-child(3n) {
	width: 100%;
	padding-right: 0;
}
.net_main {
	padding: 32px 3%;
}
.net_main3 dl {
	width: 100%;
	margin-bottom: 20px;
}
.net_main3 dl dt {
	margin-bottom: 20px;
}
.prom_main1_l, .prom_main1_r {
	width: 100%;
}
.prom_m2_l, .prom_m2_r {
	width: 100%;
	border: none;
	padding: 10px 3%;
}
.prom_m2_l dl {
	padding-right: 0;
}
.prom_main {
	padding-bottom: 30px;
}
.pro_main1 li a {
	width: 94px;
	height: 30px;
	line-height: 30px;
}
.pro_m3_l, .pro_m3_r {
	width: 100%;
	border: none;
}
.pro_m3_l dl dd {
	width: 100%;
}
.ny_footer {
	padding: 20px 3%;
	line-height: 20px;
}
.ny_footer p {
	margin-bottom: 7px;
}
.net_main1 dl {
	float: left;
	width: 100%;
	margin-right: 1%;
	margin-bottom: 28px;
}
.in_footer .foot_m {
	width: 98%;
	margin-right: 30px;
	overflow: hidden;
}
.in_footer .foot_m dl {
	width: 100%;
	float: left;
}
}
 @media only screen and (max-width:320px ) {
.in_banner {
	height: 120px;
}
.ny_banner {
	height: 60px;
}
.newhots .hottext {
	height: 320px;
}
}
