/*头部*/
@charset "utf-8";
/* CSS Document */
html, body {
	height: auto;
	padding: 0;
	margin: 0;
	font-family:"微软雅黑", "arial", "Helvetica", "Helvetica Neue";
	color: #333;
	line-height: 1.5;
	font-size:14px;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
input, textarea {
	font-family: "微软雅黑", "arial", "Helvetica", "Helvetica Neue";
	color: #666;
	outline:none;
}
input:focus, textarea:focus {
	outline: none;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, dl, dd, dt {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #1f2c5c;
	text-decoration: none;
}
a img {
	border: 0;
}
 input::-webkit-input-placeholder {
color: #999;
}
input::-moz-placeholder {
color: #999;
}
input:-ms-input-placeholder {
color: #999;
}
 textarea::-webkit-input-placeholder {
color: #bbb;
}
textarea::-moz-placeholder {
color: #bbb;
}
textarea:-ms-input-placeholder {
color: #bbb;
}
.wrap {
	min-width: 1400px;
}
.cons {
	width:1212px;
	margin: 0 auto;
}
.con {
	width:1400px;
	margin: 0 auto;
}
.font36 {
	font-size: 36px;
}
.font24 {
	font-size: 24px;
}
.font20 {
	font-size: 20px;
}
.font18 {
	font-size: 18px;
}
.font16 {
	font-size: 16px;
}
.font15 {
	font-size: 15px;
}
.font14 {
	font-size: 14px;
}
/*头部*/
.headerW {
	position: relative;
	z-index: 1;
	width: 100%;
	border-bottom: 1px solid #1f2c5c;
}
.top {
	position: relative;
	z-index: 2000;
	margin: 0 auto;
	padding: 0 0;
	line-height: 2.3em;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e3e3e3;
}
.top .cons {
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.top .cons .wel span {
	vertical-align: middle;
}
.top .cons .wel img {
	width: 1em;
	display: inline-block;
	vertical-align: middle;
	height: auto;
}
.top .cons .links span {
	vertical-align: middle;
}
.top .cons .links a {
	display: inline-block;
	margin-left: 0.4em;
}
.top .cons .links img {
	width: 1.1em;
	display: inline-block;
	vertical-align: middle;
	height: auto;
}
.top .cons .links .wechat {
	margin-right: 0.2em;
	padding-right: 1.1em;
	cursor: pointer;
	display: inline-block;
	position: relative;
	z-index: 0;
	background: url(../images/arrow_6.png) right center no-repeat;
	background-size:0.75em auto;
}
.top .cons .links .wechat .popupWechat {
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 0;
	background-color: #fff;
	padding: 0.3em;
	-moz-box-shadow: 0 0 0.6em rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 0.6em rgba(0, 0, 0, .3);
	box-shadow: 0 0 0.6em rgba(0, 0, 0, .3);
	display: none; text-align:center
}
.top .cons .links .wechat:hover .popupWechat {
	display: block;
}
.top .cons .links .wechat .popupWechat img {
	display: block;
	width: 8em;
	height: auto;
}
.header {
	border-top: 1px solid #f3f3f3;
	margin: 0 auto;
	padding: 30px 0 30px;
}
.header .cons {
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.header .logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .logo img {
	display: block;
	height: 41px;
	width:auto;
}
.header .tel {
	background: url(../images/tel.png) 0 0 no-repeat;
	line-height: 1;
	padding-left: 44px;
	font-size: 27px;
	color: #1f2c5c;
	font-weight: bold;
	font-family: "Bahnschrift";
}
/*头部导航*/
.nav .cons {
}
.nav {
	height: 100%;
}
.nav .cons>ul {
	height: 100%;
	line-height: 40px;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 100;
}
.nav .cons>ul>li {
	height: 100%;
	position: relative;
	z-index: 0;
	cursor: pointer;
	padding: 0 2.4em;
}
.nav .cons>ul>li.indu {
	padding: 0 2.35em 0 1.6em;
	position: static;
	
	
}
.nav .cons>ul>li.serv {
	position: static;
}
.nav .cons>ul>li>a, .nav .con>ul>li>span {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #1f2c5c;
}
.nav .cons>ul>li .pics {
	display: inline-block;
	margin-right: 2.4em;
}
.nav .cons>ul>li .pics img {
	display: block;
	width: 1.18em;
	height: 1.18em;
}
 .nav .cons>ul>li .pics img:nth-child(1) {
}
 .nav .cons>ul>li .pics img:nth-child(2) {
display: block;
}
 .nav .cons>ul>li.hover .pics img:nth-child(1) {
display: block;
}
 .nav .cons>ul>li.hover .pics img:nth-child(2) {
display: block;
}
.nav .cons>ul>li .arrow {
	display: inline-block;
	width: 1em;
	height: 0.5em;
	object-fit: contain;
	background: url(../images/arrow.png) center center no-repeat;
	margin-left: 0.8em;
}
.nav .cons>ul>li.indu .arrow {
	margin-left: 2.5em;
}



.nav .cons>ul>li.hover {
	background-color: #1f2c5c;
}



.nav .cons>ul>li.hover>a, .nav .cons>ul>li.hover>span {
	color: #fff;
}


.nav .cons>ul>li.active .arrow {
	background-image: url(../images/arrow_2.png);
}


.nav .cons>ul>li.active {
	background-color: #1f2c5c;
}



.nav .cons>ul>li.active>a, .nav .cons>ul>li.active>span {
	color: #fff;
}


.nav .cons>ul>li.active .arrow {
	background-image: url(../images/arrow_2.png);
}





.nav .sub_nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255);
	-moz-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	background-color: #f8f8f8;
}
.nav .sub_nav_indu {
	background: transparent;
}
.nav .sub_nav_serv {
	background: transparent;
}
.nav .sub_nav>ul>li {
	line-height: 3em;
	height: 3em;
	overflow: hidden;
	border-top:1px solid #eee;
}
.nav .sub_nav>ul>li a {
	color: #333;
	padding:0 0.5em;
	display: block;
	position: relative;
	z-index: 0;
}
.nav .sub_nav>ul>li a:hover {
	font-weight: bold;
	color: #1f2c5c;
}
.sub_indu {
	border-top: 1px solid #1f2c5c;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.sub_indu .conL {
	background-color: rgba(0, 0, 0, 0.4);
	width: 15em;
}
.sub_indu .conL ul {
	font-size: 15px;
}
.sub_indu .conL li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 50px;
	height:50px;
	cursor: pointer;
	color: #fff;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid #b0b5b9;
	cursor: pointer;
	padding:0 19.7% 0 7.6%;
}
.sub_indu .conL li .picI {
	width: 1.5em;
	height: 1.5em;
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub_indu .conL li .picI img {
	display: flex;

	object-fit: contain;
}
.sub_indu .conL li .name {
	margin-left: 1.5em;
	display: block;
	width: 6.5em;
	height: 50px;
	overflow: hidden;
}
.sub_indu .conL li .arrowI {
	margin-left: 0.6em;
	width: 1em;
	height: 1em;
	display: block;
	background: url(../images/arrow_3.png) center center no-repeat;
	background-size:contain;
}
.sub_indu .conL li:last-child {
	border-bottom: 0;
}
.sub_indu .conR {
	background-color: rgba(255, 255, 255, 0.93);
	flex: 1;
	position: relative;
	z-index: 0;
}
.sub_indu .conL li:hover {
	color:#ccc
}
.sub_indu .conR .conC {
	display: none;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.sub_indu .conR .conC:first-child {
	display: flex;
}
.sub_indu .conR .list {
	flex: 1;
	overflow-y: auto;
	max-height: 440px;
	overflow-x: hidden;
	text-align: left;
	padding: 0 7.4% 0 5.1%;
}
.sub_indu .conR .list dl:first-child {
	margin-top: 0.4em;
}
.sub_indu .conR .list dl {
	margin: 0;
	padding:1.2em 0 0.4em;
	border-bottom: 1px solid #c9c9c9;
}
.sub_indu .conR .list dt {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.sub_indu .conR .list dt a {
	color: #1f2c5c; font-weight:bold
}
.sub_indu .conR .list dt a:hover {
	text-decoration: underline;
}
.sub_indu .conR .list dd {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height:1.8;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.sub_indu .conR .list dd .item {
	width: 14.66%;
	margin-right: 2%;
}
.sub_indu .conR .list dd a {
	color: #646464;
}
.sub_indu .conR .list dd a:hover {
	color: #1f2c5c;
}
.sub_indu .conR .listPic {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 20px;
	margin-bottom:20px;
	padding: 0 7.4% 0 5.1%;
}
.sub_indu .conR .listPic a {
	cursor: pointer;
	display: block;
	width: 47.9%;
	margin-right: 4.2%;
	position: relative;
	z-index: 0;
	padding-top: 25%;
	overflow: hidden;
}


.sub_indu .conR .listPic a span {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	color: #fff;
	background-color: #202c5c;
	font-size: 12px;
	line-height: 2.5;
	width: 85%;
	-moz-border-bottom-right-radius:2.5em;
	-webkit-border-bottom-right-radius:2.5em;
	border-bottom-right-radius:2.5em;
}






.sub_indu .conR .listPic a:nth-child(2n) {
margin-right: 0;
}
.sub_indu .conR .listPic a img {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sub_serv {
	border-top: 1px solid #1f2c5c;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	-moz-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, .1);
	box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, .1);
}
.sub_serv .conL {
	width: 15em;
}
.sub_serv .conL ul {
	font-size: 15px;
}
.sub_serv .conL li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 77px;
	height: 77px;
	cursor: pointer;
	color: #212a61;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
	padding:0 19.7% 0 7.6%;
}
.sub_serv .conL li .picI {
	width: 2.1em;
	height: 2.1em;
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub_serv .conL li .picI img {
	display: flex;
	width: 1.2em;
	height: 1.2em;
	object-fit: contain;
}
.sub_serv .conL li .name {
	margin-left: 2em;
	display: block;
	width: 6.5em;
	height: 77px;
	overflow: hidden;
}
.sub_serv .conL li .arrowI {
	margin-left: 0.6em;
	width: 1em;
	height: 1em;
	display: block;
	background: url(../images/arrow_4.png) center center no-repeat;
	background-size:contain;
}
.sub_serv .conL li:last-child {
	border-bottom: 0;
}
.sub_serv .conR {
	background-color: rgba(255, 255, 255, 0.93);
	flex: 1;
	position: relative;
	z-index: 0;
	-moz-box-shadow: -0.2em 0 0.2em rgba(0, 0, 0, .06);
	-webkit-box-shadow: -0.2em 0 0.2em rgba(0, 0, 0, .06);
	box-shadow: -0.2em 0 0.2em rgba(0, 0, 0, .06);
}
.sub_serv .conR .conC {
	display: none;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.sub_serv .conR .conC:first-child {
	display: flex;
}
.sub_serv .conR .list {
	flex: 1;
	overflow-y: auto;
	max-height: 595px;
	overflow-x: hidden;
	text-align: left;
	padding: 0 7.4% 0 5.1%;
	margin-top: 0.1em;
}
.sub_serv .conR .list dl:first-child {
	margin-top: 0.4em;
}
.sub_serv .conR .list dl {
	margin: 0;
	padding:0.9em 0 0.9em;
	border-bottom: 1px solid #c9c9c9;
	line-height: 1.8em;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.sub_serv .conR .list dt {
	margin: 0;
	padding: 0;
	width: 9.5em;
	margin-right: 1.5em;
}
.sub_serv .conR .list dt a {
	color: #1f2c5c;
}
.sub_serv .conR .list dt a:hover {
	text-decoration: underline;
}
.sub_serv .conR .list dd {
	flex: 1;
	margin: 0;
	padding: 0;
	font-size: 13px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.sub_serv .conR .list dd .item {
	width: 18%;
	margin-right: 2%;
}
.sub_serv .conR .list dd a {
	color: #646464;
}
.sub_serv .conR .list dd a:hover {
	color: #1f2c5c;
}
.sub_serv .conR .listPic {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 32px;
	margin-bottom: 51px;
	padding: 0 7.4% 0 5.1%;
}
.sub_serv .conR .listPic a {
	cursor: pointer;
	display: block;
	width: 23.2%;
	margin-right: 2.4%;
	position: relative;
	z-index: 0;
	padding-top: 12.8%;
	overflow: hidden;
}
.sub_serv .conR .listPic a:nth-child(4n) {
margin-right: 0;
}
.sub_serv .conR .listPic a img {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sub_serv .conR .listPic a span {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	color: #fff;
	background-color: #202c5c;
	font-size: 12px;
	line-height: 2.5;
	width: 85%;
	-moz-border-bottom-right-radius:2.5em;
	-webkit-border-bottom-right-radius:2.5em;
	border-bottom-right-radius:2.5em;
}
/*底部*/
.footer {
	position: relative;
	z-index: 0;
	color: #fff;
	text-align: left;
	width: 100%;
	background: #011536 url(../images/footer_bg.jpg) center center no-repeat;
	background-size:cover;
	text-align: center;
	padding-top: 4.5em;
}
.footer .fLogo img {
	height: 34px;
}
.footer .fnav {
	margin-top: 3.4em;
	padding-bottom: 2em;
	flex-wrap: wrap;
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
	font-size:15px;
}
.footer .fnav dl {
	flex: 32%;
	padding: 1.6em 0;
	border-right: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
 .footer .fnav dl:nth-child(3) {
border-right:0
}
.footer .fnav dl dt img {
	width: 4em;
	height: 4em;
}
.footer .fnav dl dd {
	text-align: left;
	margin-left: 1.2em;
}
.footer .fnav dl dd .txt {
	margin-top: 0.6em;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: rgba(255, 255, 255, 0.8);
}
.footer .footerBot {
	line-height: 1.6;
	border-top:1px solid rgba(255, 255, 255, 0.23);
	padding: 2.1em 0 2em;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-size: 14px;
}
.footer .footerBot a {
	color: rgba(255, 255, 255, 0.9);
	display: inline-block;
	margin: 0 0.5em;
}
.footer .footerBot a:hover {
	color: rgba(255, 255, 255, 1);
}
.floatBox {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 3.5em;
	bottom: 3.5em;
	font-size: 12px; text-align:center
}
.floatBox .btnServ .pics {
	width: 4.9em;
	height: 4.9em;
	background-color: #fff;
	border: 2px solid #1f2c60;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.floatBox .btnServ .pics img {
	display: block;
	width: 26px;
	height: 26px;
}
.floatBox .btnServ .txt {
	margin-top: -0.8em;
	background-color: #1f2c60;
	color: #fff;
	line-height: 1.6em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	border-radius:0.3em;
}
.floatBox .btnW {
	margin-top: 0.8em;
	width: 5em;
	background-color: #fff;
	-moz-box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
	box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
}
.floatBox .btnW .btnS {
	width: 5em;
	height: 5em;
	cursor: pointer;
	color: #1f2c60;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; position: relative; z-index: 0;
}
.floatBox .btnW .btnS img {
	display: block;
	width: 21px;
	height: 21px;
	margin: 0 auto 0.2em;
}

.floatBox .btnW .btnS .popupTel { position: absolute;
 right: 100%; margin-right: 1em; margin-top: -4em; top: 50%; 
background-color: #fff;padding:1em 0.3em;
width: 10em;
-moz-box-shadow: 0 0 0.6em rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 0 0.6em rgba(0, 0, 0, .1);
box-shadow: 0 0 0.6em rgba(0, 0, 0, .1);
display: none;}
.floatBox .btnW .btnS:hover .popupTel {display: block;}

.floatBox .btnW .btnS .popupEwm { position: absolute;
 right: 100%; margin-right: 1em; margin-top: -4em; top: 50%; 
background-color: #fff;padding: 0.3em;
-moz-box-shadow: 0 0 0.6em rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 0 0.6em rgba(0, 0, 0, .1);
box-shadow: 0 0 0.6em rgba(0, 0, 0, .1);
display: none;}
.floatBox .btnW .btnS .popupEwm::after { position: absolute; z-index: 0;
content: ""; display: block; width: 0.8em; height: 0.8em;
top: 50%; left: 100%; margin-left: -0.7em;margin-top: -0.6em;
background-color: #fff;
transform: rotate(-45deg);
-ms-transform: rotate(-45deg); /* IE 9 */
-webkit-transform: rotate(-45deg); /* Safari and Chrome */
-moz-box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, .1);
-webkit-box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, .1);
box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, .1);}
.floatBox .btnW .btnS:hover .popupEwm {display: block;}
.floatBox .btnW .btnS .popupEwm img { display: block;
width: 8em; height: auto; position: relative; z-index: 1;}

.floatBox .btnTop {
	margin-top: 3px;
	width: 5em;
	height: 5em;
	cursor: pointer;
	display: block;
	background-color: #fff;
	color: #9b9b9b;
	-moz-box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
	box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.floatBox .btnTop img {
	display: block;
	width: 21px;
	height: 21px;
	margin: 0 auto 0.2em;
}



/* 切换 */
/*index-yewu*/
.index-yewu {
	padding: 10px 0 60px 0;
}
.index-yewu .box {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 0px;
}
.index-yewu .box a {
	display: block;
	padding-top:135px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #A0A0A0;
}
.index-yewu .box a h4 {
	color: #555;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight:normal;
}
.index-yewu a p {
	padding: 0 20px;
}
.index-yewu .a a {
	background-image: url(../images/yewu1.png);
}
.index-yewu .b a {
	background-image: url(../images/yewu2.png);
}
.index-yewu .c a {
	background-image: url(../images/yewu3.png);
}
.index-yewu .d a {
	background-image: url(../images/yewu4.png);
}
.index-yewu a:hover {
	transform:scale(0.88);
	-webkit-transform:scale(0.88);
	-moz-transform:scale(0.88);
	-o-transform:scale(0.88);
}
.index-yewu a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-yewu .a:hover h4 {
	color:#72bb38
}
.index-yewu .b:hover h4 {
	color:#3fbff0
}
.index-yewu .c:hover h4 {
	color:#fa4f4f
}
.index-yewu .d:hover h4 {
	color:#ff7f00
}
.index-yewu .box a:hover p {
	color: #333;
}
/*首页子栏目读取*/
.index_sub_nav {
	text-align:center;
}
.index_sub_nav a {
	padding: 5px 20px;
	font-size: 16px;
	border-radius:20px;
}
.index_sub_nav a:hover {
	background:#004b92;
	color:#FFF;
}
/*公司注册*/
.gs {
	text-align: center;
	background: #f7f7f7;
	padding: 10px 0 55px 0;
}
.gs-lc {
	margin-top:25px;
}
.gs-lc:after {
	display: block;
	content: "";
	clear: both;
}
.gs-lc li {
	float: left;
	width: 25%;
}
.gs-lc li span {
	display: block;
	padding: 150px 0 0 0;
	margin: 0 10px;
	background: #fff;
	cursor:pointer;
	background:no-repeat center 50px #fff;
}
.gs-lc li span.lc1 {
	background-image: url(../images/dream1.png);
}
.gs-lc li span.lc2 {
	background-image: url(../images/dream2.png);
}
.gs-lc li span.lc3 {
	background-image: url(../images/dream3.png);
}
.gs-lc li span.lc4 {
	background-image: url(../images/dream4.png);
}
.gs-lc li span.lc1:hover {
	background-image: url(../images/dream11.png);
}
.gs-lc li span.lc2:hover {
	background-image: url(../images/dream22.png);
}
.gs-lc li span.lc3:hover {
	background-image: url(../images/dream33.png);
}
.gs-lc li span.lc4:hover {
	background-image: url(../images/dream44.png);
}
.gs-lc li span:hover {
	background:no-repeat center 50px #004b92;
}
.gs-lc li span:hover img {
}
.gs-lc li span:hover p {
	border-top: 1px solid #fff;
	color: #fff;
}
.gs-lc li span:hover em {
	color: #fff;
}
.gs-lc li span img {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
}
.gs-lc li span em {
	display: block;
	margin-top:20px;
	font-size: 24px;
	color: #555;
}
.gs-lc li span p {
	margin: 20px 0 0 0;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #eee;
	font-size: 16px;
	color: #666666;
}
/* 代理记账 */
.daili {
	padding-top:10px;
	padding-bottom:60px;
}
.daili-b {
	margin-top:30px;
	border:solid 1px #eee;
}
.daili-box {
	width: 50%;
	float: left;
	background:#fff;
	position: relative;
	cursor: pointer;
}
.daili-box, .daili-box:before, .daili-text h4, .daili-text p, .daili-text a, .daili-text .span1, .daili-text .span2 {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.4s ease-in-out; /* Safari 和 Chrome */
	-o-transition: all 0.4s ease-in-out; /* Opera */
}
.daili-box:hover:before {
	background-position: center;
	background-color: rgba(0, 0, 0, 0.5);
}
.daili-box:before {
	display: block;
	content:'';
	width: 50%;
	height: 210px;
	position: absolute;
	background: url(../images/ck.png) no-repeat center -50px rgba(0, 0, 0, 0);
}
.daili-box1:before {
	display: block;
	content:'';
	width: 50%;
	height: 210px;
	position: absolute;
	right: 0px;
}
.daili-box:after {
	display: block;
	content: '';
	clear: both;
	z-index: 1px;
}
.daili-img {
	float: left;
	width: 50%;
}
.daili-img img {
	width: 100%;
	display: block;
	height: 210px;
}
.daili-text {
	float: left;
	width: 50%;
	padding: 25px 0 22px 0;
	position: relative;
}
.daili-text h4 {
	font-size: 24px;
	margin-left: 30px;
	font-weight: normal;
	color:#004b92;
}
.daili-text p {
	margin:15px 20px 20px 30px;
	font-size: 13px;
	line-height: 22px;
	color:#666;
}
.daili-text a {
	display: block;
	margin-left: 30px;
	width:90px;
	line-height:26px;
	border:solid 1px #ddd;
	font-size:12px;
	text-align:center;
	border-radius:26px;
	color:#666;
}
.daili-text .span1 {
	width:20px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -11px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);		/* IE 9 */
	-webkit-transform: rotate(45deg);	/* Safari and Chrome */
	-o-transform: rotate(45deg);		/* Opera */
	-moz-transform: rotate(45deg);
	z-index: 5;		/* Firefox */
}
.daili-text .span2 {
	width:20px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -11px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);		/* IE 9 */
	-webkit-transform: rotate(45deg);	/* Safari and Chrome */
	-o-transform: rotate(45deg);		/* Opera */
	-moz-transform: rotate(45deg);
	z-index: 5;		/* Firefox */
}
.daili-box:hover {
	background:#004b92;
}
.daili-box:hover h4, .daili-box:hover p, .daili-box:hover a {
	color: #fff;
}
.daili-box:hover a {
	border: 1px solid #fff;
}
.daili-box:hover span {
	background:#004b92;
}
/* 推荐顾问 */
.guwen {
	background: #fff;
	padding:10px 0 0 0;
}
.guwen_title {
}
.guwen_title ul {
	text-align: center;
}
.guwen_title ul li {
	display: inline-block;
}
.guwen_title ul li a {
	padding: 5px 20px;
	font-size: 16px;
	border-radius:20px;
	display:block;
}
.guwen_title ul li.active a {
	background:#004b92;
	color:#FFF;
}
.a_content li {
	float: left;
	width: 50%;
}
.gw-box {
	padding: 30px 5px;
	text-align: left;
}
.gw-box .gw-img {
	float: left;
	width: 20%;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	border: 0px solid #ddd;
	padding:1px;
}
.gw-box .gw-img img {
	width: 100%;
}
.gw-box .gw-text {
	width: 70%;
	float: left;
	padding: 0 4%;
}
.gw-box .gw-text h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.gw-box .gw-text h4 em {
	font-size: 14px;
	color: #aaa;
	padding-left: 34px;
	background: url(../images/gw.png) no-repeat 10px center;
	background-size: 22px;
}
.gw-box .gw-text p {
	line-height: 22px;
	color: #888;
}
.gw-box .gw-text .gw-foot {
	margin-top: 10px;
}
.gw-box .gw-text .gw-foot span {
	font-size: 14px;
	float: left;
}
.gw-box .gw-text .gw-foot span p {
	font-size:20px;
	color: #004b92;
	margin-top: 5px;
}
.gw-box .gw-text .gw-foot a {
	float: right;
	display: block;
	width:90px;
	line-height:28px;
	border:solid 1px #ddd;
	font-size:13px;
	text-align:center;
	border-radius:26px;
	color:#666;
	margin-right:30px;
}
.gw-box .gw-text .gw-foot a:hover {
	background:#004b92;
	color:#FFF;
	border:solid 1px #004b92;
}
.gw-box:after {
	display: block;
	content:"";
	clear: both;
}
.gw-box .gw-text .gw-foot:after {
	display: block;
	content:"";
	clear: both;
}
/* 资质项目 */
#Tab5 {
	width:270px;
	float: left;
	background: #004b92;
	padding-top: 20px;
}
#Tab5 li {
	margin-bottom: 5px;
	border-radius:30px 0 0 30px;
	margin-left: 20px;
}
#Tab5 li.active {
	background: rgba(0, 0, 0, 0.2);
}
#Tab5 li a p {
	line-height: 40px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align:left;
	padding-left:30px;
}
.a_content5 {
	float: left;
	width: 930px;
	background: #fff;
	height: 560px;
}
.news_list {
	padding-top:20px;
}
.news_list li {
	float: left;
	width:50%;
}
.news_list-box {
	margin:0 20px;
	padding:18px 18px 23px 12px;
	border-bottom: 1px solid #ececec;
}
.news_list h4 {
	font-size:18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
	height: 24px;
	overflow: hidden;
}
.news_list p {
	color: #888;
	font-size: 13px;
	line-height: 22px;
}
.news_list-foot {
	margin-top:20px;
}
.news_list .news_list-foot a {
	display: block;
	margin-right:20px;
	width:90px;
	line-height:26px;
	border:solid 1px #ddd;
	font-size:12px;
	text-align:center;
	border-radius:26px;
	color:#666;
	float:left;
}
.news_list .news_list-foot a:hover {
	color: #fff;
	background: #004b92;
	border: #004b92 solid 1px;
}
.news_list h4:hover {
	color: #004b92;
}
/* 企业形象展示 */
.slide-Modbox {
	background: #f3f3f3;
	padding:1px 0 20px 0;
}
.add-sidebar_main {
	overflow:hidden;
}
.add-sidebar_main .left {
	float: left;
	background: #fff;
	width: 840px;
	padding: 20px;
}
.add-sidebar_main .slide-top {
	width: 500px;
	height: 334px;
	position: relative;
	float: left;
	margin-right: 30px;
}
.add-sidebar_main .slide-top .hd {
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	bottom:12px;
	z-index: 2;
}
.add-sidebar_main .slide-top .hd li {
	display:inline-block;
*zoom:1;
*display: inline;
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.3;
	border-radius: 50%;
	font-size: 0;
	margin-left: 8px;
}
.add-sidebar_main .slide-top .hd .on {
	opacity: 1;
}
.add-sidebar_main .slide-top .bd {
	width: 100%;
	height: 334px;
	display: block;
	position: relative;
}
.add-sidebar_main .slide-top .bd img {
	width: 500px;
	height: 334px;
}
.add-sidebar_main .left .txt {
	float: left;
	width: 300px;
}
.add-sidebar_main .left .txt ul {
	overflow: hidden;
}
.add-sidebar_main .left .txt li {
	display: block;
	overflow: hidden;
	line-height: 34px;
	font-size: 14px;
	color: #666;
	clear: both;
}
.add-sidebar_main .left .txt li label {
	float: left;
	width: 70px;
	text-align: right;
}
.add-sidebar_main .left .txt li .name {
	color: #333;
	font-size: 18px;
}
.add-sidebar_main .left .txt li .xx {
	width: 76px;
	height: 15px;
	position: relative;
	display: inline-block;
*zoom:1;
*display: inline;
	background: url(../images/xx.png) 0 -14px no-repeat;
}
.add-sidebar_main .left .txt li .xxp {
	width: auto;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
*zoom:1;
*display: inline;
	background: url(../images/xx.png) no-repeat;
}
.add-sidebar_main .left .txt li .big {
	font-size: 20px;
	color: #ff7f00;
}
.add-sidebar_main .left .txt .lost {
	border-top: 1px dotted #dfdfdf;
	padding-top: 5px;
	margin-top: 5px;
}
.add-sidebar_main .left .txt .lost em {
	font-size: 16px;
}
.add-sidebar_main .left .txt .lost p {
	font-size: 12px;
	height: 72px;
	overflow: hidden;
	width: 100%;
}
.add-sidebar_main .right {
	float: right;
	background: #fff;
	width: 300px;
	text-align: center;
	padding-top: 20px;
	height: 354px;
}
.add-sidebar_main .right .img-box {
	width: 140px;
	height: 140px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}
.add-sidebar_main .right .img-box img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
}
.add-sidebar_main .right strong {
	font-weight: 500;
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	display: block;
}
.add-sidebar_main .right strong span {
	color: #999;
	font-size: 14px;
	padding-left: 10px;
}
.add-sidebar_main .right .dw {
	background: url("../images/nx_icon8.png") no-repeat left center;
	display: inline-block;
	margin: auto 0;
	padding:5px 0 5px 15px;
	color: #999;
}
.add-sidebar_main .right .tel-txt {
	line-height: 32px;
	height: 32px;
	display: block;
	text-align: center;
	margin-left: 115px;
}
.add-sidebar_main .right .tel-txt * {
	display:block;
	float: left;
}
.add-sidebar_main .right .tel-txt .tel {
	font-size: 14px;
	color: #fff;
	width:1px;
	padding:0 8px 0 25px;
	margin-right: 8px;
	height: 32px;
	line-height: 32px;
	border-radius:2px;
	text-align: center;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}
.add-sidebar_main .right .tel-txt .tel em {
	display: none;
	margin-left: 3px;
}
.add-sidebar_main .right .tel-txt .t1 {
	background:url("../images/c_ico11.png") no-repeat 8px center #72bb38;
}
.add-sidebar_main .right .tel-txt .t2 {
	background:url("../images/c_ico12.png") no-repeat 8px center #3fbff0;
}
.add-sidebar_main .right .tel-txt .tel:hover {
	width: 65px;
}
.add-sidebar_main .right .tel-txt .tel:hover em {
	display: block;
}
.icon-add-box {
	position: relative;
	display: block;
	width: 270px;
	margin: 20px auto 0;
	padding-top: 15px;
	border-top: 1px dotted #dfdfdf;
}
.icon-add-box ul {
	overflow: hidden;
}
.icon-add-box li {
	width: 90px;
	text-align: center;
	float: left;
}
.icon-add-box li i {
	width: 31px;
	height: 31px;
	display: block;
	margin: 0 auto;
	background: url(../images/3.jpg) no-repeat;
}
.icon-add-box li p {
	display: block;
	padding: 5px 0;
}
.icon-add-box .bank1 i {
	background-position: 0 0;
}
.icon-add-box .bank2 i {
	background-position: -79px 0;
}
.icon-add-box .bank3 i {
	background-position: -159px 0;
}
.img-boxmain {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.img-boxmain ul {
	width: 1200px;
	margin-left: -19px;
}
.img-boxmain ul li {
	width: 180px;
	height: 180px;
	float: left;
	position:relative;
	margin-left: 19px;
	margin-bottom: 19px;
	background: #0062CC;
}
.img-boxmain ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: url(../images/translucence50.png) repeat;
	text-indent: 1em;
}
.img-boxmain ul li p a {
	color:#fff
}
.img-child-box {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.img-child-box img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -190px;
	margin-left: -290px;
}
.img-child-box img.box-img1 {
	margin-top: -150px;
}
.img-child-box img.box-img4 {
	margin-left: -346px;
}
.img-child-box img.box-img5 {
	margin-top: -152px;
}
.img-child-box img.box-img6 {
	margin-left: -195px;
}
.img-child-box img.box-img8 {
	margin-left: -165px;
}
.img-child-box img.box-img9 {
	margin-top: -260px;
	margin-left: -307px;
}
.img-child-box img.box-img10 {
	margin-top: -112px;
}
.img-child-box img.box-img11 {
	margin-left: -136px;
}
.img-child-box img.box-img12 {
	margin-top: -157px;
	margin-left: -325px;
}
.img-child-box img.box-default {
	margin-top: -190px;
	margin-left: -290px;
}
.img-box-top {
	top: 0px;
	left: 0px;
}
.img-box-right {
	top: 0px;
	right: 0px;
}
.img-box-bottom {
	bottom: 0px;
	left: 0px;
}
.img-box-bottom-right {
	bottom: 0px;
	right: 0px;
}
.z-index30 {
	z-index: 30;
}
.z-index40 {
	z-index: 40;
}
.clear {
	clear: both;
}
.img-logo {
	z-index: 20 !important;
}
/* 公司动态 */
.new {
	padding:20px 0;
}
.new:after {
	display: block;
	content: '';
	clear: both;
}
.new_left {
	float: left;
	width: 55%;
}
.new_title {
	border-bottom: 2px solid #cfcfcf;
	height: 36px;
}
.new h3 {
	font-weight: normal;
	line-height: 36px;
	font-size: 22px;
	width: 93px;
	border-bottom: 2px solid #004b92;
}
.new_a {
	float: right;
	padding-top: 9px;
	padding-right: 20px;
}
.new_left_box {
	padding:30px 0;
	border-bottom: 1px solid #e3e3e3;
}
.new_left_box:last-child {
	border-bottom: 0px solid #e3e3e3;
	padding-bottom: 0px;
}
.new_left_box_img {
	width: 160px;
	float: left;
}
.new_left_box_img img {
	width: 100%;
	height: 127px;
}
.new_left_box_text {
	float:right;
	width:480px;
}
.new_left_box_text h4 {
	font-size: 16px;
	color: #333;
}
.new_left_box_text h4:hover {
	color:#004b92;
}
.new_left_box_text p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	margin-top: 10px;
}
.new_left_box_text a {
	color: #004b92;
}
.new_right {
	width: 40%;
	float: right;
}
.new_right ul {
	margin-top: 20px;
}
.new_right ul li {
	line-height: 40px;
	font-size: 15px;
	padding-left: 20px;
	background: url(../images/dian.png) no-repeat left center;
	background-size: 11px;
}
.new_right ul li span {
	float: right;
	color:#333;
	color: #666;
	font-size: 12px;
}
/*阅读排行*/
.paihang {
	border: 1px solid #e1e1e1;
	padding:10px;
}
.paihang ul li {
	line-height: 32px;
	font-size: 15px;
	padding-left:10px;
	background: url(../images/dott.png) no-repeat left center;
}
/*知识宝库*/
.zhisi {
	padding-bottom: 40px;
}
.zhisi_title {
	margin-bottom: 20px;
}
.zhisi_title li {
	float: left;
	width: 20%;
	text-align: center;
}
.zhisi_title li a {
	display: block;
	margin:0 5px;
}
.zhisi_title li a p {
	height: 40px;
	line-height: 40px;
	background: #eee;
	font-size: 18px;
}
.zhisi_title li.active p {
	background: #004b92;
	color: #fff;
}
.a_content4 {
	margin-top: 20px;
}
.a_content4 a:hover {
	color: #004b92;
}
.a_content4:after {
	display: block;
	content: '';
	clear: both;
}
.a_content4_left {
	width: 60%;
	float: left;
	height: 340px;
}
.a_content4_left_img {
	width: 270px;
	float: left;
	overflow: hidden;
}
.a_content4_left_img img {
	height: 340px;
}
.a_content4_left_title {
	float: left;
	width: 435px;
	margin-left: 10px;
	padding-bottom:15px;
	border-bottom:#dedede 1px dashed
}
.a_content4_left_title h2 a {
	font-size:18px;
	font-weight:bold;
	display: block;
	height:35px;
	line-height: 35px;
}
.a_content4_left_title p {
	font-size: 14px;
	color: #666;
}
.a_content4_left_title p a {
	color: #004b92;
	margin-left: 10px;
}
.a_content4_left_li {
	float: left;
	width: 440px;
	margin-top:8px;
}
.a_content4_left_li ul {
}
.a_content4_left_li ul li {
	line-height:35px;
	border-bottom:1px dotted #ccc;
	height: 35px;
	overflow: hidden;
	float: left;
	margin-left:10px;
	width:200px;
	padding-left:10px;
	background:url(../images/aside_li.gif) left no-repeat
}
.a_content4_left_li ul li a {
	color: #000;
}
.a_content4_left_li ul li a {
	font-size: 12px;
}
.a_content4_right {
	height: 340px;
	width:460px;
	float: right;
	padding-left:10px;
	border-left:1px #ccc dashed;
}
.a_content4_right_title h2 a {
	font-size: 18px;
	font-weight:bold;
	line-height: 35px;
	margin-left: 3%;
}
.a_content4_right_title {
	margin: 15px 0 34px 0;
}
.a_content4_right_title p {
	margin-top: 23px;
	color: #666;
	margin-left: 3%;
}
.a_content4_right_title p a {
	color: #004b92;
	margin-left: 10px;
}
.a_content4_right ul {
	float: left;
	margin-left:10px;
	margin-top:8px;
}
.a_content4_right ul li {
	line-height: 35px;
	border-bottom:1px dotted #ccc;
	float: left;
	height: 35px;
	margin-right:25px;
	overflow: hidden;
	width:190px;
	padding-left:10px;
	background:url(../images/aside_li.gif) left no-repeat
}
.a_content4_right ul li a {
	font-size: 12px;
	color: #000;
}
.footimg {
	padding: 40px 0;
	background: #f3f3f3;
}


.fy-mk40020016 .pc-list { width:auto; background: #ffffff; border: 1px solid #dfdfdf; padding:10px; border-top:none; }
.fy-mk40020016 .pc-list li.sort-item { margin-bottom: 10px; }
.fy-mk40020016 .pc-list li .pc-name { position: relative; height: 40px; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-radius:30px;}
.fy-mk40020016 .pc-list li .pc-name a { font-weight: lighter; background: #f0f0f0 url(../images/jt.png) no-repeat 14px 14px; line-height: 40px; font-size: 14px; color: #1d1819; padding-left: 30px; padding-right: 35px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.fy-mk40020016 .pc-list li .pc-name:hover a,
.fy-mk40020016 .pc-list li.sort-item-on .pc-name a,
.fy-mk40020016 .pc-list li .pc-name a.on { color: #fff; background: #1f2c5c url(../images/jt_h.png) no-repeat 14px 14px; transition: all 0.2s ease-in-out 0s; }

.fy-mk40020016 .pc-list .sort-item .turn { position: absolute; cursor: pointer; display: block; float: right; width: 35px; height: 40px; top: 0px; right: 0px; }
.fy-mk40020016 .pc-list .sort-item .turn { background: url("../images/jiah.png") no-repeat center center; background-size: 10px; }
.fy-mk40020016 .pc-list li.sort-item:hover .pc-name .turn { background: url("../images/jiah_h.png") no-repeat center center; background-size: 10px; }


.fy-mk40020016 .pc-list li.sort-item-on:hover .pc-name .turn,
.fy-mk40020016 .pc-list .sort-item-on .turn { background: url("../images/jianh.png") no-repeat center center; background-size: 10px; }
        

.fy-mk40020016 .pc-list .sort-item .bd { display: none; overflow: hidden; }
.fy-mk40020016 .pc-list .sort-item .bd ul { }
.fy-mk40020016 .pc-list .sort-item .bd li { border-radius:40px;width: 100%; float: left; height: 45px; line-height: 45px; margin-top:5px; background-color: #f0f0f0; }
.fy-mk40020016 .pc-list .sort-item .bd li.on a { color: #1f2c5c; font-weight:bold; }
.fy-mk40020016 .pc-list .sort-item .bd li a { padding-left: 30px; font-size: 14px; display: block; color: #666666; line-height: 45px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.fy-mk40020016 .pc-list .sort-item .bd li a span { float: right; }
.fy-mk40020016 .pc-list .sort-item .bd li a:hover { padding-left: 30px; color:#1f2c5c; transition: all 0.2s ease-in-out 0s; }
.fy-mk40020016 .pc-list .sort-item-on .bd { display: block; }.fy-mk90060004 { }


.pages{padding: 20px 0;width:100%;text-align: center;clear: both;}
.pages a,.pages span{color: #666;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 34px;background: #f9f9f9;border: 1px solid #f2f2f2;}
.pages a:hover{display:inline-block;color: #fff;background: #1f2c5c;border-color: #1f2c5c;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
.pages span{display:inline-block;color: #666;}
.pages a.page-num-current{display:inline-block;color: #fff;background: #1f2c5c;border-color: #1f2c5c;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}



.c_banner .subpage_ad {
    position: relative;
    overflow: hidden;
   max-height: 300px;

	height: 45vw;
    margin-top: 0px;
    background: #000;
}


.c_banner .bgimg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity:0.7;
    background: no-repeat center/cover;
	-moz-animation: breatheBg 8s ease-in-out infinite alternate;
	-webkit-animation: breatheBg 8s ease-in-out infinite alternate;
	-o-animation: breatheBg 8s ease-in-out infinite alternate;
}


 @keyframes breatheBg {
 	0% {
 		transform: scale(1);
 	}

 	100% {
 		transform: scale(1.1);
 	}
 }

 @-moz-keyframes breatheBg {
 	0% {
 		transform: scale(1);
 	}

 	100% {
 		transform: scale(1.1);
 	}
 }

 @-webkit-keyframes breatheBg {
 	0% {
 		transform: scale(1);
 	}

 	100% {
 		transform: scale(1.1);
 	}
 }

 @-o-keyframes breatheBg {
 	0% {
 		transform: scale(1);
 	}

 	100% {
 		transform: scale(1.1);
 	}
 }

.c_banner .subpage_ad .text {
    position: absolute;
    width: 30%;
    color: #fff;
    text-align: center;
    top: 55%;
    left: 35%;
    line-height: 1.6;
    transform: translate(0, -50%);
    z-index: 0;background: rgba(0,0,0,.29); padding:50px;
}

.c_banner .capitalize {
    text-transform: capitalize;
}

.c_banner .subpage_ad .ad-line {
    height: 2px;
    width: 3%;
    background: #fff;
    margin: 0.8% auto;
}

.c_banner .subpage_ad .ad-tit {
font-size:36px;
    font-weight: normal;
    text-transform: uppercase;
}


.c_banner .subpage_ad .ad-sum {
font-size:24px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {

.c_banner .subpage_ad .ad-tit {
font-size:24px;
    font-weight: normal;
    text-transform: uppercase;
}


.c_banner .subpage_ad .ad-sum {
font-size:18px;
    font-weight: normal;
}

}



/*图片列表*/
.Piclist ul.list{float: left;width: 100%;padding-left: 0px;}
.Piclist ul.list li.item{float: left;width: 214px;margin-bottom: 20px;margin-right: 15px;border: 1px solid #F6F6F6;}
.Piclist ul.list li.item a{display: block;width:100%;overflow: hidden;position: relative;background: #F6F6F6;}
.Piclist ul.list li.item span{width: 100%;height: 45px;color: #555;text-align: center;display: block;line-height: 45px;transition: all .5s;}
.Piclist ul.list li.item img{display: block;width: 214px;height: 160px;}
.Piclist ul.list li.item a:hover{background: #1f2c5c;}
.Piclist ul.list li.item a:hover span{color: #fff;}
.Piclist ul.list li.item .item_mask{width: 287px;height: 215px;background: rgba(0,0,0,0);position: absolute;left: 0;top: 0;opacity: 0;filter:Alpha(opacity=0);*zoom:1;-webkit-transform: rotateX(180deg) scale(0.5, 0.5);transform: rotateX(180deg) scale(0.2, 0.2);transition: all ease-out .5s;}
.Piclist ul.list li.item .item_link_icon{display: block;width:45px;height:45px;text-align: center;line-height: 38px;position: absolute;left: 50%;top: 50%;margin-left: -22px;opacity:0;filter:Alpha(opacity=0);*zoom:1;background: url(../images/See.png) center no-repeat;}
.Piclist ul.list li.item:hover .item_mask{opacity: 1;filter:Alpha(opacity=100);-webkit-transform: rotateX(0deg) scale(1, 1);transform: rotateX(0deg) scale(1, 1);transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;background: rgba(0, 0, 0, .1);}
.Piclist ul.list li.item:hover .item_link_icon{transform: translateY(-21px);opacity: 1;filter:Alpha(opacity=100);}



/* 在线留言 */
.login{width: 80%;margin: 0% auto;padding: 3% 0;}
.login li{width:100%;margin-bottom: 2%;}
.login_input{display:block;height: 2.8em;-webkit-appearance:none;border-radius:0;}
.login_textarea{height:120px;margin-bottom: -2%;}
.login input,.login textarea,.login select{width: 100%;border: 1px solid #e5e5e5;background: #fff;color: #333;font:14px/25px "microsoft yahei";text-indent:10px;border-radius:3px;transition: all .5s;}

.login select{ padding-left:10px;}
.login li.yzm{position: relative; margin-top:3%;}
.login li.yzm div{position: absolute;top: 0;right: 0;width: 15;height: 100%;display: flex;justify-content: center;align-items: center;border-left:1px solid #e5e5e5;cursor: pointer;}
.login li.yzm div img{max-width: 100%;height: auto;}
.login li .login_btn{width: 100%;color:#fff;text-align:center;font: 16px/40px "microsoft yahei";background: #090a43; cursor:pointer}
.login li .login_btn:hover{background: #004b92;}

.cont_list{ margin-top:50px; overflow:hidden}

.cont_list ul li {
	width: 33.333%;
	float: left;
	text-align: center;
}
.cont_list ul li .text {
	margin-top: 20px;
	color: #434343
}
.cont_list ul li .text h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}