/* top */
.top_c {
	/* position: fixed;
	z-index: 20;
	width: 100%;
	left: 0;
	top: -75px; */
	background: #fff;
	
	border-bottom: 1px solid #a49056;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.top_c.on {
	/* top: 0; */
}

.w940 {
	width: 94%;
	margin: auto;
}

.top_c .w940 {
	height: 100%;
	position: relative;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	max-width: 1300px;
}

.topflone span,
.topfrone span {
	font-size: 24px;
	color: #a49056;
	line-height: 24px;
}

.topfrone img {
	display: block;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.topflone p {
	color: #757474;
	margin-left: 8px;
}

.topcen {
	
}

.topfl{
	width:8%;
	padding:2% 0;
}

.search {
    width: 35%;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.search input {
    border: none;
    outline: none;
    background: none;
    display: block;
    flex: 1;
    padding-left: 1rem;
    font-size: .8rem;
    color: #333;
}

.search button {
    background-color: #a66b42;
    font-size: 1rem;
    color: #fff;
    width: 15%;
    text-align: center;
    display: block;
    border: none;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    cursor: pointer;
}

.logo1 {
	width: 57px;
}

.logo2 {
	max-width: 100%;
}

.logo3 {
	width: 66px;
}

.topfrdz {
	margin-left: 6px;
}

.topfrdz a {
	color: #757474;
	display: block;
}

.topfrdz a:nth-child(1) {
	margin-bottom: 6px;
}

.topfrone>a {
	color: #757474;
}

.nav_c {
	background: #575757;
	width: 100%;
	margin: 0 auto;
	height: auto;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.nav_c li{
	margin: 0 .5rem;
}
.nav_c li a {
	font-size: 1rem;
	color: #fff;
	padding: 1rem;
	height: 1rem;
	line-height: 1rem;
	display: block;
	
}
.nav_c li a.navlist_current,
.nav_c li a:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
.nav1line {
	margin: 0 30px;
	width: 1px;
	height: 12px;
	background: #081b47;
}

.gbshowdh,
.showdh {
	display: none;
}

.topfm {
	border: 1px solid #5f5f5f;
	border-radius: 50px;
	position: relative;
	padding-right: 30px;
	margin-left: 33px;
}

.topfm input {
	width: 136px;
	font-size: 12px;
	line-height: 22px;
	text-indent: 10px;
	background: none;
	border-radius: 50px;
}

.topfm button {
	position: absolute;
	right: 8px;
	top: 2px;
	background: #fff;
	color: #333;
	cursor: pointer;
}

.footer_logo{
	width:15%;
}
@media (max-width:1200px) {

	.topfrdz,
	.topflone p {
		display: none;
	}

	.top_c .w940 {
		height: 63px;
	}

	.logo1 {
		width: 46px;
	}

	.logo2 {
		width: 196px;
		margin: 0 48px;
	}

	.logo3 {
		width: 58px;
	}

	.nav_c {
		height: 26px;
	}

	.nav1line {
		margin: 0 20px;
	}
}

@media (max-width:1000px) {
	.topfm {
		display: none;
	}
}

@media (max-width:640px) {
	.top_c .w940 {
		height: 50px;
	}

	.topflone span,
	.topfrone span {
		font-size: 18px;
		line-height: 18px;
	}
	.topfl{
		width: 100%;
		display: contents;
	}
	
	.topfl a.toplogow{
		width: 20%;
	}

	.topfl .logo2 {
		width: 100%;
		margin: 0px;
	}

	.logo1 {
		width: 36px;
	}

	.logo3 {
		width: 42px;
	}

	.nav_c {
		position: fixed;
		display: flex;
		border-radius: unset;
		width: 100%;
		height: 95%;
		top: 51px;
		left: -100%;
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		-o-justify-content: flex-start;
		padding-top: 5%;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-o-align-items: flex-start;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	
	.top_c {
		position: fixed;
		z-index: 20;
		width: 100%;
		left: 0;
		top: 0;
	}
	
	.nav_c.on {
		left: 0;
		
	}

	.nav1line {
		display: none;
	}

	.nav_c li {
		text-align: center;
		padding: 10px 0;
		border-bottom: 1px solid #a49056;
		width: 100%;
		margin: 0 auto;
	}

	.showdh {
		display: block;
	}

	.topfm {
		display: block;
		margin: 18px auto 0;
	}
	.search{
		display:none;
	}
}

@media (max-width:340px) {
	.top_c .w940 {
		height: 48px;
	}

	.nav_c {
		top: 49px;
	}
}

/* 底部 */
.dbwrap {
	
}
.dbwrap img{
	max-width:100%;
}
/*footer*/
/*footer*/
.footer {
    width: 100%;
    background-color: #2b2e33;
    padding: 3rem 0;
}

.footer_con {
    max-width: 1400px;
    width: 98%;
    margin: 0 auto;
}

.copyrights {
    width: 100%;
    background-color: #15171a;
    padding: 1rem 0;
}

.copyrights_con {
    max-width: 1400px;
    width: 98%;
    margin: 0 auto;
}

.copyrights_con p {
    font-size: 1rem;
    color: #fff;
}

.footer_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-wrap: wrap;
}

.footer_phone p {
    font-size: 1rem;
    color: #fff;
}

.footer_phone span {
    font-size: 1.5rem;
    color: #fff;
    display: block;
    margin: 0.8rem 0 1rem 0;
}

.footer_phone {
    padding-left: 3rem;
    border-left: 1px solid #56595f;
}

.footer_button {
    width: 8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 35px;
    background-color: #2433e4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_button h4 {
    font-size: 0.8rem;
    color: #fff;
    margin-left: 0.3rem;
}

.footer_nav span {
    font-size: 1rem;
    display: block;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.footer_nav_ul ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer_nav_ul li {
    width: 48%;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.footer_nav_ul li a {
    font-size: 0.8rem;
    color: #ccc;
}

.footer_way span {
    font-size: 1rem;
    display: block;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.footer_way h4 {
    color: #ccc;
    font-size: 0.8rem;
}

.footer_way p {
    color: #ccc;
    font-size: 0.8rem;
}

.footer_way div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.8rem 0;
}

.ma {
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    margin: 1rem 0;
}

.ma img {
    width: 100%;
    vertical-align: middle;
}

.footer_nav {
    width: 15%;
    overflow: hidden;
}

.footer_button i {
    font-size: 0.8rem;
    color: #fff !important;
    margin-right: 0.3rem;
}

.footer_way i {
    margin-right: 0.5rem;
    color: #ccc;
}

/*底部结束*/

.dbtopul {
	padding-bottom: 28px;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}

.dbtopul li a {
	color: #fff;
}

.dbtopline {
	width: 1px;
	height: 12px;
	background: #fff;
	margin: 0 30px;
}

.dbbtm {
	margin-bottom: 36px;
}

.dbbtmfl {
	width: 38%;
}

.dbbtmfr {
	width: 42%;
}

.dbbtmfl h3 {
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 36px;
	text-align: center;
}

.dbbtmfl p {
	margin-bottom: 16px;
	text-align: center;
	color: #fff;
	line-height: 26px;
}
@media (max-width:780px) {
	.dbwrap {
	    padding-bottom: 1rem;
	}
	.footer_logo {
		width: 40%;
	}

	.footer_phone {
		width: 45%;
		padding-left: 10%;
	}
	.footer_nav{
		width: 100%;
		text-align: center;
		margin-top: 10%;
	}
	.footer_way{
		width: 100%;
		text-align: center;
		margin-top: 10%;
	}
}

/*news*/
.watch {
    padding-bottom: 3rem;
    width: 100%;
}
.type_title {
    margin: 0 auto 2rem auto;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.type_title h3 {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.type_title span {
    width: 4rem;
    height: 0.2rem;
    display: block;
    background-color: #bf7c2b;
    margin: 1rem auto 1rem auto;
}
.watch_con {
    max-width: 1400px;
    width: 98%;
    margin: 0 auto;
}

.watch_tab {
    margin-bottom: 3rem;
}

.watch_tab ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.watch_tab li {
    padding: 0.3rem 1rem;
    background-color: #e6e6e6;
    text-align: center;
    font-size: 1rem;
    color: #333;
    border-radius: 0.3rem;
    margin: 0.3rem 1rem 0.3rem 0;
    cursor: pointer;
}

.watch_current {
    background-color: #bf7c2b !important;
    color: #fff !important;
}

.watch_tablist_main {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.watch_left {
    width: 34%;
    overflow: hidden;
}
.zzz_main:nth-child(n+2) {
    display: none;
}

.watch_tablist {
    display: flex;
    justify-content: space-between;
}

.zzz {
    display: flex;
    justify-content: space-between;
}
.watch_center {
    width: 63%;
    overflow: hidden;
}
.watch_center ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.watch_center ul li{
	width:48%;
}
.watch_right {
    width: 32%;
    overflow: hidden;
}

.process {
    width: 100%;
    padding: 3rem 0;
    background-color: #fafafa;
}

.process_con {
    max-width: 1400px;
    width: 98%;
    margin: 0 auto;
}

.ta {
    width: 100%;
    padding-bottom: 3rem;
}

.ta_con {
    max-width: 1400px;
    width: 98%;
    margin: 0 auto;
}

.item {
    width: 100%;
    padding: 3rem 0;
}

.item_con {
    max-width: 1400px;
    width: 98%;
    margin: 0 auto;
}

.watch_left_bottom {
    margin-top: 2rem;
}

.watch_left_bottom li {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5rem 0;
    transition: all 0.3s;
}

.watch_left_bottom li:hover a h3 {
    color: #bf7c2b;
    transition: all 0.3s;
}

.watch_left_bottom_img {
    width: 30%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 22%;
}

.watch_left_bottom_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.watch_left_bottom_text {
    width: 67%;
    overflow: hidden;
}

.watch_left_bottom_text a h3 {
    font-size: 1.125rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.watch_left_bottom_text p {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.watch_left_top {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.watch_left_top:hover a h3 {
    color: #bf7c2b;
    transition: all 0.3s;
}

.watch_left_top_img {
    width: 100%;
    vertical-align: middle;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 46%;
    display: block;
}

.watch_left_top_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.watch_left_top_text a h3 {
    font-size: 1.25rem;
    color: #333;
    font-weight: bold;
    margin: 1rem 0 0.5rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s;
}

.watch_left_top_text p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.watch_time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.8rem;
}

.watch_time i {
    color: #999;
    margin-right: 0.4rem;
    font-size: 1rem;
}

.watch_time span {
    font-size: 0.8rem;
    color: #999;
}

.type_center .watch_left_bottom {
    margin-top: 0;
}

.type_center .watch_left_bottom li {
    margin: 0 0 1.5rem 0;
}

.type_right .main_right_center {
    margin: 1rem 0 0 0;
}

.type_right .main_right_center_box {
    padding: 1rem 2rem;
}

.watch_center li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    transition: all 0.3s;
}

.watch_center li:last-child {
    margin-bottom: 0;
}

.watch_center_time {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin-right: 1.3rem;
}

.watch_center_text {
    flex: 1;
}

.watch_center_time span {
    color: #111;
    font-weight: bold;
    font-size: 1.5rem;
}

.watch_center_time p {
    font-size: 0.8rem;
    color: #111;
    margin-top: 0.3rem;
}

.watch_center li:hover a h3 {
    color: #bf7c2b;
    transition: all 0.3s;
}

.watch_center_text a h3 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s;
}

.watch_center_text p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.watch_right {
    position: relative;
    overflow: hidden;
}

.watch_right_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 60%;
}

.watch_right_img img {
    width: 100%;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.watch_right_table {
    border: 1px solid #e5e5e5;
    margin-top: 1rem;
}

.watch_right_table h3 {
    font-size: 1rem;
    color: #fff;
    padding: 1rem 1rem;
    text-align: center;
    margin: 0 auto;
    background-color: #000;
}

.watch_right_table li {
    padding: 1rem 1rem;
    transition: all 0.3s;
    border-bottom: 1px solid #e5e5e5;
}

.watch_right_table li:last-child {
    border-bottom: none;
}

.watch_right_table li:hover a h4 {
    color: #bf7c2b;
    transition: all 0.3s;
}

.watch_right_table_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.watch_right_table_title a {
    display: block;
    margin-right: 1rem;
}

.watch_right_table_title a h4 {
    font-size: 1.125rem;
    color: #111;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s;
}

.watch_right_table p {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.3rem;
}
@media (min-width:960px) {
	.top7 {
		display: none;
	}
}
.top7 {
	width: 100%;
	padding: 6px 0px 6px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background: #fff;
	z-index: 11;
}

.top7yu {}

.top7a {
	width: 20%;
}

.top7a a,
.top7b a {
	width: 100%;
}

.top7ayu {
	height: 32px;
	margin-bottom: 6px;
	font-size: 32px;
	line-height: 32px;
	color: #4f4f4f;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	transition: transform 2s ease-out;
	cursor: pointer;
}

.top7ayu:hover,
.top7cyu:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.top7a span,
.top7b span {
	width: 100%;
	color: #404040;
	text-align: center;
	display: block;
	font-size: 18px;
	line-height: 20px;
}

.top7b {
	width: 20%;
}

.top7c {
	width: 60%;
}

.top7c a {
	width: 98%;
	background: #f77f00;
	height: 38px;
	border-radius: 19px;
	color: #fff;
}

.top7cyu {
	color: #fff;
	font-size: 24px;
	margin-right: 4px;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	transition: transform 2s ease-out;
	cursor: pointer;
}

.top7c span {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.top7e {
	width: 100%;
	margin: 0px auto 24px;
}

.top7e h3 {
	color: #f77f00;
}

@media (max-width:1200px) {

	.top7a span,
	.top7b span {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width:780px) {
	.top7c a {
		height: 32px;
		border-radius: 16px;
	}

	.top7a span,
	.top7b span {
		font-size: 14px;
		line-height: 15px;
	}

	.top7ayu {
		height: 22px;
		line-height: 22px;
		font-size: 22px;
		margin-bottom: 4px;
	}

	.top7cyu {
		font-size: 18px;
	}
}

.top7e {
	width: 100%;
	margin: 0px auto 24px;
}

.top7e h3 {
	color: #f77f00;
}

/*分页*/
.pagination{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagination a{
	padding:.5rem 1rem;
	border:1px solid #e5e5e5;
	color:#000;
}
.pagination a:hover,
.pagination a.page-num-current{
	background-color:#f77f00;
	color:#FFF;
}

/* 新闻知识样式 */
.news {
	width: 100%;
	padding: 32px 0px;
	background-color: #fcfcfc;
}

.news_nav_ul{
	
}

.news_nav_ul li{
	padding:.25rem 1rem;
	cursor: pointer;
	border-radius: 1rem;
	margin-right: 1rem;
	border: #3a3a3a 1px solid;
	color: #000;
}
.news_nav_ul li.active,
.news_nav_ul li:hover{
	color: #FFF;
	background-color: #3a3a3a;
}

.new {
	padding: 0;
}

.new_list {
	width: 30%;
	background: rgba(255, 255, 255, 1);
	padding: 32px 0px;
	border-radius: 20px;
	display: none;
}
.new_list.active{
	display: flex;
	width:100%;
}

.new_list .list_l{
	width:29%;
}
.new_list .list_l .l-item{
	margin-bottom: 1rem;
}
.new_list .list_l .l-item:nth-of-type(n+2) a{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: space-between;
}
.new_list .list_l .l-item:nth-of-type(n+2) .img{
	width: 30%;
}
.new_list .list_l .l-item:nth-of-type(n+2) .txt{
	width: 67%;
}
.new_list .list_l .l-item:nth-of-type(n+2) .txt h1{
	font-size:1rem;
}

.new_list .list_l h1{
	color:#333;
}
.new_list .list_l .txt-but{
	color:#444;
	margin: .5rem auto;
}
.new_list .list_l .time{
	color:#444;
}

.new_list .list_r{
	width:69%;
}

.new_list .list_r li{
	width:49%;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #333;
}

.watch_center_text h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s;
}

.new_bt {
	width: 100%;
	text-align: center;
	padding-bottom: 32px;
	line-height: 16px;
	line-height: 32px;
}

.new_bt span {
	text-transform: uppercase;
}

.new_list1 {
	width: 90%;
	border-bottom: 1px dashed #0C0407;
	margin: 0 auto;
	padding: 8px 0px;
}

.new_list1 a,
.new_list1 span.zsyu {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_list1 a:hover,
.new_list1 span.zsyu:hover {
	color: #000000;
}

.new_list1_l {
	width: 60%;
}

.new_list1_r {
	width: 30%;
}

.new_btn {
	width: 40%;
	border-radius: 10px;
	text-align: center;
	margin: 30px auto 0px;
	border: 1px solid #502D1B;
}

.new_btn:hover {
	background: #ffffff2b;
}

.new_btn a {
	width: 100%;
	line-height: 32px;
	cursor: pointer;
	border-radius: 10px;
	display: block;
}
@media screen and (max-width:780px) {
	.new_list .list_r,
	.new_list .list_l{
		width:100%;
	}
	.new_list .list_r li{
		width: 100%;
	}
	.watch_center_text h3{
		font-size: .85rem;
	}
	.watch_center_text p{
		font-size: .8rem;
	}
	.ma{
		display: none;
	}
}