@charset "utf-8";

/* CSS Document */

body,
div,
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
span,
table,
tr,
td {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	color: #333;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

.container {
	width: 1200px;
	margin: auto;
}

.clear {
	clear: both;
}

.f-lelt {
	float: left;
}

.f-right {
	float: right;
}

.fon-w {
	font-weight: bold;
}

.txt-center {
	text-align: center;
}


/*2020.3.9 新增*/

.container {
	width: 1200px;
	margin: 0 auto;
}

.nav-line {
	display: inline-block;
	width: 1px;
	height: 50px;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
	background: #d3d3d3;
	vertical-align: middle;
}

.herad_right {
	float: right;
	text-align: right;
}


/*顶部导航 右侧*/

.nav_right {
	float: left;
	margin-top: 5px;
	padding: 0;
	width: 160px;
}

.nav_right .nav-rig-lef {
	width: 33px;
	height: 33px;
	background: url(../img/tel_icon.png) no-repeat;
	margin-top: 14px;
	float: left;
}

.nav_right .nav-rig-rig {
	text-align: left;
	margin-left: 50px;
	margin-top: 8px;
}

.nav_right .nav-rig-rig p:first-child {
	font-size: 14px;
	color: #585858;
}

.nav_right .nav-rig-rig p {
	font-size: 16px;
	color: #52b355;
	line-height: 25px;
}

.btn-sm {
	width: 60px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	margin-left: 15px;
	border: 1px solid #52b355;
	color: #52b355;
	display: inline-block;
	text-align: center;
	border-radius: 5px 0 0 5px;
}

.btn-primary {
	width: 80px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	margin-left: -5px;
	background: #52b355;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	border-radius: 0 5px 5px 0;
	border: 1px solid #52b355;
}


/*head*/

.head {
	width: 100%;
	height: 70px;
	/*box-shadow:inset 0 -3px 5px rgba(0,0,0,0.1);*/
	color: #666;
}

.logo {
	float: left;
	width: 200px;
	height: 70px;
	background: url(../image/logo.png) no-repeat left
}

.logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.head li {
	display: inline-block;
}

.head-tel {
	margin-right: 15px;
	font-size: 20px;
	color: #52b355;
}

.head-ewm {
	display: none;
	position: absolute;
	top: 0;
	left: 232px;
	z-index: 101;
}

.head-btn {
	display: inline-block;
	width: 130px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	cursor: pointer;
	font-size: 14px;
}

.head-btn span {
	display: inline-block;
}

.head-btn-list {
	display: none;
	z-index: 99;
	position: absolute;
	top: 30;
	right: 134px;
	width: 130px;
	padding-top: 5px;
	background: #545454;
}

.head-btn-list p {
	margin: 0 10px;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #666;
}

.head-btn-list p a {
	color: #fff;
}

.head-btn-list p a:hover {
	color: #52b355;
}

.head-btn-green {
	background: #49a34b;
	background: -webkit-gradient(linear, left top, left bottom, from(#58bc5b), to(#49a34b));
	background: -moz-linear-gradient(-90deg, #58bc5b, #49a34b);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#58bc5b', EndColorStr='#49a34b');
}

.head-btn-green:hover {
	background: #52b355;
	background: -webkit-gradient(linear, left top, left bottom, from(#49a34b), to(#70c973));
	background: -moz-linear-gradient(-90deg, #49a34b, #70c973);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#49a34b', EndColorStr='#70c973');
}


/*.head-btn-green:hover { background: #96b432; background: -webkit-gradient(linear, left top, left bottom, from(#b4da4a), to(#64891f) ); background: -moz-linear-gradient(-90deg, #b4da4a, #64891f); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='b4da4a', EndColorStr='#64891f'); }*/

.head-btn-green:active {
	background: #49a34b;
}

.head-btn-grey {
	background: #545454;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#545454));
	background: -moz-linear-gradient(-90deg, #888, #545454);
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#888', EndColorStr='#545454');*/
}

.head-btn-grey:hover {
	background: #545454;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#545454));
	background: -moz-linear-gradient(-90deg, #999, #545454);
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#999', EndColorStr='#545454'); */
}

.head-btn-grey:active {
	background: #545454;
}

.head-nav {
	position: relative;
	font-size: 16px;
	height: 70px;
	float: left;
	margin-left: 40px;
	line-height: 70px;
}

.head-nav li {
	margin-left: 10px;
}

.head-nav li a {
	display: block;
	width: 90px;
	text-align: center;
	font-size: 16px;
	height: 70px;
	line-height: 75px;
	color: #333333;
}

.head-nav li a:hover {
	color: #52b355;
}

.subnav {
	display: none;
	z-index: 99;
	position: absolute;
	left: 109px;
	width: 100px;
	background: #fff;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.subnav p {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}

.li-last {
	border-bottom: 2px solid #52b355;
	padding-bottom: 10px !important;
}

.subnav2 {
	display: none;
	z-index: 199;
	position: absolute;
	right: -6px;
	width: 100px;
	background: #fff;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.subnav2 p {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	padding: 0 13px;
}

.subnav3 {
	display: none;
	width: 122px;
	z-index: 99;
	position: absolute;
	left: 214px;
	width: 100px;
	background: #fff;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.subnav3 p {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	padding: 0 13px;
}


/*banner*/

.banner {
	position: relative;
	width: 100%;
	min-width: 1200px;
}

.banner-img1 {
	width: 100%;
	height: 600px;
}

.banner-img1 img {
	width: 100%;
	height: 100%;
}

.banner-txt {
	position: absolute;
	top: 27%;
	right: 10%;
	width: 500px;
	height: 400px;
	font-size: 16px;
	color: #fff;
}

.banner-txt .txt_top em {
	display: inline-block;
	width: 190px;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 40px;
	letter-spacing: 2px;
}

.banner-txt .txt_top h2 {
	font-size: 45px;
	color: #FFFFFF;
	line-height: 40px;
	letter-spacing: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -55px;
}

.banner-txt p {
	padding: 50px 0 60px 0;
	font-size: 17px;
}

.banner-btn-w {
	display: inline-block;
	padding: 10px 35px;
	margin-right: 20px;
	background: #fff;
	color: #52b355;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #52b355;
}

.banner-btn-w:hover {
	color: #52b355;
}

.banner-btn-g {
	display: inline-block;
	padding: 10px 35px;
	background: #52b355;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #52b355;
}

.banner-btn-g:hover {
	background: #4aa44d;
	color: #fff;
}


/*试听*/

.st {
	width: 100%;
	min-width: 1200px;
	padding: 50px 0 50px 0;
}

.st-title {
	font-size: 25px;
	text-align: center;
	color: #333;
	padding-bottom: 40px;
}

.st-box {
	width: 580px;
	background: #FFFFFF;
	box-shadow: 1px 0px 5px 0px rgba(153, 153, 153, 0.36);
	height: 280px;
}

.st-box .st-box-one {
	width: 193px;
	background: #FFFFFF;
	box-shadow: 1px 0px 5px 0px rgba(153, 153, 153, 0.36);
	height: 281px;
	padding: 20px 0;
	box-sizing: border-box;
}

.st-box .st-box-one img {}

.st-box .st-box-one h3 {
	margin-top: 10px;
	font-size: 22px;
	color: #383838;
	text-align: center;
}

.st-box .st-box-two {
	width: 387px;
	padding: 30px 20px;
	box-sizing: border-box;
}

.st-box .st-box-two p {
	margin-top: 10px;
	font-size: 16px;
	color: #585858;
	letter-spacing: 1px;
	line-height: 35px;
	margin-left: 30px;
}

.st-box .st-box-two h4 {
	font-size: 18px;
	color: #33333;
	letter-spacing: 1px;
	margin-left: 30px;
	padding: 20px 0;
}

.st-box .st-box-two h4 em {
	color: #52b355;
	font-size: 30px;
}

.st-box .tyzq-btn {
	margin-left: 30px;
	margin-top: 25px;
}

.st-box .tyzq-btn a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
}

.st-box .tyzq-btn .st-zx-btn {
	background: #52b355;
	color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #52b355;
}
.st-box .tyzq-btn .st-zx-btn:hover{
	background:#4aa44d;
}
.st-box .tyzq-btn .st-xq-btn {
	background: #ffffff;
	color: #52b355;
	border-radius: 5px;
	border: 1px solid #52b355;
	margin-left: 20px;
}


/*产品优势*/

.contrast {
	width: 100%;
	background: #f2f6f9;
	padding: 50px 0 50px 0;
	height: 475px;
}

#persons .swiper-button-prev{
    background: url(../img/left.png) no-repeat;
    position: absolute;
    background-size: contain;
}
#persons .swiper-button-next{
    background: url(../img/right.png) no-repeat;
    position: absolute;
    background-size: contain;
}


/*公司资质*/

.gszz {
	width: 100%;
	padding: 50px 0;
}

.gszz .gsbox {
	width: 363px;
	height: 463px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.25);
	float: left;
	text-align: center;
	padding: 27px 0;
	box-sizing: border-box;
}


/*客户怎么说*/

.kh {
	width: 100%;
	background: #f2f6f9;
	padding: 50px 0 50px 0;
}

.kh h2 {
	font-size: 16px;
	color: #585858;
	text-align: center;
	padding-bottom: 40px;
}

.kh .text {
	width: 300px;
	height: 420px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	padding: 50px 20px;
	border-radius: 10px;
	box-shadow: 0px 18px 30px 0px rgba(153, 153, 153, 0.25);
	box-sizing: border-box;
}

.kh .text .img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.kh .text .img img {
	width: 100%;
	height: 100%;
}
.kh .text h5 {
	font-size: 16px;
	color: #585858;
	text-align: center;
	padding: 20px 0 20px 0;
}
.kh .text p {
	font-size: 13px;
	color: #5f5f5f;
	text-align: center;
	    line-height: 25px;
    letter-spacing: 1px;
}

#persons1 .swiper-button-prev{
    background: url(../img/left.png) no-repeat;
    position: absolute;
    background-size: contain;
}
#persons1 .swiper-button-next{
    background: url(../img/right.png) no-repeat;
    position: absolute;
    background-size: contain;
}




/*新闻*/
.rdxw{
	padding: 50px 0 40px 0;
}
.xw-text{
	width: 583px;
}
.xw-text .img{
	width: 583px;
	height: 307px;
}
.xw-text .img img{
	width: 100%;
	height: 100%;
}
.xw-text .text{
	padding: 10px 0;
}
.xw-text .text a{
	float: right;
    margin-top: -22px;
    font-size: 14px;
    color: #52b355;
}
.xw-text .text h5{
	height: 30px;
}
.xw-text .text h5 span{
	font-size: 16px;
	color: #333333;
}

.xw-text .text h5 em{
	font-size: 14px;
	color: #7d7d7d;
}
.xw-text .text p{
	font-size: 14px;
	color: #585858;
	line-height: 26px;
}
.xw-text .line{
	width: 583px;
	border: 0.5px dashed #cdcdcd;
}

/*超过千家企业选择我们*/
.qjqy{
	width: 100%;
	background: #f2f6f9;
	padding: 50px 0 50px 0;
}

.qjqy ul li {
    float: left;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    list-style: none;
    padding: 0 74px 30px 0;
}
.qjqy ul li span {
    display: inline-block;
    width: 180px;
    height: 70px;
    line-height: 70px;
}
.qjqy ul li span:hover {
    background-color: #fff;
    background-size: 116px;
    box-shadow: 0px 0px 16px 0px rgba(4, 48, 91, 0.2);
    transition: all 0.1s;
}    
.qjqy ul li.romve{
	padding-right: 0;
}    
    

/*foot*/

.foot {
	width: 100%;
	min-width: 1100px;
	background-color: #313644;
}

.foot-content {
	display: flex;
	justify-content: space-between;
}

.foot-list {
	margin-top: 30px;
}

.foot-list li {
	color: #cacbcc;
	font-size: 12px;
	line-height: 20px;
}
.foot-txt li{
	line-height: 25px;
}
.foot-list li span {
	font-weight: bold;
	color: #52b355;
	font-size: 14px;
	line-height: 60px;
}

.foot-nav {
	width: 600px;
	margin: 25px auto 15px auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.foot-nav li a {
	color: #cacbcc;
	font-size: 12px;
}

.foot-ewm {
	text-align: center;
}

.foot-ewm p {
	margin-top: 4px;
	color: #cacbcc;
	font-size: 12px;
	text-align: center;
}

.foot-bottom {
	width: 100%;
	padding: 25px 0;
	background: #313644;
	font-size: 12px;
	color: #cacbcc;
	text-align: center;
	border-top: 1px solid #434755;
}

.foot-iframe {
	width: 100%;
	min-width: 1100px;
	height: 361px;
	overflow: hidden;
}

.head-iframe {
	width: 100%;
	min-width: 1100px;
	height: 355px;
	overflow: hidden;
}


/*返回顶部*/

.backup {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 101;
}

.backup a {
	display: none;
	width: 45px;
	height: 45px;
	background: url(../image/top_icon.jpg);
	border-radius: 50%;
	border: 1px solid #ddd;
}

.backup a:hover {
	background: url(../image/top_icon.jpg) -45px 0;
}


/*QQ咨询开始*/

/*QQ咨询开始*/

.kf {
	position: relative;
	width: 70px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
}

.kf span {
	font-size: 12px;
	color: #6d6d6d;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -22px;
}

.kf-qq {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 65px;
	background: url(../img/sqsy.png) no-repeat center;
}

.kf-QQ {
	position: absolute;
	right: 0;
	top: 90;
	width: 70px;
	height: 65px;
	background: url(../img/qq.png) no-repeat center;
}

.kf-tel {
	position: absolute;
	right: 0;
	top: 188px;
	width: 70px;
	height: 65px;
	background: url(../img/phone.png) no-repeat center;
	display: block;
	cursor: pointer;
}

.kf-tel .num {
	display: none;
	position: absolute;
	right: 70px;
	background-color: rgb(255, 255, 255);
	box-shadow: -8px 0px 18.06px 2.94px rgba(169, 169, 169, 0.27);
	font-size: 16px;
	color: #52b355;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	border-radius: 3px 0 0px 3px;
	line-height: 40px!important;
	padding: 13px 10px 13px 15px;
	text-align: left;
	width: 220px;
	height: 62px;
	top: -2px;
}
.kf-tel .num .tab{
	font-size: 14px;
	color: #585858;
	line-height: 20px;
}
.kf-tel .num p{
	line-height: 25px;
}
.kf-ewm {
	position: absolute;
	right: 0;
	top: 280px;
	width: 70px;
	height: 65px;
	background: url(../img/zxzx.png) no-repeat center;
	cursor: pointer;
}

.kf-qq1:hover span {
	color: #52b355;
}

.kf-QQ:hover {
	background: url(../img/qq2.png) no-repeat center;
}

.kf-QQ:hover span {
	color: #52b355;
}

.kf-tel:hover span {
	color: #52b355;
}

.kf-tel:hover {
	background: url(../img/phone2.png) no-repeat center;
}

.kf-ewm:hover span {
	color: #52b355;
}

.kf-ewm:hover {
	background: url(../img/zxzx2.png) no-repeat center;
}

.kf-db {
	top: 373px;
    position: absolute;
    width: 70px;
    height: 65px;
	background: url(../img/hddb.png) no-repeat center;
	right: 0;
}

.kf-db:hover {
	background: url(../img/hddb2.png) no-repeat center;
}

.kf-db:hover span {
	color: #52b355;
}

.kf-db span {
	font-size: 12px;
    color: #6d6d6d;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -23px;
}

.kf a {
	height: 88px;
	display: block;
	margin-bottom: 5px;
    background: #ffffff;
    box-shadow: 0px 8px 18.06px 2.94px rgba(169, 169, 169, 0.27);
}
.kf .kf-qq1{
	background: #52b355;
}
.kf .kf-qq1:hover{
	background: #4aa44d;
}

.kf .kf-qq1 span{
	color: #FFFFFF;
}

/*左侧悬浮*/

.xf {
	position: fixed;
	left: 0;
	top: 30%;
	z-index: 99;
	width: 145px;
	height: 160px;
	background: url(../img/xf.png) no-repeat;
	background-size: contain;
}

.xf:hover {
	background: url(../img/xfhover.png) no-repeat;
	background-size: contain;
}

.xf img {
	width: 35%;
}
/*右侧浮动框*/






.kf-fixed {
	display: block;
	position: fixed;
	width: 210px;
	height: 140px;
	top: 150px;
	right: 20px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	z-index: 109;
}

.kf-fixed iframe {
	overflow: hidden;
	height: 140px;
}

.qq-close-r {
	display: none;
	position: fixed;
	top: 160px;
	right: 110px;
	width: 25px;
	height: 55px;
	background: url(../image/fix_qq.jpg) no-repeat -25px -155px;
	cursor: pointer;
}


/*视频*/

.y-video {
	display: none;
	position: absolute;
	top: 50px;
	right: 50%;
	margin-right: -390px;
	width: 778px;
	height: 498px;
	background: url(../image/video_bg.png) no-repeat;
}

.y-video iframe {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.y-video a {
	display: block;
	width: 100%;
	height: 75px;
	cursor: pointer;
}

.y-video object {
	margin-left: 36px;
}

.y-video-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}