@import url(../fonts/iconfont.css);

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none
}

a:focus {
    -moz-outline-style: none;
    outline: none
}

body,
button,
input,
select,
textarea,
code,
kbd,
pre,
samp,
tt {
    font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

small {
    font-size: 12px
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none
}

abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help
}

legend {
    color: #000
}

fieldset,
img {
    border: none
}

button,
input,
select,
textarea {
    font-size: 100%;
    font-family: "Microsoft YaHei"
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    border: none;
    height: 1px
}

body {
    font-size: 12px;
    line-height: 26px;
    white-space: normal;
    word-break: break-word
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block;
    display: block;
    zoom: 1
}

.pull_left {
    float: left
}

.pull_right {
    float: right
}

.nopull {
    float: none
}

.w1280 {
    max-width: 1280px;
    margin: 0 auto
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto
}

.w1100 {
    max-width: 1100px;
    margin: 0 auto
}

.w1000 {
    max-width: 1000px;
    margin: 0 auto
}

.w1600 {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 12px !important;
    padding-right: 12px !important
}

.w1300 {
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 12px !important;
    padding-right: 12px !important
}

.line1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

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

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.line5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.line6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

body {
    min-height: 100vh;
    overflow-x: hidden !important
}

#banner {
    width: 100%
}

#banner .swiper-slide {
    overflow: hidden
}

#banner .swiper-slide a,
#banner .swiper-slide img {
    display: block;
    width: 100%
}

.index_ban img {
    display: block;
    width: 100%
}

#header {
    padding: 26px 0 20px 0;
    background: #fff
}

.header_logo_1 {
    float: left
}

.header_logo_1 img {
    display: block
}

.header_logo_1 img:last-child {
    display: none
}

.header_logo_3 {
    float: right;
    position: relative;
    cursor: pointer
}

.header_logo_3 h3 {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.header_logo_3 h3 i {
    padding-right: 5px;
    font-size: 14px
}

.header_logo_3 ul {
    display: none;
    position: absolute;
    right: 0;
    top: 99%;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 100%
}

.header_logo_3 ul a {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 5px;
    white-space: nowrap
}

.header_logo_3 ul a:hover {
    background: #ddd
}

.header_logo_3:hover ul {
    display: block
}

.header_logo_2 {
    text-align: center;
    margin: 0 300px
}

.header_logo_2 a {
    display: inline-block;
    vertical-align: top
}

.header_logo_2 a img {
    display: block
}

.nav_main {
    border-top: 1px solid #efeded;
    text-align: center
}

.nav_main>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav_main>ul li {
    position: relative;
    z-index: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #efeded;
    font-size: 16px;
    line-height: 66px;
    font-weight: bold
}

.nav_main>ul li:last-child {
    border-right: 0
}

.nav_main>ul li>a {
    display: block;
    color: #626262;
    padding: 0 12px;
    white-space: nowrap;
    font-weight: bold
}

.nav_main>ul li>a:hover {
    color: #0f74bc
}

.nav_main>ul li div {
    display: none;
    position: absolute;
    top: 99%;
    left: 0;
    min-width: 100%;
    text-align: center;
    border-top: 3px solid #0f74bc;
    background: rgba(15, 116, 188, 0.5)
}

.nav_main>ul li div a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding: 12px 6px;
    line-height: 22px
}

.nav_main>ul li div a:hover {
    background: rgba(15, 116, 188, 0.5)
}

.nav_main>ul li:hover div {
    display: block
}

.nav_main>div {
    display: none
}

#menu_btn {
    float: right;
    display: none
}

#menu_btn i {
    font-size: 30px;
    color: #999;
    font-weight: bold
}

.nav_zz {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 200
}

@media (min-width: 0px) and (max-width: 1000px) {
    body {
        padding-top: 70px
    }

    body.show_menu .nav_main {
        left: 0
    }

    body.show_menu .nav_zz {
        display: block
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        width: 100%;
        -webkit-box-shadow: 0 0 10px #ddd;
        -moz-box-shadow: 0 0 10px #ddd;
        box-shadow: 0 0 10px #ddd;
        padding: 0;
        height: 70px !important
    }

    .header_logo_1 {
        padding-top: 15px
    }

    .header_logo_1 img {
        height: 40px
    }

    .header_logo_1 img:first-child {
        display: none
    }

    .header_logo_1 img:last-child {
        display: block
    }

    .header_logo_3 {
        display: none
    }

    .header_logo_2 {
        text-align: center;
        margin: 0 90px;
        padding-top: 10px
    }

    .header_logo_2 a,
    .header_logo_2 a img {
        height: 50px
    }

    #menu_btn {
        display: block;
        border: 1px solid #ddd;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        margin-top: 15px;
        cursor: pointer
    }

    #menu_btn i {
        font-size: 22px;
        color: #999;
        font-weight: bold
    }

    .nav_main {
        border-top: none;
        text-align: left;
        position: fixed;
        top: 0;
        left: -101%;
        bottom: 0;
        z-index: 300;
        background: #0f74bc;
        width: 260px;
        overflow: auto;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .nav_main>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nav_main>ul li {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }

    .nav_main>ul li>a {
        line-height: 60px;
        font-size: 16px;
        color: #fff
    }

    .nav_main>ul li>a:hover {
        color: #fff
    }

    .nav_main>ul li>div {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        text-align: left;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 15px 30px
    }

    .nav_main>ul li>div a {
        padding: 6px 6px 6px 0;
        color: rgba(255, 255, 255, 0.8)
    }

    .nav_main>div {
        text-align: center;
        display: block;
        line-height: 20px;
        padding: 30px 10px
    }

    .nav_main>div a {
        font-size: 14px;
        color: #ddd;
        white-space: nowrap;
        padding: 0 8px
    }
}

.in_adoption_intelligence {
    padding: 67px 0 36px 0;
    background: url("../images/adoption_intelligence_02.jpg") no-repeat center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.in_adoption_intelligence a {
    position: relative;
    display: block;
    line-height: 90px;
    font-size: 30px;
    color: #ffffff
}

.in_adoption_intelligence a:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 2px;
    background: #fff
}

.in_adoption_intelligence img {
    vertical-align: middle;
    padding-left: 10px
}

#footer {
    background: #04287e
}

.footer_nav {
    padding: 40px 0 28px 0;
    border-bottom: 1px solid #1d3d8a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center
}

.footer_nav li {
    line-height: 48px;
    font-size: 16px;
    color: #ffffff
}

.footer_nav li a {
    color: #ffffff;
    white-space: nowrap
}

.footer_nav li a:hover {
    color: #8390b4
}

.footer_info {
    padding: 10px 0 40px 0
}

.footer_info_1 {
    float: left;
    width: 34.2%
}

.footer_info_1 h4 {
    line-height: 46px;
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial
}

.footer_info_1 div {
    font-size: 14px;
    line-height: 40px;
    color: #bfcef1;
    padding-top: 10px
}

.footer_info_2 {
    float: left;
    width: 26.15%;
    font-size: 14px;
    line-height: 40px;
    color: #bfcef1;
    padding-top: 10px
}

.footer_info_3 {
    float: left;
    padding-top: 28px
}

.footer_info_3 a {
    display: block;
    line-height: 56px;
    font-size: 14px;
    color: #bfcef1;
    padding: 0 30px;
    background: #1d3d8a
}

.footer_info_4 {
    float: right;
    padding-top: 10px
}

.footer_info_4 div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px
}

.footer_copy_right {
    text-align: center;
    line-height: 74px;
    border-top: 1px solid #1d3d8a;
    line-height: 72px;
    font-size: 14px
}

.footer_copy_right,
.footer_copy_right a {
    color: #bfcef1
}

@media (min-width: 0px) and (max-width: 1100px) {
    .in_adoption_intelligence {
        padding: 20px 0;
        text-align: center
    }

    .in_adoption_intelligence a {
        line-height: 50px;
        font-size: 14px;
        color: #ffffff
    }

    .in_adoption_intelligence a:after {
        left: 50%;
        margin-left: -44px
    }

    .in_adoption_intelligence img {
        width: 12px
    }

    .footer_info_main {
        display: none
    }

    .footer_copy_right {
        padding: 15px;
        line-height: 24px
    }
}

.about_main {
    background: url("../images/about_06.jpg") no-repeat center bottom;
    padding-bottom: 206px
}

.about_main>main {
    width: 83.85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 10;
    margin-top: -164px;
    padding: 46px 0 46px 9.689%
}

.about_text {
    position: relative;
    z-index: 20
}

.about_text>main>h1 {
    line-height: 56px;
    padding: 26px 0 36px 0;
    font-size: 36px;
    color: #000000
}

.about_text>main>img {
    display: block;
    float: right;
    margin-right: 8%;
    width: 29%
}

.about_text>main>div {
    margin-right: 54.98%;
    font-size: 18px;
    line-height: 40px;
    color: #606060
}

.about_text_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    text-align: center;
    padding-right: 12px
}

.about_text_list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px
}

.about_text_list li a {
    display: block;
    line-height: 110px;
    background: #f6f6f6;
    white-space: nowrap
}

.about_text_list li a img {
    max-height: 38px
}

.about_text_list li a span {
    padding-left: 6px;
    font-size: 18px;
    color: #1d1d1d
}

.about_text_list li a img,
.about_text_list li a span {
    display: inline-block;
    vertical-align: middle
}

.about_text_list li a:hover span {
    color: #1d3d8a
}

@media (min-width: 0px) and (max-width: 1500px) {
    .about_main>main {
        padding: 46px 0 46px 3%
    }
}

@media (min-width: 0px) and (max-width: 1300px) {
    .about_main {
        padding-bottom: 30px;
        background: none
    }

    .about_main>main {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        position: relative;
        z-index: 10;
        margin-top: 0;
        padding: 12px
    }
}

@media (min-width: 0px) and (max-width: 1100px) {
    .about_main {
        padding-bottom: 10px;
        background: none
    }

    .about_main>main {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        position: relative;
        z-index: 10;
        margin-top: 0;
        padding: 12px
    }

    .about_text>main>h2 {
        line-height: 40px;
        padding: 12px 0;
        font-size: 26px
    }

    .about_text>main>img {
        margin-right: 0;
        width: 29%
    }

    .about_text>main>div {
        margin-right: 33%;
        font-size: 16px;
        line-height: 2em
    }

    .about_text_list {
        padding-top: 20px;
        padding-right: 0
    }

    .about_text_list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 10px
    }

    .about_text_list li:first-child {
        margin-left: 0
    }

    .about_text_list li a {
        display: block;
        line-height: 60px;
        background: #f6f6f6
    }

    .about_text_list li a img {
        width: 20px
    }

    .about_text_list li a span {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 750px) {
    .about_text>main>h2 {
        text-align: center
    }

    .about_text>main>img {
        display: none
    }

    .about_text>main>div {
        margin-right: 0%
    }

    .about_text_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about_text_list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 10px 0;
        width: 50%;
        min-width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10px
    }

    .about_text_list li:nth-child(2n) {
        padding-right: 0
    }

    .about_text_list li:first-child {
        margin-left: 0
    }

    .about_text_list li a {
        display: block;
        line-height: 60px;
        background: #f6f6f6
    }

    .about_text_list li a img {
        width: 20px
    }

    .about_text_list li a span {
        font-size: 14px
    }
}

.advantage_box {
    padding: 68px 0 78px 0
}

.advantage_title {
    text-align: right;
    padding-bottom: 40px;
    line-height: 42px
}

.advantage_title a {
    display: inline-block;
    vertical-align: top
}

.advantage_title a span,
.advantage_title a em {
    display: inline-block;
    vertical-align: top
}

.advantage_title a span {
    font-size: 36px;
    color: #04287e;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 3px solid #04287e
}

.advantage_title a em {
    padding: 0 17px;
    line-height: 42px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: normal;
    color: #4f4f51
}

.advantage_title a:hover em {
    background: #04287e;
    color: #fff
}

.advantage_title.advantage_title_left {
    text-align: left
}

.advantage_list li {
    float: left;
    width: 47.62%;
    margin: 0 4.76% 0 0
}

.advantage_list li:nth-child(2n) {
    margin-right: 0
}

.advantage_list li a,
.advantage_list li img {
    display: block;
    width: 100%
}

.advantage_list li h3 {
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    color: #222;
    padding: 10px 0 0 0
}

.advantage_list li div {
    font-size: 14px;
    color: #333
}

@media (min-width: 0px) and (max-width: 1000px) {
    .advantage_box {
        padding: 0 0 30px 0
    }

    .advantage_title {
        text-align: center;
        padding-bottom: 20px;
        line-height: 30px
    }

    .advantage_title.advantage_title_left {
        text-align: center
    }

    .advantage_title a span {
        font-size: 18px
    }

    .advantage_title a em {
        padding: 0 10px;
        line-height: 30px;
        background: #f3f3f3;
        font-size: 14px
    }

    .advantage_title a:hover em {
        background: #04287e;
        color: #fff
    }

    .advantage_list li {
        float: left;
        width: 47.62%;
        margin: 0 4.76% 0 0
    }

    .advantage_list li:nth-child(2n) {
        margin-right: 0
    }

    .advantage_list li a,
    .advantage_list li img {
        display: block;
        width: 100%
    }
}

@media (min-width: 0px) and (max-width: 750px) {
    .advantage_list li {
        width: 100%;
        margin: 0 0 20px 0
    }
}

.business_box {
    background: url("../images/business_03.jpg") no-repeat center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.business_title {
    padding: 85px 0 70px 0
}

.business_title>a {
    display: inline-block
}

.business_title>a img {
    display: block
}

.business_title>a img:first-child {
    margin-bottom: 22px
}

.business_list {
    padding: 50px 55px;
    background: #fff
}

.business_list li {
    position: relative;
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
    overflow: hidden
}

.business_list li:nth-child(3n) {
    margin-right: 0
}

.business_list li a,
.business_list li img {
    display: block;
    width: 100%
}

.business_list li img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.business_list li div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.business_list li div h3 {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 50%;
    line-height: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    font-size: 22px;
    color: #04287e;
    margin-top: -25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.business_list li:hover div {
    background: rgba(0, 0, 0, 0.3)
}

.business_list li:hover div h3 {
    left: 10%;
    right: 10%
}

.business_list li:hover img {
    -webkit-transition: all .6s 0s;
    -o-transition: all .6s 0s;
    -moz-transition: all .6s 0s;
    transition: all .6s 0s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

@media (min-width: 0px) and (max-width: 1200px) {
    .business_title {
        padding: 30px 0 15px 0
    }

    .business_title img:first-child {
        margin-bottom: 10px
    }

    .business_list {
        padding: 20px
    }

    .business_list li {
        width: 32%;
        margin-right: 2%
    }
}

@media (min-width: 0px) and (max-width: 750px) {
    .business_title {
        padding: 30px 0 15px 0
    }

    .business_title img {
        max-width: 100%;
        margin: 0 auto
    }

    .business_list {
        padding: 0;
        background: none
    }

    .business_list li {
        width: 100%;
        margin-right: 2%;
        margin-bottom: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 10px solid #fff
    }
}

.buy_content_box {
    padding: 34px 0 56px 0
}

.buy_content_list li {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden
}

.buy_content_list li>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.buy_content_list li>div {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 84px 14% 100px 14%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.buy_content_list li>div img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.buy_content_list li>div h3 {
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    height: 96px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.buy_content_list li>div footer {
    padding-top: 38px
}

.buy_content_list li>div footer em {
    display: block;
    margin: 0 10px;
    line-height: 54px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.buy_content_list li:hover>div {
    background: rgba(0, 0, 0, 0.5)
}

.buy_content_list li:hover>div footer em {
    background: #fff;
    color: #04287e
}

@media (min-width: 0px) and (max-width: 1200px) {
    .buy_content_box {
        padding: 15px 0 30px 0
    }

    .buy_content_list li>div {
        padding: 30px 20px
    }

    .buy_content_list li>div h3 {
        font-size: 18px;
        line-height: 22px;
        overflow: hidden;
        display: -webkit-box;
        height: 44px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .buy_content_list li>div footer {
        padding-top: 20px
    }

    .buy_content_list li>div footer em {
        line-height: 30px;
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 750px) {
    .buy_content_list li {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #000
    }

    .buy_content_list li>div {
        padding: 30px 20px
    }

    .buy_content_list li>div h3 {
        font-size: 18px;
        line-height: 22px;
        overflow: hidden;
        display: -webkit-box;
        height: 44px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .buy_content_list li>div footer {
        padding-top: 20px
    }

    .buy_content_list li>div footer em {
        line-height: 30px;
        font-size: 14px
    }
}

.pellet_sale_list {
    padding-bottom: 35px
}

.pellet_sale_list li {
    float: left;
    width: 23.25%;
    margin: 0 2.33% 15px 0
}

.pellet_sale_list li:nth-child(4n) {
    margin-right: 0
}

.pellet_sale_list li a,
.pellet_sale_list li img {
    display: block;
    width: 100%;
    overflow: hidden
}

.pellet_sale_list li img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pellet_sale_list li div {
    padding-top: 26px;
    line-height: 36px;
    font-size: 18px;
    color: #333333
}

.pellet_sale_list li div p {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.pellet_sale_list li:hover img {
    -webkit-transition: all .6s 0s;
    -o-transition: all .6s 0s;
    -moz-transition: all .6s 0s;
    transition: all .6s 0s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.pellet_sale_list li:hover div {
    color: #04287e
}

@media (min-width: 0px) and (max-width: 1000px) {
    .pellet_sale_list {
        padding-bottom: 30px
    }

    .pellet_sale_list li {
        width: 49%;
        margin: 0 2% 15px 0
    }

    .pellet_sale_list li:nth-child(2n) {
        margin-right: 0
    }

    .pellet_sale_list li div {
        padding-top: 5px;
        line-height: 22px;
        font-size: 14px
    }
}

.purchase_flow {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/purchase_flow_01.jpg") no-repeat center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.purchase_flow a {
    display: block;
    line-height: 192px
}

.purchase_flow a span,
.purchase_flow a img {
    display: inline-block;
    vertical-align: middle
}

.purchase_flow a span {
    font-size: 30px;
    color: #ffffff;
    padding-right: 10px
}

@media (min-width: 0px) and (max-width: 750px) {
    .purchase_flow a {
        line-height: 120px
    }

    .purchase_flow a span {
        font-size: 26px
    }
}

.activity_introduction .business_title {
    padding: 54px 0 40px 0
}

.purchase_flow_list {
    text-align: center
}

.purchase_flow_list li {
    position: relative;
    float: left;
    width: 31.5%;
    margin: 0 2.75% 15px 0
}

.purchase_flow_list li:nth-child(3n) {
    margin-right: 0
}

.purchase_flow_list li>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.purchase_flow_list li img {
    display: block;
    width: 100%
}

.purchase_flow_list li>main {
    padding: 12px 0
}

.purchase_flow_list li>main header {
    line-height: 46px;
    font-size: 20px;
    color: #999999
}

.purchase_flow_list li>main h3 {
    font-size: 22px;
    line-height: 36px;
    color: #333333;
    text-align: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.purchase_flow_list li>main main {
    font-size: 16px;
    color: #666666;
    text-align: left;
    margin: 15px 0;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    height: 96px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.purchase_flow_list li>main footer em {
    display: inline-block;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 26px;
    line-height: 40px;
    font-size: 16px;
    color: #333333
}

.purchase_flow_list li:hover>main h3 {
    font-weight: bold;
    color: #04287e
}

@media (min-width: 0px) and (max-width: 750px) {
    .activity_introduction .business_title {
        padding: 30px 0 15px 0
    }

    .activity_introduction .business_title img:first-child {
        margin-bottom: 10px
    }

    .purchase_flow_list {
        text-align: center
    }

    .purchase_flow_list li {
        width: 100%;
        margin: 0 0% 15px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 8px 0 8px;
        border: 1px solid #eee
    }

    .purchase_flow_list li>main {
        padding: 5px 0
    }

    .purchase_flow_list li>main header {
        line-height: 30px;
        font-size: 14px
    }

    .purchase_flow_list li>main h3 {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .purchase_flow_list li>main main {
        font-size: 14px;
        margin: 6px 0;
        line-height: 32px;
        overflow: hidden;
        display: -webkit-box;
        height: 64px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .purchase_flow_list li>main footer {
        display: none
    }
}

.news_box {
    background: url("../images/news_bg.jpg") no-repeat center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 66px 0 120px 0
}

.news_main {
    width: 45%
}

.news_title {
    text-align: center;
    display: none
}

.news_top {
    font-size: 16px
}

.news_top a {
    display: block
}

.news_top a h4 {
    line-height: 24px;
    font-size: 16px;
    color: #666666
}

.news_top a h3 {
    line-height: 55px;
    font-size: 24px;
    color: #000000;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.news_top a main {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.news_top a footer {
    padding: 15px 0 24px 0
}

.news_top a footer em {
    display: inline-block;
    background: #f6efe7;
    vertical-align: top;
    line-height: 42px;
    padding: 0 15px;
    color: #666666
}

.news_top a:hover footer em {
    background: #0f3ba2;
    color: #fff
}

.news_top a:hover h3 {
    color: #0f3ba2
}

.news_list {
    padding-top: 12px
}

.news_list li a {
    display: block;
    height: 36px;
    overflow: hidden;
    line-height: 36px
}

.news_list li a span {
    display: block;
    float: right;
    font-size: 14px;
    color: #333333
}

.news_list li a h3 {
    margin-right: 80px;
    font-size: 16px;
    color: #272525;
    font-weight: normal;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.news_list li a:hover h3 {
    color: #0f3ba2
}

@media (min-width: 0px) and (max-width: 800px) {
    .news_box {
        background-position: left top;
        -moz-background-size: 300% 100%;
        -o-background-size: 300% 100%;
        background-size: 300% 100%;
        padding: 30px 0
    }

    .news_title {
        display: block;
        padding-bottom: 15px
    }

    .news_title a {
        color: #fff;
        line-height: 30px
    }

    .news_title a h2 {
        font-size: 20px;
        font-weight: bold
    }

    .news_title a h3 {
        text-transform: uppercase
    }

    .news_main {
        width: 100%
    }

    .news_top {
        font-size: 14px
    }

    .news_top a {
        display: block
    }

    .news_top a h3 {
        line-height: 40px;
        font-size: 18px
    }

    .news_top a main {
        font-size: 14px;
        line-height: 30px;
        overflow: hidden;
        display: -webkit-box;
        height: 60px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .news_top a footer {
        padding: 10px 0 15px 0;
        text-align: center
    }

    .news_top a footer em {
        line-height: 40px
    }

    .news_top a:hover footer em {
        background: #0f3ba2;
        color: #fff
    }

    .news_top a:hover h3 {
        color: #0f3ba2
    }

    .news_list li a h3 {
        font-size: 14px
    }
}

.partner_box {
    background: url("../images/list_business_partners_03.jpg") no-repeat center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.partner_main {
    position: relative;
    z-index: 20;
    padding: 160px 0 35px 0
}

.partner_title {
    position: absolute;
    left: 10px;
    top: -55px
}

.partner_title a {
    display: block;
    background: url("../images/list_business_partners_01.png") no-repeat center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 195px;
    height: 140px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px
}

.partner_title img,
.partner_title em {
    display: block;
    margin: 0 auto
}

.partner_title em {
    line-height: 56px;
    font-size: 24px;
    color: #ffffff
}

.partner_list li {
    float: left;
    margin: 0 1.48% 35px 0;
    width: 15.43%;
    overflow: hidden
}

.partner_list li:nth-child(6n) {
    margin-right: 0
}

.partner_list li a,
.partner_list li img {
    display: block;
    width: 100%
}

.partner_list li img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.partner_list li:hover {
    -webkit-transition: all .6s 0s;
    -o-transition: all .6s 0s;
    -moz-transition: all .6s 0s;
    transition: all .6s 0s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

@media (min-width: 0px) and (max-width: 1200px) {
    .partner_main {
        position: relative;
        z-index: 20;
        padding: 30px 0
    }

    .partner_title {
        position: relative;
        left: 0;
        top: 0;
        height: 56px
    }

    .partner_title a {
        background: none;
        width: 280px;
        margin: 0 auto;
        height: 140px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        padding-top: 0
    }

    .partner_title img {
        display: none
    }

    .partner_title em {
        line-height: 36px;
        font-size: 24px;
        color: #0f3ba2;
        font-weight: bold
    }

    .partner_list li {
        float: left;
        margin: 0 1.48% 15px 0;
        width: 15.43%
    }
}

@media (min-width: 0px) and (max-width: 800px) {
    .partner_list li {
        float: left;
        margin: 0 4% 15px 0;
        width: 48%
    }

    .partner_list li:nth-child(2n) {
        margin-right: 0
    }
}

.sub_body {
    background: #f4f5f5
}

.sub_body #content.w1600 {
    max-width: 1280px
}

#content {
    min-height: 420px;
    padding: 32px 0 50px 0
}

.sub_header #header {
    background: #f4f5f5
}

.sub_banner {
    position: relative;
    max-width: 1600px;
    margin: 0 auto
}

.sub_banner>img {
    display: block;
    width: 100%
}

.sub_banner>div {
    position: absolute;
    right: 123px;
    bottom: 114px;
    text-align: right
}

.sub_banner>div p {
    color: #fff;
    line-height: 50px
}

.sub_banner>div p:nth-child(1) {
    font-size: 40px;
    font-family: "Times New Roman", "Sitka Banner"
}

.sub_banner>div p:nth-child(2) {
    font-size: 40px
}

@media (min-width: 0px) and (max-width: 1200px) {
    .sub_banner {
        overflow: hidden
    }

    .sub_banner>img {
        width: 150%;
        margin-left: -25%
    }

    .sub_banner>div {
        right: 0;
        left: 0;
        bottom: 30%;
        margin-bottom: -15px;
        text-align: center;
        background: rgba(0, 0, 0, 0.1);
        padding: 10px 0
    }

    .sub_banner>div p {
        color: #fff;
        line-height: 34px
    }

    .sub_banner>div p:nth-child(1) {
        font-size: 26px
    }

    .sub_banner>div p:nth-child(2) {
        font-size: 26px
    }
}

.abput_menus {
    padding-bottom: 50px
}

.abput_menus li {
    width: 282px;
    float: left;
    line-height: 94px;
    height: 94px;
    border: 1px solid #eeeeee;
    margin-right: 18px;
    background: #fff;
    text-align: center;
    white-space: nowrap
}

.abput_menus li a {
    display: block
}

.abput_menus li img,
.abput_menus li span {
    display: inline-block;
    vertical-align: middle
}

.abput_menus li span {
    font-size: 24px;
    color: #242424
}

.abput_menus li img {
    margin-right: 5px
}

.abput_menus li img:nth-child(2) {
    display: none
}

.abput_menus li:hover,
.abput_menus li.on {
    background: #0f74bc
}

.abput_menus li:hover span,
.abput_menus li.on span {
    color: #fff
}

.abput_menus li:hover img:nth-child(1),
.abput_menus li.on img:nth-child(1) {
    display: none
}

.abput_menus li:hover img:nth-child(2),
.abput_menus li.on img:nth-child(2) {
    display: inline-block
}

.sub_abput_text {
    background: #fff
}

.sub_abput_text .sub_abput_text_img {
    float: right;
    width: 42%;
    padding-left: 70px
}

.sub_abput_text .sub_abput_text_img img {
    display: block;
    width: 100%
}

.sub_abput_text .sub_abput_text_con {
    padding: 20px 70px
}

.sub_abput_text .sub_abput_text_con h2 {
    line-height: 68px;
    font-size: 36px;
    color: #04287e
}

.sub_abput_text .sub_abput_text_con div {
    font-size: 18px;
    line-height: 34px;
    color: #232424
}

@media (min-width: 0px) and (max-width: 1600px) {
    .abput_menus {
        padding-bottom: 25px
    }

    .abput_menus li {
        width: 24%;
        margin-right: 1.33%;
        line-height: 60px;
        height: 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .abput_menus li:last-child {
        margin-right: 0
    }

    .abput_menus li span {
        font-size: 16px;
        color: #242424
    }

    .abput_menus li img {
        margin-right: 5px;
        height: 30px
    }

    .sub_abput_text {
        padding: 20px
    }

    .sub_abput_text .sub_abput_text_img {
        padding-left: 20px
    }

    .sub_abput_text .sub_abput_text_con {
        padding: 0
    }

    .sub_abput_text .sub_abput_text_con h2 {
        line-height: 68px;
        font-size: 36px;
        color: #04287e
    }

    .sub_abput_text .sub_abput_text_con div {
        font-size: 18px;
        line-height: 34px;
        color: #232424
    }
}

@media (min-width: 0px) and (max-width: 900px) {
    .abput_menus {
        padding-bottom: 15px
    }

    .abput_menus li {
        width: 49%;
        margin: 0 2% 2% 0;
        line-height: 50px;
        height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .abput_menus li:nth-child(2n) {
        margin-right: 0
    }

    .abput_menus li span {
        font-size: 14px;
        color: #242424
    }

    .abput_menus li img {
        margin-right: 5px;
        height: 24px
    }
}

@media (min-width: 0px) and (max-width: 750px) {
    .sub_abput_text .sub_abput_text_img {
        padding-left: 0;
        width: 100%
    }

    .sub_abput_text .sub_abput_text_con {
        padding: 0
    }

    .sub_abput_text .sub_abput_text_con h2 {
        line-height: 50px;
        font-size: 22px;
        text-align: center
    }

    .sub_abput_text .sub_abput_text_con div {
        font-size: 16px;
        line-height: 24px
    }
}

.title_h1 {
    text-align: center;
    padding-top: 20px;
    line-height: 112px;
    color: #04287e;
    font-size: 36px
}

.sub_table {
    width: 100%;
    border: 1px solid #e4e4e4;
    background: #fff
}

.sub_table tr:last-child td {
    border-bottom: none
}

.sub_table tr td {
    border-bottom: 1px solid #cfcfcf;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    padding: 15px 55px;
    line-height: 30px
}

.sub_table tr td:nth-child(2n+1) {
    background: #e1eef9;
    width: 145px;
    white-space: nowrap
}

.google_map_iframe iframe {
    display: block;
    border: none;
    width: 100%;
    height: 555px
}

.sub_title_1 {
    padding: 35px 0
}

.sub_title_1 h2 {
    float: left;
    border-bottom: 2px solid #04287e;
    line-height: 76px;
    font-size: 36px;
    color: #222222
}

.sub_title_1 h2 span {
    font-size: 40px;
    color: #c6c6c6
}

.about_cons {
    position: relative;
    background: url("../images/sub_about_10.jpg") no-repeat center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 50px
}

.about_cons a {
    display: block;
    height: 248px;
    text-align: center;
    line-height: 248px;
    background: url("../images/sub_about_09.png") no-repeat center
}

.about_cons a img,
.about_cons a span {
    display: inline-block;
    vertical-align: middle
}

.about_cons a span {
    font-size: 36px;
    color: #ffffff;
    padding-right: 12px
}

@media (min-width: 0px) and (max-width: 800px) {
    .title_h1 {
        padding-top: 10px;
        line-height: 60px;
        font-size: 22px
    }

    .sub_table tr td {
        font-size: 14px;
        padding: 8px;
        line-height: 22px
    }

    .sub_table tr td:nth-child(2n+1) {
        width: 80px;
        white-space: nowrap
    }

    .google_map_iframe iframe {
        height: 240px
    }

    .sub_title_1 {
        padding: 20px 0
    }

    .sub_title_1 h2 {
        line-height: 42px;
        font-size: 22px
    }

    .sub_title_1 h2 span {
        font-size: 24px
    }

    .about_cons {
        margin-top: 30px
    }

    .about_cons a {
        height: 120px;
        line-height: 120px;
        -moz-background-size: auto 40px;
        -o-background-size: auto 40px;
        background-size: auto 40px
    }

    .about_cons a span {
        font-size: 18px
    }

    .about_cons a img {
        height: 20px
    }
}

.recyclingFlow_text {
    background: #fff;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 20px 30px
}

.sub_title_2 {
    text-align: center;
    padding: 10px 0 40px 0;
    line-height: 80px;
    font-size: 36px;
    color: #04287e
}

.sub_title_2:after {
    content: ' ';
    display: block;
    height: 2px;
    width: 95px;
    background: #04287e;
    margin: 0 auto
}

.sub_title_2 em {
    display: block
}

.recyclingFlow_text2 {
    background: #fff;
    text-align: center;
    padding-bottom: 30px
}

.recyclingFlow_text2 h3 {
    text-align: center;
    line-height: 130px;
    font-size: 24px;
    color: #04287e
}

.recyclingFlow_text2 ul li {
    display: inline-block;
    padding: 0 17px 17px 17px
}

.recyclingFlow_text2 ul li img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto
}

.recyclingFlow_list li {
    margin-top: 25px
}

.recyclingFlow_list li header {
    border-bottom: 1px solid #04287e;
    line-height: 70px;
    height: 70px
}

.recyclingFlow_list li header em {
    display: block;
    float: right;
    text-transform: uppercase;
    font-size: 18px;
    color: #999999;
    font-family: "Times New Roman"
}

.recyclingFlow_list li header h2 {
    font-size: 28px;
    color: #333333
}

.recyclingFlow_list li header h2 .iconfont {
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 6px
}

.recyclingFlow_list li main {
    background: #fff;
    text-align: center;
    margin-top: 2px;
    border-top: 2px solid #04287e;
    padding: 32px
}

.recyclingFlow_list li main a,
.recyclingFlow_list li main img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

@media (min-width: 0px) and (max-width: 800px) {
    .recyclingFlow_text {
        line-height: 2em;
        font-size: 14px;
        padding: 15px
    }

    .sub_title_2 {
        padding: 10px 0 20px 0;
        line-height: 42px;
        font-size: 22px
    }

    .recyclingFlow_text2 {
        padding-bottom: 20px
    }

    .recyclingFlow_text2 h3 {
        line-height: 24px;
        font-size: 16px;
        padding: 20px
    }

    .recyclingFlow_text2 ul li {
        width: 30%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px
    }

    .recyclingFlow_text2 ul li img {
        max-width: 100%
    }

    .recyclingFlow_list li {
        margin-top: 10px
    }

    .recyclingFlow_list li header {
        line-height: 40px;
        height: 40px
    }

    .recyclingFlow_list li header em {
        font-size: 12px;
        display: none
    }

    .recyclingFlow_list li header h2 {
        font-size: 16px
    }

    .recyclingFlow_list li header h2 .iconfont {
        font-size: 12px
    }

    .recyclingFlow_list li main {
        background: #fff;
        text-align: center;
        margin-top: 2px;
        border-top: 2px solid #04287e;
        padding: 32px
    }

    .recyclingFlow_list li main img {
        display: block;
        margin: 0 auto;
        max-width: 100%
    }
}

.buyWastePlastic_list li {
    margin-top: 25px
}

.buyWastePlastic_list li header {
    border-bottom: 1px solid #04287e;
    line-height: 70px;
    height: 70px
}

.buyWastePlastic_list li header em {
    display: block;
    float: right;
    text-transform: uppercase;
    font-size: 18px;
    color: #999999;
    font-family: "Times New Roman"
}

.buyWastePlastic_list li header h2 {
    font-size: 28px;
    color: #333333
}

.buyWastePlastic_list li header h2 .iconfont {
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 6px;
    color: #04287e
}

.buyWastePlastic_list li main {
    margin-top: 2px;
    border-top: 2px solid #04287e;
    padding-top: 40px
}

.buyWastePlastic_list li main ul li {
    float: left;
    width: 28%;
    margin: 0 8% 30px 0
}

.buyWastePlastic_list li main ul li:nth-child(3n) {
    margin-right: 0
}

.buyWastePlastic_list li main ul li a,
.buyWastePlastic_list li main ul li img {
    display: block;
    width: 100%
}

@media (min-width: 0px) and (max-width: 800px) {
    .buyWastePlastic_list li {
        margin-top: 10px
    }

    .buyWastePlastic_list li header {
        line-height: 40px;
        height: 40px
    }

    .buyWastePlastic_list li header em {
        font-size: 12px;
        display: none
    }

    .buyWastePlastic_list li header h2 {
        font-size: 16px
    }

    .buyWastePlastic_list li header h2 .iconfont {
        font-size: 12px
    }

    .buyWastePlastic_list li main {
        margin-top: 2px;
        border-top: 2px solid #04287e;
        padding: 15px 0 0 0
    }

    .buyWastePlastic_list li main ul li {
        float: left;
        width: 32%;
        margin: 0 2% 2% 0
    }

    .buyWastePlastic_list li main ul li:nth-child(3n) {
        margin-right: 0%
    }

    .buyWastePlastic_list li main ul li img {
        display: block;
        width: 100%
    }
}

.advantage_slist li {
    margin-bottom: 60px
}

.advantage_slist li header {
    width: 56.25%
}

.advantage_slist li header img {
    display: block;
    width: 100%
}

.advantage_slist li main {
    padding-top: 6%
}

.advantage_slist li main h3 {
    font-size: 40px;
    color: #04287e;
    line-height: 50px;
    padding: 15px 0
}

.advantage_slist li main div {
    line-height: 36px;
    font-size: 22px;
    color: #232424
}

.advantage_slist li:nth-child(2n+1) header {
    float: left
}

.advantage_slist li:nth-child(2n+1) main {
    margin: 0 6% 0 65%
}

.advantage_slist li:nth-child(2n) header {
    float: right
}

.advantage_slist li:nth-child(2n) main {
    margin: 0 65% 0 6%
}

.advantage_simg {
    background: #fff;
    padding: 100px 20px 30px 20px
}

.advantage_simg img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.competitiveness_box {
    padding: 60px 0 0 0
}

.competitiveness_title {
    text-align: center
}

.competitiveness_title h3 {
    display: inline-block;
    line-height: 64px;
    background: #04287e;
    padding: 0 64px;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold
}

.competitiveness_sub_title {
    text-align: center;
    padding: 25px 0 50px 0;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
    font-weight: bold
}

.competitiveness_sub_title span {
    color: #0166b3
}

.competitiveness_list {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 113px 0 90px 0
}

.competitiveness_list img {
    display: block;
    margin: 0 auto
}

.competitiveness_list li {
    position: absolute;
    background: #fff;
    padding: 10px;
    border: 1px solid #ebecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #ebecec;
    -moz-box-shadow: 0 0 10px #ebecec;
    box-shadow: 0 0 10px #ebecec;
    text-align: center
}

.competitiveness_list li h3 {
    font-size: 18px;
    line-height: 28px;
    color: #1c1d27;
    font-weight: bold
}

.competitiveness_list li div {
    width: 300px;
    font-size: 14px;
    line-height: 20px;
    color: #666666
}

.competitiveness_list li:nth-child(1) {
    left: 350px;
    top: 0
}

.competitiveness_list li:nth-child(2) {
    left: 656px;
    top: 142px
}

.competitiveness_list li:nth-child(3) {
    left: 680px;
    top: 370px
}

.competitiveness_list li:nth-child(4) {
    left: 500px;
    top: 550px
}

.competitiveness_list li:nth-child(5) {
    left: 113px;
    top: 520px
}

.competitiveness_list li:nth-child(6) {
    left: 0;
    top: 330px
}

.competitiveness_list li:nth-child(7) {
    left: 0;
    top: 140px
}

.competitiveness_list li:hover {
    background: #0b8fff
}

.competitiveness_list li:hover h3,
.competitiveness_list li:hover div {
    color: #fff
}

@media (min-width: 0px) and (max-width: 1200px) {
    .advantage_slist li {
        margin-bottom: 30px
    }

    .advantage_slist li header {
        width: 40%
    }

    .advantage_slist li main {
        padding-top: 0
    }

    .advantage_slist li main h3 {
        font-size: 22px;
        line-height: 40px;
        padding: 2px 0
    }

    .advantage_slist li main div {
        line-height: 2em;
        font-size: 16px
    }

    .advantage_slist li:nth-child(2n+1) main {
        margin: 0 0 0 42%
    }

    .advantage_slist li:nth-child(2n) main {
        margin: 0 42% 0 0
    }
}

@media (min-width: 0px) and (max-width: 990px) {
    .advantage_simg {
        padding: 30px
    }

    .competitiveness_box {
        padding: 30px 0 0 0
    }

    .competitiveness_title h3 {
        line-height: 40px;
        padding: 0 10px;
        font-size: 22px
    }

    .competitiveness_sub_title {
        padding: 10px 0 20px 0;
        font-size: 14px;
        line-height: 22px
    }

    .competitiveness_list {
        position: relative;
        max-width: 980px;
        margin: 0 auto;
        padding: 0
    }

    .competitiveness_list img {
        display: none
    }

    .competitiveness_list li {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 15px
    }

    .competitiveness_list li h3 {
        font-size: 22px;
        line-height: 36px
    }

    .competitiveness_list li div {
        width: 100%;
        font-size: 14px;
        line-height: 22px
    }
}

@media (min-width: 0px) and (max-width: 750px) {
    .advantage_slist li {
        margin-bottom: 30px
    }

    .advantage_slist li header {
        width: 100%
    }

    .advantage_slist li main {
        padding-top: 0;
        text-align: center
    }

    .advantage_slist li:nth-child(2n+1) main {
        margin: 0
    }

    .advantage_slist li:nth-child(2n) main {
        margin: 0
    }
}

.equipmentIntroduction_list>li {
    margin-top: 25px
}

.equipmentIntroduction_list>li header {
    border-bottom: 1px solid #04287e;
    line-height: 70px;
    height: 70px
}

.equipmentIntroduction_list>li header em {
    display: block;
    float: right;
    text-transform: uppercase;
    font-size: 18px;
    color: #999999;
    font-family: "Times New Roman"
}

.equipmentIntroduction_list>li header h2 {
    font-size: 28px;
    color: #333333
}

.equipmentIntroduction_list>li header h2 .iconfont {
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 6px
}

.equipmentIntroduction_list>li main {
    background: #fff;
    text-align: center;
    margin-top: 2px;
    border-top: 2px solid #04287e;
    padding: 47px 30px 32px 47px
}

.equipmentIntroduction_list>li main a,
.equipmentIntroduction_list>li main img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.equipmentIntroduction_list_item li {
    float: left;
    width: 48.38%;
    margin: 0 3.23% 15px 0
}

.equipmentIntroduction_list_item li:nth-child(2n) {
    margin-right: 0
}

.equipmentIntroduction_list_item li a,
.equipmentIntroduction_list_item li img {
    display: block;
    width: 100%
}

.equipmentIntroduction_list2 {
    padding: 48px 30px 12px 30px;
    background: #fff
}

.equipmentIntroduction_list2 li {
    float: left;
    width: 48.38%;
    margin: 0 3.23% 20px 0
}

.equipmentIntroduction_list2 li:nth-child(2n) {
    margin-right: 0
}

.equipmentIntroduction_list2 li a,
.equipmentIntroduction_list2 li img {
    display: block;
    width: 100%
}

.equipmentIntroduction_list2 li h3 {
    text-align: center;
    line-height: 68px;
    font-size: 24px;
    color: #333333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (min-width: 0px) and (max-width: 900px) {
    .equipmentIntroduction_list>li {
        margin-top: 10px
    }

    .equipmentIntroduction_list>li header {
        line-height: 40px;
        height: 40px
    }

    .equipmentIntroduction_list>li header em {
        font-size: 12px;
        display: none
    }

    .equipmentIntroduction_list>li header h2 {
        font-size: 16px
    }

    .equipmentIntroduction_list>li header h2 .iconfont {
        font-size: 12px
    }

    .equipmentIntroduction_list>li main {
        background: #fff;
        text-align: center;
        margin-top: 2px;
        border-top: 2px solid #04287e;
        padding: 10px 10px 0 10px
    }

    .equipmentIntroduction_list>li main img {
        display: block;
        margin: 0 auto;
        max-width: 100%
    }

    .equipmentIntroduction_list_item li {
        float: left;
        width: 49%;
        margin: 0 2% 10px 0
    }

    .equipmentIntroduction_list2 {
        padding: 15px 10px 0 10px
    }

    .equipmentIntroduction_list2 li {
        float: left;
        width: 49%;
        margin: 0 2% 10px 0
    }

    .equipmentIntroduction_list2 li h3 {
        line-height: 36px;
        font-size: 18px
    }
}

.pellet_sale_list2 {
    padding-bottom: 35px
}

.pellet_sale_list2 li {
    float: left;
    width: 48%;
    margin: 0 2% 15px 0
}

.pellet_sale_list2 li:nth-child(2n) {
    margin-right: 0
}

.pellet_sale_list2 li a,
.pellet_sale_list2 li img {
    display: block;
    width: 100%;
    overflow: hidden
}

.pellet_sale_list2 li div {
    padding-top: 26px;
    line-height: 36px;
    font-size: 18px;
    color: #333333
}

.pellet_sale_list2 li div p {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.pellet_sale_list2 li:hover div {
    color: #04287e
}

@media (min-width: 0px) and (max-width: 1000px) {
    .pellet_sale_list2 {
        padding-bottom: 30px
    }

    .pellet_sale_list2 li {
        width: 49%;
        margin: 0 2% 15px 0
    }

    .pellet_sale_list2 li:nth-child(2n) {
        margin-right: 0
    }

    .pellet_sale_list2 li div {
        padding-top: 5px;
        line-height: 22px;
        font-size: 14px
    }
}

.pelletSale_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.pelletSale_list li {
    margin: 0 2% 2% 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 15px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.pelletSale_list li:nth-child(4n) {
    margin-right: 0
}

.pelletSale_list li h3 {
    font-size: 20px;
    color: #04287e;
    line-height: 40px
}

.pelletSale_list li div {
    font-size: 16px;
    color: #333;
    line-height: 32px
}

@media (min-width: 0px) and (max-width: 1000px) {
    .pelletSale_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pelletSale_list li {
        min-width: 40%;
        margin: 0 2% 2% 0
    }

    .pelletSale_list li:nth-child(2n) {
        margin-right: 0
    }

    .pelletSale_list li h3 {
        font-size: 20px;
        color: #04287e;
        line-height: 40px
    }

    .pelletSale_list li div {
        font-size: 14px;
        line-height: 24px
    }
}

@media (min-width: 0px) and (max-width: 700px) {
    .pelletSale_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pelletSale_list li {
        min-width: 90%;
        margin: 0 0 2% 0
    }

    .pelletSale_list li h3 {
        font-size: 20px;
        color: #04287e;
        line-height: 40px
    }

    .pelletSale_list li div {
        font-size: 14px;
        line-height: 24px
    }
}

.corporatePhilosophy_img {
    background: #fff;
    padding: 30px 20px
}

.corporatePhilosophy_img img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

@media (min-width: 0px) and (max-width: 1200px) {
    .corporatePhilosophy_img {
        background: #fff;
        padding: 15px
    }
}

.pelletSale_list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.pelletSale_list2 li {
    margin: 0 2% 2% 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 15px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.pelletSale_list2 li:nth-child(3n) {
    margin-right: 0
}

.pelletSale_list2 li h3 {
    font-size: 20px;
    color: #04287e;
    line-height: 40px
}

.pelletSale_list2 li div {
    font-size: 16px;
    color: #333;
    line-height: 32px
}

@media (min-width: 0px) and (max-width: 1000px) {
    .pelletSale_list2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pelletSale_list2 li {
        min-width: 40%;
        margin: 0 2% 2% 0
    }

    .pelletSale_list2 li:nth-child(2n) {
        margin-right: 0
    }

    .pelletSale_list2 li h3 {
        font-size: 20px;
        color: #04287e;
        line-height: 40px
    }

    .pelletSale_list2 li div {
        font-size: 14px;
        line-height: 24px
    }
}

@media (min-width: 0px) and (max-width: 700px) {
    .pelletSale_list2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pelletSale_list2 li {
        min-width: 90%;
        margin: 0 0 2% 0
    }

    .pelletSale_list2 li h3 {
        font-size: 20px;
        color: #04287e;
        line-height: 40px
    }

    .pelletSale_list2 li div {
        font-size: 14px;
        line-height: 24px
    }
}

.ListOfSalesOffices_list li {
    padding-bottom: 30px
}

.ListOfSalesOffices_list li>main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.ListOfSalesOffices_list li>main>nav {
    position: relative;
    width: 50%
}

.ListOfSalesOffices_list li>main>nav img {
    display: block;
    width: 100%
}

.ListOfSalesOffices_list li>main>nav header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px
}

.ListOfSalesOffices_list li>main>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ListOfSalesOffices_list li>main>div iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none
}

@media (min-width: 0px) and (max-width: 800px) {
    .ListOfSalesOffices_list li {
        padding-bottom: 30px
    }

    .ListOfSalesOffices_list li>main {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ListOfSalesOffices_list li>main>nav {
        position: relative;
        width: 100%
    }

    .ListOfSalesOffices_list li>main>nav img {
        display: block;
        width: 100%
    }

    .ListOfSalesOffices_list li>main>nav header {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding: 10px
    }

    .ListOfSalesOffices_list li>main>div iframe {
        width: 100%;
        height: 240px
    }
}

.competitiveness_list2 {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 0 90px 0
}

.competitiveness_list2 img {
    display: block;
    margin: 0 auto
}

.competitiveness_list2 li {
    position: absolute;
    background: #fff;
    padding: 10px 25px;
    border: 1px solid #ebecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #ebecec;
    -moz-box-shadow: 0 0 10px #ebecec;
    box-shadow: 0 0 10px #ebecec;
    text-align: left
}

.competitiveness_list2 li h3 {
    font-size: 26px;
    line-height: 36px;
    color: #1c1d27;
    font-weight: bold
}

.competitiveness_list2 li div {
    width: 230px;
    font-size: 16px;
    line-height: 22px;
    color: #666666
}

.competitiveness_list2 li:nth-child(1) {
    left: 100px;
    top: 70px
}

.competitiveness_list2 li:nth-child(2) {
    left: 656px;
    top: 92px
}

.competitiveness_list2 li:nth-child(3) {
    left: 610px;
    top: 350px
}

.competitiveness_list2 li:nth-child(3) a {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    background: #04287e;
    color: #fff;
    line-height: 48px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.competitiveness_list2 li:nth-child(3) a:hover {
    background: #02184d
}

.competitiveness_list2 li:nth-child(4) {
    left: 80px;
    top: 390px
}

.competitiveness_list2 li:hover {
    background: #0b8fff
}

.competitiveness_list2 li:hover h3,
.competitiveness_list2 li:hover div {
    color: #fff
}

@media (min-width: 0px) and (max-width: 990px) {
    .competitiveness_list2 {
        position: relative;
        max-width: 980px;
        margin: 0 auto;
        padding: 0
    }

    .competitiveness_list2 img {
        display: none
    }

    .competitiveness_list2 li {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 15px
    }

    .competitiveness_list2 li h3 {
        font-size: 22px;
        line-height: 36px
    }

    .competitiveness_list2 li div {
        width: 100%;
        font-size: 14px;
        line-height: 22px
    }

    .competitiveness_list2 li:nth-child(3) a {
        position: relative !important;
        bottom: 0 !important;
        left: 0;
        display: block;
        line-height: 40px;
        width: 220px;
        margin: 20px auto 4px auto;
        font-size: 16px
    }
}

/*# sourceMappingURL=style.css.map */