<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Proxima-Bold';
    src: url(../font/Proxima-Bold.woff)
}

@font-face {
    font-family: 'PROXIMANOVA-LIGHT';
    src: url(../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: Arial, Helvetica, 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;
}


/*åŠ¨ç”»æ•ˆæžœ*/

.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: 30px 0 30px;
}


/*  */

.indNav {
    margin: 60px auto 0;
    text-align: center;
}

.indNav div {
    display: inline-block;
}

.indNav a {
    display: block;
    float: left;
    width: 215px;
    color: #fff;
	background:#555;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    text-align: center;
	margin:0 10px;
}

.indNav a:hover,
.indNav .active {
    background: #fff;
    border: 1px solid #555555;
    color: #555;
}

.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); */
    /* æ&nbsp;‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
    /* 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: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
     font-weight: bold;
    color: #171717;
    line-height: 1;
}

.indTit p {
    color: #666;
    font-size: 16px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.indTit span {
    font-size: 16px;
	width:50%;
	margin:0 auto;
    margin-top: 30px;
    display: block;
    color: #666;
}
@media(max-width:786px) {
.indTit span {font-size:14px;  width:96%;}	
}
.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&gt;span {
    color: inherit;
    position: relative;
    z-index: 3;
    font-size: 15px;
}

.indMore&gt;span img {
    vertical-align: middle;
    width: 12px;
    margin: -2.5px 0 0 12px;
}

.indMore&gt;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, #16238C 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&gt;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: 198px;
}

.headLogo a {
    display: block;
}

.headLogo img {
    width: 100%;
}

.headLogo_img2 {
    display: none;
}

.headNav {
    display: inline-block;
	
}

.headNav li {
    position: relative;
    padding: 28px 0;
    display: inline-block;
    margin: 0 16px;
}

.headNav li&gt;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 #16238C;
}

.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, #16238C 0%, #9499C0 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: #16238C;
  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 #16238C;
  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: #16238C;
  text-shadow: 0 0 10px crimson;
  padding: 0 80px 0 20px;
  border-radius: 30px;
  box-shadow: 0 0 25px 0 #16238C, 0 20px 25px 0 rgba(22, 35, 140, 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(22, 35, 140, 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: #16238C;
  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: #16238C;
    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: #16238C;
    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: #16238C;
    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;
    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: 12.5%;
    float: left;
}

.footer .footUl .ltp&gt;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: #16238C;
    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&gt;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: #16238C;
    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&gt;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: #16238C;
    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: #16238C;
    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("");
    background-size: cover;
}

.banDemo .slick-next {
    right: 140px;
    background-image: url("");
    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 {
    position: relative;
    background-image: url(../image/mainCon3_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding-top: 68px;
}

.indPro_box {
    padding: 20px 0;
    min-height: 500px;
}

#Marquee_x { overflow:hidden; width: 100%; } 
#Marquee_x ul li ,#Marquee_x ul li div{ float:left;line-height:25px;overflow:hidden} /* æ¨ªå‘æ»šåŠ¨å¿…é¡»è®©æ‰€æœ‰liå·¦æµ®åŠ¨ */
#Marquee_x ul li div{ float:left;line-height:40px;height:320px; width:360px; position:relative;}
#Marquee_x ul li div .img{border:1px solid #DADADA; width:358px; height:280px; overflow:hidden;  position:absolute; left:0; bottom:0; z-index:1;}
#Marquee_x ul li div .img img{ width:358px; height:280px; cursor: pointer; transition:all 0.6s;}
#Marquee_x ul li div .img:hover img{transform: scale(1.1);}
#Marquee_x ul li div .txt{ position:absolute; left:0; bottom:0;font-size:16px; text-align:center; background: rgba(0,0,0,0.4); color:#FFF; height:40px; line-height:40px; z-index:10; }

@media(max-width:786px) {
#Marquee_x ul li div{ float:left;line-height:30px;height:232px; width:260px; overflow:hidden}
#Marquee_x ul li div .img{width:258px; height:202px;}
#Marquee_x ul li div .img img{width:258px; height:202px;}
#Marquee_x ul li div span{ display:block; font-size:14px; height:30px; line-height:30px}
}



/* indYf */

.indYf {
    padding: 100px 0;
    position: relative;
    background-image: url(../image/201911260925255ddc7f053c935.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.mio-section { background-position: center; background-repeat: no-repeat; background-size: 100% }
.mio-section .mio-t { text-align: center; margin-bottom: 50px; }
.mio-section .mio-t h2 { color: #fff; font-size: 38px; font-weight: bold; margin-bottom: 20px; }
.mio-section .mio-t h3 { color: #fff; font-size:16px; text-transform: uppercase; width:60%; margin:0 auto;  }
.mio-section img { max-width: 100%; }
.mio-pinzhi {}
.mio-pinzhi .mio-t h2 { color: #fff; }
.mio-pinzhi .mio-t h3 { color: #fff; }
.mio-pinzhi ul {}
.mio-pinzhi li { width: 31.33%; margin:0 1%; float: left }
.mio-pinzhi li a {}
.mio-pinzhi li a .mio-c { background-color:#eee; height: 260px; width: 100%; position: relative; z-index: 1; overflow: hidden }
.mio-pinzhi li a .mio-c .mio-img { height: 260px; width: 100%; position: absolute; top: 0; left: 0; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover }
.mio-pinzhi li a .mio-c .mio-txt { padding: 40px 40px; height: 260px; width: 100%; position: absolute; top:0; left: 0; z-index: 2; background: rgba(0,0,0,.7); color: #fff;}
.mio-pinzhi li a .mio-c .mio-txt h3 { font-size: 1.4em; text-align: center; height: 50px; line-height: 50px; font-weight: bold }
.mio-pinzhi li a .mio-c .mio-txt p{ line-height:25px; margin-top:10px;}
.mio-pinzhi li.li1 a .mio-c .mio-img { background-image: url(../image/b1.jpg) }
.mio-pinzhi li.li2 a .mio-c .mio-img { background-image: url(../image/b2.jpg) }
.mio-pinzhi li.li3 a .mio-c .mio-img { background-image: url(../image/b4.jpg) }
.mio-pinzhi li a:hover .mio-c .mio-txt { top: 0; background: rgba(22,35,140,0); }
@media(max-width:786px) {
.mio-section .mio-t h2 { color: #fff; font-size: 26px;}
.mio-section .mio-t h3 { color: #fff; font-size:14px;}
.mio-pinzhi li { width: 98%; margin:10px 1%; float: left }
}
@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 {
	position: relative;
    background-image: url(../image/xwbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 88px 0;
    overflow: hidden;
}

.indNews_boxDiv {
    width: 100%;
}
.inxw{width:50%; margin:10px 0;  float:left;}
.inxwimg{width:35%; height:140px; float:left; overflow:hidden;}
.inxwimg img{width:100%; height:140px; cursor: pointer; transition:all 0.6s;}
.inxwimg:hover img{transform: scale(1.1);}
.inxwtxt{width:55%; margin:0 5%; float:left;}
.inxwtxt1{width:100%; height:30px; line-height:25px; color:#000; float:left; font-size:16px; overflow:hidden;}
.inxwtxt2{width:100%; height:60px; line-height:30px; color:#000; margin-bottom:25px; float:left; font-size:14px; overflow:hidden;}
.inxwtxt3{width:100%; height:25px; line-height:25px; color:#000; float:left; font-size:16px;}
@media(max-width:768px) {
.inxw{width:98%; margin:20px 1%;}
.inxwtxt{width:60%; margin:0; margin-left:5%;}	
}
.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;
	margin-bottom: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: #16238C;
    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&gt;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 {
    overflow: hidden;
    position: relative;
    /* background-size: cover; */
}
/*info*/
.info{padding:114px 0 106px;min-height: 678px;}
.info .in_left{width:calc(100% - 552px);float:left;padding-right:140px;padding-top:11px;}
.info .in_left p{font-size:16px;line-height:33px;color:#666;}
.info .in_left p:first-child{font-size:42px;height:52px;line-height:52px;margin-bottom:12px;color:#171717;}
.info .in_left p:nth-child(2){font-size:48px;height:58px;line-height:58px;margin-bottom:28px;color:#171717;font-weight:bold;}
.info .in_left .in_num{margin-top:47px;font-size:0;-webkit-text-size-adjust:none;}
.info .in_left .in_num .in_li{display:inline-block;margin-left:17px;}
.info .in_left .in_num .in_li:first-child{width:111px;margin-left:0;}
.info .in_left .in_num .in_li:nth-child(2){width:165px;}
.info .in_left .in_num .in_li:nth-child(3){width:93px;}
.info .in_left .in_num .in_li:last-child{width:136px;}
.info .in_left .in_num .in_li .in_n{font-size:0;-webkit-text-size-adjust:none;}
.info .in_left .in_num .in_li .in_n span{display:inline-block;font-size:14px;height:16px;line-height:16px;vertical-align:bottom;color:#090909;}
.info .in_left .in_num .in_li .in_n span:first-child{font-size:46px;height:46px;line-height:46px;color:#1f70cd;font-family:Impact;margin-right:5px;}
.info .in_left .in_num .in_li em{font-style:normal;font-size:14px;height:24px;line-height:24px;margin-top:7px;color:#1e1e1e;text-align:left;display:inline-block;width:100%;}
.info .in_left a{display:inline-block;height:51px;line-height:51px;font-size:16px;color:#FFF;margin-top:47px;width:206px;background:#1f70cd;padding-left:43px;}
.info .in_left a:after{content:'&gt;&gt;';display:inline-block;vertical-align:top;margin-left:43px;width:22px;height:51px;line-height:51px;position:relative;top:0;}
.info .in_left a:hover{padding-left:53px;}
.info .in_right{width:552px;float:right;}
.info .in_right .in_li{width:calc(50% - 6px);float:left;margin-left:12px;margin-top:11px;display:block;}
.info .in_right .in_li:nth-child(odd){margin-left:0;}
.info .in_right .in_li .in_img{width:100%;padding-bottom:250px;position:relative;overflow:hidden;}
.info .in_right .in_li .in_img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.info .in_right .in_li .in_shade{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.2);}
.info .in_right .in_li .in_txt{padding:56px 15px 0 30px;position:absolute;left:0;top:0;width:100%;}
.info .in_right .in_li .in_txt p{font-size:14px;line-height:24px;color:#FFF;}
.info .in_right .in_li .in_txt p:first-child{font-size:26px;height:36px;line-height:36px;font-weight:bold;margin-bottom:12px;}
.info .in_right .in_li:hover .in_img img{transform:scale(1.05);}
.info .in_right .in_li:hover .in_shade{background:rgba(31,112,205,.8);}
@media screen and (max-width:1599px){
	.info{padding:60px 0;}
    .info .in_left{width:calc(100% - 473px);padding-right:100px;padding-top:10px;}
    .info .in_left p{font-size:15px;line-height:30px;}
    .info .in_left p:first-child{font-size:34px;height:44px;line-height:44px;margin-bottom:10px;}
    .info .in_left p:nth-child(2){font-size:40px;height:50px;line-height:50px;margin-bottom:20px;}
    .info .in_left .in_num{margin-top:30px;}
    .info .in_left .in_num .in_li{margin-left:17px;}
    .info .in_left .in_num .in_li:first-child{width:99px;}
    .info .in_left .in_num .in_li:nth-child(2){width:147px;}
    .info .in_left .in_num .in_li:nth-child(3){width:84px;}
    .info .in_left .in_num .in_li:last-child{width:120px;}
    .info .in_left .in_num .in_li .in_n span:first-child{font-size:40px;height:40px;line-height:40px;}
    .info .in_left .in_num .in_li em{margin-top:5px;}
    .info .in_left a{margin-top:40px;}
    .info .in_right{width:473px;}
    .info .in_right .in_li{width:calc(50% - 5px);margin-left:10px;margin-top:10px;}
    .info .in_right .in_li .in_img{padding-bottom:215px;}
    .info .in_right .in_li .in_txt{padding:40px 10px 0 13px;}
    .info .in_right .in_li .in_txt p{font-size:13px;}
    .info .in_right .in_li .in_txt p:first-child{font-size:23px;height:32px;line-height:32px;margin-bottom:10px;}
}
@media screen and (max-width:1399px){
	.info{padding:30px 0;}
    .info .in_left{width:calc(100% - 390px);padding-right:50px;padding-top:6px;}
    .info .in_left p{font-size:14px;line-height:26px;}
    .info .in_left p:first-child{font-size:28px;height:36px;line-height:36px;margin-bottom:6px;}
    .info .in_left p:nth-child(2){font-size:30px;height:40px;line-height:40px;margin-bottom:10px;}
    .info .in_left .in_num{margin-top:20px;}
    .info .in_left .in_num .in_li{margin-left:59px;}
    .info .in_left .in_num .in_li:first-child{width:79px;}
    .info .in_left .in_num .in_li:nth-child(2){width:116px;}
    .info .in_left .in_num .in_li:nth-child(3){width:68px;}
    .info .in_left .in_num .in_li:last-child{width:95px;}
    .info .in_left .in_num .in_li .in_n span:first-child{font-size:30px;height:30px;line-height:30px;}
    .info .in_left .in_num .in_li em{margin-top:5px;}
    .info .in_left a{margin-top:30px;font-size:14px;height:42px;line-height:42px;width:170px;padding-left:25px;}
    .info .in_left a:after{height:42px;line-height:40px;font-size:14px;}
    .info .in_left a:hover{padding-left:30px;}
    .info .in_right{width:390px;}
    .info .in_right .in_li{width:calc(50% - 3px);margin-left:6px;margin-top:6px;}
    .info .in_right .in_li .in_img{padding-bottom:176px;}
    .info .in_right .in_li .in_txt{padding:20px 5px 0 8px;}
    .info .in_right .in_li .in_txt p{font-size:12px;line-height:22px;}
    .info .in_right .in_li .in_txt p:first-child{font-size:20px;height:28px;line-height:28px;margin-bottom:6px;}
}
@media screen and (max-width:1023px){
	.info{padding:20px 0;}
    .info .in_left{width:100%;float:none;padding-right:0;padding-top:0;}
    .info .in_left .in_num{margin-top:15px;}
    .info .in_left a{margin-top:20px;}
    .info .in_right{width:100%;float:none;padding-top:10px;}
    .info .in_right .in_li{width:calc(25% - 6px);margin-left:8px;}
    .info .in_right .in_li:nth-child(odd){margin-left:8px;}
    .info .in_right .in_li:first-child{margin-left:0;}
    .info .in_right .in_li .in_img{padding-bottom:92.593%;}
    .info .in_right .in_li .in_txt{padding:15px 5px 0;}
    .info .in_right .in_li .in_txt p:first-child{font-size:17px;height:24px;line-height:24px;margin-bottom:5px;}
}
@media screen and (max-width:767px){
	 .info .in_left p{line-height:24px;}
    .info .in_left p:first-child{font-size:22px;height:30px;line-height:30px;}
    .info .in_left p:nth-child(2){font-size:24px;height:auto;line-height:32px;}
    .info .in_left .in_num{margin-top:0;}
    .info .in_left .in_num .in_li{width:60%!important;margin-left:0;margin-top:15px;}
    .info .in_left .in_num .in_li:nth-child(odd){width:40%!important;}
    .info .in_left a{margin-top:10px;}
    .info .in_right{width:100%;float:none;padding-top:10px;}
    .info .in_right .in_li{width:calc(50% - 4px);}
    .info .in_right .in_li:nth-child(odd){margin-left:0;}
    .info .in_right .in_li .in_txt{padding:10px 5px 0;}
    .info .in_right .in_li .in_txt p{line-height:18px;}
    .info .in_right .in_li .in_txt p:first-child{font-size:16px;height:22px;line-height:22px;}
}
/*-----------------------
   common  
-------------------------------------------------------------------  */


/* product &amp; 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 #16238C;
        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: #16238C;
    }
    .proNav li.on a {
        color: #FFF;
    }
    .proNav li:nth-child(1),
    .proNav li:nth-child(2)  {
        border-top: 1px solid #16238C
    }
    .proNav li:nth-child(2n-1)
    {
       border-left: 1px solid #16238C
    }
    .proNav a {
        font-size: 12px;
        color: #666;
        text-align: center;
    }
    .proNav a img {
        display: none;
    }
}


/*-----------------------
    index
-------------------------------------------------------------------  */


/*-----------------------
    contact
-------------------------------------------------------------------  */</pre></body></html>