@font-face {
    font-family: fontDin1;
    src: url(../css/fonts/din-medium_woff.txt),url(../css/fonts/din-medium_eot.txt),url(../css/fonts/din-medium_woff2.txt),url(../css/fonts/din-medium_ttf.txt)
}

/*通用代码*/
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
    color: #222222;
    font-family: "Microsoft YaHei";
    font-family: '微软雅黑';
    min-width: 1300px;
    overflow-x: hidden;
}

img {
    margin: 0px;
    padding: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

h1,h2,h3,h4,h5,h6,h7 {
    font-weight: normal;
}

dl,dt,dd,ol,ul,li,from,input,select,span,p,div {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: none;
}

.clear {
    clear: both;
}

a {
    color: #222222;
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    color: #009a46;
    cursor: pointer;
}

em ,i {
    font-style: normal;
}

input,button,select,textarea {
    outline: none;
    font-family: "Microsoft YaHei";
    font-family: '微软雅黑';
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.title {
    text-align: center;
    font-size: 42px;
    color: #222222;
}

.title b {
    color: #009a46;
}

.title span {
    display: block;
    font-size: 18px;
    color: #666666;
    font-weight: lighter;
    margin-top: 10px;
}

.title em {
    display: block;
    height: 16px;
    background: url(../images/20201126135526_636682642.png) no-repeat center;
    margin-top: 20px;
    animation: translation 2s linear infinite;
}

@keyframes translation {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.hovermaincolor a:hover {
    color: #009a46;
}

/*抬头*/
.htop {
    background: #f3f5f5;
}

.htop .w1300 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.htop,.htop a {
    font-size: 14px;
    color: #666666;
    font-weight: lighter;
    line-height: 45px;
}

.htop p:nth-child(1) {
    padding-left: 30px;
    background: url(../images/20201126104833_1579246041.png) no-repeat left center;
}

.htop p span {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    background: url(../images/20201126104833_1890302557.png) no-repeat left center;
}

.htop p span:nth-child(2) {
    background: url(../images/20201126104833_111851359.png) no-repeat left center;
}

.htop p span:nth-child(3) {
    background: url(../images/20201126104833_427232557.png) no-repeat left center;
}

.htop p span:nth-child(4) {
    background: url(../images/20201126104833_921597936.png) no-repeat left center;
}

.htop p span+span {
    margin-left: 15px;
}

.htop p span img {
    position: absolute;
    top: 120%;
    right: 0;
    padding: 10px;
    background: #f5f5f5;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    width: 100px;
    height: auto;
}

.htop p span:hover img {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.hsecond {
    height: 135px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.hleft {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}

.hleft .htitl {
    margin: 7px 30px 0 15px;
}

.hleft .htitl em {
    display: block;
    font-size: 17px;
    color: #898989;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

.hmean {
    font-size: 24.77px;
    color: #222;
}

.hmean span {
    display: block;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 8px;
}

.hmean span i {
    display: inline-block;
    width: 93px;
    line-height: 36px;
    border-radius: 9px 0 0 0;
    background: #009a46;
    text-align: center;
    color: #fff;
    font-size: 16px;margin-right: 5px;
}

.htel {
    font-size: 16px;
    color: #5d5d5d;
    padding-left: 55px;
    background: url(../images/20201126104834_714349145.png) no-repeat left center;
}

.htel em {
    display: block;
    font-size: 32px;
    color: #009a46;
    font-family: fontDin1;
}

/*幻灯片*/
.banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #f5f5f5;
}

.banner-box {
    min-width: 1300px;
    height: 700px;
    position: relative;
    margin: 0 auto;
}

.banner-box .bd, .banner-box .bd ul {
    width: 100% !important;
}

.banner-box .bd li {
    width: 100% !important;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f5f5
}

.banner-box .bd li a {
    display: block;
    background-size: auto;
    width: 100%;
    height: 80%;
    position: relative;
    z-index: 9;
}

.banner-btn {
    width: 100%;
    position: absolute;
    top: 260px;
    left: 0;
    margin-left: 0;
    height: 400px;
    overflow: hidden;
}

.banner-btn a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: 30px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    z-index: 9;
}

.banner-btn a.prev {
    left: -50px;
    background: url(../images/20201126104216_870397956.png) no-repeat 0 0;
}

.banner-btn a.next {
    right: -50px;
    background: url(../images/20201126104216_870397956.png) no-repeat -49px 0;
}

.banner-box .hd {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
}

.banner-box .hd ul {
    text-align: center
}

.banner-box .hd ul li {
    width: 10px;
    height: 10px;
    border-radius : 50%;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    transition: 0.3s all ease-in-out;
    opacity: 0.8;
}

.banner-box .hd ul li.on {
    background: #009a46;
    border-radius: 8px;
    width: 70px;
}

.banner-box:hover .banner-btn a.prev {
    left: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner-box:hover .banner-btn a.next {
    right: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

/*导航*/
.nav {
    position: relative;
    background: #009a46;
    font-size: 0;
    margin-bottom: 0px;
}

.nav li {
    display: inline-block;
    vertical-align: top;
    width: 12.4%;
    text-align: center;
}

.nav li>a {
    font-size: 17px;
    color: #fff;
    display: block;
    line-height: 72px;
    position: relative;
    z-index: 9;
}

.lines {
    height: 100%;
    background: #f7a112;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.dropmenu {
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.6);
    top: 110%;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease;
    z-index: 333;
    padding: 10px 0;
    text-align: center;
}

.dropmenu table td table {
    display: none;
}

.dropmenu a,.dropmenu table td a {
    display: inline-block;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.dropmenu a+a {
    margin-left: 100px;
}

.dropmenu table,.dropmenu table tbody {
    width: 100% !important;
    display: block;
}

.dropmenu table tr {
    display: inline-block;
}

.dropmenu a:hover {
    color: #f7a112;
}

.dropmenu table tr+tr {
    margin-left: 25px;
}

.nav li:hover .dropmenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

/*搜索*/
.search {
    background: #f4f4f4;
    margin-top: 1px;
}

.search .w1300 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.keyword {
    padding-left: 35px;
    background: url(../images/20201126104834_340950080.png) no-repeat left center;
}

.keyword,.keyword a {
    font-size: 15px;
    color: #666666;
    line-height: 70px;
}

.search_bg {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    width: 280px;
    height: 44px;
    border-radius: 22px;
    padding: 0 20px;
    background: #fff;
}

#infoname {
    border: none;
    height: 44px;
    background: none;
    width: 250px;
}

/*华邦 • 回收项目*/
.product {
    padding: 60px 0 80px 0;
}

.protab {
    font-size: 0;
    background: #f3f5f5;
    margin: 34px 0 16px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.protab span {
    display: block;
    width: 33%;
}

.protab a {
    transition: all .3s ease;
    width: 100%;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 79px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    /* padding: 0 1%; */
}

.protab span a {
    border-right: 1px solid #fff;
}

.protab a.on {
    background: #009a46;
    color: #fff;
    /* width: 15%; */
}

.proshow tr {
    display: block;
    font-size: 0;
}

.proshow td {
    display: inline-block;
    vertical-align: top;
    width: 420px;
    box-sizing: border-box;
    position: relative;
    padding: 17px 17px 0 17px !important;
    background: #f3f5f5;
    transition: all .3s ease;
    margin-bottom: 17px;
}

.proshow td span,.proshow td a {
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.proshow td span a {
    text-align: left;
    overflow: hidden;
    line-height: 65px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #888888;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    transition: all .3s ease;
}

.proshow td span a:after {
    content: '+MORE';
}

.proshow td a img {
    width: 100%;
    height: 280px;
    transition: all .6s ease;
    object-fit: cover;
}

.proshow td+td {
    margin-left: 20px;
}

.proshow tr+tr {
    margin-top: 20px;
}

.proshow td:nth-child(4) {
    margin-left: 0px;
}

.proshow td:hover {
    background: #e8eaea;
}

.proshow td:hover span a {
    color: #009a46;
}

.proshow td:hover a img {
    transform: scale(1.1);
}

/*你是否 · 还担心这些问题？*/
.problem {
    padding-top: 69px;
    height: 860px;
    background: url(../images/20201126141945_1492344563.jpg) no-repeat center;
}

.pbcon {
    margin-top: 115px;
}

.pbcon ul li {
    width: 316px;
    height: 142px;
    background: #fff;
    box-shadow: 0 0 15px #e4f1ea;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    background: #fff;
}

.pbcon ul li+li {
    margin-top: 28px;
}

.pbl li:nth-child(1),.pbl li:nth-child(3) {
    margin-left: 50px;
}

.pbr li:nth-child(1),.pbr li:nth-child(3) {
    margin-left: -50px;
}

.pbicon {
    width: 78px;
    height: 142px;
    background: #e7f7ee url(../images/20201126143159_2078918647.png) no-repeat center;
    margin-right: 20px;
}

.pb_t {
    width: 215px;
    font-size: 15px;
    color: #333333;
    font-weight: lighter;
    line-height: 28px;
}

.pb_t b {
    display: block;
    font-size: 22px;
    color: #009a46;
    margin-bottom: 5px;
}

.pbcon li:hover {
    box-shadow: 0 0 15px #d5e2db;
}

/*四大优势 · 为您解决资源回收难题*/
.adv {
    height: 906px;
    background: url(../images/20201126143908_500494849.jpg) no-repeat center;
    overflow: hidden;
}

.advtop {
    text-align: center;
    height: 249px;
    border-bottom: 1px solid #379c64;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.advtitl {
    text-align: center;
    font-size: 45px;
    color: #fff;
}

.advtitl span {
    display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: lighter;
}

.advul {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.advul li {
    width: 25%;
    box-sizing: border-box;
    height: 656px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    border-right: 1px solid #379c64;
    text-align: center;
    position: relative;
}

.advul li:first-child {
    border-left: 1px solid #379c64;
}

.advicon {
    width: 141px;
    height: 141px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 50%;
    background: #e2f8eb;
    margin: 0 auto;
    transition: all .5s ease;
}

.advt {
    font-size: 35px;
    color: #fff;
    margin: 60px 0 35px 0;
}

.advt em {
    display: block;
    font-size: 18px;
    color: #c7d8cf;
    margin: 10px 0 25px 0;
}

.advt:after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 3px;
    background: #a2bcad;
}

.advc {
    padding: 0 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: lighter;
    line-height: 30px;
}

.advicon span {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(../images/20201126143907_749710540.png) no-repeat left top;
}

.advul li:nth-child(2) .advicon span {
    background-position-x: -97px;
    width: 70px;
}

.advul li:nth-child(3) .advicon span {
    background-position-x: -214px;
    height: 79px;
    width: 73px;
}

.advul li:nth-child(4) .advicon span {
    background-position-x: -330px;
}

.advul li.on .advicon span {
    background-position-y: -96px;
}

.advul li.on .advicon {
    background: #f7a112;
    transform: rotate(360deg);
}

.advul li>div {
    position: relative;
    z-index: 8;
}

.advul li:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgb(2 162 74);
    transition: all .3s ease;
}

.advul li.on:after {
    opacity: 1;
    height: 100%;
}

/*华邦 • 回收流程*/
.process {
    background: url(../images/20201126150322_1297559134.jpg) no-repeat center;
    height: 719px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.process ul {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
}

.process ul:after {
    content: '';
    display: block;
    position: absolute;
    width: 200vw;
    height: 2px;
    background: #efefef;
    left: -100vw;
    bottom: 40px;
}

.process ul li {
    width: 165px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.pctop {
    height: 238px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    transition: all .3s ease;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    font-weight: lighter;
    margin-bottom: 60px;
}

.pctop .pcicon {
    display: inline-block;
    margin: 45px 0 30px 0;
    width: 52px;
    height: 62px;
    background: url(../images/20201126150323_1888008772.png) no-repeat left top;
    transition: all .3s ease;
}

.process ul li:nth-child(2) .pctop .pcicon {
    background-position-x: -75px;
    width: 57px;
}

.process ul li:nth-child(3) .pctop .pcicon {
    background-position-x: -170px;
}

.process ul li:nth-child(4) .pctop .pcicon {
    background-position-x: -268px;
}

.process ul li:nth-child(5) .pctop .pcicon {
    background-position-x: -368px;
    width: 65px;
}

.process ul li:nth-child(6) .pctop .pcicon {
    background-position-x: -472px;
    width: 59px;
}

.process ul li:nth-child(7) .pctop .pcicon {
    background-position-x: -570px;
    width: 70px;
}

.pctop:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    transition: all .3s ease;
    top: 0;
    left: 0;
    background: #009a46;
    border-radius: 10px 10px 0 0;
}

.pctop:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    transition: all .3s ease;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #fff;
}

.pcnum {
    display: inline-block;
    position: relative;
    z-index: 3;
    width: 76px;
    height: 76px;
    border: 2px solid #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    color: #009a46;
    font-weight: bold;
    line-height: 76px;
    border-radius: 50%;
    background: #fff;
}

.process ul li:hover .pcicon {
    background-position-y: -81px;
}

.process ul li:hover .pctop:after {
    border-top-color: #009a46;
}

.process ul li:hover .pctop {
    color: #fff;
}

.process ul li:hover .pctop:before {
    height: 100%;
}

.pctop p {
    position: relative;
    z-index: 3;
}

/*华邦 • 新闻中心*/
.news {
    padding: 70px 0 90px 0;
    background: url(../images/20201126152123_871066247.jpg) no-repeat top center;
}

.newstab {
    margin: 40px 0;
    font-size: 0;
    text-align: center;
}

.newstab a {
    display: inline-block;
    width: 170px;
    line-height: 42px;
    border-radius: 21px;
    font-size: 18px;
    color: #333333;
    font-weight: lighter;
    transition: all .3s ease;
    background: #fff;
    box-shadow: 0 0 15px #eee;
}

.newstab a+a {
    margin-left: 20px;
}

.newstab a.on {
    background: #009a46;
    color: #fff;
    box-shadow: 0 0 15px #def8ea;
}

.newsleft {
    width: 625px;
}

.newsright {
    width: 654px;
}

.newsleft .news_div_item {
    padding: 26px;
    background: #f7f7f7;
    position: relative;
}

.newsleft .news_div_item+.news_div_item {
    margin-top: 15px;
}

.newsleft .news_div_item_pic {
    overflow: hidden;
    width: 250px;
}

.news .news_div_item_pic img {
    width: 100%;
    height: auto;
    transition: all .6s ease;
}

.news .news_div_item:hover .news_div_item_pic img {
    transform: scale(1.1);
}

.news_div_item:hover .news_div_item_a {
    color: #009a46;
}

.newsleft .news_div_item_content {
    right: 40px;
    top: 40px;
    bottom: 0;
    width: 285px;
    position: absolute;
}

.news .news_div_item_a {
    display: block;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #666666;
}

.news .news_div_item_body {
    font-size: 14px;
    color: #666666;
    font-weight: lighter;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    margin-top: 10px;
}

.newsleft .news_div_item_a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 155px;
    width: 25px;
    height: 25px;
    background: url(../images/20201126152514_1869528523.png) no-repeat center;
}

.newsright .news_div_item {
    padding: 15px;
    background: #f7f7f7;
    position: relative;
}

.newsright .news_div_item_pic {
    width: 165px;
    overflow: hidden;
}

.newsright .news_div_item_content {
    position: absolute;
    right: 110px;
    width: 330px;
    top: 40px;
}

.newsright .news_div_item_body {
    height: 60px;
}

.newsright .news_div_item+.news_div_item {
    margin-top: 16px;
}

.newsright .news_div_item_date {
    position: absolute;
    padding-left: 20px;
    text-align: center;
    height: 115px;
    border-left: 1px solid #f0f2f1;
    top: 32px;
    right: 15px;
    font-size: 16px;
    color: #666666;
    font-family: fontDin1;
    line-height: 30px;
}

.newsright .news_div_item_month,.newsright .news_div_item_day {
    display: inline-block;
}

.newsright .news_div_item_year {
    font-size: 25px;
}

.newsright .news_div_item_a:after {
    content: '';
    display: block;
    position: absolute;
    right: -80px;
    bottom: -65px;
    width: 25px;
    height: 25px;
    background: url(../images/20201126152514_1869528523.png) no-repeat center;
}

/* 华邦·案例 */
.corp {
    padding: 80px 0 0 0px;
}

.corp_row1 {
    padding: 60px 0 30px;
}

.corp_row1 > a {
    font-size: 42px;
    line-height: 42px;
    color: #343434;
    display: block;
    text-align: center;
    font-weight: bold;
    background: url(/uploadfile/image/20191018/20191018154944_1254825929.png) no-repeat 420px 16px;
}

.corp_row1 > a .color {
    color: #009a46;
    font-size: 42px;
}

.corp_row1 > a > p {
    display: block;
    color: #666;
    line-height: 40px;
    font-weight: 100;
    font-size: 16px;
    padding-top: 5px;
}

.corp_row2 {
    padding: 5px 0 85px;
}

.corp_row2_l {
    width: 620px;
    height: 465px;
    position: relative;
}

.corp_row2_l .shilt {
    display: none;
}

.corp_row2_l .shil1 {
    display: block;
    width: 620px;
    height: 465px;
}

.corp_row2_l .shil1 > dl {
    height: 465px;
}

.corp_row2_l .shil1 > dl > dd > a.ca_tit {
    display: block;
    position: absolute;
    bottom: 0;
    width: 580px;
    left: 0;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    padding: 50px 20px 20px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}

.corp_row2_l .shil1 img {
    width: 100%;
    height: 465px;
    overflow: hidden;
    object-fit: cover;
}

.corp_row2 .corp_row2_l .arr {
    width: 120px;
    height: 60px;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.corp_row2 .corp_row2_l .arr > div {
    background: #333;
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    cursor: pointer;
}

.corp_row2 .corp_row2_l .arr > div:after {
    content: '';
    display: block;
    background: url(../images/20191019140339_247328067.png) no-repeat 0 0;
    width: 20px;
    height: 35px;
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 13px;
}

.corp_row2 .corp_row2_l .arr > .arr1:after {
    background-position: 0px -38px;
    left: 20px;
}

.corp_row2 .corp_row2_l .arr > .arr2:after {
    background-position: -20px -38px;
    right: 20px;
}

.corp_row2 .corp_row2_l .arr > div:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.corp_row2 .corp_row2_l .arr > div:hover {
    background: #009a46;
}

.corp_row2 .corp_row2_r {
    width: 643px;
    height: 465px;
    position: relative;
}

.corp_row2 .corp_row2_r > .tempWrap {
    width: 630px;
    height: 463px;
    position: relative;
    border: 1px solid #e4e4e4;
}

.corp_row2 .corp_row2_r > .tempWrap:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-linear-gradient(left, rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to right, rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    width: 60px;
    height: 100%;
    z-index: 3;
}

.corp_row2 .corp_row2_r > .tempWrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(244,244,244,0) 100%);
    background: -webkit-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%);
    background: linear-gradient(to right, rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    width: 60px;
    height: 100%;
    z-index: 3;
}

.honor_item {
    height: 430px;
    width: 320px;
    text-align: center;
    border-right: 1px solid #f5f5f5;
    margin-right: 1px;
}

.honor_item img {
    width: 240px;
    height: 300px;
    padding: 55px 40px 30px;
    display: block;
    object-fit: contain;
}

.honor_item span {
    text-align: center;
    font-size: 14px;
}

.corp_row2_r_b_btn > div {
    display: block;
    width: 34px;
    height: 34px;
    background: #f4f4f4 url(../images/20191019141110_1218822662.png) no-repeat 0 0;
    position: absolute;
    top: 180px;
    z-index: 4;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.corp_row2_r_b_btn > div.u_ljt {
    left: -18px;
    background-position: 7px 9px;
}

.corp_row2_r_b_btn > div.u_rjt {
    right: -18px;
    background-position: -12px 9px;
}

.corp_row2_r_b_btn > div:hover {
    background-position-y: -15px;
    background-color: #009a46;
    border: 1px solid #009a46
}

/*华邦 · 公司简介*/
.about {
    height: 532px;
    background: url(../images/20201126153552_2108369795.jpg) no-repeat center;
    padding-top: 70px;
    text-align: center;
}

.about .title b {
    color: #fff;
}

.about .title span {
    color: #bee5cf;
    font-size: 20px;
}

.about .title em {
    background: url(../images/20201126153552_1231671399.png) no-repeat center;
}

.ab_c {
    margin: 35px 0 60px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: lighter;
    line-height: 35px;
}

.ab_c p {
    font-size: 16px;
    color: #ffffff;
    font-weight: lighter;
    line-height: 35px;
}

.ab_btn a {
    display: inline-block;
    width: 250px;
    line-height: 54px;
    background: #f7a112;
    transition: all .3s ease;
    color: #fff;
    font-size: 15px;
}

.ab_btn a:hover {
    background: none;
    color: #009a46;
    background: rgba(255,255,255,.8);
}

/*版权*/
.copyright {
    background: #f3f5f5;
    position: relative;
}

.crcontact {
    position: absolute;
    width: 1300px;
    left: 0;
    right: 0;
    top: -63px;
    background: #ffffff;
    height: 158px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px;
}

.crcontact {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.crcontact ul {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.crcontact div img {
    width: 113px;
    height: 113px;
    display: inline-block;
    vertical-align: middle;
}

.crcontact div span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    font-size: 15px;
    color: #666666;
    line-height: 15px;
}

.crcontact li {
    font-size: 18px;
    color: #333333;
    position: relative;
}

.crcontact li em {
    display: block;
    font-size: 24px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 32px;
    margin-bottom: 15px;
}

.crcontact li:nth-child(1) em {
    background: url(../images/20201126161522_506889282.png) no-repeat left center;
}

.crcontact li:nth-child(2) em {
    background: url(../images/20201126161522_1593045315.png) no-repeat left center;
}

.crcontact li:nth-child(3) em {
    background: url(../images/20201126161522_1059553263.png) no-repeat left center;
}

.crcon {
    padding: 170px 0 50px 0;
}

.crcontact li {
    padding: 0 105px 0 45px;
    position: relative;
}

.crcontact li:nth-child(1) {
    padding-left: 0;
}

.crcontact li:nth-child(3) {
    padding-right: 0;
}

.crcontact li+li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    height: 44px;
    background: #e7e7e7;
    width: 1px;
}

.crcon {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.crcon ul {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.kslj p {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.kslj a {
    font-size: 15px;
    color: #888888;
    line-height: 35px;
    display: block;
}

.kslj a:hover,.end a:hover {
    color: #009a46;
}

.kslj li {
    width: 110px;
}

.kslj li+li {
    margin-left: 50px;
}

.crcode img {
    display: block;
    width: 132px;
    height: 132px;
    margin-bottom: 10px;
}

.crcode li {
    font-size: 14px;
    color: #666666;
    font-weight: lighter;
    text-align: center;
}

.crcode li+li {
    margin-left: 50px;
}

.end {
    line-height: 30px;
    border-top: 1px solid #fff;
    text-align: center;
}

.end,.end a {
    font-size: 15px;
    color: #666666;
}

.link {
    background: #009a46;
    line-height: 100px;
    font-size: 18px;
    color: #fcfcfc;
}

.link .w1300 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.link .linkr a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/20201126154700_328490918.png) no-repeat center;
}

.linkl {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}

.link p span {
    font-size: 35px;
    color: #efefef;
    font-family: impact;
    display: inline-block;
    vertical-align: sub;
    text-transform: uppercase;
    margin-right: 5px;
}
