/*
Theme Name:HangOu Theme
Theme URI:  https://eastdigi.com/
Author: the East Digi Marketing Team
Author URI:  https://eastdigi.com/
Version: 1.0
*/
body{
    overflow-x: hidden;
    position: relative;
	    font-family: 'Microsoft Yahei';
	font-size: 16px;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
p{
	margin-bottom: 15px;line-height: 26px;
}
a:active,a:link,a:focus,a:visited{
    text-decoration: none;
}
input,
textarea,
select,
button {
	border: 0;
	outline: none;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.wrapper {
    width: 1470px;margin: 0 auto;
}
.wrappers{
	width: 1490px !important;margin: 0 auto !important;float: inherit !important;
}
.col-xs-5th, .col-sm-5th, .col-md-5th, .col-lg-5th {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.btn{
	color: #FFFFFF;
	font-size: 16px;
	background: #1d93c3;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	overflow: hidden; 
	transition: all .3s;
	padding: 10px 35px;
	border-radius: 0;
	font-family: "Microsoft Yahei";
	font-size: 16px;
}
.btn-default{
	border-color:#1d93c3 ;
}
.btn-default:hover{
	background-color: #fff;border-color: #fff;color: #454545 !important;
}
.btn:hover{
	outline: 0;
	color: #fff;
	background:#fff;
}
.btn:hover::after{
	background:#fff;
	color: #454545 ;
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,0deg);
	transform: rotate3d(0,0,1,0deg);
	-webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
	transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.btn::after{
	content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: -1;
		-webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
		transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transition: -webkit-transform .6s,opacity .6s,background-color .6s;
		transition: transform .6s,opacity .6s,background-color .6s;
}
@media ( min-width : 768px) {
	.col-sm-5th {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 992px) {
	.col-md-5th {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 1200px) {
	.col-lg-5th{
		width: 20%;
		float: left;
	}
}
@font-face {
    font-family: 'Microsoft YaHei';
    src: url('/wp-content/themes/hangou/assets/fonts/MicrosoftYaHei.eot');
    src: url('/wp-content/themes/hangou/assets/fonts/MicrosoftYaHei.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hangou/assets/fonts/MicrosoftYaHei.woff2') format('woff2'),
        url('/wp-content/themes/hangou/assets/fonts/MicrosoftYaHei.woff') format('woff'),
        url('/wp-content/themes/hangou/assets/fonts/MicrosoftYaHei.ttf') format('truetype'),
        url('/wp-content/themes/hangou/assets/fonts/MicrosoftYaHei.svg#MicrosoftYaHei') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.flex{
    display: flex;
	display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}
/*解决模态框显示后页面偏移问题和背景颜色变黑问题*/
body.modal-open {
	overflow-y: auto !important;
	padding-right: 0 !important;
}
.modal-backdrop {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  display: none;
}
#exampleModal{
	padding-right: 0 !important;
}
/* search  模态框 */
.sear{
	cursor: pointer;
}
.modal{
	z-index: 999999;
}
.serch-home .modal-lg {
    width: 100%!important;
    margin-top: 0px!important;
    margin-left: 0px;
    max-width: 100%;
}
.fade.show {
    opacity: 1;
    background: rgba(51, 51, 51, 0.5);
}
.serch-home .modal-content {
    min-height: 260px;
    border-top: 0;
    border-radius: 0px;
    background: rgba(51, 51, 51, .7);
}
button.close {
    -webkit-appearance: none;
    padding: 15px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 31px!important;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
.serch-home .form-p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 900;
    padding-right: .625rem;
    padding-left: .625rem;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #fff!important;
    width: 90%;
}
.serch-home form#searchform {
    border: none!important;
    margin: 0!important;
    padding-right: .625rem;
    padding-left: .625rem;
    position: relative;
    color: #fff!important;
}
.serch-home input#s {
    color: #fff!important;
    background: none;
    border: none;
    border-bottom: 2px solid #fdfdfd;
    font-weight: 900;
    padding: 6px 0 20px 0;
    height: auto;
    text-transform: lowercase;
    font-size: 30px;
    border-color: #fff!important;
    width: 100%;
}
.serch-home button.search-submit.search-btn {
    right: 10px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 40px;
    top: 16px;
    outline: 0;
    background: none!important;
    font-size: 38px;
    padding: 0!important;
    z-index: 4;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    position: absolute;
    border: none;
}
.serch-home form#searchform {
    border: none!important;
    margin: 0!important;
    padding-right: .625rem;
    padding-left: .625rem;
    position: relative;
    color: #fff!important;
}
.serch-home #searchform input{
	outline: none !important;
}

#menu{
    display: none;z-index: 555;
}
#menu.mm-opened,#caidan.mm-opened {
    display: block;
}
.mm-panels .sub-menu-toggle{
	display: none;
}
.mobile-bar{
	display: none;
}
.pc_none{
	display: none;
}
/* header */
.header-call img{
	display: inline-block;height: auto;background-color: #1d93c3;border-radius: 50%;padding: 6px;color: #fff;margin-right: 10px;
}
.header-call li i{
	width: 26px;height: 26px;background-color: #1d93c3;color: #fff;text-align: center;line-height: 26px;border-radius: 50%;font-size: 12px !important;margin-right: 10px;
}
#hamburger{
	display:none;
}
.header-top{
	display: flex;align-items: center;height: 108px;justify-content: space-between;
}
.header-content{
	background-color: #f9f9f9;
}
.header-call li:first-child{
	margin-bottom: 10px;
}
.header-call li{
	font-size: 18px;color: #333333;
}
.header-call li a{
	font-size: 24px;font-weight: bold;color: #333333;
}
.menu-item-description{
	display: none;
}
.navlist{
	text-align: center;text-align: center;display: table;align-items: center;justify-content: space-between;height: 70px;    width: 100%;line-height: 70px;
}
.navlist>li{
	display: table-cell;
}
.navlist li{
	position: relative;
}
.navlist li i{
	color: #333333;margin-right: 8px;
}
.navlist .sub-menu li a {
    color: #333;font-size: 16px;display: inline-block;width: 100%;padding: 5px 20px;
}
.navlist .sub-menu li.current-menu-item > a{
	color: #1d93c3 !important;
}
.navlist>li:hover>.sub-menu{
	display: block;
}
.navlist>li>.sub-menu {
    text-align: left;position: absolute;top: 70px;background: #fff;color: #1d1d1d;width: 250px;box-shadow: 0 2px 3px rgba(0,0,0,.1);z-index: 111;
}
.navlist .sub-menu li {
    width: 100%;position: relative;line-height: 36px;
}
.navlist .sub-menu li a:hover{
	color: #1d93c3;
}
.navlist .sub-menu li:hover .sub-menu {
    display: block;
}
.navlist .sub-menu .sub-menu {
    position: absolute;top: 0;background: #fff;color: #1d1d1d;width: 300px;box-shadow: 0 2px 3px rgba(0,0,0,.1);z-index: 111;left: 100%;
}
.navlist > li > a{
	font-size: 18px;font-weight: bold;color: #333333;
}
.navlist .sub-menu-toggle{
	display: none;
}
.navlist .sub-menu{
	display: none;
}
.navlist>li.current-menu-item,
.navlist>li.current-menu-ancestor{

	background-color: #1d93c3;
}
.navlist>li.current-menu-item >a,
.navlist>li.current-menu-item >a i,
.navlist>li.current-menu-ancestor > a{
	color: #fff;
}
/* banner */
.banner{
	font-family: "Microsoft Yahei" !important;
}
.banner h2{
	font-family: "Microsoft Yahei" !important;font-weight: 700;
}
/* 产品解决方案 */
.home-solve{
	background-color: #fafafa;padding-top:90px;padding-bottom: 90px;
}
.title{
	margin-top: 0px;font-size: 36px;font-weight: bold;color: #1d93c3;margin-bottom: 30px;
}
.subtitle{
	font-size: 16px;line-height: 24px;color: #454545;
}
.solveSwiper .swiper-slide-thumb-active h3,.recomSwiper .swiper-slide-thumb-active h3{
	background-color: #1d93c3;border-color:#1d93c3 ;color: #fff;
}
.solveSwiper .swiper-slide,.recomSwiper .swiper-slide{
	text-align: center;
}
.solveSwiper .swiper-slide,
.recomSwiper .swiper-slide{
	cursor: pointer;
}
.solve-item{
	margin-left: -10px;margin-right: -10px;display: flex;align-items: center;justify-content: flex-start;
}
.solve-list{
	margin-left: 10px;margin-right: 10px;width: 25%;
}
.solveSwiper2,.recomSwiper2{
	overflow: hidden;
}
.solveSwiper h3,.recomSwiper h3{
	border: solid 1px #bfbfbf;margin-top: 0;margin-bottom: 0;padding: 14px 0px;font-size: 16px;color: #454545;
}
.solveSwiper,.recomSwiper{
	margin-top: 40px;margin-bottom: 42px;
}
.solve-box{
	text-align: center;
}
.solve-txt h3{
	font-size: 18px;font-weight: bold;color: #121212;margin-bottom: 20px;
}
.solve-box:hover h3{
	color: #1d93c3;
}
.solve-txt .btn{
	font-size: 14px;color: #454545;background: #fff;border: solid 1px #dbdbdb;
}
.solve-txt .btn:hover{
	color: #fff;
}
.solve-txt .btn:hover::after{
	background: #1d93c3;
}
.solve-box{
	background:#fff;
}
.solve-txt{
	padding-top: 20px;padding-bottom: 30px;
}
.solve-img{
	position: relative;
}
.bo{
	position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);
}
.bo i{
	color: #fff;
}
.jj_content{
	margin-top: 20px;
}
.jj_box{
	display: none;margin-bottom: 25px;
}
.jj_list:first-child{
	border-top:1px solid #ddd;
}
.jj_list.open .jj_box{
	display: block;
}
.jj_list{
	border-bottom: 1px solid #ddd;
}
.jj_title h3{
	font-size: 18px;color: #454545;padding: 14px 0px;margin: 0;position: relative;
}
.jj_title h3::after{
	position: absolute;content: "\f105";right: 15px;font: normal normal normal 14px/1 FontAwesome!important;top: 15px;bottom: 0px;font-size: 16px !important;color: #454545;
}
.jj_list.open h3::after{
	content: "\f107";
}
/* 公司简介 */
.home-company p.subtitle{
	width: 50%;margin-left: auto;margin-right: auto;
}
.home-company{
	background-color: #f3f3f3;padding-top: 90px;padding-bottom: 90px;
}
.company-item{
	align-items: center;justify-content: space-between;margin-top: 35px;
}
.company-left hr{
	border-color: #dbdbdb
}
.company-list h3{
	font-size: 24px;font-weight: bold;color: #454545;margin-bottom: 20px;
}
.company-list p{
	font-size: 16px;line-height: 24px;color: #454545;
}
.company-list:first-child{
	margin-bottom: 40px;
}
.company-list:last-child{
	margin-top: 40px;
}
/* 精品推荐 */
.home-recom{
	margin-top: 90px;margin-bottom: 90px;
}
.video{
	position: relative;overflow: hidden;
}
.video img{
	width: 100%;transition: all .4s;
}
.video a:hover > img{
	transition: all .4s;transform: scale(1.1);
}
/* 新闻中心 */
.home-news{
	background: url(/wp-content/uploads/2023/08/news-bg.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;padding-top: 90px;padding-bottom: 90px;
}
.newtxt{
	padding:40px 20px;
}
.news-item h3{
	font-size: 24px;line-height: 30px;color: #333333;display: inline-block;margin-top: 0;
}
.news-item span{
	font-size: 14px;line-height: 30px;color: #333333;display: inline-block;float: right;
}
.news-item span i{
	color: #1d93c3;margin-right: 5px;
}
.news-item p{
	font-size: 16px;line-height: 24px;color: #454545;margin-bottom: 0;
}
.news-item{
	margin-left: -15px;margin-right: -15px;margin-top: 45px;
}
.news-box{
	background: #fff;
}
.news-left{
	width: 45%;
}
.news-right{
	width: 55%;
}
.news-list{
	background: #fff;padding:43px 35px;margin-bottom: 20px;border-bottom: 4px solid transparent;overflow: hidden;
}
.news-list:hover{
	border-color:#1d93c3 ;
}
.news-list:last-child{
	margin-bottom: 0;
}
.news-list p{
	min-height: 48px;
}
.nimg{
	overflow: hidden;
}
.nimg img{
	width: 100%;height: auto;transition: all .4s;
}
.news-box:hover img{
	transition: all .4s;transform: scale(1.1);
}
.news-box:hover h3{
	color: #1d93c3;
}
.news-top{
	align-items: center;justify-content: space-between;
}
#myTab li{
	display: inline-block;background-color: #ffffff;border: solid 1px #dbdbdb;width: 160px;height: 45px;text-align: center;
}
#myTab li a{
	font-size: 16px;color: #454545;
}
/* 咨询我们的产品 */
.home-consult{
	background: url(/wp-content/uploads/2023/08/bg.jpg);background-size: cover;background-repeat: no-repeat;background-position:center;padding: 90px 0;    background-attachment: fixed;
}
.home-consult h2,.home-consult p{
	color: #fff;
}
.home-consult div{
	margin-top: 45px;
}
/* footer */
footer{
	background: url(/wp-content/uploads/2023/08/footer-bg.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;
}
.footer-top{
	padding: 40px 0px 60px 0px;
}
.ft-list h4{
	font-size: 20px;font-weight: bold;line-height: 55px;color: #ffffff;
}
.ft-list li a{
	font-size: 16px;line-height: 35px;color: #ffffff;
}
.ft-list li a:hover{
	text-decoration: underline;
}
.ft-list li{
	font-size: 16px;line-height: 35px;color: #ffffff;
}
.footer-bottom{
	background: rgba(224,224,224,0.15);height: 66px;line-height: 66px;text-align: center;color: #fff;
}
/* 产品和服务 */
.nbbg{
	min-height: 280px;display: grid;align-items: center;color: #fff;
}
.nbbg h1{
	font-weight: 700;margin-top: 0;margin-bottom: 0;
}
.nbanbox{
	text-align: center;
}
.breadcrumb{
	margin-bottom: 0;padding: 12px 15px;padding: 12px 15px;font-size: 14px;
}
#breadcrumbs{
	margin-bottom: 0;
}
#breadcrumbs a{
	color: #333;
}
#breadcrumbs a:hover{
	color: #1d93c3;
}
#introduction{
	margin-top: 90px;
}
.aboutimg{
	text-align: center;width: 80%;margin: 0 auto;margin-top: 30px;margin-bottom: 30px;
}
#milestone{
	background-color: #ececec;padding-top: 80px;margin-top: 55px;padding-bottom: 90px;margin-bottom: 90px;
}
.milestone{
	position: relative;
}
.mile-swiper{
	overflow: hidden;
}
.milestone::before{
	position: absolute;left: -50px;top: 51px;content: ""; height: 1px;width:50px;background: #bfbfbf;
}
.milestone::after{
	position: absolute;right: -50px;top: 51px;content: ""; height: 1px;width: 50px;background: #bfbfbf;
}
.mile-box{
	background: #fff;text-align: center;min-height: 200px;position: relative;
}
.mile-box::after {
    position: absolute;right: -30px;top: 51px;content: ""; height: 1px;width: 30px;background: #bfbfbf;
}
.mile-box:last-child::after{
	content: none;
}
.mile-year h3{
	padding: 15px 0px 0px 0px;margin-top: 0;
}
.mile-content{
	padding: 15px;
}
.mile-content p{
	color: #666;
}
.mile-box .swiper-line {
    position: relative;display: block;width: 100%; height: 39px;margin: 0px auto; border-top: 1px solid #eee;
}
.mile-box .swiper-line::before{
	content: "";position: absolute;display: block;box-sizing: border-box;left: 50%;top: -5px;width: 10px;height: 10px; border: 2px solid #fff;background: #bfbfbf;border-radius: 50%;margin-left: -5px;transition-duration: .3s;
}
.mile-box .swiper-line::after{
	content: "";position: absolute;display: block;box-sizing: border-box;left: 50%;bottom: 5px;width: 1px;height: 20px;background: #eee;
}
.mile-prev::after{
	content: "\f104";font: normal normal normal 14px/1 FontAwesome!important;color: #000;font-size: 20px !important;
}
.mile-next::after{
	content: "\f105";font: normal normal normal 14px/1 FontAwesome!important;color: #000;font-size: 20px !important;
}
.mile-prev{
	width: 50px;height: 50px;background: #fff;border-radius: 50%;left:8%;top: 33%;
}
.mile-next{
	width: 50px;height: 50px;background: #fff;border-radius: 50%;right: 8%;top: 33%;
}
#certificates p{
	text-align: center;
}
#certificates .certificate{
	margin-top: 25px;
}
.cer-swiper{
	overflow: hidden;
}
#certificates  .swiper-pagination{
	left: 0;right: 0;
}
#certificates  .swiper-pagination-bullet{
	width: 10px;height: 10px;margin-right: 5px;
}
#certificates  .swiper-pagination-bullet-active{
	background: #031d47 !important;
}
#certificates{
	margin-bottom: 80px;
}
.share_content .vc_row {
	margin-left: 0;margin-right: 0;
}
/* 公司文化 */
.cupart_one{
	margin-top: 80px;margin-bottom: 50px;
}
.sub1{
	font-size: 16px;
}
.cupart_four{
	margin-bottom: 50px;
}
.cupart_three,.cupart_two{
	margin-top: 50px;margin-bottom: 50px;
}
/* 代理品牌 */
#brcate_des{
	width: 80%;margin: 0 auto;border-bottom: 1px solid #ddd;padding-bottom: 50px;
}
.brcate_des{
	margin-top: 80px;margin-bottom: 80px;
}
.pb-content{
	margin-bottom: 80px;
}
.pb-img img{
	margin: 0 auto;
}
.pb-box {
    transition: all .2s ease-in-out;box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);padding: 10px;
}
.pb-list{
	margin-bottom: 20px;
}
/* 代理证书 */
.pcertificate_content{
	margin-top: 80px;margin-bottom: 40px;
}
.pc-img{
	position: relative; height: 15vw; overflow: hidden; margin-bottom: 0 !important;border: 1px solid #eee;
}
.pc-img >.wpb_wrapper{
	width: 90%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin-left: auto !important;margin-right: auto !important;
}
.pc-list{
	margin-bottom: 30px;cursor: pointer;
}
.pc-list >.vc_column-inner:hover .pc-img{
	    box-shadow: 0 1px 2px rgb(0 0 0 / 22%);
}
.pc_title{
	position: relative;padding: 0;text-align: left;color: #333333;margin-top: 10px;min-height: 70px;margin-bottom: 0px !important;text-align: center;
}
.pc_title p{
	font-size: 14px;line-height: 16px;
}
.pc_title >.wpb_wrapper{
	padding: 10px 0;
}
/* contact */
.contact_column #wpcf7-f9-p89-o1 .wpcf7-submit{
	width: 170px !important;
    height: 45px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    line-height: 45px !important;
    letter-spacing: 0px !important;
    padding-left: 0 !important;
}
.contact_column .vc_separator{
	margin-top: 15px;margin-bottom: 15px !important;
}
.contact_column #wpcf7-f9-p89-o1 .wpcf7-submit:hover{
	 background-color:#1d93c3 !important;
	color: #ffffff !important;
}
.contact_column #wpcf7-f9-p89-o1 label,.contact_column #wpcf7-f9-p89-o1 input{
	width:100%;
}
.contact_column #wpcf7-f9-p89-o1 .wpcf7-textarea{
	 background: #efefef !important;
    border: 1px solid #efefef !important;
    color: #888888 !important;
    height: 200px;
    width: 100%;
    padding-left: 15px;
    padding-top: 10px;
	margin-top:5px;
}
.contact_column #wpcf7-f9-p89-o1 input,.contact_column #wpcf7-f9-p89-o1 .wpcf7-select {
	background: #efefef !important;
    border: 1px solid #efefef !important;
    color: #888888 !important;
    height: 46px;
    width: 100%;
	padding-left: 15px;
	box-shadow: none;
	margin-top:5px;
}
.contact_column #wpcf7-f9-p89-o1 .wpcf7-select{
	font-size:16px;
}
.contact_h3{
  margin-bottom: 20px;
}
.contact_column ul{
    padding-left: 20px;
}
.contact_column ul li{
    color: #ffffff;
    list-style: disc;
    font-size: 16px;
    line-height:26px;
    margin: 10px 0;
}
.contact_right p,
.contact_right a{
    color: #ffffff;font-size: 15px;line-height: 26px;
}
.contact_column .vc_col-sm-6 .vc_column-inner,
.contact_column .vc_col-sm-5 .vc_column-inner,
.contact_column .vc_col-sm-7 .vc_column-inner{
    padding: 50px;
}
.contact_column a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.contact_column .fa{
    margin-right: 15px;
}
.fa-link{
	    font: normal normal normal 14px/1 FontAwesome!important;
}
.tag{
	font-size: 22px;padding-left: 2px;color: #dc3232;
}
/* 产品 */
.pro-img{
	position: relative;overflow: hidden;
}
.pro-img::after{
	content: "";left: 0;right: 0;bottom: 0;position: absolute;background: url(/wp-content/uploads/2023/08/sanjiao.png);height: 70px;width: 100%;background-size:cover;background-position: center;background-repeat: no-repeat;
}
.product-box{
	background:#f5f5f5;
}
.pro-txt{
	padding:0px 15px 15px 15px;min-height: 130px;
}
.pro-txt h3{
	font-size: 20px;color: #007abc;margin-bottom: 15px;
}
.pro-txt h3:hover {
	color: #031d47;
}
.product-box:hover{
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);transition: all .4s;
}
.pro-txt li:hover > a{
	color: #031d47;
}
.pro-txt li:hover{
	
}
.pro-txt li a{
	color: #666;
}
.pro-txt ul{
	list-style: disc;padding-left: 20px;color: #666;
}
.product-list{
	margin-bottom: 35px;
}
.product-content{
	margin-top: 90px;margin-bottom: 55px;
}
/* 新闻中心 */
.newspage{
	margin-bottom: 60px;
}
.news-menu{
	display: flex;align-items: center;justify-content: center;margin-top: 80px;
    margin-bottom: 50px;
}
.news-menu li{
	margin-left: 20px;margin-right: 20px;
}
.news-menu li a{
	font-size: 26px;color: #333;
}
.news-menu li a:hover{
	color:#1d93c3 ;
}
.blog-box:hover .news-wrapper{
	background: #f6f6f6;
}
.news-title{
	font-size: 20px;color: #000; margin-top: 20px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.news-time{
	font-size: 14px;padding: 8px 0;
}
.blog-txt{
	padding: 0 15px 20px 15px;
}
.blog-box{
	margin-bottom: 25px;
}
.page-nav{
	text-align: center;margin-top: 50px;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
   padding: 5px 11px !important;border-radius: 50% !important;color: #333;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #1d93c3 !important;color: #1d93c3 !important;
}
/* single-bolg */
.single_blog_text{
	font-size: 16px;line-height: 26px;margin-top: 35px;
}
.single_blog_text p,.single_blog_text ul,.single_blog_text span{
	color: #000;
}
.single_blog_text ol{
	margin-left: 20px;
}
.single_blog_text ul{
	list-style: disc;margin-left: 20px;
}
p.time{
	color: #000;font-size: 16px;margin-top: 20px;
}
p.time span{
	margin-left: 8px;
}
.prev_next a,.prev_text a{
	color: #1d93c3;
}
.recent-blog{
	padding: 20px 30px 20px;box-shadow: 0px 20px 30px 0px rgba(84,87,93,.1);border-radius: 10px;margin-bottom: 80px;
}
.news-list1{
	border-bottom: 1px solid #ddd;font-size: 16px; padding-top: 12px;
}
.news-list1 a{
	color: #333;
}
.single_page_blog{
	margin-top: 90px;margin-bottom: 90px;
}
.single_page_blog h2.page_title{
	font-weight: bold;
}
.quote-form-wrap {
    position: relative;
}
.quote-form{
	position: relative;padding: 20px 25px;box-shadow: 0px 20px 30px 0px rgba(84,87,93,.1);border-radius: 10px;width: 100%;
}
.quote-form #wpcf7-f30-o1 label,.quote-form #wpcf7-f30-o1 span{
	width: 100%;
}
.quote-form #wpcf7-f30-o1 p span input,#wpcf7-f30-o1 textarea,
#form #wpcf7-f30-o1 p span input{
	width: 100%;box-sizing: border-box;padding: 8px 15px !important;border: 1px solid rgba(221,221,221,.6) !important;
}
#wpcf7-f30-o1 input, #wpcf7-f30-o1 .wpcf7-textarea {
    background-color: #ffffff;border: solid 1px #d6d6d6;font-size: 16px;color: #111;padding: 18px 20px;
}
.quote-form .wpcf7-submit,#form .wpcf7-submit{
	width: 170px;height: 40px !important;border-radius: 30px !important;font-size: 16px !important;line-height: 40px !important;letter-spacing: 0px !important;padding-left: 0!important;background: #007abc !important;color: #fff !important;padding: inherit !important;
}
.latest-news h3{
    font-weight: bold;
}
.quote-form h3{
	margin-bottom: 25px;
}
.tas{
    display: flex;align-items: center;justify-content: space-between;
}
.news-list1 .blog-title:hover{
	color: #1d93c3;
}
.single_blog_text .wp-caption-text{
	color: #666;
}
.single_blog_text .wp-caption{
	width: auto !important;
}
/* 产品页面 */
.pro-cate{
	background-color: #f7f7f7;padding-top: 70px;padding-bottom: 70px;
}
.pcr-item{
	margin-left: -15px;margin-right: -15px;
}
.pcr-list .solve-txt{
	border: solid 1px #e1e1e1;
}
.pcr-list{
	margin-bottom: 25px;
}
.pcl-box h4{
	font-size: 20px;line-height: 26px;color: #1d93c3;font-weight: bold;
}
.pcl-box li a{
	font-size: 18px;color: #454545;line-height: 55px;
}
.pcl-box li{
	border-bottom: dashed 1px #c9c9c9;
}
.pcl-box li a:hover{
	color:#1d93c3;
}
.pcl-box{
	background: #fff;padding: 22px;margin-bottom: 25px;position: relative;text-align: center;
}
.pcl-box:last-child ul{
	text-align: left;
}
.pcl-box:last-child ul li:last-child{
	padding-top: 10px;padding-bottom: 10px;line-height: 30px;
}
.pcl-box::before,
.pcr-content::before{
	content: "";width: 100%;height: 3px;background-color: #1d93c3;color:#1d93c3;position: absolute;top: 0;left: 0;right: 0;
}
.pcr-content{
	background-color: #ffffff;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);position: relative;padding: 40px;
}
.shows h2{
	margin-top: 10px;font-size: 30px;color: #333333;
}
.shows{
	display: flex;align-items: center;justify-content: space-between;margin-bottom: 35px;position: relative;
}
.shows #breadcrumbs{
	font-size: 14px;color: #999999;
}
.shows #breadcrumbs a{
	 color: #999999;
}
span.hx{
	width: 58%;height: 1px;background: #e1e1e1;margin-left: 20px;margin-right: 20px;
}
.service-content{
	margin-top: 80px;margin-bottom: 50px;
}
.d-list >.vc_column-inner >.wpb_wrapper{
	text-align: center;box-shadow: 0 4px 20px rgb(199 199 199 / 25%);
}
.d-list{
	margin-bottom: 35px;
}
.d-list a{
	font-size: 18px;color: #333;
}
.d-list:hover a{
	color:#1d93c3 ;
}
.d-center{
	margin-top: 90px;margin-bottom: 60px;
}
.down-cont{
	margin-top: 80px;margin-bottom: 80px;
}
.down-wrapper li {
    border: 1px solid #ccc;border-radius: 6px;font-size: 14px;padding: 12px 20px;margin-bottom: 20px;
}
.down-wrapper li a {
    font-size: 16px;color: #333;display: block;
}
.down-aside li {
    padding: 7px 0px;border-left: 3px solid #ccc;
}
.down-aside li > a {
    padding-left: 15px;font-size: 20px;color: #333;transition: all .3s;
}
.down-aside .current-menu-item > a {
    color: #1d93c3 !important;
}
.down-aside li.current-menu-item {
    border-left: 3px solid #1d93c3;
}
.down-wrapper li:hover {
    border-color: #1d93c3;box-shadow: 0 0 2px #1d93c3;
}
.down-wrapper li i {
    font-size: 20px;color: #1d93c3;margin-right: 8px;
}
/* 404 */
.error404  .alignwide{
	text-align: center;
}
.error404  .alignwide h1{
	font-size: 140px;
}
.page-header{
	margin: 60px 0 40px;
}
.not-found .page-content{
	text-align: center;
}
.not-found .page-content p{
	font-size: 28px;
}
.not-found{
	margin-bottom: 120px;
}
.error-404 .search-form label,.search-no-result-content .search-form label,.not-found .search-form label{
	display: none;
}
.error-404 #search-form-1,.search-no-result-content #search-form-1,.not-found #search-form-1{
	background: #fff;border-radius: 0;border-style: solid; border-width: 0.1rem;box-shadow: none;font-size: 1.6rem; margin: 0;max-width: 100%;padding: 1.5rem 1.8rem; width: 500px;height: 51px;
}
.error-404 .search-submit,.search-no-result-content .search-submit,.not-found .search-submit{
	background: #1d93c3;border: none;border-radius: 0;color: #fff; cursor: pointer;display: inline-block;font-size: 1.5rem;font-weight: 600;line-height: 1.25;margin: 0;opacity: 1; padding: 1.1em 1.44em; text-align: center; text-decoration: none; text-transform: uppercase;transition: opacity .15s linear; margin-top: 7px;
}
/* single */
.spone-swiper{
	overflow: hidden;
}
.spone-left{
	position: relative;
}
.spone-right{
	padding-left: 50px;
}
.sp-one{
	padding-top: 80px;padding-bottom: 80px;
}
.sp-prev{
	left: 15px;width: 50px;height: 70px;background-color: #00000040;line-height: 70px;
}
.sp-prev:after{
	content: "\f104";font: normal normal normal 14px/1 FontAwesome!important;color: #fff;font-size: 20px !important;text-align: center;
}
.sp-next{
	right: 15px;width: 50px;height: 70px;background-color: #00000040;line-height: 70px;
}
.sp-next:after{
	content: "\f105";font: normal normal normal 14px/1 FontAwesome!important;color: #fff;font-size: 20px !important;text-align: center;
}
.sp-des{
	font-size: 17px;color: #000;line-height: 26px;
}
.sp-des ul{
	list-style: disc;padding-left: 20px;border-top: 1px solid #aaaaaa;padding-top: 30px;margin-top: 30px;
}
.sp-one .swiper-pagination-bullet {
    width: 12px;height: 12px;margin-right: 8px;
}
.spone-item{
	display: flex;align-items: center;
}
.sp-two table{
	width: 100% !important;
}
/* .stwo{
	background: #f5f5f5; padding-top: 80px;padding-bottom: 80px;
} */
.sp-two table tr:nth-child(2n+1){
	background-color: #f1f1f1;
}
.sp-two table td{
	border: 1px solid #f1f1f1;padding: 8px;
}
.sp-two table tr:hover {
    background-color: #f5f5f5;
}
.sp-two .table-responsive::-webkit-scrollbar-track {
   background-color: #f4f4f4;border-radius: 10px;width:10px
 }
.sp-two .table-responsive::-webkit-scrollbar {
   width: 10px;background: #f4f4f4; border-radius: 5px
 }
.sp-two .table-responsive::-webkit-scrollbar-thumb {
    background: #1d93c3;border-radius: 5px
 }
.sp-two .table-responsive::-webkit-scrollbar-corner {
     border-radius: 5px
 }
.sp-two .table-responsive {
    background: #fff;max-height: 600px; overflow: scroll;
 }
 .spfive-item .solve-box{
     border: solid 1px #e1e1e1;
 }
 .sp-five{
	 padding-top:80px;padding-bottom: 80px;
 }
 .video_center{
	 margin-top:80px;margin-bottom: 60px;
 }
 .spfive-item{
	 margin-left: -15px;margin-right: -15px;
 }
 .search-no-results .not-found .page-content {
    text-align: left;
}