﻿@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,
/* structural elements 结构元素 */dl,dt,dd,ul,ol,li,
/* list elements 列表元素 */pre,
/* text formatting elements 文本格式元素 */fieldset,button,input,textarea,
/* form elements 表单元素 */
th,td {/* table elements 表格元素 */margin: 0;padding: 0;}
body {overflow: hidden;}
input,textarea {border: 2 none;box-shadow: none;outline: none;}
/* 设置默认字体 */
body,button,input,select,textarea,em,i {font-family: "Microsoft Yahei";color: #333;font-size: 14px;font-style: normal;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4,h5,h6 {font-size: 100%;}
/* 重置列表元素 */
ul,ol,li {list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none;color: #262626;word-wrap: break-word;}
/*英文换行*/
a:hover {text-decoration: none;}
/* for ie6 */
fieldset,
img {border: none;vertical-align: middle;}
/* img 搭车：让链接里的 img 无边框 */
button,input,select,textarea {font-size: 100%;/* 使表单元素在 ie 下能继承字体大小 */}
/* 重置表格元素 */
table {border-collapse: collapse;border-spacing: 0;}
/* 全局 */
html {-webkit-text-size-adjust: none;-webkit-text-size-adjust: none;text-align: justify;text-justify: inter-ideograph;}
/* 浏览器滚动轴修改 */
* {-webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-touch-callout: none;margin: 0;}
::-webkit-scrollbar {width: 4px;height: 4px}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 0;background: rgba(0, 0, 0, 0.1)}
::-webkit-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: rgba(0, 0, 0, 0.2)}
::-webkit-scrollbar-thumb:hover {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: rgba(0, 0, 0, 0.4)}
input,textarea {-webkit-user-select: text}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
/*基础*/
.print {color: #fff;padding: 0 20px;background: #666;line-height: 30px;display: inline-block;margin-top: 10px;display: none}
.content-tag a {color: #666;padding: 4px 8px;margin-right: 10px;font-size: 12px;margin-top: 5px;background: #e5e5e5;}
.content-tag a:hover {background: #ffab00;color: #fff;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr {position: relative;}
.pa {position: absolute;}

/*清除浮动*/

.clearfix:before,
.clearfix:after {content: '';display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

/* -- 页面整体布局 -- */

.content {width: 1200px;margin: 0 auto;position: relative;}
.header,
.footer {width: 100%;margin: 0 auto;}
.auto {margin: 0 auto}
.marT40 {margin-top: 40px;}
.marB40 {margin-bottom: 40px;}

/*分页样式*/

.pglist {padding: 25px 0;float: left;width: 100%;line-height: 34px;text-align: center;}
.pglist a {color: #333333;padding: 0 10px;margin: 0 5px;font-weight: bold;background: #fff;border: 1px solid #dcdcdc;font-size: 14px;}
.pglist * {display: inline-block;_zoom: 1;_display: inline;vertical-align: middle;line-height: 28px;height: 28px;padding-bottom: 1px;border-radius: 2px;-webkit-border-radius: 2px;}
.pglist .hover {display: inline-block;color: #fff;background: #019976;}
.pglist a:hover {display: inline-block;color: #fff;background: #019976;}
.pglist .curpage {display: inline-block;color: #fff;background: #019976;}

/*顶部*/
.kshhjz_top {margin: 0 auto;position: relative;z-index: 5;height: 35px;background: #f4f4f4;line-height: 35px;color: #999;}
.kshhjz_head .logo {margin: 25px 0}
.kshhjz_head .logo img {width: 351px;height: 63px;}

.kshhjz_head .right { width: 700px;text-align: right;padding: 20px 0 0 30px;}
.kshhjz_head .right .pho{display: inline-block;background: url(../images/tel.png) 20px no-repeat #00ab84;line-height:30px;border-radius: 40px;color: #fff;font-size: 22px;padding: 0 20px;padding-left: 60px;}
.kshhjz_head .wechat{padding: 10px;}
.kshhjz_head .wechat img{width: 97px;height: 97px;border: 1px solid #efefef;padding: 5px;box-sizing: border-box;background: #fff;}
.navBar {width: 100%;z-index: 10;margin-top: 15px;}
.nav {z-index: 3;flex-wrap: nowrap;justify-content: space-around;}
.nav h3 {font-weight: normal;font-size: 16px;display: inline-block;padding: 0 15px 10px;position: relative;margin: 0 3px;}
.nav li.on h3 a{color: #019976;font-weight: bold;}
.nav li.on h3:after{content: ''; width: 100%; height: 1px;background: #019976; position: absolute;bottom: 10px;right: 0;z-index: 1;}
.nav li.on h3:before{content: ''; width: 7px; height: 7px;background: #fff; border: 1px solid #019976;border-radius: 50%;position: absolute;bottom: 6px;left: 50%;transform: translateX(-50%); z-index: 2;}
.nav .m {position: relative;float: left;display: inline;text-align: center;}
.nav h3 a {zoom: 1;line-height: 50px;display: block;color: #333}
.nav .sub {display: none;width: 160%;padding: 0 0;position: absolute;left: -30%;top: 60px;background: #fff;float: left;border: 1px solid #efefef; border-radius: 0 0 5px 5px;padding: 10px; box-sizing: border-box;padding-top: 10px;}
.nav .sub li {text-align: center;margin-bottom: 10px;}
.nav .sub li a {color: #333;display: block;zoom: 1;line-height: 2;border-radius: 30px;}
.nav .sub li a:hover {background: #019976;color: #fff;}
.nav .sub dl {display: inline-block;*display: inline;zoom: 1;vertical-align: top;padding: 15px 29px;line-height: 26px;}
.nav .sub dl a:hover {color: #019976;}
.nav .sub dl dt a {color: #000;}
.nav .sub dl dd a {color: #999;padding-left: 7px;background: url(../images/icon.png) 0 -332px no-repeat;}
.nav #m2 .sub {z-index: 1;width: 160px;left: -20px;}

/*导航跟随*/
#mainMenuBar {position: absolute;z-index: 9999}/*导航跟随*/
.stick {position: fixed;top: 0;left: 0;background: #fff;width: 100%;box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);z-index: 3}
.slideBox {position: relative;display: block;width: 100%;height: 690px;overflow: hidden;z-index: 1;}
.slideBox li {height: 690px;position: relative;width: 100%;}
.slideBox .bd .p1 {position: absolute;top: 50%;left: 65%;transform: translate(-50%, -65%);}
.slideBox .bd .p2 {position: absolute;top: 48%;left: 30%;transform: translate(-48%, -30%);}
.slideBox .bd .p3 {position: absolute;top: 50px;left: 50%;transform: translate(-50%, -10%);}
.slideBox .bd .pic img {margin: 0 auto;}
.slideBox .prev {display: none;position: absolute;padding: 0;left: 5%;top: 50%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: 0 0;z-index: 9999;}
.slideBox .next {display: none;position: absolute;padding: 0;right: 5%;top: 50%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: right center;z-index: 9999;}
.slideBox .hd {position: relative;top: -145px;z-index: 1;}
.slideBox .hd ul {text-align: center;margin-top: -25px;}
.slideBox .hd ul li {width: 40px;height: 6px;display: inline-block;margin: 0 3px;cursor: pointer;background: #fff;border-radius: 8px;}
.slideBox .hd ul li.on {background: #019976;}

.slideBox_m {position: relative;display: block;width: 100%;height: 579px;overflow: hidden;z-index: 1;}
.slideBox_m li {height: 579px;position: relative;width: 100%;}
.slideBox_m .bd .p1 {position: absolute;top: 50%;left: 65%;transform: translate(-50%, -65%);}
.slideBox_m .bd .p2 {position: absolute;top: 48%;left: 30%;transform: translate(-48%, -30%);}
.slideBox_m .bd .p3 {position: absolute;top: 50px;left: 50%;transform: translate(-50%, -10%);}
.slideBox_m .bd .pic img {margin: 0 auto;
}.slideBox_m .prev {display: none;position: absolute;padding: 0;left: 5%;top: 50%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: 0 0;z-index: 9999;}
.slideBox_m .next {display: none;position: absolute;padding: 0;right: 5%;top: 50%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: right center;z-index: 9999;}
.slideBox_m .hd {position: relative;top: -20px;z-index: 1;}
.slideBox_m .hd ul {text-align: center;margin-top: -25px;}
.slideBox_m .hd ul li {width: 40px;height: 6px;display: inline-block;margin: 0 3px;cursor: pointer;background: #fff;border-radius: 8px;}
.slideBox_m .hd ul li.on {background: #019976;}


/*内页benner*/
.banner {overflow: hidden;line-height: 0;text-align: center;position: relative;}
.banner .catname {position: absolute;top: 50%;transform: translateY(-50%);text-align: left;width: 100%;color: #fff;}
.banner .content {padding-left: 100px;box-sizing: border-box;}
.banner .catname h4 {line-height: 2;font-size: 36px;color: #333;}
.banner .catname h5 {line-height: 2;font-size: 18px;font-weight: normal;background-color: #ffab00;color: #fff;display: inline-block;padding: 0 20px;}
.banner img {visibility: hidden;}
.banner img.show {visibility: visible;}

/* 内页search */
.search {background: #f2f2f2;height: 82px;border-bottom: 1px solid #eee;overflow: hidden;font-size: 14px;}
.search p {color: #444;line-height: 82px;
}.search a {color: #444;display: inline-block;margin-right: 15px;}
.search_s {width: 270px;height: 30px;border-radius: 20px;background: #fff;padding-left: 10px;margin-top: 28px;}
.search_s input {width: 224px;height: 30px;line-height: 30px;color: #a9a9a9;float: left;border: none;}
.search_s #searchbtn {width: 30px;height: 30px;background: url(../images/VISkins-p1.png) no-repeat -258px -936px;float: right;cursor: pointer;border: none;}
/*公用TITLE*/
.t {font-size: 30px;color: #4c4c4c;text-transform: uppercase;position: relative;text-align: center;margin: 30px auto;width: 100%;padding-bottom: 20px;}
.t:after{content:''; width: 60px; height: 3px; background: #00ab84;border-radius: 5px;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.t span {position: relative;display: inline-block; font-size: 30px;color: #00ab84;}
.t i {font-size: 30px;padding: 0 5px;color: #00ab84;}
.t em {color: #999999;font-size:16px;display: block;line-height: 2;letter-spacing: 1px;}

.t_x {font-size: 30px;color: #4c4c4c;text-transform: uppercase;position: relative;text-align: center;margin: 30px auto ;width: 100%;}
.t_x span {position: relative;display: inline-block; font-size: 30px;color: #00ab84;}
.t_x i {font-size: 30px;padding: 0 5px;color: #00ab84;}
.t_x em {color: #999999;font-size:16px;display: block;line-height: 2;letter-spacing: 1px;}

/*公用TITLE*/
.t01 {font-size: 30px;color: #4c4c4c;text-transform: uppercase;position: relative;text-align: left;width: 100%;padding-bottom: 10px;color: #00ab84;}
.t01:after{content:''; width: 60px; height: 3px; background: #00ab84;border-radius: 5px;position: absolute;bottom: 0;left:0;}
.t01 span {position: relative;display: block; font-size: 16px;color: #666666;line-height: 2.5;}


/* 内页tit */
.tit_m {position: relative;}
.tit_m h3 {text-align: center;font-weight: normal;margin-bottom: 30px;padding-top: 35px;}
.tit_m h3 span {display: block;font-size: 38px;color: #000;padding-bottom: 14px;}
.tit_m h3 em {font-size: 14px;color: #b4b4b4;position: relative;padding: 0 18px;font-style: normal;text-transform: uppercase;}
.tit_m h3 em:before {position: absolute;width: 52px;height: 1px;background: #999;content: "";top: 8px;left: -52px;}
.tit_m h3 em:after {position: absolute;width: 52px;height: 1px;background: #999;content: "";top: 8px;right: -52px;}

/*底部*/

.kshhjz_foot {width: 100%;color: #fff;overflow: hidden;padding: 0 0;position: relative; background: #00ab84;padding: 30px 0 0;}
.kshhjz_foot_t{display: flex; flex-wrap: wrap;justify-content: space-between;text-align: center;padding: 20px 0 0;  }
.kshhjz_foot_t dl{width: 24%;box-sizing: border-box;padding: 20px 0 10px;background: #019976;}
.kshhjz_foot_t dl img{width: 90%;margin: 0 auto;}
.kshhjz_foot_t dl dt{font-size: 16px;}
.kshhjz_foot_t dl dd{font-size: 16px;line-height: 2;}
.kshhjz_foot_t dl.add{text-align: left;background: url(../images/f_i.png) no-repeat 15px 25px #019976;box-sizing: border-box;padding-left: 60px;width: 32%;padding-top: 30px;}
.kshhjz_foot_t dl.tel dd{font-size: 24px;font-weight: bold;}
.kshhjz_foot_t dl.tel{text-align: left;background: url(../images/f_a.png) no-repeat 15px 25px #019976;box-sizing: border-box;padding-left: 60px;width: 20%;padding-top: 30px;}
.kshhjz_foot_b{display: flex; flex-wrap: wrap;justify-content: space-between;text-align: center;padding: 20px 0 0;  margin: 30px auto;}
.kshhjz_foot_b dl{width: 18%;box-sizing: border-box;border-right: 1px dashed #efefef;box-sizing: border-box;padding: 0 30px;text-align: left;}
.kshhjz_foot_b dl:last-child{border-right: 0 }
.kshhjz_foot_b dl a{color: #fff;}
.kshhjz_foot_b dl.pro{width: 35%;box-sizing: border-box;}
.kshhjz_foot_b dl.pro dd{width: 100%;box-sizing: border-box;display: flex; flex-wrap: wrap;justify-content:flex-start;}
.kshhjz_foot_b dl.pro dd a{width: 45%; box-sizing: border-box;}
.kshhjz_foot_b dl dt a{font-size: 18px; line-height: 2;}
.kshhjz_foot_b dl dd a{font-size: 15px; line-height: 2.5;padding-left: 20px;position: relative;}
.kshhjz_foot_b dl dd a:before{content: '-'; font-size: 18px;position: absolute;left: 5px;top: 50%; transform: translateY(-50%);}

.kshhjz_foot_b dl.wechat{padding: 10px;text-align: center;line-height: 2;}
.kshhjz_foot_b dl.wechat img{background: #019976;padding: 5px;width: 136px;height: 136px;}
.kshhjz_foot_b dl.wechat h5{font-weight: normal;font-size: 15px;}
.kshhjz_bq {width: 100%;color: #666;line-height: 3;text-align: center;font-size: 15px; background: #fff;}
.kshhjz_bq a {color:#666;display: inline-block;padding-right: 10px;font-size: 15px;}
/*面包削导航*/

.mbx{height: 50px !important; line-height: 50px !important;font-size: 16px !important; text-align: left !important; background-color: #eee;text-indent: 2em;transition: 0.1s all;background: url(../images/mbx.png) no-repeat 0px 15px;position: relative;font-weight:100;color: #666; border-bottom:1px dashed #ddd;}
.mbx:hover { background-position: 0px -26px;}
.mbx::after, .mbx:after { content: '';position: absolute;display: block; height: 40px;width: 200px;top: 0; right: 0;}
.mbx a{font-size: 15px !important;color: #666;}
/*内页二级导航*/

.navtow {margin: 20px auto 0;}
.navtow ul {display: flex;justify-content: flex-start;}
.navtow li {width: 20%;}
.navtow li a {color: #333;font-size: 16px;line-height: 55px;background: #efefef;display: inline-block;cursor: pointer;position: relative;width: 100%;text-align: center;}
.navtow li a:hover {background: #019976;color: #fff}
.navtow li a:hover::after {transform: translateX(-50%);content: '';position: absolute;left: 50%;width: 0;height: 0;bottom: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #fff;border-top: 7px solid transparent;}
.navtow li .on::after {transform: translateX(-50%);content: '';position: absolute;left: 50%;width: 0;height: 0;bottom: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #fff;border-top: 7px solid transparent;}
.navtow .on {background: #019976;color: #fff}

/* 浮动工具 */

.c-tools {position: fixed;z-index: 9999;text-align: center;right: 0;bottom: 50%;margin-bottom: -144px;}
.c-tools ul li {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;cursor: pointer;position: relative;width: 62px;height: 62px;margin: 1px;background: #333 url(../images/tools-ico.png) no-repeat;}
.c-tools ul li:hover {background-color: #00ab84;}
.c-tools ul li span {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;display: none;position: absolute;right: 63px;width: 135px;padding: 0 10px;background: #00ab84;color: #ffffff;}
.c-tools ul li .ewmPic {width: 168px;}
.c-tools ul li .ewmPic img {display: block;margin-top: 10px;width: 168px;height: 168px;}
.c-tools ul li .ewmPic p {line-height: 3;}
.c-tools ul .tel-ico {background-position: center -22px;}
.c-tools ul .tel-ico span {height: 62px;line-height: 62px}
.c-tools ul .ewm-ico {background-position: center 21px;}
.c-tools ul .qq-ico {background-position: center -69px;}
.c-tools ul .top-ico {background-position: center -115px;}

/*下一篇、下一篇*/

.sx {line-height: 30px;overflow: hidden;margin: 15px 0px;padding: 0 0;}
.sx span {overflow: hidden;height: 30px;display: block;margin: 0 0 10px 0}
.sx a {color: #201618;}
.img {transition: 0.3s all;overflow: hidden;}
.img:hover {transform: scale(1.05);overflow: hidden;}


/* donghua */

.dh {animation-duration: 1s;/*动画时间*/animation-fill-mode: both;/*播放后的状态*/}
.dh {animation-iteration-count: infinite;/*动作循环的次数：infinite 无限循环*/}
.dh {animation-duration: 3s;/*动画时间*/}
.dhh {animation-name: dhh;/*动画的名称*/transform-origin: center bottom;/*设置动画旋转元素的基点为：居中靠下*/cursor: pointer;}
.dhh:hover {animation-name: dhh;/*动画的名称*/transform-origin: center bottom;/*设置动画旋转元素的基点为：居中靠下*/cursor: pointer;}
@keyframes dhh {
0%,100%,20%,50%,80% {transition-timing-function: cubic-bezier(0.215, .61, .355, 1);/*贝塞尔曲线 ： X1 Y1 X2 Y2*/transform: translate3d(0, 0, 0);/*设置只在Z轴上移动*}40%,43% {transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);transform: translate3d(0, -30px, 0)}70% {transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);transform: translate3d(0, -15px, 0)}90% {transform: translate3d(0, -4px, 0)}}