@charset "utf-8";
/* CSS Document */

html,body {margin:0; padding:0; color:#333;font: 14px "微软雅黑"; /*overflow-x: hidden;*/}
ul,li{margin:0px;padding:0px;list-style-type:none;}

a{text-decoration: none; color: #333;}

h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-weight:normal; line-height:none;}
h1{ font-size:25px;}
h2{ font-size:22px;}
h3{ font-size:20px;}
h4{ font-size:18px;}
h5{ font-size:16px;}
h6{ font-size:14px;}
p,dl,dt,dd,ol{ margin:0; padding:0;}
.clear{height:0px; clear:both;}
img{ border:0px; max-width:100%; max-height:100%; margin:0; padding:0;}
input,select,textarea{ border-radius: 0; -webkit-appearance: none; font-family:"微软雅黑"; font-size:14px; outline: none; box-sizing:border-box; resize:none; padding:0; margin:0;}
input::-webkit-input-placeholder{ color:#999;}

.left{ float:left !important;}
.right{ float:right !important;}
.hidden{ display:none}
.block{ display:block !important;}
.relative{ position:relative;}
.bf4f4f4{ background: #f4f4f4;}
.mtop60{ margin-top: 60px;}
.ptop60{ padding-top: 60px;}
.mtop30{ margin-top: 30px;}
.mtop40{ margin-top: 40px;}


/* home */
.top{
	background: #f3f3f3;
}
.auto{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.logo{
	float: left;
	padding: 20px 0;
}
.top_1{
	float: right;
}
.top_2{
	text-align: right;
	margin-top: 20px;
	line-height: 12px;
	margin-bottom: 9px;
}
.top_2 a{
	color: #999;
}
.top_2 span{
	color: #d5d5d5;
}
.top_2 a.navs{
	color: #003b77;
}
.nav ul{
	width: 100%;
}
.nav li{
	float: left;
	margin-left: 40px;
	position: relative;
	height: 38px;
}
.nav a{
	display: block;
	color: #333;
}
.nav a.navs,.nav a:hover{
	color: #003b77;
	font-weight: bold;
}
.nav li .nav_show{
	width: 500px;
    height: 160px;
    background: url(../images/bg2.png);
    position: absolute;
    top: 37px;
    border: 1px solid #e8e8e8;
    z-index: 9998;
    padding: 10px;
    display: none;
		left: 50%;
		margin-left: -250px;
}
.nav li:hover .nav_show{
	display: block;
}
.navshow_links {
    width: 250px;
}
.navshow_links a{
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	height:30px;
	line-height:30px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#999999;
	border:1px solid #d8d8d8;
	margin-bottom:6px;
	margin-right:6px;
}
.navshow_links a:hover{
	background:#84c12e;
	color:#ffffff;
}
.navshow_right img {
    width: 230px;
    height: 160px;
}
/* banner */
.banner {
	position: relative;
	overflow: hidden;
	background:url(../images/loading.gif) 50% no-repeat;
	height:544px; 
}
.banner_1 {
	position: relative;
	z-index: 1;
}
.banner_1 li{height:544px; background-position:center center;}
.banner_1 li img {
	width: 100%;
	display: block;
}
/* 点 */
.flex-control-nav {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.flex-control-nav li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 8px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 100px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}
.flex-control-nav .flex-active {
	background: #7bb5ee;
}
/* 左右箭头 */
.flex-direction-nav {
	display: none;
}
.midd{
	background: #f2f2f2;
	border-bottom: 1px solid #dadada;
	height: 26px;
	padding: 5px 0; 
}
.midd_1{
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.midd_1 li{
	height: 26px;
}
.midd_1 li a{
	display: block;
	float: left;
	text-decoration: underline;
	color: #666;
}
.midd_1 li span{
	display: block;
	float: right;
	color: #666;
	font-size: 12px;
}
.midd_2{
	float: left;
	background-image: url(../images/home_1.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 26px;
}
.midd_3{
	padding-top: 60px;
	padding-bottom: 60px;
}
.midd_3 h1{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}
.midd_3 h6{
	text-align: center;
	line-height: 14px;
	color: #999;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	margin-top: 10px;
	white-space:nowrap;
	text-transform:uppercase;
	background-image: url(../images/home_12.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.midd_4{
	float: left;
	width: 25%;
}
.midd_5{
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -moz-transform 1s ease-out;
  -o-transition: -o-transform 1s ease-out;
  -ms-transition: -ms-transform 1s ease-out;
}
.midd_5 img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}
.midd_5:hover{
		-webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.midd_4 h3{
	text-align: center;
	margin-top: 20px;
	line-height: 20px;
}
.midd_4 h6{
	text-align: center;
	margin-top: 10px;
	line-height: 14px;
}
.midd_4:nth-child(2) h6{
	color: #358ce4;
}
.midd_4:nth-child(3) h6{
	color: #1bbc27;
}
.midd_4:nth-child(4) h6{
	color: #d91313;
}
.midd_4:nth-child(5) h6{
	color: #eec816;
}
.midd_6{
	width: 600px;
	margin-bottom: 60px;
}
.midd_7{
	padding-top: 60px;
}
.midd_7 h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	float: left;
}
.midd_7 h3{
	color: #003b77;
	line-height: 33px;
	float: left;
	text-transform:uppercase;
	margin-left: 10px;
}
.midd_7 h4{
	color: #999;
	line-height: 18px;
	padding-top: 15px;
	clear: both;
}
.midd_8{
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
}
.midd_8 p{
	margin-top: 25px;
}
a.midd_9{
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 147px;
	height: 55px;
	line-height: 55px;
	display: block;
	background: #003b77;
	margin-top: 30px;
}
.midd_10{
	margin-top: 110px;
	width: 500px;
	height: 290px;
}
.slide{
	margin: 0 10px !important;
}
.midd_11{
	margin-bottom: 38px;
}
.midd_11 img{
	width: 203px;
	height: 223px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	-webkit-transition: transform 0.35s;
	   -moz-transition: transform 0.35s;
			transition: transform 0.35s;
}
.midd_11:hover img{
	-webkit-transform: scale(1.1);
	  -moz-transoform: scale(1.1);
			transform: scale(1.1);
}
.slide h2{
	text-align: center;
	background-image: url(../images/home_12.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 22px;
	line-height: 22px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 12px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.slide:hover h2{
	color: #003b77;
}
.slide h6{
	text-align: center;
	margin-top: 15px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #999;
	width: 255px;
	margin-left: auto;
	margin-right: auto;
}
.midd_12{
	width: 276px;
	margin-left: auto;
	margin-right: auto;
}
.midd_13{
	margin-bottom: 20px;
}
.midd_13 img{
	width: 276px;
	height: 206px;
}
.midd_12 h6{
	height: 100px;
	width: 266px;
}
.midd_15{
	width: 590px;
	margin-bottom: 50px;
}
.midd_16{
	line-height: 20px;
}
.midd_16 h3{
	float: left;
}
.midd_16 h6{
	float: left;
	color: #999;
	margin-left: 10px;
}
a.midd_17{
	float: right;
	color: #999;
}
.midd_18{
	background: #f2f5f8;
	margin-top: 20px;
	margin-bottom: 10px;
}
.midd_18 img{
	display: block;
	width: 213px;
	height: 138px;
	float: left;
}
.midd_18 .left{
	width: calc(100% - 243px);
	margin-left: 20px;
	height: 138px;
	margin-right: 10px;
}
.midd_18 .left h4{
	margin-top: 20px;
	line-height: 18px;
	height: 18px;
	width: 100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.midd_18:hover .left h4{
	color: #003b77;
}
.midd_18 .left h6{
	margin-top: 12px;
	line-height: 26px;
	height: 78px;
	width: 100%;
	overflow: hidden;
	color: #999;
}
.midd_19{
	line-height: 30px;
}
.midd_19 a{
	display: block;
	float: left;
	color: #999;
	width: calc(100% - 130px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 30px;
}
.midd_19:hover a{
	color: #003b77;
	text-decoration: underline;
}
.midd_19 span{
	display: block;
	float: right;
	color: #c8c8c8;
}
.midd_21{
	padding-bottom: 20px;
}
.midd_20{
	float: left;
	font-size: 20px;
	height: 74px;
	line-height: 74px;
	margin-top: 20px;
}
.midd_21 a{
	display: block;
	float: left;
	margin: 20px 10px 0;
	background: #fff;
	width: 160px;
	height: 74px;
}
.midd_21 a img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.foot{
	background-image: url(../images/home_22.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 321px;
	width: 100%;
}
.foot_1{
	color: #d0d0d0;
}
.foot_1 h4{
	line-height: 18px;
}
.foot_1 h1{
	font-size: 30px;
	line-height: 33px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.foot_1 h1 img{
	float: left;
	margin-right: 20px;
}
.foot_1 h5{
	line-height: 30px;
}
.foot_2 img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 141px;
	height: 141px;
}
.foot_2 h6{
	color: #fff;
	margin-top: 10px;
	letter-spacing: 0.5px;
	text-align: center;
}
.foot_3{
	color: #b3b3b3;
	font-size: 14px;
	height: 52px;
	line-height: 52px;
	border-top: 1px solid #606060;
	margin-top: 37px;
	text-align: center;
}
@media (min-width:300px) and (max-width:800px){
	.top{
		padding: 15px 0;
	}
	.auto{
		width: 100%;
	}
	.logo{
		padding: 0 15px;
		height: 18px;
	}
	.sehun {
		float: right;
		background: url(../images/home_nav.png) no-repeat;
		background-position: center center;
		width: 20px;
		height: 18px;
		margin-right: 15px;
	}
	.top_2{
		float: right;
		margin: 0;
		margin-right: 15px;
		line-height: 18px;
	}
	.nav{
		position: absolute;
		right: 0;
		top: 48px;
		display: none;
		background: #003b77;
		width: 120px;
		height: auto;
		z-index: 999;
	}
	.nav a{
		display: block;
		color: #fff;
		margin: 0;
		width: 100%;
		text-align: center;
		height: 35px;
		line-height: 35px;
	}
	.nav a.navs{
		background: #fff;
	}
	.banner_1 li{
		background-repeat: no-repeat;
		background-size: 680px auto;
		background-position: center center;
		height: 200px;
	}
	.banner_1 li img{
		display: none;
	}
	.flex-control-nav{
		bottom: 10px;
	}
	.flex-control-nav li{
		width: 10px;
		height: 10px;
		margin: 0 4px;
	}
	.midd_2{
		width: 20px;
		overflow: hidden;
		text-indent: 100px;
		height: 25px;
		margin-left: 15px;
		padding: 0;
	}
	.midd_1 li a{
		width: 100%;
		overflow: hidden;
	}
	.midd_1 li span{
		display: none;
	}
	.midd_3{
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.midd_3 h1{
		font-size: 22px;
		line-height: 22px;
	}
	.midd_3 h6{
		padding-bottom: 10px;
	}
	.midd_4{
		width: 50%;
		margin-bottom: 15px;
	}
	.midd_5{
		width: 100px;
		height: 100px;
	}
	.midd_5 img{
		width: 50px;
	}
	.midd_4:nth-child(2) .midd_5 img{
		padding-top: 22px;
	}
	.midd_4:nth-child(4) .midd_5 img{
		padding-top: 28px;
	}
	.midd_4 h3{
		margin-top: 15px;
		font-size: 18px;
		line-height: 18px;
	}
	.midd_4 h6{
		margin-top: 5px;
	}
	.mtop60{
		margin-top: 20px;
	}
	.midd_6{
		width: auto;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.midd_7{
		padding-top: 25px;
	}
	.midd_10{
		width: calc(100% - 30px);
		height: auto;
		margin-top: 25px;
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 20px;
	}
	.midd_7 h1{
		font-size: 22px;
		line-height: 22px;
	}
	.midd_7 h3{
		font-size: 18px;
		line-height: 24px;
	}
	.midd_7 h4{
		padding-top: 8px;
		font-size: 14px;
	}
	.bx-wrapper{
		padding-bottom: 20px !important;
	}
	a.midd_9{
		font-size: 16px;
		height: 45px;
		line-height: 45px;
	}
	.midd_11{
		margin-bottom: 15px;
	}
	.midd_15{
		width: calc(100% - 30px);
		height: auto;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.bx-wrapper .bx-controls-direction a{
		display: none;
	}
	.bx-wrapper .bx-pager {
		display: block !important;
	}
	.pc{
		display: none;
	}
	.slider2 .slide{
		margin: 0 !important;
	}
	.midd_11 img{
		width: 180px;
		height: 198px;
	}
	.slide h2{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
	}
	.midd_18 img{
		width: 150px;
		height: 97px;
	}
	.midd_18 .left{
		width: calc(100% - 175px);
		margin-left: 15px;
		height: 97px;
	}
	.midd_18 .left h4{
		margin-top: 10px;
		font-size: 16px;
	}
	.midd_18 .left h6{
		height: 60px;
		line-height: 20px;
		margin-top: 3px;
	}
	.midd_20{
		display: none;
	}
	.midd_21{
		padding-bottom: 5px;
	}
	.midd_21 a{
		width: calc(50% - 22.5px);
		margin: 0 0 15px 15px;
	}
	.foot{
		width: calc(100% - 30px);
		height: auto;
		padding: 20px 15px 0;
	}
	.ptop60{
		padding-top: 0;
	}
	.foot_1 h4{
		font-size: 16px;
	}
	.foot_1 h1{
		font-size: 22px;
		line-height: 25px;
	}
	.foot_1 h1 img{
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}
	.foot_1 h5{
		font-size: 14px;
		line-height: 25px;
	}
	.foot_2 img{
		width: 120px;
		height: 120px;
	}
	.foot_2{
		width: 100%;
		margin-top: 10px;
	}
	.foot_3{
		margin-top: 25px;
		line-height: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
	}
}
/* 产品 */
.midd_22{
	margin-top: 27px;
	margin-bottom: 20px;
}
.midd_22 h1{
	float: left;
	font-size: 26px;
	line-height: 26px;
	margin-top: 12px;
}
.midd_22 h4{
	float: left;
	color: #999;
	margin-left: 20px;
	text-transform:uppercase;
	line-height: 30px;
	margin-top: 12px;
}
.midd_22 .right a,.midd_22 .right span{
	color: #666;
	font-size: 14px;
}
.midd_23{
	float: left;
	width: 233px;
}
.midd_23 li{
	display: block;
	border-bottom: 1px solid #ededed;
	padding:20px 0;
}
.midd_23 li a{
	height:auto;
	line-height: 16px;
	font-size: 16px;
}
.midd_23 a span{
	line-height: 16px;
	border-left: 2px solid #fff;
	display: block;
	padding-left: 22px;
}
.midd_23 a.navs span,
.midd_23 a:hover span{
	color: #003b77;
	border-left-color:#000;
	font-weight: bold;
}
.midd_24{
	width: 947px;
	float: right;
}
.midd_25{
	border-bottom: 1px solid #ededed;
	padding: 20px 0;
}
.midd_26{
	float: left;
	width: 196px;
	height: 108px;
	border: 1px solid #ededed;
	margin-right: 24px;
}
.midd_26 img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.midd_25 .left{
	width: calc(100% - 234px);
}
.midd_25 .left h4{
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.midd_25 .left h6{
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #999;
	margin: 12px 0 15px;
}
.midd_27 a{
	display: block;
	float: left;
	border: 1px solid #ededed;
	height: 34px;
	line-height: 34px;
	color: #003b77;
	font-size: 14px;
	padding: 0 18px;
	margin-right: 20px;
}
/* 翻页 */
#pagina {
  clear:both;
	text-align:center;
}
#pagina a {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    color: #666;
    line-height: 28px;
		border:1px solid #ededed;
		margin:0 4px;
}
#pagina a.number{
	border-color: #003b77;
}
@media (min-width:300px) and (max-width:800px){
	.midd_22{
		margin: 20px 15px;
		width: calc(100% - 30px);
	}
	.midd_22 h1{
		font-size: 20px;
		margin-top: 0;
	}
	.midd_22 h4{
		font-size: 14px;
		margin-top: 0;
		line-height: 24px;
		margin-left: 10px;
	}
	.midd_23{
		width: 100%;
	}
	.midd_23 li{
		border: 0;
		padding: 0;
	}
	.midd_23 li a{
		text-align: center;
    display: block;
    float: left;
    background: #f7f7f7;
    color: #000;
    line-height: 40px;
		height: 40px;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 10px;
		padding: 0 15px;
		border: 0;
	}
	.midd_23 li dl dt{
		margin-top: 0 !important;
    float: left;
	}
	.midd_23 li a{
    line-height: 40px;
		height: 40px;
    font-size: 14px;
	}
	.midd_23 a span{
    line-height: 40px;
		height: 40px;
		border: 0;
		padding: 0;
	}
	.midd_24{
		width: 100%;
	}
	.midd_25{
		padding: 15px;
	}
	.midd_26{
		margin-right: 10px;
		width: 130px;
		height: 72px;
	}
	.midd_25 .left{
		width: calc(100% - 142px);
	}
	.midd_25 .left h4{
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.midd_25 .left h6{
		line-height: 14px;
		height: 14px;
		margin: 5px 0 0 0;
	}
	.midd_27 a{
		line-height: 28px;
		height: 28px;
		font-size: 12px;
		padding: 0 10px;
		margin-right: 10px;
		margin-top: 5px;
	}
	#pagina a.kg_yin{
		display: none;
	}
}
/* 解决方案 */
.midd_29 .left h5{
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	overflow: hidden;
  color: #999;
  margin: 2px 0;
	font-size: 14px;
}
a.midd_28{
	float: right;
	color: #003b77;
	display: block;
}
@media (min-width:300px) and (max-width:800px){
	.midd_29 .left h5{
		line-height: 23px;
		height: 46px;
		margin: 8px 0 0 0;
	}
	a.midd_28{
		display: none;
	}
}
/* 解决方案详情 */
.midd_30{
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
	margin-top: 40px;
}
.midd_30 img{
	display: block;
	float: left;
	width: 216px;
	height: 128px;
	margin-right: 20px;
}
.midd_30 .left{
	width: calc(100% - 236px);
}
.midd_30 .left h4{
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-top: 17px;
	margin-bottom: 25px;
}
.midd_30 .left h6{
	color: #999;
	margin-top: 7px;
}
.midd_31{
	margin-top: 40px;
}
.midd_31 h1 {
  float: left;
  font-size: 26px;
  line-height: 26px;
	border-left: 2px solid #003b77;
	padding-left: 20px;
}
.midd_31 h4 {
    float: left;
    color: #999;
    margin-left: 20px;
    text-transform: uppercase;
    line-height: 30px;
}
.midd_32{
	margin-top: 30px;
}
.midd_32 img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.table{
	border: 1px solid #ddd;
	border-bottom: 0;
	border-right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.table th,.table td{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 5px 10px;
	font-weight: normal;
}
@media (min-width:300px) and (max-width:800px){
	.midd_30{
		margin: 20px 15px 0;
		padding-bottom: 15px;
	}
	.midd_30 img{
		width: 130px;
		height: 77px;
		margin-right: 10px;
	}
	.midd_30 .left {
    width: calc(100% - 140px);
	}
	.midd_30 .left h4{
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.midd_30 .left h6{
		font-size: 12px;
	}
	.midd_31{
		margin: 20px 15px 0;
	}
	.midd_31 h1 {
    font-size: 20px;
		padding-left: 10px;
		height: 20px;
		line-height: 20px;
		float: none;
	}
	.midd_31 h4{
		float: none;
		margin-left: 12px;
		font-size: 14px;
		line-height: 20px;
		margin-top: 5px;
	}
	.midd_32{
		margin: 10px 15px 0;
	}
	.midd_32 img{
		margin-top: 15px;
	}
	.table{
		width: 100%;
	}
	.table th{
		width: 40% !important;
	}
	.table td{
		width: 60% !important;
	}
}
/* 解决方案 */
.midd_33{
	width: calc(100% / 3 - 20px);
	margin-top: 40px !important;
	float: left;
}
@media (min-width:300px) and (max-width:800px){
	.midd_33{
		width: calc(50% - 30px);
		margin: 20px 15px 0 !important;
	}
	.midd_33 a img{
		width: 100%;
		height: 173px;
	}
	.midd_33 h6{
		width: 100%;
		line-height: 20px;
		height: 60px;
	}
}
/* 新闻 */
.midd_34{
	text-align: right;
	color: #666;
	font-size: 12px;
	margin-top: 7px;
}
/* 关于我们 */
.midd_23 dl{
	margin-left: 54px;
	padding-top: 8px;
}
.midd_23 li dl dt{
	margin-top: 10px;
}
.midd_23 li dl a{
	font-size: 14px;
}
.midd_35 img{
	margin-bottom: 25px;
}
@media (min-width:300px) and (max-width:800px){
	.midd_23 dl{
		margin: 0;
		padding: 0;
	}
	.midd_35{
		margin: 10px 15px 0 !important;
	}
	.midd_35 img{
		margin-bottom: 10px;
	}
	.midd_22 .right{
		display: none;
	}
}
/* 价值观 */
.midd_35 h6{
	font-weight: bold;
	color: #003b77;
	border-bottom: 1px solid #ededed;
	padding-bottom: 16px;
	margin-bottom: 13px;
}
/* 荣誉 */
.midd_23 dl dt a.navs{
	color: #003b77;
	font-weight: bold;
}
.midd_36{
	float: left;
	width: 302px;
	margin-right: 20px;
	margin-bottom: 16px;
}
.midd_36 img{
	width: 100%;
	display: block;
	height: 223px;
}
.midd_36 h5{
	text-align: center;
	margin-top: 13px;
}
@media (min-width:300px) and (max-width:800px){
	.midd_36{
		width: calc(50% - 22.5px);
		margin-right: 0;
		margin-left: 15px;
	}
	.midd_36:nth-child(even){
		margin-right: 0;
	}
	.midd_36 img{
		height: 122px;
	}
	.mtop30{
		margin-top: 10px;
	}
}
/* 加入 */
.midd_37{
	background: #ccd8e4;
	padding: 20px 20px 40px;
	margin-bottom: 20px;
}
.midd_37 h3{
	line-height: 20px;
}
.midd_37 h5{
	color: #003b77;
	margin: 14px 0;
}
.midd_37 p{
	line-height: 30px;
	margin-bottom: 35px;
	margin-top: 5px;
}
.midd_37 a{
	color: #fff;
	text-align: center;
	width: 128px;
	height: 42px;
	line-height: 42px;
	display: block;
	background: #003b77;
}
@media (min-width:300px) and (max-width:800px){
	.midd_37{
		margin: 10px 15px 0;
		width: calc(100% - 60px);
		padding: 15px;
	}
	.midd_37 p{
		margin-bottom: 15px;
	}
	.mtop40{
		margin-top: 20px;
	}
}
/* 服务支持 */
.midd_39{
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	text-transform:uppercase;
	cursor: pointer;
}
.midd_39 .left{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.midd_39 .right{
	color: #999;
}
.midd_40{
	background: #ccd8e4;
	padding: 20px;
	border-radius: 2px;
	margin: 15px 0;
	line-height: 30px;
	display: none;
}
@media (min-width:300px) and (max-width:800px){
	.midd_39{
		margin: 0 15px 0;
		width: calc(100% - 30px);
		font-size: 14px;
	}
	.midd_39 .left{
		width: calc(100% - 125px);
	}
	.midd_39 .right{
		font-size: 12px;
	}
	.midd_40{
		margin: 10px 15px;
		padding: 15px;
		line-height: 28px;
	}
}
/* 产品详情 */
.midd_41 .left{
	width: 347px;
}
.midd_41 .right{
	width: calc(100% - 367px);
}
.midd_41 .right h3{
	line-height: 20px;
}
.midd_41 .right h6{
	color: #000;
	margin-top: 15px;
	line-height: 17px;
}
.midd_41 .right h6 span{
	color: #003b77;
}
.midd_41 .right a{
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 197px;
	height: 40px;
	line-height: 40px;
	display: block;
	background: #003b77;
	margin-top: 20px;
}
.midd_44{
	height: 40px;
	margin-top: 33px;
	border-bottom: 1px solid #ededed;
}
.midd_44 li{
	width: 20%;
	float: left;
	font-size: 16px;
	text-align: center;
}
.midd_44 li span{
	cursor: pointer;
	padding-bottom: 17px;
}
.midd_44 li.midd_42 span{
	color: #003b77;
	border-bottom: 3px solid #003b77;
}
.midd_43{
	margin-top: 15px;
}
.table_1{
	margin-top: 20px;
	background: #f9f9f9;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}
.table_1 tr{
	width: 30%;
}
.table_1 td{
	width: 70%;
}
.table_1 th,.table_1 td{
	padding: 10px 30px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	text-align: left;
	font-weight: normal;
}
.midd_45{
	border-top: 1px solid #ededed;
	margin-top: 15px;
	padding-top: 8px;
}
.midd_46{
	margin-top: 7px;
	font-size: 14px;
}
.midd_46 a{
	color: #003b77;
}
.pgwSlideshow {
	display: none;
}
.pgwSlideshow .ps-current {
	text-align: center;
	position: relative;
	height: 191px;
	border: 1px solid #ededed;
}
.pgwSlideshow .ps-current > ul > li {
	text-align: center;
	width: 100%;
	z-index: 1;
	opacity: 0;
	display: block;
}
.pgwSlideshow .ps-current > ul > li img {
	display: block;
	width: 100%;
	height: 220px;
	margin: auto;
}
.pgwSlideshow .ps-caption {
	background: rgba(0, 0, 0, 0.5);
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
	text-align: left;
	font-size: 1rem;
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 10px;
	display: none;
}
.pgwSlideshow .ps-list {
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}
.pgwSlideshow .ps-list ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
	width: 100% !important;
}
.pgwSlideshow .ps-list li {
	float: left;
	margin-right: 19px;
}
.pgwSlideshow .ps-list li:nth-child(3){
	margin-right: 0;
}
.pgwSlideshow .ps-list li .ps-item {
	display: block;
}
.pgwSlideshow .ps-list li img {
	display: block;
	width: 102px;
	height: 52px;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected {
	float: left;
	border: 1px solid #003b77;
	overflow: hidden;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected img {
	width: 100px;
	height: 50px;
}
/* 箭头 */
.pgwSlideshow .ps-current .ps-next,.ps-next,.pgwSlideshow .ps-current .ps-prev,.ps-prev{
	display: none !important;
}
@media (min-width:300px) and (max-width:800px){
	.midd_41 .left,.midd_41 .right{
		width: calc(100% - 30px);
		margin: 0 15px;
	}
	.midd_41 .right h3{
		margin-top: 20px;
	}
	.midd_41 .right h6{
		margin-top: 10px;
	}
	.midd_41 .right a{
		width: 180px;
	}
	.midd_44{
		margin-top: 15px;
		height: 31px;
	}
	.midd_44 li{
		font-size: 14px;
		padding-bottom: 8px;
	}
	.midd_44 li span{
		padding-bottom: 8px;
	}
	.midd_43{
		margin: 10px 15px 15px;
	}
	.midd_46{
		padding: 0 15px;
	}
	.table_1{
		width: calc(100% - 30px);
		margin: 15px;
	}
	.pgwSlideshow .ps-list li{
		margin-right: 15px;
		width: calc(100% / 3 - 10px);
	}
	.pgwSlideshow .ps-list li img{
		width: 100%;
		height: 100%;
	}
	
	.pgwSlideshow .ps-list li .ps-item.ps-selected img{
		width: 100%;
		height: 100%;
	}
}

@media (min-width:800px){
	.phone,.midd_21 .midd_3{
		display: none;
	}
}

.map{height: 400px;border: 0;width: 100%;}
