@charset "utf-8";
/* CSS Document */
html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family:"微软雅黑","arial", "Helvetica", "Helvetica Neue";
	color: #333;
	line-height: 1.5;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

input,textarea {
	font-family: "微软雅黑","arial", "Helvetica", "Helvetica Neue";
	color: #1b1c20;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: #002A9A;	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: #666;}
textarea::-moz-placeholder{	color: #666;}
textarea:-ms-input-placeholder{	color: #666;}


.wrap { overflow: hidden; padding-top: 5.43em;}
.wrapT { padding-top: 93px;}
.con { width:83.3%; max-width: 1600px;  margin: 0 auto; }
	.font80 { font-size: 80px;}
	.font60 { font-size: 60px;}
	.font50 { font-size: 50px;}
	.font48 { font-size: 48px;}
	.font44 { font-size: 44px;}
	.font42 { font-size: 42px;}
	.font36 { font-size: 36px;}
	.font30 { font-size: 30px;}
	.font28 { font-size: 28px;}
	.font27 { font-size: 27px;}
	.font26 { font-size: 26px;}
	.font24 { font-size: 24px;}
	.font22 { font-size: 22px;}
	.font20 { font-size: 20px;}
	.font18 { font-size: 18px;}
	.font16 { font-size: 16px;}
	.font14 { font-size: 14px;}

@media only screen and (max-width:1643px) {
	.font14 { font-size: 14px;}
}
@media only screen and (max-width:1440px) {
	.font16 { font-size: 16px;}
	.con { width:90%; max-width: 1600px;  margin: 0 auto; }
}
@media only screen and (max-width:1290px) {
	.font18 { font-size: 14px}
}
@media only screen and (max-width:1153px) {
	.font20{ font-size: 14px}
}
@media only screen and (max-width:1052px) {
	.font22{ font-size: 14px}
}
@media only screen and (max-width:960px) {
	.font24{ font-size: 14px}
}
@media only screen and (max-width:889px) {
	.font26{ font-size: 12px}
	.font27{ font-size: 12px}
}
@media only screen and (max-width:1200px) {
	.con { width:91%; }
}
@media only screen and (max-width:828px) {
	html,body { font-size: 16px;}
	.wrap {padding-top: 4.5em;}
	.con { width:auto; margin: 0 1em; }
}
@media only screen and (max-width:420px) {
	html,body { font-size: 14px;}
}
@media only screen and (max-width:370px) {
	html,body { font-size: 12px;}
}

@media only screen and (max-width:828px) {
.font80 { font-size: 32px;}
.font60 { font-size: 30px;}
.font50 { font-size: 28px;}
.font48 { font-size: 24px;}
.font44 { font-size: 22px;}
.font42 { font-size: 22px;}
.font36 { font-size: 20px;}
.font30 { font-size: 20px;}
.font28 { font-size: 18px;}
.font27 { font-size: 18px;}
.font26 { font-size: 18px;}
.font24 { font-size: 18px;}
.font22 { font-size: 18px;}
.font20 { font-size: 14px;}
.font18 { font-size: 14px;}
.font16 { font-size: 14px;}
.font14 { font-size: 12px;}

}

/*头部*/
.headerW {position: fixed; z-index: 500; left: 0; top: 0; width: 100%;	
height:5.43em; background-color: #fff;
transition: all 0.5s;
-webkit-transition:all 0.5s;    box-shadow: 0 -5px 15px -2px rgba(0, 0, 0, 1);}
.headerB,.headerC { background-color: #fff;
-moz-box-shadow: 0 1px 3px rgba(51, 51, 51, .1);
-webkit-box-shadow: 0 1px 3px rgba(51, 51, 51, .1);
box-shadow: 0 1px 3px rgba(51, 51, 51, .1);
border-bottom: 1px solid rgba(255,255,255,1);}
.header { margin: 0 auto; height: 100%; display: flex; justify-content:space-between; align-items: stretch;}

.header .logo { width: 23.43em; height: 100%;display: flex; justify-content: center; align-items: center; overflow:hidden}
.header .logo img {	display: block;	width: 11.75em; height:2.6875em; object-fit: contain;transition: all 0.5s;}

.header .logo:hover img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


@media only screen and (max-width:1920px) {
	/* .headerW {height:5.67vw;}
	.header .logo img {	 height:3.75vw;} */
}

.header .links { height: 100%;border-left: 1px solid rgba(255,255,255,0.2);
 display: flex; justify-content: flex-start; align-items: center;}
.header .links .tel { border-right: 1px solid #909194; padding:0.1em 1.7em 0.1em 3.71em;
margin-left: 1em; 
 color: #666;
background: url(../images/tel.png) 0 center no-repeat;
background-size: 2.85em auto;
text-align: left; line-height: 1.3;
}
.header .links .tel .num { color: #222429;}
.headerB .links .tel,
.headerC .links .tel{ color: #666; background-image: url(../images/tel_2.png);}
 
.header .links .searchBoxW { height: 100%; 
display: block; display: flex; justify-content: center;
align-items: center;
position: relative; z-index: 0;border-left: 1px solid rgba(255,255,255,0.2);}

.header .links .btnSearchT {vertical-align: middle;cursor: pointer;
display: inline-block; margin: 0 0 0 2em; color: #fff;
width: 1.18em; height: 1.18em;
background: center center no-repeat;
background-size:contain ;background-image:url(../images/search.png);}


.header .links a.btnGray {cursor: pointer; display: flex; height: 3em;
justify-content: flex-end; align-items: center; background-color: #333;
-moz-border-radius: 1.7em;
    -webkit-border-radius: 1.7em;
    border-radius: 1.7em; padding: 0 1.3em; color:#FFFFFF; margin-left:10px;}


.btnLan { display: block; margin-left: 1.4em;
 position: relative; z-index: 11;  line-height: 3.3; }
.btnLan .nameLan { cursor: pointer; display: flex; height: 3em;
justify-content: flex-end; align-items: center;
-moz-border-radius: 1.7em;
    -webkit-border-radius: 1.7em;
    border-radius: 1.7em; padding: 0 1.3em;}
.btnLan .nameLan span { display: inline-block; height: 3.3em;}
.btnLan .nameLan img { width: 1.4em; height: auto; margin-left: 0.8em; }
.btnLan .nameLan::after {content: "";  margin-left: 0.4em; 
position: relative;
	width: 0.62em; height: 0.62em; display: inline-block; vertical-align: middle;
	background: url(../images/arrow.png) center center no-repeat;
	background-size:contain ;
	transition: all 0.1s;
	-webkit-transition:all 0.1s;}
.btnLan .popupLan { position: absolute; text-align: left;
 right: -0.4em; top: 3.3em; width: 8em;
 color: #282828; text-align: center; background-color: #fff;
 -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
 -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
 box-shadow: 0 0 1em rgba(0, 0, 0, .1); display: none; line-height: 2.6em;
 -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.btnLan .popupLan .conLan { padding: 0.4em 0; }
.btnLan .popupLan .conLan .txtLan{ margin-top: 0.3em;}
.btnLan .popupLan li { cursor: pointer; padding:0 0.4em 0 0.4em;}
.btnLan .popupLan li img { width: 1.4em; height: auto; margin-right: 0.3em; }
.btnLan .popupLan li:hover { background-color: #f5f5f5;}
.btnLan .popupLan li a { display: block;}
@media only screen and (max-width:828px) {
	.btnLan { margin-left: 0.4em;}
	.btnLan .nameLan img { margin-left: auto;}
	.header .links .btnGray { padding: 0.05em 1em 0;}
}

.searchBox { position: absolute; z-index: 10;  right: -2em; top: 5.6em;
width: 300px;
background-color: #fff;
height: 3em;
-moz-border-radius:2.1em; -webkit-border-radius:2.1em; border-radius:2.1em;
-moz-box-shadow: 0 0.4em 1.72em rgba(0, 39, 54, .13);
-webkit-box-shadow: 0 0.4em 1.72em rgba(0, 0, 0, .13);
box-shadow: 0 0.4em 1.72em rgba(0, 0, 0, .13);
display: none;
}
.searchBox form {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.searchBox form .pics { margin-left: 1.7em; width: 1.227em; height: 1.227em;
background: url(../images/search_3.png) center center no-repeat;
background-size:contain;}
.searchBox form .iw { flex: 1; margin: 0 1.2em 0 2em;}
.searchBox form .iw .input { font-size: 1em; line-height: 3em; height: 3em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
.searchBox form .btnSearch { cursor: pointer; padding: 0 1.8em; 
 line-height:3em; color: #fff; 
 outline-width: 0; border: 0;
 -moz-border-radius:2.1em; -webkit-border-radius:2.1em; border-radius:2.1em;
 background: #002A9A}

@media only screen and (max-width:828px) {
	.searchBox {  margin: 0 auto;right: -2em;top: 5.3em;}
	.searchBoxW { font-size: 12px;}
	.searchBox form .btnSearch { font-size: 12px;}
}

.header .c-switch-w { padding:0 1.6em; font-size: 1em;
 height: 100%;  border-left: 1px solid rgba(255,255,255,0.2);
display: flex; justify-content: center; align-items: center; display: none;}
.header .c-switch {  display: inline-block; color: #018b35;
transition: all 0.5s;
-webkit-transition:all 0.5s;
width: 1.8em; height:1.43em; cursor: pointer; position: relative; z-index: 0;} 
.header .c-switch i {
	position: relative;
	display: block;
	height: 0.31em;
	background: #222;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;}

.header .c-switch i:nth-child(1) {	top: 0;}
.header .c-switch i:nth-child(3) {	bottom: 0;}
.header .c-switch i:nth-child(2) {	margin: 0.25em 0; }

.headerB .header .c-switch i,
.headerC .header .c-switch i { background-color: #222;}

.header .c-switch.show i:nth-child(2) {	opacity: 0;}
.header .c-switch.show i:nth-child(1) {
	top:0.55em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .c-switch.show i:nth-child(3) {
	bottom: 0.55em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width:828px) {	
	.header .links a.btnT { font-size: 1.3em;}
	.header .links .btnLanT { font-size: 1.2em;}
	.header .c-switch.show::after { left: -30%; top: -30%; width: 160%; height: 160%;}
	
	.header .c-switch-w { padding: 0 1em; display: flex;}
}

@media only screen and (max-width:960px) {
	.header .links .tel { display: none; margin-left: 1em; margin-right: 1em; padding-left: 1.7em;}
}
@media only screen and (max-width:1200px) {
	
	.header .logo { width: 15em;}
}

@media only screen and (max-width:828px) {
.headerW { height:4.5em ;transition: all 0s; }
.header { width: 100%; height: 100%; justify-content: space-between;}
.header .logo { width: auto; padding: 0 1em;}
.header .logo img {	display: block;	 width: auto; height: 2.8em; }
.header .links { flex: 1; width: 100%;
 font-size: 12px; display: flex; justify-content: flex-end; align-items: center;}
.header .links .searchBoxW { margin-right: 0.3em;}
.header .links .btnSearchT { margin: 0 0em 0 0.4em;}
.header .c-switch .iconfont { font-size: 3.6vw;}

}

/*头部导航*/
.navW {	 flex: 1;display: flex; justify-content: space-between; align-items: center; margin-right: 3.6%;}
.nav { height: 100%; margin:0 5%; flex: 1; }
.nav>ul {height: 100%;
display: flex; justify-content:space-around; align-items: center;}
.nav>ul>li {
	height: 100%;
	position: relative;
	z-index: 100; 
	cursor: pointer; padding: 0 0.1em; 
}
@media only screen and (max-width:1200px) {
	
	.nav { margin:0 1%;}
	.navW { margin-right: 0.5em;}
}
@media only screen and (max-width:828px) {
	.nav>ul>li { padding: 0 2vw; }
}
.nav>ul>li>a,.nav>ul>li>span {
	position: relative;
	z-index: 1; height: 100%;
    display: flex; justify-content: center; align-items: center; cursor: pointer;
 color: #333;
/* transition: all 0.5s;
 -webkit-transition:all 0.5s; */
}


.nav>ul>li>a:hover{ color:#002A9A;font-weight: bold;}


.nav>ul>li.cur>a{ font-weight: bold;}
.nav>ul>li.cur>a{ color:#002A9A}


.nav>ul>li.cur>a::after,
.nav>ul>li.hover>a::after{ position: absolute; z-index: 10; content: ""; display: block;
	height: 3px;  left: 0; 	 right: 0; bottom: 0; background-color:#002A9A ;}
.nav>ul:hover>li.cur>a::after {display: none;}
.nav>ul:hover>li.hover.cur>a::after {display: block;}

.headerB .nav>ul>li>a,.headerB .nav>ul>li>span,
.headerC .nav>ul>li>a,.headerC .nav>ul>li>span{ color: #333;}

.nav .sub_nav {
	display: none;
	position: absolute;
	top: 100%; margin-top: 1px;
	left: 50%; margin-left: -6.2em;  width: 12.4em; text-align: center;
	background: rgba(255,255,255,0.9);
	-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); padding: 0.5em 0;}	

.nav .sub_nav li {  line-height: 3em; height: 3em;
 overflow: hidden;
 border-top:1px solid #002A9A;  }
 .nav .sub_nav li:first-child { border-top: 0;}
.nav .sub_nav li a {color: #666; padding:0 0.5em; display: block; position: relative; z-index: 0;}
.nav .sub_nav li a:hover { font-weight: bold;color: #000;}

.popupNav { display: none; position: fixed; z-index: 400;
left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.6);
}
.popupCon { overflow: hidden; position: relative; z-index: 0; height: 100vh;
 width: 100%; margin: 0 auto 0 0;
background: #fff ;
display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}
.popupCon .navM {flex: 1; display: block;}
  
.navM { top: 0; margin-top: 109px; margin-bottom:2em;
		overflow-y: auto;
		line-height: 1.5;
		text-align: left;
		overflow-y: auto;  position: relative;	z-index: 0;
		background-color: #303543}
	@media only screen and (max-width: 1920px){
		.navM {margin-top: 5.67vw; margin-bottom: 0;}
	}
    .navM .con { position: relative; z-index: 0; margin: 0 auto; width: 89.6%;}
	.navM .con>ul {font-size: 1em; width: 100%; margin: 0 auto; position: relative; margin-top: 10%;
	   display: flex; justify-content: space-around; align-items: flex-start;	}
	.navM .con>ul>li { padding: 0 1em; }
	.navM .title { font-weight: bold; font-size:1.33em;}
	.navM .title a {color: #fff;}
	.navM .title a:hover {color: rgba(255,255,255,0.8);}
	.navM a {color: #eaeaea;	}
	.navM .con>ul>li li { line-height: 2;}
	.navM a:hover {	color: #fff;	}
	.navM li .title { display: flex; justify-content: space-between; align-items: center;padding: 0 0 1em;}
	.navM li .sub_nav_z { margin-top: 0.2em; display: flex; justify-content: flex-start; align-items: flex-start;}
	.navM li .sub_nav_z .sub_nav_s { width: 49%; margin-right: 1%;}
	.navM li .sub_nav_z .sub_nav_s .title { font-size: 1em;}


@media only screen and (max-width:828px) {
	.navW .nav { display: none !important;}
	.navM { margin-top: 2.8em;
		padding: 0 0.6em 0;
		overflow-y: auto;
		font-size: 14px;
		line-height: 3.2;
		text-align: left;
		overflow-y: auto;
	}
	.navM .con>ul { display: block; width: 100%; font-size: 16px;}
	.navM .con>ul>li { padding: 0;}
	.navM li { text-transform: uppercase;
		border-top: 1px solid rgba(255,255,255,0.5);
		position: relative;		z-index: 0;	}
	
	.navM li:first-child {border-top: 0;	}
	.navM .title { font-size: 1.1em;}
	.navM li .sub_nav_z { height: 0; overflow: hidden;}
	.navM ul ul { position: static;
		height: 0;
		overflow: hidden;
		transition: height 2s; font-size: 12px; line-height: 3.4em;
	}
	.navM ul ul li { border-top:0 ;}
	.navM ul ul li a { font-size: 14px;
		text-indent: 1em; border-top:0 ; 
	}
	.navM a {display: block;	}
	.navM li .title { display: flex; justify-content: space-between; align-items: center;
	padding: 0;}
	.navM li .arrow {display: block;
		height:1em;
		width: 1em;
		background: url(../images/arr.svg) center center no-repeat;
		background-size:1em auto;
	}
	.navM li dd { padding-left: 1.5em;}
	.navM li.show .arrow {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.navM ul .sub_nav_s .sub_nav { height: auto;}
	.navM li.show>.sub_nav { padding: 0.9em 0;
		height: auto;border-top: 1px solid  rgba(255,255,255,0.3); 
	}
	.navM li.show ul .sub_nav_p { padding-left: 2em; display: flex; justify-content: flex-start;
	align-items: stretch;flex-wrap: wrap; text-align: center; line-height: 1.2; padding-bottom: 1.2em;}
	.navM li.show ul .sub_nav_p a {text-indent: 0;}
	.navM li.show ul .sub_nav_p li { padding-top: 1em; width: 32%; margin-right: 2%;}
	.navM li.show ul .sub_nav_p li:nth-child(2n) { margin-right: 0;}
	.navM li.show ul .sub_nav_p .pic { display: block; position: relative; z-index: 0;
	 padding-top:70%; width: 70%; margin: 0 auto 0.5em;	}
	.navM li.show ul .sub_nav_p .pic img { position: absolute;
	 width: 100%; height: 100%; left: 0; top: 0; object-fit: contain;}
}


@media only screen and (max-width:1920px) {
	.banner_de img { height: auto; }
	.banner_de .txtb .txt .name { font-size: 3.75vw;}
	.banner_de .txtb .txt .intro { font-size: 1.25vw;}
}
/*banner*/
.topPicBox { position: relative; z-index: 0;
 height: 26.6vw; width: 100%;overflow: hidden;
 display: flex; justify-content: center; align-items: center; 
}

.topPicBox img {


    -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.05);
 	}
 }

 @-moz-keyframes breatheBg {
 	0% {
 		transform: scale(1);
 	}

 	100% {
 		transform: scale(1.05);
 	}
 }

 @-webkit-keyframes breatheBg {
 	0% {
 		transform: scale(1);
 	}

 	100% {
 		transform: scale(1.05);
 	}
 }

 @-o-keyframes breatheBg {
 	0% {
 		transform: scale(1);
 	}

 	100% {
 		transform: scale(1.05);
 	}
 }
 
 
.topPicBox img {position: absolute; z-index: 0; 
display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden;
left: 0; top: 0;}
.topPicBox .txtb { position: relative; z-index: 1; width: 100%; color: #fff;  padding-bottom: 2em;}
.topPicBox .txtb .name { }
@media only screen and (max-width:828px) {
	.topPicBox {  height: 52vw;}
}
.position { 
 text-align: center; color: #fff;  padding: 0.7em 0 0; }
.position a {display: inline-block; color: #fff;}
.position a:hover {color: #eee;}

.iTit .name { color: #1a1d3c; padding-top: 0.3em;
background: url(../images/dot.png) center 0 no-repeat; background-size:auto 0.33em;}
.iTit .nameL { color: #1a1d3c; padding-top: 0.3em;text-align: left;}
.iTit .nameL span { display: inline-block; padding-right: 0.7em;
background: url(../images/dot.png) right 0 no-repeat;}
.iTit .intro { margin-top: 0.2em; color: #71789f; font-weight: lighter;}

 
.contactBox { background: #e4f1fc url(../images/contact_bg.jpg) center bottom no-repeat;
background-size:100% auto; color: #fff; padding:3em 0 6.2em;}
.contactBox .conT { width: 65.4%; margin: 0 auto 0 0; text-align: left;}
.contactBox .tit { line-height: 1.2; font-weight: bold;}
.contactBox .form {flex-wrap: wrap; margin-top: 1em;
justify-content: space-between; align-items: flex-start;}
.contactBox .form form { width: 100%; display: flex; flex-wrap: wrap; 
justify-content: space-between; align-items: flex-start;}
.contactBox .form form dl { margin-top: 0.5em; color: #646b97; 
 width: 32.2%; display: flex; flex-wrap: wrap; 
justify-content: flex-start; align-items: flex-start;
background-color: rgba(255,255,255,0.8); 
border: 1px solid rgba(255,228,243,0.8);
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
 line-height: 3.7em;}
.contactBox .form form dl.dl_2 { width: 66%;}
.contactBox .form form dl.dl_3 { width: 100%;}
.contactBox .form form dt { margin-left: 1.7em; margin-right: 0.2em;}
.contactBox .form form dd {flex: 1; margin-right: 1.7em;}
.contactBox .form dd .input { width: 100%; border: 0; outline-width: 0;
 line-height: 3.7em; height: 3.7em;
 font-size: 1em; background-color: transparent; color: #333; }
.contactBox .form dd .tW { padding: 1.2em 0 0.8em;}
.contactBox .form dd .textarea { display: block; width: 100%; border: 0;
 outline-width: 0; line-height: 1.4em; height: 5.6em;
  font-size: 1em; background-color: transparent;color: #333; }
.contactBox  textarea::-webkit-input-placeholder,
.contactBox  input::-webkit-input-placeholder{	color: #fff;}
.contactBox textarea::-moz-placeholder,
.contactBox input::-moz-placeholder{	color: #fff;}
.contactBox textarea:-ms-input-placeholder,
.contactBox input:-ms-input-placeholder{	color: #fff;}
.contactBox .btnW { margin-top: 1.3em; width: 100%; text-align: center;}
.contactBox .btnBlue2 { padding: 0; max-width: 19em; width: 100%; margin: 0 auto;}
@media only screen and (max-width:828px) { 
.contactBox .form form dl { width: 100%;}
.contactBox .form form dl.dl_2 { width: 100%;}
.contactBox .form form dl.dl_3 { width: 100%;}
}

/*底部*/
.footer { position: relative; z-index: 0;
 color: #fff;text-align: left; width: 100%;
  background: #222429; }
.footer .fInfo { display: flex; justify-content: space-between; align-items: flex-start;
padding: 4em 0 0; }

.footer .fnav { width: 56%; flex-wrap: wrap; display: flex;
 justify-content:space-between; align-items: flex-start;}
.footer .fnav dl { margin-right: 0.6em;}
.footer .fnav dl:last-child { margin-right: 0;}
.footer .fnav dl dt { color: #fff;}
.footer .fnav dl dt a {color: #fff;}
.footer .fnav dl dt a:hover {color: #eee;}
.footer .fnav dl dd {margin-top: 0.4em; line-height: 2.1em;}
.footer a { color: #fff;}
.footer a:hover { color: #eee;}

.footer .add { margin: 0 1em; width:22%; }
.footer .add dl { margin-bottom: 1em; display: flex; justify-content: flex-start; align-items: flex-start;}
.footer .add dl dt { margin-top: 0.3em; }
.footer .add dl dt img {width: 2em; height: 2em; display: block;}
.footer .add dd { flex: 1; margin-top: 0; line-height:2; margin-left: 1.7em;}

.footer .ewm { text-align: center; }
.footer .ewm img { display: block; margin: 0 auto 0.3em; width: 8em; height: auto;}

.footer .footerBot { margin-top: 2.5em; border-top:1px  solid rgba(255,255,255,0.15);
 padding: 1.5em 0 2.1em;color: #fff; text-align: left;
 }
.footer .footerBot .con { display: flex; justify-content: space-between; align-items: flex-start;}
.footer .footerBot .txt { flex: 1; display: flex; justify-content: flex-start; align-items: flex-start;
flex-wrap: wrap;}
.footer .footerBot .txt .flink {}
.footer .footerBot .txt .flink a { display: inline-block; margin: 0 1.5em;}
.footer .footerBot .txt .copyRight { flex: 1;}
.footer .footerBot .txt .copyRight span {display: inline-block;}

.footer .footerBot .share a { margin-left: 1.8em; display: inline-block; cursor: pointer;}
.footer .footerBot .share img { width: 2.25em; height: 2.25em;}

.footer .footerBot .share .btnWeChat { position: relative; z-index: 0;}
.footer .footerBot .share .btnWeChat .btnP { display: none;
 position: absolute; right: 50%; margin-right: -3.55em; bottom:2.7em;
padding: 0.1em;
background-color: #fff;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.footer .footerBot .share .btnWeChat .btnP img { width: 7em; height: 7em; display: block;
background-color: #fff; border: 1px solid #e1e4f3;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.footer .footerBot .share .btnWeChat:hover .btnP { display: block; }

  @media only screen and (max-width:828px) {
	  .footer .footerBot .con { display: block; text-align: center;}
	  .footer .footerBot .txt { display: block;}
	  .footer .footerBot .txt .flink { display: block;}
	   .footer .footerBot .txt .copyRight { margin-top: 1em; display: block;}
	  .footer .footerBot .txt .copyRight span { margin: 0 0.5em;}
	  .footer .fInfo { padding-top: 2em;}
	  .footer .fnav { display: none; }
	  .footer .add {margin-left: 0; }
	  .footer .ewm { margin-top: 2em;}
	  .footer .footerBot .share a { margin: 1em 0.5em 0;}
	  .footer .add dd { margin-left: 0.7em;}
	  .footer .add dl dt img {width: 1.2em; height: 1.2em; }
	  .footer .ewm img { width:5em;}
  }

.page { margin-top: 3.5em;	text-align: center;	color: #646b97;	line-height: 2.6; }
@media only screen and (max-width:828px) {
	.page { margin-top: 3em; font-size: 12px;}
}
.page a,.page .cur { border: 1px solid #e1e4f3;
	display: inline-block;
	color: #646b97; 
	padding: 0.1em 0 0; width: 2.7em;
	margin: 0.4em 0.35em;
}
.page a:hover {	border: 1px solid #002A9A;color: #002A9A; }
.page a.page-num-current { font-weight: bold; border: 1px solid #002A9A; background-color: #002A9A;color: #fff;}



.page .dot {	display: inline-block;
	padding: 0 0.55em;}
.page .prev { font-weight: bold;
	display: inline-block;font-family: "宋体";
}
.page .next {font-weight: bold;
	display: inline-block;font-family: "宋体";
}

.btn { display: inline-block; color: #666; margin-top: 1.6em;}
.btn::before{ content: ""; display: inline-block; vertical-align: middle; width: 2.1em; height: 2.1em;
background: url(../images/arrow5.png) center center no-repeat; border: 1px dashed #EC2275;
background-size:35% auto; margin-right: 0.4em; position: relative; top:-0.1em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}

.btnMore { display: block; cursor: pointer; margin-top: 1.4em;
padding: 0.9em 2em 0.9em; background-color: #f4f5f8; color: #333;
display: flex; justify-content: space-between; align-items: center;}
.btnMore::after{ content: ""; display: inline-block;  width: 0.85em; height: 0.85em;
background: url(../images/arrow5.png) center center no-repeat; 
background-size:0.85em auto; position: relative; top:-0.1em;}
.btnMore:hover { color: #002A9A;}

.btnYell { display: inline-block; cursor: pointer; color: #fff; background-color: #EC2275;
 line-height: 3.7;
 padding: 0.05em 2.6em 0 2.6em; margin-top: 2.3em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.9em; -webkit-border-radius:1.9em; border-radius:1.9em;}
.btnYell::after { content: ""; display: inline-block; width: 0.8em; height: 0.8em;
background: url(../images/arrow3.png) center center no-repeat;
background-size:contain; margin-left: 0.3em; position: relative; top: 0.05em;
transition: all 0.5s;
-webkit-transition:all 0.5s;}
.btnYell:hover { color: #fff;}
.btnYell:hover::after {
	transform: translate(0.2em,0);
	-ms-transform: translate(0.2em,0); /* IE 9 */
	-webkit-transform: translate(0.2em,0); /* Safari and Chrome */
}

.btnBlack { display: inline-block; cursor: pointer; color: #fff; background-color: #23252a;
 line-height: 3.7;
 padding: 0.05em 2.6em 0 2.6em; margin-top: 2.3em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.9em; -webkit-border-radius:1.9em; border-radius:1.9em;}
.btnBlack::after { content: ""; display: inline-block; width: 0.8em; height: 0.8em;
background: url(../images/arrow3.png) center center no-repeat;
background-size:contain; margin-left: 0.3em; position: relative; top: 0.05em;
transition: all 0.5s;
-webkit-transition:all 0.5s;}
.btnBlack:hover { color: #fff;}
.btnBlack:hover::after {
	transform: translate(0.2em,0);
	-ms-transform: translate(0.2em,0); /* IE 9 */
	-webkit-transform: translate(0.2em,0); /* Safari and Chrome */
}

.grayBg {background-color: #f4f5f4;}


.titI { display: flex; justify-content: space-between; align-items: flex-start;}
.titI .name {text-align: left;
	position: relative; z-index: 0; padding-right: 3.75em; color: #002A9A; line-height: 1.2;}
.titI .name .en { text-transform: uppercase;color: #002A9A;}
.titI .name .ch { font-weight: bold; font-size: 1.875em;color: #002A9A;}
.titI .name::after { position: absolute; top: 0.7em; right: 0; 
display: block; content: ""; width: 1.6em; height: 0.2em;
border-bottom: 0.2em solid #EC2275;
border-top: 0.2em solid #28CD7E;}
 
.titI .tab { flex: 1;}
.titI .tab ul { display: flex; justify-content: flex-end; align-items: stretch;}
.titI .tab ul li { cursor: pointer; padding: 0.55em 0 0.55em; margin-left: 11%; border-bottom:1px solid #d0d0d0 ;}
.titI .tab ul li.cur { font-weight: bold;border-bottom:1px solid #cc9933 ;}

.platIBox .titI .tab ul {justify-content: flex-start;}
.platIBox .titI .tab ul li { margin-left: 0; margin-right: 11%;}

@media only screen and (max-width:828px) {
	.titI .tab ul li { margin-left: 1em;}
	.platIBox .titI .tab ul li { margin-left: 0; margin-right: 1em;}
}

.platBox { padding: 4.6em 0 8em; background: #e5ebf3 url(../images/part.png) no-repeat left bottom/100% auto; clear:both; overflow:hidden}
.platIBox { padding-bottom: 10em;}
@media only screen and (max-width:828px) {
	.platBox { padding:1em 0 3em;}
	.platIBox { padding-top: 1em; padding-bottom: 3em;}
	.platBox .titI { display: block;}
	.platBox .titI .tab { margin-top: 1em;}
}

.platBox .conPZ { position: relative; z-index: 0;}
.platBox .conP { position: absolute; z-index: 0; left: 0; top: 0; width: 100%; 
filter:alpha(opacity=0);-moz-opacity:0; opacity:0;}
.platBox .conP.show {z-index: 1; position: relative; height: auto;
filter:alpha(opacity=100);-moz-opacity:1.0; opacity:1.0;}

.platBox .platCon {  margin-top: 2em; display: flex; justify-content: space-between; align-items: stretch;}
.platBox .platCon .conL { width: 20.1%;}
.platBox .platCon .conR { width: 72.6%;}
@media only screen and (max-width:828px) {
	.platBox .platCon { display: block;}
	.platBox .platCon .conL { width: 100%;}
	.platBox .platCon .conR { width: 100%;}
}

.platBox .platCon .conL .platList { height: 100%; display: flex; justify-content: center; align-items: center;}
.platBox .platCon .conL .platList ul { }
.platBox .platCon .conL .platList li { padding: 2em 0; display: flex; justify-content: flex-start; align-items: center;
text-align: left;} 
.platBox .platCon .conL .platList li .num { 
	font-size: 5.1em; line-height: 1; color: #cc9933; font-weight: bold;}
.platBox .platCon .conL .platList li .txtb { margin-top: -0.8em; color: #333; flex: 1; margin-left: 1em;}
.platBox .platCon .conL .platList li .txtb .t1{ font-size: 2em; 
 color: #cc9933; font-weight: bold; line-height: 1.1;}
.platBox .platCon .conL .platList li .txtb .t2{ margin-top: 0.3em; line-height: 1.2;}

.platBox .platCon .conR { position: relative; z-index: 0;}
.platBox .platCon .conR .map { position: relative; z-index: 0; padding-top: 46.6%;}
.platBox .platCon .conR .map>img { position: absolute; z-index: 0; left: 0; top: 0; width: 100%; height: 100%;}

.platBox .platCon .conR .platList li { position: absolute; left: 0; top: 0;
background-color: #fff; 
border: 1px solid #cc9933; color: #333; padding: 0.5em 1em 0.4em;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}

.platBox .platCon .conR .platList li:nth-child(1) {left: 5.2%; top: 0; margin-top: 17.9%;}
.platBox .platCon .conR .platList li:nth-child(2) {left: 36.7%; top: 0; margin-top: 2.2%;}
.platBox .platCon .conR .platList li:nth-child(3) {  left: 68.2%; top: 0; margin-top: 30.2%;}
.platBox .platCon .conR .platList li:nth-child(4) { left: 76.2%; top: 0; margin-top: 5.4%;}

.platBox .platCon .conR .platList li span.num { font-size: 1.3em; font-weight: bold; color: #cc9933;}

.platBox .platCon .conR .platList li .arrow { position: absolute; left: 50%; bottom: 100%;
 width: 2.4em; height: 1.45em;
 background: url(../images/arrow_p1.png) left bottom no-repeat ;
 background-size:contain ;}
 .platBox .platCon .conR .platList li:nth-child(2) .arrow {
	  background-image: url(../images/arrow_p2.png);
	  background-position: left top;
	   bottom: auto; top: 100%;
	    width: 1.29em; height: 2em;
 }
 .platBox .platCon .conR .platList li:nth-child(3) .arrow {
 	  background-image: url(../images/arrow_p3.png);
	  width: 1.29em; height: 2em;
 }
 .platBox .platCon .conR .platList li:nth-child(4) .arrow {
 	  background-image: url(../images/arrow_p4.png);
 	  background-position: left top;
 	   bottom: auto; top: 100%;
 	    width: 2.5em; height: 1.45em;
 }

@media only screen and (max-width:828px) {
	.platBox .platCon .conR .platList li { font-size: 2.3vw;}
	.platBox .platCon .conR .map  { margin-top: 1em;}
	
	.platBox .platCon .conL .platList li { padding: 1em 0;}
	.platBox .platCon .conL .platList li .num {  font-size: 3em;}
}

.titUnion { margin-top: -1em; font-weight: bold; color: #002A9A; text-align: left;
    padding-left: 1em;
    background: url(../images/rect_2.png) 0.1em 0.5em no-repeat;
    background-size: 0.43em auto;}
.platIBox .titUnion { color: #333; margin-top: 3em;}
.swiper-union-w .picb { position: relative; z-index: 0; padding-top: 30%;
background-color: #fff; border: 1px solid #ccc;
-moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;
overflow: hidden;}
.swiper-union-w .pic { position: absolute;width: 90%; height: 90%; top: 5%; left: 5%;
display: flex; justify-content: center; align-items: center; overflow:hidden}
.swiper-union-w .pic img{ display: block; max-width: 100%; max-height: 100%;transition: all 0.5s;}

.swiper-union-w .pic:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}



.swiper-union-w { position: relative; z-index: 0;margin-top: 1.2em;}

/* .swiper-union-w .swiper-slide { width: 18.75%;} */

@media only screen and (max-width:828px) {
	.swiper-union-w { margin-left: 3em; margin-right: 3em;}
	.platIBox .titUnion{ margin-top: 1.5em;}
}

.unionList ul{ display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch;}
.unionList li {width: 18.8%; margin-right: 1.5%; margin-top: 1.37%;}
.unionList li:nth-child(5n) {margin-right: 0;}
.unionList .picb { position: relative; z-index: 0; padding-top: 30%;
background-color: #fff; border: 1px solid #ccc; 
-moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;
overflow: hidden;}
.unionList .pic { position: absolute;width: 90%; height: 90%; top: 5%; left: 5%;
display: flex; justify-content: center; align-items: center;}
.unionList .pic img{ display: block; max-width: 100%; max-height: 100%;}

@media only screen and (max-width:828px) {
	.unionList li {width: 32.3%; margin-right: 1.5%; }
	.unionList li:nth-child(5n) {margin-right: 1.5%;}
	.unionList li:nth-child(3n) {margin-right: 0;}
}



.aboutBox { padding: 6em 0 7.5em; display: flex; justify-content: space-between; align-items: center;}
.aboutBox .txtb { color: #666; width: 48.8%; text-align: left;}
.aboutBox .txtb .name { margin-top: 1em; color: #333; line-height: 1.2; font-weight: bold;}
.aboutBox .txtb .intro { margin-top:1.1em; line-height: 1.2;}
.aboutBox .txtb .intro2 { margin-top: 1.2em; line-height: 2;}
.aboutBox .picb {width: 44.4%;margin-top: 8.25%;  margin-right: 4.4%; position: relative; z-index: 0;}
.aboutBox .picb::after { content: ""; display: block; position: absolute; z-index: 3; bottom: 0; right: -9%;
width: 0.71em; height: 11em; background-color: #E81F76;}
.aboutBox .picb .pic1 { width: 100%; position: relative; z-index: 0; height: 0;
padding-top:74.5% ; overflow:hidden}
.aboutBox .picb .pic1 img { position: absolute; left: 0; top: 0; width: 100%;
height: 100%; object-fit: cover;transition: all 0.5s;}

.aboutBox .picb .pic1:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}


.aboutBox .picb .pic2 { width: 100%; position: absolute; z-index: 1; right: -9%; top: 0;
margin-top: -17%;
 height: 0; width: 57.8%;
padding-top:47.7% ; overflow:hidden}
.aboutBox .picb .pic2 img { position: absolute; left: 0; top: 0; width: 100%;
height: 100%; object-fit: cover;transition: all 0.5s;}

.aboutBox .picb .pic2:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

@media only screen and (max-width:828px) {
	.aboutBox { display: block;}
	.aboutBox .txtb { width:100%; }
	.aboutBox .picb {width: 100%;margin-top:2em;  margin-right: auto; }
}

.aboutBox .jslnList { margin-top: 3.3em; }
.aboutBox .jslnList ul {display: flex; flex-wrap: wrap;
justify-content: space-around; align-items: flex-start;}
.aboutBox .jslnList li { width: 49%; margin: 0 1% 0 0;
display: flex; justify-content: space-between; align-items: center;}
.aboutBox .jslnList .pic { }
.aboutBox .jslnList .pic img{ margin: 0 auto; display: block; width: 3.6em; height: 3.6em;
object-fit: contain;}
.aboutBox .jslnList .txtb {flex: 1; margin-left: 1em; text-align: left; color: #222429;}
.aboutBox .jslnList .t1 { color: #333;}
.aboutBox .jslnList .t2 {margin-top: 0.3em; font-weight: bold;   line-height: 1.15;}
.aboutBox .btnBlack  { margin-top: 3.7em;}

@media only screen and (max-width:828px) {
	.aboutBox { padding: 3em 0;}
	.aboutBox .jslnList ul { display: block;}
	.aboutBox .jslnList li { width: auto; margin-top: 2em;}
}

.aboutIBox { position: relative; z-index: 0; padding-top: 7.6em; align-items: flex-start;}
#intro { position: absolute; top: -5.3em; left: 0;}
.aboutIBox .txtb { width: 45%;}
.aboutIBox .txtb .name { margin-top: 2em;}
.aboutBox .txtb .intro2 { margin-top: 3em;}

@media only screen and (max-width:828px) {
	.aboutIBox { padding-top: 3em; display: block;}
	.aboutIBox .txtb { width: 100%;}
	.aboutIBox .picb { margin-top:22%;}
}


#all2map {
	width: 100%;
	height:600px;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 14px;
}
#all2map b {
	color: #CC5522;
	font-size: 14px;
}
#all2map img {
	max-width: none;
}

@media screen and (max-width: 767px) {
#all2map {
	height:300px;

}
}






.newABox { padding: 6.2em 0 8.4em;
 background:#f4f5f4 url(../images/new_bg.jpg) center center no-repeat ;
 background-size:contain ;}
.newABox .tit2 { margin-top: 0.2em; color: #222429; font-weight: bold; text-align: left;}
.newABox .swiper-slide { overflow: hidden;}
.newABox .item { text-align: left; position: relative; z-index: 0;
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); margin: 0.7em;}

@media only screen and (max-width:828px) {
	.newABox { padding: 4em 0 4em; }
}

.newABox .item .pic { display: block; cursor: pointer;
 position: relative; z-index: 0; padding-top: 66.5%; overflow:hidden}
.newABox .item .pic img{ position: absolute; left: 0; top: 0;
 display: block; width: 100%; height: 100%;
object-fit: cover;transition: all 0.5s;}

.newABox .item .pic:hover img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.05, 1.1);
    transform: scale(1.1, 1.1);
}


.newABox .item .txtb {  padding:1.8em 2em;}

.newABox .item .name {  color: #333; font-weight: bold; height: 1.5em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1; }

.newABox .item .name:hover{ color:#cd9933}

.newABox .item .intro {margin-top:1em; color: #666; line-height: 1.8;
height: 3.6em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; }

.newABox .item .about { color: #999; margin-top: 1.2em;}
.newABox .item .date { padding-left: 1.7em; display: inline-block; margin-right: 1em;
background: url(../images/date2.png) 0 0.1em no-repeat;
background-size:1.3em auto ;}
.newABox .item .btnList{padding-left: 1.5em; color: #999; display: inline-block;
background: url(../images/list.png) 0 0.15em no-repeat;
background-size:1.3em auto ;}

.swiper-newA-w { position: relative; z-index: 0;margin-top: 2.5em;}


.swiper-newA-w .swiper-pagination {  left: 0; right: 0; text-align: center; padding-top:30px;}
.swiper-newA-w .swiper-pagination .swiper-pagination-bullet  {vertical-align: middle;
	border: 0.2em solid transparent; margin: 0 0.2em; width: 0.3em; height: 0.3em;
}
.swiper-newA-w .swiper-pagination .swiper-pagination-bullet-active {
	border: 0.2em solid #EC2275; width: 0.6em; height: 0.6em;
background-color: transparent;}

.insBox{ background-color:#FFFFFF; margin:3em 0;}


.p_previewBox {

	float: none;
	padding: 25px 30px;
	border: 1px solid #e9e9e9;
	margin-top: 25px;
	text-align:left
}
.p_previewBox .i_title {
	color: #333;
	display: block;
	margin-bottom: 15px;
	line-height: 24px;
	position: relative;
}
.p_previewBox .i_pageUpTitle {
	font-size: 18px;
	display: block;
	line-height: 24px;
	position: relative;
}
.p_previewBox .i_pageUpTitle:after {
	content: '';
	position: absolute;
	width: 70%;
	height: 1px;
	background: #f2f2f2;
	left: 30%;
	top: 12px;
}
.p_previewBox .p_PreviewTitle {
	font-size: 16px;
}


.p_gridbox {
	border: 10px solid #e9e9e9;
	padding: 20px;
}
.p_gridbox h1 {
	font-weight: 700;
	font-size: 24px;
	margin: 0; text-align:left
}
.time {
	font-size: 14px;
	color: #727272;
}

.lists {
	width: calc((100% - 0px)/1);
	height: auto;
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	position: relative;
	padding: 25px 0px; text-align:left
}



.title1{ font-weight:normal}
.titleLink {
    font-size: 15px;
    color: #727272;
    line-height: 24px;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
    transition: all .3s ease;
}


.label-inner {
	position: relative;
    bottom: 15px;
	margin:0 auto;
	margin:0 35% 0 35%;
	display: block;
    z-index:999
}
.blog-item .date {
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 17px;
    background-color: #e67f22;
    color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    width: 140px
}

.label-inner .label {
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 15px;
    vertical-align: top
}

.label-inner .label-status {
    background: #EC2275
}


.gcsj_btn {
	width: 100%;
	max-width: 180px;
	min-width: 0px;
	height: 100%;
	max-height: 0px;
	min-height: 46px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.gcsj_btn .p_CommonBtn {
	background-color:rgba(0, 0, 0, 0);
	position:relative;

transition:all .5s ease;
	z-index:1;
	overflow:hidden;
}
.gcsj_btn .p_CommonBtn .font {
	color:rgb(255, 255, 255);
	position:relative;
	z-index:3;
	font-size:14px;
	font-weight:bold;  line-height:40px
}
.gcsj_btn .p_CommonBtn:hover {
	 background-color:#00269A
}
.gcsj_btn .p_CommonBtn:hover .font {
	color:#fff;
}
.gcsj_btn .p_MatteIcon .iconfont:before {
	content:'\e602';
}
.gcsj_btn >div {
	animation-fill-mode:both;
}
.gcsj_btn .p_CommonBtn:after {
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#EC2275;
	border:1px solid #EC2275;
	z-index:2;
transition:all .5s ease;
}
.gcsj_btn .p_CommonBtn:hover:after {
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}







.select_case{width:100%; margin-bottom:15px; background:#fff; margin-top:3%;}
.select_case h1{ padding:30px 0; text-align:center; font-size:16px; font-weight:500}
.select_case h1 strong{ font-size:22px; padding:0 6px; letter-spacing:2px;}
.select_case table{border-collapse:collapse;border:1px solid #eee; padding:10px 0; text-align:left}
.select_case table td{line-height:30px;border-bottom:1px dotted #dedede;font-size:14px; padding:8px 0}
.select_case table td.td_left{background:#f2f2f2;text-align:center;color:#000; font-weight:bold;}
.select_case table td a{margin-left:8px; display:inline-block;white-space:nowrap; padding:0 5px;}
/*.select_case .ajax_select_a a:nth-last-child(4){color:#d40000;}*/
.select_case table a:hover,.select_case table a.on{margin-left:8px;  display:inline-block;white-space:nowrap; background:#002A9A; padding:0 5px; height:25px; line-height:25px; border-radius:1px; color:#fff !important}




.filter-form, .filter-select {

    width: 100%;
    margin-top: 25px;
}


.filter-search {

    width: 455px;
    height: 45px;
    position: relative;
}
.filter-search .filter-input {
    height: 45px;
    text-indent: 20px;
    width: 100%;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    box-shadow: 0 0 0 transparent;
    border-radius: 5px;
}

.filter-search .btn-so {
    border: 0;
    position: absolute;
    right: 5px;
    top: 0;
    outline: 0;
    height: 45px;
    width: 45px;
    background-color: transparent;
    border-radius: 0; font-size:24px; cursor:pointer
}



.main-map{
			position: relative;
		}
        .main-map .info {
            border: solid 1px silver; text-align:left
        }
        div.info-top {
            position: relative;
            background: none repeat scroll 0 0 #F9F9F9;
            border-bottom: 1px solid #CCC;
            border-radius: 5px 5px 0 0;
        }
        div.info-top div {
            display: inline-block;
            color: #333333;
            font-size: 14px;
            font-weight: bold;
            line-height: 31px;
            padding: 0 10px;
        }
        div.info-top img {
            position: absolute;
            top: 10px;
            right: 10px;
            transition-duration: 0.25s;
        }
        div.info-top img:hover {
            box-shadow: 0px 0px 5px #000;
        }
        div.info-middle {
            font-size: 12px;
            padding: 6px;
            line-height: 20px;
        }
        div.info-bottom {
            height: 0px;
            width: 100%;
            clear: both;
            text-align: center;
        }
        div.info-bottom img {
            position: relative;
            z-index: 104;           
        }
        .main-map span {
            margin-left: 5px;
            font-size: 11px;
        }
        .info-middle img {
            margin-bottom: 6px;
        }
		.amap-info>div{
			width:100%;
					}