@font-face {
    font-style: normal;
    font-family: 'Harmony_Bold','Harmony_Regular';
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.ttf') format('truetype'),
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}

*{
    font-family: 'Harmony_Bold','Harmony_Regular', sans-serif !important;

}
.video-js *{
    font-family:'VideoJS' !important;
}
:root{
    --blred:#ed0000;
}
html {
    scroll-behavior: smooth;
}
body {
	font-size: 14px;
	/*
	background: #1f1f1f;
	*/
	line-height: 32px;
}
input, select, textarea {
	font-size: 1em;
}
table,tr,td{
    border: none;
}
.notscrolling{
    /*
    overflow-y: hidden;
    overflow-x:hidden;
    */

}
.left {
    float: left;
}
.right{
    float:right;
}
body.big-event-gray{
	/*大事件滤镜*/
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* filter: grayscale(100%); */
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
body.big-event-gray .header .top .box .logo img{
    -webkit-filter: grayscale(100%) brightness(800%);
    -moz-filter: grayscale(100%) brightness(800%);
    -ms-filter: grayscale(100%) brightness(800%);
    -o-filter: grayscale(100%) brightness(800%);
    filter: grayscale(100%) brightness(800%);
}

/* #tongyong
======================================*/
.mt50 {
    margin-top: 50px !important;
}
/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	background: lightgray;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::before {
    position: absolute;
	
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #000;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;

	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	background-image: linear-gradient(298deg, var(--red), var(--red));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: rgb(255 0 0 / 50%);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
body.light .progress-wrap::after {
	color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
	stroke: var(--black-blue);
}

.wrap {
	width: 80%;
	margin: 0 auto;
	/*max-width: 1300px;*/
	position: relative;
	line-height: 50px;
}
p{
    margin: 0;
}
img, a {
	border: 0;
}
a{
    color:#000;
}

a:hover{
    color:red;
    text-decoration:none;

}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
.img {
	overflow: hidden;
	position: relative;
}
*, *:after, *:before {
    /*
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	*/
}
.over {
	overflow: hidden;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../img/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}
h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*----------header----------*/
.header {
  
	-webkit-backdrop-filter: blur(15px); 

    backdrop-filter: blur(15px); 

    background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	/*
	padding-left: calc(100vw - 100%);
	*/
}
.header.headback{
    
    background: rgb(0 0 0 / 90%);
   /* 
    border-bottom: 1px solid #f4f4f4;*/
}
.header.fixed .head {
	display: none;
}
.header.h_menu .head {
	display: none;
}
.header .head {
	border-bottom: 1px solid #212121;
	line-height: 50px;
	color: #9b9b9b;
}
.logo {
    /*
	line-height: 90px;
	
	width: 120px;
	*/
}
.logo img {
	vertical-align: middle;
	margin-bottom: 5px ;
}

.menu > ul {
	margin: 0 -45px;
}
.menu > ul > li {
	float: left;
	/*
	line-height: 50px;
	*/
	padding: 0 30px;
}
.menu > ul > li > a {
	display: inline-block;
	position: relative;
}
.menu > ul > li > a:after {
	content: '';
	display: block;
	left: 0;
	width: 0;
	right: 0;
	margin: 0 auto;
	height: 2px;
	background: #de0101
}
.menu > ul > li.on > a, .menu > ul > li > a:hover {
	color: #ffffff;
	font-weight: 400;
}
.menu > ul > li.on > a:after, .menu > ul > li > a:hover:after {
	width: 80%;
}
.menu {
	margin-top: 0px;
}
.menu > ul > li > a {
	color: #9b9b9b;
}

div.menu-sub .menuContainer.w3{
     /*width: 60%; */
     
}
div.menu-sub .menuContainer{
     margin-bottom: 30px;
     margin: 20px auto;
     display: -ms-flexbox;
     display: flex;
     flex-direction: column;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     overflow: hidden;
     align-items: flex-start;
     overflow: hidden;
     align-content: center;
}
div.menu-sub .menuContainer>div{
    /*padding-bottom: 30px;*/
}
div.menu-sub .menuContainer .menuItem {
	/*width: 33.3%;*/
	
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 17px;
	position: relative;
	width:100%;
	/* float: left; */
}

div.menu-sub .menuContainer .menuItem:last-child {
    border-bottom: none;
}
div.menu-sub .menuContainer div a{
    padding: 15px 20px;
    /*
    border-bottom: 1px solid #ecf0f1;
    */
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}
div.menu-sub .menuContainer .menuItem .cImage{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
}
div.menu-sub .menuContainer .menuItem .itemMain,div.menu-sub .menuContainer .menuItem .itemTitleMain{
    text-align: left;
    margin-left: 84px;

    /*flex-wrap: nowrap;*/
    
}
div.menu-sub .menuContainer .menuItem .itemMain{

    
    margin-top: -26px;
    
    display: flex;
    
    flex-direction: row;
    
    flex-wrap: wrap;
    
    align-content: flex-start;

}

div.menu-sub .menuContainer .menuItem .itemTitle{
    padding-left: 8px;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 13px;
    display: block;
    display: inline-block;
    text-decoration: none;
    font-weight: 900;

}

div.menu-sub .menuContainer .menuItem .itemTitle:hover{

}
div.menu-sub .menuContainer .menuItem .itemMain .itemCat {
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    padding-left: 8px;
   /* margin: 6px 0;*/
    display: block;

}
/*
div.menu-sub div:last-child a{
    
    border-bottom: none;
}
*/

div.menu-sub .menuContainer .menuItem .itemMain .itemCat:hover {


}
.banner_owl {
	position: relative;
	margin-top: 0px;
}
.banner_owl .banner_cur {
	position: absolute;
	left: 2%;
	right: 2%;
	z-index: 100;
	top: 50%;
	margin-top: -30px;
}
.banner_cur span {
	display: block;
	width: 34px;
	height: 62px;
	float: left;
	background-color: #1f1c19;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/cur1.png);
	cursor: pointer;
}
.banner_owl:hover .banner_cur {
	left: 3%;
	right: 3%;
}
.banner_cur span.next {
	float: right;
	background-image: url(../img/cur2.png);
}
.banner .item {
	position: relative;
}
.banner .item .text {
	text-align: right;
	left: 0;
	width: 100%;
	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 16px;
}
.banner .text h2 {
	font-size: 46px;
	margin-bottom: 36px;
	font-weight: normal;
	color: #fff;
}
.banner .text h2 span {
	color: #0160de
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border: 1px solid #717171;
	background: none;
}
/*
.owl-theme .owl-dots .owl-dot.active span {
    width: 50px;
    height: 10px;
    
	border: 0px solid #717171;
    overflow: hidden;
}
*/
.owl-theme .owl-dots {
	margin-bottom: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #0160de;
	border-color: #0160de;
	opacity: 1;
}
/*
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #0160de70;
	border-color: #0160de70;
	opacity: 1;
	width: 50px;
    height: 10px;
    animation:mymove 5s infinite;
    -webkit-animation:mymove 5s infinite;
	border: 0px;
    overflow: hidden;
}
.owl-theme .owl-dots .owl-dot span div.strip {
    position: relative;
    background-color: #007aff;
    width:100%;
    height: 2px;
    right: 100;
}

.owl-button-hide{
    display: none;
}
*/
.banner .img1 {
	overflow: hidden;
}
/*----------mainer----------*/
.mainer {
    min-height: calc(100vh - 161px);
	margin-top: 0px;
	/*padding-bottom: 50px;*/
}
.page {
	padding: 15px 0;
}
.page_tit {
	height: 20px;
	border-bottom: 1px solid #363636;
	margin-bottom: 20px;
	text-align: center;
}
.page_tit h3 {
	display: inline-block;
	background: #1f1f1f;
    padding-left: 20px;
	padding-right: 20px;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
}
.page_tit h3 span.bl-icon-LOGO {
	font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    /* margin-left: 10px; */
    display: inline-block;
}
.page_tit label {
	display: block;
	margin: 15px auto;
	width: 44px;
	height: 3px;
	background: #007eff
}
.page_tit p {
	color: #343434;
	font-size: 16px;
}
.page_tit .tag {
	padding-left: 20px;
	float: right;
	background: #1f1f1f;
}
.page_tit .tag ul li {
	display: inline-block;
	padding: 0 5px;
}
.page_tit .tag ul li a {
	display: block;
	line-height: 26px;
	padding: 0 13px;
	color: #9b9b9b;
	border-radius: 3px;
}
.page_tit .tag ul li a:hover, .page_tit .tag ul li.on a {
	background: #126ace;
	color: #fff;
}
.page_about .text p {
	line-height: 32px;
	color: #9b9b9b;
	margin-bottom: 50px;
}
.page_about .page_tit {
	padding-top: 80px;
}
.page_about .text {
	padding-right: 50px;
}
.btn a {
	display: inline-block;
	width: 104px;
	line-height: 32px;
	color: #fff;
	background: #126ace;
	border-radius: 1px;
	text-align: center;
}
ul:after {
	content: '';
	display: block;
	clear: both;
}

.pro_list ul li img {
	display: block;
}
.pro_list ul li {
	/*width: 33.333%;*/
	width:25%;
	float: left;
}
/*
.pro_list ul li a {
	display: block;
	margin: 10px;
	position: relative;
	padding: 5px;
	
    border: 1px solid #3c3a3a29;
}
*/
.pro_list ul {
	margin: 0 -16px;
}
/*
.pro_list ul li .text {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #126ace;
	text-align: center;
	color: #fff;
	line-height: 32px;
}
.pro_list ul li .text p {
	color: #89b5e7;
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
}
.pro_list ul li .box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.pro_list ul li .btn {
	margin: 0 auto;
	padding: 0 38px;
	line-height: 30px;
	border: 1px solid rgba(255,255,255,.2);
	display: inline-block;
	border-radius: 1px;
	margin-top: 20px;
}
.pro_list ul li .text h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}
.pro_list ul li .text label {
	display: block;
	width: 2px;
	height: 0;
	background: #fff;
	margin: 0 auto;
}

.pro_list ul li a:hover .text {
	opacity: 1;
}
*/
.pro_list ul li a:hover .text label {
	height: 16px;
	margin-top: 10px;
}
.page_about {
	padding: 150px 0;
	background-attachment: fixed;
	position: relative;
}
.page_about .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7
}
.page_about .img1 {
	position: relative;
	z-index: 1;
}
.page_about img {
	display: block;
}
.page_about .img1 .box {
	position: absolute;
	top: -20px;
	right: -20px;
	bottom: -20px;
	background: #1f7ce6;
	left: 60%;
	z-index: -1;
}
.page_tit.on {
	border-bottom: 0
}
.page_tit.on h3 {
	background: none;
}
.news_list ul li {
	width: 33.333%;
	float: left;
}
.news_list ul li a {
	display: block;
	margin: 18px;
}
.news_list ul {
	margin: 0 -18px;
}
.news_list a {
	color: #9b9b9b;
}
.news_list h3 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.news_list label {
	display: block;
	margin: 10px 0;
	width: 34px;
	height: 1px;
	background: #363636
}
.news_list .d_text {
	margin-top: 15px;
}
.news_list .text {
	margin-top: 10px;
}
.news_list a:hover {
	transform: translateY(-10px)
}
.page_num {
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	margin: 50px 0;
	z-index: 10;
	position: relative;
	background-size: cover;
}
.page_num ul {
	padding: 52px 0;
	overflow: hidden;
}
.page_num li {
	width: 25%;
	float: left;
	text-align: center;
	margin-left: -1px;
	border-left: 1px solid rgba(255,255,255,0.1);
	padding: 5px 0;
	color: #999;
}
.page_num li h3 {
	font-size: 36px;
	padding: 0 18px;
	background: url(../img/icon2.png) no-repeat right top;
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
}
.link_list ul li {
	width: 25%;
	float: left;
}
.link_list ul li a {
	display: block;
	margin: 11px;
	border: 1px solid #29292a;
	text-align: center;
	line-height: 145px;
}
.link_list ul li a:hover {
	background: #29292a;
	box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.link_list ul li a img {
	vertical-align: middle;
}
.link_list ul {
	margin: 0 -11px;
}
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: #0160de !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	width: 100px;
	white-space: nowrap;
	/*padding: 0 20px;*/
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #000;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	text-align: center;
	max-width: 300%;
}
.full li a:hover label {
	left: -120px;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.full li a span.span1 {
	background-image: url(../img/full1.png);
}
.full li a span.span2 {
	background-image: url(../img/full2.png);
}
.full li a span.span3 {
	background-image: url(../img/full3.png);
}
.full li a span.span4 {
	background-image: url(../img/full4.png);
}
.page_tit.bg_000 h3 {
	background: #1a1a1a
}
/*----------footer----------*/
.footer {
	background: #1a1a1a
}
.footer.footer-fixed-bottom{
    
     position: fixed;
     left:0;
     bottom:0;
     width: 100%;
}
.contact h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	color:#fff;
}
.address {
	/*margin-bottom: 30px;*/
}
.address span {
	display: inline-block;
	margin-right: 50px;
	color: #9b9b9b
}
.address .share {
	float: right;
}
.address .share li {
	display: inline-block;
	margin-left: 10px;
}
.address .share a {
	display: block;
	width: 36px;
	height: 36px;
	background: #2a2a2a;
	border-radius: 100%;
	line-height: 36px;
	text-align: center;
}
.statement span, .statement a {
    display: inline-block;
    margin-right: 10px;
    color: #9b9b9b;
}
.statement a:hover {
    color: var(--blred);
}
label.lbl_img {
    position: fixed;
    z-index: 22;
    margin-top: -130px;
    margin-left: -45px;
    display:none;
}
.address .share a:hover label.lbl_img{
	display: block;
}
.address .share a:hover {
	background: #000
}
.address .share img {
	vertical-align: middle;
	margin-bottom: 3px;
}
.div_input {
	line-height: 38px;
	padding: 0 15px;
	background: #2a2a2a
}
.div_input input {
	width: 100%;
	border: 0;
	background: none;
	color: #fff;
}
.contact .list_lt {
	float: left;
	width: 38.5%;
	margin-bottom: 30px;
}
.contact .list_lt li {
	margin-bottom: 10px;
}
.contact .list_rt {
	float: right;
	width: 58.5%;
}
.contact .box{
	color:#9b9b9b
}
.div_input textarea {
	height: 114px;
	padding: 10px 0;
	width: 100%;
	display: block;
	border: 0;
	background: none;
	resize: none;
	color: #fff;
}
.links a{
	color: #9b9b9b;
	margin-right: 10px;
}
.copyright a {
	color: #9b9b9b;
	margin-left: 10px;
}
.copyright a:hover {
	color: #0160de
}
.copyright {
	line-height: 30px;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #262626;
	color: #9b9b9b
}
.pagesize {
	margin-top: 30px;
	text-align: center;
	padding: 30px 0;
}
.pagesize a {
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	line-height: 36px;
	background-color: #282828;
	color: #9b9b9b;
	height: 36px;
	vertical-align: middle;
	min-width: 16px;
	padding: 0 10px;
	margin: 5px;
}
.pagesize a:hover, .pagesize a.on {
	background-color: #126ace;
	color: #fff;
}
.pagesize a.prev {
	background-image: url(../img/cur5.png);
}
.pagesize a.next {
	background-image: url(../img/cur6.png);
}
.pagesize a.prev:hover {
	background-image: url(../img/cur1.png);
}
.pagesize a.next:hover {
	background-image: url(../img/cur2.png);
}
.pro_details .tit {
	line-height: 95px;
	border-bottom: 1px solid #363636;
	margin-bottom: 30px;
}
.pro_details .tit h3 {
	font-size: 28px;
	font-weight: normal;
}
.pro_details .tit label {
	display: inline-block;
	line-height: 26px;
	padding: 0 10px;
	border-radius: 1px;
	background: #363636;
	font-size: 14px;
	margin-left: 20px;
	vertical-align: middle;
}
.pro_details .text p {
	margin-top: 20px;
	color: #9b9b9b
}
.pro_details .text {
	margin-bottom: 50px;
}
.about .item {
	padding: 35px 0;
	border-bottom: 1px solid #363636;
	color: #9b9b9b;
}
.about .item:last-child {
	border-bottom: 0;
}
.about .item:after {
	content: '';
	display: block;
	clear: both;
}
.about .item .img {
	margin-left: 85px;
}
.about .item h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 30px;
}
.about2 li {
	padding: 20px 0;
	color: #666;
}
.about2 ul li span {
	display: block;
	float: left;
	margin-right: 30px;
	font-size: 22px;
	color: #fff;
	padding-right: 72px;
	position: relative;
}
.about2 ul li span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 0;
	width: 42px;
	background: #333;
	height: 1px;
}
.about2 ul li .text {
	overflow: hidden;
}
.ry_list ul {
	margin: 0 -36px;
}
.ry_list ul li {
	width: 25%;
	float: left;
}
.ry_list ul li:nth-child(4n+1) {
	clear: both;
}
.ry_list ul li .box {
	margin: 20px 36px;
}
.ry_list ul li .box .img {
	border: 1px solid #e1e1e1;
}
.ry_list ul li .box .img img {
	display: block;
}
.ry_list ul li .box p {
	line-height: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 18px;
}
.zp_p_list {
	margin: 0 auto;
	line-height: 28px;
	color: #4c4c4c;
}
.zp_p_list a {
	color: #be9a78;
}
.bold {
	font-weight: bold;
}
.zp_p_list .list {
	color: #9b9b9b;
}
.zp_p_list .list:first-child {
	border-top: 1px solid #3a3a3b
}
.zp_p_list li.on.wow {
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.zp_p_list .list h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	line-height: 40px;
}
.zp_p_list .text > ul > li {
	list-style: decimal;
	margin-left: 20px;
}
.zp_p_list .box {
	padding: 0 20px;
}
.zp_p_list .box .list {
	padding: 20px 0;
}
.zp_p_list .text h4 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}
.zp_p_list .title {
	cursor: pointer;
	line-height: 54px;
	;
	background: url(../img/icon12.png) no-repeat 98% center;
	border: 1px solid #363636;
	padding: 0 20px;
}
.zp_p_list .zp_list > ul > li {
	margin: 10px 0;
}
.zp_p_list .title span {
	display: inline-block;
	margin-right: 75px;
}
.zp_p_list .title span.span1 {
	font-size: 22px;
	color: #fff;
}
.zp_p_list .box {
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
}
.zp_p_list .on .title, .zp_p_list li:hover .title {
	border-color: #282828;
	background: url(../img/icon12-1.png) no-repeat 98% center #282828;
}
.zp_p_list li.on, .zp_p_list li:hover {
	background: #282828
}
.zp_p_list .on .title .span1, .zp_p_list li:hover .title .span1 {
	color: #ffc364;
}
.map {
	margin-bottom: 20px;
}
.news li {
	margin-top: 50px;
	position: relative;
}
.news li:after {
	content: '';
	;
	display: block;
	clear: both;
}
.news li .img {
	width: 410px;
	float: left;
	margin-right: 45px;
}
.news li .img img {
	display: block;
}
.news li .text {
	position: relative;
	overflow: hidden;
	padding-right: 135px;
	color: #9b9b9b
}
.news li:before {
	position: absolute;
	width: 10%;
	left: 0;
	top: 0;
	bottom: 0;
	background: #29292a;
	opacity: 0;
	content: '';
}
.news li:hover:before {
	opacity: 1;
	width: 100%;
}
.news li .d_text {
	margin-top: 10px;
	height: 64px;
	overflow: hidden;
}
.news li:hover .btn {
	background-color: #126ace
}
.news li .btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 88px;
	border: 1px solid #363636;
	background-image: url(../img/cur6.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.news li .text h3 {
	margin-top: 60px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.news li .text label {
	display: block;
	margin: 10px 0;
	width: 35px;
	background: #343434;
	height: 1px;
}
/*----------custom----------*/
.center {
	text-align: center;
}
.pro_list ul li .text1 h3 {
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-top: 10px;
}

 @media only screen and (max-width: 1600px) {
    .banner .item .text {
    	font-size: 22px;
    }
}
 @media only screen and (max-width: 1200px) {
    .banner .item .text {
    	font-size: 20px;
    }
    .banner img {
    	width: 120%;
    	margin-left: -10%;
    	max-width: initial;
    }
}

 @media only screen and (max-width: 1000px) {
     .blurbg{
        	background: rgba(0,0,0,.5) !important;
        }
    body.open .blurbg {
        transition: all .3s !important;
        -webkit-transition: all .3s !important;
        -moz-transition: all .3s !important;
        -ms-transition: all .3s !important;
        -o-transition: all .3s !important;
    }
    
    .menu {
    	position: fixed;
    	top: 0;
    	/*
    	left: -100%;
    	*/
    	left:0;
    	width: 100%;
    	height: auto;
    	background: #000;
    	background: #f8f9fa;
    	margin-top: 0;
    	max-height: 0;
    	overflow: hidden;
    }
    .menu ul li {
    	float: none;
    	display: block;
    	border-bottom: 1px solid #333;
    	padding: 0
    }
    .menu ul li a {
    	color: #999;
    	line-height: 50px;
    	font-size: 18px;
    	padding: 0 20px;
    }
    .menu > ul > li.on > a, .menu > ul > li > a:hover{
        color:red;
    }
    .menu ul li a:after {
    	display: none;
    }
    .menu ul {
    	padding-top: 60px;
    }
    .header .logo {
    	position: relative;
    	z-index: 1001;
    	line-height: 50px;
    }
    .menu_wrap {
    	position: absolute;
    	/* top: 10px; */
    	width: 35px;
    	height: 35px;
    	background: url(../img/menu.png) no-repeat center center #0160de00;
    	background-size: 15px auto;
    	right: 5px;
    }
    .h_menu .menu_wrap {
    	background: url(../img/menu-1.png) no-repeat center center #0160de00;
    	background-size: 15px auto;
    }
    .h_menu .menu {
    	/*left: 0;*/
    	max-height:100vh;
    }
    .header {
    	line-height: 50px;
    }
    .banner .item .text {
    	font-size: 18px;
    }
    .banner img {
    	width: 150%;
    	margin-left: -25%;
    }
    
    .menu ul li {
    	margin: 0 35px;
    }
    .menu ul li.on:first-of-type {
        border-top: 1px solid #d5d5d5;
    }
    .menu ul {
    	margin: 0 -35px;
    }
    .address span {
    	margin-right: 30px;
    }
    .about .item .img {
    	margin-left: 30px;
    }
    .pro_list ul li a {
    	margin: 5px;
    }
    .pro_list ul {
    	margin: 0 auto;
    }
    .page_about .img1 {
    	width: 50%;
    	margin-right: 30px;
    }
    .page_about .text {
    	padding-right: 30px;
    }
    .page_about .page_tit {
    	padding-top: 20px;
    }
    .page_tit {
    	margin-bottom: 30px;
    }
    .page_about .text p {
    	margin-bottom: 30px;
    }
    .news_list ul li a {
    	margin: 5px;
    }
    .news_list ul {
    	margin: 0
    }
    .link_list ul li a {
    	margin: 5px;
    }
    .link_list ul {
    	margin: 0
    }
    .pro_list ul li {
    	width: 50%;
    }
    .pro_list ul li:last-child {
    	/*
    	display: none;
    	*/
    }
    .page_about {
    	padding: 100px 0;
    }
    .address .share {
    	float: none;
    	margin-top: 5px;
    }
    .full {
    	display: none;
    }
    .page {
    	padding: 30px 0;
    }
    .page_num li p {
    	width: 90%;
    	margin: 0 auto;
    	line-height: 25px;
    }
    .address .share li {
    	margin-left: 0;
    	margin-right: 10px;
    }
    .progress-wrap{
        display:none !important;
    }
}
 @media only screen and (max-width: 800px) {
    .menu ul li {
    	margin: 0 20px;
    }
    .menu ul {
    	margin: 0 -20px;
    }
    .news li .img {
    	width: 300px;
    }
    .news li .text h3 {
    	margin-top: 10px;
    }
    .news li {
    	margin-top: 20px;
    }
    .news li .img {
    	margin-right: 20px;
    }
}
 @media only screen and (max-width: 750px) {
     
.menu {
/*	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #000;
	margin-top: 0*/
}
/*
.menu ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #333;
	padding: 0
}
.menu ul li a {
	color: #999;
	line-height: 50px;
	font-size: 18px;
	padding: 0 20px;
}
.menu ul li a:after {
	display: none;
}
.menu ul {
	padding-top: 60px;
}
.header .logo {
	position: relative;
	z-index: 1001;
	line-height: 50px;
}
.menu_wrap {
	position: absolute;
	top: 10px;
	width: 35px;
	height: 35px;
	background: url(../img/menu.png) no-repeat center center #0160de;
	background-size: 25px auto;
	right: 5px;
}
.h_menu .menu_wrap {
	background: url(../img/menu-1.png) no-repeat center center #0160de;
	background-size: 25px auto;
}
.h_menu .menu {
	left: 0;
}
.header {
	line-height: 50px;
}
.mainer {
	margin-top: 50px;
}
.banner .text h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.banner_cur {
	display: none;
}
.owl-theme .owl-dots {
	margin-bottom: 5px;
}
.banner .item .text {
	padding-bottom: 30px;
}
*/
.page_tit .tag {
	float: none;
	padding: 0;
	text-align: center;
}
.page_tit h3 {
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
}
.page_about .img1 {
	width: auto;
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-right: 20px;
}
.page_tit {
	text-align: center;
	height: auto;
	border-bottom: 0;
	margin-bottom: 20px;
}
.page_about .text {
	padding-right: 0
}
.page_about .text p {
	text-align: justify;
	margin-bottom: 10px
}
.news_list ul li {
	width: 50%;
}
.zp_p_list .title span {
	margin-right: 30px;
}
}
 @media only screen and (max-width: 550px) {
.head {
	display: none;
}
.pro_list ul li {
	width: 100%;
}
.page_num li {
	width: 50%;
	margin-bottom: 10px;
}
.link_list ul li {
	width: 50%;
}
.contact .list_rt, .contact .list_lt {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.about .item .img {
	margin: 0
}
.about .item h3 {
	margin-bottom: 10px;
}
.about .item {
	padding: 15px 0;
}
.about2 ul li span {
	padding-right: 0;
	margin-right: 15px;
}
.about2 li {
	padding: 5px 0;
}
.about2 ul li span:after {
	display: none;
}
.zp_p_list .title span {
	margin-right: 20px;
}
.zp_p_list .title {
	line-height: 30px;
	padding: 10px;
}
.zp_p_list .box {
	padding: 0 10px;
}
.ry_list ul li {
	width: 50%;
}
.ry_list ul li .box {
	margin: 5px;
}
.ry_list ul {
	margin: 0
}
.news li .btn {
	display: none;
}
.news li .img {
	width: 100%;
	margin: 0 auto;
	float: none;
}
.news li .text {
	padding-right: 0
}
.pro_details .tit {
	line-height: 40px;
	padding-bottom: 15px;
}
.pro_details .tit label {
	margin-left: 10px;
}
.pro_details .tit h3 {
	font-size: 25px;
	white-space: normal;
}
.page_tit .tag ul li {
	margin-left: -5px;
	padding: 0
}
}

.pagebar { padding:30px 0 0 0; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #282828;
  color: #9b9b9b;
  font-size: 12px;
  padding: 7px 12px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 12px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #fff; background:#0160de

}
.pagination li.active span {
  color: #fff;
  background: #282828;

}
.text-secondary{ text-align:center; padding:20px 0}
.ry_list a{ color:#fff}


.hide{
    display: none !important;
}

.blurbg{
	background: rgba(232,232,237,.3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    /*transition: opacity .32s cubic-bezier(.4,0,.6,1) 80ms,visibility .32s step-end 80ms;
	
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: fixed;
    top: 0;
    left: 0;
    min-width: 0;
    min-height: 0;
    display: none;
    height: 0;
    width: 0;
	*/
}
body.open .blurbg{
    opacity: 1;
	visibility: visible;
    /*transition: opacity .32s cubic-bezier(.4,0,.6,1) 80ms,visibility .32s step-end 80ms;
	
    display: block;
    z-index: 888;
    min-width: 100vw;
    min-height: 100vh;
    height: 100vh;
    width: 100vh;
	*/
}
.fadeInUp {
  animation: fadeInUp 1s linear 1;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}