* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

option {
	border: none;
}
.xiaxuan {
   display: flex;
       justify-content: end;
       height: 100%;
       align-items: center;
       margin-right: 20px;
}
.dropbtn {
    background-color: #1A1A1A;
    color: #fff;
    /* padding: 16px; */
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
   
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropbtn svg{
	width: 16px;
	height: 18px;
}
.dropdown-content {
    display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        left: 50%;
        top: 38px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #61110A; color: #fff;}

.show {display:block;}
.top_tou .bar{
	height: 100%;
	overflow: inherit;
	transition: all 0.3s;
}
.white_head .top_tou .bar{
	overflow: hidden !important;
}
/*分页*/
.pagination {
    padding-top: 40px;
    text-align: center;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}
.pagination span, .pagination a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 18px;
    color: #333333;
    cursor: pointer;
    background-color: #f8f8f8;
    font-weight: 600;
}
.pagination .disabled span, .pagination .disabled a {
    color: #666;
}
.pagination .active span, .pagination .active a {
    background-color: #333333;
    color: #fff;
}
.jkjk a{
    color:#333333 !important;
}
/* 字体 */
@font-face {
	font-family: zi1;
	src: url('../ziti/behance-64035f9fd7a1f.otf');
}
/*修改滚动条样式*/
::-webkit-scrollbar {
	width: 10px;
	height: 5px;
	/**/
}
::-webkit-scrollbar-track {
	/* background: rgb(239, 239, 239); */
	border-radius: 2px;
	background-color: #f7f7f7;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #ccc;
}

::-webkit-scrollbar-thumb {
	background: #CCCCCC;
	border-radius: 10px;
	 height:10px;  
}

::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

::-webkit-scrollbar-corner {
	/* background: #179a16; */
}
/* 手机导航 */
.left {
	width: 60%;
	height: 100%;
	background-color: #61110A;
	position: fixed;
	z-index: 9999;
	display: none;
	right: 0;
	overflow: auto !important;
	padding: 0 2%;
	top: 0;
}

.nr {
	padding-top: 30px;
	border-bottom: 1px #ccc6c6 solid;
	padding-bottom: 15px;
}

.nr1 a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.nr2 {
	padding-top: 15px;
}

.nr2 ul {
	display: flex;
	flex-wrap: wrap;
}

.nr2 ul li a {
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
	padding-right: 20px;
}

.slog {
	text-align: center;
	padding-top: 50px;
}

.vb {
	position: absolute;
	top: 22px;
	right: 24px;
	cursor: pointer;
}

.dbs {
	border-bottom: solid 3px #DA2031;
}

#toggle {
	display: none;
}

.slog img {
	width: 350px;
}

.vb img {
	width: 30px;
}

.bar {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.navigation .bar{
	overflow: inherit;
}
.heng {
	height: 123px;
	transition: all .3s;
}

.heng1 {
	height: 93px;
}
.cbanner{
	width: 100%;
	height: 426px;
	position: relative;
}
.cbanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bbiaoti{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
}
.bbiaoti p{
	font-size: 56px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
}
/* 导航栏 */
.top_navigation {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	/* margin-bottom: 154px; */
}

.top_tou {
	width: 100%;
	height: 30px;
	background-color: #1A1A1A;
	transition: all .2s;
	    border-bottom: 1px solid #5c5c5c;
}

.white_head .top_tou {
	height: 0px;

}

.navigation {
	padding-top: 4px;
	padding-bottom: 9px;
	background-color: #1A1A1A;
}

.lanmu1{
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}

.lanmu ul li a p {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s;
}

.lanmu ul li a span {
	color: #ccc;
	font-size: 12px;
	display: block;
}

.lanmu ul li {
	/* width: 147px; */
	text-align: center;
	position: relative;
	padding-right: 60px;
}

.lanmu ul li:nth-last-child(1) {
	padding-right: 0;
}

.shl {
	padding-left: 80px;
	padding-right: 140px !important;
}

.shl a img {
	width: 258px;
	height: 80px;
	transition: all 0.4s;
}

.white_head {
	box-shadow: 0 -2px 8px 2px rgb(0 0 0/0.4);
	transition: all 0.1s;
}
.mainlevel{
	position: relative;
	height: 80px;
	display: flex;
	align-items: center;
}

.mainlevel .a {

	position: relative;
	transition: all 0.3s;
}

.subnav {
	display: none;
	position: absolute;
	top:80px;
	left: 0;
	width: 150%;
	background-color: rgb(51 51 51 / 68%);
	margin-left: -42%;
	z-index: 999;
}

.subnav li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-right: 0 !important;
}

.subnav li:hover {
	background-color: #61110A;
	transition: all 0.3s linear;
}

.subnav li a {
	color: #fff;
	font-size: 14px;
	display: block;
}




/* 底部栏 */
.bottom{
	background-color: #1A1A1A;
	border-bottom:2px solid #333;
	padding-top:100px;
	padding-bottom: 76px;
}
.dibu{
	display: flex;
}
.dibu1{
	margin-right: 260px;
}
.dibu1 img{
	width: 192px;
	height: 227px;
}
.dibu2{
	padding-right: 215px;
}
.dibu2 h1{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
    padding-bottom: 15px;
}
.dibu2 a{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 22px;
	display: block;
}
.dibu3 h1{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
    padding-bottom: 15px;
}
.dibu3 p{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 22px;
}
.dibu3{
	padding-right: 137px;
}
.dibu4 h1{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
    padding-bottom: 15px;
}
.dibu4 p{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 40px;
	display: flex;
	align-items: center;
}
.dibu4 p img{
	width: 22px;
	height: 22px;
	margin-right: 17px;
}
.bottom2 {
    width: 100%;
    height: 120px;
    background: #1A1A1A;
}
.bottom2 p {
    font-size: 14px;
    color: #fff;
}
.bottom2  a {
    font-size: 14px;
    color: #fff;
	
}
.zhon{
	display: flex;
	align-items: center;
	justify-content: center;
	height:120px;
}
@media screen and (max-width:1400px) {
	.bar{
		padding-left: 5%;
		padding-right: 5%;
	}
	.shl {
	    padding-left: 24px;
	    padding-right: 65px !important;
	}
	.lanmu ul li{
		padding-right: 30px;
	}
	.lanmu ul{
		justify-content: center;
	}
	.dibu1 {
	    margin-right: 125px;
	}
	.dibu2 {
	    padding-right: 125px;
	}
	.dibu3 {
	    padding-right: 95px;
	}
}
@media screen and (max-width:1285px){
	.dibu2 {
	    padding-right: 50px;
	}
	.dibu2 {
	    padding-right: 50px;
	}
}
@media screen and (max-width:1180px){
	.lanmu ul li{
		display: none;
	}
	.shl{
		display: block !important;
	}
	.top_tou{
		display: none;
	}
	.heng{
		height: 93px;
	}
	.shl {
	    padding-left:0px;
	    padding-right: 0px !important;
	}
	.banner{
		height: auto;
	}
	.dibu2{
		display: none;
	}
	#toggle{
		display: block;
		width: 40px;
	}
}
@media screen and (max-width:1024px){
	.dibu1{
		display: none;
	}
	.dibu3{
		width: 100%;
		padding-right: 0;
	}
	.dibu4{
		width: 100%;
	}
	.zhon{
		justify-content: center;
		flex-wrap: wrap;
	}
}
@media screen and (max-width:768px){
	.shl a img {
	    width: 165px;
	    height: auto;
	}
	.heng{
		height: 51px;
	}
	.dibu{
		flex-wrap: wrap;
	
	}
	.dibu4{
		margin-top: 20px;
	}
	.bottom {
	    padding-top: 45px;
	    padding-bottom: 45px;
	}
	.cbanner {
	    width: 100%;
	    height: 250px;
	    position: relative;
	}
	.bbiaoti p {
	    font-size: 30px;
	    font-weight: bold;
	    color: #FFFFFF;
	    line-height: 50px;
	}
	#toggle{
		display: block;
		width: 30px;
		top: 20px !important;
	}
	.left{
		width: 100%;
	}
	.slog img {
	    width: 210px;
	}
}
@media screen and (max-width:420px) {
	.cbanner{
		height: 150px;
	}
}