﻿@charset "UTF-8";
/* CSS Document */

.swiper-slide img{ display:none;}
.swiper-slide {text-align: center;ont-size: 18px;background: #fff;
   /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#banner{ }
.banner {width: 100%;height:970px;}
.banner_txt{ width:100%; margin:0 auto; color:#fff; max-width:1200px; margin-top:-50px;}
.banner_txt h1{font-weight:normal; font-size:65px;color:#fff; letter-spacing:3px; line-height:90px; text-align:center;font-family: "微軟正黑體"; }
.banner_txt p{ line-height:40px; font-size:25px;text-align:center; margin-top:2%; padding-bottom:2%;font-weight:normal;font-family:'方正风雅宋简体';letter-spacing:5px;
src: url('../images/方正风雅宋简体.TTF');  }
.banner_doc{ bottom:20px!important;}
.banner_l,.banner_r{ top:50%; width:40px;}




.zl {width: 100%;height: 100%;}

.heng{ display:block; height:5px; width:80px; background:#2C5F51;}
.heng1{ display:block; height:2px; width:60px; background:#2C5F51; margin:0 auto;}
.heng2{ display:block; height:3px; width:40px; background:#006; margin-left:10px;}
.heng3{ display:block; height:2px; width:100%; background:#333; margin:10px 0px;}
.index_tit{ width:100%;height:50px;}
.index_tit b{ width:100%;display:block; font-size:30pt; color:#333; line-height:45px;}

.index_tit h2{ font-size:30px; display:block; color:#2C5F51; font-weight:normal;color:#333; line-height:55px; }
.index_tit span{ float:right; display:block; }
.index_tit span a{color:#fff; line-height:35px; font-size:16px;}




.index_tit1{ width:100%;height:50px;}
.index_tit1 h2{ font-size:33px; font-weight:normal; padding-bottom:25px;display:block; color:#935938; }
.index_tit1 span{ float:right; display:block; }

.index_titc{ width:100%;height:50px;}
.index_titc h2{ font-size:28px; font-weight:normal; padding-bottom:25px;display:block; padding-left:10px; }
.index_titc span{ float:right; display:block; }
.index_titc span a{color:#333; line-height:35px; font-size:16px;}
/*///////////////////////////////////////////////*/









/*-首页简介-*/


.about_bt{font-family:'方正风雅宋简体';
src: url('../images/方正风雅宋简体.TTF'); font-size:25pt; line-height:40px; padding-top:30px; padding-left:70px;}

.about_bt b{ color:#2C5F51;}

.about_jj p{font-size:11pt; line-height:30px;font-family: "微軟正黑體"; padding-top:80px;padding-left:70px; padding-bottom:20px;}
.mo p{ display:block; font-size:12pt; line-height:50px; color:#2C5F51;  margin-left:80px; margin-top:50px;font-family: "微軟正黑體";}

.about_jj p b{ display:block; font-weight:bold; font-size:14pt;}
.w1200{ width:1200px; margin:0 auto; margin-top:165px;}

.cssimgp{ overflow:hidden;}
.cssimgp img {
	transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;overflow:hidden;max-width:100% !important; height:auto !important; transition: transform 1.2s ease-out;
}
.cssimg:hover, .cssimgp:hover img { 
	transform: scale(1.02, 1.02);-moz-transition: all .7s linear;
	-o-transition: all .7s linear;
	transition: all .7s linear
}



/*-首页视频-*/


.ad5{ background: url(../images/ad5.jpg) no-repeat center top fixed;background-size: cover; padding:90px 0px; margin-top:40px; }

.ad_bt5{ text-align:center; padding:60px 0px; padding-bottom:20px;font-size:55px;line-height: 1em;color: #fff;font-family: "微軟正黑體";}	
.ad-more5{display: block;width:80%;margin:0 auto;line-height:45px;color: #fff;font-size:20px;font-family: "微軟正黑體";
transition: all 0.3s ease; text-align:center; margin-bottom:80px;}



 .black-mask {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
           height: 600px;
            background-color: rgba(0, 0, 0, 0.5); /* 黑色遮罩，透明度0.5（0-1可调） */
            z-index: 2; /* 遮罩层级高于视频，低于内容 */
        }
.video-banner {
      position: relative;
      width: 100%; /* 视口满宽，破除父容器宽度限制 */
     
      height: 600px; /* PC端固定600px高度 */
      overflow: hidden; /* 裁剪超出部分，防止视频溢出 */ margin-top:120px;
    }
	
    .video-banner__video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      object-fit: cover; z-index: 1; /* 关键属性：居中裁剪，保持视频比例不拉伸 */
    }
	
	
	   .mask-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 3; /* 内容层级最高，显示在最上方 */
            color: #fff; /* 文字白色，适配黑色遮罩 */
            font-size: 24px;
            text-align: center;
            width: 80%;
        }

.mask-content h2 a{font-size: 24pt;
            text-align: center; color:#fff;font-family: "微軟正黑體";}

    /* 视频封面：视频加载前显示，提升体验 */
    .video-banner__poster {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      pointer-events: none; /* 不遮挡视频点击 */
    }

    /* 可选：视频加载提示 */
    .video-banner__loading {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 16px;
      z-index: 2;
    }	
	
	
	

/*-首页四大板块-*/



.pplie{ margin-top:40px;}

.pp1{background:url(../images/p1.jpg) no-repeat top center; background-size:cover; text-align:center;}
.pp1:hover{background:url(../images/p11.jpg) no-repeat top center; background-size:cover; text-align:center;-moz-transition: all .9s linear;
	-o-transition: all .9s linear;
	transition: all .9s linear}

.pp2{ background:url(../images/p2.jpg) no-repeat top center; background-size:cover; text-align:center;}
.pp2:hover{background:url(../images/p22.jpg) no-repeat top center; background-size:cover; text-align:center;-moz-transition: all .9s linear;
	-o-transition: all .9s linear;
	transition: all .9s linear}

.pp3{ background:url(../images/p3.jpg) no-repeat top center; background-size:cover; text-align:center;}
.pp3:hover{background:url(../images/p33.jpg) no-repeat top center; background-size:cover; text-align:center;-moz-transition: all .9s linear;
	-o-transition: all .9s linear;
	transition: all .9s linear}

.pp4{ background:url(../images/p4.jpg) no-repeat top center; background-size:cover; text-align:center;}
.pp4:hover{background:url(../images/p44.jpg) no-repeat top center; background-size:cover; text-align:center;-moz-transition: all .9s linear;
	-o-transition: all .9s linear;
	transition: all .9s linear}

.pp5{ background:url(../images/p7.jpg) no-repeat top center; background-size:cover; text-align:center;   margin-top:20px; width:49%;margin-right:10px;}

.pp6{ background:url(../images/p8.jpg) no-repeat top center; background-size:cover; text-align:center;  margin-bottom:20px; margin-top:20px;}
.pp7{ background:url(../images/p9.jpg) no-repeat top center; background-size:cover; text-align:center; }




.p_bt{ color:#FFC926; line-height:40px; font-size:25pt; padding-top:200px;text-align:center;}

.p_bt img{max-width:100% !important; height:auto !important; transition: transform 1.2s ease-out;}
.p_bt img:hover { -webkit-transform: rotateZ(360deg); }

.p_jj{padding-top:50px; padding-bottom:150px;}
.p_jj p{ display:block;color:#fff; line-height:35px; font-size:14pt;text-align:center;font-family: "微軟正黑體";   }
.p_jj p strong{font-family: "微軟正黑體"; font-weight:400;font-size:16pt;}



.p_jj1{padding-top:75%; padding-bottom:50px;}
.p_jj1 p{ display:block;color:#fff; line-height:35px; font-size:11pt; text-align:left; padding-left:30px; }

.p_jj1 i{font-size:16pt; display:block;color:#fff; line-height:35px;text-align:left;padding-left:30px; font-style:normal; font-weight:bold;}
.p_jj1 i a{ display:block;color:#fff; }
.p_jj2{padding-top:30%; padding-bottom:28px;}
.p_jj2 p{ display:block;color:#fff; line-height:35px; font-size:11pt; text-align:left; padding-left:30px; }

.p_jj2 i{font-size:16pt; display:block;color:#fff; line-height:35px;text-align:left;padding-left:30px; font-style:normal; font-weight:bold;}
.p_jj2 i a{ display:block;color:#fff; }
.btn-success {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.btn-success{ display:block; width:100px; height:35px;text-align:center; color:#fff; margin-bottom:50px;
	line-height:35px;border-radius:0px; transition:all 300ms ease; background:#E00001;}


.btn-success:hover {
	color:#fff;
	background-color:#FF2626;text-decoration:none;-webkit-transform:translateY(-14px); transform:translateY(-14px);
}

.btn-success a{ line-height:35px; font-size:11pt;color:#fff; display: block;}
.btn-success a:hover {
	 text-decoration:none;
}









.btn-success1 { 
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.btn-success1 { display:block; width:120px; height:40px;text-align:center; float:left; color:#fff; margin-right:10px; margin-top:50px;
	line-height:40px; 
background-color:#935938;
	border-radius:0px; transition:all 300ms ease;}


.btn-success1:hover {
	color: #fff;
	background-color:#333;  text-decoration:none;-webkit-transform:translateY(-14px); transform:translateY(-14px);
}

.btn-success1 a{ line-height:40px; font-size:11pt;color:#fff; display: block;}
.btn-success1 a:hover {
	 text-decoration:none;
}

/*-主要title样式-*/
.m-title{line-height:30px; width:100%; padding-top:20px;margin:0 auto;font-family: "微軟正黑體";}
.m-title .tt{  font-size:22pt; text-align:left;}
.m-title .tt b{ font-size:35pt; text-align:left; color:#2C5F51; }
.m-title .tt b i{display: inline; color:#858585; font-style:normal;}
.m-title .tt span{ display:block; font-size:10pt; line-height:40px; color:#888;}
.m-title .tt em{ display:block; height:2px; width:90px; border-bottom:2px solid #986D43;margin:0 auto; padding-bottom:0%; padding-top:18px;}








.btn-success3 {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.btn-success3{ display:block; width:100px; height:35px;text-align:center;  color:#fff; float:left;margin-bottom:115px;margin-left:15px; margin-top:30px;
	line-height:35px;border-radius:0px; transition:all 300ms ease; background:#2C5F51;}


.btn-success3:hover {
	color: #fff;
	background-color:#AE7D4D;  text-decoration:none;-webkit-transform:translateY(-14px); transform:translateY(-14px);
}

.btn-success3 a{ line-height:35px; font-size:11pt;color:#fff; display: block;}
.btn-success3 a:hover {
	 text-decoration:none;
}


.btn-success4 {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.btn-success4{ display:block; width:180px; height:55px;text-align:center;  color:#999; margin:0 auto;
	line-height:35px;border-radius:0px; transition:all 300ms ease; border:1px solid #999999;}


.btn-success4:hover {
	color: #fff;
	background-color:#2C5F51;  border: none;text-decoration:none;-webkit-transform:translateY(-14px); transform:translateY(-14px);
}

.btn-success4 a{ line-height:55px; font-size:12pt;color:#999; display: block;}
.btn-success4 a:hover {color:#fff;
	 text-decoration:none;
}






/*-首页案例-*/


.case_dh{background:url(../images/case_dh.png) no-repeat center bottom; padding:80px 0px; margin-top:40px;}
.case_bt{ font-size:80pt; color:#bbb; line-height:50px;}
.case_bt b{font-family: "微軟正黑體";font-size:30pt; line-height:40px;color:#2C5F51;}


.case_list{ }
.case_list ul{ margin-top:25px;}
.case_list ul li{padding-left:20px;padding-right:20px; margin-bottom:25px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.case_img{position:relative;overflow:hidden;}
.case_img img { 
	width:100%; display:block; 
	-webkit-transform:scale(1);	-moz-transform:scale(1); -o-transform:scale(1);	-ms-transform:scale(1);	transform:scale(1);
	-webkit-transition:all 0.25s ease-in-out; -moz-transition:all 0.25s ease-in-out; -o-transition:all 0.25s ease-in-out; -ms-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out;
}
.case_con{width:100%;margin:0px auto;}
.case_tit{font-size:15px;color:#666;height:55px;padding-top:20px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:#F5F5F5; text-align:left; padding-left:30px;font-family: "微軟正黑體";}
.case_txt{font-size:13px;color:#214B91;line-height:24px;height:0px;overflow:hidden;}
.case_hover{position:absolute;left:0;top:0px;width:100%;height:100%;background:#000;
	 opacity:0; filter:alpha(opacity=0); 
	-webkit-transition:all 0.25s ease-in-out; -moz-transition:all 0.25s ease-in-out; -o-transition:all 0.25s ease-in-out; -ms-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out;
}
.case_img i{display: block;width: 80px;height: 80px;position: absolute;top: 50%;left: 50%;margin-left: -40px;margin-top: -35px;background: url(../images/magnifier.png) no-repeat center;opacity: 0;filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.case_list ul li a{ text-align:center;
	display:block;
	-webkit-box-shadow: 0 2px 15px 0 transparent;
    box-shadow: 0 2px 15px 0 transparent;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.case_list ul li:hover a{ text-decoration:none; 
	 -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .3)
}
.case_list ul li:hover .case_img img {
	-webkit-transform:scale(1.2, 1.2); -moz-transform:scale(1.2, 1.2); -o-transform:scale(1.2, 1.2); -ms-transform:scale(1.2, 1.2); transform:scale(1.2, 1.2);
	-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;
}
.case_list ul li:hover .case_img .case_hover { opacity:0.45; filter:alpha(opacity=45); }
.case_list ul li:hover .case_img i { opacity:1; filter:alpha(opacity=100); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); transform:rotate(360deg); }

/*-首页广告-*/

.ad{ background: url(../images/ad.jpg) no-repeat center top fixed;background-size: cover; padding:100px 0px; }

.ad_bt{ text-align:center; padding:160px 0px; padding-bottom:20px;font-size:25px;line-height:60px;color: #fff;font-family: "微軟正黑體";}	
.ad-more{display: block;
line-height:3.516vw;color: #fff;bottom:40%;font-size: 0.7vw;font-family: "微軟正黑體";
transition: all 0.3s ease; text-align:center; margin-bottom:80px;}	




/*-首页新闻-*/
.index-news-bg{ padding:30px 0px; background:#F5F5F5; }
.dongtai{ margin-top:30px; padding:10px; background:#fff; margin-right:20px;}
.dongtai dt img{transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;overflow:hidden;max-width:100% !important; height:auto !important; transition: transform 1.2s ease-out; }
.dongtai dt img:hover{transform: scale(1.02, 1.02);-moz-transition: all .7s linear;
	-o-transition: all .7s linear;
	transition: all .7s linear;}

.dongtai dd{ font-size:14pt; line-height:2em; padding-top:15px; color:#545454;font-family: "微軟正黑體";}
.dongtai dd a{color:#545454;display:block;}
.dongtai dd a:hover{color:#2C5F51; text-decoration:underline;}
.dongtai dd i{display:block;font-size:11pt; color:#999999; font-style:normal;line-height:2em; }

.newslie{ margin-top:30px; padding:10px;}
.newslie li span{float:right; color:#333; font-size:16pt; display:block;font-family: "微軟正黑體"; line-height:2.5em; margin-right:18px;}
.newslie li{line-height:2.5em; clear:both;font-family: "微軟正黑體";
list-style:none; margin-bottom:17px; background:#fff; padding:33px 10px;
}
.newslie li:hover{  background:#f8f8f8;box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.05); transition: box-shadow 0.9s;}


.newslie li b{ display:block;font-size:10pt; font-weight:normal; color:#ccc;line-height:1.5em;}
.newslie li a{ color:#666; font-size:14pt; font-weight:normal;line-height:2.0em;display:block;}
.newslie li a:hover{ color:#2C5F51; text-decoration:underline;}









/*-漂浮客服-*/

.sidebar{position:fixed;top:50%;right:62px;width:42px;text-align:center;z-index:10;height:250px;margin-top:-125px;z-index:9999;line-height:42px}
.sidebar a{width:42px;height:42px;border-radius:21px;cursor:pointer;display:block;overflow:hidden;transition:all .3s cubic-bezier(.15,.65,.58,.99);-ms-transition:all .3s cubic-bezier(.15,.65,.58,.99);-o-transition:all .3s cubic-bezier(.15,.65,.58,.99);-webkit-transition:all .3s cubic-bezier(.15,.65,.58,.99);-moz-transition:all .3s cubic-bezier(.15,.65,.58,.99)}
.sidebar a>span{color:#fff;font-size:14px;margin-left:25px;display:none;line-height:42px;height:42px;opacity:0;filter:alpha(opacity=0);transition:all .5s 1s cubic-bezier(.15,.65,.58,.99);-ms-transition:all .5s 1s cubic-bezier(.15,.65,.58,.99);-o-transition:all .5s 1s cubic-bezier(.15,.65,.58,.99);-webkit-transition:all .5s 1s cubic-bezier(.15,.65,.58,.99);-moz-transition:all .5s 1s cubic-bezier(.15,.65,.58,.99)}
.sidebar a.right-qq{background:url(../images/sidebar-icon1.png) no-repeat center;margin-bottom:10px;background-color:#999;position:absolute;right:0;top:0}
.sidebar a.right-qq:hover{width:148px;background:url(../images/sidebar-icon1.png) no-repeat 20px center #2C5F51}
.sidebar a.right-weixin{background:url(../images/sidebar-icon2.png) no-repeat center;background-color:#999;margin-bottom:10px;position:absolute;right:0;top:52px;overflow:visible}
.sidebar a.right-weixin:hover{background:url(../images/sidebar-icon2.png) no-repeat center #2C5F51}
.sidebar a.right-weixin:hover .weixin-code{opacity:1;visibility:visible;left:-140px}
.sidebar .weixin-code{position:absolute;left:-125px;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);opacity:0;visibility:hidden;transition:all .6s ease;-ms-transition:all .6s ease;-o-transition:all .6s ease;-webkit-transition:all .6s ease;-moz-transition:all .6s ease}
.sidebar .weixin-code img{width:120px;height:120px}
.sidebar a.right-tell{background:url(../images/sidebar-icon3.png) no-repeat center;background-color:#999;margin-bottom:10px;position:absolute;right:0;top:104px}
.sidebar a.right-tell:hover{width:160px;background:url(../images/sidebar-icon3.png) no-repeat 20px center #2C5F51}
.sidebar a.right-top{background:url(../images/sidebar-icon5.png) no-repeat center;background-color:#999;position:absolute;bottom:20%;right:0}
.sidebar a.right-top:hover{width:120px;background:url(../images/sidebar-icon5.png) no-repeat 20px center #2C5F51}
.sidebar a:hover>span{display:block;vertical-align:middle;opacity:1;filter:alpha(opacity=100); text-decoration:none;}




@media (max-width:800px){
	.sidebar{width:100%;height:42px;right:0;bottom:.6rem;margin-top:0;background:0 0;top:auto}
	.sidebar a{display:inline-block;margin:0 .2rem;position:relative}
	.sidebar a>span{display:none}
	.sidebar a.right-message,.sidebar a.right-qq,.sidebar a.right-tell,.sidebar a.right-top,.sidebar a.right-weixin{position:relative;right:auto;top:auto;left:auto;bottom:auto;margin-bottom:0}
	.sidebar a.right-message:hover,.sidebar a.right-qq:hover,.sidebar a.right-tell:hover,.sidebar a.right-top:hover,.sidebar a.right-weixin:hover{width:42px;background-position:center}
	.sidebar a:hover>span{display:none}
	.sidebar .weixin-code{left:50%;top:-125px;transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);-o-transform:translateX(-50%) translateY(0);-webkit-transform:translateX(-50%) translateY(0);-moz-transform:translateX(-50%) translateY(0)}
	.sidebar a.right-weixin:hover .weixin-code{top:-140px;left:50%}
	.fixed-message{left:50%;top:-300px;transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);-o-transform:translateX(-50%) translateY(0);-webkit-transform:translateX(-50%) translateY(0);-moz-transform:translateX(-50%) translateY(0)}
	.fixed-message:after{border-width:7px 7px 0 7px;border-color:#fff transparent transparent transparent;bottom:-7px;top:auto;right:auto;left:50%;margin-top:0;margin-left:-7px}
	.sidebar a.right-message:hover .fixed-message{top:-360px;left:50%}
	}
	@media (max-width:640px){.sidebar a.right-message:hover .fixed-message{top:auto;bottom:80px;left:50%}.fixed-message:after{left:75%}}
	
























@media (min-width: 992px) and (max-width: 1300px){
#banner{ padding-top:70px;}
}

@media (min-width: 1250px) and (max-width: 1400px){
.index_yewu,.index_newlist,.index_gtyin,.index_zl,.section3_b,.section3 .index_tit{ max-width:1100px; }
}

@media (min-width: 992px) and (max-width: 1250px){
.index_yewu,.index_newlist,.index_gtyin,.index_zl,.section3_b,.section3 .index_tit{ max-width:900px; }
}




/*平板*/
@media (min-width: 765px) and (max-width: 992px){
#banner{ padding-top:70px;}
.banner {height: 400px;}
.swiper-container-horizontal>.swiper-pagination{ bottom:11px;}
.swiper-button-next, .swiper-button-prev{ display:none;}

.banner_txt{ width:90%;}
.banner_txt h1{ font-size:36px; line-height:55px; letter-spacing:1px;}
.banner_txt p{ font-size:14px; line-height:24px; margin-top:28px; padding-bottom:4%;}

.index_yewu{ width:96%; padding-top:50px;}
.index_yewu ul{ margin-top:40px;}
.yewu_l,.yewu_r{ width:18px; top:16%;}
.yewu_l{ display:block; left:1%;}
.yewu_r{ display:block;right:1%;}

.index_new{ height:auto; padding-bottom:60px;margin-top:50px;}
.index_jj{height:auto; padding-bottom:60px;}
.index_jjn{width:50%;padding-top:35px;}
.index_jjn p{ width:45%; line-height:40px; color:#777; font-size:16px; padding-top:20px;}
.index_jj1{height:auto; padding-bottom:60px;}
.index_jjn1{width:90%;padding-top:35px;}
.index_jjn1 p{ width:45%; line-height:40px; color:#fff; font-size:16px; padding-top:20px;}
.jj_picbg1{ position:static; height:300px; width:100%; float:left;}

.new_picbg{ position:static; height:300px; width:100%;}
.zs{width:90%; padding-top:50px; padding-left:30px;}
.zs_ys{ width:100%;margin-bottom:30px; float:left; margin-top:50px;}
.zs_ys dt{ float:left; width:25%;}
.zs_ys dt img{ width:100%;}
.zs_ys dd{ float:right; line-height:25px; font-size:13px; color:#fff;width:70%;}
.zs_ys dd strong{ font-size:16px;}


.index_newlist{ width:100%; padding-top:35px;}

.index_gtyin{ width:96%;}
.index_gtyin li img{ width:20%;}
.index_gtyin li{ margin-right:1.5%;}
.index_gtyin li.gty_logo{ text-align:left; width:18%;}
.index_gtyin li.gty_logo img{ width:60%;margin-left: 10%;}

.index_zl{ width: 96%;padding-top: 65px; padding-bottom:80px;}

.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p{color:#fff;top:50%;opacity:1;}





}
















/*手机*/
@media (max-width: 765px){
#banner{ padding-top:70px;}
.banner {height: 350px;}
.swiper-container-horizontal>.swiper-pagination{ bottom:10px; left:5%; text-align:left;}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{ width:5px; height:5px; margin:0 3px;}
.swiper-button-next, .swiper-button-prev{ display:none;}

.banner_txt{ width:100%;}
.banner_txt h1{ font-size:25px; line-height:35px; letter-spacing:1px;}
.banner_txt p{ font-size:12px; line-height:20px; margin-top:10px; padding-bottom:5%;letter-spacing:0px;}

.w1200{ width:100%; margin:0 auto; margin-top:25px;}

.black-mask { height:320px;}
.video-banner {height:320px; margin-top:35px;}
.mask-content h2 a{font-size:15pt;}
.index_tit b{ width:100%;display:block; font-size:25pt; color:#333; line-height:45px;}
.pz1{margin-top:25px;}
.btn-success1 {margin:0 auto;display:block; width:180px; height:45px;text-align:center;color:#fff; line-height:45px; border:1px solid #fff;border-radius:0px; transition:all 300ms ease; margin-bottom:35px; }
.ad5{ padding:50px 0px; }
.ad_bt5{ text-align:center; padding:15px 0px; font-size:20px;  }
.index_new{ height:auto; padding-bottom:60px; margin-top:40px;}
.index_new .index_tit h2{ font-size:22px;}
.new_picbg{ position:static; height:420px; width:100%;}
.jj_picbg{ position:static; height:300px; width:100%; float:left;}
.index_jj{height:auto; padding-bottom:25px; }
.index_jjn{width:90%;padding-top:35px;margin-left:30px;}

.index_jjn p{ width:96%; line-height:35px; color:#777; font-size:15px; padding-top:20px;margin-top:50px; padding-bottom:20px;}
.jj_picbg1{ position:static; height:300px; width:100%; float:left;}
.index_jj1{height:auto; margin-top:-10px;}
.index_jjn1{width:95%; text-align: center;  margin-left:18px; padding-bottom:25px;}
.index_jjn1 p{ width:95%; line-height:35px; color:#444; font-size:15px; text-align:center;}
.jjbt{ color:#935938; font-size:25px;line-height:25px;}
.zs{width:85%; padding-top:20px; padding-left:35px;}
.zs_ys{ width:100%; margin-bottom:15px; float:left; margin-top:15px;}
.zs_ys dt{ float:left; width:18%;}
.zs_ys dt img{ width:100%;}
.zs_ys dd{ float:right; line-height:25px; font-size:12px; color:#fff;width:80%;}
.zs_ys dd strong{ font-size:15px;}
.sp{ margin-left:5%; margin-top:25px;}
.index_tit{ width:100%; height:50px;}

.index_newlist{ width:92%; padding-top:50px;}
.he_slideCaptionDown_caption_h img{ display:none;}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_h{color:#fff;top:-10%;opacity:1; line-height:25px;}

.he_slideCaptionDown .he_slideCaptionDown_caption_p{line-height:25px;font-size:1em;text-align:center;width:80%;position:absolute;top:0%;left:7%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}

.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p{color:#fff;top:35%;opacity:1;}

.pplie{ padding-right:10px;
  padding-left:10px;
  margin-right: auto;
  margin-left: auto;}

.p_bt{ color:#fff; line-height:40px; font-size:22pt; padding-top:80px;font-weight:normal;}
.p_jj{padding-top:60px; padding-bottom:30px;}
.p_jj p{ display:block;color:#fff; line-height:35px; font-size:12pt; font-weight:normal; }

.p_bt1{ color:#fff; line-height:40px; font-size:22pt; padding-top:50px; text-align:left; padding-left:15px;font-weight:normal;}

.p_jj1{padding-top:50%; padding-bottom:50px;}
.p_jj1 p{ display:block;color:#fff; line-height:35px; font-size:11pt; text-align:left; padding-left:30px; }

.p_jj1 i{font-size:13pt; display:block;color:#fff; line-height:35px;text-align:left;padding-left:30px; font-style:normal; font-weight:bold;}

.pp5{  width:100%;}







.btn-success{ margin-bottom:50px;}
.btn-success3{ margin-bottom:50px;}

.zsbt{ color:#2C5F51; font-size:26pt;line-height:45px; padding-top:30px; font-weight:bold; text-align:center;}
.zsjj{ color:#777777; font-size:10pt; line-height:30px; text-align:center;padding-top:25px; padding-bottom:35px; }
.index-pic-cate ul li{ margin-top:20px;}

.index-pic-cate ul li span p { display:block; width:50%; height:35px;text-align:center; margin-top:15px; margin-bottom:18px;
	
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:15px;font-size:10pt;
	
	
}


.index_newlist{width:100%; padding-top:50px; text-align:center;}
.ppl{ padding-top:45px;}
.ppl p{ display:block; line-height:35px; color:#777; font-size:16px;}

.lybt{ padding:20px 0px; font-size:22px; line-height:45px; color:#fff; }

.index_gty{ padding-bottom:0px;}
.index_gtyin{ width:100%;}
.index_gtyin li img{ width:20%;}
.index_gtyin li{ width:100%; margin-bottom:30px; border-top:1px solid #444; padding-top:20px;}
.index_gtyin li.gty_logo{ border:none;}
.index_gtyin li.gty_logo img{ width:28%;margin-left: 0;}


.index_zl{ width: 96%;padding-top: 45px; padding-bottom:40px;}
.index_zl_t h2{ font-size:22px;}
.newslie li a{ color:#777; font-size:12pt; font-weight:normal;line-height:2.0em;display:block;}
.dongtai{  margin-right:0px;}
.about_bj{ padding:30px 0px;}
.about_bt{font-size:23pt; line-height:40px; padding-top:30px; padding-left:20px;}

.about_jj p{font-size:11pt;  padding-top:20px;padding-left:20px; padding-bottom:20px; padding-right:20px;}
.case_dh{ padding:20px 0px; margin-top:20px;}
.case_bt{ font-size:30pt; }
.case_bt b{ font-size:20pt; display:block;}

.ad{ padding:50px 0px; }

.ad_bt{ text-align:center; padding:30px 0px; font-size:18px;  }	
.ad-more{display: block;
line-height:8.516vw;border: 1px solid #fff;color: #fff;bottom:40%;font-size: 0.7vw;
}	

.news_bt b{ font-size:20pt; display:block;}


.m-title .tt b{ font-size:18pt; text-align:left; color:#2C5F51; }


.dongtai{ padding:10px; background:#fff; margin-top:0px; margin-bottom:0px;}
.dongtai dd{ font-size:14pt; line-height:2em; padding-top:15px; color:#545454;}

.dongtai dd i{display:block;font-size:11pt; color:#999999; font-style:normal;line-height:2em; }

.newslie{ margin-top:10px; padding:0px;}
.newslie li{line-height:2.5em;padding:20px 25px; width:100%;
}
.newslie li span{color:#CCCCCC; font-size:13pt; margin-right:5px; line-height:2.5em; padding-top:10px; }

.newslie li b{ display:block;font-size:10pt; font-weight:normal; color:#ccc;line-height:1.5em;}
.newslie li a{ color:#666; font-size:11pt; font-weight:normal;line-height:2.0em;display:block;}


}