* {
    margin: 0;
    padding: 0
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

a {
    text-decoration: none
}

img {
    vertical-align: top
}

input {
    outline: none
}

.w1600 {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto
}

.w1450 {
    max-width: 1450px;
    width: 85%;
    margin: 0 auto
}

div {
    line-height: 1 !important;
    box-sizing: border-box
}

@font-face {
    /*font-family: numberFont;*/
    /*src: url(fonts/林兆胜山寨体.TTF)*/
}

.myFamily {
    font-family: numberFont
}

div {
    line-height: 1 !important;
    box-sizing: border-box
}

.suojin {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dsuojin {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.cc_botton {
    margin-bottom: 10% !important
}

.pub_title .etitle {
    font-size: 24px;
    color: #22ab5f;
    margin-bottom: .75em;
    text-transform: uppercase;
    font-family: numberFont
}

.pub_title .ctitle {
    font-size: 48px;
    color: #000;
    margin-bottom: 1.16em
}

#head,
#head_ny {
    background: transparent;
    width: 100%;
    position: absolute;
    z-index: 999;
    transition: 1s ease-out, top 0s
}

#head img,
#head_ny img {
    transition: width 1s
}

#head.scroll_head,
#head_ny.scroll_head {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

#head.scroll_head .w1600,
#head_ny.scroll_head .w1600 {
    height: 80px
}

#head.scroll_head ul,
#head_ny.scroll_head ul {
    line-height: 80px
}

#head.scroll_head ul a,
#head_ny.scroll_head ul a {
    color: #333
}

#head.scroll_head img,
#head_ny.scroll_head img {
    width: 180px
}

#head .w1600,
#head_ny .w1600 {
    display: flex;
    align-items: center;
    height: 120px;
    transition: 1s ease-out, top 0s
}

#head:hover,
#head_ny:hover {
    background: #fff
}

#head:hover ul a,
#head_ny:hover ul a {
    color: #333
}

#head img,
#head_ny img {
    margin-right: 12.13%
}

#head ul,
#head_ny ul {
    font-size: 19px;
    color: #fff;
    flex: 1;
    display: flex;
    justify-content: space-between
}

#head ul li.head_nav a,
#head_ny ul li.head_nav a {
    position: relative
}

#head ul li.head_nav a::after,
#head_ny ul li.head_nav a::after {
    position: absolute;
    left: 0;
    bottom: -55%;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #72b32e, #3299a2);
    background-size: 100% 2px;
    content: "";
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s cubic-bezier(.25, .46, .45, .94) 0s
}

#head ul li.head_nav a:hover::after,
#head_ny ul li.head_nav a:hover::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

#head .fa-search:hover,
#head_ny .fa-search:hover {
    color: #3c9d92
}

#head_ny {
    background: #fff;
    position: relative
}

#head_ny .w1600 {
    height: 100px
}

#head_ny ul a {
    color: #333
}

#head_ny.scroll_head {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

#head_ny.scroll_head .w1600 {
    height: 80px
}

#head_ny.scroll_head ul {
    line-height: 80px
}

#head_ny.scroll_head ul a {
    color: #333
}

.ban_box {
    position: relative
}

.ban_box .nav {
    height: 80px;
    background: rgba(0, 0, 0, 0.49);
    position: absolute;
    bottom: 0;
    width: 100%
}

.ban_box .nav div {
    display: flex
}

.ban_box .nav div a {
    flex: 1;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    background-size: 300% !important;
    transition: background-position 1s;
    background: linear-gradient(to right, transparent, transparent, #72b32e, #3299a2)
}

.ban_box .nav div a:hover,
.ban_box .nav div a.selected {
    height: 101px;
    margin-top: -21px;
    line-height: 101px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-position: 100% 0
}

.pub_banner {
    position: relative
}

.pub_banner .wz {
    position: absolute;
    top: 40%;
    left: 15%;
    transform: translateY(-50%)
}

.pub_banner .wz div {
    color: #fff
}

.pub_banner .wz div:nth-child(1) {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 32px
}

.pub_banner .wz div:nth-child(2) {
    font-size: 18px
}

.pub_tedian {
    display: flex;
    padding-bottom: 13.8%
}

.pub_tedian a {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center
}

.pub_tedian a .yuan {
    width: 283px;
    height: 283px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 39px;
    transition: .3s
}

.pub_tedian a .yuan img {
    margin-bottom: 42px
}

.pub_tedian a .yuan .etitle {
    font-size: 23px;
    color: #22ab5f;
    margin-bottom: 14px
}

.pub_tedian a .yuan .ctitle {
    font-size: 29px
}

.pub_tedian a .yuan img:nth-child(2) {
    display: none
}

.pub_tedian a:hover img:nth-child(2) {
    display: block
}

.pub_tedian a .yuan {
    border-color: transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #72b32e, #3299a2)
}

.pub_tedian a .ms {
    font-size: 19px;
    color: #666
}

#head.scroll_head,
#head_ny.scroll_head {
    z-index: 999999;
}

#page_left_botton a:hover,
#page_left_botton a {
    background-color: #22ab5f;
}

.news_read .read_con img {
    width: auto !important;
}

.language .ul2 li a {
    position: relative;
}

.language .ul2 li a::after {
    position: absolute;
    left: 0;
    bottom: -55%;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #72b32e, #3299a2);
    background-size: 100% 2px;
    content: "";
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s cubic-bezier(.25, .46, .45, .94) 0s
}

.language .ul2 li a:hover::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.cc_botton {
    margin-bottom: 7% !important;
}

.language .language-diqiu {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    background: #cccccc url(../images/language_icon_2.gif) no-repeat center center;
    background-size: cover;
    margin-right: 10px;
}

#head_ny .w1600 {
    line-height: 100px !important;
}

.pub_title .ctitle {
    line-height: 1.2 !important;
}

@font-face {
    font-family: numberFont;
    src: url(../css/fonts/AkzidenzGrotesk-Medium.otf)
}

* {
    font-family: numberFont
}