#yema {
	height: 25px;
	clear: both;
	text-align: center;
	margin-top: 50px;
}

.clear{
clear:both;
}
#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: #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
}

/*图片效果6*/

.top {
	overflow: hidden;
	width: 100%;
	height: 54px;
	background: #F5F5F5;
	font-size: 12px;
	color: #484848;
	position: relative;
	z-index: 999;
}
.top .tl {
	height: 54px;
	width: 240px;
	text-align: left;
	line-height: 54px;
}
.top .tr {
	height: 54px;
	width: 190px;
	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 .fw {
	width: 567px;
	height: 120px;
	font-family: "微软雅黑";
	font-size: 30px;
	line-height: 120px;
	font-weight: bold;
	color: #4796d8;
	text-align: right;
}
.nav {
	height: 50px;
	width: 100%;
	background: #108DEE;
	position: relative;
	z-index: 998;
}
.nav_main li {
	float: left;
	border: 1px solid #2899F0;
	border-top: none;
	border-bottom: none;
        font-size:16px;
        font-weight:bold;
}
.nav_main li.yiji_li:hover .nav_c {
	top: 50px;
	transition: 0.6s 0.1s top ease;
}
.nav_main li a{
	display: block;
	height: 50px;
	line-height: 50px;
	width: 131px;
	text-align: center;
	color: #fff;
	background: #108DEE;
	transition: 0.3s 0.1s background ease;
        font-size:16px;
        font-weight:bold;
}
.nav_main li a:hover {
	background: #1286DB;
	transition: 0.3s 0.1s background ease;
}
.nav_c {
	margin: 0;
	position: absolute;
	top: -310px;
	z-index: -1;
	transition: 0.3s 0.1s top ease;
}
.nav_c li.erji_li {
	border-top: none;
	border-bottom: 1px solid #2899F0;
	border-left: none;
	border-right: none;
	overflow: hidden;
	background: rgba(16,141,238,0.8);
	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: rgba(16,141,238,1);
}
.nav_c li a {
	display: block;
	text-align: center;
	width: 131px;
	height: 50px;
	line-height: 50px;
	color: #fff;
}
.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;
}
.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("/test/template/page/index/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(/test/template/page/index/fd1.png) no-repeat 86%;
	transition: 0.3s 0.1s background, border ease;
}
.banner .bn_an .ba_a:hover {
	background: url("/test/template/page/index/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("/test/template/page/index/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("/test/template/page/index/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);
}
.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("/test/template/page/index/fd2.png") no-repeat 86%;
}
.banner .bn_an .ba_b:hover {
	background: url("/test/template/page/index/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("/test/template/page/index/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;
        margin-bottom:10px;
}
.hot .hot_gz {
	width: 130px;
	font-size: 25px;
	text-align: center;
	line-height: 40px;
	padding-top: 20px;
	color: #077EDF;
	font-weight: bold;
	float: left;
}
.hot .hot_gz span {
	width: 100px;
	display: block;
	height: 27px;
	background: #077EDF;
	color: #fff;
	text-align: center;
	line-height: 27px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
}
.hot .hot_news {
	overflow: hidden;
	width: 800px;
	padding-top: 22px;
	padding-left: 60px;
}
.h_bt {
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}
.h_bt a{
font-size:20px;}
.cont {
	margin-top: 20px;
	overflow: hidden;
}
.cont .c_bka {
	height: 325px;
	width: 525px;
        float:left;
       
}

.am-tabs-bd {
	height: 298px;
	border: none;
}
.c_blnz {
	width: 145px;
	background: url("/test/template/page/index/1_17.png") no-repeat left center;
}
[data-am-widget=tabs] {
 margin:0;
}
.am-tabs-default .am-tabs-nav>.am-active a {
	background: #108DEE;
}
.cyc_cnw li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #F5F5F5;
	background: url("2ws_07.jpg") no-repeat left center;
	padding-left: 20px;
}
.cont .c_bkb {
	margin-top: 50px;
	overflow: hidden;
}
.jsllbt {
  height: 40px;
  background: url(http://demo6972.adashuo.com/skin/img/jzjn_07.jpg) 0% 100% no-repeat;
  width: 380px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}
.c_jzbt {
	height: 40px;
	background: url("/test/template/page/index/jzjn_07.jpg") no-repeat bottom;
	width: 870px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.c_jzbt .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}
.c_jzbt a {
	width: 12px;
	height: 30px;
	background: url("/test/template/page/index/1_22.jpg") no-repeat center;
}
.c_jznr {
	height: 340px;
}
.c_jnnl {
	width: 420px;
	padding-top: 15px;
	margin-top: 0;
}
.c_jnnl li {
	height: 40px;
	border-bottom: 1px dashed #F5F5F5;
	line-height: 40px;
	padding-left: 15px;
	background: url("/test/template/page/index/dd_11.jpg") no-repeat left center;
}
.c_xxt {
	height: 40px;
	background: url("/test/template/page/index/jzjn_07.jpg") no-repeat bottom left;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.c_xxt .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}
.c_xxt a {
	width: 12px;
	height: 30px;
	background: url("/test/template/page/index/1_22.jpg") no-repeat center;
}
.dbxgn {
	width: 300px;
	margin-top: 27px;
}
.dbxgn li {
	padding: 0 5px;
	float: left;
	margin-bottom: 15px;
}
.dbxgn li a {
	display: block;
	background: #108DEE;
	border-radius: 5px;
	width: 90px;
	height: 78px;
	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: 60px 0 30px 0;
}
.c_bkct {
	height: 40px;
	background: url(/test/template/page/index/ddbx_14.jpg) no-repeat left bottom;
	width: 1200px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.c_bkct .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}
.c_bkct a {
	width: 12px;
	height: 30px;
	background: url("/test/template/page/index/1_22.jpg") no-repeat center;
}
[data-am-widget=tabs] .xxzndg {
	width: 420px;
}
.am-tabs-d2 .xxzndg {
	background: none;
}
.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: #0E90D2;
}
.xxzndg li {
	margin-right: 20px;
}
.am-tabs {
	margin-top: 10px;
	position: relative;
}
.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;
}
.nyszz {
	margin-top: 60px;
}
.mdzznzz ul li {
	float: left;
	margin-right: 26px;
	margin-bottom: 32px;
}
.mdzznzz ul li a {
	width: 280px;
	display: block;
	overflow: hidden;
}
.mdzznzz ul li a .wydnb {
	opacity: 0;
	position: absolute;
	z-index: 10;
}
.mdzznzz ul li a:hover .wydnb {
	opacity: 1;
}
.am-tabs-default .am-tabs-nav a:hover {
	background: #52B4FF;
	color: #fff;
}
.mdzznzz ul li a .gcbt {
	display: block;
	height: 57px;
	padding: 0 20px;
	line-height: 57px;
	text-align: center;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-family: "Microsoft YaHei";
}
.mdzznzz ul li a:hover .gcbt {
	background: #077EDF;
	color: #fff;
}
.nyszz {
	height: 100%;
}
.c_bkd {
	height: 380px;
	background: #fff;
        clear:both;
}
.jsjl {
	float: left;
	width: 380px;
	margin-top: 50px;
	margin-right: 40px;
}
.jsjl1 {
	float: right;
	width: 350px;
	margin-top: 50px;
	
}
.jsllbt {
	height: 40px;
	background: url("/test/template/page/index/jzjn_07.jpg") no-repeat left bottom;
	width: 380px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.zwbtz {
	height: 40px;
	background: url("/test/template/page/index/jzjn_07.jpg") no-repeat left bottom;
	
	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;
        font-size:14px;
	
}
.jsllb li {
	height: 40px;
	border-bottom: 1px dashed #F5F5F5;
	line-height: 40px;
	padding-left: 15px;
	background: url("/test/template/page/index/dd_11.jpg") no-repeat left center;
font-size:14px;
}
.jsllb li a{
font-size:14px;}
.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("/test/template/page/index/jzjn_07.jpg") 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("/test/template/page/index/1_22.jpg") 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("/test/template/page/index/1_73.png") no-repeat 35% center;
}
.am-panel-title {
	font-size: 16px;
	color: #fff;
	padding-left: 150px;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	line-height: 42px;
}
.am-panel-bd {
	margin-top: 10px;
}
.c_bke {
	overflow: hidden;
	background: #F5F5F5;
}
.c_bkebt {
	height: 40px;
	background: url("/test/template/page/index/ddbx_14.jpg") 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("/test/template/page/index/edjt_03.jpg") no-repeat center;
}
.c_bkebt a.ywfr {
	width: 12px;
	height: 30px;
	
}
.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%;
	height: 100px;
	background-color:rgba(16,141,238,0.5);
	padding-top: 40px;
	
}
.ssnb {
	height: 90px;
	line-height: 50px;
	padding-top: 40px;
	overflow: hidden;
}
.dbdh li {
	float: left;
	padding-right: 40px;
}
.dbdh li a {
	color: #fff;
}
.egwm {
	height: 211px;
	margin-top: 75px;
}
.egwm .ewmtpw {
	float: left;
}
.egwm .lxfsa {
	float: left;
	padding-left: 40px;
}
.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;
}
.dbxx {
	font-size: 14px;
	color: #fff;
}
.dbxx a {
	color: #fff;
}
/*内页*/
.bannern {
	height: 284px;
	background: url("/test/template/page/index/1_10.jpg") 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: 252px;
	float: left;
}
.ny_nav_chb {
	position: fixed;
	top: 0;
}
.ny_zqw {
	width: 898px;
	float: right;
}
.ny_nav .wjssbt {
	width: 252px;
	height: 113px;
	background: url("fqfm_05.jpg") no-repeat center;
	color: #fff;
	font-size: 26px;
	line-height: 113px;
	text-align: center;
}
.ny_nav .wjssbtt {
	overflow: hidden;
	width: 252px;
	height: 106px;
}
.wjsndh {
	margin: 0;
}
.wjsndh li {
	border-bottom: 1px solid #D3D3D3;
	width: 252px;
	height: 51px;
}
.wjsndh li a {
	display: block;
	height: 50px;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 50px;
	padding-left: 20px;
	-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: 20px;
	-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: 20px;
	color: #818181;
	font-family: "Microsoft YaHei";
}
.nw_top .top_mbx {
	background: url("/test/template/page/index/fqfm_08.jpg")no-repeat left center;
	padding-left: 20px;
}
.nw_top .top_mbx a {
	font-size: 12px;
}
.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%;
	word-wrap: normal; /* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
        color:#999;
        font-size:14px;
}
.sjggw {
	display: block;
	width: 80%;
	word-wrap: normal; /* for IE */
	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 #108DEE;
	font-size: 12px;
	color: #108DEE;
	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("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("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 solid #EAEAEA;
}
.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;
}
.wjzlb li:hover .wjll .wjlbt {
	color: #118def;
}
.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("fqfm_22.jpg") no-repeat center;
}
.wjzlb li a:hover {
	color: #118DEF;
}
.wjzlb li a:hover .wjlr {
	background: url("gbdl_22.jpg") no-repeat center;
}
.yemmm {
	width: 100%;
	height: 130px;
	line-height: 130px;
	text-align: center;
}
.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;
}
/*案例*/
.jsanl {
	overflow: hidden;
}
.jsanl li {
	width: 288px;
	float: left;
	overflow: hidden;
	margin-right: 17px;
	margin-top: 20px;
}
.jsanl li a img {
	display: block;
	width: 288px;
	height: auto;
	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;
}
.jsanl li a:hover .jsalnr {
	background: #118DEF;
	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: #6FC1FF;
	transition: background 0.4s;
	-moz-transition: background 0.4s;	/* Firefox 4 */
	-webkit-transition: background 0.4s;	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}
.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: 12px;
	color: #333;
	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;
	text-align: center;
	background: #DEDEDE;
	font-size: 12px;
	transition: background 0.4s;
	-moz-transition: background 0.4s;	/* Firefox 4 */
	-webkit-transition: background 0.4s;	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}
.bjbld {
	overflow: hidden;
	padding: 0 0 30px 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: 16px;
	color: #333;
	font-weight: bold;
}
.xqbtnm {
	height: 52px;
	border-bottom: 1px dashed #CCCCCC;
	line-height: 52px;
	margin-bottom: 20px;
}
.rqds {
	display: block;
	padding: 0 25px;
	background: url("xxdtb_03.jpg") no-repeat left center;
}
.ckrs {
	display: block;
	padding-left: 25px;
	width: 115px;
	background: url("xxdtb_05.jpg") no-repeat left center;
}
.ybfh {
	display: block;
	padding-left: 25px;
	width: 85px;
	background: url("xxdtb_07.jpg") no-repeat left center;
}
.xqxq {
	line-height: 30px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}
.xqxq p {
	margin-bottom: 20px;
	text-indent: 2em;
}
.xypxq {
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.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: 100px;
	right: 10px;
	bottom: 20px;
}
.am-slider .am-slides img {
	width: auto;
}
.am-slider-a2 .am-control-nav li {
	margin: 0 4px;
}
.am-slider-a2 .am-control-nav li a {
	width: 12px;
	height: 12px;
}
.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%;
	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 {
	
      
}
.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: 100%;
}
.ndscc li a .fdydb {
	width: 280px;
	transition: all 0.3s;
}
.ndscc li a:hover .fdydb {
	transform: scale(1.1);
}
.fdyxb {
	width: 280px;
	height: 194px;
	overflow: hidden;
	text-align: center;
}
.jkzs {
	display: none;
}
.jkzx {
	display: block;
}

/*手机版*/
@media all and (max-width: 767px) {
.n_cont {
	padding-top: 0;
}
.sbanner {
	width: 100%;
	height: 260px;
}
.ddsgg {
	height: 260px;
}
.lsjl li {
	width: 100%;
}
.lsjl {
	display: none;
}
.aygd {
	top: -63px;
}
.am-tabs-d2 .am-tabs-nav a {
	font-size: 14px;
}
[data-am-widget=tabs] .xxzndg {
	width: 100%;
}
.xxzndg li {
	margin-right: 0;
}
.sjbzn {
	width: 75%;
	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 {
	padding: 10px 0 15px 0;
}
.top {
	display: none;
}
.am-tabs {
	margin-top: 24px;
}
.head {
	width: 100%;
	height: 80px;
}
.jz {
	width: 90%;
	overflow: hidden;
        color:#666;
}
.nav {
	display: none;
}
.cont {
	width: 100%;
	margin-top: 0;
}
.head .jz .fw {
	display: none;
}
.head .jz .p_sj {
	width: 70vw;
	background: none;
	height: 80px;
	line-height: 80px;
}
.nrns {
	display: none;
}
.sypa {
	width: 90%;
}
.xypa {
	width: 90%;
}
.xqxq img {
	width: 100%;
}
.head .jz .p_sj img {
	width: 100%;
}
.am-menu-dropdown1 .am-menu-toggle {
	top: -62px;
	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;
}
.p_sjb {
	display: block;
}
.cont .c_bkb {
	margin-top: 20px;
}
.c_jzjn {
	float: none;
}
.c_jzbt {
	width: 100%;
	background: url(jzjn_07.jpg) no-repeat left bottom;
}
.c_jnnl {
	width: 100%;
	display: none;
}
.p_sjc {
	display: none;
}
.p_sjd {
	display: block;
}
.c_xxzn {
	float: none;
	margin-top: 20px;
}
.c_xxt {
	width: 100%;
}
.cont .c_bkb {
	margin-top: 20px;
}
.c_jznr {
	height: auto;
	overflow: hidden;
}
.dbxgn {
	width: 100%;
}
.dbxgn li a {
	width: 100%;
}
.am-tabs-bd {
	height: auto;
}
.cont .c_bka {
	height: auto;
}
.c_bkct {
	width: 100%;
}
.nyszz {
	margin-top: 30px;
}
.mdzznzz ul li {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.mdzznzz ul li a {
	width: 100%;
}
.ndscc {
	display: none;
}
.c_bkc {
	height: auto;
}
.ndscd {
	display: block;
}
.wydnb {
	display: none;
}
.mdzznzz ul li a {
	height: auto
}
.ndscd li a img {
	width: 100%
}
.c_bkd {
	height: auto;
}
.c_bkc {
	padding-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-left: 0;
	margin-top: 20px;
	overflow: hidden;
}
.dbxx {
	margin-top: 20px;
}
.bannern {
	height: 200px;
	text-align: center;
}
.nbnbte {
	padding-top: 58px;
}
.am-sticky-placeholder {
	display: none;
}
.ny_zqw {
	width: 100%;
	float: none;
}
.nw_top .top_tzbt {
	display: none;
}
.nw_top .top_mbx {
	float: none;
	font-size: 12px;
}
.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 {
	display: block;
	float: none;
}
.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: 100%;
	float: none;
	margin-right: 0;
}
.dpdzfd {
	height: auto;
}
.jsanl li a img {
	width: 100%;
	height: auto;
}
.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;
}
.ddtts {
}
.dbxgn li {
	margin-right: 15px;
	float: left;
	width: 47%;
	margin-bottom: 15px;
}
.bzns td {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	width: 102px;
}
.ddtts {
	width: 100%;
	height: 350px;
}
.ny_nav {
	display: none !important;
}
.cdwzzx {
	width: 80%;
}
.cdwzzx {
	width: 75%;
}
.jkzx {
	display: none;
}
.jkzs {
	display: block;
}
}




/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "Microsoft YaHei";
        color:#666;
}
.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;
}
.jz {
	width: 1200px;
	margin: 0 auto;
}
a {
	color: #3C3C3C;
	font-family: "微软雅黑";
}
/* Write your styles */
.am-tab-panel_more {
	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;
}
.am-tab-panel_more:hover {
	background-color: #108dee;
	color: #ffffff;
}
.am-tab-panel_more span {
	font-family: SimSun;
}


.am-slider {
	margin: 0;
	padding: 0
}
.am-slider .am-slides:after, .am-slider .am-slides:before {
	content: " ";
	display: table
}
.am-slider .am-slides:after {
	clear: both
}
.am-slider .am-slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative
}
.no-js .am-slider .am-slides>li:first-child {
	display: block
}
.am-slider .am-slides img {
	width: 100%;
	display: block
}
.am-pauseplay span {
	text-transform: capitalize
}
.am-slider {
	position: relative
}
.am-viewport {
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}
.am-slider-carousel li {
	margin-right: 5px
}
.am-control-nav {
	position: absolute
}
.am-control-nav li {
	display: inline-block
}
.am-control-thumbs {
	position: static;
	overflow: hidden
}
.am-control-thumbs img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}
.am-slider-slide .am-slides>li {
	display: none;
	position: relative;}
/*测试bannertbanner*/

/**banner图**/
.slideBox2{ width:100%; overflow:hidden; position:relative; min-width:1200px;margin:0 auto;}
.slideBox2 .hd {bottom:6px; height: 15px;overflow: hidden;  position: absolute;left:45%;z-index: 1;}
.slideBox2 .hd ul{ overflow:hidden; zoom:1; float:left;}
.slideBox2 .hd ul li{ border-top-left-radius:4px; border-top-right-radius:4px; border-bottom-right-radius:4px; border-bottom-left-radius:4px; float:left; margin-right:16px;  width:6px; height:6px;  line-height:10px;  text-align:center;  background:#fff;cursor:pointer; list-style:none; }
.slideBox2 .hd ul li.on{ border-top-left-radius:4px;border-top-right-radius:4px; border-bottom-right-radius:4px; border-bottom-left-radius:4px;  background:#fff;  color:#fff; width:20px}
.slideBox2.bd{ position:relative; height:100%; z-index:0;min-width:1200px;margin:0 auto;}
.slideBox2 .bd li{ zoom:1; vertical-align:middle;position:relative; }
.slideBox2 .bd li a{display:block;width:100%;}
.slideBox2 .bd img { display: block;  height: auto;  width:100%;}
#banner
{
    position: relative;
    width: 100%;
    height: 350px;
   
    overflow: hidden;
}
#banner_list img
{
    border: 0px;
    width: 100%;
    height: 350px;
}
#banner_bg
{
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 30px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    z-index: 1;
    cursor: pointer;
    width: 100%;
}

#banner_info
{
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 22px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    font-size: 15px;
}
#banner_text
{
  display:none;
 position: absolute;
    z-index: 3;
    right: 36%;
    bottom:20px;
    font-size: 45px;
  color: #fff;
  
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 2px 2px #000;
}
#banner_text a{
 font-size: 45px;
  color: #fff;

}
#banner ul
{
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=60);
    Opacity: 0.6;
    z-index: 4;
    margin: 0;
    padding: 0;
    bottom: 3px;
    right: 5px;
}
#banner ul li
{
 	float: left;
	display: block;
	color: #FFF;
	cursor: pointer;
	margin-left: 2px;
	background-color: #0099CC;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#banner ul li.on
{
    
}
#banner_list a
{
    position: absolute;
}



/*选项卡*/

.tabox{width:600px;float:right;border-top:2px solid #077EDF;}
.tabox .hd{overflow:hidden;background:url(/test/resource/cms/2019/03/img_pc_site/2019032515334680206.png) 0 -32px #efefef;border-left:1px solid #ddd;}
.tabox .hd li{position:relative;margin-left:-1px;height:37px;line-height:37px;text-align:center;width:198px;float:left;border:1px solid #ddd;border-top:0;font:normal 14px/37px "Microsoft YaHei";_font-weight:bold;cursor:default;}
.tabox .hd li.on{width:200px;background:#fff;border-bottom:1px solid #fff;color:#c00;}
.tabox .bd{height:290px;border:1px solid #ddd;border-top:0;}
.tabox .lh{overflow:hidden;}
.tabox .lh li{
  width:600px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed rgb(245, 245, 245);
  background: url(http://demo6972.adashuo.com/skin/img/2ws_07.jpg) 0% 50% no-repeat;
  padding-left: 20px;
  margin-right:15px;
  margin-left:10px;
  font-size:14px;
}
.tabox .lh li a{

  font-size:14px;
}
/*选项卡*/




/*列表页*/
.listmain{
width:1200px;
margin:10px auto;
}
.hdmain{
	
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
	padding-right: 18px;
	padding-left: 144px;
}


.list_left{float:left;width:342px; min-height:80px;

border:1px solid #AFD3EB;
margin-top:10px;margin-left:5px;}
.list_left1{float:left;width:241px;min-height:180px;background-color:#FFFFFF;}
.list_left11{float:left;width:242px;height:34px;background-color:#AFD3EB;color:#333;

}
.list_left12{float:left;width:242px; min-height:40px;}


.list_right_h{
	float:left;
	width:840px;
	height:27px;
	background-image:url(/eportal/fileDir/jyvtc/template/page/index_index/LIST_4.jpg);
	background-repeat: repeat-x;
}
.list_right_h_1{float:left;width:22px;height:27px;}
.list_right_h_2{float:left;width:691px;height:27px;}
.list_right_h_3{float:left;width:10px;height:27px;}

.list_left12 ul{

margin-top:10px;
}

.list_left12 li{

margin-left:10px;padding-right:10px;height:42px;line-height:42px;
font-weight:bold;
text-align:center;
background-image:url(/eportal/fileDir/jyvtc/template/page/index_index/LIST_2.jpg);
background-repeat: no-repeat;
font-size:14px;
}


.list_left12 li:hover{

margin-left:10px;padding-right:10px;height:42px;line-height:42px;
font-weight:bold;
text-align:center;
background-image:url(/eportal/fileDir/jyvtc/template/page/index_index/LIST_3.jpg);
background-repeat: no-repeat;
color:#fff;
}
.list_left12 a:hover{
color:#fff;
}

.list_left2{ float:left; width:242px; background-color:#FFFFFF;height:263px;  }
.list_left2_1{ float:left; width:242px; height:27px;margin-top:8px; background-image:url(/eportal/fileDir/jgx/template/page/index_index/jmx_r8_c2.jpg)}
.list_left2_2{ float:left; width:242px; height:240px; }

.list_right{
	float:right;
	width:840px;
	margin-top:10px;
margin-right:5px;
	background-color:#FFFFFF;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #AFD3EB;
	border-bottom-color: #AFD3EB;
	border-left-color: #AFD3EB;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.list_right_h a{color:#3B3B3B;text-decoration:none;padding-left:10px;}

.list_right_h {
	line-height: 30px;
	height: 30px;
}

.list_right_h_1{float:left;width:22px;height:27px;}
.list_right_h_2{
	width:100%;
	height:30px;
	line-height: 30px;
	color: #FFF;
	margin-bottom: 10px;
}
.list_right_h_3{float:left;width:10px;height:27px;}

.list_right_r{
	float:left;
	min-height:480px;
	background-color:#FFF;
	margin-left: 8px;
}
.list_right li{padding-left:30px;padding-right:10px;height:40px;line-height:40px;border-bottom:1px dashed #e3e3e3;}
..list_right li a{font-size:14px;}
.list_left2_1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #808182;
	text-align: center;
	height: 40px;
	width: 245px;
	margin-top: 5px;
	line-height: 40px;
}
.list_left2_2 {
	text-align: center;
	width: 241px;
	border: 2px solid #808182;
}
.list_left2_2 {
	line-height: 40px;
	font-size: 12px;
	text-align: left;
}
.list-right_r_1 {
	font-size: 12px;
	line-height: 25px;
	color: #666;
	background-color: #edcf03;
	height: 25px;
	margin-top: 10px;
	padding-left: 200px;
}
/*列表页*/


/*详细页*/
.xl_right{
	float:left;
	width:100%;
	background-color:#FFFFFF;
	margin-left:0px
}

.content {
	font-size: 12px;
	line-height: 25px;
	color: #333;
	width:740px;
	background:#FFF;
	margin-right: auto;
	margin-left: auto;
    float:right;

}
.content .ctitle {
        width:80%;
        margin:0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
    }

.ctitle font{font-size: 16px;}
.content .cauthor {
	line-height: 25px;
	color: #000;
	text-align: center;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content .contentmain {
	font-size: 12px;
	line-height: 25px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
		min-height:200px;
}
.contentmain P{
	text-indent: 2em;
	margin: 0px;
	padding: 0px;
	
		
	}
	.content .crelative {
	line-height: 25px;
	background-color: #fff;
	padding-left:50px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content_main1
{
width:99%;
border-left:1px solid #83a79f;
border-right:1px solid #83a79f;
border-bottom:1px solid #83a79f;
height:600px;
clear:both;
}
#pannel33 li{width:380px;margin-right:10px;float:left;}

/*详细页*/



.ejy_bg{width:100%;}
.ejnr_bg{max-width: 1920px; margin: 0 auto;background-color: #f8f7f7;}
.pic_news_ej{ width: 280px;margin-top: -106px;position: relative; z-index: 20;}
.txt_news_ej{width:915px;background: #fff;margin-top: 42px;margin-bottom:20px;}
.banner_ej,.tout{min-width:1200px;}
/**主要内容**/
.wz_conetnt{padding: 25px;text-align: justify; line-height: 25px;  margin-left: 10px;}
.wz_content_tp{float: left;margin: -260px 36px 0 0;}
.wz_content_main{line-height:30px;}
.wz_content_main p{color: #000;font-size: 14px;/**text-indent: 2em;**/}
.list_right_r{width:820px;}
.list_image{width:255px;}
.list_image_title{margin-left:-44px;}
/**banner**/ 
.tout img{width:100%;}
/*二级页新闻列表*/
.NEWSlISTUL {padding:30px;PADDING-BOTTOM: 0;}
.NEWSlISTUL li { height: 40px; line-height: 40px; }
.NEWSlISTUL li a, .NEWSlISTUL li span { line-height: 40px; *line-height: 38px; font-size: 14px; color: #5e5e5e; }
.NEWSlISTUL li a { float: left; }
.NEWSlISTUL li span { float: right; }
.NEWSlISTUL li {padding: 0 15px; }
.NEWSlISTUL li:hover{background-color:#eee;}
.NEWSlISTUL li:hover a, .NEWSlISTUL li:hover span { color: #385b93; }
.DANPIAN{padding:20px;border:1px solid #ccc;}
.DANPIAN *{font-size:16px;line-height:26px;color:#555;}
.comwidth{width: 1200px;margin: 0 auto;}
.clearfix:after{content:".";display:block;height:0;font-size:0em;line-height:0;visibility:hidden;clear:both;}
.clearfix{zoom:1;}
.txt_news_sj {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  box-shadow: darkgrey 0px 5px 10px;
  margin-bottom: 10px;
  padding: 20px;}
.easysite-bread-nav p {
  padding: 8px 15px;
  font-size: 14px;
  font-family: "simhei";
  color: #888;
  background-color: #eee;}
.easysite-news-title h2 {
  font-size: 24px!important;
  color: #000!important;
  padding: 33px 0 6px!important;
  background: none;
  clear: both;
  height: 100%;
  font-weight:bold;
  font-family: "Microsoft YaHei";
  font-weight: normal;}

.txt_news_sj {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  box-shadow: darkgrey 0px 5px 10px;
  margin-bottom: 10px;
  padding: 20px;}
.easysite-bread-nav p {
  padding: 8px 15px;
  font-size: 14px;
  font-family: "simhei";
  color: #888;
  background-color: #eee;}
.easysite-news-title h2 {
  font-size: 24px!important;
  color: #000!important;
  padding: 33px 0 6px!important;
  background: none;
  clear: both;
  height: 100%;
  font-weight: normal;}
.easysite-news-title {
 
  text-align: center;
}
.easysite-news-text p {
  line-height: 30px;
  color: #333;
  font-size: 14px;
  margin-bottom: 15px;
  text-indent: 2em;
}
.easysite-news-describe p {
  font-size: 12px;
  color: #595757;
 text-align:center;
  padding:0px;
margin:0px;
 text-indent: 0em;
 
}
.more{
margin-right:15px;
color:#999;
margin-top:10px;
margin-bottom:10px;
text-align:right;
}
.more a{
color:#999;
}


.easysite-bread-nav p {
    padding: 8px 15px;
    font-size: 14px;
    font-family: "simhei";
    color: #888;
    background-color: #eee;
}
.easysite-news-title {
    border-bottom: 2px solid #dcdcdc;
    text-align: center;
}
.easysite-news-title h2 {
    font-size: 24px!important;
    color: #000!important;
    padding: 33px 0 6px!important;
    background: none;
    clear: both;
    height: 100%;
    font-weight: normal;
}
.easysite-news-describe {
    font-size: 12px;
    padding: 16px 0 19px;
    color: #595757;
}
.easysite-share {
    text-align: right;
    padding: 12px 0 20px;
    height: 19px;
    line-height: 15px;
}
.easysite-news-text p {
    line-height: 30px;
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
}
.easysite-news-content{ width:90%;margin: 0 auto;margin-top:20px;}
.easysite-news-operation {
    border-top: 2px solid #eeeeee;
    padding-top: 10px;
}
.optn_two {
    padding: 10px;
    text-align: center !important;
    float: none !important;
}
.optn_two span {
    margin: 0 10px;
    float: none !important;
}
.easysite-operation-foot span {
    float: left;
    position: relative;
    padding: 3px 8px;
    color: #595757;
    cursor: pointer;
}
.easysite-operation-foot .easysite-print i {
    background-position: 0 -19px;
    width: 16px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 7px 0 0;
}
.content_xl{

    width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: darkgrey 0px 5px 10px;
    margin-bottom: 10px;
    padding: 20px
}
.KSS_btnBox ul{
display:none;}
.KSS_titleBar h2{
display:none;}
.KSS_titleBar{
display:none;}
.yqlj{
margin:top:20px;}

@media screen and (max-width:568px){
        .body{
           overflow-x:hidden;
          }
        /**首页**/
	.head{
            width: 100%;
         }
         .head div{
              width:98%;
              > div {
                width:98%;
                > div {
                 width:98%
               }
             }
          }
         .head_top{display:flex}
         .head1 img{
            width:105%
         }
         .head2{
              height:120px;  
         }
         .center {width:100%}
         .center div{
             width: 98%;
             > div{
               width:98%;
               > div{width:100%}
              }
         }
         #demo {width:100%}
         .listmain{width:100%}
        .foot{width:100%}
        .foot div{
            width:98%;
            > div{
               widht:98%
            }  
         }
        /**首页**/
       
       /**二级页面**/
       .main{display: flex;flex-direction: cloumn;flex-wrap:wrap}
       .main{width:100%}
         .main div{
             width: 98%;
             > div{
               width:98%;
               > div{width:100%}
              }
         }
         .listmain > .list_right {
            order: 1;
            margin-left:2px;
            width:100%;
         }
          .listmain > .list_left {
            order: 2;
            width:100%
         }
       /**二级页面**/

      /**细览页面**/
      .xl_right{width:100%}
       .xl_right div{
             width: 98%;
             > div{
               width:98%;
               > div{width:100%}
              }
      } 
      /**细览页面**/
      html,body{overflow:hidden;overflow-y:auto}  
}