@font-face {
    font-family: 'Proxima-Bold';
    src: url(http://www.hyhz.cn/templates/default/font/Proxima-Bold.woff)
}

@font-face {
    font-family: 'PROXIMANOVA-LIGHT';
    src: url(http://www.hyhz.cn/templates/default/font/PROXIMANOVA-LIGHT.woff2);
}


/* @font-face {
    font-family: 'AvenirLTStd';
    src: url(../font/avenirltstd-light.woff2);
} */

*,
::before,
::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei", sans-serif;
    color: #333;
}

ul,
ol,
dl,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

input,
a,
img,
select,
textarea {
    border: 0;
    resize: none;
    outline: none;
    outline: none;
    -webkit-appearance: none;
}


/*清除浮动*/

.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.inner {
    position: relative;
    max-width: 1900px;
    width: 80%;
    margin: 0 auto;
}

/*动画效果*/

.wgt-fade-animate {
    -webkit-transform: scale(0.3) translateY(50px);
    -moz-transform: scale(0.3) translateY(50px);
    -ms-transform: scale(0.3) translateY(50px);
    transform: scale(0.3) translateY(50px);
    opacity: 0;
}

.appear {
    -wewgtit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3) translateY(50px);
        -moz-transform: scale(0.3) translateY(50px);
        -ms-transform: scale(0.3) translateY(50px);
        transform: scale(0.3) translateY(50px);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1) translateY(0);
        -moz-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes opacity_show {
    0% {
        -moz-transform: scale(0.3) translateY(50px);
        transform: scale(0.3) translateY(50px);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


/*  */

.innerWrap {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
}

.pad {
    padding: 80px 0 38px;
}


/*  */

.indNav {
    margin: 60px auto 0;
    text-align: center;
}

.indNav div {
    display: inline-block;
}

.indNav a {
    display: block;
    float: left;
    width: 215px;
    border: 1px solid #bfbfbf;
    color: #555;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    text-align: center;
}

.indNav a:hover,
.indNav .active {
    background: #555555;
    border: 1px solid #555555;
    color: #fff;
}

.indNav a span {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 33px;
}

.indNav a .span1 {
    background-image: url(../image/4_02.png);
}

.indNav a .span2 {
    background-image: url(../image/4_03.png);
}

.indNav a:hover .span1,
.indNav .active .span1 {
    background-image: url(../image/4_02a.png);
}

.indNav a:hover .span2,
.indNav .active .span2 {
    background-image: url(../image/4_03a.png);
}

@media(max-width:786px) {
    .indNav a {
        width: 148px;
        height: 36px;
        font-size: 13px;
        line-height: 36px;
    }
    .indNav a span {
        background-size: 20px;
        padding-left: 28px;
    }
}


/*page*/

.page {
    clear: both;
    margin: 20px auto 0;
    text-align: center;
}

.page ul li {
    display: inline-block;
    padding: 10px 15px;
    background: #eee;
}

.page ul li.pageNext {
    margin-left: 5px
}

.page ul li.active {
    background: #99ba1b;
}

.page ul li.active a {
    color: #fff;
}

.page ul li a {
    font-size: 13px;
}

.page ul li:hover {
    background: #99ba1b;
    cursor: pointer;
}

.page ul li:hover a {
    color: #fff;
}

@media (max-width: 480px) {
    .page ul li {
        padding: 5px 10px;
    }
}


/*  */

.hyBan {
    position: relative;
    overflow: hidden;
}

.hyBan::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    /* background: -webkit-linear-gradient(red, blue);
    background: -o-linear-gradient(red, blue);
    background: -moz-linear-gradient(red, blue);
    background: linear-gradient(red, blue); */
    /* 标准的语法（必须放在最后） */
    /* background: url(../image/banner-bg.png) center repeat rgba(0, 0, 0, 0.15) */
}

.hyBan img {
    position: relative;
    z-index: 7;
    width: 100%;
}

.hyBan_mbl {
    display: none;
}

.hyBan_ico {
    width: 1492px;
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hyBan_ico::before,
.hyBan_ico::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3000px;
    background: #fff;
}

.hyBan_ico::before {
    left: -3000px;
}

.hyBan_ico::after {
    right: -3000px;
}

@media(max-width:1024px) {
    .hyBan_web {
        display: none;
    }
    .hyBan_mbl {
        display: block;
    }
}


/*  */

.indTit {
    margin: 28px auto;
}

.indTit h1 {
    font-family: 'Proxima-Bold', sans-serif;
    font-size: 58px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ddd;
    line-height: 1;
}

.indTit p {
    color: #666;
    font-size: 16px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.indTit span {
    font-size: 42px;
    margin-top: -4px;
    display: block;
    font-weight: 600;
    color: #0f3a3c;
}

.indTit.center {
    text-align: center;
}

.indTit.white h1,
.indTit.white p,
.indTit.white span {
    color: #fff;
}


/*  */

.indMore {
    display: inline-block;
    min-width: 160px;
    text-align: center;
    color: #fff;
    height: 46px;
    line-height: 46px;
    margin-top: 28px;
    position: relative;
    padding: 0 30px;
    box-shadow: 0 16px 43px -8px rgba(0, 101, 59, 0.6);
}

.indMore>span {
    color: inherit;
    position: relative;
    z-index: 3;
    font-size: 15px;
}

.indMore>span img {
    vertical-align: middle;
    width: 12px;
    margin: -2.5px 0 0 12px;
}

.indMore>i {
    color: inherit;
    position: relative;
    z-index: 3;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: inline-block;
}

.indMore:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* border-radius: 50px; */
    background: linear-gradient(45deg, #98b91a 0%, #00653b 100%);
    z-index: 2;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    pointer-events: none;
}

.indMore:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-style: solid;
    border-width: 3px;
    border-color: #78bc28;
    background: transparent;
    pointer-events: none;
}

.indMore:hover:after {
    opacity: 1;
}

.indMore:hover:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    opacity: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.indMore:hover>i {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
}

.indMore.small {
    min-width: 118px;
    height: 42px;
    line-height: 42px;
}


/*-----------------------
    header
-------------------------------------------------------------------  */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
    /* transition: all 0.48s; */
}

.headBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 328px;
    background: #fff;
    z-index: -1;
}

header.white {
    background: #fff;
}

header.white .headLogo_img1 {
    display: none;
}

header.white .headLogo_img2 {
    display: block;
}

header.white .headNav a {
    color: #333;
}


/*  */

header.mbl {
    background: #fff;
}

header.mbl .headLogo_img1 {
    display: none;
}

header.mbl .headLogo_img2 {
    display: block;
}

header.mbl .headNav a {
    color: #333;
}


/* hover s*/

header li:hover .headNav_slide {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

header.bg {
    background: #fff;
}

header.bg .headLogo_img1 {
    display: none;
}

header.bg .headLogo_img2 {
    display: block;
}

header.bg .headNav a {
    color: #333;
}


/* hover e*/

.headLogo {
    margin-top: 14px;
    float: left;
    margin-left: 68px;
    width: 268px;
}

.headLogo a {
    display: block;
}

.headLogo img {
    width: 130%;
}

.headLogo_img2 {
    display: none;
}

.headNav {
    display: inline-block;
	
}

.headNav li {
    position: relative;
    padding: 28px 0;
    display: inline-block;
    margin: 0 16px;
}

.headNav li>a {
    line-height: 2.4;
    padding: 0 18px;
    display: block;
    font-size: 16px;
    color: #fff;
}

.headNav .headNav_slide {
    position: absolute;
    top: 91px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    background: #fff;
    padding: 6px;
    visibility: hidden;
    opacity: 0;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-top: 3px solid #98B91A;
}

.headNav_slide a {
    display: block;
    font-size: 13px;
    color: #666 !important;
    border-bottom: 1px solid #f2f2f2;
    line-height: 48px;
}

@media(min-width:1024px) {
    .headNav .headNav_slide a:hover {
        color: #fff !important;
        background: linear-gradient(45deg, #98b91a 0%, #00653b 100%);
    }
}

.headRigt {
    position: fixed;
    top: 18px;
    right: 200px;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: auto;
    color: #00653b;
    text-align: center;
    line-height: 64px;
    font-size: 32px;
    text-indent: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
  box-sizing: border-box;
}


.sou {

  width: 200px;
  height: 60px;
}
.sou .search {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 1s;
  z-index: 4;
}
.sou .search:hover {
  cursor: pointer;
}
.sou .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 22px;
  right: 0;
  bottom: 0;
  left: 20px;
  width: 8px;
  height: 2px;
  background: #009641;
  transform: rotate(45deg);
  transition: all .5s;
}
.sou .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #009641;
  transition: all .5s;
}
.sou input {
  font-family: 'Inconsolata', monospace;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  background: white;
  color: #009641;
  text-shadow: 0 0 10px crimson;
  padding: 0 80px 0 20px;
  border-radius: 30px;
  box-shadow: 0 0 25px 0 #009641, 0 20px 25px 0 rgba(0, 150, 65, 0.4);
  transition: all 1s;
  opacity: 0;
  z-index: 5;
  font-weight: bolder;
  letter-spacing: 0.1em;
}
.sou input:hover {
  cursor: pointer;
}
.sou input:focus {
  width: 200px;
  opacity: 1;
  cursor: text;
}
.sou input:focus ~ .search {
  right: -300px;
  background: rgba(0, 150, 65, 0.2);
  z-index: 6;
}
.sou input:focus ~ .search::before {
  top: 0;
  left: 0;
  width: 25px;
}
.sou input:focus ~ .search::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: #009641;
  border-radius: 0%;
  transform: rotate(-45deg);
}
.sou input::placeholder {
  color: #666;
  opacity: 0.5;
  font-weight: bolder;
}
.headRigt img {
    width: 54%;
    margin-top: -4px;
}

.headRigt_ico2 {
    display: none;
}


@keyframes menu_circle {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

.headRigt.cls .headRigt_ico1 {
    display: none;
}

.headRigt.cls .headRigt_ico2 {
    display: inline-block;
}

.headMenu {
    cursor: pointer;
    display: none;
    float: right;
}

.headMenu span {
    display: block;
    width: 22px;
    height: 2px;
    background: #98b91a;
    margin-top: 6px;
    transition: all 0.48s;
}

.headMenu.show .headMenu_span1 {
    transform: rotate(45deg) translate(5px, 4px);
}

.headMenu.show .headMenu_span2 {
    opacity: 0;
}

.headMenu.show .headMenu_span3 {
    transform: rotate(-45deg) translate(7px, -7px);
}


/*  */

.headBox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 990;
    height: 100vh;
    background: rgba(0, 0, 0, 0.42);
}

.headBox_div {
    float: right;
    width: 100%;
    padding: 0 32px;
    min-width: 280px;
    height: 100%;
    background: #fbfbfb;
    padding-top: 54px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.42);
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.headBox_div ul::-webkit-scrollbar {
    width: 3px;
    height: 100%;
}

.headBox_div ul::-webkit-scrollbar-track {
    background: transparent;
}

.headBox_div ul::-webkit-scrollbar-thumb {
    background: transparent;
}

.headBox_div ul {
    height: 100%;
    overflow-y: auto;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headBox_div li {
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    padding: 0 12px 0 6px;
}

.headBox_div a {
    display: block;
    padding: 20px 0;
    line-height: 1.4;
    color: #181818;
    font-size: 14px;
}

.headBox_div i {
    float: right;
    position: relative;
    width: 14px;
    height: 14px;
}

.headBox_div i.desc::after {
    content: none;
}

.headBox_div i::before {
    /* content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #98b91a;
    top: 50%;
    margin-top: -1px; */
    content: "";
    background: #181818;
    width: 15px;
    height: 1.2px;
    position: absolute;
    top: 50%;
    right: 0;
}

.headBox_div i::after {
    /* content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background: #98b91a;
    left: 50%;
    margin-left: -1px; */
    content: "";
    background: #181818;
    width: 15px;
    height: 1.2px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(90deg);
}

.headBox_div .headNav_slide {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    opacity: 1;
    visibility: inherit;
    transform: translate(0, 0);
    border: 0;
    padding: 0;
    /* background: #2f2f2f; */
    padding: 10px 0;
    transition: inherit;
}

.headBox_div .headNav_slide a {
    border: 0;
    /* color: #fff !important; */
    line-height: 1;
    color: #333;
    padding: 14px 0;
    font-size: 13px;
}

.headBox_div .headNav_slide a:first-of-type {
    padding-top: 0;
}


/*-----------------------
    footer
-------------------------------------------------------------------  */

.footer {
    background: #444;
}

.footBg img {
    max-width: 100%;
}

.footBox {
    position: relative;
    margin-top: 68px;
    text-align: center;
}

.footLogo {
    display: inline-block;
    width: 208px;
    margin: 0 auto;
}

.footLogo img {
    width: 100%;
}


/*  */

.footer .footUl {
    padding: 48px 0 100px;
    text-align: left;
}

.footer .footUl li {
    width: 20%;
    float: left;
}

.footer .footUl .ltp>a {
    font-size: 17px;
	color:#FFF;
    letter-spacing: 0.5px;
}

.footer .footUl .ltp .xian {
    width: 22px;
    height: 2px;
    background: #99ba1b;
    margin: 12px 0 28px;
}

.footer .footUl .lbt a {
    display: block;
    margin-top: 10px;
    line-height: 1.6;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.footer .footUl .lbt a:hover {
    color: #98B91A;
    margin-left: -5px;
}

.footCopy {
    background: rgba(15, 58, 60, 0.12);
    padding-top: 4px;
}

.footCopy span {
    color: #666;
    line-height: 40px;
    font-size: 12px;
    background: url(http://www.hyhz.cn/templates/default/images/1_4.png) center left no-repeat;
    padding: 10px 0 10px 12px;
}

.footCopy div {
    padding: 0;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.footCopy .footCopy_a {
    float: right;
    margin-top: 5px;
    position: relative;
}

.footCopy .footCopy_a a {
    display: block;
    float: right;
    margin-left: 14px;
    position: relative;
    color: #999;
    padding: 6px;
}


/*-----------------------
     服务领域
-------------------------------------------------------------------  */


/* 1 */

.topSlide {
    position: fixed;
    z-index: 899;
    right: 0;
    top: 0;
    height: 100vh;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.topSlide.active {
    color: #000;
    background-color: #fff;
}

.topSlide.active .topSlide_h3:after {
    border-color: #000;
}

.topSlide.active+.top-navigation a,
.topSlide.active+.top-navigation .not-link {
    color: #000;
}

.topSlide.active .topSlide_nav {
    opacity: 1;
    width: 384px;
    padding-right: 130px;
}

.topSlide.active .topSlide_h3 {
    opacity: 1;
    visibility: inherit;
}

.topSlide_h3 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    padding: 145px 56px 145px 110px;
    font-size: 16px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    word-wrap: break-word;
    width: 186px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.topSlide_h3:after {
    content: '';
    position: absolute;
    right: 128px;
    top: 50%;
    margin-top: -4px;
    width: 54px;
    height: 1px;
    border-bottom: 1px solid #000;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.topSlide_nav {
    width: 0;
    padding: 0;
    opacity: 0;
    margin: auto 0;
    overflow: hidden;
    max-height: -webkit-calc(100vh - 180px);
    max-height: calc(100vh - 180px);
    color: #000;
    -webkit-transition: width .5s, padding .5s, opacity .5s;
    transition: width .5s, padding .5s, opacity .5s;
}

.topSlide_nav .subnav {
    display: none;
}

.topSlide_nav .subnav ul {
    padding: 0 0 19px 28px;
}

.topSlide_list {
    padding: 0 15px 0 63px;
    font-size: 12px;
    width: 254px;
    max-height: -webkit-calc(100vh - 180px);
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}

.topSlide_list.full-height {
    height: 100%;
}

.topSlide_list>li.grayed {
    color: #9c9c9c;
}

.topSlide_list li a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 2.6;
    left: 0;
    transition: all 0.28s;
}

.topSlide_list li a:hover {
    color: #98B91A;
    left: 6px;
}

.topSlide_list .level-0 a {
    margin-bottom: 25px;
    -webkit-transition: margin .3s, color .2s linear;
    transition: margin .3s, color .2s linear;
    color: #000;
}

.topSlide_list .level-0 a:focus,
.topSlide_list .level-0 a:active {
    color: #000;
}

.topSlide_list .level-0 a:not(.has-children):focus {
    color: #fb7193;
}

.topSlide_list .level-0 a:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 1px solid #000;
    position: absolute;
    left: -35px;
    top: 5px;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}

.topSlide_list .level-0 a.open {
    color: #000;
    font-weight: bold;
    margin-bottom: 21px;
    font-weight: 700;
}

.topSlide_list .level-0 a.open:before {
    width: 20px;
}

.topSlide_list .level-1 a {
    margin-bottom: 13px;
}


.topSlide ol li
{
	display: none;
}
.topSlide ol:first-of-type li{
	display: block;
}
.topSlide  h6
{
	    cursor: pointer;
    line-height: 3;
    /* padding-left: 10px; */
    font-size: 16px;
    margin-top: 10px;
}
/* 2 */

.leftSlide {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 900;
    transition: all 0.48s;
}

.leftSlide.show {
    left: 0;
}

.leftSlide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 100%;
    background: url(../image/img19.png) repeat-y;
}

.leftSlide>ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}

.leftSlide li {
    line-height: 3;
    padding-left: 10px;
}

.leftSlide li::before {
    content: "";
    position: absolute;
}
.leftSlide  li span, 
.leftSlide  h6 span {
    position: relative;
    display: inline-block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-right: 10px;
    border: 1px dashed rgba(0, 0, 0, .4);
}

.leftSlide li.tit {
   background: #98B91A;
    line-height: 3;
}

.leftSlide li.tit a {
        color: #fff;
    font-size: 16px;
    left: 0;
}

.leftSlide li.tit span {
    border-color: #fff;
}

.leftSlide li.tit span::before {
    border-color: #fff;
    background: #fff;
}

.leftSlide li span::before {
    content: "";
    border-radius: 100%;
    width: 6px;
    height: 6px;
    line-height: 6px;
    border: 1px solid rgba(0, 0, 0, .4);
    display: block;
    margin: 2px;
    background: rgba(0, 0, 0, .4);
}

.leftSlide li a {
  transition: all 0.48s;
    position: relative;
    left: 28px;
    color: #999;
    font-size: 13px;
    line-height: 2;
}

.leftSlide li:not(:first-child):hover a {
    color: #98B91A;
    left: 20px;
}

.leftSlide ol li
{
	display: none;
}
.leftSlide ol:first-of-type li{
	display: block;
}
.leftSlide  h6
{
	cursor: pointer;
	line-height: 3;
    padding-left: 10px;
    font-size: 15px;
    margin-top: 10px;
}
/*-----------------------
    banner
-------------------------------------------------------------------  */

.banner {
    position: relative;
    height: 100vh;
    width: 100%;
}

.banDemo_txt {
    position: absolute;
    left: 10vw;
    top: 50%;
    transform: translateY(-50%);
}

.banIco {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9990;
}

.banDemo {
    z-index: 2;
    width: 100%;
    height: 100%;
}

.banDemo .item {
    background-color: #d7d7d7;
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    margin: 0px 7px;
    display: block;
    text-align: center;
}

.banDemo .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 75px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9999;
}

.banDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.banDemo .slick-prev {
    left: 140px;
    background-image: url("http://www.hyhz.cn/templates/default/images/banner-l.png");
    background-size: cover;
}

.banDemo .slick-next {
    right: 140px;
    background-image: url("http://www.hyhz.cn/templates/default/images/banner-r.png");
    background-size: cover;
}

.banDemo .itemA {
    display: block;
    cursor: pointer;
    height: 100%;
}

.banDemo .banDemo-img {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.banDemo img {
    display: none;
    width: 100%;
}

.banDemo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1003;
    background: url(../image/banner-bg.png) center repeat rgba(0, 0, 0, 0.15);
}

.banDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.banDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.banDemo .slick-list .slick-track {
    height: 100%;
}

.banDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.banDemo .slick-dots {
    position: absolute;
    bottom: 28px;
    left: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
}

.banDemo .slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 6px 0px #999;
}

.banDemo .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 1);
}

.txtDemo {
    position: absolute !important;
    z-index: 2;
    width: 100%;
    height: 100%;
    z-index: 120;
    top: 0;
    left: 0;
}

.txtDemo_div {
    min-height: 200px;
    position: absolute;
    bottom: 26%;
    left: 14vw;
    color: #fff;
}

.txtDemo_div i {
    display: block;
    color: #fff;
    font-size: 32px;
    font-family: 'PROXIMANOVA-LIGHT', arial;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.txtDemo_div i img {
    margin-left: 54px;
    margin-top: -5px;
}

.txtDemo_div span {
    font-size: 76px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 6px;
    margin: 25px 0 16px;
    display: block;
    font-family: 'Microsoft YaHei';
}

.txtDemo_div p {
    opacity: 0.9;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    line-height: 1;
    letter-spacing: 1px;
}

.txtDemo_div em {
    opacity: 0.62;
    display: inline-block;
    margin-top: 12vh;
    color: #fff;
    font-size: 17px;
}

.txtDemo .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 75px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9999;
}

.txtDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.txtDemo .slick-prev {
    left: 140px;
    background-image: url("http://www.hyhz.cn/templates/default/images/banner-l.png");
    background-size: cover;
}

.txtDemo .slick-next {
    right: 140px;
    background-image: url("http://www.hyhz.cn/templates/default/images/banner-r.png");
    background-size: cover;
}

.txtDemo .itemA {
    display: block;
    cursor: pointer;
    height: 100%;
}

.txtDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.txtDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.txtDemo .slick-list .slick-track {
    height: 100%;
}

.txtDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.txtDemo .slick-dots {
    position: absolute;
    bottom: 28px;
    left: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
}

.txtDemo .slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 6px 0px #999;
}

.txtDemo .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 1);
}


/*  canvas */

#water {
    position: absolute;
    width: 34vw;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    z-index: 100;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    opacity: 0.5;
    pointer-events: none;
}


/*-----------------------
    index
-------------------------------------------------------------------  */


/*  */

.indPro {
    overflow: hidden;
    position: relative;
    padding-top: 68px;
    background: url(../image/mainCon3_bg1.jpg) no-repeat 100% 100%;
}

.indPro_box {
    padding: 108px 0 128px;
    min-height: 678px;
}

.indPro_item {
    display: block;
    position: relative;
    float: left;
    width: 20%;
    height: 340px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-left: 0;
    text-align: center;
    transition: all 0.48s;
}

.indPro_item:first-child {
    border-left: 1px solid #e0e0e0;
}

.indPro_item::before {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 40px;
    height: 2px;
    background: #034874;
    margin-left: -20px;
}

.indPro_bg {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f5f5f5;
    z-index: 11;
}

.indPro_bg_r {
    /* content: ""; */
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../image/bg5.png) no-repeat right top;
    background-size: 108px;
    transition: all 0.48s;
}

.indPro_bg_l {
    /* content: ""; */
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../image/bg6.png) no-repeat left bottom;
    background-size: 108px;
}

.indPro_txt {
    display: block;
    position: relative;
    z-index: 12;
}

.indPro_ico .indPro_ico2 {
    display: none;
}

.indPro_span {
    display: none;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 30px;
    height: 40px;
    overflow: hidden;
}

.indPro_more {
    opacity: 0;
    margin-top: 45px;
}

.indPro_item p {
    padding-top: 80px;
    text-align: center;
}

.indPro_item p img {
    width: 66px;
}

.indPro_item h3 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    line-height: 1;
    margin-top: 40px;
}

.indPro_img {
    display: block;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.48s;
    z-index: -1;
    padding: 12px;
}

.indPro_img_div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.indPro_img_img {
    width: 100%;
    display: none;
}

.indPro_img_div div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .21);
}

.indPro_img_div div img {
    position: relative;
    top: 50%;
    margin-top: -45px;
    width: 61px;
}

.indPro_img_name {
    position: absolute;
    bottom: 12px;
    left: 12px;
    text-align: center;
    width: calc(100% - 24px);
    padding: 6px 12px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    background: rgba(51, 51, 51, 0.38);
    background: linear-gradient(45deg, rgba(152, 185, 26, 0.6) 0%, rgba(0, 101, 59, 0.6) 100%);
    border-top: 3px solid rgba(255, 255, 255, 0.9);
}

@media(min-width:1025px) {
    .indPro_box.show .indPro_item {
        width: 19%;
    }
    .indPro_box.show .indPro_item.on {
        padding: 0 3%;
        top: -51px;
        width: 24%;
        height: 442px;
        border: 0;
        box-shadow: 40px 40px 50px 0px rgba(0, 0, 0, 0.5);
        z-index: 21;
    }
    .indPro_box.show .indPro_item.on .indPro_more {
        opacity: 1;
    }
    .indPro_box.show .indPro_item.on .indPro_span {
        display: block;
    }
    .indPro_box.show .indPro_item.on .indPro_bg {
        opacity: 1;
    }
    .indPro_box.hover .indPro_item.on .indPro_img {
        left: 100%;
    }
    .indPro_box.hover .indPro_item:last-child.on .indPro_img {
        left: auto;
        right: 100%;
    }
}

@media(min-width:1025px) {
    .indPro_item:hover .indPro_bg::before {
        right: -100%;
    }
    .indPro_box .indPro_item.on:hover .indPro_img {
        z-index: 9;
        box-shadow: 35px 40px 50px 0px rgba(0, 0, 0, 0.5);
    }
   /* .indPro_box.hover .indPro_item {
        width: 17%;
    }
    .indPro_box.hover .indPro_item.on {
        width: 24%;
        margin-right: 24%;
    }*/
}


/* indYf */

.indYf {
    padding: 100px 0 148px;
    position: relative;
    /* background: url(../image/201911260925255ddc7f053c935.jpg) no-repeat center fixed; */
    background-image: url(../image/201911260925255ddc7f053c935.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.indYf_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/banner-bg.png) center repeat rgba(0, 0, 0, 0.21);
}

.indYf .innerWrap {
    position: relative;
    z-index: 12;
}

.indYf_p {
    position: relative;
}

.indYf_p p {
    font-size: 16px;
    max-width: 62%;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: bold;
    line-height: 1.6;
    opacity: 0.9;
}

.indYf_box {
    margin-top: 148px;
}

.indYf_item {
    cursor: pointer;
    display: inline-block;
    padding: 40px 48px 40px 82px;
    background-color: #99ba1b;
    background-repeat: no-repeat;
    background-position: 18px center;
    background-size: 50px;
    margin-left: 16px;
}

.indYf_item:first-child {
    margin-left: 0;
}

.indYf_item:nth-child(2) {
    background-color: #008DFF
}

.indYf_item:nth-child(3) {
    background-color: #00B18D;
}

.indYf_item:nth-child(4) {
    background-color: #0F3A3C;
}

.indYf_item p {
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.indYf_item span {
    display: block;
    font-size: 17px;
    text-transform: capitalize;
    opacity: 0.8;
    margin-top: 10px;
}

.indYf_item:hover {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

@-webkit-keyframes gelatine {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}


/*  */

.indNews {
    background: url(../image/pro_bg1.png) top left no-repeat;
    background-size: 100% auto;
    padding: 88px 0 108px;
    overflow: hidden;
}

.indNews_boxDiv {
    width: 100%;
    padding: 0 50px 0 66px;
    background: url(../image/img18.png) no-repeat left top;
}

.indNews_boxDiv h3 {
    font-size: 18px;
    line-height: 45px;
}

.indNews_boxDiv h3 .indNew_cn {
    color: #666;
    font-weight: 100;
}

.indNews_boxDiv h3 .indNew_en {
    font-weight: 100;
    color: #999;
    font-size: 14px;
}

.indNews_boxDiv h3 .indNew_more {
    float: right;
    font-size: 14px;
    color: #00A57D;
    font-weight: 100;
    text-transform: uppercase;
}

.indNews_boxDiv .indNew_img {
    width: 100%;
    overflow: hidden;
}

.indNews_boxDiv .indNew_img img {
    width: 100%;
    transition: all 0.48s;
}

.indNew_li {
    border-bottom: 1px dashed #E6E6E6;
    margin-top: 20px;
    line-height: 25px;
}

.indNews_mid .indNew_li:first-of-type {
    border: 0;
    margin: 32px 0px 40px;
}

.indNew_time {
    width: 60px;
    height: 60px;
    border-right: 1px solid #DBDBDB;
    color: #666;
    text-align: center;
    display: inline-block;
}

.indNew_time p {
    font-size: 26px;
    line-height: 1.4;
}

.indNew_time span {
    color: #ccc;
    font-size: 15px;
}

.indNew_txt {
    padding-left: 26px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 68px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indNew_txt a {
    font-size: 17px;
    color: #666;
    line-height: 2;
    position: relative;
    left: 0;
    transition: all 0.48s;
}

.indNew_txt p {
    font-size: 13px;
    color: #999;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indNew_ico {
    margin-top: -5px;
    vertical-align: middle;
}

.indNew_p {
    width: calc(100% - 24px);
    vertical-align: middle;
    padding-left: 12px;
}

.indNew_p.indNew_txt a {
    font-size: 14px;
    width: calc(100% - 100px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.indNew_p.indNew_txt span {
    float: right;
    font-size: 13px;
    color: #666;
}

.indNew_li:hover .indNew_txt a {
    color: #98b91a;
    left: 8px;
}


/*  */

div.partSixTop {
    height: 129px;
    margin-top: 20px;
    background: url('http://www.hyhz.cn/templates/default/images/img40.png') no-repeat center center;
}

.indNews_nav {
    display: none;
    background-color: #0F3A3C;
}

.indNews_nav li {
    position: relative;
    display: inline-block;
    line-height: 3;
    padding: 0 16px;
}

.indNews_nav li::before {
    opacity: 0;
    content: "";
    z-index: 11;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #0F3A3C transparent transparent transparent;
}

.indNews_nav li::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    height: 20%;
    width: 1px;
    background: #fff;
    opacity: 0.68;
}

.indNews_nav li:last-of-type::after {
    content: none;
}

.indNews_nav li.on::before {
    opacity: 1;
}

.indNews_nav li.on a {
    opacity: 1;
}

.indNews_nav li a {
    color: #Fff;
    font-size: 14px;
    opacity: 0.68;
}

.indNews_box {
    margin-top: 55px;
}

.indNews_box>div {
    position: relative;
    width: 42%;
}

div.indNews_left {
    width: 16%;
    height: 541px;
    /* background: url('../image/img18.png') no-repeat right top; */
}

div.indNews_left a {
    position: absolute;
    bottom: 0;
    left: 0;
}

.indNews_more2 {
    display: none;
}

div.indNews_left a img {
    animation: conImg 1s infinite;
}

@keyframes conImg {
    50% {
        transform: scale(1.05);
    }
}

div.indNews_left a:hover .indNews_more1 {
    display: none
}

div.indNews_left a:hover .indNews_more2 {
    display: block
}

div.indNews_mid h3.f100 {
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
}

div.indNews_mid h3.f100 a.title {
    color: #666;
}

div.indNews_mid h3.f100 span.ttu {
    color: #999;
    font-family: 'Arial';
}

div.indNews_mid h3.f100 a.ttu {
    font-size: 14px;
    color: #00A57D;
    font-family: 'Arial';
}

dl.indNews_mid {
    margin: 35px 0px 50px;
}

dl.indNews_mid dt.tc {
    width: 60px;
    height: 60px;
    border-right: 1px solid #DBDBDB;
    color: #666;
    text-align: center;
    display: inline-block;
}

dl.indNews_mid dt.tc span.f14 {
    color: #ccc;
}

dl.indNews_mid dd {
    padding-left: 70px;
}

dl.indNews_mid dd a {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

dl.indNews_mid dd a:hover {
    padding-left: 3px;
    color: #00A57D;
}

dl.indNews_mid dd p {
    font-size: 14px;
    color: #CCCCCC;
    line-height: 24px;
}


/*  */

.indAb {
    margin-top: 68px;
    position: relative;
    background: #f8f8f8 url(../image/bg3.png) no-repeat 50% 100%;
    /* background-size: cover; */
}

.indAb_box {
    position: relative;
    padding: 60px 0 108px;
}

.indAb_box .img {
    position: absolute;
    top: -68px;
    left: 50%;
    margin-left: -103px;
    overflow: hidden;
    max-width: 948px;
    opacity: 1;
}

.indAb_box .img img {
    max-width: 100%;
}

.indAb_p {
    max-width: 36%;
    min-height: 160px;
}

.indAb_p p {
    line-height: 2;
    font-size: 15px;
}

@media screen and (max-width:1480px) {
    .indAb_box {
        padding: 50px 0 110px;
        background-size: auto 600px;
    }
    .indAb_box .img {
        margin-left: -53px;
    }
    .indAb_box .img img {
        height: 520px;
    }
}


/*-----------------------
   common  
-------------------------------------------------------------------  */


/* product & proDet */

.proNav.caseList_proNav {
    margin: 0 0 80px;
}

.proNav {
    position: relative;
    margin-top: 68px;
}

.proNav ul {
    background: #ffffff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 16px 15px;
    text-align: center;
    left: 0;
    width: 100%;
    top: 114px;
    transition: all ease 400ms;
    overflow: hidden
}

.proNav li {
    float: left;
    width: 24%;
    text-align: left;
    padding: 12px 0;
}

.proNav a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgba(155, 155, 155, 0.5);
}
#product .proNav li 
{
	width: 20%;
}
.proNav a img {
    width: 32px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -5px;
}

.proNav li.on a {
    color: #0a0a0a;
}

.proNav li:hover a {
    color: #0a0a0a;
}

@media(max-width:1200px) {
    .proNav li {
        margin: 0 2%
    }
    .proNav a {
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media(max-width:1024px) {
    .proNav {
        margin-top: 48px;
    }
    .proNav ul {
        border: 0;
    }
    .proNav li {
        border: 1px solid #98b91a;
        padding: 10px 18px 6px;
        margin: 5px;
        width: 32%;
    }
    #product .proNav li
    {
    	 width: 32%;
    }
}

@media(max-width:786px) {
    .proNav {
        overflow: hidden;
    }
    .proNav ul {
        padding: 0;
        /* border-bottom: 0; */
        overflow: hidden;
    }
    .proNav li {
        padding: 10px 0;
        margin: 0;
        width: 50%;
        float: left;
         border-top: 0;
        border-left: 0;
    }
    #product .proNav li
    {
    	  width: 50%;
    }
    .proNav li.on {
        background: #98b91a;
    }
    .proNav li.on a {
        color: #FFF;
    }
    .proNav li:nth-child(1),
    .proNav li:nth-child(2)  {
        border-top: 1px solid #98b91a
    }
    .proNav li:nth-child(2n-1)
    {
       border-left: 1px solid #98b91a
    }
    .proNav a {
        font-size: 12px;
        color: #666;
        text-align: center;
    }
    .proNav a img {
        display: none;
    }
}


/*-----------------------
    index
-------------------------------------------------------------------  */


/*-----------------------
    contact
-------------------------------------------------------------------  */