html{
    font: 12px/1.8 "微软雅黑","\5b8b\4f53",Arial,sans-serif;
}
.pc_show{
    display: block;
}
.mar_auto{
    margin: 0 auto;
}
.wap_show{
    display: none;
}
.w1280{
    width: 1280px;
    margin: 0 auto;
}
.w1240{
    width: 1240px;
    margin: 0 auto;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w100{
    width: 100%;
}
.color_default{
    color: #326192;
}
.txtcenter{
    text-align: center;
}
.txtr{
    text-align: right;
}
.txtl{
    text-align: left;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.psr{
    position: relative;
}
.psab{
    position: absolute;
}
.left0{
    left: 0;
}
.dsblock{
    display: block;
}
.clearfix:after{
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.ml10{
    margin-left: 10px;
}
.ml30{
    margin-left: 30px;
}
.mt10{
    margin-top: 10px;
}
.mt12{
    margin-top: 12px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
.mb10{
    margin-bottom: 10px;
}
.mb30{
    margin-bottom: 30px;
}
.mb50{
    margin-bottom: 50px;
}
.mb140{
    margin-bottom: 140px;
}
.mt60{
    margin-top: 60px;
}
.pd20{
    padding: 20px;
}
.pd40{
    padding: 40px;
}
.pt40{
    padding-top: 40px;
}
.pd_bet100{
    padding: 0 100px;
    box-sizing: border-box;
}
.pdl40{
    padding-left: 40px;
}
.pdb50{
    padding-bottom: 50px;
}
.lht30{
    line-height: 30px !important;
}
.ft12{
    font-size: 12px;
    line-height: 20px;
}
.ft14{
    font-size: 14px;
    line-height: 20px;
}
.ft15{
    font-size: 15px;
    line-height: 30px;
}
.ft16{
    font-size: 16px;
    line-height: 24px;
}
.ft20{
    font-size: 20px;
    line-height: 36px;
}
.ft25{
    font-size: 25px;
    line-height: 32px;
}
.ft28{
    font-size: 28px;
    line-height: 28px;
}
.ft30{
    font-size: 30px;
    line-height: 48px;
}
.ft35{
    font-size: 35px;
    line-height: 42px;
}
.ftw400{
    font-weight: 400;
}
.ftw600{
    font-weight: 600;
}
.disflex_row{
    display: flex;
    align-items: center;
}
.disflex_col{
    display: flex;
    justify-content: center;
}
.disflex_bet{
    display: flex;
    justify-content: space-between;
}
.diflex_start{
    display: flex;
    align-items: start;
}
.disgrid_col6{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.disgrid_col3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.gap_col40{
    column-gap: 40px;
}
.gap_col60{
    column-gap: 60px;
}
.disflex_warp{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
}
.clearfix:after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}
.banner img {
    width: 100%;
}

.banner .pc_show{
    display: block;
}
.banner .wap_show{
    display: none;
}
/*brand*/
.about-box {
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    background-color: #fff;
}
.about-box h3 {
    font-size: 30px;
    position: relative;
    padding-top: 30px;
    text-align: center;
    color: #5fc2c9;
    z-index: 0;
}
.about-box h3 span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    letter-spacing: 1px;
}
.about-box h3:before {
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 40%;
    height: 2px;
    content: '';
    background-color: #007980;
}
.about-box h3:after {
    position: absolute;
    right: 0;
    bottom: 11px;
    width: 40%;
    height: 2px;
    content: '';
    background-color: #007980;
}
.about-box ul {
    width: 1250px;
    margin-top: 25px;
    padding: 40px 15px 1px;
    background-color: #0a2538;
}
.about-box ul li {
    line-height: 28px;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}
.about-box ul li .one-pic img {
    max-width: 100%;
}
.about-box ul li:first-child {
    align-items: flex-end;
}
.about-box ul li:first-child img {
    margin-bottom: 5px;
}
.about-box ul li div:nth-of-type(2) {
    padding-left: 25px;
}

.jhxg {
    width: 905px;
    margin: 35px auto;
}
.jhxg dl {
    float: left;
    width: 258px;
    height: 258px;
    margin-right: 65px;
    text-align: center;
    border-radius: 50%;
    background: #5dc3c8;
}
.jhxg dl:last-child {
    margin-right: 0;
}
.jhxg dl dt {
    font-size: 44px;
    line-height: 2;
    margin-top: 36px;
    color: #0d2639;
    border-bottom: 2px solid #000;
}
.jhxg dl dd {
    font-size: 28px;
    line-height: 42px;
    margin-top: 15px;
    color: #0d2639;
}
.kqzlbz_bg {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #a9dfe2;
}
.kqzlbz_tit {
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    color: #000;
}
.kqzlbz {
    width: 715px;
    margin: 23px auto;
    text-align: center;
}
.kqzlbz tr th {
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    width: 50%;
    background: #5dc3c8;
    color: white;
}
.kqzlbz tr td {
    font-size: 16px;
    line-height: 36px;
    color: #221815;
    border-bottom: 1px solid #000;
}
.img_cx {
    position: absolute;
    top: 30px;
    right: 58px;
}
#sc-box1 {
    margin: 0 auto;
    padding-top: 40px;
    background-color: #fff;
}
#sc-box1 .sc-box1-show {
    position: relative;
    width: 1130px;
    margin: 0 auto;
}
#sc-box1 .sc-box1-show p.title {
    font-size: 29px;
    line-height: 34px;
    color: #000;
}
#sc-box1 .sc-box1-show p.title span {
    font-size: 17px;
    line-height: 25px;
    display: block;
}
#sc-box1 .sc-box1-show span.title {
    font-family: Arial;
    font-size: 15px;
    display: block;
    margin-top: 5px;
    color: #5dc3c8;
}
#sc-box1 .sc-box1-show p.img {
    position: absolute;
    top: 50px;
    right: 0;
}
#sc-box1 .sc-box1-show .p1 {
    font-size: 18px;
    line-height: 1;
    padding: 18px 0 28px;
    color: #221815;
}
#sc-box1 .sc-box1-show .p2 {
    font-size: 23px;
    line-height: 50px;
    width: 724px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    background: #5dc3c8;
}
#sc-box1 .sc-box1-show .p3 {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0 20px;
    color: #221815;
}
#sc-box1 .sc-box1-show ul {
    overflow: hidden;
    width: 1130px;
    margin-top: 50px;
}
#sc-box1 .sc-box1-show ul li {
    margin-bottom: 30px;
}
#sc-box1 .sc-box1-show ul li:nth-child(1) {
    font-size: 16px;
    position: relative;
    float: left;
    width: 445px;
    height: 230px;
    color: #fff;
    background-color: #0a2538;
}
#sc-box1 .sc-box1-show ul li:nth-child(1) span:nth-child(1) {
    display: block;
    margin-top: 45px;
    margin-left: 30px;
}
#sc-box1 .sc-box1-show ul li:nth-child(1) span:nth-child(2) {
    display: block;
    overflow: hidden;
    margin-left: 30px;
}
#sc-box1 .sc-box1-show ul li:nth-child(1) span:nth-child(2) what {
    font-size: 85px;
    display: block;
    float: left;
    width: 200px;
    text-align: center;
}
#sc-box1 .sc-box1-show ul li:nth-child(1) span:nth-child(2) content {
    font-size: 12px;
    display: block;
    float: right;
    width: 170px;
    margin-top: 22px;
    margin-right: 20px;
    color: #5dc3c8;
}
#sc-box1 .sc-box1-show ul li:nth-child(1) p.sjx {
    position: absolute;
    top: 95px;
    left: 445px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 40px solid #0a2538;
}
#sc-box1 .sc-box1-show ul li:nth-child(2) {
    font-size: 16px;
    float: right;
    width: 685px;
    height: 230px;
    color: #fff;
    background-color: #cfcfd1;
}
#sc-box1 .sc-box1-show ul li:nth-child(2) span {
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin-left: 70px;
    color: #0a2538;
}
#sc-box1 .sc-box1-show ul li:nth-child(2) span:nth-child(1) {
    margin-top: 70px;
    margin-bottom: 30px;
}
#sc-box1 .sc-box1-show ul li:nth-child(3) {
    font-size: 16px;
    position: relative;
    float: right;
    width: 395px;
    height: 230px;
    color: #fff;
    background-color: #59c5c8;
}
#sc-box1 .sc-box1-show ul li:nth-child(3) span:nth-child(1) {
    display: block;
    margin-top: 35px;
    margin-left: 30px;
}
#sc-box1 .sc-box1-show ul li:nth-child(3) span:nth-child(2) {
    display: block;
    overflow: hidden;
    margin-left: 30px;
}
#sc-box1 .sc-box1-show ul li:nth-child(3) span:nth-child(2) what {
    font-size: 85px;
    display: block;
    float: left;
    width: 140px;
    text-align: center;
}
#sc-box1 .sc-box1-show ul li:nth-child(3) span:nth-child(2) content {
    font-size: 12px;
    line-height: 18px;
    display: block;
    float: right;
    width: 160px;
    margin-top: 22px;
    margin-right: 20px;
    color: #0b2538;
}
#sc-box1 .sc-box1-show ul li:nth-child(3) p.sjx {
    position: absolute;
    top: 95px;
    left: -40px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 40px solid #59c5c8;
    border-bottom: 20px solid transparent;
}
#sc-box1 .sc-box1-show ul li:nth-child(4) {
    font-size: 16px;
    float: left;
    width: 735px;
    height: 230px;
    color: #fff;
    background-color: #cfcfd1;
}
#sc-box1 .sc-box1-show ul li:nth-child(4) span {
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-left: 20px;
    color: #0a2538;
}
#sc-box1 .sc-box1-show ul li:nth-child(4) span:nth-child(1) {
    margin-top: 20px;
    margin-bottom: 10px;
}
#sc-box1 .sc-box1-show ul li:nth-child(4) span:nth-child(2) {
    width: 665px;
}
#sc-box3 {
    height: 1400px;
    margin: 0 auto;
    padding: 0 0;
    background-image: url(../images/sc-box3-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#sc-box3 .sc-box3-show {
    overflow: hidden;
    width: 1130px;
    margin: 0 auto;
    padding: 60px 0 0;
}
#sc-box3 .sc-box3-show div.top {
    position: relative;
    width: 1070px;
    margin: 0 auto;
    margin-top: 75px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
}
#sc-box3 .sc-box3-show div.top p.content {
    font-size: 16px;
    line-height: 30px;
    width: 752px;
    margin-bottom: 36px;
    color: #fff;
}
#sc-box3 .sc-box3-show div.top p.en {
    color: #5dc3c8;
}
#sc-box3 .sc-box3-show div.top p.right {
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    top: 70px;
    right: 35px;
    width: 185px;
    height: 195px;
    padding: 10px;
    color: #fff;
    border: 3px solid #fff;
}
#sc-box3 .sc-box3-show div.top p.right span {
    font-size: 74px;
    display: inline-block;
    margin: 20px 0;
}
#sc-box3 .sc-box3-show div.center {
    overflow: hidden;
    width: 1070px;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 3px solid #fff;
}
#sc-box3 .sc-box3-show div.center p.title {
    font-size: 54px;
    line-height: 54px;
    color: #fff;
}
#sc-box3 .sc-box3-show div.center p.title span {
    margin-left: 30px;
    color: #5dc3c8;
}
#sc-box3 .sc-box3-show div.center ul {
    float: right;
    overflow: hidden;
    margin-top: 30px;
}
#sc-box3 .sc-box3-show div.center ul li {
    font-size: 33px;
    float: left;
    padding: 0 20px;
    color: #5dc3c8;
    border-right: 3px solid #fff;
}
#sc-box3 .sc-box3-show div.center ul li:last-child {
    border-right: none;
}
#sc-box3 .sc-box3-show div.center ul li span {
    font-size: 19px;
    display: block;
}
#sc-box3 .sc-box3-show div.foot {
    overflow: hidden;
    width: 1070px;
    margin: 0 auto;
    padding-top: 28px;
}
#sc-box3 .sc-box3-show div.foot p.title {
    font-size: 54px;
    color: #fff;
}
#sc-box3 .sc-box3-show div.foot p.title span {
    font-size: 16px;
    color: #5dc3c8;
}
#sc-box3 .sc-box3-show div.foot p.content {
    font-size: 16px;
    line-height: 30px;
    margin: 38px 0 20px;
    color: #fff;
}
#sc-box3 .sc-box3-show div.foot p.en {
    line-height: 26px;
    margin: 0;
    color: #5dc3c8;
}
#sc-box3 .sc-box3-show div.foot .scbz {
    font-size: 40px;
    padding-top: 35px;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}
#sc-box3 .sc-box3-show div.foot .img img {
    display: block;
    margin: 35px auto;
}
#sc-box3 .scbz_jj {
    font-size: 17px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
}
#sc-box3 p.last {
    float: right;
    margin-top: 60px;
    margin-right: 60px;
    color: #000;
}
.product-box {
    font-size: 16px;
    width: 1280px;
    margin: 0 auto;
    color: #fff;
    background-color: #fff;
}
.product-box h3 {
    font-size: 30px;
    position: relative;
    width: 1280px;
    padding-top: 35px;
    text-align: center;
    color: #333;
}
.product-box h3 span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    letter-spacing: 1px;
}
.product-box h3:before {
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 38%;
    height: 2px;
    content: '';
    background-color: #007980;
}
.product-box h3:after {
    position: absolute;
    right: 0;
    bottom: 11px;
    width: 38%;
    height: 2px;
    content: '';
    background-color: #007980;
}
.product-box .ct1 {
    width: 100%;
    padding-bottom: 1px;
    background: #bbc4cb;
    background-size: 100% 100%;
}
.product-box .ct1 dl {
    display: flex;
    overflow: hidden;
    width: 1200px;
    height: 108px;
    margin: 40px auto 30px;
    background-color: #5dc3c8;
    align-items: center;
}
.product-box .ct1 dl dt {
    font-size: 20px;
    line-height: 27px;
    width: 575px;
    text-align: center;
}
.product-box .ct1 div.im {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
}
.product-box .ct1 p.cont {
    font-size: 20px;
    line-height: 35px;
    width: 1200px;
    margin: 10px auto;
    text-align: right;
    color: #0f633d;
}
.pro_listbg {
    width: 1280px;
    margin: auto;
    background: #fff;
}
.pro_list {
    padding: 20px;
    box-sizing: border-box;
}
.pro_list img {
    display: block;
    max-width: 100%;
}
.pro_list dl {
    display: flex;
    margin: 20px 0;
    align-items: center;
}
.pro_list dl dt {
    width: 270px;
    margin-right: 25px;
}
.pro_list dl dd {
    width: 470px;
}
.pro_list dl dd .tit {
    font-size: 18px;
    margin-bottom: 12px;
    color: #0b2538;
}
.pro_list dl dd .des {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #5dc3c8;
}
.pro_list dl dd .ss {
    font-size: 15px;
    color: #0b2538;
}
.pro_list dl:nth-child(3) dd:nth-child(2),
.pro_list dl:nth-child(6) dd:nth-child(2),
.pro_list dl:nth-child(8) dd:nth-child(2) {
    width: 950px;
}
.args{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4px;
    row-gap: 4px;
    text-align: center;
}
.args p{
    background: #7fcdff;
    font-size: 22px;
    line-height: 45px;
    color: #000000;
}
.args p:first-child,
.args p:nth-child(2) {
    font-size: 30px;
    line-height: 56px;
    color: white;
    background: #009cff;
}

/*EVO*/
.evo1 .title {
    position: relative;
    margin-bottom: 35px;
    padding-top: 8px;
    text-align: center;
    border-bottom: 2px solid #007980;
}
.evo1 .title p {
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
    color: #5fc2c9;
}
.evo1 .title span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    bottom: -7px;
    left: 50%;
    display: block;
    width: 270px;
    margin-left: -135px;
    text-transform: uppercase;
    color: #5fc2c9;
    background: #fff;
}
.evo1_lr {
    padding: 50px 40px;
    background: #0a2538;
}
.evo1_lr .evo1_l {
    float: left;
    width: 322px;
}
.evo1_lr .evo1_l img {
    display: block;
    width: 100%;
}
.evo1_lr .evo1_r {
    font-size: 13px;
    line-height: 25px;
    float: right;
    width: 825px;
    margin-right: 10px;
    text-align: justify;
    color: #fff;
}
.evo2 {
    margin: 0 auto;
    background: #fff;
}
.evo2 .title {
    position: relative;
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: center;
    border-bottom: 2px solid #007980;
}
.evo2 .title p {
    font-size: 30px;
    line-height: 90px;
    color: #000;
}
.evo2 .title span {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    bottom: -7px;
    left: 50%;
    display: block;
    width: 330px;
    margin-left: -165px;
    text-transform: uppercase;
    color: #007980;
    background: #fff;
}
.evo2_ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    background: #fffc00;
    flex-wrap: wrap;
    justify-content: center;
}
.evo2_ul li {
    width: 145px;
    margin: 0 28px;
}
.evo2_ul li .img img {
    display: block;
    width: 100%;
}
.evo2_ul li .tit {
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: #0e050a;
}
.evo2_lr {
    position: relative;
    background: #ffe6bb;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
}
.evo2_lr .evo2_l {
    float: left;
}
.evo2_lr .evo2_l img {
    display: block;
    width: 100%;
}
.evo2_lr .evo2_r {
    font-size: 13px;
    line-height: 27px;
    float: right;
    padding: 80px 30px 0;
    text-align: justify;
    color: #000;
}
.evo2_lr .evo2_r em {
    font-size: 26px;
    font-weight: bold;
}
.evo2_lr .evo2_r img {
    position: absolute;
    right: 23px;
    bottom: 42px;
    display: block;
}
.evo2_sjyj {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}
.evo2_sjyj.wap_show{
    display: none;
}
.evo2_sjyj dl {
    display: flex;
    float: left;
    height: 127px;
    border-radius: 6px;
    background: #626262;
    align-items: center;
}
.evo2_sjyj dl dt {
    font-size: 30px;
    display: flex;
    width: 127px;
    height: 127px;
    color: #0e050a;
    border: 3px solid #fff;
    border-radius: 8px;
    background: #aaa;
    align-items: center;
    justify-content: center;
}
.evo2_sjyj dl dd {
    font-size: 13px;
    line-height: 27px;
    float: right;
    width: 80%;
    padding-right: 30px;
    padding-left: 25px;
    color: #fff;
}
.evo2_sjyj dl:nth-child(2) {
    float: right;
    background: #f39800;
}
.evo2_sjyj dl:nth-child(2) dt {
    background: #f7b64b;
}
.evo2_sjyj2 {
    margin: 25px auto 0;
    padding-bottom: 25px;
}
.evo2_sjyj2 dl {
    float: left;
    width: 50%;
    text-align: center;
}
.evo2_sjyj2 dl dt {
    font-size: 23px;
    line-height: 1;
    padding-bottom: 35px;
}
.evo2_sjyj2 dl:nth-child(2) {
    float: right;
}
.evo3 {
    margin: 0 auto;
    padding-bottom: 46px;
    background: #dadada;
}
.evo3 .title {
    position: relative;
    margin-bottom: 30px;
    padding-top: 15px;
    text-align: center;
}
.evo3 .title p {
    font-size: 30px;
    line-height: 62px;
    color: #000;
}
.evo3 .title p b {
    font-weight: normal;
    color: #5dc3c8;
}
.evo3 .title span {
    font-size: 12px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    color: #000;
}
.sbq{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    column-gap:10px;
    box-sizing: border-box;
    padding: 0 20px;
}
.sbq dl {
    float: left;
    height: 240px;
    padding-top: 20px;
    padding-bottom: 50px;
    background: #5dc3c8;
}
/*.sbq dl:first-child {*/
/*    margin-left: 20px;*/
/*}*/
.sbq dl dt {
    font-family: Arial;
    font-size: 61px;
    line-height: 64px;
    width: 64px;
    margin-left: 8px;
    text-align: center;
    color: #5dc3c8;
    border-radius: 8px;
    background: #fff;
    -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, .75);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .75);
}
.sbq dl dd {
    float: right;
    width: 290px;
    margin-right: 30px;
}
.sbq dl dd .tit1 {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 8px;
    color: #000;
}
.sbq dl dd .tit2 {
    font-size: 21px;
    line-height: 38px;
    color: #fff;
}
.sbq dl dd .des {
    font-size: 12px;
    line-height: 25px;
    text-align: justify;
    color: #000;
}

.evo3 .jcbg {
    font-size: 20px;
    line-height: 27px;
    padding-top: 45px;
    padding-bottom: 8px;
    text-align: center;
    color: #f08200;
}
.evo3 .tb_w{
    padding: 0 24px;
    box-sizing: border-box;
}
.evo3 .tb1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
}
.evo3 .tb1 tr td {
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #000;
}
.evo3 .tb1 tr td:first-child {
    width: 31%;
}
.evo3 .lhj {
    font-size: 12px;
    line-height: 23px;
    padding-top: 14px;
    text-align: center;
    color: #000;
}
.evo3 .tb2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
}
.evo3 .tb2 tr td {
    font-size: 12px;
    line-height: 17px;
    border: 1px solid #000;
}
.evo3 .tb2 tr td:nth-child(1) {
    width: 24%;
}
.evo3 .tb2 tr td:nth-child(2) {
    width: 40%;
}
.evo3 .tb2 tr:last-child td {
    height: 80px;
}
.evo3 .tb3 {
    width: 100%;
    margin: 0 auto;
}
.evo3 .tb3 tr th {
    font-size: 21px;
    font-weight: normal;
    line-height: 50px;
    color: #000;
    background: #e8a14c;
}
.evo3 .tb3 tr td {
    font-size: 12px;
    line-height: 25px;
    padding: 20px 0;
    color: #000;
    background: #e3b783;
}
.evo3 .tb3 tr:nth-child(2) td {
    background: #f08200;
}
.evo3 .tb3 tr td:nth-child(1) {
    font-size: 21px;
    width: 32%;
    text-align: center;
}
.evo3 .tb3 tr:nth-child(2) td:nth-child(1) {
    color: #fff;
}
.evo3 .tb3 tr td:nth-child(2) {
    width: 32%;
    padding-left: 35px;
    vertical-align: -webkit-baseline-middle;
}
.evo3 .tb3 tr td:nth-child(3) {
    padding-left: 35px;
    vertical-align: -webkit-baseline-middle;
}
.evo3 .tb3 tr:last-child td {
    height: 80px;
}
.evo4 {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 54px;
    background: #5dc2c8;
}
.evo4 .top img {
    display: block;
    margin: auto;
}
.evo4 ul {
    display: flex;
    margin: 40px auto 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.evo4 ul li {
    position: relative;
    width: 184px;
    margin-right: 22px;
}
.evo4 ul li:last-child {
    margin-right: 0;
}
.evo4 ul li a {
    display: none;
    width: 100%;
    border: 1px solid #000;
}
.evo4 ul li a img {
    display: block;
    width: 100%;
    margin: auto;
}
.evo4 ul li a:nth-child(2) {
    display: block;
}
.evo4 ul li a:nth-child(1) {
    position: absolute;
    top: 8px;
    left: 12px;
    display: block;
}
.evo4 ul li p {
    font-size: 12px;
    line-height: 17px;
    width: 67px;
    margin: 18px auto 0;
    text-align: center;
    color: #000;
    border-radius: 9px;
    background: #fff;
}
.evo4 ul li p a {
    font-size: 12px;
    color: #000;
    border: 0;
}
.evo5 {
    margin: 0 auto;
    padding-bottom: 17px;
    background: #fff;
}
.evo5 .top img {
    display: block;
    margin: auto;
}
.evo5 ul {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}
.evo5 ul li {
    position: relative;
    /*float: left;*/
    /*margin-right: 8px;*/
    /*margin-bottom: 8px;*/
}
.evo5 ul li:nth-child(3n) {
    margin-right: 0;
}
.evo5 ul li .img img{
    display: block;
    width: 100%;
}
.evo5 ul li .tit {
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .65);
    color: #000000;
}
.enj_title p {
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    line-height: 42px;
    margin: 0 8%;
    padding: 40px 0;
    color: #000;
}
.enj2 {
    margin: 0 auto;
    background: #5dc2c8;
}
.enj2 p {
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    padding-bottom: 30px;
    text-align: center;
    color: #000000;
}
.video .tit{
    background: #f08200;
    text-align: center;
    font-size: 35px;
    color: #ffffff;
    line-height: 60px;
    margin-bottom: 15px;
}
.video_c{
    display: flex;
    box-sizing: border-box;
}
.video_c .item{
    width: 25%;
    margin-right: 15px;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.video_c .item:nth-child(2){
    width: 50%;
}
.video_c .item:last-child{
    margin-right: 0;
}
.video_c .item img{
    width:72px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.video_c .item video{
    width: 330px;
}
.video_c .item:nth-child(2) video{
    width: 625px;
}
/*Odorgone*/
.odor_bg{
    padding: 10px 30px;
    background: #FFFFFF;
}
.odor_bg img{
    max-width: 100%;
}
.odor_bg .odor_box1 .w460{
    width: 460px;
}
.odor_bg .odor_box1 .w460 img{
    margin-left: 250px;
}
.odor_bg .odor_box2 .w780{
    width: 780px;
}
.odor_bg .odor_box3{
    column-gap: 42px;
}
.odor_bg .odor_box3 li{
    border: 1px solid #326192;
    padding: 40px 20px;
    border-radius: 60px;
    background: url("../images/odor_4.png") no-repeat left bottom;
    background-size: 100%;

}
.odor_bg .odor_box3 li:nth-child(2){
    background: url("../images/odor_5.png") no-repeat left bottom;
    background-size: 100%;
}
.odor_bg .odor_box3 li:nth-child(3){
    background: url("../images/odor_6.png") no-repeat left bottom;
    background-size: 100%;
}
.odor_bg .odor_content{
    font-size: 16px;
    line-height: 30px;
    color: #4d4d4d;
}

.odor_bg .odor_content .tit{
    font-size: 20px;
    color: #326192;
    margin-top: 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.odor_bg .odor_content .tit em{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #f0c155;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.odor_bg .odor_content .odor_desc p:first-child{
    font-size: 40px;
    line-height: 40px;
    color: #326192;
    margin-bottom: 10px;
}
.odor_bg .odor_content .odor_desc p:nth-child(2){
    color: #326192;
}
.odor_bg .odor_content .instru{
    font-size: 18px;
    line-height: 42px;
}
.odor_bg .odor_content .odor_note{
    font-size: 12px;
    color: #4D4D4D;
    line-height: 30px;
    padding: 30px 110px;
    text-align: center;
}
.odor_bg .odor_box1_0{
    width: 88%;
    margin: 0 auto;
}
.odor_bg .odor_box1_1 .wap_show{
    display: none;
}
@media screen and (max-width: 768px) {
    .banner{
        margin-top: 0;
    }
    img{
        display: block;
        max-width: 100%;
    }
    .mt60{
        margin-top: 30px;
    }
    .disflex_row{
        display: block;
    }
    .pd40{
        padding: 0;
    }
    .ft15{
        font-size: 14px;
        line-height: 24px;
    }
    .ft20{
        font-size: 18px;
        line-height: 24px;
    }
    .ft30,
    .ft25{
        font-size: 20px;
        line-height: 28px;
    }
    .lht30{
        line-height: 24px !important;
    }
    .mt30,
    .mt50{
        margin-top: 10px;
    }

    .mb30{
        margin-bottom: 10px;
    }
    img{
        display: block;
        max-width: 100%;
    }
    .pc_show{
        display: none;
    }
    .wap_show{
        display: block;
    }
    .w1280,
    .w1240,
    .w1200{
        width: 100%;
    }
    .diflex_start{
        display: block;
    }
    .disgrid_col6{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
    }
    .disgrid_col3{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 6%;
    }
    .clear_float{
        float: none;
    }
    .pd_bet100{
        padding: 10px;
    }
    .odor_bg .odor_box3{
        grid-template-columns: repeat(1, 1fr);
    }
    .odor_bg .odor_box3 li{
        margin-bottom: 30px;
    }

    .ml30{
        margin-left: 0;
    }
    .banner .pc_show{
        display: none;
    }
    .banner .wap_show{
        display: block;
    }
    /*brand*/
    .about-box h3{
        color: #000000;
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .about-box h3 span{
        color: #5fc2c9;
        margin-top: 0;
    }
    .about-box h3:before,
    .about-box h3:after{
        width: 20%;
    }

    .about-box ul{
        margin-top: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .about-box ul li{
        display: block;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .about-box ul li.pc_show{
        display: none;
    }
    .about-box ul li div:nth-of-type(2){
        padding-left: 0;
        font-size: 14px;
        padding-top: 20px;
    }
    #sc-box1 .sc-box1-show{
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    #sc-box1 .sc-box1-show span.title{
        font-size: 14px;
    }
    #sc-box1 .sc-box1-show .p1{
        line-height: 1.8;
        text-align: center;
        font-size: 15px;
    }
    #sc-box1 .sc-box1-show .p2{
        width: 100%;
        font-size: 12px;
    }
    #sc-box1 .sc-box1-show .p3{
        line-height: 2;
        font-size: 14px;
    }
    #sc-box1 .sc-box1-show p.title span{
        font-size: 14px;
    }
    .jhxg{
        width: 100%;
        text-align: center;
    }
    .jhxg dl{
        margin-right: 0;
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 13rem;
        height: 13rem;
        display: inline-block;
    }
    .jhxg dl:first-child{
        display: block;
    }
    .jhxg dl:last-child{
        margin-left: 2rem;
    }
    .jhxg dl dt{
        font-size: 26px;
        width: 80%;
        margin: 0 auto;
        padding-top: 1.6rem;
    }
    .jhxg dl dd{
        font-size: 20px;
        line-height: 1.4;
        margin-top: .6rem;
    }
    .kqzlbz{
        width: 100%;
    }
    .kqzlbz_bg{
        background: white;
        padding: 10px;
        box-sizing: border-box;
    }
    .kqzlbz_tit{
        font-size: 13px;
        text-align: left;
    }

    .img_cx{
        top: -10px;
        width: 54px;
        right: 10px;
    }
    /*.img_cx img{*/
    /*    width: 50%;*/
    /*}*/
    .kqzlbz tr td{
        font-size: 12px;
    }
    .fixed{ padding:1.2rem; background:#5dc3c8;}
    .fixed .zw{ color:#fff; font-size:14px; line-height:2; padding-bottom:1.6rem;}
    .fixed .zw img{ display:block; width:44.8%; float:right; margin-left:4%;}
    .fixed .yw{ color:#0b2538; font-size:14px; padding-bottom:0.25rem;}
    .fixed .zw01{ color:#0b2538; font-size:14px; line-height:2;padding-bottom:0.05rem;}
    .fixed .safety{ color:#fff; font-size:2.8rem; padding-top:0.4rem;}
    .fixed .safety_y{ color:#0b2538; font-size:14px; padding-bottom:0.4rem;}
    .fixed .zw02{ color:#ffffff; font-size:14px;line-height: 2;text-align: center; padding-top:1rem;}
    .wssh img{ width:100%; display:block;}
    .fixed .p5{font-size: 2.4rem;line-height:1;text-align: center;padding:2rem 0;color:#fff; }
    .fixed .p6 img{width: 100%;display: block;}
    .fixed .p7{font-size: 14px;line-height:2rem;text-align: center;padding: 2rem 0 0;color:#fff;}

    /*EVO*/
    .evo2_sjyj,
    .sbq,
    .evo2_lr{
        display: block;
        box-sizing: border-box;
    }
    .evo1_lr,
    .evo2_lr .evo2_r,
    .evo2_sjyj2,
    .jcbg,
    .lhj,
    .enj2,
    .evo5{
        padding: 20px 10px;
        box-sizing: border-box;
    }
    .evo1_lr .evo1_r{
        width: 100%;
        margin: 0;
        padding: 0;
        padding-top: 20px;
        line-height: 2;
        font-size: 14px;
    }
    .evo2 .title{
        box-sizing: border-box;
        padding: 10px;
    }
    .evo2 .title p{
        line-height: 44px;
        margin-bottom: 10px;
    }
    .evo2_lr .evo2_r img{
        position: initial;
        display: block;
        margin: 0 auto;
        padding-top: 20px;
    }
    .evo2_sjyj{
        column-gap: 0;
        padding: 0 10px;
    }
    .evo2_sjyj .pc_show{
        display: none;
    }
    .evo2_sjyj.wap_show{
        display: block;
    }
    .evo2_sjyj.wap_show .wap_hidden,
    .evo2_sjyj2.wap_show .wap_hidden{
        display: none;
    }
    .evo2_sjyj dl,
    .evo2_sjyj dl:nth-child(2){
        float: none;
        height: auto;
        background: white;
        align-items: normal;
        margin-bottom: 10px;
    }
    .evo2_sjyj dl dt{
        font-size: 24px;
        width: 30%;
        box-sizing: border-box;
        height: auto;
        border: 0;
        border-right: 3px solid white;
    }
    .evo2_sjyj dl dd{
        padding: 13px 10px;
        background: #626262;
        border-radius: 6px;
    }
    .evo2_sjyj dl:nth-child(2) dd{
        background: #f39800;
    }
    .evo2_sjyj2 dl{
        width: 100%;
        margin-bottom: 30px;
    }
    .evo2_ul li{
        margin: 0 5px;
        width: 22%;
    }
    .evo3 .tb3 tr td:nth-child(2),
    .evo3 .tb3 tr td:nth-child(3){
        padding: 10px;
    }
    .sbq dl{
        float: none;
        margin-bottom: 20px;
        height: auto;
        padding-bottom: 0;
    }
    .sbq dl dd{
        width: auto;
        margin: 0;
        padding: 30px;
    }
    .sbq dl dd .tit1{
        font-size: 24px;
    }
    .sbq dl dd .tit2{
        font-size: 18px;
    }
    .sbq dl dd .des{
        font-size: 14px;
    }
    .evo3 .jcbg{
        padding-top: 0;
    }
    .evo3 .title p{
        font-size: 24px;
    }
    .enj2 p{
        font-size: 20px;
        color: #000000;
    }
    .evo4{
        padding-bottom: 0;
    }
    .evo4 ul li{
        width: 140px;
    }
    .evo4 ul li:last-child{
        margin-right: 22px;
    }
    .evo5 ul{
        grid-template-columns: repeat(1, 1fr);
    }
    .video_c{
        display: block;
    }
    .video_c .item{
        width: 100%;
        height: 100%;
    }
    .video_c .item video,
    .video_c .item:nth-child(2),
    .video_c .item:nth-child(2) video{
        width: 100%;
    }
    /*Odorgone*/
    .odor_bg{
        padding: 20px;
        background: #FFFFFF;
    }
    .odor_bg .odor_box1 .w460,
    .odor_bg .odor_box1_0,
    .odor_bg .odor_box2 .w780{
        width: 100%;
    }
    .odor_box1_0 p{
        font-size: 13px;
    }
    .odor_bg .odor_box1 .w460 img{
        margin: 0 auto;
    }
    .odor_bg .odor_box1_1 .wap_show{
        display: flex;
        align-items: center;
    }
    .odor_bg .odor_box1_1 .pc_show{
        display: none;
    }
    .odor_bg .odor_content{
        font-size: 14px;
        line-height: 24px;
        line-height: 24px;
        color: #4d4d4d;
    }
    .odor_bg .odor_content .odor_note{
        padding: 20px;
        line-height: 24px;
    }
    .odor_bg .odor_content img{
        /*width: 100%;*/
        max-width: 100%;
        margin-bottom: 20px;
    }
    .odor_bg .odor_content .tit{
        font-size: 20px;
        color: #326192;
        margin-top: 0;
        font-weight: 600;
        display: grid;
        grid-template-columns: 30px auto;
        align-items: start;
    }
    .odor_bg .odor_content .tit em{
        width: 20px;
        height: 20px;
        display: inline-block;
        background: #f0c155;
        color: #FFFFFF;
        border-radius: 50%;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        margin-top: 6px;
    }
    .odor_bg .odor_content .odor_desc p:first-child{
        font-size: 30px;
        line-height: 40px;
        color: #326192;
        margin-bottom: 10px;
        text-align: center;
    }
    .odor_bg .odor_content .odor_desc p:nth-child(2){
        color: #326192;
    }
    .odor_bg .odor_content .instru{
        font-size: 14px;
        line-height: 28px;
    }
    .odor_bg .odor_box2 img{
        width: 100%;
        max-width: initial;
    }
}