@charset "utf-8";
/* ====================公共样式========================= */


/* 头部 */
.Header-wrapper{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgb(255,255,255);
	z-index: 99;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.Header-wrapper.on{
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
} 
.Header-container .logo{}
.Header-container .logo h1{}
.Header-container .logo a{
	font-size: 0;
	height: 60px;
}
.Header-container .logo img{
	height: 39px;
}
.Header-container .nav_item{}
.Header-container .nav_item ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.Header-container .nav_item.fl ul li{
	border-right: 1px solid #584f4d;
}
.Header-container .nav_item.fr ul li{
	border-left: 1px solid #584f4d;
}
.Header-container .nav_item ul li{
	height: 60px;
	min-width: 64px;
}
.Header-container .nav_item ul li a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #221714;
	padding: 0 0.15rem;
	line-height: 60px;
	height: 100%;
	min-width: 95px;
}
.Header-container .nav_item ul li.active a,.Header-container .nav_item ul li:hover a{
	color: #ed742f;
}
.Header-container .nav_item ul li i{
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	background-color: #312624;
}
.Header-container .nav_item ul li i::before{
	position: absolute;
	content: "";
	top: -8px;
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #312624;
}
.Header-container .nav_item ul li i::after{
	position: absolute;
	content: "";
	bottom: -8px;
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #312624;
	
}
.Header-container .nav_item ul li img{
	display: inline-block;
}

/* menu_bg s */
.menu_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgb(0,0,0,.92);
	z-index: 9999;
	display: none;
}
.menu_bg .tit{
	padding: 0.6rem 0;
}
.menu_bg .tit .logo{}
.menu_bg .tit .logo img{
	height: 42px;
}
.menu_bg .close{
	cursor: pointer;
}
.menu_bg .close img{}
.menu_bg .con{
	margin-top: 0.6rem;
}
.menu_bg .con dl{
	width: 13%;
}
.menu_bg .con dl dt{
	position: relative;
	margin-bottom: 0.3rem;
	padding-bottom: 20px;
}
.menu_bg .con dl dt::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #30302f;
	z-index: 1;
}
.menu_bg .con dl dt::after{
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 1px;
	background: #5f5f5f;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.menu_bg .con dl dt a{
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #a8a8a8;
}
.menu_bg .con dl dd{}
.menu_bg .con dl dd a{
	display: block;
	color: #868686;
	font-size: 16px;
	line-height: 34px;
}
.menu_bg .con dl a:hover{
	color: #ed742f;
}
/* menu_bg e */


/* 汉堡键 start*/
.navbtn{
	position: absolute;
	right: 2%;
	top: 0;
	float: right;
	height: 60px;
	margin-right: 4%;
	cursor: pointer;
	display: none;
}
.navbtn span {
    width: 30px;
    height: 2px;
	border-radius: 2px;
    background: #000;
    display: block;
    position: relative;
    margin-top: 30px;
}
.navbtn span:before, .navbtn span:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #000;
	border-radius: 2px;
    display: block;
    left: 0;
    width: 100%;
}
.navbtn span:before {
    top: -10px;
}
.navbtn span:after {
    top: 10px;
}
/* 汉堡键 end*/


.Header-container .show {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.88);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
	display: none;
}
.Header-container .show .box {
    width: 84%;
    margin: 0 auto;
	padding-top: 0.6rem;
}
.Header-container .show .m_logo a {
    display: block;
    width: 100%;
	height: 36px;
    background: url(../images/nav_logo.png) no-repeat center;
	background-position: left center;
	background-size: auto 100%;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 20px;
	font-size: 0;
}
.Header-container .close {
    width: 32px;
    height: 32px;
    background-image: url(../images/ico_close.png);
    position: absolute;
    right: 20px;
    top: 35px;
}
.Header-container .show .box .mnav > h2,.Header-container .show .box .mnav_index > h2 {
    border-bottom: 1px solid #646565;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
	text-align: left;
	font-family: 'SY-M';
}
.Header-container .show .box .mnav > h2 > a,.Header-container .show .box .mnav_index > h2 > a {
    color: #ffffff;
}
/* .Header-container .show .box:nth-child(1) .mnav > h2:after{
	display: none;
} */

.Header-container .show .box .mnav > h2 > a span{
	margin-left: 2rem;
}
.Header-container .show .box .mnav > h2:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/jia.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Header-container .show .box .mnav>h2.open:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/jian.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Header-container .show .box .mnav > ol {
    display: none;
}
.Header-container .show .box .mnav > ol li {
    width: 100%;
    background-color: #484848;
    z-index: 999;
    text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.Header-container .show .box .mnav > ol li a {
    color: #ffffff;
}

.Header-container .show .box .box_m{
	
}

.Header-container .show .box .box_m{
	margin-top: 0.8rem;
}
.Header-container .show .box .box_m ul li{
	height: 0.4rem;
	padding-left: 0.8rem;
	background: url(../images/ico_phone2.png) no-repeat left;
	font-size: 12px;
	margin-bottom: 0.18rem;
	line-height: 0.4rem;
	font-family: "JL";
	text-align: left;
	color: white;
}
.Header-container .show .box .box_m ul li:nth-child(1){
	font-size: 28px;
	font-family: "Haettenschweiler";
}
.Header-container .show .box .box_m ul li.li2{
	background-image: url(../images/ico_email2.png);
}
.Header-container .show .box .box_m ul li.li3{
	background-image: url(../images/ico_domain2.png);
}
.Header-container .show .box .box_m ul li.li4{
	background-image: url(../images/ico_address2.png);
}


/* 底部 */
.Footer-wrapper{
	background-color: #202020;
}
.Footer-container{
	
}
.Footer-container .fl{}
.Footer-container .fl .logo{
	margin-bottom: 0.25rem;
}
.Footer-container .fl .logo img{
	height: 42px;
}
.f_contact{}
.f_contact li{
	font-size: 14px;
	line-height: 20px;
	padding-left: 35px;
	color: white;
	background: url("../images/ico_f_phone.png") no-repeat left center;
}
.f_contact li:not(:last-child){
	margin-bottom: 0.16rem;
}
.f_contact li.l2{
	background-image: url("../images/ico_f_email.png");
}
.f_contact li.l3{
	background-image: url("../images/ico_f_domain.png");
}
.f_contact li.l4{
	background-image: url("../images/ico_f_address.png");
}
.f_contact li.l1{
	font-size: 0.24rem;
	line-height: 1.5;
	color: #ed732e;
	font-family: "SY-B";
}
.Footer-container .mid{
	width: 50%;
}
.Footer-container .mid dl{}
.Footer-container .mid dl dt{
	font-size: 16px;
	margin-bottom: 0.16rem;
	color: white;
	font-family: "SY-B";
}
.Footer-container .mid dl dt a{}
.Footer-container .mid dl dd{
	font-size: 14px;
	font-family: "SY-L";
	color: #b4b5b5;
	line-height: 1.3;
	margin-bottom: 0.12rem;
}
.Footer-container .mid dl dd a{}
.Footer-container .fr{}
.Footer-container .fr .pic{
	width: 130px;
}
.Footer-container .fr .pic img{}
.Footer-container .fr .pic p{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 2;
	font-family: 'SY-L';
	color: white;
}

.Footer-copy{
	font-size: 14px;
	line-height: 1.4;
	color: white;
	background-color: #323333;
	padding: 0.18rem;
	text-align: center;
}
.Footer-copy a{
	font-size: 14px;
	color: white;
	margin: 0 0.04rem;
}
/* 中间+共用部分 */



/* ind_banner */
.ind_banner .swiper-pagination-bullet{
	/* background-color: white; */
	opacity: 1;
}
.ind_banner .swiper-pagination-bullet-active{
	background-color: #E76F3A;
}

/* ny_ban s */
.ny_ban{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ny_ban img{}
/* ny_ban e */

/* tc_search s */
.tc_search{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tc_search.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    pointer-events: auto;
}
.tc_search form{
	width: 9.6rem;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #eee;
	height: 0.7rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.tc_search input{
	width: 80%;
	height: 0.7rem;
	font-size: 0.34rem;
	color: #c1c1c1;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}
.tc_search input::placeholder{
	color: #c1c1c1;
}
.tc_search button{
	max-width: 20%;
	height: 0.7rem;
	border: 0;
	line-height: 0.7rem;
	color: #c1c1c1;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	font-size: 0.48rem;
	background-color: transparent;
}
.tc_search .search_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	z-index: 0;
}
/* tc_search e */

/* i_tit s */
.i_tit{
	position: relative;
	color: #323333;
	text-transform: uppercase;
}
.i_tit.line p::after{
	content: "";
	display: block;
	margin-top: 0.4rem;
	width: 0.64rem;
	height: 0.02rem;
	background-color: #323333;
}
.i_tit.white{
	color: white;
}
.i_tit.white.line p::after{
	background-color: white;
}
.i_tit h3{
	font-family: 'Bahnschrift';
	font-size: 0.48rem;
	line-height: 1.2;
	font-weight: lighter;
}
.i_tit h3 span{
	display: block;
	font-weight: 700;
}
.i_tit p{
	font-size: 0.26rem;
	font-family: 'SY-R';
	margin-top: 0.06rem;
}
.i_tit.r_bg::before,.i_tit.r_bg::after{
	position: absolute;
	content: "";
	display: block;
	right: 0.04rem;
	width: 1px;
	background-color: #040000;
}
.i_tit.r_bg::before{
	top: -0.1rem;
	height: 1.33rem;
}
.i_tit.r_bg::after{
	top: 1.37rem;
	right: 0;
	width: 0.09rem;
	height: 0.09rem;
	border-radius: 50%;
	background-color: #040000;
}
.i_tit.tar.r_bg::after{
	left: 0;
	right: auto;
}
.i_tit.tar.r_bg::before{
	left: 0.04rem;
	right: auto;
}
/* i_tit e */


/* pic_bg s */
[class*="pic_bg_"]{
	position: relative;
	background: url('../images/pic_bg_01.jpg') no-repeat center/cover fixed;
	background-position: center top;
}
[class*="pic_bg_"] .txt{
	position: absolute;
	color: white;
}
/* pic_bg e */

/* pst_pic s */
.pst_pic{
	position: absolute;
	background: url('../images/pst_pic.jpg') no-repeat center/cover;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 2;
}
/* pst_pic e */

/* com_page s */
.com_page{
	text-align: center;
	padding: 0.3rem 0 0.4rem;
}
.com_page .center_page {
	display: inline-block;
	font-size: 0;
}
.com_page .center_page a,.com_page .center_page span{
	color: #000000;
	font-size: 13px;
	display: inline-block;
	border: 1px solid #656363;
	padding: 10px 13px;
	margin: 0 5px;
	letter-spacing: 0.5px;
}
.com_page .center_page a:hover,
.com_page .center_page .page-num-current {
	background-color: #040000;
	border-color: #040000;
	color: white;
}
/* com_page e */


/* tc_search s */
.tc_search{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tc_search.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    pointer-events: auto;
}
.tc_search form{
	width: 9.6rem;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #eee;
	height: 0.7rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.tc_search input{
	width: 80%;
	height: 0.7rem;
	font-size: 0.34rem;
	color: #c1c1c1;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}
.tc_search input::placeholder{
	color: #c1c1c1;
}
.tc_search button{
	max-width: 20%;
	height: 0.7rem;
	border: 0;
	line-height: 0.7rem;
	color: #c1c1c1;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	font-size: 0.48rem;
	background-color: transparent;
}
.tc_search .search_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	z-index: 0;
}
/* tc_search e */

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.pc{display: none;}
	.mb{display: block;}
	
	.Header-container{
		padding: 0 4%;
	}
	.Header-container .nav_item{
		display: none;
	}
	.Header-container .logo img{
		height: 30px;
	}
	.navbtn {
	    display: block;
	}
	.pst_pic{
		position: relative;
		width: 100% !important;
	}
	
	.i_tit h3{
		font-size: 0.6rem;
	}
	.i_tit p{
		font-size: 0.32rem;
		margin-top: 0.12rem;
	}
	
	.pd-160,.pd-140{
		padding: 1rem 0;
	}
	
	[class*="pic_bg_"]{
		background-attachment: initial;
	}
	
	.ny_ban{
		height: 6rem;
		background-position: 10% center;
	}
	.ny_ban img{
		display: none;
	}
}

@media all and (max-width:768px) {
	
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.com_page .center_page a, .com_page .center_page span{
		font-size: 12px;
		padding: 8px 11px;
		margin: 0 3px;
	}
}

@media all and (max-width:480px) {
	
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}