/* Write your styles */
ul,
li,
dd,
dt,
dl {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

table{width:100%}
table,table tr td,th {
    border: 1px solid #999;    
    border-collapse: collapse;
}
table tr td {
    padding: 5px 15px;word-wrap:break-word;

}

html body{background: url(../../images/bjyqlj.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: auto;}

.am-list{background-color: none;}
a {

	color: #333333;
}

a:hover,
a:focus,
a:active {
	color: black;
	text-decoration: none;
}

a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

a:hover {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.newslist li{border-bottom:1px solid #CCC;}


/* placeholder限制 */
input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{
	color: transparent;
}
input:focus:-moz-placeholder,textarea:focus:-moz-placeholder{
	color: transparent;
}
input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{
	color: transparent;
}
input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{
	color: transparent;
}
/* placeholder限制 */

input{
	background: none;
	border: none;
}
input:focus{
	outline: none;
}


.w1600 {
	width: 1600px;
}

.maxw {
	max-width: 1920px;
}
.maxw .am-slider-a1 .am-control-nav{
	bottom: 26px;
}
.maxw .am-slider-a1 .am-control-nav li{
	margin: 0 10px;
}
.maxw .am-slider-a1 .am-control-nav li a{
	width: 12px;
	height: 12px;
}
.maxw .am-slider-a1 .am-control-nav li a.am-active{
	width: 50px;
	border-radius: 6px;
	background: #3b98ee;
}

.topm {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	Z-index: 1;
}
.search_for{
	width: 240px;
	border-radius: 24px;
	border: 1px solid #7b7b7b;
	overflow: hidden;
	position: relative;
	margin: 36px 20px 0 0;
}
.search_for::before{
	content: '';
	width: 1px;
	height: 22px;
	background-color: #7b7b7b;
	position: absolute;
	left: 180px;
	top: 50%;
	z-index: 10;
	margin-top: -11px;
}
.search_for .inputs{
	width: 180px;
	height: 48px;
	line-height: 48px;
	color: #000;
	box-sizing: border-box;
	padding: 0 10px 0 24px;
	float: left;
}
.search_for .btns{
	width: 58px;
	height: 48px;
	line-height: 48px;
	float: right;
	font-size: 0;
	cursor: pointer;
}

.topm nav {
	background-color: rgba(0, 0, 0, 0.3);
	height: 38px;
}
.topm nav ul{
	overflow: hidden;
	display: table;
	margin: 0 auto;
}
.topm nav ul li {
	float: left;
}
.topm nav a {
	display: block;
	width: 150px;
	height: 38px;
	line-height: 38px;
	color: #FFF;
	text-align: center;
	font-size: 1.6rem;
}
.topm nav a:hover {
	background: #000;
}
.topm nav ul li.act a{
	background: #000;
}

/* 顶部导航栏 sm */
.header_sm{
	display: none;
	width: 100%;
	background: #fff;
	overflow: hidden;
	/* position: fixed;
	left: 0;
	top: 0;
	z-index: 1000; */
}
.header_sm .logo{
	float: left;
	width: 160px;
	display: block;
	padding: 0 20px;
	margin-top: 6px;
}
.header_sm .logo>img{
	width: 100%;
}
.header_sm .nav_tab{
	float: right;
	padding: 0 30px;
	line-height: 50px;
	font-size: 0;
	cursor: pointer;
}
.header_sm .nav_tab>img{
	width: 20px;
}
.header_sm .navs{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2000;
	background: rgba(0,0,0,.8);
}
.header_sm .mask{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.header_sm .boxs{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1200;
}
.header_sm .boxs>a{
	font-size: 16px;
	color: #fff;
	display: block;
	width: 100%;
	line-height: 60px;
	padding: 0 30px;
	border-bottom: 1px solid #fff;
}
/* 顶部导航栏 sm */

.base_title{
	border-bottom: 2px solid #e9e7e7;
}
.base_title .inner{
	overflow: hidden;
	display: block;
}
.base_title .sign{
	float: left;
	font-size: 60px;
	color: #3b98ee;
	line-height: 74px;
}
.base_title .infos{
	color: #242424;
	float: left;
	margin-top: 24px;
}
.base_title .infos .t_c{
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
.base_title .infos .t_e{
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
.base_title .am-fr{
	font-size: 16px;
	color: #2d2d2d;
	line-height: 40px;
	margin-top: 24px;
	transition: all .3s;
}
.base_title .inner:hover .am-fr{
	color: #ff691f;
	padding-right: 4px;
}
.base_title.not a{
	cursor: auto;
}

.newslist li {
	padding: 0px;
	margin: 0px;
}

.newslist li a {
	padding: 6px;
	border-bottom: 1px solid #FFF;
}

.newslist a:hover {
	color: #ff691f;
	border-bottom: 1px solid #ff6a21;
}

.newslist i {
	color: #ff6a21;
	padding-right: 4px;
}

.newslist .am-list-date {
	margin-top: -6px;
}

.central_area{
	padding: 0 30px;
}
.index_xwdt a:hover .xwlist {
	background-color: #fff8f4;
}

.index_xwdt a:hover .am-fl {
	background-color: #ff691f;
	-webkit-transition: 1s all;
	transition: 1s all;
}

.index_xwdt ul{
	margin-top: 8px;
}
.index_xwdt ul li {
	margin-bottom: 24px;
}

.index_xwdt ul li .xwlist {
	height: 84px;
	width: 100%;
	background-color: #ebf5ff;
	border-radius: 12px;
}

.index_xwdt ul li .am-fl {
	width: 18%;
	height: 84px;
	text-align: center;
	background-color: #6bb5f7;
	border-radius: 12px;
	box-sizing: border-box;
}

.index_xwdt ul li .xwlist .am-fr {
	padding: 4px 14px;
	color: #666;
	width: 82%;
	font-size: 14px;
	box-sizing: border-box;
}
.index_xwdt ul li .xwlist .am-fr .am-text-xs {
	color: #999;
	width: 100%;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	font-size: 12px;
	margin-top: 4px;
}

.index_xwdt .time {
	font-size: 12px;	
	line-height: 24px;color:#FFF;
	margin-top: 4px;
}

.index_xwdt .time .big {
	font-size: 18px
}

.about_mine .inner{
	padding: 4px 0 20px;
}
.about_mine .details{
	width: 100%;
	height: 240px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: justify;
}

.contact_mine ul{
	margin-top: 4px;
}
.contact_mine li{
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	height: 24px;
	line-height: 24px;
	margin-bottom: 6px;
}
.contact_mine li span{
	float: left;
}
.contact_mine li .name{
	display: block;
	width: 58px;
	text-align: justify;
}
.contact_mine li i{
	display: inline-block;
	padding-left: 100%;
}
.contact_mine li .worth{
	margin-left: 8px;
}
.contact_mine li.on .name{
	width: auto;
	color: #ff691f;
	cursor: pointer;
}

.case_list{
	width: 100%;
	background: url(../../images/bjyqlj.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: auto;
}
.case_list2{
	width: 100%;
	background: url(../../images/bjyqlj.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: auto;
}
.case_list2 .unders img{max-width: 100%;border:1px solid #CCC; }
.case_list2 .unders li{padding:20px;}
.case_list2 .unders{padding-bottom: 30px;}

.case_list .am-g-fixed{
	padding: 60px 30px;
}
/*.case_list ul{
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(5,17.5%);
	justify-content: space-between;
	grid-row-gap: 30px;
}*/
.case_list li{
	/* cursor: pointer; */
	width: 100%;
}
.case_list li a{
	display: block;
}
.case_list li img{
	max-width: 100%;
}

.link_list{
	padding: 0 30px;
}
.link_list ul{
	overflow: hidden;
	margin-top: 10px;
}
.link_list li{
	float: left;
	position: relative;
	padding: 8px 1.2%;
}
/* .link_list li+li::after{
	content: '';
	width: 1px;
	height: 18px;
	background: #d6d6d6;
	position: absolute;
	left: -24px;
	top: 50%;
	z-index: 10;
	margin-top: -9px;
} */
.link_list li a{
	font-size: 14px;
	color: #6e6e6e;
}
.link_list li a:hover{
	color: #ff691f;
}

.zj_footer{
	width: 100%;
	background: #fafafa;
	padding: 16px 0;
}
.zj_footer .am-g-fixed{
	overflow: hidden;
	padding: 0 30px;
}
.zj_footer .logo{
	float: left;
}
.zj_footer .logo img{
	max-width: 100%;
}
.zj_footer .infos{
	float: left;
	height: 90px;
	line-height: 90px;
	font-size: 14px;
	color: #6e6e6e;
	padding-left: 40px;
	margin-left: 46px;
	position: relative;
}
.zj_footer .infos::before{
	content: '';
	width: 1px;
	height: 56px;
	background: #6e6e6e;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	margin-top: -28px;
}
.zj_footer .tops a{
	color: #6e6e6e;
	margin-left: 28px;
}
.zj_footer .tops a:hover{
	color: #ff691f;
}
.zj_footer .unders{
	margin-top: 14px;
}
.zj_footer .unders span{
	margin-right: 28px;
}

.am-gotop-fixed{
	width: 46px;
	bottom: 30px;
}
.am-gotop-fixed .am-gotop-icon-custom{
	max-width: 46px;
}

.base_page{
	padding: 0 30px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.base_page .am-u-lg-9{
	padding-left: 48px;
}
.sidebar_navs .item{
	display: block;
	width: 100%;
	line-height: 74px;
	border-radius: 14px;
	background: url(../../images/b3.jpg) no-repeat center;
	background-size: contain;
	font-size: 16px;
	font-weight:700;
	padding-left: 88px;
	color: #666666;
	margin-bottom: 18px;
	cursor: pointer;
	overflow: hidden;
	transition: all .3s;
}
.sidebar_navs .item:hover,.sidebar_navs .item.act{
	color: #ff6a21
}

.currents{
	width: 100%;
	font-size: 12px;
	color: #000;
	line-height: 40px;
	border-bottom: 1px solid #cccccc;
}
.currents a,.currents span{
	color: #000;
	cursor: pointer;
}
.currents a:hover,.currents span:hover{
	color: #ff6a21;
}
.base_page .details{
	display: none;
	overflow: hidden;
	margin-top: 40px;
}
.base_page .details .title{
	font-size: 30px;
	color: #000000;
	text-align: center;
	line-height: 40px;
}
.base_page .details .part{
	margin-top: 46px;
}
.base_page .details .part img{
	max-width: 100%;
}

/*分页*/
.page_box{
	width: 100%;
	text-align: center;
	padding-top: 40px;
}
.page_box .page{
	display: inline-block;
}
.page_box .m-style{
	position: relative;
	text-align: center;
	zoom: 1;
}
.page_box .m-style::before,.page_box .m-style::after{
	content: "";
	display: table;
}
.page_box .m-style::after{
	clear: both;
	overflow: hidden;
}
.page_box .m-style span{
	float: left;
	margin: 0 5px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #bdbdbd;
	font-size: 14px;
}
.page_box .m-style span.active{
	float: left;
	margin: 0 5px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #3b98ee;
	border: 1px solid #3b98ee;
	color: #fff;
	font-size: 14px;
}
.page_box .m-style a{
	float: left;
	margin: 0 5px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #fff;
	border: 1px solid #ebebeb;
	color: #bdbdbd;
	font-size: 14px;
}
.page_box .m-style a:hover{
	color: #fff;
	background: #3b98ee;
	border-color: #3b98ee;
}
.page_box .m-style a.next,.page_box .m-style a.prev{
	font-family: "Simsun";
	font-size: 16px;
	font-weight: bold;
}

.not_tip{
	text-align: center;
	font-size: 14px;
	color: #666;
	padding: 120px 0;
}

.contact_page .lists{
	margin-top: 40px;
}
.contact_page .lists li{
	font-size: 18px;
	color: #333;
	line-height: 26px;
	margin-bottom: 30px;
	padding-left: 2%;
}

/******************************* 媒体查询 *******************************/
/* portrait phones, less than 767.98px */
@media (max-width: 767.98px) {
	.maxw .am-slider-a1 .am-control-nav{
		bottom: 14px;
	}
	.maxw .am-slider-a1 .am-control-nav li a.am-active{
		width: 34px;
	}
	
	.case_list .am-g-fixed{
		padding: 30px;
	}
	
	.zj_footer .logo{
		float: none;
	}
	.zj_footer .infos{
		float: none;
		margin: 0;
		padding-left: 20px;
	}
	.zj_footer .infos::before{
		position: static;
	}
	.zj_footer .tops a{
		margin-left: 18px;
		display: block;
	}
	.zj_footer .unders{
		margin-top: 10px;
	}
	.zj_footer .unders span{
		margin-right: 18px;
		display: block;
	}
	
	.search_for{
		margin: 10px 14px 0 0 !important;
		float: right !important;
	}
	.case_list2 .unders li{padding:6px;}
/*	.case_list ul{
		grid-template-columns: repeat(3,30%) !important;
	}
	*/
	.contact_page .lists{
		margin-top: 20px;
	}
	.contact_page .lists li{
		font-size: 14px;
		margin-bottom: 14px;
	}
}

/* tablets, 768px and up */
@media (min-width: 768px) and (max-width: 991.98px) {
	.case_list .am-g-fixed{
		padding: 40px 30px;
	}
	
	.zj_footer .logo{
		float: none;
	}
	.zj_footer .infos{
		float: none;
		margin: 0;
		padding-left: 20px;
	}
	.zj_footer .infos::before{
		position: static;
	}
	.zj_footer .unders{
		margin-top: 10px;
	}
	.zj_footer .unders span{
		margin-right: 18px;
	}
}

/* desktops, 992px and up */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.central_area {
		padding: 0 16px;
	}
	.topm nav a{
		width: 110px;
	}

	.zj_footer .logo{
		float: none;
	}
	.zj_footer .infos{
		float: none;
		margin: 0;
		padding-left: 20px;
	}
	.zj_footer .infos::before{
		position: static;
	}
}

/* large desktops, 1200px and up */
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.topm nav a{
		width: 130px;
	}

	
	.index_xwdt ul li .am-fl{
		width: 20%;
	}
	.index_xwdt ul li .xwlist .am-fr{
		width: 80%;
	}
	.index_xwdt .time{
		font-size: 14px;
	}
	.index_xwdt .time .big{
		font-size: 28px;
	}
	
	.zj_footer .logo{
		width: 230px;
	}
	.zj_footer .infos{
		margin-left: 30px;
		padding-left: 30px;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) {
	
	.index_xwdt ul li .am-fl{
		width: 20%;
	}
	.index_xwdt ul li .xwlist .am-fr{
		width: 80%;
	}
	.index_xwdt .time{
		font-size: 14px;
	}
	.index_xwdt .time .big{
		font-size: 28px;
	}
}

@media (max-width: 1024px) {
	.header_sm{
		width: 100%;
		display: block;
	}
	.search_for{
		float: left;
		margin-left: 40px;
		width: 180px;
		border-radius: 24px;
		margin: 10px 0 0 40px;
	}
	.search_for::before{
		height: 12px;
		left: 81%;
		margin-top: -6px;
	}
	.search_for .inputs{
		width: 80%;
		height: 26px;
		line-height: 26px;
		padding: 0 10px;
		font-size: 14px;
	}
	.search_for .btns{
		width: 16%;
		height: 26px;
		line-height: 26px;
		text-align: center;
	}
	.search_for .btns img{
		width: 12px;
	}
	
	
	/* .sidebar_navs{
		overflow: hidden;
		display: flex;
		justify-content: center;
	}
	.sidebar_navs .item{
		flex: 1;
		padding: 10px;
		line-height: inherit;
		text-align: center;
		background-size: cover;
		font-size: 16px;
	}
	.sidebar_navs .item+.item{
		margin-left: 40px;
	} */
	.sidebar_navs{
		width: 50%;
	}
	.sidebar_navs .item{
		padding: 4px 10px;
		line-height: inherit;
		text-align: center;
		background-size: cover;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.base_page .am-u-lg-9{
		padding-left: 0;
	}
	
/*	.case_list ul{
		grid-template-columns: repeat(4,22%);
	}*/
}
