/*banner*/
.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	/* margin-top: 80px; */
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 4%;
	z-index: 1;
	margin-left: -108px;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	width: 50px;
	height: 7px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 2px;
}

.slideBox .hd ul li.on {
	background: var(--theme-color);
	color: #fff;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox .bd li .introduce {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slideBox .bd li .introduce_box {
	/* width: 400px; */
	margin-top: 8%;
}

.slideBox .bd li .introduce .title {
	font-size: 44px;
	font-family: AlibabaSans-Regular;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 44px;
}

.slideBox .bd li .introduce .describe {
	font-size: 26px;
	font-family: AlibabaSans-Regular;
	font-weight: 400;
	color: #FEFEFE;
	line-height: 53px;
}

.slideBox .bd li .introduce .more {
	margin-top: 45px;
	width: 224px;
	height: 48px;
	background: #FFFFFF;
	font-size: 14px;
	font-family: AlibabaSans-Regular;
	font-weight: bold;
	color: #D9C5A7;
	line-height: 48px;
	text-align: center;
	border-radius: 8px;
}

.slideBox .bd li .introduce .more span {
	display: inline-block;
	width: 0px;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.slideBox .bd li .introduce .more:hover span {
	width: 23px;
	opacity: 1;
	transition: width 0.2s;

}


.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}



/* 新banner */
.index-banner {
	width: 100%;
	height: 41.7vw;
	position: relative;
}
.bg-jiao {
	width: 100%;
	height: 43px;
	background-image: url(../img/bg_jiao.png);
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 12;
}
.swiper-btn {
	position: absolute;
	top: 50%;
	left: 60px;
	font-size: 60px;
	margin-top: -20px;
	z-index: 2;
	cursor: pointer;
	color: #dbdbdb;
}

.swiper-btn.swiper-button-disabled {
	opacity: 0.5;
}

.swiper-btn.icon-arrow-right {
	left: auto;
	right: 60px;
}
.swiper-home-banner {
	width: 100%;
	height: 100%;
}
.swiper-home-banner .swiper-slide {
	background-size: cover;
	background-position: center;
}
.swiper-home-banner .swiper-slide .img {
	display: block;
	width: 100%;
}
.swiper-home-banner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.swiper-home-banner .b_h1 {
	font-size: 40px;
	line-height: 46px;
	font-weight: normal;
	margin-bottom: 45px;
	white-space: nowrap;
}

.swiper-home-banner .b_h2 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 30px;
	white-space: nowrap;
}

.swiper-home-banner .b_h4 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 30px;
	white-space: nowrap;
}

.swiper-home-banner .b_img {
	display: block;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-home-banner .btn {
	margin: 0 3px;
}
.swiper-home-banner .text .video-btn {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 36px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.swiper-home-banner .text .video-btn .iconfont {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.swiper-home-banner .text .video-btn:hover {
	transform: scale(1.1);
	transform: -webkit-scale(1.1);
}
.swiper-home-banner .text .btn:hover {
	background-color: #d7000f;
	border-color: #d7000f;
}
.swiper-home-banner .icon-arrow-right,
.swiper-home-banner .icon-arrow-left {
	outline: none;
	font-size: 70px;
	color: #fff;
	margin-top: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.swiper-home-banner .icon-arrow-right {
	left: auto;
	right: 60px;
}

.swiper-home-banner .swiper-button-disabled {
	opacity: 0.5;
}




.swiper-home-banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background:#fff;
	opacity: 1;
}
.swiper-home-banner .swiper-pagination-bullet-active{
	
	background-color: var(--theme-color);
}
/* end */





/* 底部 */
footer{
    /* background-image: url('../images/footer_bg.png'); */
    background-color: #1B1B1B;
    background-size: 100% 100%;
    padding: 40px 0;
    padding-top: 60px;
    color: #fff;
    margin-top: 60px;
}
footer .footer_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .footer_content .site_info{
    
}
footer .footer_content .site_info .logo{
    width: 200px;
    overflow: hidden;
}
footer .footer_content .site_info .logo img{
    width: 100%;
}
footer .footer_content .site_info ul{
    margin-top: 20px;
    /* display: flex; */
}
footer .footer_content .site_info li{
    /* padding: 8px 0; */
    display: flex;
    align-items: center;
}
footer .footer_content .site_info li img{
    /* margin-right: 20px; */
    margin-top: 20px;
    width: 105px;
}
footer .footer_content  span{

    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 30px;
}
footer .footer_content .nav_footer{
	padding-left: 10px;
	padding-right: 10px;
}
footer .footer_content .nav_footer h2{

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    /* padding: 25px 0; */
    padding-bottom: 25px;
}
footer .footer_content .nav_footer li{
    /* padding: 10px 0; */
    max-width: 270px;
}


.links{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.links li a{

    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    margin-right: 20px;
}

footer hr{
    border-top: 1px solid #767676;
}

footer  .copyright ,footer  .copyright a{
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    text-align: center;
    margin-top: 35px;
}
 @media screen and (min-width: 1500px) {    /*1500以上 */
    footer .footer_content , .links , footer  .copyright {
        padding: 0 80px;
    }
    footer hr{
        width: calc( 100% - 160px);
        margin: 0 auto;
        margin-top: 30px;
    }

    footer .footer_content .site_info {
        padding-left: 120px;
    }
}




@media screen and (max-width: 1020px) { /* 1020以下 */

	footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer_contact {
		padding-left: 0;
		border-left: 0;

	}

	footer .bottom .back span {
		display: none;
	}

	.slideBox{
		/* margin-top: 84px; */
	}

	.zym_banner{
		/* margin-top: 84px; */
	}
	.slideBox .hd{
		display: none;
	}

}

/* 底部 end*/

.zym_banner {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
	position: relative;
}
.zym_banner .box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.zym_banner .wenzi {
	padding: 66px 94px;
    /*background-image: url('../images/zym_border.png');*/
    background-size: 100% 100%;


    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    
}




@media screen and (max-width: 850px) {

	.zym_banner .wenzi {
		/*left: 5%;*/
	    transform: scale(0.6);
        /* transform-origin: left top;
        width: 160%; */
        padding: 0;
	}

	.zym_banner .wenzi p {
		/*width: 90%;*/

	}

	.select {
		padding: 0 30px;

	}

	.zym_banner h1 {
		/* padding-left: 10%; */
	}

	.zym_banner p {
		width: auto;
		/* padding-left: 10%; */
	}
}
@media screen and (max-width: 550px) {
    .zym_banner{
        height: 160px;
    }
}







/* 搜索 */
.header_search .input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    width: 35px;
    height: 35px;
    z-index: 9999;
  }
  
  .header_search .input {
    border-style: none;
    height: 34px;
    width: 34px;
    /* padding: 10px; */
    outline: none;
    border-radius: 50%;
    transition: .5s ease-in-out;
    background-color: var(--theme-color);
    box-shadow: 0px 0px 3px #f3f3f3;
    padding-right: 34px;
    /* color: #fff; */
    position: absolute;
    right: 0;
  }
  
  .header_search .input::placeholder,
  .header_search .input {
    font-size: 17px;
  }
  
  .header_search .input::placeholder {
    color: #e4e3e3;
  }
  
  .header_search  .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    outline: none;
    border-style: none;
    border-radius: 50%;
    pointer-events: painted;
    transition: .2s linear;
    z-index: 5;
  }

  .header_search .icon2{
    display: none;
  }

  .header_search  .icon:focus ~ .input,
  .header_search .input:focus ,
  .header_search .icon2:focus ~ .input{
    box-shadow: none;
    width: 256px;
    border-radius: 0px;
    /* border-bottom: 1px solid var(--theme-color); */
    /* transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2); */
    transition: all 500ms ;
    transition: .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    background-color:#fff;
    padding-left: 10px;
    color: #919191;
    border-radius: 17px;
    border: 1px solid var(--theme-color);
  }

  /* .icon:focus ~  .icon{
    display: none;
  }
  .icon:focus ~  .icon2 ,  .input:focus ~  .icon2{
    display: flex;
  } */








  .btn-cssbuttons {
    --btn-color: var(--theme-color);
    position: relative;
    padding: 7px 25px;
    font-family: AlibabaSans-Regular;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: white;
    background: none;
    border: none;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    /* filter: drop-shadow(0 2px 8px rgba(39, 94, 254, 0.32)); */
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);


    width: 140px;
    height: 34px;
    border-radius: 17px;
    margin-left: 12px;

   }
   .btn-cssbuttons.site_id2{
       font-size: 12px;
   }
   
   .btn-cssbuttons::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--btn-color);
    border-radius: 24px;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
   }
   
   .btn-cssbuttons span,
   .btn-cssbuttons span span {
    display: inline-flex;
    vertical-align: middle;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
   }
   
   .btn-cssbuttons span {
    transition-delay: 0.05s;
   }
   
   .btn-cssbuttons span:first-child {
    padding-right: 7px;
    color: #fff;
   }
   
   .btn-cssbuttons span span {
    margin-left: 8px;
    transition-delay: 0.1s;
   }
   
   .btn-cssbuttons ul {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
   }
   
   .btn-cssbuttons ul li {
    /* flex: 1; */
    width: 45px;
   }
   
   .btn-cssbuttons ul li a {
    display: inline-flex;
    vertical-align: middle;
    transform: translateY(55px);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
   }
   
   .btn-cssbuttons ul li a:hover {
    opacity: 0.5;
   }
   
   .btn-cssbuttons:hover::before {
    transform: scale(1.2);
   }
   
   .btn-cssbuttons:hover span,
   .btn-cssbuttons:hover span span {
    transform: translateY(-55px);
   }
   
   .btn-cssbuttons:hover ul li a {
    transform: translateY(0);
   }
   
   .btn-cssbuttons:hover ul li:nth-child(1) a {
    transition-delay: 0.15s;
   }
   
   .btn-cssbuttons:hover ul li:nth-child(2) a {
    transition-delay: 0.2s;
   }
   
   .btn-cssbuttons:hover ul li:nth-child(3) a {
    transition-delay: 0.25s;
   }



   .pc_set_site_url{
    margin-left: 30px;

    font-size: 18px;
    font-family: AlibabaSans-Regular;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 24px;
   }
   
   
   
   
   
   
   
   
   
   
   


/* 新导航 */
.navbar{
    margin-bottom: 0;
    border:0;

}
.affix{
    position: static;
}
.psearch-box input {
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	line-height: 50px;
	color: #333;
}

.psearch-box button {
	width: 50px;
	height: 50px;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	color: var(--theme-color);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.psearch-tip {
	font-size: 16px;
	margin-bottom: 20px;
}

.psearch-right {
	background: #fff;
	margin-top: 30px;
}

.psearch-right .m-tit {
	background: var(--theme-color);
	font-size: 16px;
	text-align: center;
	padding: 14px 15px;
	color: #fff;
	border-bottom: 5px solid #f0f4f7;
}

.psearch-ru a {
	display: block;
	background: #fff;
	font-size: 14px;
	color: #444;
	padding: 14px 15px;
	border-bottom: 4px solid #f0f4f7;
}

.psearch-item {
	display: block;
	background: transparent;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 0;
}

.psearch-item .m-tit {
	font-size: 14px;
	color: #444;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.psearch-item .m-time {
	font-size: 12px;
	color: #777;
	margin: 2px 0 6px;
}

.psearch-item .m-des {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	max-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.psearch-item .m-img {
	overflow: hidden;
}

.psearch-item .m-img img {
	width: 100%;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.psearch-item:hover .m-img img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.psearch-item:hover .m-tit {
	color: var(--theme-color);
}

.psearch-item .m-img+.m-cont {
	padding: 15px 0 0 0;
}

@media (min-width: 768px) {
	.sec-search {
		padding: 105px 0 110px;
	}

	.psearch-left {
		float: left;
		width: 72.5%;
	}

	.psearch-left .pagination {
		margin-top: 100px;
	}

	.psearch-box {
		padding-right: 78px;
		margin-bottom: 35px;
	}

	.psearch-box input {
		padding: 0 34px;
		font-size: 18px;
		line-height: 68px;
	}

	.psearch-box button {
		width: 68px;
		height: 68px;
		right: 10px;
	}

	.psearch-tip {
		font-size: 24px;
		margin-bottom: 27px;
	}

	.psearch-right {
		float: right;
		width: 25%;
		margin-top: 0;
	}

	.psearch-right .m-tit {
		font-size: 20px;
		padding: 20px 34px;
		border-bottom: 5px solid #f0f4f7;
	}

	.psearch-ru a {
		font-size: 18px;
		padding: 20px 34px;
		border-bottom: 4px solid #f0f4f7;
	}

	.psearch-item {
		padding: 25px 0;
	}

	.psearch-item .m-tit {
		font-size: 18px;
	}

	.psearch-item .m-time {
		font-size: 16px;
		margin: 4px 0 10px;
	}

	.psearch-item .m-des {
		font-size: 14px;
		line-height: 24px;
		max-height: 48px;
	}

	.psearch-item .m-img {
		float: left;
		width: 20%;
	}

	.psearch-item .m-img+.m-cont {
		float: left;
		width: 80%;
		padding: 0 4%;
	}
}

/*搜索页 - end*/



/*header - start*/
.header {
	background: #fff;
}

.header .header-top {
	width: 100%;
	height: 114px;
	padding-top: 51px;
}
.header .header-top  .container-full{
    height: 100%;
}
.header-flot {
	height: 51px;
	border-bottom: 1px solid #d30000;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}

.header-logo {
	float: left;
	margin-top: 11.5px;
	margin-left: 15px;
	max-width: 250px;
}

.header .logo {
	float: left;
	width: 78px;
	/* height: 27px; */
	display: block;
}

.navbar-togger {
	margin-top: 15px;
	float: right;
	margin-left: 20px;
	width: 50px;
	height: 50px;
	background: var(--theme-color);
	border: none;
	padding: 17px 15px;
	display: inline-block;
	visibility: visible;
	transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
	width: 20px;
	height: 2px;
	background-color: #fff;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
	margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
	opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
	-webkit-transform: translate(0, 7px) rotate(45deg);
	transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
	-webkit-transform: translate(0, -7px) rotate(-45deg);
	transform: translate(0, -7px) rotate(-45deg);
}

.header .bland {
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin-top: 12px;
    padding-left: 20px;
    margin-left: 25px;
    border-left: 1px solid #ccc;
	display: flex;
    align-items: center;
	color: var(--theme-red);
}

.header-tel {
	float: left;
	/* margin-top: 10px; */
	font-size: 0;
}

.header-tel a {
	    font-weight: 400;
        color: #000000;
        line-height: 24px;
        display: block;
        border-right: 1px solid #000000;
        padding-right: 23px;
        margin-right: 20px;
		font-size: 12px;
}

.header-tel a i {
	display: inline-block;
	font-size: 14px;
	color: #d30000;
	margin-right: 6px;
	vertical-align: middle;
}

.header-tel a.m-tel i {
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 15px;
	font-size: 8px;
	background: #d30000;
	color: #fff;
	border-radius: 50%;
	vertical-align: 4px;
}

.dropdown-full {
	display: none;
}
.drop-col-se .drop-list li{
    float: none;
}

.header-bottom .logo_left{
	float: left;
	display: flex;
}

.header-bottom .logo_left .logo {
    width: 200px;
    /* height: 42px; */
}

.header-right {
    float: right;
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
}
.header.affix .header-bottom {
	position: fixed;
	width: 100%;
	z-index: 900;
	top: 0;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}


.scroll-down .header.affix .header-bottom {
	/* -webkit-transform: translateY(-100px);
	transform: translateY(-100px); */
}
@media (min-width: 2000px){
	.navbar{
		margin-left: 10%;
	}
}
/* 以上 */
@media (min-width: 1301px) {
	.header {
		height: 100px;
	}

	.header .header-top {
		height: 90px;
		padding-top: 0;
	}

	.header-flot {
		height: auto;
		float: left;
		border: 0;
		position: relative;
		width: auto;
	}

	.header-logo {
		margin-top: 27.5px;
		margin-left: 0;
	}

	.header .logo {
		width: 100px;
		/* height: 35px; */
	}

	.navbar-togger {
		display: none;
	}

	.header .bland {
		font-size: 16px;
		line-height: 21px;
		padding-left: 16px;
		margin-left: 20px;
		margin-top: 24px;
		border-left: 1px solid #ccc;

		/* display: none; */
	}
    .header .icon_list{
        float: left;
        padding-left: 20px;
        margin-left: 90px;
        margin-top: 20px;
    }
    .header li{
        float: left;
        margin-left: 25px;
    }
    .header-right{
        float: right;
        display: flex;
        align-content: center;
        align-items: center;
        height: 100%;
		margin-top: 17px;
    	margin-left: 10px;
    }

	.header-tel {
		/* margin-top: 38px; */
	}

	

	

	.header-bottom {
		background: #fff;
	}

	

	.navbar {
		position: relative;
		float: left;
	}

	.nav-list {
		float: left;
		margin-left: 10px;
	}

	.nav-list>li {
		float: left;
		position: relative;
		margin-right: 14px;
	}

	.nav-list>li:last-child {
		margin-right: 0;
	}

	.category-tig {
		display: none;
	}

	.category-item {
		position: relative;
	}

	.category-item::after {
		content: '';
		width: 1px;
		height: 20px;
		background: rgba(255, 255, 255, .4);
		position: absolute;
		right: -6px;
		top: 50%;
		margin-top: -10px;
	}

	.nav-list>li:last-child .category-item::after {
		display: none;
	}

	.category-item a {
		display: block;
		line-height: 100px;
		font-size: 16px;
		padding: 0 10px;
		color: #333;
		position: relative;
	}
	.category-item a span {
		padding: 7px 0;
		position: relative;
	}
	.category-item a span::after {
		content: '';
		width: 0;
		height: 3px;
		background: var(--theme-red);
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	.nav-list>li:hover .category-item a span::after,
	.nav-list>li.active .category-item a span::after {
		width: 100%;
	}

	.category-cont {
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: 500;
		background: #fff;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		width: auto;
		min-width: 150px;
		text-align: center;
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
		-webkit-transition: max-height .8s;
		transition: max-height .8s;
	}

	.category-cont a {
		display: block;
		line-height: 36px;
		color: #888;
		white-space: nowrap;
		font-size: 14px;
		padding: 8px 32px;
		border-bottom: 1px solid #efefef;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.category-cont a:hover {
		color: var(--btn-color);
	}

	.nav-list>li:not(.nav-full):hover .category-cont {
		opacity: 1;
		max-height: 600px;
	}

	.nav-list>li.nav-full .category-cont {
		display: none;
	}

	.dropdown-full {
		display: block;
		position: fixed;
		left: 0;
		width: 100%;
		z-index: 200;
		background-color: rgb(255 255 255 / 95%);
		-webkit-transition: none;
		transition: none;
		height: auto;
		display: none;
		overflow: hidden;
		-ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
		-o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
	}

	.nav-full:hover .dropdown-full {
		display: block;
		visibility: visible;
	}

	.dropdown-box {
		/* background: -webkit-gradient(linear, left top, right top, color-stop(36%, #eee), color-stop(36%, #fff));
		background: linear-gradient(to right, #eee 36%, #fff 36%); */
		width: 100%;
	}

	.drop-columns {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}

	.drop-col-l {
		float: left;
		width: 22%;
		/* background: #eee; */
		padding: 36px 0 50px 0;
	}
	.drop-col-l li{
		margin-left: 0;
		width: 100%;
	}

	.drop-nav li {
		margin-bottom: 10px;
	}

	.drop-nav li a {
		display: block;
		font-size: 18px;
		font-weight: 600;
		line-height: 60px;
		padding: 0 65px 0 20px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-transition: all .4s;
		transition: all .4s;
		position: relative;
		background: transparent;
	}

	.drop-nav li a i {
		position: absolute;
		right: 28px;
		top: 0;
		font-size: 20px;
		color: #fff;
		line-height: 60px;
		opacity: 0;
		-webkit-transition: all .4s;
		transition: all .4s;
	}

	.drop-nav li.on a {
		background: var(--theme-red);
		color: #fff;
	}

	.drop-nav li.on a i {
		opacity: 1;
	}

	.drop-col-r {
		float: left;
		width: 78%;
		padding: 32px 5%;
		/* background: #fff; */
	}

	.drop-col-se {
		float: left;
		width: 25%;
	}

	.drop-col-th {
		float: right;
		width: 75%;
		/* max-width: 600px; */
		max-height: 600px;
		overflow: auto;
		overflow-x: hidden;
		padding: 0 20px;
	}

	.drop-megapanel .m-tit {
		display: block;
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 14px;
	}

	.drop-list.scrollbar-y {
		max-height: 264px;
	}

	.drop-list li {
		padding: 16px 0;
		margin-left: 0;
	}

	.drop-list li a {
		font-size: 16px;
		-webkit-transition: all .3s;
		transition: all .3s;
		padding: 6px 0;
    	border-bottom: 2px solid #333;
	}

	.drop-list li a i {
		margin-left: 5px;
		font-size: 18px;
	}

	.drop-list li.on a,
	.drop-list li a:hover {
		color: var(--theme-red);
		border-bottom: 2px solid var(--theme-red);
	}

	.drop-megapanel .m-subtit {
		font-size: 14px;
		line-height: 24px;
		color: #666;
		margin-top: 30px;
		margin-bottom: 16px;
	}

	.drop-small-des {
		font-size: 14px;
		line-height: 24px;
		color: #666;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		max-height: 72px;
	}

	.drop-pic {
		margin-top: 20px;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-gap: 20px;
	}

	.drop-pic img {
		width: 100%;
	}

	.drop-col-th-box,
	.drop-megapanel {
		display: none;
	}

	.drop-col-th-box.on,
	.drop-megapanel.on {
		display: block;
	}

	.language {
		float: right;
		/* margin-top: 11px; */
		position: relative;
		line-height: 100px;
		font-size: 18px;
	}

	.language-now {
		border: 1px solid rgba(255, 255, 255, .6);
		border-radius: 18px;
		cursor: pointer;
		position: relative;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.language-now a {
		padding-left: 48px;
		padding-right: 40px;
		background: url(../images/icon-language.png) no-repeat left 18px center;
		display: block;
		line-height: 34px;
		font-size: 14px;
		height: 36px;
		color: rgba(255, 255, 255, .8);
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.language-now .m-rotate {
		display: inline-block;
		position: absolute;
		right: 18px;
		top: 0;
		font-size: 14px;
		line-height: 34px;
		color: #fff;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.language-list {
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: 500;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		width: auto;
		min-width: 115px;
		text-align: center;
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
		-webkit-transition: max-height .8s;
		transition: max-height .8s;
	}

	.language:hover .language-now {
		border-color: #fff;
	}

	.language:hover .language-now a {
		color: #fff;
	}

	.language:hover .language-now .m-rotate {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.language:hover .language-list {
		opacity: 1;
		max-height: 600px;
	}

	.language-list-pad {
		padding-top: 11px;
	}

	.language-list a {
		display: block;
		line-height: 26px;
		color: #888;
		white-space: nowrap;
		font-size: 14px;
		padding: 8px 32px;
		background: #fff;
		border-bottom: 1px solid #efefef;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.language-list:hover a {
		color: #d30000;
	}

	.search-btn {
		float: right;
		width: 34px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 20px;
		color: #fff;
		cursor: pointer;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.search-wrap {
		position: absolute;
		left: 0;
		right: 143px;
		top: 0;
		height: 60px;
		background: #d30000;
		z-index: -2;
		opacity: 0;
	}

	.search-frame {
		position: relative;
		height: 40px;
		margin-top: 10px;
	}

	.search-close {
		display: block;
		width: 34px;
		height: 40px;
		font-size: 20px;
		color: #fff;
		line-height: 40px;
		text-align: center;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		opacity: 0;
		cursor: pointer;
	}

	.search-input {
		margin-right: 60px;
		height: 40px;
		padding-right: 60px;
		border: 1px solid #e5e5e5;
		position: relative;
	}

	.search-input input {
		width: 100%;
		padding: 0 15px;
		font-size: 16px;
		line-height: 38px;
		color: #fff;
	}

	.search-input input::-webkit-input-placeholder {
		color: rgba(255, 255, 255, .8);
	}

	.search-input input::-moz-placeholder {
		color: rgba(255, 255, 255, .8);
	}

	.search-input input:-ms-input-placeholder {
		color: rgba(255, 255, 255, .8);
	}

	.searchtext-btn {
		position: absolute;
		right: 0;
		top: 0;
		width: 38px;
		height: 38px;
		z-index: 2;
		cursor: pointer;
		text-align: center;
		line-height: 38px;
		color: #fff;
		font-size: 16px;
	}

	@-webkit-keyframes searchform-fade {
		0% {
			opacity: 0;
			-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
			animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
		}

		100% {
			opacity: 1
		}
	}

	@keyframes searchform-fade {
		0% {
			opacity: 0;
			-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
			animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
		}

		100% {
			opacity: 1
		}
	}

	@-webkit-keyframes searchform-slide {
		0% {
			-webkit-transform: translate3d(100px, 0, 0);
			transform: translate3d(100px, 0, 0);
			-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
			animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
		}

		100% {
			-webkit-transform: translateZ(0);
			transform: translateZ(0)
		}
	}

	@keyframes searchform-slide {
		0% {
			-webkit-transform: translate3d(100px, 0, 0);
			transform: translate3d(100px, 0, 0);
			-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
			animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
		}

		100% {
			-webkit-transform: translateZ(0);
			transform: translateZ(0)
		}
	}

	@-webkit-keyframes item-searchshow {
		0% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
			-webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
			animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
		}

		40% {
			opacity: 1
		}

		100% {
			opacity: 0;
			-webkit-transform: scale(0.3);
			transform: scale(0.3)
		}
	}

	@keyframes item-searchshow {
		0% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
			-webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
			animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
		}

		40% {
			opacity: 1
		}

		100% {
			opacity: 0;
			-webkit-transform: scale(0.3);
			transform: scale(0.3)
		}
	}

	.searchshow .nav-list>li {
		-webkit-animation: item-searchshow .4s both;
		animation: item-searchshow .4s both;
	}

	.searchopen .search-wrap {
		z-index: 10;
		opacity: 1;
	}

	.searchopen .search-frame {
		-webkit-animation: searchform-fade 400ms both;
		animation: searchform-fade 400ms both;
	}

	.searchopen .search-frame form {
		-webkit-animation: searchform-slide 1s both;
		animation: searchform-slide 1s both;
	}

	.searchopen .search-close {
		opacity: 1;
		-webkit-transition: all .2s ease-out 0s;
		transition: all .2s ease-out 0s;
	}

	.searchopen .search-close {
		opacity: 1;
		-webkit-transition: all .2s ease-out 0s;
		transition: all .2s ease-out 0s;
	}

	.searchopen .nav-list>li {
		visibility: hidden;
	}
}
/* 以下 */
@media (max-width:1300px) {
	.header{
		padding-bottom: 80px;
	}
	.header-bottom{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 500;
	}
	.header .bland{
		margin-top: 20px;
	}
	.header-flot {
		transition: transform 0.3s, -webkit-transform 0.3s;
	}

	.header.affix .header-flot {
		box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
	}

	.scroll-down .header-flot {
		-webkit-transform: translateY(-60px);
		transform: translateY(-60px);
	}

	.header-bottom {
		width: 100%;
    	height: 80px;
		width: 100%;
		overflow: hidden;
		background: #fff;
		-webkit-transition: height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
		transition: height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
		z-index: 490;
	}

	.header.open-menu .header-bottom {
		height: 100%;
	}

	.nav-list>li {
		border-bottom: 1px solid #e5e5e5;
		opacity: 0;
		pointer-events: none;
	}

	.nav-list>li:nth-child(1) {
		-webkit-transform: translateY(-44px);
		transform: translateY(-44px);
		transition: opacity .33s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .46s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1s, -webkit-transform .46s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1s;
	}

	.nav-list>li:nth-child(2) {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
		transition: opacity .29s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
	}

	.nav-list>li:nth-child(3) {
		-webkit-transform: translateY(-36px);
		transform: translateY(-36px);
		transition: opacity .26s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
	}

	.nav-list>li:nth-child(4) {
		-webkit-transform: translateY(-32px);
		transform: translateY(-32px);
		transition: opacity .23s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
	}

	.nav-list>li:nth-child(5) {
		-webkit-transform: translateY(-28px);
		transform: translateY(-28px);
		transition: opacity .22s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
	}

	.nav-list>li:nth-child(6),
	.nav-pane {
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
		transition: opacity .20s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
	}

	.navbar {
		position: absolute;
		top: 80px;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: 620;
		padding: 20px;
		border-top: 1px solid #e5e5e5;
		overflow-x: hidden;
		overflow-y: auto;
		visibility: hidden;
		-webkit-transition: visibility 0s linear 1s;
		transition: visibility 0s linear 1s;
		background-color: #fff;
	}

	.header.open-menu .nav-list>li,
	.header.open-menu .nav-pane {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: none;
		transform: none;
	}

	.header.open-menu .navbar {
		visibility: visible;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.category-item {
		position: relative;
	}

	.category-item a {
		font-size: 14px;
		display: block;
		line-height: 48px;
		margin-right: 60px;
		color: #1c1c1c;
	}

	.category-tig {
		font-size: 14px;
		color: #888;
		text-align: right;
		line-height: 48px;
		width: 50px;
		height: 48px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}

	.category-rotate {
		width: 20px;
		height: 20px;
		font-size: 20px;
		display: inline-block;
		text-align: center;
		line-height: 1;
		vertical-align: middle;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.nav-list>li.open .category-rotate {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.category-cont {
		display: none;
	}

	.P_parent.open .category-cont {
		display: block;
	}

	.category-cont a {
		line-height: 36px;
		color: #888;
		font-size: 12px;
		display: block;
		padding: 0 20px;
		border-bottom: 1px solid #e5e5e5;
	}

	.category-cont a:last-child {
		border: none;
	}

	.nav-list>li.active .category-item a {
		color: var(--theme-color);
	}

	.category-cont a.active {
		color: var(--theme-color);
	}

	.search-wrap {
		margin-top: 20px;
	}

	.search-btn {
		display: none;
	}

	.search-close {
		display: none;
	}

	.search-input {
		height: 46px;
		border: 1px solid #e5e5e5;
		position: relative;
		padding-right: 44px;
	}

	.search-input input {
		width: 100%;
		font-size: 14px;
		line-height: 44px;
		padding: 0 15px;
	}

	.searchtext-btn {
		position: absolute;
		right: 0;
		top: 0;
		width: 44px;
		height: 44px;
		z-index: 2;
		cursor: pointer;
		text-align: center;
		line-height: 44px;
		font-size: 16px;
		color: #666;
	}
	.header-right{
		margin-top: 10px;
	}
	.language {
		float: right;
		/* margin-top: 11px; */
		position: relative;
		line-height: 80px;
		font-size: 18px;
		margin-right: 20px;
	}

	.language-now {
		display: block;
		position: relative;
		border-bottom: 1px solid #e5e5e5;
		font-size: 14px;
		line-height: 48px;
	}

	.language-now a {
		font-size: 14px;
		display: block;
		line-height: 48px;
		margin-right: 60px;
		color: #1c1c1c;
		padding-left: 28px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		background: url(../images/icon-language_2.png) no-repeat left center;
	}

	.language-now .m-rotate {
		font-size: 14px;
		color: #888;
		line-height: 48px;
		width: 50px;
		height: 48px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		text-align: right;
	}

	.language-now .m-rotate i {
		width: 20px;
		height: 20px;
		font-size: 20px;
		display: inline-block;
		text-align: center;
		line-height: 1;
		vertical-align: middle;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.language-list {
		display: none;
	}

	.language-list a {
		line-height: 36px;
		color: #888;
		font-size: 12px;
		display: block;
		padding: 0 20px;
		border-bottom: 1px solid #e5e5e5;
	}

	.language.open .m-rotate i {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/* 1260px以上 */
@media (min-width: 1260px) {
	.nav-list>li {
		/* margin-right: 40px; */
	}

	.category-item::after {
		right: -19px;
	}
	
}
@media (min-width: 1500px) {
	.header .bland {
		font-size: 12px;
		line-height: 21px;
		padding-left: 16px;
		margin-left: 20px;
		margin-top: 24px;
		border-left: 1px solid #ccc;

	}
}

/* 1700px以上 */
@media (min-width: 1700px) {
	.header {
		height: 100px;
	}

	.header .header-top {
		height: 110px;
	}

	.header-logo {
		margin-top: 27px;
	}

	.header .logo {
		width: 208px;
		/* height: 42px; */
	}

	.header .bland {
		font-size: 16px;
		line-height: 24px;
		padding-left: 20px;
		margin-left: 25px;
		margin-top: 27px;
		max-width: 250px;
	}

	.header-tel {
		/* margin-top: 42px; */
	}

	.header-tel a {
		font-size: 12px;
		/* margin-left: 25px; */
	}

	.header-tel a i {
		font-size: 20px;
		margin-right: 10px;
	}

	.header-tel a.m-tel i {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		vertical-align: 4px;
	}

	.category-item a {
		line-height: 100px;
		font-size: 18px;
	}
	.nav-list{
		margin-left: 60px;
	}
	.nav-list>li {
		/* margin-right: 50px; */
	}

	.category-item::after {
		right: -29px;
	}

	.drop-list.scrollbar-y {
		max-height: 360px;
	}

	.language {
		/* margin-top: 16px; */

		float: right;
		line-height: 100px;
		display: block;
		font-size: 18px;
		padding: 0 10px;
		color: #333;
		margin-right: 30px;
	}

	.search-btn {
		width: 34px;
		height: 70px;
		line-height: 70px;
		font-size: 24px;
	}

	.language-list-pad {
		padding-top: 16px;
	}

	.search-wrap {
		right: 145px;
		height: 70px;
	}

	.search-input {
		margin-right: 60px;
		height: 46px;
		padding-right: 60px;
		border: 1px solid #e5e5e5;
		position: relative;
	}

	.search-input input {
		width: 100%;
		padding: 0 15px;
		font-size: 16px;
		line-height: 46px;
		color: #fff;
	}

	.searchtext-btn {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 18px;
	}

	.search-close {
		width: 34px;
		height: 46px;
		font-size: 24px;
		line-height: 46px;
	}

	.search-frame {
		height: 46px;
		margin-top: 12px;
	}
}
.drop-list.scrollbar-y {
    overflow: auto;
    overflow-x: hidden;
}


@media (min-width: 1700px) {
	.nav-list>li {
		/* margin-right: 50px; */
	}

	.category-item::after {
		right: -48px;
	}

	.drop-list.scrollbar-y {
		max-height: 472px;
	}

	.header-right {
		
		margin-top: 17px;
	}
}
/* 以下 */
@media (max-width:850px) {

	

	.header-logo {
		width: 150px;
		margin-left: 0;
		margin-top: 20px;
	}
	.header .bland{
		display: none;
	}
	.header-right{
		display: none;
	}
	
}
@media (max-width:1600px) {
	.header-tel{
		/* display: none; */
	}
	.nav-list>li{
		margin-right: 0;
		margin-left: 0;
	}
	.nav-list{
		margin-left: 35px;
	}
}



.herader-qrcode{
    width: 64px;
    height: 64px;
}
/* 新导航end */





/*------------------- 在线留言弹窗 -----------------------*/
.mr10{margin-right:10px;}
.fl{float:left;}
#HBox{width:300px;height:270px;margin:0 auto;box-shadow:1px 1px 5px #333;-webkit-box-shadow:1px 1px 5px #333;display:none;background-color:#ffffff;position:fixed;top:50%;left:50%;margin:-120px 0 0 -150px;z-index:100000;}
.list{padding:25px 0;}
.list li{width:80%;margin:10px auto auto;overflow: hidden;}
.list li strong{width:20%;float:left;display:inline-block;margin-right:10px;text-align: right;}
.list .fl{width:72%;}
.ipt{width:100%;text-indent:5px;border:1px solid #A4A4A4;padding:5px; background-color: #FFFFFF; border-radius: 5px;outline: none;resize: none;}
.ipt:focus{}
textarea.ipt{
	font-size: 14px;
}

textarea.ipt::-webkit-input-placeholder {
	color: #cecece;
}

.submitBtn{width:100%;height:32px;line-height:30px;cursor:pointer;margin-top:10px;display:inline-block;text-align:center;background-color:var(--theme-color);color:#fff;padding:0;border-radius: 5px;}
.submitBtn:hover,.submitBtn:disabled{opacity: .8;-webkit-opacity: .8;}
/*------------------- 在线留言弹窗end -----------------------*/