* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.clearfix, .c {
	zoom: 1;
	clear: both;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
	display: table;
	content: "";
}
.clearfix:after, .c:after {
	clear: both;
}

.l {
	float: left;
}
.r {
	float: right;
}
.box {
	width: 1200px;
	margin: 0 auto;
}

#yema {
	clear: both;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px
}
#yema .pages a {
	vertical-align: middle;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	width: 46px;
	height: 35px;
	line-height: 35px;
	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 .pages_btn {
	width: 65px;
	height: 35px;
	line-height: 35px;
}
#yema .pages span {
	vertical-align: middle;
	color: #ffffff;
	width: 46px;
	height: 35px;
	line-height: 35px;
	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: #C20D23;
}
.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;
}
.wps-show {
	display: none
}
.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) {
.wps-show {
	display: block;
}
.wps-no {
	display: none;
}
.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('../images/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%);
}

.header {
	height: 101px;
	width: 100%;
	background: #fff;
}
.nav {
	height: 100px;
}
.nav .xgjtop {
	height: 48px;
	line-height: 48px;
	width: 158px;
	float: right;
}
.nav .xgjtop span {
	color: #656565;
	font-size: 14px;
	padding-left: 10px;
}
.nav .xgjtop a {
	padding-left: 10px;
}
.nav .mainnav {
	position: relative;
	height: 52px;
	margin-top:25px;
}
.z_ny_banner {
	width: 100%;
	height: 315px;
	overflow: hidden;
}
.z_ny_banner .lmmc {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-top: 114px;
}
.z_ny_banner .mbxdh {
	font-size: 14px;
	color: #fff;
	text-align: center;
	opacity: .7;
	margin-top: 20px;
}
.z_ny_banner .mbxdh a {
	color: #fff;
}
.z_ejdh {
	height: 65px;
	background: #F3F1F1;
	width: 100%;
	text-align: center;
}
.z_ejdh_main {
	position: relative;
	display: inline-block;
}
.z_ejdh .z_ejdh_main ul li {
	float: left;
}
.z_ejdh .z_ejdh_main ul li a {
	display: block;
	height: 65px;
	width: 140px;
	text-align: center;
	line-height: 65px;
	font-size: 18px;
	color: #005eb8;
	font-weight: bold;
}
.z_cplist ul li {
	width: 383px;
	height: 306px;
	border-bottom: 1px solid #D9D9D9;
	margin-right: 25px;
	margin-bottom: 32px;
	float: left;
}
.z_cplist ul li:nth-child(3n) {
	margin-right: 0;
}
.z_cplist ul li a .cptp {
	width: 385px;
	height: 235px;
	overflow: hidden;
	display: block;
}
.z_cplist ul li a .cptp img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.z_cplist ul li a:hover .cptp img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.z_cplist ul li a:hover .cpbt {
	padding: 0 10px;
	color: #005eb8;
}
.z_cplist ul li a .cpbt {
	display: block;
	height: 71px;
	line-height: 71px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.z_cplist ul li a .cpbt b {
	font-size: 16px;
	color: #000;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.z_cplist ul li a .cpbt i {
	font-size: 16px;
	color: #000;
	font-family: 宋体;
	font-style: normal;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.z_cplist ul li a:hover .cpbt b {
	color: #005eb8;
}
.z_cplist ul li a:hover .cpbt i {
	color: #005eb8;
}
.z_ny_cont {
	padding: 60px 0;
}
.footer_top {
	/* height: 253px; */
	width: 100%;
	background: #f8f8f8;
}
.footer_top .dbdh {
	width: 730px;
	/* height: 253px; */
	padding-top: 55px;
}
.footer_top .dbdh ul li {
	float: left;
	margin-right: 90px;
}
.footer_top .dbdh ul li a {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.footer_top .dbdh ul li ul li {
	float: none;
	margin-right: 0;
	line-height: 22px;
}
.footer_top .dbdh ul li ul li a {
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.footer_top .dbdh ul li ul li a:hover {
	color: #1A499B;
}
.footer_top .rcewm {
	width: 470px;
	height: 253px;
	background: url("../images/dblogo.jpg") no-repeat;
	padding: 55px 0 0 162px;
}
.footer_top .rcewm .ntcb {
	margin: 0 20px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.footer_top .rcewm .ntcb img {
	margin-top: 10px;
	display: block;
}
.footer_bottom {
	height: 70px;
	width: 100%;
	background: #ECECEC;
}
.footer_bottom_l {
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	color: #787878;
}
.footer_bottom_l a {
	color: #787878;
}
.footer_bottom_r a {
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	color: #787878;
}
.z_xq_cont_l {
	width: 50%;
	min-height: 765px;
	background: #E4EBF1;
}
.z_xq_cont_r {
	width: 50%;
	min-height: 765px;
	background: #F4F7F9;
}
.z_xq_cont {
	position: relative;
	width: 100%;
}
.z_xq_cont .z_xq_cont_top {
	position: absolute;
	z-index: 2;
	width: 100%;
}
.z_xq_cont_top_l {
	width: 305px;
	min-height: 765px;
	background: #E4EBF1;
}
.z_xq_cont_top_r {
	width: 895px;
	min-height: 765px;
	background: #F4F7F9;
	padding-left: 50px;
	padding-top: 53px;
}
.z_xq_cont_top_lt {
	font-size: 25px;
	color: #000000;
	margin-top: 55px;
	font-weight: bold;
}
.z_xq_cont_top_ls {
	font-size: 20px;
	color: #263d8f;
	margin: 20px 0;
}
.z_xq_cont_top_lc {
	overflow: hidden;
}
.z_xq_cont_top_lx {
	height: 88px;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	margin-top: 50px;
}
.z_xq_cont_top_lx .jzmssj {
	font-size: 46px;
	color: #263d8f;
	font-weight: 100;
	line-height: 52px;
}
.z_xq_cont_top_lx .jzmssj .dwi {
	font-size: 14px;
	color: #666666;
}
.z_xq_cont_top_rbt {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #AAACAE;
	padding-bottom: 18px;
}
.z_xq_cont_top_rms {
	font-size: 15px;
	color: #666;
	margin-top: 35px;
}
.z_xq_cont_top_rqh {
	margin-top: 47px;
}
.z_xq_cont_top_rqh .ys-img{
	position: relative;
	width: 100%;
    padding-bottom: 62.23%;
	display: block;
}
.ys-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.z_news_banner {
	width: 100%;
	height: 533px;
}
.jgllw {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 47px;
}
.jgllwtab {
	width: 1200px;
	height: 318px;
	background: #fff;
	margin-top: 30px;
}
.gsdtlt {
	width: 510px;
	height: 100%;
	overflow: hidden;
	position: relative;
    padding-bottom: 337px
}
.gsdtrnbt {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	width: 400px;
}
.gsdtrn {
	padding: 39px 42px;
	width: 690px;
	height: 100%;
	position: relative;
}
.gsdtrnxt {
	width: 35px;
	height: 2px;
	background: #df1f00;
	margin: 20px 0;
}
.gsdtrnnr {
	font-size: 14px;
	color: #666666;
}
.gsdtrnck {
	height: 47px;
	display: inline-block;
	border: 1px solid #CCCCCC;
	margin-top: 43px;
}
.gsdtrnck a {
	display: block;
	color: #858585;
	font-size: 14px;
	padding: 0 15px;
	width: 162px;
	height: 47px;
	line-height: 47px;
	background: url("../images/xxdjt.png") no-repeat 90% 50%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.gsdtrnck a:hover {
	width: 170px;
	color: #fff;
	background: url(../images/xxdjt2.png) no-repeat 90% 50% #2449A4;
}
.gsdtrnrq {
	width: 76px;
	height: 92px;
	background: url("../images/xwjb.jpg") no-repeat center;
	position: absolute;
	z-index: 3;
	top: -1px;
	right: 58px;
}
.gsdtrnrqd {
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	width: 76px;
	line-height: 45px;
	text-align: center;
}
.gsdtrnrqs {
	width: 76px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.newsca {
	background: #F9F9F9;
	padding: 45px 0;
}
.newscabtr {
	width: 162px;
	height: 47px;
	border: 1px solid #CCCCCC;
}
.newscabtr a {
	display: block;
	color: #858585;
	font-size: 14px;
	padding: 0 15px;
	width: 162px;
	height: 47px;
	line-height: 47px;
	background: url("../images/xxdjt.png") no-repeat 90% 50%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscabtr a:hover {
	color: #fff;
	background: url(../images/xxdjt2.png) no-repeat 90% 50% #2449A4;
}
.newscabtl {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
}
.newscanr {
	margin-top: 45px;
}
.newscanr ul li {
	width: 100%;
	height: 166px;
	margin-bottom: 20px;
}
.newscanr ul li a {
	width: 100%;
	height: 166px;
	background: #FFFFFF;
	padding: 13px 20px;
	display: block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscanr ul li a:hover .newscanrnbt {
	color: #2449A4;
}
.newscanr ul li a:hover {
	background: #F9F9F9;
}
.newscanr ul li a:hover .newscanrt img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.newscanrt {
	height: 138px;
	width: 236px;
	overflow: hidden;
}
.newscanrt img {
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscanrn {
	width: 825px;
	height: 138px;
	margin-left: 35px;
}
.newscanrnbt {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscanrnxt {
	font-size: 14px;
	color: #ababab;
}
.newscanrnnr {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	overflow:hidden;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
}
.newscb {
	padding: 45px 0;
}
.newscbnr ul li {
	width: 385px;
	height: 269px;
	border: 1px solid #CCCCCC;
	margin-right: 22px;
	float: left;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscbnr ul li:hover {
	border: 1px solid #2449A4;
}
.newscbnr ul li:hover .newscbnrbt {
	color: #2449A4;
}
.newscbnr ul li a {
	width: 385px;
	height: 269px;
	display: block;
	padding: 46px 25px 0 25px;
}
.newscbnr ul li a span {
	display: block;
}
.newscbnrmd {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #ADADAD;
	font-size: 22px;
	color: #ADADAD;
	font-family: 宋体;
	float: right;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscbnrbt {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscbnr ul li:hover .newscbnrmd {
	width: 60px;
	color: #fff;
	background: #2449A4;
	border: 1px solid #2449A4;
}
.newscbnrnr {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}
.newscbnrrq {
	font-size: 14px;
	color: #ababab;
	margin-top: 20px;
}
.newscbnr {
	margin-top: 30px;
}
.newshowbox {
	width: 835px;
	padding: 0px 0 30px 0;
	float: left;
}
.newshowbox_r {
	width: 306px;
	float: right;
	margin: 0 0 50px 0;
}
.newshow_name {
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	line-height: 48px;
}
.newshow_zx div {
	float: left;
	font-size: 14px;
	color: #999999;
}
.newshow_ctrl a {
	color: #999999;
	font-weight: 600;
	margin-right: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.newshow_ctrl a:hover {
	color: #333;
}
.newshow_follow {
	margin-right: 20px;
}
.newshow_fx .bdsharebuttonbox a {
	margin: 0 6px 0 0;
}
.newshow_fx {
	margin-left: 30px;
}
.newshow_zx {
	margin-top: 20px;
}
.newshow_title {
	padding-bottom: 16px;
}
.newshow_zx .newshow_back {
	float: right;
}
.newshow_back a {
	color: #999999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.newshow_back a:hover {
	color: #333333;
}
.newshow_cont {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 24px;
}
.newshow_cont p {
	margin-bottom: 20px;
	text-indent: 2em;
	line-height: 1.6;
}
.newshow_cont p img {
	margin-left: -2em;
}
.newshow_cont h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
}
.newshow_cont h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	color: #333;
}
/**/
.newshow_aboutsearch {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.newshow_aboutsearch a {
	color: #333333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.newshow_aboutsearch a:hover {
	color: #666666;
}
.newshow_pjs {
	float: left;
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.newshow_p a {
	color: #333333;
	padding-bottom: 2px;
	border-bottom: 1px solid #666666;
}
.newshow_p {
	float: left;
}
.newshow_pjs_fx {
	float: right;
}
.newshow_bottom {
	margin-top: 14px;
}
.newshow_back {
	float: right;
	font-size: 14px;
	margin-top: 25px;
}
.newshowbox_r_b {
	padding: 0 20px;
	margin-top: 32px;
	width: 306px;
	/*height: 343px;*/
	padding-bottom: 25px;
	border: 7px solid #F3F3F3;
}
.show_prev_title {
	font-size: 20px;
	color: #555555;
	font-weight: 600;
	margin-top: 30px;
}
.show_prev_time {
	font-size: 12px;
	color: #555555;
	margin-top: 5px;
}
.show_prev_name {
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}
.newshowbox_r_b_prev {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 26px;
}
.show_chanpin_touch {
	display: none;
}
.prenextpage_touch {
	display: none;
}
.z_ny_banner_bg {
	width: 100%;
	height: 315px;
	background: url("../images/ddddt.png");
}
.about_nra {
	width: 100%;
	height: 405px;
	background: url("../images/aboutlbg.jpg") no-repeat center top;
}
.about_nra_bt {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin-top: 30px;
}
.about_nra_nr {
	margin-top: 20px;
	min-height: 275px;
}
.about_nra_nr h3 {
	font-size: 18px;
}
.about_nra_nr .am-slider-default {
	height: 275px;
}
.about_nra_nr .am-slider-default .am-viewport {
	height: 275px;
}
.about_nra_nr .am-slider-default .am-viewport .am-gallery {
	height: 275px;
}
.about_nra_nr p {
	font-size: 15px;
	color: #666666;
}
.about_nra_sg {
	width: 100%;
	text-align: center;
	margin-top: 52px;
}
.about_nra_sg_box {
	display: inline-block;
	overflow: hidden;
}
.about_nra_sg_boxa {
	margin-right: 72px;
}
.about_nra_sg_boxart {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 22px;
}
.about_nra_sg_boxart span {
	font-size: 15px;
	color: #333333;
}
.about_nra_sg_boxarb {
	font-size: 15px;
	color: #333;
	text-align: left;
}
.about_nra_sg_boxal {
	height: 51px;
	line-height: 43px;
}
.about_nra_sg_boxar {
	padding-left: 10px;
}
.about_nrbl {
	width: 50%;
	height: 288px;
	position: relative;
	overflow: hidden;
}
.about_nrbl .about_nrblt {
	position: absolute;
	z-index: 3;
	padding: 105px 85px;
	width: 100%;
}
.about_nrbl .about_nrbls {
	width: 100%;
	height: 288px;
	position: absolute;
	z-index: 2;
	background: url("../images/ddddt.png") rgba(10,68,141,.8);
}
.about_nrbl .about_nrblss {
	width: 100%;
	height: 288px;
	position: absolute;
	z-index: 2;
	background: url("../images/ddddt.png") rgba(170,170,170,.8);
}
.about_nrbltlt {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	padding-left: 50px;
	background: url("../images/zzjg.png") no-repeat center left;
}
.about_nrbltlts {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	padding-left: 50px;
	background: url("../images/whcm.png") no-repeat center left;
}
.about_nrbltlb {
	font-size: 14px;
	color: #ffff;
}
.about_nrbltr {
	width: 162px;
	height: 40px;
	border-radius: 50px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	padding: 0 25px;
	text-align: left;
	margin-top: 20px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.about_nrblc img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.about_nrbl:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.about_nrbltr:hover {
	width: 170px;
	background: #1A499B;
	color: #fff !important;
}
.about_nrbltr:hover span {
	color: #fff;
}
.about_nrbltr span {
	font-family: 宋体;
	font-size: 16px;
	margin-left: 40px;
}
.about_nrc {
	margin-top: 50px;
	overflow: hidden;
}
.rongyzz {
	padding: 40px 0;
	overflow: hidden;
}
.rongyzz ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
}
.rongyzz a{
	position: relative;
	width:100%;
	display: block;
	padding-bottom: 62.23%;
}
.rongyzz .am-gallery li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rongyzz .am-gallery li:nth-child(3n) {
	margin-right: 0;
}
.bannersy {
	width: 100%;
	height: 535px;
}
.bannersy .am-slider-default {
	height: 535px;
}
.bannersy ul.am-slides li {
	width: 100%;
	height: 535px;
	background:  no-repeat center / cover;
}
.bannersy .am-slider-default .am-control-nav {
	bottom: 31px;
}
.bannersy .am-slider-default .am-control-nav li a {
	width: 15px;
	height: 15px;
	background: #fff;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.bannersy .am-slider-default .am-control-nav li a.am-active {
	width: 57px;
	background: #e60012;
}
.z_bannersy {
	width: 100%;
	height: 535px;
}
.z_bannersy .am-slider-default {
	height: 535px;
}
.z_bannersy ul.am-slides li {
	width: 100%;
	height: 535px;
}
.z_bannersy .am-slider-default .am-control-nav {
	bottom: 31px;
}
.z_bannersy .am-slider-default .am-control-nav li a {
	width: 15px;
	height: 15px;
	background: #fff;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.z_bannersy .am-slider-default .am-control-nav li a.am-active {
	width: 57px;
	background: #e60012;
}
.contsyabt {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
}
.contsyabtt {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	margin-bottom: 26px;
}
.contsyabt span {
	font-size: 15px;
	color: #7f7f7f;
	font-weight: normal;
	margin-left: 10px;
}
.contsyabtt span {
	font-size: 15px;
	color: #7f7f7f;
	font-weight: normal;
	margin-left: 10px;
}
.contsya {
	margin-top: 25px;
}
.contsyanr {
	position: relative;
}
.contsyanrt {
	height: 80px;
	width: 100%;
	background: url("../images/xwsybg.jpg")no-repeat center bottom;
}
.contsyanrtl {
	width: 1080px;
	height: 80px;
}
.contsyanrtr {
	width: 100px;
	height: 80px;
}
.contsyanrtlt {
	font-size: 24px;
	color: #003f91;
	font-weight: bold;
}
.contsyanrtlb {
	font-size: 16px;
	color: #666;
	overflow:hidden;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
.contsyanrtr a {
	display: block;
	line-height: 67px;
	font-size: 18px;
	color: #003f91;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.contsyanrtr a:hover {
	color: #DF1F00;
}
.contsyanrb {
	margin-top: 35px;
	height: 315px;
	width: 100%;
}
.contsyanrbl {
	width: 472px;
	height: 324px;
	overflow: hidden;
	position: relative;
}
.contsyanrbl ul li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	filter: brightness(1);
}
.am-slider .am-slides img {
	filter: brightness(0.9);
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	position: absolute;
	width: 100%;
    height: 100%;
    object-fit: contain;
	left: 0;
	top: 0;
}
.contsyanrblt {
	position: absolute;
	z-index: 3;
	width: 70px;
	height: 60px;
	left: 7px;
	top: 7px;
	background: #DF1F00;
	color: #fff;
	font-size: 28px;
	text-align: center;
	padding-top: 10px;
	line-height: 22px;
}
.contsyanrblt span {
	font-size: 13px;
	display: block;
}
.contsyanrbls {
	position: absolute;
	z-index: 2;
	background: url("../images/syxwds.png") no-repeat center;
	width: 100%;
	height: 76px;
	bottom: 0;
	font-size: 16px;
	color: #fff;
}
.contsyanrblss {
	width: 310px;
	margin-top: 15px;
	padding-left: 20px;
	height: 50px;
}
.contsyanrbl .am-slider-default .am-control-nav {
	bottom: 27px;
	width: auto;
	right: 10px;
}
.contsyanrbl .am-slider-default .am-control-nav li a {
	width: 10px;
	height: 10px;
	background-color: #fff;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.contsyanrbl .am-slider-default .am-control-nav li a.am-active {
	width: 30px;
	background-color: #E60012;
}
.contsyanrbl .am-slider-default .am-control-nav li {
	margin: 0 3px;
}
.contsyanrbr {
	width: 685px;
	height: 314px;
}
.contsyanrbr ul li {
	width: 100%;
	padding-left: 19px;
	background: url("../images/xhd.jpg") no-repeat center left;
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
}
.contsyanrbr ul li a {
	display: block;
}
.contsyanrbr ul li a .contsyanrb2 {
	font-size: 15px;
	color: #333333;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.contsyanrbr ul li a .contsyanrb3 {
	font-size: 15px;
	color: #999999;
}
.contsyanrblx ul li {
	width: 100%;
	padding-left: 19px;
	background: url("../images/xhd.jpg") no-repeat center left;
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
}
.contsyanrblx ul li a .contsyanrb2 {
	font-size: 15px;
	color: #333333;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.contsyanrb ul li a:hover .contsyanrb2 {
	color: #1A499B;
	padding-left: 10px;
}
.contsyanrblx ul li a .contsyanrb3 {
	font-size: 15px;
	color: #999999;
}
.contsyb {
	width: 100%;
	height: 650px;
	margin-top: 25px;
	background: url("../images/bhgcbg.jpg") no-repeat center;
	padding-top: 35px;
}
.contsya .am-nav-tabs {
	border: none;
	position: absolute;
	top: -60px;
	right: 0;
}
.contsya .am-nav-tabs>li {
	margin-left: 4px;
}
.contsya .am-nav-tabs>li>a {
	width: 150px;
	height: 50px;
	background: #F7F7F7;
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	position: relative;
}
.contsya .am-nav-tabs>li>a:hover {
	background: #EAEAEA;
}
.contsya .am-nav-tabs>li.am-active>a, .contsya .am-nav-tabs>li.am-active>a:focus {
	background: #1A499B;
	color: #fff;
	border: none;
}
.contsya .am-direction-nav {
	display: none;
}
.contsyb .am-nav-tabs {
	width: 188px;
	height: 439px;
	float: left;
}
.contsybnr {
	width: 100%;
	height: 439px;
}
.contsyb .am-tabs-bd {
	float: left;
	width: 1012px;
	height: 439px;
}
.contsybnr .am-tabs .am-nav-tabs li {
	width: 100%;
	height: 87px;
	margin-bottom: 1px;
}
.contsybnr .am-tabs .am-nav-tabs li img {
    width: 45px;
}
.contsybnr .am-nav-tabs>li>a {
	background: #E7E7E7;
	height: 100%;
	text-align: center;
	line-height: 87px;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	padding: 0 10px;
	border: none;
}
.contsybnr .am-nav-tabs>li>a:hover {
	background: #D8D8D8;
}
.contsybnr .am-nav-tabs>li.am-active>a, .contsybnr .am-nav-tabs>li.am-active>a:focus {
	background: #3071B7;
	color: #fff;
	border: none;
}
.contsybnr .am-tabs-bd .am-tab-panel {
	padding: 0;
}
.contsybnr .am-nav-tabs {
	border: none;
}
.contsybnrbll {
	width: 705px;
	height: 439px;
	float: left;
	overflow: hidden;
	position: relative;
}
.contsybnrbll img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	filter: brightness(0.9);
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.contsybnrbll:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	filter: brightness(1);
}
.contsybnrblr {
	float: left;
	width: 307px;
	height: 439px;
	padding: 59px 32px 0 32px;
}
.contsybnrblrmo {
	width: 124px;
	height: 42px;
}
.contsybnrblrmo a {
	width: 124px;
	height: 42px;
	display: block;
	background: #F2F2F2;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	font-size: 13px;
	color: #666;
	text-align: center;
	line-height: 42px;
}
.contsybnrblrmo a:hover {
	background: #1A499B;
	color: #fff;
	width: 140px;
}
.contsybnrblrmo a span {
	font-family: 宋体;
	margin-left: 10px;
	font-size: 16px;
}
.contsybnrblrbt {
	font-size: 20px;
	font-weight: bold;
	color: #3071b7;
}
.contsybnrblrnr {
	font-size: 15px;
	color: #666666;
	margin-top: 20px;
}
.contsybnrblrmo {
	margin-top: 20px;
}
.contsybnr .am-slider-default .am-direction-nav a:before {
	display: none;
}
.contsybnr .am-slider-default .am-direction-nav a {
	width: 44px;
	height: 41px;
}
.contsybnr .am-slider-default .am-direction-nav .am-next {
	background: url("../images/newsr.jpg") no-repeat center;
	right: 39px;
}
.contsybnr .am-slider-default .am-direction-nav .am-prev {
	background: url("../images/newsl.jpg") no-repeat center;
}
.contsybnr .am-slider-default .am-direction-nav a {
	top: 87%;
}
.contsybnr .am-slider-default .am-direction-nav .am-prev {
	left: auto;
	right: 88px;
}
.xxdywtb {
	position: absolute;
	left: 10px;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.contsybnr .am-nav-tabs>li.am-active>a .xxdywtb, .contsybnr .am-nav-tabs>li.am-active>a:focus .xxdywtb {
	opacity: 1;
}
.contsybnr .am-nav-tabs>li.am-active>a .xxdywtb2, .contsybnr .am-nav-tabs>li.am-active>a:focus .xxdywtb2 {
	opacity: 0;
}
.xxdywtb2 {
	opacity: 1;
}
.xxdywtb3 {
	text-align: left;
	padding-left: 10px;
	/* width: 72px; */
}
.contsyca {
	float: left;
	width: 25%;
	height: 160px;
}
.contsyc {
	padding: 25px 0;
	background: #fff;
}
.contsycar {
	width: 200px;
	padding-left: 8px;
}
.contsycarbt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}
.contsycarnr {
	font-size: 14px;
	color: #666;
}
.contsycarns {
	font-size: 15px;
	color: #3071B7;
	display: block;
	margin-top: 13px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.contsycarns:hover {
	color: #DF1F00;
}
.bannersy .am-direction-nav {
	display: none;
}
.renli_main_box_ul {
	margin-top: 35px;
}
.renli_main_box_ul_li_jianjie {
	height: 90px;
	line-height: 90px;
	background-color: #fafafa;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.renli_main_box_ul_li_jianjie .renli_main_box_ul_li_name {
	font-size: 18px;
	color: #333333;
	margin-left: 46px;
	width: 275px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.renli_main_box_ul_list {
	margin-top: 45px;
}
.renli_main_box_ul_list li {
	margin-bottom: 25px;
	position: relative;
	cursor: pointer;
}
.renli_main_box_ul_list li:hover .renli_main_box_ul_li_jianjie {
	background-color: #eaeaea;
}
.renli_main_box_ul_li_s {
	font-size: 14px;
	color: #888888;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.renli_main_box_ul_li_jianjie span {
	display: block;
	float: left;
	width: 190px;
}
.renli_main_box_ul_li_more {
	width: 20px;
	height: 90px;
	background-color: #2449A4;
	text-align: center;
	line-height: 88px;
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.renli_main_box_ul_li_xianxi_box {
	width: 90%;
	margin: 0 auto;
}
.renli_main_box_ul_li_xianxi h3 {
	font-size: 17px;
	color: #000000;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 26px;
}
.renli_main_box_ul_li_xianxi p {
	font-size: 15px;
	color: #555555;
	line-height: 28px;
}
.renli_main_box_ul_li_xianxi {
	display: none;
}
.n_lxwm {
	margin: 65px 0;
}
.n_lxwm_l {
	float: left;
	width: 560px;
}
.n_lxwm_l_name {
	font-size: 25px;
	color: #000000;
}
.n_lxwm_l_js {
	font-size: 14px;
	color: #888888;
	display: block;
	line-height: 26px;
	margin: 10px 0 10px 0;
}
.n_lxwm_l_list li {
	margin-bottom: 20px;
}
.n_lxwm_l_list li span {
	font-size: 15px;
	vertical-align: middle;
}
.n_lxwm_l_list li img {
	vertical-align: middle;
}
.n_lxwm_l_list {
	margin-top: 22px;
}
.n_lxwm_l_ewm {
	margin-top: 25px;
}
.n_lxwm_l_ewm li {
	float: left;
	text-align: center;
	margin-right: 20px;
}
.n_lxwm_l_ewm li img{ width:180px}
.n_lxwm_l_ewm_name {
	font-size: 12px;
	margin-top: 3px;
}
.n_lxwm_r {
	float: right;
	width: 560px;
	margin-top: 65px;
}
.n_lxwm_r input {
	width: 100%;
	height: 50px;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	padding-left: 20px;
	font-size: 13px;
	outline: none;
}
.n_lxwm_r textarea {
	outline: none;
	font-size: 13px;
	width: 100%;
	height: 182px;
	min-height: 170px;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	padding-left: 20px;
	padding-top: 14px;
}
.n_lxwm_r div {
	margin-bottom: 25px;
}
.n_lxwm_r div.n_lxwm_sub {
}
.n_lxwm_r div.n_lxwm_sub input {
	width: auto;
	padding-left: 0;
	background: none;
}
.n_lxwm_r div.n_lxwm_sub input.n_lxwm_sub_s1 {
	width: 200px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 13px;
	color: #666666;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.n_lxwm_r div.n_lxwm_sub input.n_lxwm_sub_s1:hover {
	color: #ffffff;
	background-color: #1A499B;
}
.n_lxwm_r div.n_lxwm_sub input.n_lxwm_sub_s2 {
	width: 148px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 13px;
	color: #666666;
	margin-left: 15px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.n_lxwm_r div.n_lxwm_sub input.n_lxwm_sub_s2:hover {
	color: #ffffff;
	background-color: #1A499B;
}
.z_jxmap {
	margin-bottom: 30px;
}
.z_jxlyx {
	overflow: hidden;
	margin-bottom: 50px;
}
.am-gallery-item {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.am-gallery-item:hover {
	border: 5px solid #1A499B;
}
.c_nav_nav_li1 {
	float: left;
	width: 100px;
	text-align: center;
	margin-left: 14px;
	position: relative;
	display: block;
	height: 52px;
}
.c_nav_nav_li_a {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.c_nav_nav_li1 .c_nav_nav_li_a_hover {
	border-bottom: 2px solid #0C4DA2;
	color: #0C4DA2;
}
.c_nav_nav_li_b {
	position: absolute;
	top: 53px;
	left: 0;
	z-index: 99;
	padding: 0;
	background-color: #0C4DA2;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.c_nav_nav_li1:hover .c_nav_nav_li_b {
	padding: 8px 0;
}
.c_nav_nav_li2 {
	width: 160px;
	text-align: left;
	background-color: #0C4DA2;
	position: relative;
}
.c_nav_nav_li2_b {
	height: 0;
	overflow: hidden;
	line-height: 36px;
	color: #ffffff;
	font-size: 14px;
	padding-left: 20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.c_nav_nav_li1:hover .c_nav_nav_li2_b {
	height: 36px;
}
.c_nav_nav_li2_b_i {
	font-weight: bolder;
	font-style: normal;
	float: right;
	margin-right: 0;
	font-family: SimSun;
	color: #0C4DA2;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.c_nav_nav_li2_b:hover {
	color: #fff;
	background-color: #3467AF;
}
.c_nav_nav_li2_b:hover .c_nav_nav_li2_b_i {
	margin-right: 10px;
	color: #fff;
}
.c_nav_nav_li_c {
	position: absolute;
	top: 0;
	left: 160px;
	width: 140px;
	background-color: #2c3038;
}
.c_nav_nav_li3_div {
	height: 0;
	overflow: hidden;
	line-height: 38px;
	background-color: #2c3038;
	padding-left: 20px;
	color: #ffffff;
	font-size: 14px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.c_nav_nav_li3_div:hover {
	background-color: #414141;
	color: #BBA26C;
}
.c_nav_nav_li2:hover .c_nav_nav_li3_div {
	height: 38px;
}
.z_ny_cont_gc {
	height: 659px;
	width: 100%;
}
.z_ny_banner_bg ul li {
	width: 240px;
	float: left;
	height: 440px;
	margin-top: 105px;
}
.z_ny_banner_bg ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}
.z_ny_banner_bg ul li a:hover .z_yw_lhs {
	background: url("../images/csdybd.png") no-repeat right bottom #fff;
	width: 100%;
}
.z_ny_banner_bg ul li a:hover .z_yw_lhzx {
	color: #0A448D;
}
.z_yw_lhs {
	width: 0;
	height: 100%;
	display: inline-block;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	overflow: hidden;
	background: url("../images/csdybd.png") no-repeat right bottom;
}
.z_yw_lhz {
	display: block;
	position: absolute;
	width: 100%;
	top: 40px;
	text-align: center;
}
.z_yw_lhz span {
	display: block;
}
.z_yw_lhzt {
	position: absolute;
	left: 66px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.z_yw_lhzts {
	opacity: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.z_ny_banner_bg ul li a:hover .z_yw_lhzt {
	opacity: 0;
}
.z_ny_banner_bg ul li a:hover .z_yw_lhzts {
	opacity: 1;
}
.z_ny_banner_bg ul li a:hover .z_yw_lhzc {
	width: 162px;
	display: block;
}
.z_yw_lhzx {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin: 17px 0 27px 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.z_yw_lhzc {
	width: 0;
	overflow: hidden;
	height: 47px;
	color: #fff;
	text-align: center;
	line-height: 47px;
	background: #0A448D;
	font-size: 14px;
	margin: 0 auto;
	display: block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	margin-top: 30px;
}
.z_yw_lhzc span {
	display: inline-block;
	font-family: 宋体;
	margin-left: 20px;
}
.z_yw_lhzs {
	width: 100%;
	opacity: .9;
	font-size: 15px;
	color: #fff;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	padding: 0 35px;
}
.z_ny_banner_bg ul li a:hover .z_yw_lhzs {
	color: #666666;
	opacity: 1;
}
.jtwzds {
	background: url("../images/diqiu.jpg") no-repeat center left;
	padding-left: 32px !important;
	font-size: 14px;
	color: #686868;
	margin-left: 13px;
}
.pagebar{clear:both;margin:10px 0;text-align:center;padding:10px 0;}
.pagebar a:hover{color:#333;}
.page-status{border-radius:2px 0 0 2px;}
.page-last{border-radius:0 2px 2px 0;}
.page-index,.page-last,.page-next,.page-num,.page-pre,.page-status{display:inline-block;margin:0 -1px 5px 0;padding:0 15px;height:28px;border:1px solid #e2e2e2;background-color:#fff;color:#333;vertical-align:middle;font-size:12px;line-height:28px;}
.page-status{display:none;}
.page-num-current{height:30px;border-top:none;border-bottom:none;background-color:#333;color:#fff !important;line-height:30px;}
a.page-num-current:hover{color:#fff;}
.z_cplist{ overflow:hidden}
.pcxiao{ height:324px;}
.pcxiao img{ height:324px;}
.picda img{ height:440px;}
#maximg img{ max-width:100%; height:auto !important}
@media screen and (max-width: 768px) {
    .pcxiao{ height:inherit}
	.pcxiao img{ height:inherit}
	.picda img{ height:inherit}
	.newsca{ padding:45px 0 0 0;}
	.n_lxwm_l_ewm li{ width:40%}
	.n_lxwm_r div.n_lxwm_sub{ float:inherit}
}
.rcewm img{ width:114px}



#chbnav_touch {
	display: none;
}
.header {
	display: block;
}
.bannersy {
	display: block;
}
.z_bannersy {
	display: none;
}
@media only screen and (max-width: 640px) {
.z_bannersy .am-direction-nav {
	display: none;
}
.bannersy {
	display: none;
}
.newshow_cont img {
	width: 100%;
}
.z_bannersy {
	display: block;
}
.header {
	display: none;
}
.box {
	width: 90%;
}
.z_bannersy {
	height: 235px;
}
.z_bannersy .am-slider-default {
	height: 235px;
}
.z_bannersy ul.am-slides li {
	height: 235px;
	background:  no-repeat center / cover;
}
.contsyabt {
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px;
}
.jgllwtab {
	width: 100%;
	height: auto;
}
.gsdtlt {
	width: 100%;
    padding-bottom: 65.88%;
}
.gsdtrnrq {
	display: none;
}
.gsdtrn {
	width: 100%;
	padding: 19px 19px;
}
.gsdtrnbt {
	width: 100%;
}
.z_news_banner {
	height:inherit;
	background-size: cover !important;
}
.am-slider-default .am-direction-nav a {
	/* top: 93% !important; */
}
.newscbnr ul li a {
	width: 100%;
	height: 300px;
	padding: 46px 25px 0 25px !important;
}
.contsyanr {
	width: 100%;
}
.contsyanrblss {
	width: 240px;
}
.contsyanrbls {
	overflow: hidden !important;
}
.contsya .am-nav-tabs {
	width: 100%;
	top: -80px;
}
.footer_top {
	height: auto;
	overflow: hidden;
}
.footer_top .dbdh {
	width: 100%;
	height: auto;
	float: none;
	overflow: hidden;
}
.footer_top .rcewm {
	width: 100%;
	float: none;
	height: 180px;
	overflow: hidden;
	padding: 0;
	background: url(../images/dblogo.jpg) no-repeat center 23%;
	background-size: cover;
}
.footer_bottom {
	overflow: hidden;
	height: auto;
}
.newscanrt {
	width: 100%;
	height: auto;
	float: none;
}
.newscanrn {
	width: 100%;
	float: none;
	height: auto;
	margin-left: 0;
}
.newscanr ul li {
	height: auto;
}
.z_ny_banner_bg ul li {
	width: 100%;
	margin: 0;
	height: 355px;
	float: none;
}
.z_yw_lhzt {
	left: 134px;
}
.newscanr ul li a {
	height: auto;
}
.footer_bottom_l {
	overflow: hidden;
	height: auto;
	line-height: 1.6;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer_bottom_l i{
	display: block;
}
.contsycar {
	width: 100%;
	padding-left: 0;
}
.footer_bottom_r {
	margin-top: 20px;
	float: none;
	height: auto;
	line-height: normal;
}
.contsycal {
	width: 100%;
	height: 68px;
}
.footer_bottom_r a {
	height: auto;
	line-height: normal;
}
.footer_top .dbdh ul li {
	margin-right: 0;
	margin-bottom: 15px;
	width: 100%;
}
.footer_top .dbdh ul li ul li {
	float: left;
	width: 73px;
	margin-right: 20px;
}
.contsya .am-nav-tabs>li {
	width: calc(97% / 3);
	margin-left: 0;
	margin-right: 5px;
}
.footer_top .rcewm .ntcb {
	margin: 0 20px 0 0;
}
.contsya .am-nav-tabs>li>a {
	width: 100%;
}
.am-tabs-bd .am-tab-panel {
	padding: 0;
}
.contsyanrt {
	display: none;
}
.contsyanrtl {
	width: 100%;
}
.contsyanrtlt {
	font-size: 21px;
}
.contsyanrb {
	margin: 0;
	height: auto;
}
.contsyanrbl {
	width: 100%;
	float: none;
	height: auto;
}
.contsyanrbr {
	width: 100% !important;
	float: none;
}
.contsyanrblx {
	float: none;
	display: none;
}
.contsyanrbr {
	width: 100%;
	float: none;
}
.line-clamp {
	overflow : hidden !important;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.contsyabt span {
	display: block;
	margin-left: 0;
}
.contsyabtt span {
	display: block;
	margin-left: 0;
}
.contsyb .am-nav-tabs {
	width: 100%;
	height: 95px;
	float: none;
}
.contsyb .am-tabs-bd {
	width: 100%;
	height: auto;
}
.contsybnrbll {
	width: 100%;
	float: none;
	height: auto;
}
.contsybnrblr {
	width: 100%;
	height: auto;
	float: none;
	padding: 34px 32px 34px 32px;
}
.contsyb {
	height:inherit !important;
	background-color: #F4F4F4;
}
.contsybnr .am-slider-default .am-control-nav {
	display: none;
}
.xxdywtb {
	left: 21px;
}
.xxdywtb2 {
	left: 21px;
	position: absolute;
}
.xxdywtb3 {
	display: none;
}
.contsyca {
	width: 49%;
	height: 235px;
	margin-bottom: 10px; text-align:center
}
.contsybnr {
	height: auto;
	overflow: hidden;
}
.about_nrbltr {
	margin-top: 15px;
	width: 135px;
}
.about_nrbl {
	width: 100%;
	height: 160px;
	margin-bottom: 18px;
}
.about_nrbltr span {
	margin-left: 14px;
}
.about_nrbl .about_nrblt {
	padding: 38px 25px;
	height: 100%;
}
.z_ny_banner {
	height: auto !important;
}
.z_ny_banner_bg {
}
.about_nra {
	height: 600px;
}
.contsybnr .am-tabs .am-nav-tabs li {
	width: calc(100% / 5);
}
.contsybnr .am-tabs .am-nav-tabs li a {
	display: block;
	width: 100%;
	padding: 0;
}
.about_nrc {
	margin-top: 0;
}
.am-gallery-item {
	width: 363px !important;
}
.about_nra_sg {
	margin-top: 33px;
}
.z_ny_banner .lmmc {
	margin-top: 39px;
}
.z_ejdh {
	display: none;
}
.about_nra_bt {
	margin-top: 15px;
}
.z_ny_conts img {
	width: 100%;
}
.rongyzz ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}
.rongyzz .am-gallery li {
	float: none;
	width: 100%;
	margin-right: 0;
	padding: 0;
	margin-bottom: 20px;
}
.about_nra_sg_boxal {
	float: none;
}
.about_nra_sg_boxar {
	float: none;
}
.newscbnr ul li {
	width: 100%;
	height: 300px;
	margin-right: 0;
	float: none;
	margin-bottom: 30px;
}
.newshowbox {
	width: 100%;
	float: none;
}
.newshowbox_r {
	width: 100%;
	float: none;
}
.newshowbox_r_b {
	width: 100%;
}
.z_ny_cont_gc {
	height: 1800px;
	background-size: cover !important;
}
.about_nra_sg_boxa {
	margin-right: 42px;
}
.z_cplist ul li {
	width: 48%;
	margin: 1%!important;
	height: 165px;
	/*float: none;*/
	border: 0;
}
.z_cplist ul li a .cptp {
	width: 100%;
	line-height: 62px;
	height: 112px;
}
#yema .pages .pages_num {
	display: none;
}
.z_cplist ul li a .cpbt b {
	font-size: 15px;
	overflow: hidden;
	width: 87%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.z_xq_cont_top_l {
	width: 100%;
	float: none;
	min-height: 470px;
}
.z_xq_cont_top_r {
	width: 100%;
	padding: 20px 0 0 0;
	min-height: 565px;
}
.line-clamp2 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.z_xq_cont_l {
	width: 100%;
	float: none;
	height: 525px;
	min-height: 525px;
}
.z_xq_cont_r {
	width: 100%;
	float: none;
	min-height: 565px;
}
.renli_main_box_ul_li_s {
	display: none !important;
}
#map {
	height: 300px !important;
}
.n_lxwm_l {
	width: 100%;
	float: none;
}
.n_lxwm_r {
	width: 100%;
	float: none;
}
.contsyanrbr ul li a .contsyanrb2 {
	width: 245px;
}
#chbnav_touch {
	display: block;
}
.chbnav_touch_nav .chbnav_select {
	left: 0;
}
.chbnav_touch_nav_box {
	position: fixed;
	top: 0;
	overflow: auto;
	left: -100%;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.chbnav_touch_navli {
	padding: 0 5%;
}
.chbnav_touch_navli1 img {
	float: right;
	margin-top: 19px;
}
.chbnav_touch_navli2 {
	padding: 0 0 0 5%;
}
.chbnav_touch_navli2 a {
	display: block;
	width: 80%;
	float: left;
	border-bottom: 1px solid #f1f1f1;
}
.chbnav_touch_navli2_img {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}
.chbnav_touch_navli2_img img {
	width: 10px;
}
.chbnav_touch_navli b {
	font-family: "Microsoft YaHei";
	float: right;
	font-size: 15px;
}
.chbnav_touch_erji {
	display: none;
	background-color: #f1f1f1;
	padding-left: 20px;
}
.chbnav_touch_erji a {
	display: block;
	font-size: 16px;
	color: #333333;
}
.chbnav_touch_top_logo {
	position: absolute;
	height: 100%;
	left: 4%;
}
.chbnav_touch_nav_title {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #DDDDDD;
}
.chbnav_touch_nav_title .chbnav_touch_erji {
	line-height: 42px;
	padding: 12px 0 12px 20px;
}
.chbnav_touch_nav_title span {
	font-size: 18px;
	color: #16436C;
	float: left;
}
.chbnav_touch_top_logo img {
	height: 85%;
	margin-top: 5px;
}
.right_fd {
	display: none;
}
.chbnav_touch_top {
	position: relative;
	height: 60px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	background-color: #ffffff;
}
.chbnav_touch_top_list {
	position: absolute;
	right: 4%;
	width: 36px;
	height: 100%;
}
.chbnav_touch_top_list_c {
	margin-top: 20px !important;
}
.chbnav_touch_top_list_a {
	width: 90%;
	height: 1px;
	margin: 0 auto;
	background-color: #666666;
}
.chbnav_touch_top_list_b {
	margin: 8px auto;
}
}
@media only screen and (max-width: 382px) {
.about_nrbltr {
	margin-top: -4px;
}
.about_nra_sg_boxa {
	margin-right: 30px;
}
.am-slider-default .am-direction-nav a {
	width: 46px;
	height: 49px!important;
}
.contsyanrbr ul li a .contsyanrb2 {
	width: 240px;
}
.contsyanrbr {
	height: 314px;
}
.am-gallery-item {
	width: 330px !important;
}
.am-gallery-item a {
	width: 315px!important;
	height: 200px!important;
	margin-top: 32px!important;
}
.z_yw_lhzt {
	left: 116px;
}
.n_lxwm_r div.n_lxwm_sub input.n_lxwm_sub_s1 {
	width: 155px;
}
}
/***********************/
.nav-box{
	position: relative;
}
.nav-box .nav-line {
	background: url("../images/cj30.png") no-repeat;
	bottom: -73px;
	left: 0;
	z-index: 9;
	position: absolute;
	width: 137px;
	height: 10px;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	font-size: 14px;
  }
  .pagination > li {
	display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
	font-size: 14px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
  }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
  }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
  }
  .ys_media * {
    text-indent: initial;
    margin: initial;
    padding: initial;
    line-height: initial;
}