

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "Microsoft YaHei";
}
.clearfix, .c {
	zoom: 1;
	clear: both;
}
.ck{
	width: 71px;
	margin-right:20px;
	float: right;
}
.ck:hover{
	color: #1480d5;
	border-bottom: 1px solid #1480d5;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
	display: table;
	content: "";
}
.clearfix:after, .c:after {
	clear: both;
}
.l {
	float: left;
	width: 65%;
}
.fc{
	border: 1px solid #ccc;
}
.r {
	float: right;
	/*width: 34%;*/
	/*margin-right: 10px;*/
}
.c_xxzn{
	width: 33%;
}
.gywn{
	border: 1px solid #ccc;
	/*height: 330px*/
}
.jz {
	width: 74%;
	margin: 0 auto;
	/*border:  1px solid #e4e4e4;*/
}
a {
	color: #3C3C3C;
	font-size: 14px;
	font-family: "微软雅黑";
}
/* Write your styles */
.am-tab-panel_more {
	font-size: 14px;
	width: 100px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #EEEEEE;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	float: right;
	border-radius:16px ;
	margin-bottom:  -10px;
	margin-top: 5px;
	color: #333;
}
.am-tab-panel_more:hover {
	background-color: #108dee;
	color: #ffffff;
}
.am-tab-panel_more span {
	font-family: SimSun;
}

/*页码*/
#yema {
	height: 25px;
	clear: both;
	text-align: center;
	margin-top: 50px;
}
#yema .pages a {
	vertical-align: middle;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #C6C6C6;/* background-color: #c6c6c6; */
	color: #333;
	display: inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#yema .pages span {
	vertical-align: middle;
	color: #ffffff;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background-color: #c62b26;
	display: inline-block;
	font-size: 14px;
}
/*页码*/
/*详情页*/
.about_con p {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 16px;
}
.about_name {
	text-align: center;
	padding-bottom: 20px;
	font-size: 16px;
	color: #333333;
}
.about-con {
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
	color: #666666;
}
.about_title {
	border-bottom: 1px solid #CCCCCC;
}
.about_con_bottom {
	width: 1000px;
	margin: 0 auto;
	padding: 10px; /* border-top: 1px solid #ccc; */
}
.about_con_fanye {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	float: left;
}
.about_con_fanye a {
	color: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.about_con_fanye a:hover {
	color: #1480d5;
}
.about_fx {
	float: right;
}
/*详情页*/
/*图片效果一*/
.chbimgbox {
	height: 300px;
	width: 300px;
}
.chbimg {
	overflow: hidden;
	position: relative;
	height: 300px;
	width: 300px;
}
.chbimg img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.chbimgbg {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 0;
	background-color: #ccc;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.chbimgbox:hover .chbimg img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.chbimg:hover .chbimgbg {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.chbimgtitle {
	position: absolute;
	top: -10%;
	text-align: center;
	left: 0;
	right: 0;
	color: #000000;
	font-size: 14px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.chbimg:hover .chbimgtitle {
	top: 30%;
	-webkit-transition: all 0.3s 0.8s;
	-moz-transition: all 0.3s 0.8s;
	-ms-transition: all 0.3s 0.8s;
	-o-transition: all 0.3s 0.8s;
	transition: all 0.3s 0.8s;
}
.chbimgmore {
	position: absolute;
	bottom: -10%;
	text-align: center;
	left: 0;
	right: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.chbimgmore a {
	padding: 2px 6px;
	color: #ff0000;
	font-size: 14px;
	border: 1px solid #ff0000;
}
.chbimg:hover .chbimgmore {
	bottom: 30%;
	-webkit-transition: all 0.3s 0.8s;
	-moz-transition: all 0.3s 0.8s;
	-ms-transition: all 0.3s 0.8s;
	-o-transition: all 0.3s 0.8s;
	transition: all 0.3s 0.8s;
}
/*图片效果一*/
/*图片效果二*/
.case-content {
	overflow: hidden;
	margin: 80px auto 0 auto;
	width: 1200px
}
.case-item {
	float: left;
	margin: 30px 40px;
	margin-bottom: 20px
}
.ih-item {
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}
.ih-item, .ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.ih-item a {
	color: #333
}
.ih-item a:hover {
	text-decoration: none
}
.ih-item img {
	width: 100%;
	height: 100%
}
.ih-item.circle, .ih-item.circle .img {
	position: relative;
	width: 210px;
	height: 210px;
	border-radius: 50%
}
.ih-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255,255,255,.6), 0 1px 2px rgba(0,0,0,.3);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}
.ih-item.circle .img img {
	border-radius: 50%
}
.ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.ih-item.square {
	position: relative;
	width: 316px;
	height: 216px;
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3)
}
.ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.ih-item.circle.effect1 .spinner {
	width: 220px;
	height: 220px;
	border: 10px solid #ecab18;
	border-right-color: #1ad280;
	border-bottom-color: #1ad280;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}
.ih-item.circle.effect1 .img {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	width: auto;
	height: auto
}
.ih-item.circle.effect1 .img:before {
	display: none
}
.ih-item.circle.effect1.colored .info {
	background: #1a4a72;
	background: rgba(26,74,114,.6)
}
.ih-item.circle.effect1 .info {
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	background: #333;
	background: rgba(0,0,0,.6);
	opacity: 0;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}
.ih-item.circle.effect1 .info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 24px;
	margin: 0 30px;
	padding: 55px 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0,0,0,.3)
}
.ih-item.circle.effect1 .info p {
	color: #bbb;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,.5)
}
.ih-item.circle.effect1 a:hover .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.ih-item.circle.effect1 a:hover .info {
	opacity: 1
}
/*图片效果二*/
/*图片效果三*/
.da-thumbs {
	list-style: none;
	width: 984px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a, .da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}
.container {
	width: 100%;
	position: relative;
	min-height: 350px;
}
.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.container > header {
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}
.container > header > span {
	font-family: 'Alegreya SC', Georgia, serif;
	font-size: 20px;
	line-height: 20px;
	display: block;
	font-weight: 400;
	font-style: italic;
	color: #719dab;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.container > header h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #498ea5;
	padding: 5px 0px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header h1 span {
	font-weight: 700;
}
.container > header h2 {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #6190ca;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header p {
	font-style: italic;
	color: #aaa;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
/*图片效果三*/
/*图片效果4*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: white;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.twentytwenty-before-label, .twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}
.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}
.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.twentytwenty-before-label {
	opacity: 0;
}
.twentytwenty-before-label:before {
	content: "Before";
}
.twentytwenty-after-label {
	opacity: 0;
}
.twentytwenty-after-label:before {
	content: "After";
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}
.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}
.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}
.twentytwenty-before {
	z-index: 20;
}
.twentytwenty-after {
	z-index: 10;
}
.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid white;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
	border-right: 6px solid white;
	left: 50%;
	margin-left: -17px;
}
.twentytwenty-right-arrow {
	border-left: 6px solid white;
	right: 50%;
	margin-right: -17px;
}
.twentytwenty-up-arrow {
	border-bottom: 6px solid white;
	top: 50%;
	margin-top: -17px;
}
.twentytwenty-down-arrow {
	border-top: 6px solid white;
	bottom: 50%;
	margin-bottom: -17px;
}
.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 62.5em;
*zoom: 1;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.row.collapse .column, .row.collapse .columns {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	float: left;
}
.row .row {
	width: auto;
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
*zoom: 1;
}
.row .row:before, .row .row:after {
	content: " ";
	display: table;
}
.row .row:after {
	clear: both;
}
.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none;
*zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
	content: " ";
	display: table;
}
.row .row.collapse:after {
	clear: both;
}
.column, .columns {
	position: relative;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	width: 100%;
	float: left;
}
@media only screen {
.column,  .columns {
	position: relative;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	float: left;
}
.small-1 {
	position: relative;
	width: 8.33333%;
}
.small-2 {
	position: relative;
	width: 16.66667%;
}
.small-3 {
	position: relative;
	width: 25%;
}
.small-4 {
	position: relative;
	width: 33.33333%;
}
.small-5 {
	position: relative;
	width: 41.66667%;
}
.small-6 {
	position: relative;
	width: 50%;
}
.small-7 {
	position: relative;
	width: 58.33333%;
}
.small-8 {
	position: relative;
	width: 66.66667%;
}
.small-9 {
	position: relative;
	width: 75%;
}
.small-10 {
	position: relative;
	width: 83.33333%;
}
.small-11 {
	position: relative;
	width: 91.66667%;
}
.small-12 {
	position: relative;
	width: 100%;
}
.small-offset-0 {
	position: relative;
	margin-left: 0%;
}
.small-offset-1 {
	position: relative;
	margin-left: 8.33333%;
}
.small-offset-2 {
	position: relative;
	margin-left: 16.66667%;
}
.small-offset-3 {
	position: relative;
	margin-left: 25%;
}
.small-offset-4 {
	position: relative;
	margin-left: 33.33333%;
}
.small-offset-5 {
	position: relative;
	margin-left: 41.66667%;
}
.small-offset-6 {
	position: relative;
	margin-left: 50%;
}
.small-offset-7 {
	position: relative;
	margin-left: 58.33333%;
}
.small-offset-8 {
	position: relative;
	margin-left: 66.66667%;
}
.small-offset-9 {
	position: relative;
	margin-left: 75%;
}
.small-offset-10 {
	position: relative;
	margin-left: 83.33333%;
}
 [class*="column"] + [class*="column"]:last-child {
 float: right;
}
 [class*="column"] + [class*="column"].end {
 float: left;
}
.column.small-centered,  .columns.small-centered {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: none !important;
}
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
.large-1 {
	position: relative;
	width: 8.33333%;
}
.large-2 {
	position: relative;
	width: 16.66667%;
}
.large-3 {
	position: relative;
	width: 25%;
}
.large-4 {
	position: relative;
	width: 33.33333%;
}
.large-5 {
	position: relative;
	width: 41.66667%;
}
.large-6 {
	position: relative;
	width: 50%;
}
.large-7 {
	position: relative;
	width: 58.33333%;
}
.large-8 {
	position: relative;
	width: 66.66667%;
}
.large-9 {
	position: relative;
	width: 75%;
}
.large-10 {
	position: relative;
	width: 83.33333%;
}
.large-11 {
	position: relative;
	width: 91.66667%;
}
.large-12 {
	position: relative;
	width: 100%;
}
.row .large-offset-0 {
	position: relative;
	margin-left: 0%;
}
.row .large-offset-1 {
	position: relative;
	margin-left: 8.33333%;
}
.row .large-offset-2 {
	position: relative;
	margin-left: 16.66667%;
}
.row .large-offset-3 {
	position: relative;
	margin-left: 25%;
}
.row .large-offset-4 {
	position: relative;
	margin-left: 33.33333%;
}
.row .large-offset-5 {
	position: relative;
	margin-left: 41.66667%;
}
.row .large-offset-6 {
	position: relative;
	margin-left: 50%;
}
.row .large-offset-7 {
	position: relative;
	margin-left: 58.33333%;
}
.row .large-offset-8 {
	position: relative;
	margin-left: 66.66667%;
}
.row .large-offset-9 {
	position: relative;
	margin-left: 75%;
}
.row .large-offset-10 {
	position: relative;
	margin-left: 83.33333%;
}
.row .large-offset-11 {
	position: relative;
	margin-left: 91.66667%;
}
.push-1 {
	position: relative;
	left: 8.33333%;
	right: auto;
}
.pull-1 {
	position: relative;
	right: 8.33333%;
	left: auto;
}
.push-2 {
	position: relative;
	left: 16.66667%;
	right: auto;
}
.pull-2 {
	position: relative;
	right: 16.66667%;
	left: auto;
}
.push-3 {
	position: relative;
	left: 25%;
	right: auto;
}
.pull-3 {
	position: relative;
	right: 25%;
	left: auto;
}
.push-4 {
	position: relative;
	left: 33.33333%;
	right: auto;
}
.pull-4 {
	position: relative;
	right: 33.33333%;
	left: auto;
}
.push-5 {
	position: relative;
	left: 41.66667%;
	right: auto;
}
.pull-5 {
	position: relative;
	right: 41.66667%;
	left: auto;
}
.push-6 {
	position: relative;
	left: 50%;
	right: auto;
}
.pull-6 {
	position: relative;
	right: 50%;
	left: auto;
}
.push-7 {
	position: relative;
	left: 58.33333%;
	right: auto;
}
.pull-7 {
	position: relative;
	right: 58.33333%;
	left: auto;
}
.push-8 {
	position: relative;
	left: 66.66667%;
	right: auto;
}
.pull-8 {
	position: relative;
	right: 66.66667%;
	left: auto;
}
.push-9 {
	position: relative;
	left: 75%;
	right: auto;
}
.pull-9 {
	position: relative;
	right: 75%;
	left: auto;
}
.push-10 {
	position: relative;
	left: 83.33333%;
	right: auto;
}
.pull-10 {
	position: relative;
	right: 83.33333%;
	left: auto;
}
.push-11 {
	position: relative;
	left: 91.66667%;
	right: auto;
}
.pull-11 {
	position: relative;
	right: 91.66667%;
	left: auto;
}
.column.large-centered,  .columns.large-centered {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: none !important;
}
.column.large-uncentered,  .columns.large-uncentered {
	margin-left: 0;
	margin-right: 0;
	float: left !important;
}
.column.large-uncentered.opposite,  .columns.large-uncentered.opposite {
	float: right !important;
}
}
/*图片效果4*/
/*图片效果5*/
.view {
	width: 300px;
	height: 200px;
	margin: 10px;
	border: 5px solid rgb(255, 255, 255);
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 5px rgb(170, 170, 170);
	cursor: default;
}
.view .mask, .view .content {
	width: 300px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
.view img {
	display: block;
	position: relative;
}
.effect img {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.effect .mask {
	opacity: 0;
	overflow: visible;
	border-color: rgba(0,0,0,0.7) transparent transparent transparent;
	border-style: solid;
	border-width: 150px;
	width: 0;
	height: 0;
	-moz-transform: translateY(-125px);
	-webkit-transform: translateY(-125px);
	-o-transform: translateY(-125px);
	-ms-transform: translateY(-125px);
	transform: translateY(-125px);
	-moz-transition: -moz-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	-o-transition: -o-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	-ms-transition: -ms-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
}
.effect a.info {
	opacity: 0;
	-moz-transform: translateY(-125px);
	-webkit-transform: translateY(-125px);
	-o-transform: translateY(-125px);
	-ms-transform: translateY(-125px);
	transform: translateY(-125px);
	-moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	-ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;
}
.effect:hover img {
	opacity: 0.7;
	-moz-transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	-o-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	transform: scale(2, 2);
}
.effect:hover .mask {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.effect:hover a.info {
	opacity: 1;
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}
.second-effect .mask {
	opacity: 0;
	overflow: visible;
	border: 0px solid rgba(0,0,0,0.7);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.second-effect a.info {
	position: relative;
	top: -10px;
	opacity: 0;
	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .mask {
	opacity: 1;
	border: 100px solid rgba(0,0,0,0.7);
}
.second-effect:hover a.info {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.view a.info {
	background: url("link.png")/*tpa=http://demo6972.adashuo.com/skin/img/link.png*/ no-repeat scroll center center transparent;
	display: inline-block;
	text-decoration: none;
	padding: 0px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}
.third-effect .mask {
	opacity: 0;
	overflow: visible;
	border: 100px solid rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	transition: all 0.4s ease-in-out 0s;
}
.third-effect a.info {
	position: relative;
	top: -10px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0s;
}
.third-effect:hover .mask {
	opacity: 1;
	border: 100px solid rgba(0, 0, 0, 0.7);
}
.third-effect:hover a.info {
	opacity: 1;
	transition-delay: 0.3s;
}
.fourth-effect .mask {
	position: absolute;
	top: 50px;
	left: 100px;
	cursor: pointer;
	border-radius: 50px;
	display: inline-block;
	height: 100px;
	width: 100px;
	border: 50px solid rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	opacity: 1;
	visibility: visible;
	transform: scale(4);
	transition: all 0.3s ease-in-out 0s;
}
.fourth-effect:hover .mask {
	opacity: 0;
	border: 0px solid rgba(0, 0, 0, 0.7);
	visibility: hidden;
}
/* FIFTH EFFECTS */
.fifth-effect img {
	opacity: 0.2;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.fifth-effect .mask {
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	border: 100px solid rgba(0,0,0,0.7);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	-webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	-o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	-ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}
.fifth-effect:hover .mask {
	border: 0px double rgba(0,0,0,0.7);
	opacity: 0;
	visibility: hidden;
}
.fifth-effect:hover img {
	opacity: 1;
}
/*图片效果5*/
/*图片效果6*/
div.flip-3d {
	perspective: 1200px;
	width: 30%;
	float: left;
}
div.flip-3d .figure {
	position: relative;
	transform-style: preserve-3d;
	transition: 1s transform;
	font-size: 1.6rem;
}
div.flip-3d .figure img {
	width: 100%;
	height: auto;
}
div.flip-3d .figure figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
 transform: rotateY(.5turn) translateZ(1px);
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	padding-top: 45%;
	opacity: 0.6;
	transition: 1s .5s opacity;
}
div.flip-3d:hover .figure {
 transform: rotateY(.5turn);
}
div.flip-3d:hover .figure figcaption {
	opacity: 1;
}
div.flip-3d .figure:after {
	content: " ";
	display: block;
	height: 8vw;
	width: 100%;
	transform: rotateX(90deg);
	background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
/*图片效果6*/

.top {
	/*overflow: hidden;*/
	width: 100%;
	height: 54px;
	background: #F5F5F5;
	font-size: 14px;
	color: #484848;
	position: relative;
	z-index: 999;
}
.top .tl {
	height: 54px;
	width: auto;
	text-align: left;
	line-height: 54px;
}
.top .tr {
	height: 54px;
	width: auto;
	text-align: right;
	line-height: 54px;
}
.head {
	width: 100%;
	height: 120px;
	background: #fff;
	position: relative;
	z-index: 999;
}
.head .jz .p_sj {
	display: block;
	width: 354px;
	height: 120px;
	line-height: 120px;
}
.head .jz .p_sj .p_sj_img{

	 width: 100%;
	 max-width: 298px;
	 min-width: 30px;

}
.head .jz .fw {
	/*width: 567px;*/
	height: 120px;
	/*background: url("../img/1_03.jpg") no-repeat right;*/
	line-height: 120px;
	text-align: right;
}
/*登录注册*/
.head .jz .fw li{
	display: inline-block;
	width: 80px;
	/*height: 32px;*/
	text-align: center;
	
}
.head .jz .fw li a{
	color: #000000;
}
.head .jz .fw .btn_login{
	line-height: 32px;
	border-radius: 4px;
	border: solid 1px #1c77c8;
}
.head .jz .fw .btn_login a{
	color: #1c77c8;
	font-size: 18px;
}
.head .jz .fw .btn_zhuce{
	line-height: 32px;
	color: #000000;
}

.nav {
	height: 50px;
	width: 100%;
	background: #005a9a;
	position: relative;
	z-index: 998;
}
.nav_main .yiji_li {
	/*float: left;*/
	display: inline-block;
	border: none;
	border-top: none;
	border-bottom: none;
	/*display: block;*/
	height: 50px;
	line-height: 50px;
	width: 12.5%;
	text-align: center;
	color: #fff;
	background: #005a9a;
	transition: 0.3s 0.1s background ease;
}
.nav_main .yiji_li{

}



.nav_main li .wh_wbd {
	display: block;
	color: #fff;
	font-size: 16px;
}
.nav_main li:hover .wh_wbd {
	display: block;
	text-align: center;
	border-radius: 4px;
	opacity: 0.9;
	background: url(../img/yuanjiao.png) no-repeat center;
	/*background-position:25px 5px;*/
	
}
.nav_main .yiji_li .souye{
	display: block;
	text-align: center;
	border-radius: 4px;
	opacity: 0.9;
	background: url(../img/yuanjiao.png) no-repeat center;
	/*background-position:27px 5px;*/
}
.nav_main .yiji_li:hover .souye{
	/*display: block;
	width: 100px;
	padding: 7px 10px;
	background: url(../img/yuanjiao.png) no-repeat 100%;*/
}
.nav_main li.yiji_li:hover .nav_c {
	height: 300px;
	transition: 0.6s;
}
.nav_c {
	position: relative;
    overflow: hidden;
    left: 0;
    height:0;
    transition: 0.6s;
    margin: 0 1.5%;


}
.nav_c li.erji_li {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	overflow: hidden;
	background: #005a9a;
	width: 100%;
	float: none;
	/*opacity:0.8;*/
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.nav_c li.erji_li:hover {
	background: #1480d5;
}
.nav_c li{
	height: 35px;
}
.nav_c li a {
	display: block;
	text-align: center;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	/*margin-left: 9%;*/
}
/*首页banner图*/
.banner {
	width: 100%;
	height: 446px;
}
.ddsgg {
	width: 100%;
	height: 446px;
}
.banner .bn_bt {
	padding-top: 160px;
	font-size: 45px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 2px 2px #000;
}
.banner .am-slides .banner_1{
	background: url("../img/banner_1.png") no-repeat center;
}
.banner .am-slides .banner_2{
	background: url("../img/banner_1.png") no-repeat center;
}

.sbanner .bn_bt {
	padding-top: 80px;
	font-size: 20px;
	color: #fff;
	width: 100%;
	text-align: center;
}
.banner .bn_an {
	width: 305px;
	margin: 0 auto;
	height: 40px;
	margin-top: 35px;
}
.sbanner .bn_an {
	width: 280px;
	margin: 0 auto;
	height: 40px;
	margin-top: 35px;
}
.banner .bn_an .ba_a {
	width: 153px;
	height: 32px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	line-height: 32px;
	padding: 0 20px;
	color: #fff;
	background: url("../img/fd1.png")/*tpa=http://demo6972.adashuo.com/skin/img/fd1.png*/ no-repeat 86%;
	transition: 0.3s 0.1s background, border ease;
}
.sbanner .bn_an .ba_a {
	width: 140px;
	font-size: 12px;
	height: 30px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	background: url("../img/fd1.png")/*tpa=http://demo6972.adashuo.com/skin/img/fd1.png*/ no-repeat 86%;
	transition: 0.3s 0.1s background, border ease;
}
.banner .bn_an .ba_a:hover {
	background: url("../img/fd1.png")/*tpa=http://demo6972.adashuo.com/skin/img/fd1.png*/ no-repeat 86% #077EDF;
	border: 1px solid #077EDF;
	transition: 0.3s 0.1s background, border ease;
}
.sbanner .bn_an .ba_a:hover {
	background: url("../img/fd1.png")/*tpa=http://demo6972.adashuo.com/skin/img/fd1.png*/ no-repeat 86% #077EDF;
	border: 1px solid #077EDF;
	transition: 0.3s 0.1s background, border ease;
}
.banner .bn_an .ba_b {
	width: 120px;
	height: 32px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	line-height: 32px;
	padding: 0 20px;
	color: #fff;
	background: url("../img/fd2.png")/*tpa=http://demo6972.adashuo.com/skin/img/fd2.png*/ no-repeat 86%;
}
.am-slider-c4 .am-slider-desc {
	height: 50px;
	line-height: 35px;
}
.am-active-slide a:hover .am-slider-desc {
	background-color: rgba(16,141,238,.8);
	border-bottom: 2px solid #0e90d2;
}
.sbanner .bn_an .ba_b {
	width: 115px;
	font-size: 12px;
	height: 30px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	background: url("../img/fd2.png")/*tpa=http://demo6972.adashuo.com/skin/img/fd2.png*/ no-repeat 86%;
}
.banner .bn_an .ba_b:hover {
	background: url("../img/fd2.png")/*tpa=http://demo6972.adashuo.com/skin/img/fd2.png*/ no-repeat 86% #077EDF;
	border: 1px solid #077EDF;
	transition: 0.3s 0.1s background, border ease;
}
.sbanner .bn_an .ba_b:hover {
	background: url("../img/fd2.png")/*tpa=http://demo6972.adashuo.com/skin/img/fd2.png*/ no-repeat 86% #077EDF;
	border: 1px solid #077EDF;
	transition: 0.3s 0.1s background, border ease;
}
.sbanner {
	display: none;
}

/*今日关注*/
.hot {
	height: 115px;
	background: #F5F5F5;
}
.hot .hot_gz {
	width: 10%;
	height: 115px;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	padding-top: 20px;
	color: #005a9a;
	font-weight: bold;
}
.hot .hot_gz span {
	width: 100%;
	display: block;
	height: 27px;
	background: #005a9a;
	color: #fff;
	text-align: center;
	line-height: 27px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-weight: normal;
}
.hot .hot_news {
	overflow: hidden;
	width: 90%;
	height: 115px;
	padding-top: 22px;
	padding-left: 40px;
}
.hot .hot_news .h_bt {
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
}
.cont {
	margin-top: 47px;
	/*overflow: hidden;*/
}
.cont .c_bka {
	overflow: hidden;
	height: 350px;
	width: 100%;
	
}
.cont .c_bka .c_bkat {
	display: block;
	width: 39.2%;
	height: 340px;
/*	border: 1px solid #E4E4E4;*/
	line-height: 340px;
	text-align: center;
	margin:1px; 
	overflow: hidden;
	/*box-shadow:0px 0px 30px 5px #89D7FF;*/
}
.cont .c_bka .c_ycxw {
	width: 58%;
	height: 340px;
    border: 1px solid #ccc;
        margin: 1px;
}
.am-tabs-bd {
	height: 288px;
	border: none;
}
.c_blnz {
	width: 145px;
	background: url("../img/1_17.png")/*tpa=http://demo6972.adashuo.com/skin/img/1_17.png*/ no-repeat left center;
}
[data-am-widget=tabs] {
 margin:0;
}
.am-tabs-default .am-tabs-nav>.am-active a {
	background: #005a9a;
}
.am-tabs-default .am-tabs-nav>.am-active a:hover {
	background: #005a9a;
}
.cyc_cnw{
	padding: 0px 10px;
}
.cyc_cnw li {
	height: 39px;
	line-height: 39px;
	/*list-style:circle ;*/
	border-bottom: 1px dashed #e4e4e4;
	/*background: url("../img/2ws_07.jpg") no-repeat left center;*/
	/*padding-left: 10px;*/
	/*margin-left: 10px;*/
	
}
.cyc_cnw li a{
	color: #333;
}
.cyc_cnw li a:hover{
	color: #1480D5;
}
.cyc_cnw li .yuan{
	height: 8px;
	width: 8px; 
	border: 2px solid #CCCCCC;
	border-radius: 50%; 
	float: left;
	margin: 15px 15px 15px 0px;
}
.cont .c_bkb {
	margin-top: 50px;
	overflow: hidden;
}
.c_jzbt {
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background: #005a9a;
	padding-left: 20px;
	color: #fff;
}
.c_jzbt .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}
.c_jzbt a {
	width: 12px;
	height: 30px;
	background: url() no-repeat center;
}
.c_jzbt a .ywfb img{
	/*margin-top: 15px 15px 0 0;*/
	    margin-left: -20px;
        max-width: 40px;
        margin-top: 5px;
        width: 25px;
	/*float: right;*/
}
.ywfb img{
	/*margin-top: 15px 15px 0 0;*/
	    margin-left: -20px;
        max-width: 40px;
        margin-top: 5px;
        width: 25px;
	/*float: right;*/
}

.c_jznr {
	height: 290px;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
.c_jnnl {
	width: 100%;
	padding-top: 15px;
	margin-top: 0px;
	/**/
}
.c_jnnl li {
	margin: 0px 20px;
	height: 42px;
	border-bottom: 1px dashed #e4e4e4;
	line-height: 42px;
	/*padding-left: 15px;*/
	/*background: url()no-repeat left center;*/
	/*border-bottom: 1px dashed #ccc;*/
	/*list-style-type:circle;
	margin-left: 20px;
	margin-right: 20px;*/
}
.c_jnnl li .yuan{
	height: 8px;
	width: 8px; 
	border: 2px solid #CCCCCC;
	border-radius: 50%; 
	float: left;
	margin: 15px 15px 15px 0px;
}
.c_jnnl li a{
	color: #333;
}
.c_jnnl li:hover a{
	color: #095f8a;
}

.c_xxt {
	height: 40px;
	line-height: 40px;
	/*background: url("../img/jzjn_07.jpg") no-repeat bottom left;*/
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background: #005a9a;
	color: #fff;
	padding-left: 20px;
}
.c_xxt .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}
.c_xxt a {
	width: 12px;
	height: 30px;
	background: url() no-repeat center;
}
.dbxgn {
	width: 100%;
	margin-top: 28px;
	/*height: 250px*/
	
}
.dbxgn .dbxgn_t div{
	text-align: center;
	background: #026daf;
	border-radius: 4px;
}
.dbxgn .dbxgn_t div img{
	height: 46px;
	margin:14px 30px 0px 30px;
}
.dbxgn .dbxgn_t div p{
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 26px;
	margin:0px 5px;
}
.dbxgn .dbxgn_li1{
	width: 28%;
}
.dbxgn .dbxgn_li1 div img{
	width: auto;
}
.dbxgn .dbxgn_li2 div img{
	width: auto;
}

.dbxgn .dbxgn_li2{
	width: 43%;
}
.dbxgn .dbxgn_li3{
	margin-right: 2%
}




.dbxgn li {
	padding: 0 1%;
	/*float: left;*/
	margin-bottom: 25px;
	margin-left: 3.5%;
	display: inline-block;
}
.dbxgn li img{
	width: 100%;
	height: 105px;
	margin-left: 0px;
}
.dbxgn .pic_2 img{
	width: 183px;
}
.dbxgn li a {
	display: block;
	background: #005a9a;
	border-radius: 5px;
	/*width: 110px;*/
	height: 105px;
	color: #fff;
	/*padding-top: 12px;*/
	line-height: 25px;
	text-align: center;
}
.dbxgn li a:hover {
	background: #1286DB;
	transition: 0.3s 0.1s background ease;
}
.c_bkc {
	/*background: #F5F5F5;*/
	padding: 0px 0 30px 0;
	margin-top: 40px;
	margin-bottom: 100px;
}
.c_bkct {
	height: 40px;
	line-height: 40px;
	/*background: url("../img/ddbx_14.jpg")no-repeat left bottom;*/
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #005a9a;
	padding-left: 20px;
	
}
.c_bkct .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}
.c_bkct a {
	width: 12px;
	height: 30px;
	background: url() no-repeat center;
}
[data-am-widget=tabs] .xxzndg {
	width: 420px;
}
.am-tabs-d2 .xxzndg {
	background: none;
	    margin-left: 30px;
}
.am-tabs-d2 .xxzndg>.am-active {
	background: none;
}
.am-tabs-d2 .xxzndg>.am-active:after {
	border: none;
}
.xxzndg li a {
	font-size: 16px;
}
.xxzndg li a:hover {
	color: #1480d5;
}
.xxzndg li {
	margin-right: 70px;
}
.am-tabs {
	/*margin-top: 10px;*/
	position: relative;
	/*padding: 10px;*/
	/*border: 1px solid #ccc;*/
}
.aygd {
	position: absolute;
	font-size: 12px;
	right: 0;
	top: 10px;
	width: 62px;
	height: 26px;
	border: 1px solid #077EDF;
	border-radius: 20px;
	text-align: center;
	line-height: 26px;
	color: #077EDF;
}
.nyszz .mdzznzz {
	padding: 0;
	/*height: 280px;*/
}
.nyszz {
	margin-top: 30px;
}
.mdzznzz ul li {
	display: inline-block;
	margin-left: 1.7%;
	margin-bottom: 32px;
	margin-top: 5px;
	width: 18%;
}
.mdzznzz ul li a {
	width: 100%;
	display: block;
	overflow: hidden;
	box-shadow: 0px 3px 5px 0px #aeced6;
}
.mdzznzz ul li a .wydnb {
	opacity: 0;
	position: absolute;
	z-index: 10;
}
.mdzznzz ul li a:hover{
	/*box-shadow:0px 0px 10px ;*/
	/*box-shadow: 0px 5px 15px 0px #aeced6;*/

}
.mdzznzz ul li a:hover .wydnb {
	opacity: 1;
}
.am-tabs-default .am-tabs-nav a{
	font-size: 16px;
}
.am-tabs-default .am-tabs-nav a:hover {
	background: #1480d5;
	color: #fff !important;
}
.mdzznzz ul li a .gcbt {
	display: block;
	height: 67px;
	padding: 0 10px;
	/*line-height: 57px;*/
	width: 100%;
	text-align: center;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	padding-top: 10px;
	margin-top: 15px;
}
.mdzznzz ul li a .gcbt_1{
	font-size: 14px;
	color: #999;
}
.mdzznzz ul li a:hover .gcbt {
	/*background: #077EDF;
	color: #fff;*/
	/*box-shadow:20px 0px 30px 10px #abcdef ;*/
}
.nyszz {
	height: 100%;
}
.c_bkd {
	height: 450px;
	background: #fff;
}
.jsjl {
	float: left;
	width: 380px;
	margin-top: 50px;
	margin-right: 40px;
}
.jsllbt {
	height: 40px;
	background: url("../img/jzjn_07.jpg")/*tpa=http://demo6972.adashuo.com/skin/img/jzjn_07.jpg*/ no-repeat left bottom;
	width: 380px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.jsllbt .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}
.jsllbt a {
	width: 12px;
	height: 30px;
	background: url() no-repeat center;
}
.jsllb li {
	height: 40px;
	border-bottom: 1px dashed #F5F5F5;
	line-height: 40px;
	padding-left: 15px;
	background: url() no-repeat left center;
}
.cdwzzx {
	width: 70%;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.whfw {
	float: left;
	margin-top: 50px;
	width: 360px;
}
.whfwbt {
	height: 40px;
	background: url() no-repeat left bottom;
	width: 360px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.whfwbt .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}
.whfwbt a {
	width: 12px;
	height: 30px;
	background: url() no-repeat center;
}
.am-panel-default>.am-panel-hd {
	background-color: #077EDF;
	border-radius: 5px;
	height: 42px;
}
.am-panel-default {
	border-color: #fff;
}
.am-panel {
	border: none;
	box-shadow: none;
}
.am-panel-group .am-panel-hd+.am-panel-collapse .am-panel-bd {
	border: none;
}
.am-panel-bd {
	padding: 0;
}
.am-panel-bd {
	height: 122px;
}
.am-panel-group {
	margin-top: 30px;
}
.nbdb {
	background: url() no-repeat 35% center;
}
.am-panel-title {
	font-size: 16px;
	color: #fff;
	padding-left: 150px;
	font-family: "Microsoft YaHei";
	font-weight: normal;
}
.am-panel-bd {
	margin-top: 10px;
}
.c_bke {
	overflow: hidden;
	background: #F5F5F5;
}
.c_bkebt {
	height: 40px;
	background: url() no-repeat left bottom;
	width: 1200px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.c_bkebt .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}
.c_bkebt a {
	width: 12px;
	height: 30px;
	background: url() no-repeat center;
}
.c_bkebt a.ywfr {
	width: 12px;
	height: 30px;
	background: url() no-repeat center;
}

.c_bke {
	padding: 40px 0;
}
.myzs {
	margin-top: 40px;
}
.myzs li {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	width: 228px;
}
.myzs li a {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	text-align: center;
	overflow: hidden;
}
.myzs li:hover {
	border: 1px solid #087EE0;
}
.c_kxkx {
	background: #fff;
}
.foot {
	width: 100%;
	background: url("../img/dibu_bg.png") no-repeat;
	 background-size:100% 100%; 
	 color: #fff; 
}
.ssnb {
	height: 90px;
	line-height: 50px;
	padding-top: 40px;
	overflow: hidden;
}
.dbdh{
	width: 100%;
}
.dbdh li {
	width: 10%;
	display: inline-block;
	/*margin-right: 40px;*/
	color: #000000;
	text-align: center;
	margin: 0 2%;
	/*margin-left: 10px;*/
	
}
.dbdh li a {
	color: #fff;
	font-size: 18px;
}
/*.dbdh .li_1{
	margin: 0px 25px;
	width: 145px;
}*/
.egwm {
	height: 111px;
	margin-top: 35px;
	width: 50%;
	float: left;
}

.egwm .lxfsa {
	/*float: left;*/
	padding-left: 30%;
	width: 100%;
	float: left;
}


.egwm .lxfsa .ytbts {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #fff;
	height: 30px;
	display: block;
}
.egwm .lxfsa .ytbta {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #fff;
	height: 23px;
	display: block;
}
.egwm_1{
	width: 30%;
	height: auto;
	font-size: 14px;
	float: right;
	
}
.egwm_1 .lxfsa_1{
	margin-top: 35px;
	/*margin-left: 60%;*/
	line-height: 23px
}
.egwm_1 .lxfsa_1 .ytbta{
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #fff;
	height: 23px;
	display: block;
	
}
/*底部导航*/
	.egwm .lxfsa ul .li_tong{
			font-size: 14px;
			line-height: 23px;
		}
		
		.ssnb ul .back_img_1{
			background: url('../img/guanyuwomen.png') no-repeat 10%;	
		}
		.ssnb ul .back_img_2{
			background: url('../img/chanpinzhongxin.png') no-repeat 10%;	
		}
		.ssnb ul .back_img_3{
			background: url('../img/fuwuerji.png') no-repeat 10%;	
		}
		.ssnb ul .back_img_4{
			background: url('../img/xinwenzhongxin.png') no-repeat 10%;	
			/*padding-left: 10px*/
		}
		.ssnb ul .back_img_5{
			background: url('../img/renliziyuan.png') no-repeat 10%;
			/*padding-left: 10px;	*/
		}
		.ssnb ul .back_img_6{
			background: url('../img/lianxiwomen.png') no-repeat 10%;	
			/*text-align: right;*/
			/*padding-right: 10px;*/
		}
		.ssnb ul .back_img_7{
			background: url('../img/yuangongtongdao.png') no-repeat 10%;	
			/*text-align: right;*/
		}
		.ssnb ul .back_img_8{
			background: url('../img/guanyuwomen.png') no-repeat 10%;	
		}


		.egwm .lxfsa ul .li_tong a{
			font-size: 14px;
			color: #fff;
		}
		.egwm .lxfsa ul .li_tong .am-g .am_t{
			padding:0;
			text-align: right;
			font-size: 16px;
		}
		.egwm .lxfsa ul .li_tong .am-g .am_y{
			padding:0;
			font-size: 16px;
		}
		.egwm .lxfsa ul .li_tong .li_a{
			font-size: 16px;
			color: #fff;
		}
		.egwm .lxfsa ul .li_2 a{
			margin-left:70px;
		}
		.egwm .lxfsa ul .li_tong a:hover{
			color: #1480d5;
		}
		/*.egwm .lxfsa ul .li_tong span{
			margin-left:28px;
		}*/
		/*.egwm_1 .lxfsa_1 ul .li_tong{
			font-size: 14px;
			line-height: 23px;
			display: -webkit-box;
			width: 80%;
			word-break: break-all;
		}*/
		
		.egwm .lxfsa ul .li_tong{
			display: -webkit-box;
			width: 100%;
			word-break: break-all;
		}
		.egwm .lxfsa ul .li_3 img{
			width: 15px;
			margin-left:0;
		}
		.egwm .lxfsa ul .li_3 .am-g:hover .am_y{
			color: #1480d5;
		}
		/*.egwm .lxfsa ul .li_tong div{
			width: inherit;
		}*/
		/*.egwm_1 .lxfsa_1 ul .li_tong div{
			width: inherit;
		}
*/

		.dbxx {
			font-size: 16px;
			color: #fff;
			text-align: center;
			padding: 35px 0px;
			    clear: both;
		}

		/* Firefox */
@-moz-document url-prefix() {
    .ssnb ul .back_img_1{
			background: url('../img/guanyuwomen.png') no-repeat 2%;	
		}
		.ssnb ul .back_img_2{
			background: url('../img/chanpinzhongxin.png') no-repeat 2%;	
		}
		.ssnb ul .back_img_3{
			background: url('../img/fuwuerji.png') no-repeat 2%;	
		}
		.ssnb ul .back_img_4{
			background: url('../img/xinwenzhongxin.png') no-repeat 2%;	
			/*padding-left: 10px*/
		}
		.ssnb ul .back_img_5{
			background: url('../img/renliziyuan.png') no-repeat 2%;
			/*padding-left: 10px;	*/
		}
		.ssnb ul .back_img_6{
			background: url('../img/lianxiwomen.png') no-repeat 2%;	
			/*text-align: right;*/
			/*padding-right: 10px;*/
		}
		.ssnb ul .back_img_7{
			background: url('../img/yuangongtongdao.png') no-repeat 2%;	
			/*text-align: right;*/
		}
		.ssnb ul .back_img_8{
			background: url('../img/guanyuwomen.png') no-repeat 2%;	
		}

	}

	/* IE9+ */
	/*@media screen\0 {}*/
@media all and (min-width:0) {
    .ssnb ul .back_img_1{
			background: url('../img/guanyuwomen.png') no-repeat 2%;	
		}
		.ssnb ul .back_img_2{
			background: url('../img/chanpinzhongxin.png') no-repeat 2%;	
		}
		.ssnb ul .back_img_3{
			background: url('../img/fuwuerji.png') no-repeat 2%;	
		}
		.ssnb ul .back_img_4{
			background: url('../img/xinwenzhongxin.png') no-repeat 2%;	
			/*padding-left: 10px*/
		}
		.ssnb ul .back_img_5{
			background: url('../img/renliziyuan.png') no-repeat 2%;
			/*padding-left: 10px;	*/
		}
		.ssnb ul .back_img_6{
			background: url('../img/lianxiwomen.png') no-repeat 2%;	
			/*text-align: right;*/
			/*padding-right: 10px;*/
		}
		.ssnb ul .back_img_7{
			background: url('../img/yuangongtongdao.png') no-repeat 2%;	
			/*text-align: right;*/
		}
		.ssnb ul .back_img_8{
			background: url('../img/guanyuwomen.png') no-repeat 2%;	
		}
		
		/*.egwm .lxfsa ul .li_tong div{
			
			width: 70%;
			display: inline;
		}
		.egwm_1 .lxfsa_1 ul .li_tong div{
			width: 70%;
			display: inline;

    }*/
    /*.li_tong{
    	display: flex;
    }
*/
}



/*内页*/
.bannern {
	height: 284px;
	background: url("../img/1_10.jpg") no-repeat center;
}
.bannern_wo{
	height: 320px;
	background: url('../img/banner/banner@2x_women.png') no-repeat center;
}
.bannern_chanpin{
	height: 320px;
	background: url('../img/banner/banner@2x_chanpin.png') no-repeat center;
}
.bannern_yingxiao{
	height: 320px;
	background: url('../img/banner/banner@2x_fuwu.png') no-repeat center;
}
.bannern_new{
	height: 320px;
	background: url('../img/banner/banner@2x_new.png') no-repeat center;
}
.bannern_renli{
	height: 320px;
	background: url('../img/banner/banner@2x_renli.png') no-repeat center;
}
.bannern_lianxi{
	height: 320px;
	background: url('../img/banner/banner@2x-lianxi.png') no-repeat center;
}
.bannern_tongdao{
    height: 320px;
    background: url('../img/banner/banner@2x_tongdao.png') no-repeat center;
}

.nbnbte {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #fff;
	padding-top: 100px;
}
.nbnbtz {
	font-size: 30px;
	font-family: "Microsoft YaHei";
	color: #fff;
}
.n_cont {
	width: 100%;
	overflow: hidden;
	padding-top: 34px;
}
.ny_nav {
	width: 21.3%;
	float: left;
	height: auto;
	margin-bottom:100px;
}
.ny_nav_chb {
	position: fixed;
	top: 0;
}
.ny_zqw {
	width: 74.3%;
	float: right;
	margin-bottom: 100px;
}
.ny_nav .wjssbt {
	width: 252px;
	height: 113px;
	background: url("../img/fqfm_05.jpg")/*tpa=http://demo6972.adashuo.com/skin/img/fqfm_05.jpg*/ no-repeat center;
	color: #fff;
	font-size: 26px;
	line-height: 113px;
	text-align: center;
}
.ny_nav .wjssbtt {
	overflow: hidden;
	/*width: 300px;*/
	/*height: 300px;*/
}
.wjsndh {
	margin: 0;
}
.wjsndh li {
	border-bottom: 1px solid #D3D3D3;
	width: 100%;
	height: 51px;
}
.wjsndh li a {
	display: block;
	height: 50px;
	background: #fff;
	color: #333;
	font-size: 18px;
	line-height: 50px;
	padding-left: 10px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
.wjsndh li a:hover {
	background: #108DEE;
	color: #fff;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
.wjsndh li a span {
	float: right;
	font-family: "宋体";
	font-size: 20px;
	line-height: 50px;
	padding-right: 10px;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-ms-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	transition: padding 0.3s;
}
.wjsndh li a:hover span {
	padding-right: 10px;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-ms-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	transition: padding 0.3s;
}
.nw_top {
	height: 45px;
	border-bottom: 1px solid #EAEAEA;
	line-height: 45px;
}
.nw_top .top_tzbt {
	font-size: 18px;
	color: #353535;
	font-family: "Microsoft YaHei";
	width: auto;
}
.nw_top .top_lj{
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 50px;
} 
.nw_top .top_mbx {
	background: url("../img/fqfm_08.jpg")/*tpa=http://demo6972.adashuo.com/skin/img/fqfm_08.jpg*/no-repeat left center;
	padding-left: 20px;
	font-size: 16px;
}
.nw_top .top_mbx a {
	font-size: 16px;
	color: #353535;
}
.xmszw {
	overflow: hidden;
	display: none;
}
.wjssx {
	height: 225px;
	width: 100%;
	background: #FAFAFA;
}
.wjshnb {
	width: 575px;
	padding: 15px;
	height: 225px;
}
.h_nr {
	display: block;
	width: 80%;
	color: #666;
	font-size: 16px;
	word-wrap: normal; /* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

}
.sjggw {
	display: block;
	width: 80%;
	word-wrap: normal; /* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sjggw1 {
    display: block;
    width: 100%;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.p_sjc li a {
	display: block;
	width: 70%;
	word-wrap: normal; /* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.wjshnb .wjnbt {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #333;
	line-height: 28px;
	font-weight: bold;
	display: block;
}
.wjnb_chb {
	line-height: 24px;
	font-size: 14px;
	margin-top: 10px;
	display: block;
}
.wjshnb .wjnnr {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #6a6a6a;
	margin-top: 10px;
	display: block;
}
.wjshnb .wjngd {
	display: block;
	width: 133px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	border: 1px solid #005a9a;
	font-size: 12px;
	color: #005a9a;
	margin-top: 10px;
}
.hbydnb {
	width: 323px;
	height: 225px;
	background: #F6F6F6;
	padding: 25px;
	position: relative;
}
.am-form input[type=number], .am-form input[type=search], .am-form input[type=text], .am-form input[type=password], .am-form input[type=datetime], .am-form input[type=datetime-local], .am-form input[type=date], .am-form input[type=month], .am-form input[type=time], .am-form input[type=week], .am-form input[type=email], .am-form input[type=url], .am-form input[type=tel], .am-form input[type=color], .am-form select, .am-form textarea, .am-form-field {
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	border: none;
}
.am-form input[type=number][disabled], .am-form input[type=number][readonly], .am-form input[type=search][disabled], .am-form input[type=search][readonly], .am-form input[type=text][disabled], .am-form input[type=text][readonly], .am-form input[type=password][disabled], .am-form input[type=password][readonly], .am-form input[type=datetime][disabled], .am-form input[type=datetime][readonly], .am-form input[type=datetime-local][disabled], .am-form input[type=datetime-local][readonly], .am-form input[type=date][disabled], .am-form input[type=date][readonly], .am-form input[type=month][disabled], .am-form input[type=month][readonly], .am-form input[type=time][disabled], .am-form input[type=time][readonly], .am-form input[type=week][disabled], .am-form input[type=week][readonly], .am-form input[type=email][disabled], .am-form input[type=email][readonly], .am-form input[type=url][disabled], .am-form input[type=url][readonly], .am-form input[type=tel][disabled], .am-form input[type=tel][readonly], .am-form input[type=color][disabled], .am-form input[type=color][readonly], .am-form select[disabled], .am-form select[readonly], .am-form textarea[disabled], .am-form textarea[readonly], .am-form-field[disabled], .am-form-field[readonly], fieldset[disabled] .am-form input[type=number], fieldset[disabled] .am-form input[type=search], fieldset[disabled] .am-form input[type=text], fieldset[disabled] .am-form input[type=password], fieldset[disabled] .am-form input[type=datetime], fieldset[disabled] .am-form input[type=datetime-local], fieldset[disabled] .am-form input[type=date], fieldset[disabled] .am-form input[type=month], fieldset[disabled] .am-form input[type=time], fieldset[disabled] .am-form input[type=week], fieldset[disabled] .am-form input[type=email], fieldset[disabled] .am-form input[type=url], fieldset[disabled] .am-form input[type=tel], fieldset[disabled] .am-form input[type=color], fieldset[disabled] .am-form select, fieldset[disabled] .am-form textarea, fieldset[disabled] .am-form-field {
	background: url("../img/fqfm_13.jpg")/*tpa=http://demo6972.adashuo.com/skin/img/fqfm_13.jpg*/ no-repeat 95% 50% #fff;
}
.qnmjt {
	padding-top: 10px;
	display: block;
}
.cinmbt {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
*+address, *+blockquote, *+dl, *+fieldset, *+figure, *+hr, *+ol, *+p, *+pre, *+ul {
	margin-top: 0;
}
.am-btn-primary {
	background: url("../img/fqfm_18.jpg")/*tpa=http://demo6972.adashuo.com/skin/img/fqfm_18.jpg*/ no-repeat center;
	border: none;
	/*position: absolute;
	right: 30px;
	bottom: 42px;
	width: 19px;
	height: 19px;*/
	padding: 0;
	line-height: 19px;
	display: block;
}
.am-btn-primary:focus, .am-btn-primary:hover {
	background-color: #fff;
}
.wjzlb {
	overflow: hidden
}
.wjzlb li {

	height: auto;
	line-height: 24px;
	padding: 10px 0;
	border-bottom: 1px dashed #EAEAEA;
}
.wjzlb li a{
	padding: 0;
}
.am-list .am-list-item-dated a:hover span{
	color: #095f8a;
}

.wjll {
	width: 100%;
}
.wjll .wjlbt {
	font-size: 14px;
	color: #3C3C3C;
	display: block;
	width: 85%;
	float: left;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/*font-weight:bold;*/
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.bjbld .wjzlb .c a .l .yuanxin{
	height: 8px;
	width: 8px; 
	border: 1px solid #999;
	border-radius: 50%; 
	float: left;
	margin: 8px 10px 8px 0px;
}
.wjzlb li:hover .wjll .wjlbt {
	color: #1480d5;
}
.wjll .wjlrq {
	font-size: 12px;
	color: #B4B4B4;
	display: block;
	float: right;
}
.wjll .wjlnr {
	display: block;
	margin-top: 7px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.wjlr {
	width: 33px;
	height: 33px;
	margin-top: 40px;
	background: url("../img/fqfm_22.jpg")/*tpa=http://demo6972.adashuo.com/skin/img/fqfm_22.jpg*/ no-repeat center;
}
.wjzlb li a:hover {
	color: #1480d5;
}
.wjzlb li a:hover .wjlr {
	background: url("../img/gbdl_22.jpg")/*tpa=http://demo6972.adashuo.com/skin/img/gbdl_22.jpg*/ no-repeat center;
}
.yemmm {
	width: 100%;
	/*height: 130px;
	line-height: 130px;*/
	text-align: center;
	margin-top: 30px;
}
.yemmm a {
	border: 1px solid #EAEAEA;
	padding: 2px 8px;
}
.yemmm span {
	padding: 2px 8px;
	font-size: 14px;
	background-color: #118def;
	border: 1px solid #118def;
	color: #ffffff;
}
.yemmm a{
		display: block-inline;
             margin:2px;
	}
	.yemmm a.current{
		color:white;
		border: 1px solid #0f69b0;
		background: #0f69b0;
		
	}
	.pageinfo{
		margin:2px;
	}
	.yemmm span{
		    background-color: #005a9a;
            border: 1px solid #005a9a;
	}

	.policypc{}
/*案例*/
.jsanl {
	overflow: hidden;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jsanl li {
	width: 31%;
	float: left;
	overflow: hidden;
	margin: 0;
	/*margin-right: 2.2%;*/
	margin-top: 20px;

	/*padding: 0px 15px;*/
}
.jsanl li a img {
	display: block;
	/*width: 288px;*/
	width: 100%;
	height: 230px;
	/*height: auto;*/
	margin-left:0px;
	transition: all 0.3s;
}
.jsanl li a:hover img {
	transform: scale(1.1);
}
.dpdzfd {
	overflow: hidden;
	display: block
}
.jsanl li a .jsalnr {
	/*height: 200px;*/
	background: #F6F6F6;
	overflow: hidden;
	display: block;
	padding: 25px 20px 20px 20px;
	transition: background 0.4s;
	-moz-transition: background 0.4s;	/* Firefox 4 */
	-webkit-transition: background 0.4s;	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
	text-align: center;
    color: #333;
}
.am-list .am-list-item-dated a:hover .jsrnr_s{
	color: #fff;
}
.jsanl li a:hover .jsalnr {
	background: #0f69b0;
	transition: background 0.4s;
	-moz-transition: background 0.4s;	/* Firefox 4 */
	-webkit-transition: background 0.4s;	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}
.jsanl li a:hover .jsalnr .jsrbt {
	color: #fff;
	transition: background 0.4s;
	-moz-transition: background 0.4s;	/* Firefox 4 */
	-webkit-transition: background 0.4s;	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}
.jsanl li a:hover .jsalnr .jsrnr {
	color: #fff;
	transition: background 0.4s;
	-moz-transition: background 0.4s;	/* Firefox 4 */
	-webkit-transition: background 0.4s;	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}
.jsanl li a:hover .jsalnr .jsrgd {
	color: #fff;
	background: #5796C8;
	transition: background 0.4s;
	-moz-transition: background 0.4s;	/* Firefox 4 */
	-webkit-transition: background 0.4s;	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}
.jsanl .am-g1 {
	border-bottom: none;
}
.jsalnr .jsrbt {
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	transition: background 0.4s;
	-moz-transition: background 0.4s;	/* Firefox 4 */
	-webkit-transition: background 0.4s;	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}
.jsalnr .jsrnr {
	font-size: 16px;
	color: #333;
	/*margin-left: 10px;*/
	display: block;
	line-height: 25px;
	transition: background 0.4s;
	-moz-transition: background 0.4s;	/* Firefox 4 */
	-webkit-transition: background 0.4s;	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}
.jsalnr .jsrgd {
	margin-top: 10px;
	display: block;
	height: 35px;
	line-height: 35px;
	border-radius: 2px;
	text-align: center;
	background: #DEDEDE;
	font-size: 16px;
	transition: background 0.4s;
	-moz-transition: background 0.4s;	/* Firefox 4 */
	-webkit-transition: background 0.4s;	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}
.jsalnr_shuoming .jsrnr_1{
	margin-top: 20px;
}
.bjbld {
	overflow: hidden;
	padding: 0 0 10px 0;
}
/*资质*/
.jjb {
	width: 100%;
	text-align: center;
}
.jjb .bzsb {
	height: 44px;
	background: #F5F5F5;
}
.am-btn {
	border: none;
	font-size: 12px;
	padding: 0 15px;
	line-height: 44px;
}
.jjb .bzns {
	height: 50px;
	border-bottom: 1px solid #F0F0F0;
}
.myzsha {
	overflow: hidden;
}
.myzsha li {
	float: left;
	margin-right: 18px;
	margin-bottom: 20px;
}
.myzsha li a {
	display: block;
	width: 285px;
	height: 174px;
	background: #F8F7F7;
	line-height: 174px;
	text-align: center;
	border: 1px solid #F8F7F7;
	overflow: hidden;
}
.myzsha li a:hover {
	border: 1px solid #118DEF;
}
.yxxqab {
	overflow: hidden;
}
.yxxqab img {
	float: left;
}
.yxxqab .gcxqs {
	background: #F9F9F9;
	float: right;
	width: 450px;
	height: 308px;
}
.gcxqs {
	padding: 35px;
}
.vsjwe {
	font-family: "Microsoft YaHei";
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}
.vsjws {
	font-size: 14px;
	line-height: 25px;
}
.anljj {
	background: #2899F0;
	color: #fff;
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin: 20px 0 10px 0;
}
.nrns {
	font-size: 14px;
	line-height: 25px;
}
.nrns p {
	margin-bottom: 10px;
}
.xqbt {
	font-size: 24px;
	color: #333;
	font-weight: 800;
}
.xqzn_1{
	font-size: 16px;
	color: #333;
	font-weight: 550;
}
.xqbt .fang{  
	width: 20px;
	height: 20px;
	background: rgb(15,105,176);
	margin: 18px 10px;
	float: left;
}
.xqbtnm {
	height: 52px;
	border-bottom: 1px dashed #CCCCCC;
	line-height: 52px;
	margin-bottom: 20px;
}
.xqbtnm1{
	height: 32px;
	line-height: 32px;
}

.rqds {
	display: block;
	padding: 0 25px;
	background: url("../img/xxdtb_03.jpg") no-repeat left center;
}
.ckrs {
	display: block;
	padding-left: 25px;
	width: 115px;
	background: url("../img/xxdtb_05.jpg") no-repeat left center;
}
.ybfh {
	display: block;
	padding-left: 25px;
	/*width: 85px;*/
	font-size: 18px;
	color: #000;
    font-weight: initial;
	background: url("../img/xxdtb_07.png") no-repeat left center;
}
.xqxq_img{
	width: 100%;

}
.xqxq_img img{
	width: 100%;
	margin-top: 20px;
}
.xqxq {
	line-height: 30px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	/*margin-top: 20px;
	padding-bottom: 20px;*/
	/*	border-bottom: 1px dashed #CCCCCC;*/
}
.new{
	overflow: hidden;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hidden{
	display: none;
}
.xqxq p {
	margin-bottom: 28px;
	/*text-indent: 2em;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.xqxq_img3 p{
	margin-bottom: 28px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xqxq .lie{
	width: 100%;
}
.xqxq .lie li{
	width: 33%;
}
.xqxq .lie li img{
	margin: 10px 20px;
	width: 94%;

}
.xqxq .lie li video{
	margin: 10px 20px;
	width: 94%;
	height: 170px;

}
.xqxq img{
    /*width: auto;*/
}
.new img{
    width: 33%;
    height: 200px;

}

.xypxq {
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
    margin-bottom: 26px;
}
.llxwa {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	line-height: 45px;
	font-weight: bold;
	
}
.llxwb {
	font-size: 14px;
	line-height: 30px;
}
.llxwc {
	color: #118DEF;
	margin-top: 20px;
}
.am-slider-a2 .am-control-nav {
	width: auto;
	right: 10px;
	bottom: 20px;
	left: 0;
	margin: 0 auto;
}
.am-slider .am-slides img {
	width: 100%;
	margin-left: 0px;
	/*height: -webkit-fill-available;*/

}
.am-slider-a2 .am-control-nav li {
	/*margin: 0 4px;*/
}
.am-slider-a2 .am-control-nav li a {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #f4f4f4;
	opacity: 0.4;
}
.am-slider-a2 .am-control-nav li a.am-active {
    background: #0e93d7;
    cursor: default;
    opacity: 1;
}
}
.p_sjb {
	display: none;
}
.p_sjd {
	display: none;
}
.ndscd {
	display: none;
}
.sszzd {
	display: none;
}
.nbbsc {
	display: none;
}
.anxxns {
	display: none;
}
.wjzqd {
	display: none;
}
.ddtts {
	width: 100%;
	height: 400px;
}
.sjbzn {
	width: 70%;
	word-wrap: normal; /* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sypa {
	width: 45%;
	font-size: 14px;
	word-wrap: normal; /* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.xypa {
	/*width: 45%;*/
	word-wrap: normal; /* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.smdbs li a {
	background: #fff;
}
.jsllb {
	margin-top: 20px;
}
.lsjl {
	padding: 30px 0 0 0;
	overflow: hidden;
}
.smdbs li a img {
	width: 100%;
}
.lsjl li {
	float: left;
	width: 285px;
	border: 1px solid #F0F0F0;
	margin-right: 20px;
	margin-bottom: 20px;
}
.lsjl li:hover {
	border: 1px solid #087EE0;
}
.lsjl li a img {
	width: 202px;
}
.ndscc li a .fdydb {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	margin-left: 0;
}
.ndscc li a:hover .fdydb {
	transform: scale(1.1);
}
.ndscc li a .fdydb img{
	width: 100%;
}
.ndscc li a .fdydb img{
	width: 100%;
}
.fdyxb {     /*首页产品中心展示*/
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	/*margin-top: 10px;*/
}
.jkzs {
	display: none;
}
.jkzx {
	display: block;
}
/*在线联系*/
.bjbld .bjbld_ditu{
	width: 100%;
	/*height: 486px;*/
	/*margin-left: 2.1% ;*/
	background-image: url("../img/mapbg.png") ;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	background-size: 100%;
	z-index: 1;
	margin-top: 30px;
	border:none;
}
.bjbld_zx{
    margin-top: 30px
}
.bjbld_zx .xq-ly{
    float: left;
    width: 48%;
}
.bjbld_zx .xq-ly img{
    width: 100%;
}
.bjbld_zx .xq_lianxi{
    width: 50%;
    height: 516px;
    /*background: #23ccfe;*/
    float: right
}
.xq_lianxi .xq_lianxi1{
    height: 60px;
    background-color: #eaeaea;
    font-size: 18px;
    line-height: 60px;
    color: #333333;
    padding-left: 20px
}
.xq_lianxi .xq_lianxi2 .lianxi2_b{
    margin: 20px 0px;
    font-size: 16px
}
.xq_lianxi .xq_lianxi2 .lianxi2_b span{
    font-size: 16px;
    width: 80px;
    /*margin-left: 2rem;*/
	font-weight: bold;
}
.xq_lianxi .xq_lianxi2 .lianxi2_s span{
    /*margin-left: 4.6rem;*/
}
.xq_lianxi .xq_lianxi2 .lianxi2_s span .lxdx_span{
	display: inline-block;
    width: 31px;
}
.xq_lianxi .xq_lianxi2 .lianxi2_s input{
    width: 60%;
    height: 35px;
    background-color: #eaeaea;
    border: none;
    padding-left: 10px;
}
.xq_lianxi .xq_lianxi2 .lianxi2_nr p{
	font-size: 16px;
    /*width: 80px;*/
    /*margin-left: 4.6rem;*/
    float: left;
    text-align: right;
    color: #000;
        font-weight: 600;
}
.xq_lianxi .xq_lianxi2 .lianxi2_nr p .lxdx_span{
	display: inline-block;
    width: 31px;
}
.xq_lianxi .xq_lianxi2 .lianxi2_nr textarea{
    width: 60%;
    height: 86px;
    resize:none;
    background-color: #eaeaea;
    border: none;
    padding-left: 10px;
    margin-left:5px;
}
.xq_lianxi button{
    width: 98px;
    height: 32px;
    background-color: #005a9a;
    border-radius: 2px;
    color: #fff;
    border: none;
    margin: 0px 30px;
    font-size: 16px
}
.xq_lianxi .btn1{
    margin-left: 21%;
}
.am-menu-dropdown1 .am-menu-toggle{
	display: none;
}
.login_box1{
	display: none;
}
/* 弹出 样式 */
    .mini_login{
        display:none;
        position:fixed;
        z-index:9999;
        background:white;
        margin-top: 5%;
        left: 40%;
        width: 420px;
    }
    .mini_login .item{
        width:420px;
        margin:0 auto;
        /*height:48px;*/
        line-height:48px;
        padding:0 20px;
    }
.mini_login .iten_1 .am-close{
	position: absolute;
	font-size: 16px;
	right: 30px;
	top: 100px
}
.mini_login .iten_1 .am-close2{
	position: absolute;
	font-size: 16px;
	right: 30px;
	top: 175px
}
    /* 登录窗第一行*/
    .mini_login .firstLine{
        color:#666;
        background:#fff;
        font-size: 24px;
	    margin: 20px 5px;
	    width: 98%;
    }
    #mlogin{
    	height: 320px;
    }
.mini_login .item{
	/*text-align: center*/
}
.mini_login .item .img_name{
	/*background: url('../img/name.jpg') no-repeat 20px;*/
	background-position:center left;
	background-size: 25px;
	font-size: 16px;
	padding-left: 30px;
	height: 40px;
	width: 100%;
	border: 1px solid #ccc;
}
.mini_login .item .img_pwd{
	/*background: url('../img/pwd.jpg') no-repeat 20px;*/
	background-position:center left;
	background-size: 25px;
	font-size: 16px;
	margin:30px 0px;
	padding-left: 30px;
	height: 40px;
	width: 100%;
	border: 1px solid #ccc;
}


.mini_login .item .login_close{
        display:inline-block;
        float:right;
        cursor:pointer;
            font-size: 32px;
    }
    
    .mini_login .item label{
        font-size:14px;
        margin-right:15px;
    }
    .mini_login .item input{
        display:inline-block;
        height:60%;
        width:70%;
    }
    /* 登录按钮 */
    .mini_login .item a.btn_login{
        display:block;
        margin-top: 20px
        /*margin:10px 10% 0;*/
        height:40px;
        line-height:40px;
        width:100%;
        background:#005a9a;
        color:white;
        font-size:16px;
        font-weight:bold;
        text-align:center;
    }
    .mini_login .btn_wjmm{
    	margin-left: 320px;
    }
    /* 遮罩层样式 */
    .cover{
        display:none;
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        z-index:9998;
        background-color:#000;
        opacity:0.3;
    }
    /*考试弹框*/
    .mini_kaoshi{
    	display: none;
    	position: fixed;
    	/*top: 0;*/
    	background: #fff;
    	z-index: 9999;
    	margin-top:15%;
    	margin-left: 40%
    }
    .mini_kaoshi .mini_kaoshi_d{
    	width: 400px;
    	height: 200px;
    	float: left;
    	text-align: center;
    	padding-top: 20px;
    }
    .mini_kaoshi .mini_kaoshi_d .mini_kaoshi_dh{
    	font-size: 20px;
    }
    .mini_kaoshi .mini_kaoshi_d .mini_kaoshi_dh img{
    	width: 50px;
    }
    .mini_kaoshi .mini_kaoshi_d .mini_kaoshi_dp{
    	margin:20px;
    	font-size: 16px;
    }
    .mini_kaoshi .mini_kaoshi_d .btn_fanhui{
    	font-size: 16px;
    	border: 1px solid #eaeaea;
    	background: #ffffff;
    	padding:5px 15px;
    	border-radius: 5px;
    }




/*营销政策样式*/
	.xqlb .xqkh{
		text-align: center;
		color: #055A9A;
		font-weight: bolder;
		font-size: 16px;
		width: 200px;
		border-bottom: 1px solid #ccc;
		margin: 3% 37%;
	}
.xqlb .xqlb_ul li{
	width: 24%;
	display: inline-block;
	padding: 10px;
	text-align: center;
}
.xqlb .xqlb_ul li img{
	width: 100%;
}
.xqlb .xqlb_ul li span{
	font-weight: bold;
}
.xqxq .xqxq_biao{
	text-align: center;
	margin: 30px 0px;
}
.xqxq .xqxq_biao p{
	display: list-item;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #005a9a;
	/*margin-left: -70px;*/


}
.xqxq .xqxq_biao .xqxq_j{
	font-size: 20px;
	line-height: 38px;

}
.xqxq .xqxq_biao ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px
}
.xqxq .xqxq_biao ul li{
	display: inline-block;
}
.xqxq .xqxq_biao ul .xqxq_tu1{
	/*margin-right: 40px;*/
	width: 24%;
}
.xqxq .xqxq_biao ul .xqxq_cl{
	display: inline-block;
	text-align: left;
	width: 29%;
	height: auto;

}
.xqxq .xqxq_biao ul .xqxq_c1{
	padding: 0 10px;
	margin-top: 0;
}
.xqxq .xqxq_biao ul .xqxq_c1 img{
	margin: 0;
}
.xqxq .xqxq_biao ul .xqxq_cl .xqxq_s{
	font-size: 18px;
	line-height: 38px;
	color: #000;
	margin:0;
}
.xqxq .xqxq_biao ul .xqxq_cl .xqxq_x{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}
.xqxq .xqxq_biao .xqxq_t2{
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #434343;
}
.xqxq .xqxq_biao .xqxq_t2 .xqxq_zcqd{
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #005a9a;
}
.xqbt_2{
	text-align: center;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.xqbt_3{
	margin-top:20px;
}
.xqbt_4{
	font-size: 26px;
	font-weight: 100;
	margin-top: 30px;
color: #000;
}
.xqbrr{
	color: #9c9c9c;
	text-align: right;
}
.xqbrr li{
display: inline-block;
font-size: 16px;
line-height: 30px;
}
.xqwz{
	text-align: left;
	font-size: 16px;
	line-height: 38px;
}
.xqtp{
	text-align: center;
	margin: 30px 0px;
}

/*地图页*/

.bjdt{
	width: 15px;
	height: 124px;
	/*background: #818181;*/
	opacity: 0.3;
	position: r;
	top:645px;
	background: -webkit-linear-gradient(right top, #818181 , #ffffff,#ffffff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom left, #818181, #ffffff,#ffffff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom left, #818181, #ffffff,#ffffff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom left, #818181 , #ffffff,#ffffff); /* 标准的语法 */
	/*z-index: 1*/
}
.bjdt2{
	width: 15px;
	height: 124px;
	/*background: #818181;*/
	opacity: 0.3;
	position: absolute;
	top:645px;
	right: 135px;
	background: -webkit-linear-gradient(left top, #818181 , #ffffff,#ffffff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom left, #818181, #ffffff,#ffffff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom left, #818181, #ffffff,#ffffff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #818181 , #ffffff,#ffffff); /* 标准的语法 */
	/*z-index: 1*/
}
.lxybd{
	width: 58%;
	float: left;
	margin-left:2.5%;
}
.lxybd .lx_bt{
	font-size: 28px;
	padding-top: 20px;
	padding-bottom: 10px;
	display: none;
}


.lxdz{
	/*height: 500px;*/
	width: 35%;
	float: right;
	margin-right:2%;
	background: linear-gradient(#e9e9e9,#fff);
}
.lxdz .lxlx{
	padding:15px 0px 0px 23px;
}
.lxdz .lxlx img{
	max-width: 200px;
}
.lxdz .lxlx p{
	font-size: 18px;
	color: #333333;
}
.lxdz .lxlx p span{
	padding:10px 5px;
	color: #fff;
	/*background-color: #999999;*/
	border-radius: 10px;
}
.lxdz ul li{
	margin-left: 23px;
	margin-top: 12px;
}
.lxdz ul li .lxdx_bt{
	font-size: 14px;
}
.lxdz ul li .lxdx_xq{
	font-size: 14px;
	color: #005a9a;
	display: block;
}
/*网站地图样式*/
#mini_ditu{
	background: url(../img/bg_ditu.png) no-repeat left ;
	width: 960px;
	height: 500px;
	position: fixed;

	/*background: #fff;*/
	z-index: 999999;
	top: 15%;
	left: 25%;
	display: none;
}
.mini_ditu .am-close2{
	float: right;
	font-size: 42px;
	margin: 13px 16px;
	font-weight: 100;
	
}
.mini_ditu .mini_d {
	margin-left:260px;
	width: 73%;
	background: url(../img/map_bg.png) no-repeat 100%;
	padding-left: 53px;
	padding-top: 60px;
	padding-bottom: 63px;
}
.mini_ditu .mini_d ul{
	width: 90%;
	padding:16px 0px;
}
.mini_ditu .mini_d .mini_u{
	border-bottom: 1px dashed #e4e4e4;
}
.mini_ditu .mini_d ul li{
	display: inline-block;
	color: #000;
	font-size: 16px;
}
.mini_ditu .mini_d ul .mini_l{
	padding-right: 20px;
	padding-left:10px;
	float: left;
}
.mini_ditu .mini_d ul li a{
	color: #000;
	font-size: 16px;
}
.mini_ditu .mini_d ul .mini_l2 a{
	padding: 0px 10px;
	
}
.mini_ditu .mini_d ul li a:hover{
	color: #1480d5;
}
/*个人中心*/

/*点击后的样式 stert*/
.wjsndh .dianji a{
    background: #005a9a;
    color: #fff;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.wjsndh .dianji a span {
    padding-right: 10px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}
        /*点击后的样式 end*/
.xinxi .jb_tong{
            font-size: 14px;
            color: #6d6d6d;
            margin-top: 23px;
        }
        .xinxi .jb_tong .input_tong{
            width: 280px;
            height: 32px;
            padding-left: 10px;
            border: 1px solid #bfbfbf;
        }
        .xinxi .jb_tong button{
            width: 72px;
            height: 32px;
            background-color: #0f69b0;
            border-radius: 4px;
            font-size: 14px;
            color: #ffffff;
            border: none;
            margin-left: 40px;
        }
        .xinxi .jb_tong .right_zhmm{
            display: block;
            margin-left: 130px;
            margin-top: 10px;
        }
        .xinxi .jb_tong .left_jb{
            display: block;
            width: 100px;
            text-align: right;
            float: left;
            margin-right: 27px;
        }
        .xinxi .jb_tong .left_jb span{
            color: red;
            font-weight: bolder;
        }
        .xinxi .jb_tong label{
            margin:0px  30px 0px 5px;
        }
        .xinxi .jb_tong textarea {
            resize:none;
            width: 408px;
            height: 130px;
            text-indent: 1em;
            /*border: solid 1px #0f69b0;*/
        }
        .xinxi .jb_tong select{
            width: 120px;
            height: 42px;
            border-radius: 2px;
            /*border: solid 1px #0f69b0;*/
        }
        .xinxi .jb_tong .box-ver span{
        	position: absolute;
        	top: 53%;
        	left: 550px;
        }
        .jbxx .btn2_b{
            width: 402px;
            height: 52px;
            font-size: 18px;
            color: #ffffff;
            background-color: #0f69b0;
            border: none;
            margin: 30px 130px;
        }
        .jbxx .btn3_b{
            width: 210px;
            height: 46px;
            font-size: 18px;
            color: #ffffff;
            background-color: #0f69b0;
            border: none;
            margin: 30px 160px;
        }
        /*考试记录*/
    .bjbld_1{
        /*width: 1040px;*/
        font-size: 14px;
    }
    .bjbld table{
        width: 100%;
    }
    .bjbld table .xq_biaoti{
        height: 31px;
        background-color: #dedede;
    }
    .bjbld table .xqmc{
        padding-left: 10px;
    }
    .bjbld table .xq_xiangqing{
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #dedede;
    }
    .bjbld table .xq_xiangqing .chakan{
        padding-left: 15px;
    }
    .bjbld table .xq_xiangqing .chakan a {
        color: #0f69b0;
    }
     /*查看排名*/
    .bjbld_2{
        width: 488px;
        font-size: 14px;

    }
    .bjbld table .xqmc1{
        padding-left: 30px;
    }

     /*左边菜单栏*/
        .ny_nav_t{
            width: auto;
            margin-left: 100px;
            /*margin-bottom: 70px*/
        }
        .ny_nav .glzx_ul{
            width: 215px;
            border-right: 1px solid #ccc;
            height: 340px;
        }
        .ny_nav .glzx_ul .glzx_t{
            width: 164px;
            height: 30px;
            line-height: 30px;
            background-color: #0f69b0;
        }
        .ny_nav .glzx_ul .glzx_t a{
            color: #fff;
            padding-left: 80px;
            font-size: 18px;
        }
        .ny_nav .gr_t{
            padding-left: 80px;
        }
        .ny_nav .gr_t li{
            margin: 14px 0px;
        }
        .ny_nav .gr_t .xq_mqym a{
            color: #0f69b0;
        }
        .ny_nav .wjssbtt img{
        	/*max-width: 292px;*/
        	margin-left: 0;
        }
        /*我的消息 右边列表样式*/

    .am-tabs .amcf_u{
        width: 670px;
        padding-right: 30%;
        border-bottom: 1px solid #ccc;
        margin-left: 10px;
    }
    .am-tabs .am_tabsbd_1{
        height: auto
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1{
        border: none;
        width: 100%;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li{
        /*width: 660px;*/
        height: auto;
        /*border: solid 1px #dee4ed;*/
        /*margin: 0px 0px 20px 0px;*/
        /*padding: 23px 16px;*/
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li img{
    	margin-left: 0;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul .mt120{
    	margin: 0;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .toux_img3{
    	width: 80px;
    	height: 80px;
    	margin: 70px 0 0 0;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .d1{
        /*width: 76px;*/
        height: 76px;

    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .d1 img{
        height: 76px;
        width: 76px;
        border: 1px solid #CCCCCC;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .d2{
        padding-left: initial;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .d2 p{
        font-size: 14px;
        line-height: 30px;
        color: #333333;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .d2 p span{
        font-size: 12px;
        color: #9f9f9f;
        margin-left: 22px;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .d2 .d2_3{
        width: 528px;
        background-color: #f2f2f2;
        border-radius: 4px;
        height: auto;
        line-height: 30px;
        padding-left: 10px;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .d2 button{
        /*width: 60px;*/
        height: 30px;
        border-radius: 4px;
        border: solid 1px #dee4ed;
        font-size: 14px;
        background: #fff;
        float: right;
        margin-top: 14px;
        margin-right: 10px;
        padding: 0 15px;
    }
    /*在线查询页面*/
.xqxq_img .xqxq_zxcx{
	height: 60px;
	background-color: #f5f5f5;
	line-height: 60px
}
.xqxq_img .xqxq_zxcx button{
	width: 80px;
	height: 30px;
	background-color: #005a9a;
	border-radius: 4px;
	border: none;
	color: #fff;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
.xqxq_img .xqxq_zxcx .xqxq_zcqdz_s{
	font-size: 20px;
	font-weight: bold;
	margin-left: 35px
}
.xqxq_img .xqxqz_zdgd{
	font-size: 16px;
	color: #333333;
	margin-top: 48px;
}
.vid{

	width:100%;
	max-width:750px;
	/*height:200px;*/
	float:left;
	/*margin:20px;*/
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.wjzlb li a .wjlbt{
	color: #333;
	font-size: 16px;
}
.wjzlb li a .wjlbt km{
	width: 70%;
	/*margin-top:5px;*/
}
.wjzlb li a .wjlbt i{
	/*margin-top: 5px;*/
}
   .img_jt {
     /*width: auto; */
    position: absolute;
    right: 0px;
    top: 18px;
}
.policymobile{
	display: none;
}
.policypc{
	display:inline;
}
#noflashUpload .form-avatar .amm2 p{
	display: none;
}

@media screen and (min-width:1367px) and (max-width:1680px) {
.ny_nav_t{
            width: auto;
            margin-left: 40px;
            /*margin-bottom: 70px*/
        }
}
/*@media screen and (min-width:1200px) and (max-width:1366px) {
	.am-slider {
	width: 100%;
}
}
@media screen and (min-width:767px) and (max-width:1200px) {
	.am-slider {
	width: 1200px;
}
}*/
@media screen and (min-width:767px) and (max-width:1366px) {
		.hot{width: 100%}
	.jz {
	width: 1200px;
	margin: 0 auto;
}
.am-slider {
	width: 1366px;
}
.c_xxzn {
    width: 38%;
}
.top{
	width: 100%;
}
.cont .c_bka .c_ycxw {
    /*width: 620px;*/
    height: 340px;
    border: 1px solid #ccc;
    margin: 1px;
}
.c_jzbt {
    height: 40px;
    line-height: 40px;
    width: 700px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background: #005a9a;
    padding-left: 20px;
    color: #fff;
}
.l {
	float: left;
	width: 50%;
}
.fc{
	width: 60%;
}
.c_jznr {
    height: 290px;
    width: 700px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.c_jnnl {
    width: 700px;
    padding-top: 15px;
    margin-top: 0px;
}
.mdzznzz ul li {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 32px;
    margin-top: 5px;
    width: 18%;
}
.nav_c {
	margin: 0 1.5%;
	position: relative;
	top: -310px;
	/*left: 3%;*/
	z-index: -1;
	transition: 0.3s 0.1s top ease;
	/*width: 10rem;*/
}
.ny_zqw {
    width: 73.5%;
    float: right;
    margin-bottom: 100px;
}
.ny_zqw_y{
	width: 73%;
}
.jsanl li {
    width: 33.3%;
    float: left;
    /*overflow: hidden;*/
    /*margin-right: 13px;*/
    margin-top: 20px;
    padding: 0px 15px;
}
.lxybd {
    width: 57%;
    float: left;
    margin-left: 3%;
}

.lxdz {
    height: 500px;
    width: 35%;
    float: right;
    background: linear-gradient(#e9e9e9,#fff);
}

.xq_lianxi .xq_lianxi2 .lianxi2_nr textarea {
    width: 60%;
    height: 86px;
    resize: none;
    background-color: #eaeaea;
    border: none;
    padding-left: 10px;
    margin-left: 5px;
}
/*网站地图样式*/
#mini_ditu{
	left: 15%;
}
.dbdh {
    width: 100%;
}
.foot {
	/*width: 1200px;*/
}


}









/*手机版*/
@media all and (max-width: 767px) {
.n_cont {
	padding-top: 0;
	background: #fff;
	margin-top: 5px;
}
.sbanner {
	width: 100%;
	height: auto;
}
.ddsgg {
	height: 260px;
}
.lsjl li {
	width: 100%;
}
.lsjl {
	display: none;
}
.aygd {
	top: -63px;
}
.am-tabs-d2 .am-tabs-nav>.am-active{
	width: 30%;
	border-bottom:none;
}
.am-tabs-d2 .am-tabs-nav>.am-active a{
	border-bottom: 2px solid #005a9a;
}
.am-tabs-d2 .am-tabs-nav a {
	font-size: 16px;
	width: 100%;
}
[data-am-widget=tabs] .xxzndg {
	width: auto;
	overflow: scroll;
}
.xxzndg li {
	margin: 0 5% 0 0%;

}

.sjbzn {
	width: 65%;
	word-wrap: normal; /* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.c_jnnl li {
	width: 100%;
	word-wrap: normal; /* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	
}
.am-tabs-bd .am-tab-panel {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.cyc_cnw{
	padding:0;
}
.cyc_cnw li{
	margin:0;
}
.sjggw{
	width: 60%;
}

.cyc_cnw li .yuan{
	    margin: 15px 10px 15px 3px;
}
.cyc_cnw li span{
	margin-right: 0;
}
.c_jnnl li .yuan{
	margin: 15px 10px 15px 3px;
}
.c_jnnl li{
	margin: 0
}
.c_jnnl li span{
	margin-right: 0px;
}
.top {
	display: none;
}
.am-tabs {
	margin-top: 10px;
}
.head {
	width: 100%;
	height: 60px;
}
.jz {
	width: 94%;
	height: auto;
	overflow: hidden;
	    margin: 0 auto;
}
.nav {
	display: none;
}
.cont {
	width: 100%;
	margin-top: 0;
}
.head .jz .fw {
	    height: 60px;
	    line-height: 60px;
	    margin-right: 40px;
}
.head .jz .fw li{
	width: 60px;
}
.head .jz .fw .btn_login a {
	font-size: 16px;
}
.head .jz .p_sj {
	width: 50vw;
	background: none;
	height: 60px;
	line-height: 60px;
	/*margin-bottom: 10px;
	margin-left:12px;*/
}
.am-menu-dropdown1 .am-menu-toggle{
display:inline;
}
.login_box1{
	display: inline;
    position: absolute;
	    margin: 10px 10px 10px 20%;
}
.am-dropdown-content{
	min-width: auto;
	background: url('../img/grzx_bg.png') no-repeat;
	background-size: 100%; 
	border: none;
	margin: 9px 7px 0 0;
}
.am-dropdown-header{
	padding: 0;
	font-size: 16px;
	
}
.am-dropdown-header a{
	color: #fff;
}
.am-dropdown-flip .am-dropdown-content:after, .am-dropdown-flip .am-dropdown-content:before{
	display: none;
}
.am-dropdown-content:after, .am-dropdown-content:before{
	display: none;
}
ul.am-dropdown-content>li>a:focus, ul.am-dropdown-content>li>a:hover{
	background-color: #005a9a;
}
.login_box2{
	display: none;
}
.login-box span{
	display: none;
	color: #333;
}
.am-nav>li>a:focus,
.am-nav>li>a:hover {
	text-decoration: none;
	background-color: #005a9a;
	color: #fff;
}
.nrns {
	display: none;
}
.sypa {
	width: 90%;
}
.xypa {
	width: 90%;
}
.xqxq img {
	width: 100%;
}
.head .jz .p_sj img {
    max-width: 155px !important;
    min-width: 30px !important;
    /*margin: 19px 0 0 0 !important;*/
    margin: 0;
}
.am-menu-dropdown1 .am-menu-toggle {
	top: -52px;
	margin-left: 0;
	/*right: 15px;*/
}
.banner .bn_bt {
	font-size: 22px;
}
.sbanner {
	display: block;
}
.banner {
	display: none;
}
.hot {
	display: none;
}
.cont .c_bka .c_bkat {
	display: none;
}
.cont .c_bka .c_ycxw {
	width: 100%;
	height: auto;
	border:none;
}
.p_sjb {
	display: block;
}
.cont .c_bkb {
	margin-top: 20px;
}
.c_jzjn {
	float: none;
	width: auto;
}
.fc{
	    border: none;
}
.c_jzbt {
	width: 100%;
	font-size: 16px;
	/*background: url("../img/jzjn_07.jpg") no-repeat left bottom;*/
	/*display: none;*/
}
.c_jnnl {
	width: 100%;
	/*display: none;*/
}
.p_sjc {
	display: none;
}
.p_sjd {
	display: block;
}
.c_xxzn {
	width: 38%;
	float: none;
	margin-top: 20px;	
}
.c_xxt {
	width: 100%;
	font-size: 16px;
}
.cont .c_bkb {
	margin-top: 20px;
	height: auto;
}
.c_jznr {
	height: auto;
	overflow: hidden;
	border: none;
}


.am-tab-panel_more{
	margin-right: 35%;
	margin-bottom: 0;
	margin-top: 15px;
}
.dbxgn {
	width: 100%;
	text-align: center;
	height: auto;
	margin-top:10px;
}

.dbxgn .dbxgn_t a {
    /*display: block;*/
    border-radius: 5px;
    /* width: 110px; */
    height: 85px;
    color: #fff;
    /* padding-top: 12px; */
    line-height: 25px;
    text-align: center;
}
.dbxgn .dbxgn_t a div p{
	padding-bottom: 6px;
}
.dbxgn .dbxgn_t div img{
	margin: 5px 0px;
}
.dbxgn .pic_2 a {
    width: 175px;
}
.dbxgn .dbxgn_li1 {
	width: 90px;
    height: 88px;
    margin: 10px 8px;
    padding: 0;

}
.dbxgn .dbxgn_li2 {
	width: 150px;
	height: 88px;
	margin: 10px 8px;
    /*padding: 0;*/
}

.dbxgn .gywn_li{
	width: auto;
}
.gywn {
border:none;
    width: 100%;
    height: auto;
}
.am-tabs-d2 .xxzndg {
    background: none;
     margin-left: 0px; 
}
.am-tabs-bd {
	height: auto;
}
.cont .c_bka {
	height: auto;
}
.c_bkct {
	width: 100%;
	font-size: 16px;
}
.nyszz {
	margin-top: 0px;
}
.mdzznzz .ndscc{
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mdzznzz ul li {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	width: 47%;
	margin: 10px 2px;
}
.mdzznzz ul li a {
	width: 100%;
}
.ck{
	font-size: 12px;
    width: 100px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #EEEEEE;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    float: right;
    border-radius: 16px;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #333;
    /*margin-right: 35%;*/
    margin-left: 35%;
}
.ck:hover{
	border: 1px solid #1480D5;
}
.ndscc li a .fdydb{
	width: 100%;
	height: auto;
}
.c_bkc {
	height: auto;
}
.ndscd {
	display: block;
}
.wydnb {
	display: none;
}
.c_bkc{
	padding: 0px 0 20px 0;
	margin-bottom:0;
}

.mdzznzz ul li a {
	height: auto
}
.ndscd li a img {
	width: 100%
}
.c_bkd {
	height: auto;
}
.c_bkc {
	/*padding-top: 20px;*/
	margin-top: 20px;
}
.jsjl {
	width: 100%;
	margin-right: 0;
	margin-top: 20px;
	float: none;
}
.jsllbt {
	width: 100%;
}
.whfw {
	float: none;
	margin-top: 20px;
	width: 100%;
}
.whfwbt {
	width: 100%;
}
.c_bke {
	padding-top: 20px;
}
.c_bke {
	height: auto;
}
.c_bkebt {
	width: 100%;
}
.myzs {
	display: none;
}
.sszzd {
	display: block;
	overflow: hidden;
}
.sszzd li {
	width: 47%;
}
.sszzd li a {
	width: 100%;
	height: auto;
}
.sszzd li a img {
	width: 100%;
}
.nbbsc {
	display: block;
}
.nbbsc li {
	width: 100%;
}
.nbbsc li a {
	width: 100%;
	height: auto;
}
.nbbsc li a img {
	width: 100%;
}
.ssnb {
	display: none;
}
.egwm {
	height: auto;
	/*text-align: center;*/
}
.egwm .ewmtpw {
	float: none;
}
.egwm .lxfsa {
	float: none;
	padding: 0;
	margin-top: 20px;
	overflow: hidden;
	margin-left: 2.5%;
}
.egwm .lxfsa1{
padding: 5px;
	border: 1px solid #fff;
}
.dbxx {
	/*margin-top: 20px;*/
	padding: 20px 0px;
	font-size: 14px;
	color: #fffefe;
}
.bannern {
	height: auto;
	/*text-align: center;*/
	background-size: 100% 100%;
}
.nbnbte {
	padding-top: 58px;
}
.am-sticky-placeholder {
	display: none;
}
.ny_zqw {
	margin-bottom: 0px;
	width: 100%;
	float: none;
}
.nw_top .top_tzbt {
	display: none;
}
.nw_top .top_lj {
	display: none;
}

.nw_top .top_mbx {
	float: none;
	font-size: 16px;
	font-weight: 600;
}
.lxybd img {
	width: 100%;
}
.myzsha li {
	margin-right: 0;
	width: 100%;
}
.myzsha li a {
	width: 100%;
	height: auto;
	line-height: normal;
	overflow: hidden;
}
.xypxq {
	height: auto;
}
.xypxq a {
	color: #666;
	display: block;
	float: none;
}
.ybfh{
	font-size: 17px;
}

.xqbtnm2{
	height: auto;
	line-height: 32px;

}
.wjssx {
	height: auto;
}
.wjshnb {
	width: 100%;
	padding: 20px;
	float: none;
	height: auto;
}
.hbydnb {
	float: none;
	width: 100%;
	height: auto;
}
.wjlr {
	display: none;
}
.wjll {
	width: 100%;
	float: none;
}
.wjzlb li {
	height: auto;
}
.wjll .wjlnr {
	margin-bottom: 17px;
}
.jsanl li {
	width: 48%;
	float: none;
	margin-right: 0;
}
.dpdzfd {
	height: auto;
}
.jsanl li a img {
	width: 100%;
	height: auto;
}
.jsanl li a .jsalnr {
    padding: 14px 10px 12px 10px;
}
.jsalnr .jsrbt{
	margin-bottom: 5px
}
.jsalnr .jsrnr{
	color: #333;
	margin-left: 5%;
}
.jsalnr .jsrnr .jsrnr_s{
	display: none;
	
}
.xqbrr{
	text-align: center;
}
.yxxqab img {
	float: none;
	width: 100%;
	height: auto;
}
.yxxqab .gcxqs {
	float: none;
	width: 100%;
	height: auto;
}
.gcxqs {
	padding: 25px;
}
.anljj {
	width: 100%;
	display: none;
}
.bzsb td {
	padding: 20px;
}
.jjb {
	display: none;
}
.wjzqd {
	display: block;
}
.wjzqd .bzsb {
	display: block;
	width: 100%;
}
.bzsb td {
	padding: 0;
	width: 33%;
	display: block;
	float: left;
	line-height: 44px;
}
.am-selected {
	width: 80px;
}
.jjb .bzns {
	display: block;
}


.bzns td {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	width: 102px;
}
.ddtts {
	width: 100%;
	height: auto;
}

.ny_nav {
	display: none !important;
}
.cdwzzx {
	width: 80%;
}
.cdwzzx {
	width: 75%;
}
.jkzx {
	/*display: none;*/
	width: 100%;
}
.jkzs {
	display: block;
}

.egwm {
	/*height: 111px;*/
	margin-top: 0;
	clear: both;
	width: 95%;
}
.egwm_1{
	width: 100%;
	font-size: 14px;
	float:left;
}
.egwm_1 .lxfsa_1{
	line-height: 23px
}
.egwm_1 .lxfsa_1 .ytbta{
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #fff;
	height: auto;
	display: block;
	
}
.xqxq .xqxq_biao p{
	font-size: 26px;
	text-indent:0;
}
.xqxq .xqxq_biao .xqxq_j{
	font-size: 16px;
}
.xqxq .xqxq_biao ul .xqxq_tu1 {
    /* margin-right: 40px; */
    width: 47%;
    margin-bottom: 20px;
}
.xqxq .xqxq_biao ul{
	margin-bottom: 0;
}
.xqxq .xqxq_biao ul .xqxq_cl{
	height: auto;
	width: auto;
	padding: 0 10px;
}
.xqxq .xqxq_biao ul .xqxq_c3{
	height: 280px;
}
.xqxq .xqxq_biao ul .xqxq_c4{
	height: 300px;
}
.xqxq .xqxq_biao ul .xqxq_c5{
	margin-top:20px;
}
.xqxq .xqxq_biao ul .xqxq_cl img{
	margin: 0 28%;
}
.xqxq .xqxq_biao ul .xqxq_cl .xqxq_s{
	margin: 0;
    text-align: center;
}
.xqxq .xqxq_biao{
	    margin: 10px 0px;
}
.xqxq .xqxq_biao ul li img{
    width: 90%;
    margin: 0;
    
    /* text-align: center; */
}



.am-tabs .am_tabsbd_1 .am-tab-panel1 ul li{
        /*width: 660px;*/
        height: auto;
        /*border: solid 1px #dee4ed;*/
        /*margin: 0px 0px 20px 0px;*/
        padding: 23px 10px;
        float: left;
            text-align: center;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li img{
    	margin-left: 0;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .toux_img1{
    	width: 85px;
    	height: 85px;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .toux_img2{
    	width: 40px;
    	height: 40px;
    	    margin-top: 45px;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul .mt120{
    	margin: 0;
    }
    .am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .toux_img3{
    	    margin-top: 45px;
    	width: 40px;
    	height: 40px;
    	/*margin: 70px 0 0 0;*/
    	border-radius: 50%;
    }
    #noflashUpload .form-avatar{
    	height: 220px;
    }
#noflashUpload .form-avatar .ft16{
	position: absolute;
    left: 30%;
    bottom: 10px;
}
#noflashUpload .form-avatar .amm2 p{
	display: block;
}
#noflashUpload .form-avatar .ft16 input{
	position: absolute;
	width: 135px;
	height: 40px;
	opacity: 0;
	
}
.sel_w:hover {
    background: #1981E8;
    color: #ffffff !important;
}
.btn_big_r{
	    width: 220px;
	    margin:20px auto;
}
.sel_w{
	    background: #2B92F9;
    color: #ffffff;
    padding: 0 20px;
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
    
/*导航栏折叠符号*/
.am-menu-dropdown1 .am-menu-nav>li.am-parent>a::before {
    content: "+";
    font-size: 20px;
    position: absolute;
    right: 1rem;
    top: 1.4rem;
}
.am-menu-dropdown1 .am-menu-nav>li.am-parent.am-open>a:before {
    content: "-";
}
.am-menu-dropdown1 .am-menu-sub a:before {
    content: ">";
    color: #aaa;
    font-size: 16px;
    margin-right: 5px;
}
.foot {
    width: 100%;
    background: url(../img/ybg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.egwm .lxfsa ul .li_tong .am-g .am_t{
	font-size: 14px;
}
.egwm .lxfsa ul .li_tong .li_a{
	font-size: 14px;
}
.egwm .lxfsa ul .li_tong .am-g .am_y{
	font-size: 14px;
}
/*个人中心*/
 .bjbld_zx .xq-ly {
            float: none;
            width: 100%;
        }
        .bjbld_zx{
        	margin-top:0;
        	padding:0;
        }

        .xq-ly img{
            float: none;
display: none;
        }
        .xq_lianxi .xq_lianxi1{
        	display: none;
        }
        .bjbld_zx .xq_lianxi {
            clear:both;
            height: auto;
            float: left;
            margin-top: 0px;
            margin-bottom: 20px;
    		width: 100%;
        }
        .xq_lianxi .xq_lianxi2 .lianxi2_s input {
            width: 75%;
            height: 35px;
            resize: none;
            background-color: #eaeaea;
            border: none;
            padding-left: 10px;
        }
        .xq_lianxi .btn1 {
             margin-left: 20%;
             font-size: 15px;
        }
        .xq_lianxi button {
            width: 98px;
            height: 32px;
            background-color: #005a9a;
            border-radius: 2px;
            color: #fff;
            border: none;
             margin: 0px 10px;
             font-size: 15px;
        }
        .xq_lianxi .xq_lianxi2 .lianxi2_b textarea{
            width: 75%;
            height: 86px;
            resize:none;
            background-color: #eaeaea;
            border: none;
            padding-left: 10px;
        }
        .xq_lianxi .xq_lianxi2 .lianxi2_b{
		    font-size: 13px
		}
		.xq_lianxi .xq_lianxi2 .lianxi2_b span{
		    font-size: 15px;
		    margin-left:5px;
		}
		.xq_lianxi .xq_lianxi2 .lianxi2_s span{
		    font-size: 15px;
		    margin-left: 5px;
		}
		.xq_lianxi .xq_lianxi2 .lianxi2_s span .lxdx_span{
			display: inline-block;
			width: 25px;
		}
		.xq_lianxi .xq_lianxi2 .lianxi2_nr p{
			font-size: 15px;
			margin-left: 5px;
			font-weight: bold;
		}
		.xq_lianxi .xq_lianxi2 .lianxi2_nr p .lxdx_span{
			display: inline-block;
		    width: 25px;
		}

        .xinxi .jb_tong{
            font-size: 15px;
            color: #6d6d6d;
            margin-top: 23px;
        }
        .xinxi .jb_tong .input_tong{
            width: 40%;
            height: 32px;
            padding-left: 10px;
            border: 1px solid #005a9a;
        }
        .xinxi .jb_tong button{
            width: 72px;
            height: 32px;
            background-color: #0f69b0;
            border-radius: 4px;
            font-size: 14px;
            color: #ffffff;
            border: none;
            margin-left: 0px;
        }
        .xinxi .jb_tong .right_zhmm{
        	font-size: 10px;
            display: block;
            margin-left: 32%;
            margin-top: 10px;
        }
        .xinxi .jb_tong .left_jb{
            display: block;
            width: 31%;
            text-align: right;
            float: left;
            margin-right: 5px;
            /*line-height: 40px;*/
        }
        .xinxi .jb_tong .left_jb span{
            color: red;
            font-weight: bolder;
        }
        .xinxi .jb_tong label{
            margin:0px  30px 0px 5px;
        }
        .xinxi .jb_tong textarea {
            resize:none;
            width: 66%;
            height: 80px;
            text-indent: 1em;
            /*margin-left: 5px;*/
        }
        .xinxi .jb_tong select{
            width: 20%;
            height: 32px;
            border-radius: 2px;
            border: solid 1px #0f69b0;
            margin-right:5px;
        }
        .jbxx .btn2_b{
            width: 80%;
            height: 52px;
            font-size: 18px;
            color: #ffffff;
            background-color: #0f69b0;
            border: none;
            margin: 30px 10%;
        }
        .xinxi .jb_tong .tishi{
            color: red;
            margin-left:105px;
        }
        .jbxx .btn3_b {
		    width: 210px;
		    height: 46px;
		    font-size: 18px;
		    color: #ffffff;
		    background-color: #0f69b0;
		    border: none;
		    margin: 30px 100px;
		}
		.wjll .wjlrq{
			display: none;
		}
		.wjzlb li a .wjlbt i{
			margin-right: -30px;
		}


        /*地图页*/
		.bjbld .bjbld_ditu {
		    width: 1004px;
		    margin-left: 0;
		    background: #fff;
		    z-index: 1;
		    margin-top: 30px;

		}
		.lxybd {
		    width: 58%;
		    margin-left: 0px;
		    clear: both;
		}
		.lxdz {
		    /*height: 500px;*/
		    /*width: 40%;*/
		    background: #f5f5f5;
		    clear: both;
		    float: left;
		    margin-top: 20px;
		    padding-bottom: 20px;
		}
		.lxdz .lxlx{
			text-align: center;
			padding: 15px 0px 0px 0px;
		}
		.lxdz ul li{
			margin-top: 5px;
			margin-left: 10px;
		}
		.lxdz ul li .lxdx_bt .lxdx_span{
			display: inline-block;
			width: 28px;
		}
		.lxdz ul li .lxdx_xq{
			display: inline;
		}
		.lxdz ul li .lxdx_xq .lxdx_span{
			display: inline-block;
			width: 70px;
		}
		.bjbld .bjbld_ditu .lxybd iframe {
		    width: 100%;
		    height: 220px;
		}

		/*网站地图样式*/
#mini_ditu{
	background: none ;
	width: 100%;
	height: 420px;
	position: fixed;

	/*background: #fff;*/
	z-index: 999999;
	top: 5%;
	left: 3.5%;
	display: none;
}
.mini_ditu .mini_d {
	margin-left:0px;
	width: 93%;
	background: #fff;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 33px;
	float: left;
}
.mini_ditu .mini_d ul{
	width: 90%;
	padding:16px 0px;
}
.mini_ditu .am-close2{
	position: absolute;
    right: 1rem;
	margin-right: 35px;
	float: right;
	font-size: 42px;
	margin-top: 13px;
	font-weight: 100;
}
.mini_ditu .mini_d .mini_u{
	border-bottom: 1px dashed #e4e4e4;
	    float: left;
}
.mini_ditu .mini_d ul li{
	display: inline-block;
	color: #000;
	font-size: 16px;
}
.mini_ditu .mini_d ul .mini_div{
	width: 70%;
	float: right;
}
.mini_ditu .mini_d ul .mini_l{
	padding-right: 0px;
	padding-left:0px;
}
.mini_ditu .mini_d ul li a{
	color: #000;
	font-size: 16px;
}
.mini_ditu .mini_d ul .mini_l2 a{
	padding: 0px 5px;
	
}
.mini_ditu .mini_d ul .mini_12_1 a{
	margin-left: 67px;
}

.mini_ditu .mini_d ul li a:hover{
	color: #1480d5;
}

/* 弹出 样式 */
    .mini_login{
        display:none;
        position:fixed;
        z-index:9999;
        background:white;
        margin-top: 5%;
        left: 5%;
        width: 90%;
    }
    .mini_login .item{
        width:100%;
        margin:0 auto;
        /*height:48px;*/
        line-height:48px;
        padding:0 20px;
    }
.mini_login .iten_1 .am-close{
	position: absolute;
	font-size: 16px;
	right: 30px;
	top: 60px
}
.mini_login .iten_1 .am-close2{
	position: absolute;
	font-size: 16px;
	right: 30px;
	top: 132px
}

    /* 登录窗第一行*/
    .mini_login .firstLine{
        color:#666;
        background:#fff;
        font-size: 18px;
	    /*margin: 20px 5px;*/
	    width: 98%;
    }
    .mini_login .item .log_n img{
	width: 25px;
    float: left;
    position: absolute;
    margin: 13px 3px 3px 1px;
}
#mlogin{
	height: 280px;
}
.mini_login .item{
	/*text-align: center*/
}
.mini_login .item .img_name{
	/*background: url('../img/name.jpg') no-repeat 20px;*/
	background-position:center left;
	background-size: 25px;
	font-size: 16px;
	padding-left: 30px;
	height: 40px;
	width: 100%;
	border: 1px solid #ccc;
}
.mini_login .item .img_pwd{
	/*background: url('../img/pwd.jpg') no-repeat 20px;*/
	background-position:center left;
	background-size: 25px;
	font-size: 16px;
	margin:30px 0px;
	padding-left: 30px;
	height: 40px;
	width: 100%;
	border: 1px solid #ccc;
}


.mini_login .item .login_close{
        display:inline-block;
        float:right;
        cursor:pointer;
            font-size: 32px;
    }
    
    .mini_login .item label{
        font-size:14px;
        margin-right:15px;
    }
    .mini_login .item input{
        display:inline-block;
        height:60%;
        width:70%;
    }
    /* 登录按钮 */
    .mini_login .item a.btn_login{
        display:block;
        margin-top: 20px
        /*margin:10px 10% 0;*/
        height:40px;
        line-height:40px;
        width:100%;
        background:#005a9a;
        color:white;
        font-size:16px;
        font-weight:bold;
        text-align:center;
    }
    .mini_login .btn_wjmm{
    	margin-left: 0px;
    	display: none;
    }
  
.xqbt {
font-size: 20px;
}
.xqbt .fang {
    width: 16px;
    height: 16px;
    margin: 19px 10px;
    float: left;
}
    /*考试弹框*/
    .mini_kaoshi{
    	display: none;
    	position: fixed;
    	width: 90%;
    	background: #fff;
    	z-index: 9999;
    	margin-top:15%;
    	margin-left: 5%
    }
    .mini_kaoshi .mini_kaoshi_d{
    	width: 100%;
    	height: 200px;
    	float: left;
    	text-align: center;
    	padding-top: 20px;
    }


    .img_jt {
     width: auto; 
    position: absolute;
    right: 0px;
    top: 18px;
}
    .fdyxb {     /*首页产品中心展示*/
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	/*margin-top: 10px;*/
}

.xqxq .xqxq_biao ul .xqxq_tu1 {
     margin-right: 0; 
}
.xqxq{
	padding: 0 10px;
	margin-top: 20px;
}
.xqxq img {
    width: 90%;
    margin: 0 5%;
    height: auto;
    /* text-align: center; */
}
.new img{
	width:49%;
	height:100px;
	margin-top:10px;
	float:left;
	margin:10px 0;
}
.xqxq p{
	text-indent: 10pt;
}
.xqxq p img{
	width: 90%;
	margin:0;
	height: auto;
} 
.xypxq {
    border-bottom: none;
    line-height: 30px;
    padding-top:10px;
}
.xypxq {
	margin-bottom: 40px;
}
.xqbt_2 {
	margin-top:10px;
	font-size: 18px;
}


.ybfh {
    display: block;
    padding-left: 20px;
    font-size: 18px;
    color: #000;
    font-weight: initial;
    background: url(../img/xxdtb_07.png) no-repeat left 52%;
    background-size: 18%;
}
.lxdz ul li{
	margin-left: 10px;
}
/*我的消息*/
.am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .d1 img {
    height: auto;
    width: 40px;
    border: 1px solid #CCCCCC;
}
.am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .d2 .d2_3{
	width: 100%;
}
.am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .d2 button{
	margin-right: 0px;
}
.am-tabs .am_tabsbd_1 .am-tab-panel1 ul li .d2 {
	/*padding-left: 1rem;*/
	padding-right:0;
}

.policymobile{
	display:inline;
}
.policypc{
	display: none;
}


}

/*li a:hover{
	color: #005a9a !important;
}*/
.nav ul li a:hover,.wjsndh li a:hover,.search-box .card-body ul li.selected a:hover {
	color: #fff !important;
}
.am-list .am-list-item-dated a:hover span {
    color: #1480D5;
}
.bdshare-button-style0-16 {
    zoom: 1;
    margin-top: 6px;
}
.bdsharebuttonbox a{
  		    margin: 0px 6px 6px 0 !important;
  	}
.sr-bdimgshare .bdimgshare-content {
    position: relative;
    float: right;
    padding: 0px 8px 5px 0;
}
.sr-bdimgshare .bdimgshare-content .bdimgshare-lbl {
    margin-top: -6px;
}

#app_body{
			/*background: #f4faff;*/
		}
		/*app 个人中心 头部样式*/
		.head_app{
			background: #fff;
			height: 60px;
		}
		.head_app .am-g{
			box-shadow: 0px 1px 5px rgba(0, 90, 154, .15);
		}
		.head_app .am-g .am-u-sm-7{
			height: 60px;
			line-height: 60px;
		}
		.head_app .am-g .am-u-sm-7 .hd_f img{
			width: 37px;
			height: 37px;
			border-radius: 50%;
			margin-left: 0;
		}
		.head_app .am-g .am-u-sm-7 .hd_f span{
			margin-left: 10px;
			font-size: 16px;
			color: #333;
		}
		.head_app .am-g .hd_r{
			height: 60px;
			line-height: 60px;
			float: right;
			margin-right: 22px;
		}
		.head_app .am-g .hd_r .hd_r_d img{
			width: 20px;
			height: 20px;
			margin-left: 0;
			margin-bottom: 3px;
		}
		.head_app .am-g .hd_r .hd_r_d span{
			font-size: 16px;
			color: #333;
			margin-left: 5px;
		}
			/*app 个人中心 样式*/
		.cont_app{
			background: #fff;
			margin-top: 3px;
		}
		.cont_app .appCont_t{
			height: 50px;
			line-height: 50px;
			font-size: 17px;
			padding: 0 17px;
		}
		.cont_app hr{
			margin: 0px 12px;
			color: #cacaca;
		}
		.cont_app .am-g{
			padding: 0 28px;
			text-align: center;
			margin-top: 24px;
			margin-bottom: 20px;
		}	
		.cont_app .am-g .am-u-sm-3 a img{
			width: 50px;
			margin-left: 0;
		}
		.cont_app .am-g .am-u-sm-3 a p{
			font-size: 13px;
			color: #333333;
			margin-top: 10px;
		}
		.cont_app .am-g .am_left{
			float: left;
			margin-top: 24px;
		}
		.cont_app .am-g .am_left a p{
			font-size: 13px;
			color: #333333;
			margin-top: 10px;
		}
		.cont_app .appCont_d{
			height: 10px;
			background: #f4faff
		}