﻿arset "utf-8";
/*■■■■■■■■　首页样式　■■■■■■■■*/

.top {}

.head {
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #ffffff4f;
	position:absolute;
	top:0px;
	z-index: 1;
	/*! opacity: .5; */
}
.logo {
	width: 320px;
	height: 90px;
	opacity: inherit;
}
.logo img {
	margin: 20px 0 0 0px;
	/*! opacity: unset; */
}
.search {
	width: 30px;
	height: 30px;
	margin: 25px 0 0 0;
	display: none;
}
.search span {
	display: block;
	width: 30px;
	height: 30px;
}
.search span img {}
.search a {
	padding: 0 0 30px 0;
	display: block;
}
.search a:hover .searchbox {
	display: block;
}
.search .searchbox {
	position: absolute;
	left: -50px;
	top: 60px;
	width: 200px;
	display: none;
	z-index: 100;
}
.search .text {
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-indent:10px;
	border: 1px solid #023889;
	color: #666;
	outline: none;
	float: left;
	font-size: 15px;
	/*! border: 0; */
	text-transform: capitalize;
}
.search .submit {
	text-align: center;
	width: 50px;
	height: 35px;
	color: #fff;
	/*! line-height: 40px; */
	background: #023889;
	/*! border: none; */
	cursor: pointer;
	outline: none;
	float: left;
	border: 0;
	/*! font-size:0; */
}
.nav {
	width: 1000px;
	height: 50px;
	margin-top: 15px;
}
.nav ul {
	padding: 0 0 50px 0;
}
.nav ul li {
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	float: left;
	margin: 0 30px;
	padding: 0 0 30px 0;
	font-family: "PingFang Bold";
	text-transform: uppercase;
}
.nav ul li a {
	color: #fff;
	display: block;
	padding: 0px;
	position: relative;
}
.nav ul li.active a,.nav ul li:hover a {color: #023889;}
.nav ul li.active a::after,.nav ul li:hover a::after  {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	border-bottom: 3px solid #023889;
	width: 100%;
}
.nav li .subnav {
	margin: -0px 0 0 -0px;
	display:none;
	width: 1920px;
	height: 230px;
	background:#fff;
	opacity:.9;
	position: absolute;
	/*! left: 0; */
	right: 0;
	top: 75px;
	z-index: 9999;
	margin: 0 auto;
	/*! margin-right: -100%; */
}
.subnav .sub_n_l{width: 220px;text-align: left;}
.subnav .sub_n_l .sub_n_cn{color: #2B2B2B;font-size: 24px;font-weight: bold;margin: 50px 0 20px 0;line-height: 40px;font-family: "PingFang Bold";}
.subnav .sub_n_l .sub_n_more {width: 130px;	height: 38px;	line-height: 38px;font-size: 18px;color: #023889;	border-radius: 25px;text-align: center;	border: 2px solid #023889;font-weight: bold;}
.subnav .sub_n_l .sub_n_more a {display: block;color: #023889;}
.nav li.hover .subnav .sub_n_l .sub_n_more a::after  {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	border-bottom: 0px solid #023889;
	width: 100%;
	display: none;
}
.subnav .sub_n_r{}
.subnav .sub_n_r ul{overflow:hidden;}
.subnav .sub_n_r ul li{width:180px;height:150px;display:block;float:left;transition:all 0.3s ease-out 0s;position: relative;overflow: hidden;margin: 50px 20px 0 23px;text-align: left;}
.subnav .sub_n_r ul li a{display:block;color: #282739;}
.subnav .sub_n_r ul li .pic{overflow:hidden;width:100%;height:100px;border-radius: 5px;}
.subnav .sub_n_r ul li .pic img{width:100%;height:100%;display:block;transition:all 0.3s ease-out 0s;}
.subnav .sub_n_r ul li:hover img{transform:scale(1.2,1.2);}
.subnav .sub_n_r ul li span{font-size:15px;/*! font-weight:normal; */line-height:20px;/*! border-right:1px solid #ddd; *//*! position: absolute; *//*! left: 0; *//*! bottom: 0; *//*! color: ; *//*! opacity: 0.7; *//*! color: #fff; *//*! width: 100%; */text-align: left;/*! padding: 15px 0; */margin: 15px 0;display: block;}
.subnav .sub_n_r ul li span .fa{color: #154C9E;margin-right: 10px;}
.nav li.hover .subnav .sub_n_r ul li:hover p {color: #023889;}
.subnav .sub_n_r ul li:last-of-type{margin-right: 0;}
.nav li.hover .subnav .sub_n_r ul li a::after,.nav li.hover .subnav .sub_n_r ul li:hover a::after  {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	border-bottom: 0px solid #023889;
	width: 100%;
	display: none;
}

.banner {
	/*! height: 900px; */
	position: relative;
}
.bannerBox {
	width: 100%;
	overflow: hidden;
	/*! z-index: 1; */
	/*! height: 754px; */
}
.bannerBox ul.pic li {
	height: 900px;
}
.bannerBox .pic img {
	width:1920px;
	height: 754px;
	display: block;
	margin: 0 auto;
}
.bannerBox .hd {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	bottom: 30px;
	left:42%;
	z-index: 3;
}
.bannerBox .hd li {
	float: left;
	line-height: 15px;
	text-align: center;
	font-size: 12px;
	width: 35px;
	height: 10px;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	margin: 0 12px;
	filter: alpha(opacity=80);
	opacity: .4;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}
.bannerBox .hd .on {
	background: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
	/*! width: 25px; */
}
.bannerBox .prev,.banner .next {
	width: 37px;
	height: 37px;
	position: absolute;
	top:48%;
	z-index:9999;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}
.bannerBox .prev {
	background-image: url(../images/prev.png);
	left:20px
}
.bannerBox .next {
	background-image: url(../images/next.png);
	right: 20px
}
.bannerBox .prev:hover,.focusBox .next:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6
}
.bannerBox ul.pic li.a1 .bumCount{top: 620px;}
.bannerBox ul.pic li.a1 .bumCount .b_title {
	overflow: hidden;
	height: 100px;
	width: 620px;
	float: left;
	color: #fff;
}
.bannerBox ul.pic li.a1 .bumCount .b_title p {
	font-size: 42px;
	font-family: "PingFang Bold";
	height: 80px;
}
.bannerBox ul.pic li.a1 .bumCount .b_title p em {
	font-size: 21px;
	font-family: "Arial","Lucida Grande";
	text-transform: uppercase;
	margin-left: 10px;
}
.bannerBox ul.pic li.a1 .b_title span{
	font-size: 20px;
	line-height: 20px;
	/*! font-family: "PingFang Bold"; */
	display: block;
}
.bumCount ul {
	margin: 0;
	border-top: 0;
	overflow: hidden;
	width: 700px;
}
.bumCount ul li {
	/*! width: 200px; */
	height: 100px;
	overflow: hidden;
	float: left;
	text-align: left;
	position: relative;
	color: #fff;
	padding:0 30px;
}
.bumCount ul li:nth-of-type(1)::before{width:0px;}
.bumCount ul li::before{
    content: "";
    width: 1px;
    height: 100px;
    background: #FFFFFFB0;
    position: absolute;
    left: 0px;
    top: 0px;
}
.bumCount ul li p{
    font-size: 20px;
    height: 30px;
    font-family: "PingFang Bold";
    display: block;
    margin-top: 0;
    line-height: 22px;
}
.bumCount ul li span{
    font-size: 80px;
    height: 80px;
    font-family: "DINCond-Bold","Arial";
    display: block;
    margin-top: 0;
    line-height: 80px;
    float: left;
}
.bumCount ul li .xiao{
	font-size: 60px;
	line-height: 60px;
	font-family: "PingFang Bold";
	margin-top: 10px;
	float: left;
}

.x_title {
	overflow: hidden;
	height: 110px;
}
.x_title p {
	font-size: 42px;
	font-family: "PingFang Bold";
	color: #2B2B2B;
	height: 45px;
}
.x_title p em {
	font-size: 21px;
	font-family: "Arial","Lucida Grande";
	text-transform: uppercase;
	color: #747474;
	margin-left: 10px;
}
.x_title span{
	font-size: 24px;
	line-height: 55px;
	font-family: "PingFang Bold";
	color: #2B2B2B;
	display: block;
}
.x_title span em {
	color: #023889;
}

.floor1{
	overflow:hidden;
	padding: 130px 0;
}
.floor1 .x_fl{width: 760px;height: auto;}
.floor1 .x_fl .desc{margin-top: 15px;}
.floor1 .x_fl .desc p {
    font-size: 18px;
    color: #4b4b4b;
    font-family: "Arial","Agency FB";
    display: block;
    text-indent: 2em;
    /*! bottom: 0; */
    line-height: 30pt;
}
.floor1 .x_fl ul {
	margin: 30px 0 60px 0;
	border: 1px solid #E9E9E9;
	border-top: 0;
	overflow: hidden;
}
.floor1 .x_fl ul li {
	width: 189px;
	height: 190px;
	overflow: hidden;
	float: left;
	text-align: center;
	position: relative;
}
.floor1 .x_fl ul li.on{
    background: #023889;
    color: #fff;
}
.floor1 .x_fl ul li::before{
    content: "";
    width: 1px;
    height: 150px;
    background: #AAAAAA;
    position: absolute;
    left: 0px;
    top: 20px;
}
.floor1 .x_fl ul li span{
    font-size: 18px;
    line-height: 60px;
    font-family: "PingFang Bold";
    margin-top: 10px;
}
.floor1 .x_fl ul li .d_b{}
.floor1 .x_fl ul li .d_b em {
    font-size: 48px;
    font-family: "DINCond-Bold","Arial";
    /*! display: block; */
}
.floor1 .x_fl ul li .d_b .xiao{}
.floor1 .x_fl ul li p {
    font-size: 10px;
    font-family: "PingFang Regular";
    line-height: 20px;
    margin-top: 10px;
}
.floor1 .x_fl .more {
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #023889;
	border-radius: 25px;
	text-align: center;
	border: 2px solid #023889;
	font-weight: bold;
}
.floor1 .x_fl .more a {
    display: block;
    color: #023889;
}
.floor1 .x_fr{width: 460px;height: auto;}
.floor1 .x_fr img{width: 100%;height: auto;}

.floor2 {
	overflow:hidden;
	height: 650px;
	background:url(../images/fa.jpg) no-repeat center top;
	padding: 125px 0;
}
.floor2 .x_title p {
	color: #fff;
}
.floor2 .x_title p em {
	color: #fff;
}
.floor2 .x_title span{
	color: #fff;
}
.floor2 .x_title span em {
	color: #E54641;
}
.floor2 .x_title::before{
	background: #fff;
}
.floor2 .cont {
	/*! overflow: hidden; */
	/*! box-sizing: border-box; */
}
.floor2 .row{
	width:100%;
	padding-top: 45px;
	position: relative;
}
.floor2 .row ul{
	height: 360px;
	overflow: hidden;
}
.floor2 .row li{
	width: 120px;
	float: left;
	margin-right: 15px;
	height: 140px;
	border-radius: 50%;
}
.floor2 .row li h3{
	font-size: 16px;
	line-height: 40px;
	text-align: center;
  font-family: "PingFang Bold";
	width: 108px;
	margin: 0 auto;
	border-bottom:1px solid #fff;
	margin-top:15px;
		color: #fff;
	/*! opacity:unset; */
}
.floor2 .row li h3 em{
	font-size: 10px;
}
.floor2 .row li p{
	font-size: 9px;
	line-height: 16px;
	text-align: center;
	font-family: "PingFang Regular";
	width: 108px;
	margin: 0 auto;
		color: #fff;
}
.floor2 .row li span{
	width: 10px;
	display: inline-block;
	color: #8CABE6;
	height: 10px;
	background: #C5D8FF;
	border-radius: 50%;
	font-size: 14px;
	line-height: 8px;
	text-align: center;
	position: absolute;
	left: 45%;
}
.floor2 .row .h_xian{
	content: "";
	width: 1030px;
	height: 1px;
	background: #91A9D2;
	position: absolute;
	/*! left: 140px; */
	top: 215px;
}
.floor2 .row .more {
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 25px;
	text-align: center;
	border: 2px solid #fff;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 360px;
}
.floor2 .row .more a {
    display: block;
    color: #fff;
}
.floor2 .row li.a1{position: absolute;left: 0;top: 145px;}
.floor2 .row li.a2{position: absolute;left: 200px;top: 260px;/*! -webkit-transform: rotate(50deg); *//*! -ms-transform: rotate(360deg); *//*! transform: rotate(180deg); */}
.floor2 .row li.a3{position: absolute;left: 335px;/*! top: 280px; */}
.floor2 .row li.a4{position: absolute;left: 470px;top: 260px;}
.floor2 .row li.a5{position: absolute;left: 600px;/*! top: 0; */}
.floor2 .row li.a6{position: absolute;left: 740px;top: 260px;}
.floor2 .row li.a7{position: absolute;left: 870px;/*! top: 280px; */}
.floor2 .row li.a8{position: absolute;left: 1000px;top: 260px;}
.floor2 .row li.a9{position: absolute;right: 0px;top: 145px;}
.floor2 .row li.a3 span{top:165px;}
.floor2 .row li.a5 span{top:165px;}
.floor2 .row li.a7 span{top:165px;}
.floor2 .row li.a9 span{display:none;}
.floor2 .row li.a2 span{top:-50px;}
.floor2 .row li.a4 span{top:-50px;}
.floor2 .row li.a6 span{top:-50px;}
.floor2 .row li.a8 span{top:-50px;}
.floor2 .row li::before{ content: "";
	width: 120px;
	height: 140px;
	background: url(../images/fa_ico.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0px;
}
.floor2 .row li.a1::before{
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.floor2 .row li.a2::before,.floor2 .row li.a4::before,.floor2 .row li.a6::before,.floor2 .row li.a8::before{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.floor2 .row li.a9::before{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.floor2 .row li.a1 h3{
  float: left;
	margin-top:30px;
}
.floor2 .row li.a2 h3,.floor2 .row li.a4 h3,.floor2 .row li.a6 h3,.floor2 .row li.a8 h3{
	margin-top:30px;
}
.floor2 .row li.a9 h3{
  float: right;
	margin-top:30px;
}


.floor3{
	overflow:hidden;
	padding: 110px 0 0 0;
}
.floor3 .cont {
	overflow: hidden;
	box-sizing: border-box;
}
.floor3 .cont ul {
	position: relative;
	overflow: hidden;
}
.floor3 .cont ul li {
	width:300px;
	height: 350px;
	position:relative;
	margin:40px 40px 0 0px;
	float: left;
}
.floor3 .cont ul li:nth-of-type(4n+0) {
	margin-right: 0px;
}
.floor3 .cont ul li .pic {
	display:block;
	width:100%;
	height:100%;
}
.floor3 .cont ul li .pic img {
	width:100%;
	height:100%;
}
.floor3 .cont ul li .bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:150px;
	background:url(../images/ye_b.png) no-repeat center bottom;
	}
.floor3 .cont ul li .bottom h3 {
	height:40px;
	line-height:40px;
	font-size: 24px;
	text-align: center;
	color:#fff;
	margin-top: 50px;
	font-family: "PingFang Bold";
	font-weight:bold;
	}
.floor3 .cont ul li .bottom p {
	width:100%;
	height:30px;
	line-height:30px;
	font-size: 14px;
	color:#fff;
	overflow:hidden;
	text-align: center;
	text-transform:uppercase;
	font-family: "Arial";
}
.floor3 .cont ul li .text{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:-100%;
	text-align:center;
	box-sizing:border-box;
	display: none;
}
.floor3 .cont ul li:hover .text{
	display: block;
	background: #E54641;
}
.floor3 .cont ul li .text h3{
	height:60px;
	line-height:60px;
	font-size: 24px;
	text-align: center;
	color:#fff;
	margin-top: 20px;
	font-family: "PingFang Bold";
	font-weight:bold;
}
.floor3 .cont ul li .text p{
	font-size:16px;
	color:#fff;
	height:150px;
	line-height: 30px;
	display:block;
	padding:0 10px;
	margin-top:40px;
}
.floor3 .cont ul li .text .y_xian{
	position:absolute;
	top:80px;
	left: 50%;
	width: 1px;
	height: 30px;
	background: #fff;
}
.floor3 .cont ul li .text .more{
	font-size:16px;
	background: #fff;
	border-radius: 25px;
	width: 110px;
	height: 40px;
	display: inline-block;
}
.floor3 .cont ul li .text .more a{
	text-decoration: none;
	color:#E54641;
	font-weight: bold;
}
.floor3 .cont ul li:nth-of-type(4n+0){
	margin-right:0;
}
.floor3 .cont ul li a {
	display:block;
}
.floor3 .cont ul li:hover .text {
	background:#E54641;
	color:#fff;
	top:0%;
}

.floor4{
	overflow:hidden;
	padding: 120px 0;
}
.floor4 .x_title span {}
.floor4 .cont {
	box-sizing: border-box;
}
.floor4 .cont .row {
	margin:0 auto;
}
.floor4 .cont .row .c_nav {
	height: 50px;
	position:absolute;
	right:0;
	top:-70px;
}
.floor4 .cont .row .c_nav ul {
	width: 100%;
}
.floor4 .cont .row .c_nav ul li {
	height: 40px;
	line-height: 40px;
	font-size:14px;
	color: #333333;
	text-align: center;
	border: 1px solid #aaa;
	position: relative;
	background: #fff;
	width: 100px;
	margin-left: 10px;
	float: left;
}
.floor4 .cont .row .c_nav ul li a {
	color: #333333;
	text-decoration: none;
	z-index: 2;
	position: relative;
	display: block;
}
.floor4 .cont .row .c_nav ul li.cur a {
	color: #fff;
	z-index: 2;
	position: relative;
}
.floor4 .cont .row .c_nav ul li.cur:after {
	content:'';
	position:absolute;
	height:40px;
	width:100%;
	left:0;
	top:0;
	background:#023889;
	z-index: 1;
}
.floor4 .cont .row .c_list {
	width: 100%;
}
.floor4 .cont .row .c_list ul {
	width:100%;
	height: auto;
	box-sizing: border-box;
	position: relative;
}
.floor4 .cont .row .c_list ul li {
	width: 412px;
	height: 360px;
	margin: 30px 40px 0 0;
	float: left;
	position: relative;
}
.floor4 .cont .row .c_list ul li:nth-of-type(3n+0) {
	margin-right: 0px;
}
.floor4 .cont .row .c_list ul li .pic {
	display:block;
	width:100%;
	height:250px;
}
.floor4 .cont .row .c_list ul li .pic img {
	width:100%;
	height:100%;
}
.floor4 .cont .row .c_list ul li h3 {
	font-size:21px;
	height: 30px;
	line-height: 30px;
	position: relative;
	margin: 20px 0 10px 0;
	text-align: center;
	font-family: "PingFang Bold";
	color: #2B2B2B;
}
.floor4 .cont .row ul li h3 img{
	color: #fff;
	display: inline-block;
}
.floor4 .cont .row ul li .text {
	width:100%;
	height:110px;
}
.floor4 .cont .row ul li:hover .text h3 .a1{
		display: none;
}
.floor4 .cont .row ul li .text h3 .a2{
	display: none;
}
.floor4 .cont .row ul li:hover .text h3 .a2{
	display: inline-block;
}
.floor4 .cont .row .c_list ul li .text p {
	font-size:14px;
	line-height:20px;
	padding: 0 30px;
	text-align: center;
	color: #808392;
}
.floor4 .cont .row ul li .c_on {
	background:#0b0b0b82 url(../images/c_li_k.png) no-repeat center;
	width:100%;
	height:250px;
	position:absolute;
	left:0px;
	top:0%;
	display: none;
	opacity: .9;
}
.floor4 .cont .row ul li:hover .c_on {
	display: block;
}
.floor4 .cont .row ul li:hover .text{
	background:#073297;
	transition:ease-in-out .5s;
	position:absolute;
	bottom:0%;
}
.floor4 .cont .row ul li:hover .text h3{
	color: #fff;
}
.floor4 .cont .row ul li:hover .text p{
	color: #fff;
}

.floor5{
	overflow:hidden;
	background:url(../images/dute.jpg) no-repeat top;
	padding: 120px 0 20px 0;
}
.floor5 .x_title p{color: #fff;}
.floor5 .x_title p em{color: #fff;}
.floor5 .x_title span{
	color: #fff;
}
.floor5 .x_title span em {
	color: #E54641;
}
.floor5 .x_title::before {background: #fff;}
.floor5 .cont {
	overflow: hidden;
	box-sizing: border-box;
}
.floor5 .cont ul{
	width: 100%;
	height: 560px;
}
.floor5 .cont ul li{
	width: 260px;
	height: auto;
	color: #fff;
	float: left;
	text-align:  center;
	position: relative;
	margin-right: 40px;
}
.floor5 .cont ul li p{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-family: "PingFang Regular";
	margin-bottom: 25px;
}
.floor5 .cont ul li .d_yuan{
	width: 110px;
	height: 110px;
	background:#8097C399;
	border-radius: 50%;
	margin: 0 auto;
	padding: 10px;
}
.floor5 .cont ul li .d_yuan .pic{width: 110px;height: 110px;background: #fff;border-radius: 50%;margin: 0 auto;}
.floor5 .cont ul li .d_yuan .pic img{margin: 14px 0 0 0;}
.floor5 .cont ul li .d_yuan span{color: #245896;font-size: 21px;font-weight: bold;display: block;}
.floor5 .cont ul li .d_xian{width: 1px;height: 150px;background: #fff;margin: 0 auto;}
.floor5 .cont ul li .x_yuan{width: 12px;height: 12px;border: 1px solid #fff;border-radius: 50%;margin: 0 auto;padding: 2px;}
.floor5 .cont ul li .x_yuan span{width: 11px;height: 11px;background: #fff;border-radius: 50%;margin: 0 auto;display: block;}
.floor5 .cont ul li.a1{margin-top: 160px;}
.floor5 .cont ul li.a2{margin-top: 25px;}
.floor5 .cont ul li.a3{width: 160px;margin-right: 0;margin-top: 160px;}
.floor5 .cont ul li.a3 .d_yuan span{font-size: 13px;}
.floor5 .cont ul li.a4{margin-top: 25px;/*! margin-top: 160px; */}
.floor5 .cont ul li.a5{margin-right: 0;margin-top: 160px;}

.floor6{
	overflow:hidden;
	padding: 40px 0;
}
.floor6 .cont {
	overflow: hidden;
	box-sizing: border-box;
	/*! background: #F5F5F5; */
	padding: 30px 0;
}
.floor6 .cont .x_fl {
	width:580px;
	position: relative;
}
.floor6 .cont .x_fl .pic {
	width:100%;
	height:345px;
	overflow:hidden;
	position:relative;
}
.floor6 .cont .x_fl .pic img {
	width:100%;
	height:100%;
	display:block;
	transition:all 0.3s ease-out 0s;
}
.floor6 .cont .x_fl .pic:hover img {
	transform:scale(1.2,1.2);
}
.floor6 .cont .x_fl h3 {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	padding: 20px 0;
	font-size: 20px;
	font-family: "PingFang Bold";
}
.floor6 .cont .x_fl h3:hover {
	color: #006CB6;
}
.floor6 .cont .x_fl p {
	overflow:hidden;
	color: #747474;
	font-size: 16px;
	line-height: 30px;
	font-family: "PingFang Medium";
}
.floor6 .cont .x_fl span {
	color: #fff;
	position: absolute;
	width: 180px;
	height: 50px;
	background: #073298;
	line-height: 50px;
	text-align: center;
	bottom: 0;
	right: 0;
	font-size: 26px;
	font-family: "PingFang Bold";
}
.floor6 .cont .x_fr {
	width:640px;
}
.floor6 .cont .x_fr .x_t_box {
	width:640px;
	height: 260px;
	border-bottom: 1px dashed #DBDBDB;
}
.floor6 .cont .x_fr .x_t_box ul {
	}
.floor6 .cont .x_fr .x_t_box ul li {
	width:310px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
}
.floor6 .cont .x_fr .x_t_box ul li .pic {
	width:100%;
	height:180px;
	overflow:hidden;
}
.floor6 .cont .x_fr .x_t_box ul li .pic img {
	width:100%;
	height:100%;
	display:block;
	transition:all 0.3s ease-out 0s;
}
.floor6 .cont .x_fr .x_t_box ul li .pic:hover img {
	transform:scale(1.2,1.2);
}
.floor6 .cont .x_fr .x_t_box ul li p {
	font-size: 18px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #222;
	font-family: "PingFang Bold";
}
.floor6 .cont .x_fr .x_t_box ul li p:hover {
	color: #006CB6;
}
.floor6 .cont .x_fr .x_t_box ul li:nth-of-type(2n+0){margin-right:0;}
.floor6 .cont .x_fr .x_b_box {
	/*! margin: 0 20px 0 0; */
	/*! background: #fff; */
	/*! border-bottom:1px dashed #DBDBDB; */
	height: auto;
	/*! line-height: 58px; */
}
.floor6 .cont .x_fr .x_b_box ul {
	}
.floor6 .cont .x_fr .x_b_box ul li {
	line-height: 60px;
	border-bottom:1px dashed #DBDBDB;
	height: 65px;
}
.floor6 .cont .x_fr .x_b_box ul li p {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #222;
	font-family: "PingFang Bold";
	float: left;
}
.floor6 .cont .x_fr .x_b_box ul li span {
	font-size: 18px;
	/*! line-height: 50px; */
	float: right;
	color: #A3A5AD;
	font-family: "PingFang Bold";
}
.floor6 .cont .x_fr .x_b_box ul li:hover p {
	color: #006CB6;
}

.floor7{
	overflow:hidden;
	background: #F5F5F5;
	padding: 30px 0;
	/*! height: 140px; */
	margin: 0 auto 60px auto;
}
.floor7 .cont {
}
.floor7 .cont ul {

}
.floor7 .cont ul li {
	width: 250px;
	height: 100px;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #ccc;
	float: left;
	margin: 30px 16px 0 0;
}
.floor7 .cont ul li .pic{
	width: 100%;
	height: 100%;
	background: url(../images/brand.jpg) no-repeat center;
	background-color: #fff;
	background-size: 80%;
}
.floor7 .cont ul li:nth-of-type(5n+0){margin-right:0;}
.floor7 .cont ul li p {
	color: #8d8d8d;
	line-height: 25px;
	font-size: 15px;
	height: 50px;
	overflow: hidden;
}

.footer {
	color:#fff;
	overflow: hidden;
	padding: 40px 0 20px 0;
	background: #002057;
	box-sizing: border-box; clear: both;
}
.f_nav{width: 790px;/*! width: 70%; */}
.f_nav dl {
	/*! width:165px; */
	float: left;
	font-size:16px;
	display: inline-block;
	margin-right: 32px;
}
.f_nav dl dt {
	height:40px;
	line-height: 40px;
	font-weight: bold;
}
.f_nav dl dt a {
	color:#fff;
	font-size: ;
}
.f_nav dl dd {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.f_nav dl dd a {
	color:#ddd;
}
.f_ewm {
	width: 130px;
	height: auto;
	/*! padding-left: 15px; */
	float: right;
}
.f_ewm p {
	width: 140px;
	display: inline-block;
	/*! height: 160px; */
	/*! margin: 0 0 0 15px; */
	text-align: center;
}
.f_ewm p img {
	height: 105px;
}
.f_ewm span {
	font-size:15px;
	color:#fff;
	line-height: 35px;
	display:block;
}
.f_ewm ul {width: 110px;margin: 0 auto;}
.f_ewm ul li {
	border: 1px solid #fff;
	width: 110px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-top: 5px;
	border-radius: 5px;
	display: inline-block;
	/*! float: left; */
}
.f_ewm ul li a{color:#fff;}
.f_tel {
	width: 400px;
	padding: 10px 0;
}
.f_tel ul {}
.f_tel ul li {
  margin-bottom: 5px;
}
.f_tel ul li span{
	line-height: 30px;
	font-size: 17px;
	height: 30px;
	display: block;
}
.f_tel ul li span img{}
.f_tel ul li p {
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	height: 30px;
	overflow: hidden;
	margin-left:38px;
}
.copyright {
	width:100%;
	color: #586D90;
	background: #002057;
	text-indent: 0px;
	padding: 10px 0;
	border-top: 1px solid #07275B;
	font-size: 14px;
	text-align: center;
}
.copyright a {
	color: #757575;
}

/*■■■■■■■■　列表样式  ■■■■■■■■*/
.main {
	width: 1200px;
	overflow: hidden;
	margin:0 auto;
	/*! background: #fff;*/
}
.main_l {
	width:260px;
}
.main_r {
	width:890px;
	overflow:hidden;
}
.position {
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
	line-height: 60px;
	height: 60px;
	margin-bottom: 10px;
	position: relative;
}
.position span {
	font-size: 30px;
	color: #484848;
	overflow:hidden;
	font-weight: bold;
	padding-left: 40px;
	text-transform: uppercase;
}
.position span:before{
    content: "";
    width: 5px;
    height: 25px;
    background: #1F4CB5;
    position: absolute;
    left: 20px;
    top: 16px;
}

/*左侧栏目*/
.left_class {
	width: 100%;
	height: auto;
}
.left_class_title {
	height:100px;
	background: #1f4cb5;
	text-align: left;
	padding: 0 0 0 40px;
	letter-spacing: 2px;
	line-height: 100px;
	border-bottom: 1px solid #fff;
}
.left_class_title p.en {
	font-size: 30px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.class_box {
	background:#EBEBFF;
}
.class_box h3 {
	width:100%;
	height:50px;
	line-height:50px;
	text-indent:30px;
	background:#1F4CB5;
	font-size:16px;
	text-align:left;
	position:relative;
	margin-bottom:10px;
}
.class_box h3 a {
	display:block;
	color:#fff;
}
.class_box h3:hover,.class_box h3.active {
	background:#2E63E1;
}
.class_box h3 em {
	width:7px;
	height:7px;
	float:left;
	background:#FFF;
	position:absolute;
	left:10px;
	top:42%;
}
.class_box h3 i {
	position:absolute;
	right:20px;
	top:30%;
	color:#fff;
}
.class_box ul li {
	height:35px;
	line-height:35px;
	text-indent:40px;
	overflow:hidden;
	text-align:left;
	font-size:15px;
	width: 100%;
	border-bottom: 1px solid #fff;
	position: relative;
}
.class_box ul li a {
	display:block;
	color:#262626;
}
.class_box ul li i {
	position:absolute;
	right:20px;
	top:30%;
	color:#2E63E1;
}
.class_box ul li a:hover,.class_box ul li.active a {
	color:#2E63E1;
}
.class_box ul li:before{
    content: "";
    width: 5px;
    height: 5px;
    background: #1F4CB5;
    position: absolute;
    left: 25px;
    top: 15px;
    border-radius: 50%;
}
.class_box ul p {
	height:30px;
	line-height:30px;
	text-indent:40px;
	overflow:hidden;
	text-align:left;
	font-size:13px;
	width: 100%;
	position: relative;
}
.class_box ul p a {
	display:block;
	color:#646464;
}
.class_box ul p:hover,.class_box ul p.active a {
	color:#2E63E1;
}
.subMenu_title {
	overflow: hidden;
	height: 140px;
	position: absolute;
	top: 340px;
	color: #fff;
	width: 100%;
}
.subMenu_title p.cn {
	font-size: 42px;
	font-family: "PingFang Bold";
	/*! color: #272636; */
	height: 80px;
	line-height: 80px;
	/*! padding: 0; */
	/*! z-index: 10; */
	/*! position: absolute; */
	/*! left: 0; */
}
.subMenu_title p.en {
	font-size: 21px;
	font-family: "Arial","Lucida Grande";
	text-transform: uppercase;
	/*! color: #8F9599; */
	line-height: 50px;
	/*! position: absolute; */
	/*! top: 90px; */
}
/*subMenu*/
.subMenu{height: 60px; background: #EEEEEE;/*! border-top: 1px solid #ffffff3d; */ width: 100%;overflow: hidden;text-align: center;}
.subMenu ul li{ /*! float: left; */display: inline-block;font-size: 16px;line-height: 60px;font-weight: bold;width: 210px;text-align: center;}
.subMenu ul li a{ padding: 0 18px; font-size: 18px; color: #747474;}
.subMenu ul li.on,.subMenu ul li:hover{ background: #023889;}
.subMenu ul li.on a,.subMenu ul li:hover a{color: #fff;}

.inbanner{ /*! background: #e5e5e5; */ height: auto; width: 100%;}
.header_mini{ position: fixed; top: 0;z-index: 99999;background: #ffffffbf; box-shadow: 0 5px 5px #e5e5e5}
.header_mini ul li.on,.header_mini ul li:hover{ background: #023889;}
.header_mini ul li.on a,.header_mini ul li:hover a{color: #fff;}
.header_mini ul li a{ color: #666;}

.contBox{ padding: 90px 0; min-height: 600px;color: #333;font-size: 15px; overflow: hidden;}
.list_title {
	overflow: hidden;
	height: 140px;
	position: relative;
}
.list_title p.cn {
	font-size: 36px;
	font-family: "PingFang Bold";
	color: #272636;
	height: 90px;
	line-height: 90px;
	padding: 0;
	z-index: 10;
	position: absolute;
	left: 0;
}
.list_title p.en {
	font-size: 18px;
	font-family: "Arial","Lucida Grande";
	text-transform: uppercase;
	color: #8F9599;
	line-height: 25px;
	position: absolute;
	top: 90px;
}
.list_title p.lan {
	background: #2470C8;
	height: 25px;
	position: absolute;
	top: 50px;
	left: 0;
	width: 145px;
	z-index: 1;
}
.list_title::after {
	content: "";
	width: 30px;
	height: 3px;
	background: #E54641;
	position: absolute;
	left: 0;
	bottom: 0;
}
.list_title::before{
    position: relative;
    content: "";
    width: 30px;
    height: 3px;
    background: #023889;
    position: absolute;
    left: 30px;
    bottom: 0;
}

/*about*/
.contBox .list_about p{ padding: 10px 0; line-height: 35px;font-size: 18px;color: #747474;font-family: "PingFang Medium"; text-indent: 2em;}
.list_about .conImg{ width: 55%; height:auto; float: right; margin: 0px 0px 20px 80px;overflow: hidden;}
.list_about .conImg img{ width: 100%; height: 100%; transform: scale(1.0); transition: all 0.5s ease;}
.list_about .conImg img:hover{transform: scale(1.2);transition: all 0.5s ease;}

/*about*/
.contBox .list_fa p{ /*! padding: 10px 0; */ line-height: 35px;font-size: 18px;color: #464646;font-family: "PingFang Medium";}
.list_fa{ padding: 30px 0;}
.list_fa .row{
	width:100%;
	position: relative;
}
.list_fa .row ul{
	height: 1200px; padding: 20px 0;
	overflow: hidden;
}
.list_fa .row li{
	width: 100%;
	overflow: hidden;
	height: 100px;
	/*! height: 140px; */
	margin-bottom: 40px;
	position: relative;
	/*! clear: both; */
}
.list_fa .row li h3{
	font-size:24px;
	line-height: 40px;
	text-align: right;
  font-family: "PingFang Bold";
	width: 200px;
	margin: 0 30px 0 0;
	border-bottom:1px solid #fff;
	margin-top:15px;
		color: #023889;
	/*! opacity:unset; */
	position: absolute;
	left: 0;
	/*! top: 0; */
}
.list_fa .row li h3 em{
	font-size: 15px;
}
.list_fa .row li p{
	font-size: 20px;
	line-height: 36px;
	text-align: left;
	font-family: "PingFang Regular";
	width: 930px;
	/*! margin: 0 auto; */
		/*! color: #fff; */
	position: absolute;
	left: 400px;
	top: 10px;
}
.list_fa .row li span{
	width: 145px; height: 17px;
	display: inline-block; background: url(../images/icon01.png) no-repeat center;
	position: absolute;
	left: 229px; top:30px;
}
.list_fa .row .h_xian{
	content: "";
	width: 2px;
	height: 1300px;
	background: #023889;
	position: absolute;
	left: 300px;
	top: 0;
}
.floor2 .row li::before{
}
.floor2 .row li.a1::before{
}
.floor2 .row li.a9::before{
}
.floor2 .row li.a1 h3{
}


/*news*/
.newsListBox{ background: #f7f7f7; padding: 60px 0 0;}
.newsAllList{ clear: both; padding: 20px 0;}
.newsAllList ul li{float: left;position: static !important;width: 33.3%; height:400px;}
.newsAllList ul li a{display: block;box-sizing: border-box;padding: 20px;margin:0 20px 30px 0;border: 1px solid #e5e5e5;}
.newsAllList ul li:nth-child(3n){ margin-right:0}
.newsAllList ul li h2{ font-size: 18px; margin: 0 0 10px; line-height: 25px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.newsAllList ul li span{ color: #999;}
.newsAllList ul li p{ color: #999; line-height: 25px;height: 50px;overflow: hidden;}
.newsIMg { width: 100%; height: 200px; overflow: hidden; margin: 10px 0;}
.newsIMg img{ width: 100%; height:100%; transform: scale(1.0); transition: all 0.5s ease;}
.newsAllList ul li:hover .newsIMg img{transform: scale(1.2); transition: all 0.5s ease;}
.newsAllList ul li:hover a{background: #006CB6;color: #fff;}
.newsAllList ul li:hover span,.newsAllList ul li:hover p{ color: #fff; opacity: 0.6;}

.newsInfo{ width:70%; float: left;}
.hotList{ width: 28%; float: right; }

.hotTt{ background: #006CB6; height: 60px; color: #fff; font-size: 18px;line-height: 60px; padding: 0 0 0 20px;}
.hotList ul{ border-left: 1px solid #e5e5e5; padding: 10px; margin: 10px;}
.hotList ul li{ position: relative; margin: 10px 0 20px; padding-left: 10px;}
.hotList ul li em{ display:block; width: 10px; height: 10px; border-radius: 50%; position: absolute; background: #006CB6; left: -15px; top: 5px;}
.hotList ul li span{ color: #999;}
.hotList ul li p{line-height: 26px;}
.hotList ul li a:hover{ color: #006CB6;}

.list_pro {
	width:100%;
}
.list_pro ul li {
	width:260px;
	/*! float:left;*/
	display:inline-block;
	margin: 20px 10px 10px 20px;
	position:relative;
	background:#fff;
	border: 1px solid #eaeaea;
}
.list_pro ul li:nth-of-type(3n+0) {
	margin-right:0;
}
.list_pro ul li a {
	display:block;
}
.list_pro ul li:hover {
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}
.list_pro ul li .pic {
	width:100%;
	/*! height:220px;*/
	/*! border-bottom: 1px solid #eee;*/
	overflow: hidden;
}
.list_pro ul li .pic img {
	width: 100%;
	height: 240px;
	transition: all 1s ease-out 0s;
}
.list_pro ul li .pic:hover img{
    transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -webkit-transform:scale(1.12);
    -moz-transform:scale(1.12);
    -o-transform:scale(1.12);
    -m-transform:scale(1.12);
    transform:scale(1.12);
}
.list_pro ul li .text {
	font-size: 14px;
	padding: 0 20px;
}
.list_pro ul li .text .p1 {
	font-size:14px;
	color:#333;
	margin:15px 0;
}
.list_pro ul li .text:hover .p1 {
	color:#269ef2;
}
.list_pro ul li .text .p2 {
	font-size:12px;
	border-top:1px solid #eee;
	background:url(../images/service_dot.png) no-repeat right center;
	/*! line-height:30px;*/
	color:#666;
	padding: 10px 0;
}

.list_photo {
	width:100%;
	overflow: hidden;
}
.list_photo>ul li {
	width: 390px;
	margin: 30px 70px 30px 0px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	height: 330px;
	background: #fff;
}
.list_photo>ul li .pic {
	width: 100%;
	height: 270px;
	overflow: hidden;
}
.list_photo>ul li .pic img {
	width: 100%;
	height: 100%;
	transition: all 1s ease-out 0s;
}
.list_photo>ul li .pic:hover img {
    transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -webkit-transform:scale(1.12);
    -moz-transform:scale(1.12);
    -o-transform:scale(1.12);
    -m-transform:scale(1.12);
    transform:scale(1.12);
}
.list_photo>ul li p {
	font-size: 18px;
	color: #747474;
	padding: 15px;
	text-align: center;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}
.list_photo>ul li p:hover {
	color: #023889;
}
.list_photo>ul li:nth-of-type(3n+0){margin-right:0;}   /*4 的倍数*/

/*■■■■■■■■　详情页样式  ■■■■■■■■*/
/*show*/
.show_content {
	margin: 0 auto;
	text-align: left;
    padding: 50px 0;
    min-height: 600px;
    color: #333;
    font-size: 15px;
    overflow: hidden;
}
.show_content .show_title {
	font-size: 20px; line-height: 30px; padding: 10px 0 20px;
}
.show_content .show_date {
	padding: 10px; background: #f5f5f5; font-size: 13px;
}
.show_content .font_s {
	text-align: right;
	line-height: 30px;
}
.show_content .font_s a {
	color: #0273cf;
	font-size: 14px;
	margin-right: 20px;
}
.show_content .show_cont {
	border-top:1px solid #E0E0E0;
	padding:20px 25px;
	margin:10px auto;
	*padding-bottom:15px;
	line-height:35px;
	font-size:15px;
	overflow-x:auto;
	overflow-y:hidden;
}
.show_content .show_cont p {
	padding: 10px 0; line-height: 30px;
}
.show_content .show_cont img {
	margin:5px 10px;
	height:auto;
	max-width: 95%;
	height: auto!important;
}
.show_content .show_cont a {
	color:#333;
	text-decoration:none;
}
.show_content .show_cont a:hover {
	color:#f60;
	text-decoration:none;
}

/*zutu*/
.group_picture {
	width:400px;
}
.thumbpic {
	margin:30px auto;
	width:350px;
}
#piclist {
	width:300px;
	float:left;
	overflow:hidden;
	height:86px;
	position:relative;
}
#piclist ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:20000px;
	position:relative;
}
#piclist ul li {
	float:left;
	cursor:pointer;
	position:relative;
	background:url(../images/pictures/ico_none.gif) no-repeat center top;
	height:86px;
}
#piclist ul li img {
	height:58px;
	width:78px;
	margin:0 8px;
	padding:3px;
}
#piclist .hover {
	background:url(../images/pictures/ico_bg.gif) no-repeat center top;
	height:64px;
}
#piclist ul li tt {
	background:#000;
	color:#FFF;
	position:absolute;
	z-index:20;
	font-family:arial;
	font-size:12px;
	line-height:16px;
	padding:0 5px;
	margin:45px 0 0 -85px;
}
.thumbpic a.bntprev {
	float:left;
	width:20px;
	height:64px;
	display:block;
	outline:none;
	background:url(../images/pictures/ico_left.gif) no-repeat center;
}
.thumbpic a.bntnext {
	float:left;
	width:20px;
	height:64px;
	display:block;
	outline:none;
	background:url(../images/pictures/ico_right.gif) no-repeat center;
}
#originalpic {
	position:relative;
	overflow:hidden;
	zoom:1;
	height:100%;
	clear:both;
	text-align:center;
	outline: 0;
	border: 1px solid #dfdfdf;
	/*! box-shadow: 0 0 10px #bfbfbf;*/
	/*! margin: 10px 20px;*/
	width: 400px;
}
#originalpic ul {
	list-style:none;
	max-width: 100%;
	margin: 0 auto;
}
#originalpic li {
	display:none;
	position:relative;
	max-width:100%;
}
#originalpic li img {
	margin:15px 0;
	max-width:400px;
}
#originalpic li div {
	text-align:left;
	line-height:24px;
	color:#444;
}
#aPrev {
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	display:block;
	width:50%;
	height:100%;
	background:url(../images/pictures/blank.gif);
}
#aNext {
	position:absolute;
	z-index:10;
	right:0;
	top:0;
	display:block;
	width:50%;
	height:100%;
	background:url(../images/pictures/blank.gif);
}
.group_info {
	width:400px;
	line-height:2;
}
.group_info h1 {
	border-bottom:1px dashed #ddd;
	font-size:18px;
	color:#004097;
	padding:0 0 10px 0;
	font-weight:700;
	margin-top:20px;
	margin-bottom:12px;
	line-height:1.5;
}
.group_info strong {
	color:#ea3516;
	font-size:24px
}
.group_info .but {
    background: -webkit-linear-gradient(bottom, #ea3516, #f0592d);
    background: -moz-linear-gradient(bottom, #ea3516, #f0592d);
    background: -o-linear-gradient(bottom, #ea3516, #f0592d);
    background: linear-gradient(bottom, #ea3516, #f0592d);
    box-shadow: 0 0 1px #ff0;
    border-radius: 3px;
    color: #fff;
    display: block;
    overflow: hidden;
    width: 120px;
    line-height: 40px;
    text-align: center
}
.group_info .but:hover {
    background: -webkit-linear-gradient(right, #ea3516, #f0592d);
    background: -moz-linear-gradient(right, #ea3516, #f0592d);
    background: -o-linear-gradient(right, #ea3516, #f0592d);
    background: linear-gradient(right, #ea3516, #f0592d)
}
.Zoom_tit {
	border-bottom: 1px solid #E0E0E0;
	position:relative;
	padding-bottom:12px;
	margin-bottom:15px;
}
.Zoom_tit h3 {
	font-size:20px;
	color:#333;
}
.Zoom_tit s {
	width:80px;
	height:3px;
	display:block;
	position:absolute;
	left:0;
	bottom:-2px;
	background:#1F4CB5;
}
/*zutu end*/
/*table*/
.show_content table {
	width:100%;
	max-width:95%;
	border-collapse:collapse;
	border-spacing:0;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin: 0 auto
}
.show_content table th {
	border-bottom:2px solid #ddd;
	vertical-align:bottom;
	padding:5px;
	text-align:left;
}
.show_content table td {
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:5px;
}
.maincont table tr:nth-child(odd) {
	background: #E6E7E8;
}
/*标签*/
.show_content .show_label {
	line-height:30px;
	font-size:15px;
	padding-left: 40px;
}
.show_content .show_label a {
	color:#333;
}
.show_content .show_label a:hover {
	color:#f60;
}
/*上一篇*/
.previous {
	padding: 30px 20px;
	overflow: hidden;
	background: #e5e5e5;
	margin-bottom: 20px;
}
.previous .plLt, .previous .prt {
	width:40%;
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.previous .plt {
	float: left;
}
.previous .prt {
	float: right;
}
.previous .previous a {
	color: #666;
}
.previous a:hover {
	text-decoration: underline;
}

.rcrd_img {
	width: 100%;
	overflow: hidden;
}
.rcrd_img b {
	display:block;
	line-height:40px;
	overflow:hidden;
	color:#004097;
	text-indent: 10px;
	background: #E5E5E5;
}
.rcrd_img dl {
	width:22.6%;
	float:left;
	text-align:center;
	margin: 20px 10px 0px 10px;
	display:inline;
	position: relative;
}
.rcrd_img dl dt {
	width:100%;
	height:160px;
	overflow: hidden;
}
.rcrd_img dl dt img {
	width: 100%;
	height: 160px;
	transition: all 1s ease-out 0s;
}
.rcrd_img dl dt:hover img {
    transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -webkit-transform:scale(1.12);
    -moz-transform:scale(1.12);
    -o-transform:scale(1.12);
    -m-transform:scale(1.12);
    transform:scale(1.12);
}
.rcrd_img dl dt a {
	display:block;
}
.rcrd_img dl dd {
	line-height:40px;
	height:40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.group_img dl {
	width: 150px;
	margin:10px 12px 0px 15px;
}

.rcrd_text {
	width:100%;
	overflow:hidden;
}
.rcrd_text b {
	display:block;
	line-height:40px;
	overflow:hidden;
	color:#004097;
	text-indent: 10px;
	background: #E5E5E5;
}
.rcrd_text ul {
	max-height: 210px;
	overflow: hidden;
}
.rcrd_text li {
	width:46%;
	line-height:40px;
	text-align:left;
	float:left;
	border-bottom:1px #cacaca dashed;
	padding:0 0 0 10px;
	margin:0 10px 0 10px;
}
.rcrd_text li:nth-of-type(2n+0) {
	margin-right:0;
}
.rcrd_text li a {
	color:#666;
	width: 80%;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.rcrd_text li span {
	float:right;
	color:#666
}
.group_list li {
	width:96.3%;
}

.tags_list {
	line-height: 35px;
}
.tags_list a {
	margin: 0px 10px 0 5px;
	text-decoration: none !important;
}

/* 案例 */
.case_list{ border-left: 1px solid #dedede; width: 1240px; float: right; margin: 40px 0;}
.case_list li{ height: 80px; margin: 30px 0 50px; position: relative; min-height: 120px;}
.case_list .cLt{ width: 60px; height: 60px; position: absolute; left: -60px; top: 0; font-size: 30px; font-weight: bold; margin: 10px 20px; background: #023589; border-radius: 50%; color: #fff; text-align: center; line-height: 60px; border: 6px solid #b8d0ea; float: left;}
.case_list .cRt{ padding: 0 0 0 80px;}
.case_list .cRt h2{ font-size: 24px; line-height: 36px; font-weight: bold;}
.case_list .cRt p{ font-size: 16px; line-height: 26px; text-indent: 0;}

.case_choose{ background: #fff; overflow: hidden; margin: 0 0 20px;}
.case_choose ul li{ border-bottom: 1px solid #dedede; padding: 20px; overflow: hidden;}
.case_choose ul li:last-child{ border: none ;}
.case_choose ul li em{ display: block; width: 30px; height: 30px; float: left; margin: 0 10px 0 0;}
.case_choose ul li h2{ float: left; line-height: 30px; font-size: 18px; padding: 0 20px 0 10px;}
.case_choose ul li a{ display: block; padding: 0 18px; font-size: 18px; height: 30px; line-height: 30px; float: left; border-right: 1px solid #dedede; text-align: center;}
.case_choose ul li a.on{ color:#023589 ;}
.case_info{ padding: 20px; overflow: hidden; background: #fff;}
.case_info h3{ font-size: 18px;}
.case_info p{ font-size: 16px;}
.casePicList{}
.casePicList .tt{ text-align: center; font-weight: bold; font-size: 21px; margin:10px 0 0;}
.casePicList .tt em{ background: url(../images/c_li_add.png) no-repeat; width: 30px; height: 30px; display:inline-block;  vertical-align: top; margin: 3px 5px 0 0;}
.case_photo .casePicList p{ text-align: center; white-space: normal; padding: 0 10px; font-size: 14px;}
.case_photo .casePicList li{ height: 390px; overflow: hidden; position: relative; transition: all 0.6s cubic-bezier(.35,-0.32,.58,1) 0s;}
.pagesBox{ background: #fff;}
.pagesBox .pages{padding: 20px 0; width: 320px;}
.case_photo .casePicList .upBg{height: 270px; background: url(../images/c_li_b.png); width: 390px; position: absolute; left: -390px; top: 0;transition: all 0.6s cubic-bezier(.35,-0.32,.58,1) 0s;}
.case_photo .casePicList .upImg{ width:60px; height: 60px; background: url(../images/c_li_k.png) no-repeat; position: absolute; left: 165px; top:-60px;transition: all 0.3s cubic-bezier(.35,-0.32,.58,1) 0s;}
.case_photo .casePicList li:hover{ background: #023589;}
.case_photo .casePicList li:hover .upBg{ left: 0;}
.case_photo .casePicList li:hover .upImg{ top: 100px;}
.case_photo .casePicList li:hover .tt{ color: #fff;}
.case_photo .casePicList li:hover .tt em{background: url(../images/c_li_add_o.png) no-repeat;}
.case_photo .casePicList li:hover p{ color: #fff;}

.newsCell{}
.newsCell ul li{ background: #fff; padding:20px; overflow: hidden; margin: 0 0 20px;}
.newsCell ul li a{ display: block;}
.newsLtImg{ width: 360px; height: 215px; position: relative; z-index: 1; float: left;}
.newsLtImg img{ width: 100%; height: 100%;}
.newsLtImg span{ width: 186px; height: 50px; line-height: 50px; text-align: center; display: block; background: rgba(255,255,255,0.3); color: #fff; font-size: 26px; position: absolute; bottom: 0; right: 0; z-index: 99;}
.newsRtInfo{ float: right; width: 880px;}
.newsRtInfo h4{ font-size: 24px; line-height: 30px; height: 30px; padding: 40px 0 20px;}
.newsRtInfo p{ font-size: 16px; color: #666; line-height: 30px;}
.newsCell ul li:hover .newsLtImg span{ background:#023589 ;}

.spelBanner{ height: auto;}
.newsCont{ background: #fff; padding: 60px; clear: both; position:relative; top: -60px; overflow:hidden;}
.newsContLt{ width: 1200px; float: left;}
.newsContRt{ width: 280px; float: right;}
.newsTitle{ position: absolute; top:-260px; text-align: center; color: #fff; width: 100%;}
.newsTitle h3{ font-size: 32px; line-height: 40px; padding: 20px 0;}
.newsTitle h4{font-size: 50px; line-height: 80px; }
.newsTime{ width: 50%; margin: 0 auto; padding: 20px 0; overflow: hidden;}
.newsTime>div{ width: 240px; float: left; height: 30px; line-height: 30px;}
.newsTime>div:first-child{ border-right: 1px solid #fff; padding: 0 10px;}
.newsTime>div img{ width:30px; height: 30px; vertical-align: top; margin: 0}
.ntt{ border-bottom: 1px solid #eaf0f3; overflow: hidden; margin: 0 0 20px; height: 60px;line-height: 60px;}
.nTxt{ float: left; font-size: 26px; position: relative; z-index: 2; color: #000;}
.nTxt p{ height: 13px; background:#2270c8; width: 100%; position: absolute; bottom:14px; z-index:-1;}
.nBack{ width: 140px; height: 34px; background:#023589; border-radius: 20px ; color: #fff; float: right; margin: 15px 0 0;}
.nBack a{ display: block; color: #fff; line-height: 34px; font-size: 14px; padding: 0 10px; text-align: center;}
.nBack a img{ width: 30px; height: 30px; vertical-align: top; margin: 2px 0 0;}
.nCont{overflow: hidden; font-size: 16px; line-height: 30px; padding: 0 0 40px;}
.nCont p{ padding: 10px 0; text-indent: 2em;}
.nCont img{ width:90%; height: auto; }
.newsRtCell{}
.newsRtCell ul li{ border-bottom: 1px dashed #eaf0f3; padding:10px 0; font-size: 16px; line-height: 26px;}
.newsRtCell ul li h1{ font-size:18px; padding: 10px 0;}
.newsRtCell ul li img{ width:280px; height: auto; margin: 0 0 10px;}

.quickBox{ clear: both; padding: 30px 0; }
.quickBox>div{ padding-left: 40px;}
.quickBox>div:first-child{ border-bottom: 1px dashed #eaf0f3; background: url(../images/prevBtn.png) no-repeat left;}
.quickBox>div:nth-child(2){background: url(../images/nextBtn.png) no-repeat left center;}
.quickBox a{ font-size: 16px;}
.quickBox a img{ width: 30px; height: 30px; vertical-align: top; margin: 6px 5px 0;}
.quickBox>div:first-child:hover{ background: url(../images/nextBtn01.png) no-repeat left;}
.quickBox>div:nth-child(2):hover{ background: url(../images/nextBtn02.png) no-repeat left;}
.quickBox>div:hover{ font-weight: bold;}
.enterpriseBox{}
.enterpriseBox img{ width: 98%; height: auto;}
.enterpriseBox h4{ font-size: 24px; padding: 10px 0; font-weight: bold;}
.enterpriseBox>p{ color: #747474; line-height: 30px; font-size: 18px; text-indent: 2em;}
.fcBox{ padding: 40px 0;}
.fcBox li{ margin: 0 0 30px; overflow: hidden;}
.fcBox li>div{ background: #fff; float:left; }
.fcBox li>div:first-child{margin-right: 20px;}
.fcBox li .fLt{width:650px; height: 400px}
.fcBox li .fLt img{ width: 100%; height: 100%;}
.fcBox li .fRt{ width: 550px; height: 300px; padding: 50px;}
.fcBox li .fRt h1{ font-size: 24px; height: 50px;line-height: 50px; font-weight: bold; position: relative; z-index: 2; min-width:200px; display: inline-block;}
.fcBox li .fRt h1>p{ height: 13px; background:#2270c8; width: 100%; position: absolute; bottom:8px; z-index:-1;}
.fRtCont{ line-height: 30px;}
.fRtCont p{ padding: 10px 0; color: #666;}
.infoListBox{ }
.rtSubMenu{ float: right; width: 280px; border: 1px solid #dddddd;}
.infoListBox>ul{ width: 850px;float: left;}
.infoListBox>ul>li{ border-bottom: 1px dashed #ddd; margin: 0 0 10px;}
.infoListBox>ul>li:hover a{ color: #023589;}
.infoListBox>ul>li::before{ content: ""; display: block; width: 6px; height: 6px; background: #2270c8; float: left; margin: 26px 18px 0 0;}
.infoListBox>ul>li a{display: block; color: #666; padding: 10px 0; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.infoListBox>ul>li a span{float: right; padding: 0 0 0 10px; font-size: 14px;}
.rtSubMenu h2{height: 80px; background:#023589; line-height: 80px; text-align: center; color: #fff; font-size: 24px; font-weight: bold;}
.rtSubMenu ul{padding: 20px;}
.rtSubMenu ul li{ height: 60px; line-height: 60px; border-bottom: 1px dashed #ccc;}
.rtSubMenu ul li a{ display: block; background: url(../images/morebef.png) no-repeat left center; text-indent: 3em;}
.rtSubMenu ul li a:hover{background: url(../images/morebef02.png) no-repeat left center;}
.rtSubMenu ul li.on a{color: #023589;background: url(../images/morebef02.png) no-repeat left center;}

.oaLoginBox{ background: rgba(255,255,255, 0.6); width: 1420px; height: 710px; position: absolute; left: 50%; margin-left: -710px; top: 50%; margin-top:-355px;}
.oaLoginBox .oaImg{ width: 55%; background: url(../images/logoLtImg.png) no-repeat center; float: left;height: 700px;}
.oaLogin{  width: 550px; float: left;  padding: 40px 0 0;}
.oaLogin h1{ font-size: 50px; text-align: center; color:#023589 ; font-weight: bold; padding: 20px 0; font-family: "times new roman";}
.oaLogin h2{ font-size: 36px;text-align: center; color: #747474; padding: 20px 0 60px;}
.loginCont{background: rgba(255,255,255, 0.3); width:400px; height:240px; padding: 40px; box-shadow: 0 0 10px #dfe5ec; margin: 0 auto;}
.lTxt{ margin: 0 0 20px; width: 100%;  height: 50px; line-height: 50px; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 3px 2px #e5e5e5 inset;}
.lTxt img{ width: 20px; height: 20px; float: left; vertical-align: top; margin: 15px 10px 0 10px;}
.lTxt input{ padding: 0 10px; float: left; border: none; height: 46px; line-height: 46px; width: 280px;border:none;outline:medium; margin: 3px 0 0; }
.lTxt input:focus{ border: none; outline: none;}
.loginCont button{ background:#023589;  color: #fff; width: 100%; height: 60px; line-height: 60px; border: none; font-size: 20px; border-radius: 10px; overflow: hidden;}
.loginCont p{ font-size: 18px; text-align:center; padding: 10px 0;}
.loginCont p a{font-size: 18px;color: #023589;padding: 0 10px;}

.reportBox{padding: 60px 0; overflow: hidden;}
.reportTt{ float: left; width: 100px;}
.reportTxt{ width: 1120; float: right;}
.reportTxt p{ padding: 5px 0;}
.reportBtn{background:#023589; margin:60px auto; text-align: center; display: block;color: #fff; width: 160px; height: 50px;line-height: 50px; border-radius:10px; border: none; font-size: 20px;}
.reportBtn:hover{ color: #fff;}
.reportInputBox{ width: 1024px; margin: 0 auto;}
.reportInputCell{ width: 760px; float: right;}
.reportInputCell ul li{ margin: 0 0 10px; clear: both; margin: 0 0 20px; overflow: hidden;}
.reportInputCell ul li div{ float: left;}
.reportInputCell ul li div:first-child{ width:138px ;}
.reportInputCell ul li div span{ color: #f00;}
.rinput{  width: 590px; min-height: 46px;}
.rinput input[ type="text"],.rinput select{ background: #fff; border:1px solid #ccc; width: 590px; height: 46px;}
.rinput textarea{ width: 590px;min-height: 200px; padding: 10px;border:1px solid #ccc;}
.rinput label{ padding: 0 10px;}
.rinput label input{ margin: 0 5px;}
.reportBtnBox{ margin: 0 auto 40px; width: 360px; overflow: hidden;}
.reportBtnBox .reportBtn{ float: left; margin: 0 10px;}

.contactBox{ width: 980px; margin: 0 auto;}
.contactLt{float: left; width: 540px;}
.contactRt{float: right; width: 300px; border-left: 1px solid #e4e5e7; padding-left: 100px;}
.contactLt h2,.contactRt h2{ border-bottom: 1px solid #023589; font-size: 24px; padding: 15px 0; display: inline-block;font-weight: bold;}
.contactLt div{ margin: 30px 0 0; }
.contactLt div span{ font-size: 18px; font-weight: bold;}
.contactLt div p{ padding: 0; font-size: 16px; line-height: 30px;}
.contactRt div{ width: 163px; height: 163px; background:#023589 ; padding: 6px; margin: 20px 0 0;}
.contactRt div img{ width: 163px; height: 163px;}
.contactRt  p{ font-weight: bold;  font-size: 19px;}


/*自适应*/
/* 头部 */
.mob-head{width: 100%;background: #fff;position: fixed;z-index: 1000;display: none;}
.mob-head .logo{padding: 0 110px 0 15px;}
.mob-head .logo img{max-width: 100%;}
.mob-head .head-btn{position: absolute; right: 15px; height: 26px; top: calc(50% - 13px); font-size: 0;}
.mob-head .head-btn a{display: inline-block; vertical-align: middle; width: 30px; line-height: 26px; text-align: center;}
.mob-head .head-btn a .fa{font-size: 25px; vertical-align: middle;}
.mob-head .head-btn a .fa-search{font-size: 25px;}
.mob-head .head-btn .search-btn{border-right: 1px solid #aaaaaa; margin-right: 10px; width: 40px;display: none;}
/* 搜索框样式 */
.mob-search{border-top: 1px solid #ddd; padding: 10px 15px; display: none;position: absolute;top: 90px;left: 0;right: 0;z-index: 10;}
.mob-search form{width: 100%; border: 1px solid #444444; border-radius: 10px; background-color: #fff; height: 38px; padding: 7px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: justify; align-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box;}
.mob-search input[type="text"]{width: 70%; padding-left: 15px; font-size: 16px; color: #323232; height: 22px; line-height: 22px; border: none; outline: none; background: none;}
.mob-search input[type='submit']{width: 25%; border: none; border-left: 1px solid #b6b6b4; text-align: center; height: 22px; font-size: 16px; color: #323232; background: none; outline: none; border-radius: 0;}
/* 导航样式*/
.mob-nav{z-index: 10000;position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: #023889;-webkit-transform: translateX(-100%);transform: translateX(-100%);opacity: 0;-webkit-transition: all .5s ease;transition: all .5s ease;}
.mob-nav .close-btn{text-align: right;padding: 15px 15px 0 0;font-size: 30px;color: #fff;cursor: pointer;}
.mob-nav .close-btn .iconfont{font-size: 30px;color: #fff;}
.mob-nav li a{display: block;text-align: center;line-height: 50px;font-size: 16px;color: #fff;}
.mob-nav li:not(:last-child){border-bottom: 1px solid #fff;}
.mob-nav.active{-webkit-transform: translateX(0);transform: translateX(0);opacity: 1;}
.swiper-container{display: none;} /*自适应banner*/
/*手机二级导航*/
.ny_sjleft{width:100%;height:auto;overflow:hidden;background:#F0F0F1;display:none;margin-bottom:20px}
.ny_sjleft li{width:48%;float:left;line-height:40px;text-align:center}
.ny_sjleft li a{font-size:13px;color:#666;text-align:center}
.ny_sjleft li.active{background:#034EA1}
.ny_sjleft li.active a{color:#fff}
.mob-banner{display: none;}

/* 浏览器的可视区域小于1900px */
@media screen and (max-width: 1900px) {}
/* 浏览器的可视区域小于1600px */
@media screen and (max-width: 1600px) {}
/* 浏览器的可视区域小于1460px */
@media screen and (max-width: 1460px) {}
/* 浏览器的可视区域小于1386px */
@media screen and (max-width: 1386px) {

}
/* 浏览器的可视区域小于1300px */
@media screen and (max-width: 1320px) {
	.w1320{width: 95%;}
	.w1200{width: 100%;margin-bottom: 0px;}
	.center{width:95%;}
	.logo{width: 20%;}
	.nav{width: 75%;float: right;}
	.nav ul{width: 100%;}
	.nav ul li{margin: 0 2.5%;}
	.nav li .subnav{width: 1560px;margin-left: -50%;margin-right: -50%;left: 0;right: 0;}
	.subnav .sub_n_l{width: 20%;}
	.subnav .sub_n_r{width: 80%;}
	.nav li:nth-of-type(2) .subnav .sub_n_r ul li{margin: 50px 1% 0 1.5%;width:13%;}
	.subnav .w1320{width: 80%;margin: 0 auto;overflow: hidden;}
	.bannerBox ul.pic li.a1 .bumCount .b_title{display: none;}
	.bumCount ul{width: 100%;margin: 0 auto;}
	.bumCount ul li{width: 25%;padding: 0 2% 0 6%;}
	.f_nav{width:70%;}
	.f_nav dl {margin: 0 1.2%;width: 10%;}
	.f_ewm {display: none;}
	.f_tel {float: right;width: 30%;}
	.floor3 .cont ul li{width: 23%;height: auto;position: inherit;margin: 20px 0% 0 1.8%;}
	.floor3 .cont ul li .text p{height: 90px;overflow: hidden;}
	.floor4 .cont .row .c_list ul li{width: 30%;height: 360px;margin: 20px 2% 20px 1.5%;float: left;position: relative;}
	.floor5 .cont ul li{width: 20%;margin: 0 1%;}
	.floor5 .cont ul li.a3{width:10%}
	.floor6 .cont .x_fl{width: 45%;}
	.floor6 .cont .x_fr{width: 52%;}
	.floor7 .cont ul li{width: 18%;margin: 30px 0 0 1.8%;}
	/*list*/
	.subMenu_title {top: 45%;}
	.case_list {width: 90%;float: initial;  margin: 0 auto;}
	.case_photo .casePicList li {}
	.list_photo > ul li {width: 30%;  margin: 30px 2% 30px 1.5%;}
	.newsLtImg {width: 30%;}
	.newsRtInfo {width: 65%;}
	.newsContRt {width: 25%;}
	.newsContLt {width: 70%;}
	.rtSubMenu {width: 23%;}
	.infoListBox > ul {width: 70%;}
	.inbanner img {height: auto;width: 100%;display: block;}

}

/* 浏览器的可视区域小于1200px */
@media screen and (max-width: 1200px) {
	.nav ul li{/*! width: 10%; */margin: 0 2%;}
	.nav li:nth-of-type(2) .subnav .sub_n_r ul li{margin: 50px 1% 0 1%;width:13%;}
	.floor1 .x_fl{width: 100%;}
	.floor1 .x_fl ul{margin: 30px 0 30px 0;}
	.floor1 .x_fl ul li{width: 50%;}
	.floor1 .x_fl .more{margin:0 auto;}
	.floor1 .x_fr{display: none;}
	.floor2 .row li.a1{}
	.floor2 .row li.a2{left: 15%;}
	.floor2 .row li.a3{left: 25%;}
	.floor2 .row li.a4{left: 35%;}
	.floor2 .row li.a5{left: 45%;}
	.floor2 .row li.a6{left: 55%;}
	.floor2 .row li.a7{left: 65%;}
	.floor2 .row li.a8{left: 75%;}
	.floor2 .row .h_xian{width: 85%;margin: 0 auto;}
	.floor4 .cont .row .c_nav{top: -50px;}
	.floor5 .cont ul li.a1 {margin-top: 120px;}
	.floor5 .cont ul li.a5 {margin-top: 120px;}
	.floor5 .cont ul li p {font-size: 16px;}
	}
/* 浏览器的可视区域小于1044px */
@media screen and (max-width: 1044px) {
	.center{ width:90%;}
	.mob-head{display: block;}
	.nav{display: none;}
	.mob-search{display: none;}
	.head{display: none;}
	.logo {width: auto;}
	.f_nav{width:100%;}
	.f_nav dl {margin: 0 1.2%;width: 10%;}
	.f_tel {display: none;}

	.floor1 .x_fl{width: 100%;}
	.floor1 .x_fl ul{margin: 30px 0 30px 0;}
	.floor1 .x_fl ul li{width: 50%;}
	.floor1 .x_fl .more{margin:0 auto;}
	.floor1 .x_fr{display: none;}
	.floor2 .row li{}
	.floor2 .row li.a1{}
	.floor2 .row li.a2{left: 15%;}
	.floor2 .row li.a3{left: 25%;}
	.floor2 .row li.a4{left: 35%;}
	.floor2 .row li.a5{left: 45%;}
	.floor2 .row li.a6{left: 55%;}
	.floor2 .row li.a7{left: 65%;}
	.floor2 .row li.a8{left: 75%;}
	.floor2 .row .h_xian{width: 85%;margin: 0 auto;}
}

/*浏览器的可视区域小于750px*/
@media screen and (max-width: 750px) {
	.center{width:90%;}
	body{background:#fff}
	/*head*/
	.bannerBox{display: none;}
	.banner{/*! display: none; */height: auto;}
	.mob-banner{display: block;}
	.swiper-container{display: block;}

	/*subMenu*/
	.subMenu{height: auto;}
	.subMenu ul li{line-height: 50px;height: 50px;font-size: 14px;width: 49%;}
	.subMenu ul li a{}
	.subMenu ul li.on,.subMenu ul li:hover{background: #023889a3;}
	.subMenu ul li.on a{}
	.left_class{width: 100%;}
	.left_class_list{padding: 15px 25px 0px 15px;}
	/*index*/
	.mian_box{}
	.floor1{padding: 40px 10px;}
	.floor1 .x_fr img{width: initial;height: 500px;}
	.floor2{padding: 50px 10px;height: 780px;}
	.floor2 .x_title p{font-size: 25px;height: 45px;}
	.floor2 .x_title p em{font-size: 15px;}
	.floor2 .x_title span{font-size: 20px;line-height: 25px;}
	.floor2 .row{width:80%;padding-top: 20px;margin: 0 auto;}
	.floor2 .row ul{height: auto;}
	.floor2 .row li{width: 150px;float: inherit;margin: 10px 15px;height: 150px;background: #ffffff7d;display: inline-block;float: left;}
	.floor2 .row li h3{font-size: 22px;width: 100%;}
	.floor2 .row li h3 em{font-size: 10px;}
	.floor2 .row li p{font-size: 12px;line-height: 20px;width: 85%;}
	.floor2 .row li span{display: none;}
	.floor2 .row .h_xian{display: none;}
	.floor2 .row .more{display: none;}
	.floor2 .row .more a{display: block;color: #fff;}
	.floor2 .row li.a1{position: inherit;}
	.floor2 .row li.a2{position: inherit;}
	.floor2 .row li.a3{position: inherit;}
	.floor2 .row li.a4{position: inherit;}
	.floor2 .row li.a5{position: inherit;}
	.floor2 .row li.a6{position: inherit;}
	.floor2 .row li.a7{position: inherit;}
	.floor2 .row li.a8{position: inherit;}
	.floor2 .row li.a9{position: inherit;}
	.floor2 .row li::before{display: none;}
	.floor2 .row li.a1::before{display: none;}
	.floor2 .row li h3{margin-top:20px;}
	.floor2 .row li.a2 h3{margin-top: 30px;}
	.floor2 .row li.a3 h3{margin-top:20px;}
	.floor2 .row li.a4 h3{margin-top:20px;}
	.floor2 .row li.a9 h3{margin-top:20px;}
	.floor2 .row li.a6 h3{margin-top:20px;}
	.floor2 .row li.a8 h3{margin-top:20px;}
	.floor3{padding: 50px 10px 0px 10px;}
	.floor3 .x_title p{font-size: 32px;}
	.floor3 .cont ul li{width: 24%;height: auto;position: inherit;margin: 20px 0% 0 1%;}
	.floor3 .cont ul li .bottom h3{font-size: 18px;}
	.floor3 .cont ul li .text h3{font-size: 18px;}
	.floor3 .cont ul li .text p{display: none;}
	.floor3 .cont ul li .text .more{margin-top: 40px;}
	.floor4{padding: 50px 10px;height: 1150px;}
	.floor4 .x_title p{font-size: 30px;}
	.floor4 .x_title p em{font-size: 18px;}
	.floor4 .cont .row .c_nav{width: 100%;height: auto;position:inherit;margin-top:20px;overflow: hidden;}
	.floor4 .cont .row .c_nav ul{}
	.floor4 .cont .row .c_nav ul li{margin-bottom: 10px;}
	.floor4 .cont .row .c_list ul{width:100%;height: auto;box-sizing: border-box;position: inherit;}
	.floor4 .cont .row .c_list ul li{width: 46%;height: 360px;margin: 20px 2% 20px 2%;float: left;position: relative;}.floor5{padding: 50px 10px;background: #03339F url(../images/dute.jpg) no-repeat left bottom;}.floor5 .x_title p{font-size: 30px;}.floor5 .x_title p em{font-size: 18px;}.floor5 .cont ul{height: auto;}
	.floor5 .cont ul li{width: 100%;height: auto;float: inherit;position: inherit;margin: 0px 0 20px 0;}
	.floor5 .cont ul li p{font-size: 16px;line-height: 30px;text-align: center;font-family: "PingFang Regular";margin-top: 25px;margin-bottom: 10px;}
	.floor5 .cont ul li .d_yuan{}
	.floor5 .cont ul li .d_xian{display: none;}
	.floor5 .cont ul li .x_yuan{display: none;}
	.floor5 .cont ul li {margin-top: auto;width: 30%;float:left;margin: 0 2%;}
	.floor5 .cont ul li.a1{margin-top: auto;}
	.floor5 .cont ul li.a2{margin-top: auto;}
	.floor5 .cont ul li.a3{width: auto;margin-right: 0;margin-top: auto;}
	.floor5 .cont ul li.a4{margin-top: auto;/*! margin-top: 160px; */}
	.floor5 .cont ul li.a5{margin-right: 0;margin-top: auto;}
	.floor6 {padding: 50px 10px 0 10px;}
	.floor6 .cont .x_fl{width:100%;position: inherit;margin-bottom: 20px;}
	.floor6 .cont .x_fl .pic{height:auto;}
	.floor6 .cont .x_fr{width:100%;}
	.floor6 .cont .x_fr .x_t_box{width:100%;height: auto;overflow: hidden;}
	.floor6 .cont .x_fr .x_t_box ul li{width:48%;margin: 0 1% 0 1%;}
	.floor6 .cont .x_fr .x_t_box ul li .pic{width:100%;height:auto;}
	.floor6 .cont .x_fr .x_t_box ul li p{font-size: 16px;}
	.floor6 .cont .x_fr .x_b_box ul li{line-height: 40px;height: 40px;border-bottom: ;}
	.floor6 .cont .x_fr .x_b_box ul li p{font-size: 16px;width: 70%;}
	.floor6 .cont .x_fr .x_b_box ul li span{font-size: 16px;}
	.floor6 .cont .x_fr .x_b_box ul li:hover p{color: #006CB6;}
	.floor7{padding: 50px 10px;margin: 0;}
	.floor7 .x_title p{font-size: 30px;}
	.floor7 .x_title p em{font-size: 18px;}
	.floor7 .cont ul li{width: 22%;height: 80px;border: 1px solid #ccc;float: left;margin: 4% 0% 0 2.4%;}
	.floor7 .cont ul li .pic{width: 100%;height: 100%;background: url(../images/brand.jpg) no-repeat center;background-color: #fff;background-size: 80%;}/*main*/.ny_banner{padding:10% 0;}.ny_banner_left{padding-left: 30px;width: 90%;margin-bottom: 20px;float: none;}.ny_banner_right{width:90%;margin-top:10px;float: none;padding-left: 20px;}.main{width:100%;padding: 0px 0;}.main_l{width: 100%;}.main_r{width:100%}.maincont h1{font-size:20px;line-height:30px}.maincont .explain{display:none}.maincont .Zoom img{max-width:100%;height:auto;}.maincont .previous{padding-left: 20px;}/*contact*/.contact_fl{width:100%}.contact_fr{width:100%}/*list*/dl.photo_list{width:29%;margin:1% 2%;}dl.pro_list{width:22%;}.rcrd_img dl{margin: 10px 10px 0px 6px;}/*product*/.group_info{width: 350px;}/*footer*/.footer{padding: 40px 10px 20px 0;}
	.main_r{width:100%}
	.maincont h1{font-size:20px;line-height:30px}
	.maincont .explain{display:none}
	.maincont .Zoom img{max-width:100%;height:auto;}
	.maincont .previous{padding-left: 20px;}
	/*contact*/
	.contact_fl{width:100%}
	.contact_fr{width:100%}
	/*list*/
	.inbanner{height: auto; width: 100%;margin-top: 90px;}
	.inbanner img{height: auto; width: 100%;display: block;}
	.header_mini{ position: inherit;}
	.contBox{ padding: 40px 10px;width: auto;}
	.subMenu_title {top: 25%;}
	.list_title {
		overflow: hidden;
		height: 100px;
		position: relative;
		margin-left: 10px;
		margin-bottom: 50px;
	}
	.list_title p.cn {
		font-size: 28px;
		height: 50px;
		line-height: 50px;
		position: inherit;
		left: 0;
	}
	.list_title p.en {font-size: 15px;position: inherit;top: auto;}
	.list_title p.lan {display: none;}
	.list_about .conImg{float: initial;margin: 0px;max-width: 98%;margin: 0 auto;}
	.contBox .list_about p{font-size: 16px;}
	.contBox .list_about p img{width: 100%;text-indent: 0;}

	.list_fa{padding: 0;}
	.list_fa .row li{height: auto;margin-bottom: 20px;}
	.list_fa .row li h3{
		font-size:25px;
		text-align: left;
		width: 100%;
		margin: 0 30px 0 0;
		position: inherit;
	}
	.list_fa .row li h3 em{
		font-size: 15px;
	}
	.list_fa .row li p{
		width: 100%;
		position: inherit;
		left: 0;
		top: 0;
		font-size: 18px;
		height: auto;
		line-height: 30px;
	}
	.list_fa .row li span{
		display: none;
	}
	.list_fa .row .h_xian{
		display: none;
	}
	.list_photo>ul li {width:46%;margin:1% 0 2% 2%;height: auto;}
	.list_photo > ul li .pic{height: 200px;}
	.list_photo > ul li p{font-size: 15px;}

	.case_list{ /*! border-left: 1px solid #dedede; */ width: 100%; float: initial; /*! margin: 40px 0; */}
	.case_list li{ height: auto; margin: 30px 0 0;}
	.case_list .cLt{ width: 60px;left: 0;margin: 0px 10px 0 0;}
	.case_photo .casePicList li{ height: 300px;position: inherit;}

	.newsCont{ /*! background: #fff; */ /*! padding: 60px; */ /*! clear: both; */ position:inherit; top: 0; /*! overflow:hidden; */padding: 10px;}
	.newsContLt{ width: 100%; float: initial;}
	.newsContRt{ width: 100%; float: initial;}
	.newsTitle{ position: inherit; top:0; /*! text-align: center; */ color: #747474; /*! width: 100%; */}
	.newsTitle h3{ font-size: 24px; /*! line-height: 40px; */ /*! padding: 20px 0; */}
	.newsTitle h4{font-size: 30px; line-height: 40px; padding: 20px 0;}

	.newsTime{ width: 100%; text-align: center; padding: 0; /*! overflow: hidden; */font-size: 15px;}
	.newsTime>div{ width: 100%; float: initial; /*! height: 30px; */ /*! line-height: 30px; */}
	.newsTime>div:first-child{ border-right: 1px solid #fff; padding: 0 10px;}
	.newsRtCell ul li{width: 48%;float: left;margin: 0 1%;}
	.newsRtCell ul li h1{ font-size:18px; padding: 10px 0;}
	.newsRtCell ul li img{ width: 100%; height: auto; /*! background:#023589; */ /*! border-radius: 20px ; */ /*! color: #fff; */ /*! float: right; */ margin: 0;}

	.newsCell{}
	.newsCell ul li{ /*! background: #fff; */ padding:0; /*! overflow: hidden; */ /*! margin: 0 0 20px; */}
	.newsCell ul li a{ /*! display: block; */}
	.newsLtImg{ width: 100%; /*! height: 215px; */ /*! position: inherit; */ z-index: 1; float: initial;}
	.newsLtImg img{ width: 100%; height: 100%;}
	.newsLtImg span{ /*! width: 186px; */ /*! height: 50px; */ /*! line-height: 50px; */ /*! text-align: center; */ /*! display: block; */ /*! background: rgba(255,255,255,0.3); */ /*! color: #fff; */ /*! font-size: 26px; */ /*! position: absolute; */ /*! bottom: 0; */ /*! right: 0; */ /*! z-index: 99; */}
	.newsRtInfo{ float: initial; width: 100%;}
	.newsRtInfo h4{ font-size: 20px; /*! line-height: 30px; */ height: auto; padding: 20px 0 20px;}
	.newsRtInfo p{ /*! font-size: 16px; */ /*! color: #666; */ /*! line-height: 30px; */}
	.newsCell ul li:hover .newsLtImg span{ background:#023589 ;}

	.contBox .enterpriseBox img{width: 100%;}
	.fcBox{ padding: 0;}
	.fcBox li{ margin: 0; overflow: hidden;}
	.fcBox li>div{ background: #fff; float:left; }
	.fcBox li>div:first-child{margin-right: 0;}
	.fcBox li .fLt{width:100%; height: auto;float: left;}
	.fcBox li .fRt{ width: 100%; height: auto; padding: 20px 0;/*! float: ri; */}
	.fcBox li .fRt h1{min-width:100%;}

	.infoListBox > ul {width: 100%;float: initial;}
	.rtSubMenu {float: inherit;width: 100%;}

	.contactBox {
	    width: 100%;
	}
	.contactLt {
	    float: inherit;
	    width: 100%;
	}
	.contactRt {
	    float: 10;
	    width: 100%;
	}

	.reportBox{padding: 60px 0; overflow: hidden;}
	.reportTt{ float: left; width: 100px;margin: 20px 20px 0 10px;}
	.reportTxt{ width: 100%; float: inherit;}
	.reportTxt p{ padding: 5px 10px;font-size: 18px;}

	.reportBox{padding: 20px 0; overflow: hidden;}
	.reportTt{ float: left; width: 100px;}
	.reportTxt{ /*! width: 1120; */ /*! float: right; */}
	.reportTxt p{ padding: 5px 0;}
	.reportBtn{background:#023589; margin:60px auto; text-align: center; display: block;color: #fff; width: 160px; height: 50px;line-height: 50px; border-radius:10px; border: none; font-size: 20px;}
	.reportBtn:hover{ color: #fff;}
	.reportInputBox{ width: 100%; margin: 0 auto;}
	.reportInputCell{ /*! width: 100%; */ float: inherit;width: 90%;overflow: hidden;margin: 0 auto;}
	.reportInputCell ul li{ margin: 0 0 10px; clear: both; margin: 0 0 20px; overflow: hidden;}
	.reportInputCell ul li div{ float: left;font-size: 16px;}
	.reportInputCell ul li div:first-child{ width:30%;}
	.reportInputCell ul li div span{ color: #f00;}
	.rinput{  width: 70%; min-height: 46px;}
	.rinput input[ type="text"],.rinput select{ /*! background: #fff; */ /*! border:1px solid #ccc; */ width: 100%; /*! height: 46px; */}
	.rinput textarea{ width: 100%;/*! min-height: 200px; */ /*! padding: 10px; *//*! border:1px solid #ccc; */}
	.rinput label{ padding: 0 10px;}
	.rinput label input{ margin: 0 5px;}
	.reportBtnBox{ margin: 0 auto 40px; width: 360px; overflow: hidden;}
	.reportBtnBox .reportBtn{ float: left; margin: 0 10px;}

	.oaLoginBox{ background: none; width: 100%; height: auto; position: inherit; left: 50%; margin-left: 0; top: 50%; margin-top:0;}
	.oaLoginBox .oaImg{ width: 100%; background: url(../images/logoLtImg.png) no-repeat center 100px /360px; float: inherit;/*! height: 360px; */top: 100% 100%;}
	.oaLogin{  width: 100%; float: inherit;  padding: 40px 0 0 0;/*! position: relative; */position: absolute;/*! left: 20px; */top: 100px;/*! background: rgba(255,255,255, 0.3); */box-shadow: 0 0 10px #dfe5ec;background: rgba(255,255,255, 0.6);}
	.oaLogin h1{ font-size: 40px; text-align: center; color:#023589 ; font-weight: bold; padding: 0; font-family: "times new roman";}
	.oaLogin h2{ font-size: 30px;text-align: center; color: #747474; padding: 20px 0 0px;}
	.loginCont{background: none; width:auto; height:auto; padding: 30px 40px; margin: 0 auto;}
	.lTxt input{  border: none;}
	.lTxt input:focus{ border: none; outline: none;}
	/*product*/
	.group_info{width: 350px;}
	/*footer*/
	.footer{padding: 40px 10px 20px 0;/*! min-width: 50%; */}
	.f_nav{display: none;}
	.f_ewm{width: 280px;margin: 0 0 0 50px;float: left;display: block;}
	.f_ewm ul{float: right;margin: 20px 0 0 0;}
	.f_ewm ul li a{color:#fff;}
	.f_tel{width: 350px;display: block;float: left;margin-left: 50px;}
	.copyright{color: #fff;padding: 20px 10px;line-height: 25px;width: auto;}
}

@media screen and (max-width: 414px) {
	.floor2 {height: 1000px; background: #1A56B8 url(../images/fa.jpg) no-repeat center bottom;}
	.floor2 .row {width: 100%;}
	.floor2 .row li{margin: 10px 2% 10px 5%;}
	.floor3 .cont ul li {width: 46%;margin: 20px 2% 0 2%;}
	.floor4 .cont .row .c_list ul li {width: 100%;}
	.floor5 .cont ul li {width: 90%;}
	.floor7 .cont ul li {width: 46%;height: 60px;margin: 4% 0% 0 3%;}
	.f_tel {width: 100%;margin-left: 0;}
	.f_ewm {width: 280px;margin: 0 auto;float: inherit;}
	.subMenu_title p.en{display: none;}
	.list_photo > ul li .pic {height: 160px;}

}
@media screen and (max-width: 390px) {
	.floor2 {height: 1000px; background: #1A56B8 url(../images/fa.jpg) no-repeat center bottom;}
	.floor2 .row {width: 100%;}
	.floor2 .row li{margin: 10px 2% 10px 5%;}
	.floor3 .cont ul li {width: 46%;margin: 20px 2% 0 2%;}
	.floor4 .cont .row .c_list ul li {width: 100%;}
	.floor5 .cont ul li {width: 90%;}
	.floor7 .cont ul li {width: 46%;height: 60px;margin: 4% 0% 0 3%;}
	.f_tel {width: 100%;margin-left: 0;}
	.f_ewm {width: 280px;margin: 0 auto;float: inherit;}
}
/*自适应 end*/
