html,
body {
    font-family: "Microsoft YaHei", arial, verdana;
}

input,
button,
textarea,
select,
button {
    font-family: "Microsoft YaHei", arial, verdana;
}

a {
    line-height: 1;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.logoPic {
    height: 100px;
}

.header_fix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    background: rgba(32, 32, 32, .4);
    box-shadow: 0 0 7px rgba(115, 115, 115, .15);
}

.header_fix.hover {
    background: rgba(255, 255, 255, .95);
}

.header {
    height: 100px;
    width: 100%;
    position: relative;
}

.header .wrapper {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.logo {
    width: 200px;
    /* height: 83px; */
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.logo img {
    display: block;
    max-width: 100%;
}

.menu {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.menu_dl {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.menu_dl dd {
    float: left;
    height: 40px;
    margin: 0 22px;
    position: relative;
}

.menu_tt .text {
    padding-top: 10px;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 5px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.menu_tt .text::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    -ms-transform: translateY(7px);
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    width: 100%;
    height: 4px;
    background: #3598fe;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_dl dd.hover .menu_tt .text {
    color: #3598fe;
}

.menu_dl dd.hover .menu_tt .text::after {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_down {
    display: none;
    position: absolute;
    left: -30px;
    top: 50px;
    z-index: 4;
    width: 240px;
    background: #fff;
    box-shadow: 0 0 8px rgba(115, 115, 115, .2);
    border-bottom: 4px solid #3598fe;
}

.menu_down a {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    padding: 10px 10px;
    text-align: left;
    color: #202020;
}

.menu_down a:hover {
    color: #3598fe;
}

.head_tel a {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    line-height: 20px;
    height: 20px;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.head_tel a .icon {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    width: 20px;
}

.head_tel a:hover {
    color: #3598fe;
    text-decoration: underline;
}

.head_r {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90px;
    line-height: 20px;
    height: 20px;
}

.head_search {
    width: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.search_box {
    display: none;
    position: fixed;
    left: 0;
    top: 83px;
    z-index: 5;
    width: 100%;
}

.search_box .wrapper form {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
    background: #f5f5f5;
}

.search_box_text {
    width: calc(100% - 90px);
    line-height: 70px;
    border: 0;
    font-size: 14px;
    padding-left: 10px;
    background: none;
}

.search_box_text::-webkit-input-placeholder {
    font-size: 16px;
}

.search_box_sub {
    width: 40px;
    height: 40px;
    color: #3598fe;
    font-size: 26px;
    background: none;
    border: 0;
}

.search_box_close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #b2b2b2;
    margin-left: 10px;
    border: 0;
    background: none;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
}

.search_box_close:hover {
    transform: rotateZ(135deg);
    -webkit-transform: rotateZ(135deg);
}

.head_lag {
    position: relative;
    height: 40px;
    width: 40px;
}

.head_lag_tt {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.head_lag_tt .icon1 {
    font-size: 14px;
    text-align: center;
}

.head_lag_down {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    width: 90px;
    text-align: center;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(115, 115, 115, .2);
}

.head_lag_down a {
    display: block;
    font-size: 14px;
    line-height: 1.8;
}

.head_lag_down a:hover {
    color: #3598fe;
}

.header_fix.hover .logo .pic1 {
    display: block;
}

.header_fix.hover .logo .pic2 {
    display: none;
}

.header_fix.hover .menu_dl dd .menu_tt .text,
.header_fix.hover .head_tel a,
.header_fix.hover .head_search,
.header_fix.hover .head_lag_tt {
    color: #444;
}

.header_fix.hover .head_tel a .icon {
    color: #44dab9;
}


/*
 * wap head
 */

.mobile_header {
    display: none;
    clear: both;
    height: 52px;
}

.mobile_header_top {
    width: 100%;
    height: 52px;
    position: fixed;
    left: 0;
    top: -1px;
    z-index: 7;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.mobile_logo {
    width: 140px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo img {
    display: block;
    height: 36px;
    width: auto;
}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 14px 12px 8px 12px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 32px;
    background: #44dab9;
    border-radius: 4px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    width: 40px;
    height: 52px;
    color: #333;
    font-size: 26px;
    line-height: 52px;
    text-align: center;
    margin-right: 52px;
    cursor: pointer;
}

.mobile_lag_icon {
    width: 40px;
    height: 52px;
    color: #333;
    font-size: 26px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
}

.mobile_lag_box {
    display: none;
    position: fixed;
    left: 0;
    top: 51px;
    z-index: 7;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #f1f1f1;
}

.mobile_lag_box a {
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background: #44dab9;
}

.mobile_menu_box {
    position: fixed;
    right: -240px;
    top: 0;
    z-index: 8;
    width: 220px;
    background: #fafafa;
    padding: 20px 10px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_box.show {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_dl dd {
    clear: both;
    line-height: 20px;
    margin-bottom: 8px;
}

.mobile_menu_tt {
    font-size: 18px;
    margin-bottom: 6px;
}

.mobile_menu_tt .text {
    float: left;
    width: 80%;
    color: #333;
    line-height: 30px;
    text-transform: capitalize;
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/menu_ico.png) no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down {
    display: none;
    padding: 8px 0 8px 12px;
}

.mobile_menu_down a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
}

.mobile_menu_tt_icon.hover {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}

.mobile_menu_down2 a {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    padding: 6px 0;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #44dab9;
}

.mobile_search_box {
    position: fixed;
    left: 0;
    top: 52px;
    z-index: 7;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fafafa;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    width: calc(100% - 40px);
    border: 0;
}

.mobile_search_btn_text {
    float: right;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #44dab9;
    text-align: center;
    line-height: 40px;
    border: none;
    background: none;
}

.mask,
.mobile_menu_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mobile_menu_mask {
    z-index: 8;
}


/*
 * banner
 */

.banner_box {
    position: relative;
}

.banner_box a img {
    width: 100%;
    /* height: 600px; */
    margin-top: 100px;
}

.banner {
    clear: both;
}

.banner .item a {
    display: block;
    position: relative;
}

.banner_box_item {
    position: absolute;
    width: 31px;
    height: 31px;
}

.banner_box_item_rela {
    position: relative;
    width: 31px;
    height: 31px;
}

.banner_box_item_con {
    display: none;
}

.banner_box_item_tt {
    width: 31px;
    height: 31px;
    border: 8px solid rgba(218, 10, 10, .7);
    border-radius: 50%;
    background: #fff;
}

.banner_box_item_icon {
    position: absolute;
    left: 23px;
    top: 16px;
    width: 46px;
    height: 1px;
    background: #fff;
}

.banner_box_item_text {
    position: absolute;
    top: 50%;
    left: 69px;
    width: 180px;
    height: 180px;
    font-size: 16px;
    font-family: "OPEN SANS BOLD";
    margin-top: -90px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .85);
}

.banner.owl-theme .owl-controls {
    position: absolute;
    right: 4.6%;
    top: 0;
    width: 12px;
    height: 100%;
}

.banner.owl-theme .owl-dots {
    height: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner.owl-theme .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border: 4px solid rgba(68, 218, 85, 0);
    border-radius: 50%;
    margin: 10px 0;
}

.banner.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.banner.owl-theme .owl-dots .owl-dot.active {
    border-color: ;
}

.banner.owl-theme .owl-dots .owl-dot.active,
.banner.owl-theme .owl-dots .owl-dot:hover {
    border: 4px solid #44dab9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.banner_btn_b {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.button_box {
    width: 144px;
    height: 70px;
    margin-left: 20px;
    background: #fff;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
}

.button_item {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #c3c3c3;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    margin: 0 4px;
    position: relative;
}

.button_item_prev {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.button_item_next::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -4px;
    width: 1px;
    height: 14px;
    margin-top: -12%;
    background: #c3c3c3;
}

.button_item:hover {
    color: #9d9d9d;
}


/* ind_box1 */

.main_content.bg_db {
    width: 100%;
    background: #dbe8ef;
    height: 600px
}

.main_content.bg_db2 {
    width: 100%;
    background: #b6cfd6;
    height: 600px
}

.main_content {
    width: 100%;
    padding: 40px 0;
    background: #fff;
}

.ind_title1 {
    display: block;
    text-decoration: none;
    margin-bottom: 45px;
}

.ind_title1:hover {
    text-decoration: none;
}

.ind_title1 .tt_en {
    font-size: 30px;
    font-family: arial;
    padding-left: 30px;
    position: relative;
}

.ind_title1 .tt_en::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 1px;
    width: 18px;
    height: 3px;
    margin-top: -2px;
    background: #3598fe;
}

.ind_title1 .tt_cn {
    font-size: 24px;
    color: #666;
    padding-left: 30px;
}

.ind_box1_wrap {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ind_solu_bars {
    width: 280px;
    box-shadow: 0 0 3px #222;
}

.ind_solu_bars .item {
    font-size: 14px;
    color: #3598fe;
    position: relative;
    padding-left: 20px;
    padding: 20px 0 20px 20px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.ind_solu_bars .item.active {
    background-color: #3598fe;
    color: #fff;
}

.ind_solu_bars .item::before {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    position: absolute;
    left: 5px;
    top: 50%;
    background: #fff;
    margin-top: -7px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.ind_solu_bars .item.active {
    color: #fff;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.ind_solu_bars .item.active::before {
    height: 14px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.ind_box1_r {
    width: calc(100% - 300px);
    position: relative;
}

.ind_solu_scroll {
    width: 95%;
}

.ind_solu_scroll .item {}

.ind_solu_tabs_item {
    display: block;
    position: relative;
}

.ind_solu_tabs_item .pic {
    width: 49.01%;
    overflow: hidden;
    transition: all .3s;
}

.ind_solu_tabs_item .con {
    position: absolute;
    right: 0;
    top: 15%;
    width: 52%;
    padding: 5%;
    background: #fff;
}

.ind_solu_tabs_item .con .tt {
    font-size: 24px;
    color: #444;
    margin-bottom: 17px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.ind_solu_tabs_item .con .text {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

.ind_solu_tabs_item:hover .con .tt {
    color: #3598fe;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.ind_solu_tabs_item:hover .pic img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: all .3s;
}

.ind_solu_r_con {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ind_solu_r_con_icon {
    position: absolute;
    right: 0;
    bottom: 212px;
}

.ind_solu_r_con .icon {
    display: block;
    margin-bottom: 30px;
}

.ind_solu_r_con {
    width: 15%;
}

.ind_solu_r_con .ind_solu_r_btn {
    position: relative;
    left: -50%;
    width: 100%;
    z-index: 2;
}

.ind_solu_r_con_next {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 100%;
    max-width: none;
}

.ind_pro_title {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 20px;
}

.ind_pro_title_r {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.ind_pro_title_r a {
    display: block;
    font-size: 14px;
    color: #444;
    margin: 0 13px;
}

.ind_pro_title_r a.more {
    color: #3598fe;
}

.ind_pro_title_r a:hover {
    color: #3598fe;
    text-decoration: underline;
}

.ind_pro_scroll.owl-carousel .owl-wrapper-outer {
    padding: 3px 0;
}

.ind_pro_scroll .item a {
    display: block;
    text-align: center;
    background: #fff;
}

.ind_pro_scroll .item a .pic {
    overflow: hidden;
    transition: all .3s;
}

.ind_pro_scroll .item a .pic:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}

.ind_pro_scroll .item a .tt {
    font-size: 14px;
    line-height: 1.6;
    color: #3598fe;
    padding: 10px 20px 20px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    height: 70px;
}

.ind_pro_scroll .item a:hover .tt {
    background: #3598fe;
    color: #fff !important;
}

.ind_pro_scroll .item a:hover {
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-sizing: 0 0 10px rgba(115, 115, 115, .15);
}

.ind_pro_scroll .item a:hover .tt {
    color: #3598fe;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.ind_pro_scroll.owl-theme .owl-controls {
    padding-top: 20px;
}

.ind_pro_scroll.owl-theme .owl-dots {}

.ind_pro_scroll.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.ind_pro_scroll.owl-theme .owl-dots .owl-dot.active span,
.ind_pro_scroll.owl-theme .owl-dots .owl-dot:hover span {
    background: #3598fe;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}


/* ind_about */

.ind_about_box .wrapper {
    height: 813px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ind_about_l {
    width: 47.8%;
    color: #fff;
    position: relative;
    padding-top: 8%;
}

.ind_about_l::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 111.5%;
    height: 100%;
    background: #9accfe url(../images/ind_about_bg1.png) no-repeat center bottom;
}

.ind_about_l_con {
    padding: 0 25% 0 3%;
}

.ind_about_l_con {
    position: relative;
    z-index: 1;
    color: #000;
}

.ind_about_title {
    display: block;
    font-size: 72px;
    font-family: arial;
    color: #000;
    font-weight: bold;
    margin-bottom: 18px;
}

.ind_about_title2 {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ind_about_text {
    font-size: 15px;
    color: #000;
    line-height: 2;
    margin-bottom: 28px;
}

.ind_about_more {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}

.ind_about_r {
    width: 52.2%;
    position: relative;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

/* .ind_about_r::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 670px;
    height: 100%;
    background: url(../images/ind_about.jpg) no-repeat;
} */

.ind_about_r_con {
    position: relative;
    left: 5%;
    z-index: 2;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6% 6%;
    background: rgba(255, 255, 255, .8);
    border-radius: 5px;
}

.ind_about_r_con .item {
    width: 48%;
    padding: 0 3%;
    margin-bottom: 40px;
}

.ind_about_r_con .item:nth-child(3),
.ind_about_r_con .item:nth-child(4) {
    margin-bottom: 0;
}

.ind_about_r_con .item a {
    display: block;
}

.ind_about_r_con .item .icon {
    font-size: 30px;
    color: #3598fe;
    margin-bottom: 15px;
}

.ind_about_r_con .item .tt {
    font-size: 16px;
    color: #444;
}

.ind_about_r_con .item .line {
    width: 43px;
    height: 1px;
    background: #3598fe;
    margin: 10px 0 18px;
}

.ind_about_r_con .item .text {
    font-size: 12px;
    line-height: 1.5;
    color: #888;
}

.ind_about_r_con .item a:hover {
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.box1item {
    font-family: "microsoft yahei"arial verdana;
    font-size: 14px;
    margin: 20px 0px;
    padding: 10px 0px 10px 20px;
}


/* index case */

.ind_case_wrap {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ind_case_title {
    width: 230px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 100px 0px 0px 0px;
}

.ind_case_title:hover {
    text-decoration-line: none;
}

.ind_case_title .tt {
    font-size: 72px;
    line-height: 1;
    color: #337ab7;
    font-weight: bold;
    font-family: arial;
}

.ind_case_title .text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.ind_case_r {
    width: calc(100% - 348px);
    position: relative;
    margin-top: 127px;
}

.ind_case_scroll {
    width: 100%;
}

.ind_case_scroll_item {
    position: relative;
    width: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.ind_case_scroll_item_pic {
    position: relative;
    z-index: 2;
    width: 55%;
    overflow: hidden;
    margin-bottom: 107px;
}

.ind_case_scroll_item_pic img {
    padding: 5px;
    width: 5%;
}

.ind_case_scroll_item_con {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 75%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 436px;
    background: #fff;
}

.ind_case_scroll_item_l {
    width: 39.5%;
}

.ind_case_scroll_item_r {
    width: 60.5%;
    padding: 20px 11%;
    position: relative;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.ind_case_scroll_item_r .icon {
    position: absolute;
    right: 6%;
    top: 6%;
    width: 80px;
    height: 80px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 72px;
    color: #3598fe;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.ind_case_scroll_item_r .tt {
    font-size: 18px;
    color: #444;
    position: relative;
    margin-top: 24px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.ind_case_scroll_item_r .text {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
}

.ind_case_scroll_item:hover .ind_case_scroll_item_pic img {
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

.ind_case_scroll_item:hover .ind_case_scroll_item_r .tt {
    color: #3598fe;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.ind_case_scroll.owl-theme .owl-controls {
    padding-top: 20px;
}

.ind_case_scroll.owl-theme .owl-dots {}

.ind_case_scroll.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.ind_case_scroll.owl-theme .owl-dots .owl-dot.active span,
.ind_case_scroll.owl-theme .owl-dots .owl-dot:hover span {
    background: #3598fe;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.ind_case_button {
    position: absolute;
    left: 25%;
    bottom: 25px;
    z-index: 2;
}

.ind_news_title_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.ind_news_title {
    width: 300px;
}

.ind_news_title .tt {
    font-size: 30px;
    line-height: 1.2;
    color: #444;
    font-family: arial;
}

.ind_news_title .tt2 {
    font-size: 24px;
    color: #666;
}

.ind_news_title_more {
    font-size: 16px;
    color: #3598fe;
}

.ind_news_wrap {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ind_news_l {
    width: 49%;
    max-width: 600px;
}

.ind_news_l a {
    display: block;
    color: #fff;
    background: #3598fe;
}

.ind_news_l_pic {
    overflow: hidden;
}

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

.ind_news_l_con {
    padding: 25px 30px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.ind_news_l_date .days {
    font-size: 48px;
    line-height: 1;
}

.ind_news_l_date .month {
    line-height: 1.7;
    font-size: 14px;
    margin: 5px 0 15px;
}

.ind_news_l_date .icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #3598fe;
    border-radius: 50%;
    background: #fff;
}

.ind_news_l_r {
    width: calc(100% - 94px);
}

.ind_news_l_r .tt {
    font-size: 18px;
}

.ind_news_l_r .line {
    height: 1px;
    background: #96d6c8;
    margin: 17px 0 15px;
}

.ind_news_l_r .text {
    font-size: 14px;
    line-height: 24px;
}

.ind_news_r {
    width: 48%;
}

.ind_news_list1 dt {
    margin-bottom: 35px;
}

.ind_news_list1 dt a {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    padding: 5% 5%;
    box-shadow: 0 0 20px rgba(115, 115, 115, .2);
}

.ind_news_list1 dt .con {
    width: calc(100% - 100px);
}

.ind_news_list1 dt .con .tt {
    font-size: 22px;
    color: #444;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_news_list1 dt .con .line {
    width: 100%;
    height: 1px;
    background: #13c59d;
    margin: 15px 0 13px;
}

.ind_news_list1 dt .con .text {
    font-size: 18px;
    color: #888;
    line-height: 24px;
}

.ind_news_list1 dt .time {
    width: 80px;
    color: #444;
    text-align: right;
}

.ind_news_list1 dt .time .days {
    font-size: 48px;
}

.ind_news_list1 dt .time .month {
    font-size: 14px;
}

.ind_news_list1 dt a:hover .con .tt {
    color: #44dab9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_news_list1 dd {
    margin-bottom: 33px;
    padding-bottom: 33px;
    border-bottom: 1px solid #dadada;
}

.ind_news_list1 dd a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    font-size: 14px;
}

.ind_news_list1 dd .tt {
    width: calc(100% - 80px);
    color: #444;
    line-height: 28px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 18px;
}

.ind_news_list1 dd .time {
    width: 80px;
    color: #888;
    text-align: right;
}

.ind_news_list1 dd a:hover .tt {
    color: #44dab9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_det_b_tabs_item1_con_box {
    width: 100%;
    margin: 0px 0px 30px 0px;
}

.box-th {
    overflow: hidden;
    width: 100%;
    background-color: #88ace6;
}

.box-th ul li {
    float: left;
    width: 25%;
    height: 80px;
    line-height: 80px;
    padding: 5px;
    text-align: center;
}

.box-th_current {
    color: #fff;
    background-color: #316ed1;
}

.box-tb {
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    padding: 20px;
    line-height: 2;
}

.box-tb .box-th_item:nth-child(n+2) {
    display: none;
}


/*goods-banner*/

.goods_banner {
    position: relative;
    width: 500px;
    height: 500px;
    overflow: hidden;
    margin: 10px 70px;
}

.goods_banner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hot {
    position: absolute;
    top: 0;
    left: 0;
}

.hot li {
    float: left;
}

.dot {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.dot li {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: rgba(144, 144, 144, 0.5);
    cursor: pointer;
    display: inline-block;
}

.dot .goods_banner_on {
    background-color: #fff;
}

.goods_banner_arrow span {
    display: block;
    width: 50px;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    font-size: 40px;
    line-height: 100px;
}

.goods_banner_arrow {
    display: none;
}

.goods_banner_arrow .goods_banner_prev {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -50px;
}

.goods_banner_arrow .goods_banner_next {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -50px;
}


/* footer */

.footer {
    width: 100%;
    margin-top: 80px;
}

.footer_t {
    padding: 55px 0;
    background: #dbe8ef url(../images/footer_bg1.jpg) no-repeat center center / cover;
}

.footer_t_clm {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 35px;
}

.footer_t_clm ul li {
    float: left;
    width: 300px;
    height: 300px;
    margin-right: 50px;
}

.footer_t_clm_item {
    padding-right: 5%;
    border-right: 1px solid #c8d8e1;
    margin-right: 2%;
}

.footer_t_clm_item:last-child {
    border-right: none;
}

.footer_t_clm_name {
    font-size: 18px;
    color: #444;
    margin-bottom: 15px;
}

.footer_t_clm_sm {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.footer_t_clm_sm .icon {
    width: 40px;
    font-size: 12px;
    color: #8ca2ad;
    text-align: center;
    margin-right: 12px;
    position: relative;
}

.footer_t_clm_sm .icon>img {
    width: 30px;
    height: 30px;
    margin: 5px;
}

.footer_t_clm_sm .icon .pic {
    display: none;
    position: absolute;
    left: -30px;
    bottom: 60px;
    width: 100px;
    height: 100px;
}

.footer_t_clm_sm .icon:hover {
    color: #44dab9;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.footer_t_clm_sm .icon:hover .pic {
    display: block;
}

.footer_t_clm_item2_con {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.footer_t_clm_item2_con a {
    color: #666;
}

.footer_t_clm_item2_con a:hover {
    color: #44dab9;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.footer_t_form {
    max-width: 1093px;
}

.footer_t_form_con {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 40px;
}

.footer_t_form_l {
    width: 49%;
}

.footer_t_form_text,
.footer_t_form_area {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    font-size: 14px;
    color: #444;
    background: #c8d8e1;
    border: none;
    margin-bottom: 10px;
}

.footer_t_form_text:last-child {
    margin-bottom: 0;
}

.footer_t_form_r {
    width: 49%;
}

.footer_t_form_area {
    height: 100%;
    resize: none;
    padding-left: 15px;
    padding-top: 12px;
    line-height: 1.6;
}

.footer_t_form_text::-webkit-input-placeholder,
.footer_t_form_area:::-webkit-input-placeholder {
    color: #757575;
}

.footer_t_form_btn {
    display: block;
    width: 250px;
    height: 40px;
    color: #3598fe;
    font-size: 14px;
    border: 1px solid #3598fe;
    border-radius: 40px;
}

.footer_t_form_btn:hover {
    color: #fff;
    background: #3598fe;
}

.footer_b {
    background: #3598fe;
    padding: 20px 0;
}

.footer_b .wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}

.footer_b_text {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 0 10px;
}

.footer_b_text a {
    color: #fff;
}

.footer_b_text a:hover {
    text-decoration: underline;
}

.back_top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    background: #3598fe;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    cursor: pointer;
}


/* sub_banner */

.sub_banner {
    height: 780px;
}

.sub_banner .wrapper {
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}

.sub_banner_about_con {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    color: #fff;
    padding-top: 5%;
}

.sub_banner_about_con .tt {
    font-size: 30px;
}

.sub_banner_about_con .tt2 {
    font-size: 24px;
    padding: 8px 0;
}

.sub_banner_about_con .tt3 {
    font-size: 16px;
}

.sub_banner_about_con .pic1 {
    text-align: center;
    padding: 4% 0 9%;
}

.sub_banner_about_con .btn_box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}

.sub_banner_about_con .btn_box .btn {
    display: block;
    width: 250px;
    line-height: 56px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #3598fe;
    margin: 0 21px;
}

.sub_banner_about_con .btn_box .btn:hover {
    background: #3598fe;
}

.about_box1 {
    padding: 80px 0;
}

.about_box1_clm1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 70px;
}

.about_box1_clm1_l {
    width: 38%;
    max-width: 350px;
    margin-left: 5%;
}

.sub_title1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 32px;
}

.sub_title1 .icon {
    width: 23px;
    height: 42px;
    background: url(../images/sub_title1_icon.png) no-repeat center center / cover;
    margin-right: 12px;
}

.sub_title1 .tt2 {
    color: #444;
    font-size: 18px;
    padding: 22px 0 0 15px;
}

.sub_title1_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 20px;
}

.sub_title1_list a {
    font-size: 14px;
    color: #0fa383;
    line-height: 30px;
    border: 1px solid #0fa383;
    padding: 0 15px;
    margin: 0 13px 13px 0;
}

.sub_title1_list a:hover {
    color: #fff;
    background: #0fa383;
}

.about_box1_clm1_l_text {
    font-size: 18px;
    line-height: 24px;
    color: #888;
    font-style: italic;
}

.about_box1_clm1_r {
    width: 61%;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    padding: 3% 8% 0;
    position: relative;
}

.about_box1_clm1_r_icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 70px;
    transform: scale(0.8, 1);
    -webkit-transform: scale(0.8, 1);
    color: #3598fe;
}

.about_box1_clm2 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.about_box1_clm2 dd {
    width: 25%;
    text-align: center;
    position: relative;
    border-right: 1px solid #e3e3e3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box1_clm2 dd:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box1_clm2 dd:last-child {
    border-right: none;
}

.about_box1_clm2 dd .num {
    font-size: 48px;
    font-weight: bold;
}

.about_box1_clm2 dd .text {
    font-size: 16px;
}

.about_box1_clm2 dd .text {
    padding-top: 20px;
}

.about_box2 {
    background: url(../images/banner01.jpg) no-repeat center center / cover;
    overflow: hidden;
}

.about_box2_text {
    width: 50%;
    margin: 8% 0 5% 5%;
    padding: 6% 4%;
    color: #fff;
    background: #3598fe99;
}

.about_box2_text .tt {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 7%;
}

.about_box2_text .text {
    font-size: 14px;
    line-height: 24px;
}

.about_box3 {
    padding: 70px 0;
}

.about_box3 .wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.about_box3_l {
    width: 50%;
    padding: 0 0 0 5%;
    position: relative;
}

.about_box3_box3_l_pic {
    overflow: hidden;
}

.about_box3_r>.about_box3_faq {
    margin-left: 20px;
}

.about_box3_box3_l_pic img {
    display: block;
    width: 110%;
    max-width: 110%;
}

.about_box3_box3_l_pic .title {
    text-align: center;
    padding: 20px 0;
    font-size: 24px;
}

.about_box3_box3_l_pic .btn {
    display: block;
    position: absolute;
    left: calc(50% - 150px);
    bottom: 10%;
    font-size: 16px;
    width: 300px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #3598fe;
    color: #3598fe;
    text-align: center;
    line-height: 40px;
    background-color: #dbe8ef;
    transition: all .25s;
    cursor: pointer;
    user-select: none;
}

.about_box3_box3_l_pic .btn:hover {
    background-color: #3598fe;
    color: #fff;
    border-color: #dbe8ef;
}

.about_box3_l_title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: 268px;
    height: 178px;
    color: #fff;
    background: #3598fe;
    padding: 0 25px;
}

.about_box3_l_title .tt {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about_box3_l_title .text {
    font-size: 18px;
    line-height: 1.4;
}

.about_box3_r {
    width: 50%;
    padding: 0 4%;
}

.about_box3_faq dd {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    background: #fafafa;
    cursor: pointer;
    margin-bottom: 10px;
}

.about_box3_faq dd .num {
    font-size: 18px;
    color: #666;
    width: 49px;
    line-height: 62px;
    text-align: center;
    background: #f2f2f2;
    border-right: 1px solid #e3e3e3;
}

.about_box3_faq dd .con {
    width: calc(100% - 98px);
    padding: 20px 15px;
}

.about_box3_faq dd .con .tt {
    font-size: 16px;
    line-height: 1.4;
}

.about_box3_faq dd .con .text {
    display: none;
    font-size: 14px;
    line-height: 1.6;
    color: #888;
    padding-top: 8px;
}

.about_box3_faq dd .icon {
    width: 49px;
    line-height: 49px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.about_box3_faq dd.hover .con .tt {
    color: #0ab07c;
}

.about_box4 {
    background: #dbe8ef;
}

.about_box4_clm_scroll {
    position: relative;
}

.about_box4_clm {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.sub_title2 {
    margin-bottom: 40px;
}

.sub_title2 .tt {
    font-size: 40px;
    color: #444;
    font-weight: bold;
}

.about_box4_clm .sub_title2 {
    position: absolute;
    left: 0;
    top: 60px;
}

.about_box4_clm_wrap {
    position: relative;
}

.about_box4_clm_l {
    width: 53%;
}

.about_box4_clm_l_con {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    padding: 4% 5% 0 1%;
}

.about_box4_clm_l_con .num {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    width: 113px;
    height: 113px;
    font-size: 72px;
    font-weight: bold;
    border-radius: 50%;
    color: #3598fe;
    border: 1px solid #3598fe;
}

.about_box4_clm_l_con .con {
    width: calc(100% - 113px);
    padding-left: 6%;
}

.about_box4_clm_l_con .con .tt {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin-bottom: 14px;
}

.about_box4_clm_l_con .con .text {
    font-size: 14px;
    color: #666;
}

.about_box4_clm_r {
    width: 47%;
}

.about_box4_clm_r img {
    float: left;
    display: block;
    width: 920px !important;
    max-width: none !important;
}

.about_box4_btn {
    position: absolute;
    left: 53%;
    bottom: 0;
    width: 144px;
}

.about_box4_btn .button_box {
    background: #8c9ea8;
}

.about_box4_btn .button_item {
    color: #fff;
}

.about_box4_btn .button_item_next::after {
    background: #fff;
}

.about_box4_clm_scroll.owl-theme .owl-controls {
    padding-top: 50px;
    width: auto;
}

.about_box4_clm_scroll.owl-theme .owl-dots {
    text-align: left;
    padding-left: 3%;
}

.about_box4_clm_scroll.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bdc7cd;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.about_box4_clm_scroll.owl-theme .owl-dots .owl-dot.active span,
.about_box4_clm_scroll.owl-theme .owl-dots .owl-dot:hover span {
    background: #3598fe;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.about_box5 {
    background: #dbe8ef;
}

.about_box5 .wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.about_box5_l {
    width: 53%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.about_box5_l_tt {
    width: 50%;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.about_box5_l_tt::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: #3598fe;
}

.about_box5_l_tt .tt {
    font-size: 60px;
    line-height: 1.1;
    color: #8de0c6;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
}

.about_box5_l_tt .icon {
    position: relative;
    z-index: 2;
}

.about_box5_l_pic {
    width: 50%;
    overflow: hidden;
}

.about_box5_r {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    width: 47%;
    text-align: right;
}

.about_box5_r .tt1 {
    font-size: 18px;
    color: #8c9ea8;
}

.about_box5_r .tt1 a {
    color: #8c9ea8;
}

.about_box5_r .text {
    padding: 6px 0;
}

.about_box5_r .text a {
    font-size: 48px;
    color: #72858f;
}

.about_box6 {
    padding: 80px 0;
}

.sub_title3 {
    margin-bottom: 30px;
}

.sub_title3 .tt {
    font-size: 40px;
    font-weight: bold;
    color: #444;
}

.sub_title3 .text {
    font-size: 14px;
    color: #888;
    padding-top: 10px;
    max-width: 608px;
    margin: 0 auto;
}

.about_honor_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 25px 0;
}

.about_honor_list1 dd {
    width: calc((100% - 100px) / 3);
    text-align: center;
    margin: 0 50px 3% 0;
}

.about_honor_list1 dd a {
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
}

.about_honor_list1 dd a:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.button_01 {
    display: block;
    width: 274px;
    font-size: 18px;
    line-height: 58px;
    color: #fff;
    background: #3598fe;
    border-radius: 4px;
}


/* case */

.sub_banner_case {
    height: 481px;
}

.sub_banner_case .wrapper {
    position: relative;
    height: 100%;
}

.sub_banner2_con {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 470px;
    height: 135px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    color: #fff;
    padding: 0 3%;
}

.sub_banner2_con::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 220%;
    height: 100%;
    background: rgb(53, 152, 254, .9);
}

.sub_banner2_con .tt {
    font-size: 30px;
    font-family: arial;
    margin-bottom: 3px;
    position: relative;
    z-index: 2;
}

.sub_banner2_con .tt2 {
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.sub_case_page {
    padding: 50px 0;
}

.sub_title1_text {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.case_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 25px 0;
}

.case_list1 dd {
    width: calc((100% - 60px) / 3);
    margin: 0 30px 30px 0;
}

.case_list1 dd a {
    display: block;
    overflow: hidden;
    padding: 30px;
    background: #f7f7f7;
    position: relative;
}

.case_list1 dd a .pic {
    overflow: hidden;
}

.case_list1 dd a .pic img {
    width: 100%;
}

.case_list1 dd a .con {
    padding: 18px 0 7px;
}

.case_list1 dd a .con .tt {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.case_list1 dd a .con .line {
    width: 74px;
    height: 1px;
    background: #c1c1c1;
    margin: 12px 0 16px;
}

.case_list1 dd a .con .text {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 33px;
}

.case_list1 dd a .con .more {
    font-size: 14px;
    color: #00a470;
}

.case_list1 dd a .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 28px;
    color: rgba(255, 255, 255, .8);
    background: #3598fe;
}

.case_list1 dd a:hover {
    box-shadow: 0 0 15px rgba(115, 115, 115, .2);
}

.case_list1 dd a:hover .pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.case_list1 dd a:hover .con .tt {
    color: #3598fe;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/* page */

.page {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    '
justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.page a {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 0 8px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 2px;
}

.page a:hover,
.page a.hover {
    color: #fff;
    background: #3598fe;
    border: 1px solid #3598fe;
}


/* case_Det */

.case_det_t {
    padding: 80px 0;
}

.case_det_t .wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.case_det_t_l {
    width: 47%;
}

.case_det_title {
    font-size: 30px;
    font-weight: bold;
}

.case_det_date {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-size: 14px;
    color: #888;
    padding: 15px 0 30px;
}

.case_det_date .item {
    margin-right: 4%;
}

.case_det_l_list .item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-size: 14px;
    padding: 10px 0;
    line-height: 24px;
    border-top: 1px solid #dcdcdc;
}

.case_det_l_list .item .tt {
    width: 86px;
    font-weight: bold;
}

.case_det_l_list .item .text {
    width: calc(100% - 86px);
    color: #888;
}

.case_det_l_b {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 7%;
}

.case_det_l_btn {
    width: 300px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    background: #3598fe;
}

.case_det_l_b_r {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    line-height: 24px;
    padding-left: 4%;
}

.case_det_l_b_r .tt {
    font-size: 14px;
    color: #444;
}

.case_det_l_b_r .btn {
    font-size: 24px;
    color: #0ab881;
}

.case_det_l_b_r .btn:hover {
    text-decoration: underline;
}

.case_det_t_r {
    width: 50%;
    padding: 0 1%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.case_det_t_r img {
    display: block;
    height: auto !important;
}


/* location */

.location {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    padding: 15px 0;
    margin-top: 100px 0;
    background: #469ffd;
}

.location a {
    color: #ffffff;
}

.case_det_page {
    padding: 70px 0;
    background: #e7e8ea;
}

.case_det_page .wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.case_det_page_item {
    width: 47%;
}

.case_det_page_item a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.case_det_page_item a .pic {
    width: 35%;
    overflow: hidden;
}

.case_det_page_item a .pic img {
    display: block;
}

.case_det_page_item a .con {
    width: 65%;
    padding-left: 6%;
}

.case_det_page_item a .con .tt1 {
    font-size: 14px;
    color: #444;
    margin-bottom: 6%;
}

.case_det_page_item a .con .tt2 {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin-bottom: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.case_det_b {
    padding: 70px 0;
    background: #fff;
}

.case_det_b_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.case_det_b_list dd {
    width: 33.33%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    text-align: center;
    padding: 0 3% 15px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #f3f3f3;
}

.case_det_b_list dd:first-child {
    border-left: none;
}

.case_det_b_list dd:last-child {
    border-right: none;
}

.case_det_b_list dd .icon_box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 66px;
    height: 66px;
    font-size: 38px;
    border-radius: 50%;
    border: 1px solid #333;
}

.case_det_b_list dd .tt {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin: 28px 0 14px;
}

.case_det_b_list dd .text {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    max-width: 300px;
    min-height: 48px;
    margin: 0 auto;
    margin-bottom: 22px;
}

.case_det_b_list dd .btn {
    width: 220px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    background: #3598fe;
}

.case_det_b_list dd .btn .icon {
    font-size: 20px;
    margin-right: 8px;
}

.case_det_b_list dd .case_det_b_search {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    border-radius: 5px;
    max-width: 300px;
    height: 50px;
    padding: 0 3px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #d6d6d6;
}

.case_det_b_list dd .case_det_b_search_tt {
    width: calc(100% - 62px);
    height: 42px;
    padding-left: 15px;
    border: none;
}

.case_det_b_list dd .case_det_b_search_btn {
    width: 62px;
    height: 42px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #3598fe;
    border-radius: 3px;
    border: none;
}

.case_det_page_item a .con .text {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.case_det_page_item a:hover .pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.case_det_page_item a:hover .con .tt2 {
    color: #3598fe;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/* case_list2 */

.sub_case_page2 {
    padding: 80px 0;
}

.case_list2 {
    padding: 30px 0;
}

.case_list2 dd a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.case_list2_pic {
    width: 50%;
    overflow: hidden;
}

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

.case_list2_con {
    width: 50%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding: 20px 6%;
}

.case_list2_con .tt {
    font-size: 24px;
    color: #444;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.case_list2_con .line {
    width: 77px;
    height: 1px;
    background: #c9c9c9;
    margin: 25px 0;
}

.case_list2_con .text {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin-bottom: 10%;
}

.case_list2_con .button_01 {
    font-size: 14px;
    width: 190px;
}

.case_list2 dd:nth-child(2n) a {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.case_list2 dd a:hover .case_list2_pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.case_list2 dd a:hover .case_list2_con .tt {
    color: #1ebb8e;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/* contact */

.contact_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 40px 0 60px;
}

.contact_list1 dd {
    width: calc((100% - 120px) / 4);
    border: 1px solid #dcdcdc;
    padding: 3% 20px;
    text-align: center;
    margin: 0 40px 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.contact_list1 dd:last-child {
    margin-right: 0;
}

.contact_list1 dd .icon {
    font-size: 50px;
    color: #3598fe;
}

.contact_list1 dd .tt {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin: 20px 0 14px;
}

.contact_list1 dd .text {
    font-size: 16px;
    color: #444;
}

.contact_list1 dd .text a {
    color: #444;
}

.contact_list1 dd .text a:hover {
    color: #3598fe;
    text-decoration: underline;
}

.contact_list1 dd:hover {
    box-shadow: 0 0 10px rgba(115, 115, 115, .1);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.contact_box2 img {
    max-width: none;
}


/* design */

.design_box1 {}

.design_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 20px;
}

.design_list1 dd {
    width: calc((100% - 42px) / 4);
    margin: 0 14px 14px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.design_list1 dd:last-child {
    margin-right: 0;
}

.design_list1 dd .pic {
    overflow: hidden;
}

.design_list1 dd .pic img {
    display: block;
    width: 100%;
}

.design_list1 dd .con {
    padding: 18px 0 10px;
    text-align: center;
}

.design_list1 dd .con .tt {
    font-size: 18px;
    color: #444;
    font-weight: bold;
    margin-bottom: 5px;
}

.design_list1 dd .con .text {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.design_list1 dd:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.desc_box2 {
    background: #fafafa;
}

.desc_box2_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.desc_box2_list1 dd {
    width: 48%;
    margin: 0 4% 30px 0;
}

.desc_box2_list1 dd:nth-child(2n) {
    margin-right: 0;
}

.desc_box2_list1_pic {
    overflow: hidden;
    margin-bottom: 35px;
}

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

.desc_box2_list1_tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.desc_box2_list1_tt .num {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    width: 30px;
    height: 34px;
    color: #fff;
    background: url(../images/desc_icon1.png) no-repeat center center / cover;
}

.desc_box2_list1_tt .tt {
    width: calc(100% - 30px);
    padding-left: 12px;
    margin-bottom: 25px;
    padding-top: 20px;
}

.desc_box2_list1_text {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.desc_box2_item3 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 35px 0 22px;
}

.desc_box2_item3_con1 {
    width: 61.5%;
    position: relative;
}

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

.desc_box2_item3_con1_item {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #03c588;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
}

.desc_box2_item3_con1_item .box {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #22f5b2;
}

.desc_box2_item3_con2 {
    width: 38.5%;
    background: #3598fe;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    padding: 20px 3%;
}

.desc_box2_item3_con2_tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.desc_box2_item3_con2_tt .num {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 30px;
    height: 34px;
    color: #3598fe;
    background: url(../images/desc_icon2.png) no-repeat center center / cover;
}

.desc_box2_item3_con2_tt .tt {
    width: calc(100% - 30px);
    padding: 0px 0 0 12px;
}

.desc_box2_item3_con2_text2 {
    padding: 18px 0 0 44px;
}

.desc_box2_item3_con2_text2 .item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.desc_box2_item3_con2_text2 .item .icon {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
}

.desc_box2_item3_con2_text2 .item .tt {
    width: calc(100% - 7px);
    padding-left: 12px;
}

.desc_box3_scroll_bars {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 60px;
}

.desc_box3_scroll_bars .item {
    width: calc((100% - 80px) / 5);
    margin: 0 20px 0 0;
    padding-bottom: 48px;
    position: relative;
    cursor: pointer;
}

.desc_box3_scroll_bars .item:last-child {
    margin-right: 0;
}

.desc_box3_scroll_bars .item img {
    display: block;
    width: 100%;
}

.desc_box3_scroll_bars .item .tt {
    font-size: 14px;
    color: #444;
    line-height: 42px;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.desc_box3_scroll_bars .item .icon {
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 14px;
    height: 14px;
    border: 1px solid #b5b5b5;
    background: #fff;
    border-radius: 50%;
}

.desc_box3_scroll_bars .item.active .icon {
    width: 24px;
    height: 24px;
    bottom: -12px;
    background: #3598fe;
    border: 1px solid #3598fe;
}


/* .desc_box3_scroll_bars .item.active .pic{
	border: 3px solid #3598fe;
} */

.desc_box3_scroll_bars .item.active .tt {
    color: #fff;
    background-color: #3598fe;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.desc_box3_scroll_wrap {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.desc_box3_scroll_pic {
    width: 40.7%;
    overflow: hidden;
}

.desc_box3_scroll_pic img {
    width: 100%;
}

.desc_box3_scroll_con {
    width: 59.3%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    padding: 20px 0 20px 6%;
}

.desc_box3_scroll_con_tt {
    font-size: 24px;
    color: #444;
    margin-bottom: 30px;
}

.desc_box3_scroll_con_text {
    font-size: 14px;
    line-height: 24px;
}

.desc_box3_scroll_con_text .tt {
    font-weight: bold;
    color: #444;
    padding-bottom: 2px;
}

.desc_box3_scroll_con_text .text {
    color: #888;
}

.desc_box4 {
    background: #dbe8ef;
}

.desc_box4_pic {
    padding: 10px 0 50px;
}

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

.desc_box4_con {
    padding: 0 0 0 4%;
}

.desc_box4_con .tt {
    font-size: 18px;
    color: #444;
    font-weight: bold;
    margin-bottom: 18px;
}

.desc_box4_con .text {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}


/* news_list */

.news_page_top {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 40px;
}

.news_page_top .sub_title1 {
    width: 218px;
    margin-bottom: 0;
}

.sub_nav_bars {
    width: calc(100% - 218px);
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.sub_nav_bars a {
    font-size: 14px;
    color: #444;
    padding: 0 20px;
}

.sub_nav_bars a:hover {
    color: #3598fe;
}


/* news_list */

.news_list2 {
    padding: 0 0 20px 0;
}

.news_list2 li {
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
}

.news_list2 li a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    padding: 35px 0;
}

.news_list2_pic {
    width: 28.5%;
    overflow: hidden;
}

.news_list2_pic img {
    width: 100%;
}

.news_list2_con {
    width: calc(71.5% - 80px);
    padding: 0 5%;
}

.news_list2_con .tt {
    font-size: 18px;
    color: #444;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_list2_con .line {
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #dcdcdc;
    margin: 20px 0;
}

.news_list2_con .text {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.news_list2_con .more {
    display: block;
    font-size: 14px;
    width: 145px;
    height: 0;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #3598fe;
    border-radius: 3px;
    margin-top: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_list2_date {
    width: 80px;
    text-align: center;
}

.news_list2_date .days {
    font-size: 48px;
    color: #444;
}

.news_list2_date .month {
    font-size: 14px;
    padding: 2px 0 15px;
}

.news_list2_date .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #aaa;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #aaa;
    margin: 0 auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_list2 li a:hover .news_list2_con .tt {
    color: #3598fe;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_list2 li a:hover .news_list2_con .more {
    height: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_list2 li a:hover .news_list2_date .icon {
    background: #3598fe;
    color: #fff;
    border-color: #3598fe;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/* news_Det */

.news_det_title1 {
    font-size: 30px;
    color: #444;
    font-weight: bold;
}

.news_det_date {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 15px 0 30px;
}

.news_det_date .item {
    margin: 0 2%;
    font-size: 14px;
    color: #888;
}

.news_det_desc {
    background: #dbe8ef;
    padding: 2% 3%;
}

.news_det_desc .con {
    max-width: 1030px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #444;
}

.news_det_con {
    font-size: 14px;
    color: #444;
    line-height: 24px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 3% 0;
}

.news_det_con img {
    height: auto !important;
}

.news_det_page {
    padding: 30px 0 0;
    border-top: 1px solid #ccc;
}

.news_det_page_wrap {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.news_det_page_item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 48%;
    font-size: 14px;
    color: #444;
}

.news_det_page_item .tt {
    font-weight: bold;
    width: 60px;
}

.news_det_page_item .text {
    width: calc(100% - 60px);
}

.news_det_page_item .text a:hover {
    color: #3598fe;
    text-decoration: underline;
}


/* pro_det */

.pro_det_t_top {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 30px;
}

.goods_imgs {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-flow: wrap;
}

.goods_imgs ul {
    width: 100%;
    display: flex;
}

.goods_imgs ul li.active {
    border-color: #fb8c30;
}

.goods_imgs ul li {
    margin: 0 2px;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}

.pro_det_top_btn {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    width: 220px;
    border-radius: 5px;
    background: #3598fe;
}

.pro_det_top_btn .icon {
    font-size: 20px;
    margin-right: 10px;
}

.pro_det_scroll_rela {
    position: relative;
}

.pro_det_scroll {
    width: 58%;
    margin: 0 auto;
}

.pro_det_scroll.owl-theme .owl-controls {
    width: 100%;
}

.pro_det_scroll.owl-theme .owl-dots {
    width: 100%;
}

.pro_det_scroll.owl-theme .owl-dots .owl-dot {}

.pro_det_scroll.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    border-radius: 50%;
    background: #e7e8ea;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_det_scroll.owl-theme .owl-dots .owl-dot.active span,
.pro_det_scroll.owl-theme .owl-dots .owl-dot:hover span {
    background: #3598fe;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_det_page_item {
    position: absolute;
    left: 0;
    top: 50%;
    width: 14%;
    height: 120px;
    margin-top: -60px;
}

.pro_det_page_next {
    left: auto;
    right: 0;
}

.pro_det_page_item a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.pro_det_page_item a .icon {
    font-size: 26px;
    width: 42px;
    height: 42px;
    color: #e1e1e1;
    font-size: 18px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
}

.pro_det_page_item a .pic {
    width: calc(100% - 42px);
    max-width: 120px;
    padding-left: 5%;
}

.pro_det_page_item a .pic img {
    display: block;
    border: 1px solid #e1e1e1;
}

.pro_det_page_item a .pic .tt {
    padding-top: 8px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.pro_det_page_prev .icon {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.pro_det_page_next a {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.pro_det_page_next a .pic {
    padding-left: 0;
    padding-right: 5%;
}

.pro_det_b_bars_box {
    position: relative;
    height: 56px;
}

.pro_det_b_bars {
    width: 100%;
    background: #e7e8ea;
    z-index: 2;
}

.pro_det_b_bars a {
    float: left;
    padding: 0 4%;
    font-size: 16px;
    line-height: 56px;
    color: #444;
    position: relative;
    border-right: 1px solid #d3d3d3;
}

.pro_det_b_bars a.hover {
    background: #3598fe;
    color: #fff;
}

.pro_det_b_bars a.hover:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    display: block;
    width: 0;
    height: 0;
    border-width: 13px 13px 0 13px;
    margin-left: -13px;
    border-style: solid;
    border-color: #3598fe transparent transparent transparent;
}

.pro_det_b_tabs_item_title {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-bottom: 30px;
}

.pro_det_b_tabs_item_title .tt {
    font-size: 30px;
    font-weight: bold;
    color: #444;
}

.pro_det_b_tabs_item_title .line {
    width: 89px;
    height: 2px;
    background: #3598fe;
    margin-left: 12px;
}

.pro_det_b_tabs_item1_con {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pro_det_b_tabs_item1_pic {
    width: 48%;
}

.pro_det_b_tabs_item1_r {
    width: 48%;
}

.pro_det_b_tabs_item1_r_tt {
    font-size: 24px;
    color: #444;
    margin-bottom: 18px;
}

.pro_det_b_tabs_item1_r_text {
    font-size: 14px;
    line-height: 24px;
}

.pro_det_b_tabs_item1_r_text table {
    width: 100%;
}

.pro_det_b_tabs_item1_r_text tr td {
    padding: 7px 10px;
    border: 1px solid #d4d4d4;
}

.pro_det_b_tabs_item1_r_text tr td:nth-child(odd) {
    background: #f9f9f9;
}

.pro_det_b_tabs_item1_r_icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pro_det_b_tabs_item1_r_icon .item {
    margin-right: 2%;
}

.pro_det_b_tabs_item2 {
    background: #dbe8ef;
}

.pro_det_b_tabs_item_td_con {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pro_det_b_tabs_item_td_l {
    width: 46%;
}

.pro_det_b_tabs_item_td_text {
    margin-bottom: 50px;
}

.pro_det_b_tabs_item_td_text .tt {
    font-size: 24px;
    color: #444;
    margin-bottom: 6px;
}

.pro_det_b_tabs_item_td_text .text {
    font-size: 18px;
    color: #666;
}

.pro_det_b_tabs_item_td_nums {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    padding-bottom: 35px;
}

.pro_det_b_tabs_item_td_nums .num {
    font-size: 18px;
    color: #444;
    line-height: 24px;
}

.pro_det_b_tabs_item_td_nums .nums {
    font-size: 72px;
    color: #3598fe;
    line-height: 0.8;
    padding-left: 12px;
    font-weight: bold;
}

.pro_det_b_tabs_item_td_bars {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pro_det_b_tabs_item_td_bars .item {
    width: calc((100% - 30px) / 4);
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.pro_det_b_tabs_item_td_bars .item.active {
    border-color: #3598fe;
}

.pro_det_b_tabs_item_td_bars .item:nth-child(4n) {
    margin-right: 0;
}

.pro_det_b_tabs_item_td_r {
    position: relative;
    width: 50%;
}

.pro_det_b_tabs_item_td_scroll_btn {
    position: absolute;
    left: -40px;
    top: 50%;
    z-index: 5;
    width: 57px;
    height: 57px;
    line-height: 57px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-top: -28px;
    background: rgba(23, 191, 138, .5);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_det_b_tabs_item_td_scroll_btn:hover {
    background: rgba(23, 191, 138, 1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_det_b_tabs_item_td_scroll_btn_prev {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.pro_det_b_tabs_item_td_scroll_btn_next {
    left: auto;
    right: -40px;
}

.pro_det_b_tabs_item_title.colorf .tt {
    color: #fff;
}

.pro_det_b_tabs_item_title.colorf .line {
    background: #fff;
}

.pro_det_b_tabs_item3_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pro_det_b_tabs_item3_list1 dd {
    width: calc((100% - 100px) / 5);
    margin: 0 25px 0 0;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_det_b_tabs_item3_list1 dd:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_det_b_tabs_item3_list1 dd:last-child {
    margin-right: 0;
}

.pro_det_b_tabs_item3_list1 dd .pic {
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 5px;
}

.pro_det_b_tabs_item3_list1 dd .pic img {
    display: block;
    width: 100%;
}

.pro_det_b_tabs_item3_list1 dd .tt {
    font-size: 14px;
    font-weight: bold;
    margin: 18px 0 10px;
}

.pro_det_b_tabs_item3_list1 dd .text {
    font-size: 14px;
    line-height: 24px;
}

.pro_det_b_tabs_item4_con {
    position: relative;
    min-height: 495px;
    margin-bottom: 50px;
}

.pro_det_b_tabs_item4_pic {
    position: absolute;
    left: 50%;
    width: 38%;
    margin-left: -19%;
    text-align: center;
}

.pro_det_b_tabs_item4_con_wrap {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pro_det_b_tabs_item4_con_l {
    width: 25%;
}

.pro_det_b_tabs_item4_item {
    text-align: right;
    margin-bottom: 18px;
}

.pro_det_b_tabs_item4_item .tt {
    font-size: 16px;
    font-weight: bold;
}

.pro_det_b_tabs_item4_item .line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #3598fe;
    margin: 8px 0 10px;
}

.pro_det_b_tabs_item4_item .line::after {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #3598fe;
}

.pro_det_b_tabs_item4_con_l .pro_det_b_tabs_item4_item .line {
    right: -40px;
}

.pro_det_b_tabs_item4_con_l .pro_det_b_tabs_item4_item .line:after {
    right: 0;
}

.pro_det_b_tabs_item4_con_r .pro_det_b_tabs_item4_item .line {
    left: -40px;
}

.pro_det_b_tabs_item4_con_r .pro_det_b_tabs_item4_item .line:after {
    left: 0;
}

.pro_det_b_tabs_item4_pic img {
    display: block;
}

.pro_det_b_tabs_item4_item .text {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.pro_det_b_tabs_item4_con_r {
    width: 25%;
}

.pro_det_b_tabs_item4_con_r .pro_det_b_tabs_item4_item {
    text-align: left;
}

.rela_pro_box {
    background: #eaebf2;
}

.rela_pro_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.rela_pro_list1 dd {
    width: calc((100% - 45px) / 4);
    margin: 0 15px 15px 0;
}

.rela_pro_list1 dd a {
    display: block;
    background: #fff;
    padding: 15px 10px 25px;
}

.rela_pro_list1 dd a .pic {
    overflow: hidden;
    margin-bottom: 15px;
}

.rela_pro_list1 dd a .pic img {
    width: 100%;
}

.rela_pro_list1 dd a .tt {
    font-size: 14px;
    color: #444;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.rela_pro_list1 dd a:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(115, 115, 115, .1);
}

.rela_pro_list1 dd a:hover .tt {
    color: #3598fe;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/* solution */

.solu_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 20px;
}

.solu_list1 dd {
    width: calc((100% - 75px) / 4);
    margin: 0 25px 75px 0;
}

.solu_list1 dd a {
    display: block;
    overflow: hidden;
}

.solu_list1 dd a .pic {
    overflow: hidden;
    position: relative;
}

.solu_list1 dd a .pic img {
    display: block;
    width: 100%;
}

.solu_list1 dd a .pic .icon {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 50px;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    background: rgba(0, 0, 0, .4);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.solu_list1 dd a .tt {
    font-size: 16px;
    color: #444;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #3598fe;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.solu_list1 dd a:hover .pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.solu_list1 dd a:hover .pic .icon {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.solu_list1 dd a:hover .tt {
    color: #fff;
    background: #3598fe;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.solu_list1_more {
    display: flex !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    color: #fff;
    height: 100%;
    width: 100%;
    background: #3598fe;
}

.solu_list1_more .more_tt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.solu_list1_more .icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    font-size: 26px;
    width: 48px;
    height: 48px;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}


/* solution_list */

.solu_list_scroll1_rela {
    position: relative;
    margin-top: 30px;
}

.solu_list_scroll1 .item a {
    display: block;
}

.solu_list_scroll1 .item a .pic {
    overflow: hidden;
}

.solu_list_scroll1 .item a .tt {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    text-align: center;
    padding: 18px 0 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.solu_list_scroll1 .item a:hover .pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.solu_list_scroll1 .item a:hover .tt {
    color: #3598fe;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.solu_list_scroll2 {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.solu_list_scroll1_btn {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 24px;
    color: #b2b2b2;
    border: 2px solid #b2b2b2;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.solu_list_scroll1_btn.prev {
    left: -62px;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.solu_list_scroll1_btn.prev2 {
    left: 0;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.solu_list_scroll1_btn.next {
    right: -62px;
}

.solu_list_scroll1_btn.next2 {
    right: 0;
}

.solu_list_scroll1_btn:hover {
    color: #3598fe;
    border-color: #3598fe;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.solu_list_scroll1.owl-theme .owl-controls {
    padding-top: 30px;
}

.solu_list_scroll2.owl-theme .owl-controls {
    padding-top: 15px;
}

.solu_list_scroll1.owl-theme .owl-dots {}

.solu_list_scroll1.owl-theme .owl-dots .owl-dot span,
.solu_list_scroll2.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dedede;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.solu_list_scroll1.owl-theme .owl-dots .owl-dot.active span,
.solu_list_scroll1.owl-theme .owl-dots .owl-dot:hover span,
.solu_list_scroll2.owl-theme .owl-dots .owl-dot.active span,
.solu_list_scroll2.owl-theme .owl-dots .owl-dot:hover span {
    background: #3598fe;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}


/* solu_list2 */

.solu_box2_title1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 12px;
}

.solu_box2_title1_r {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.solu_box2_title1_r a {
    color: #444;
    font-size: 14px;
    margin: 0 18px;
}

.solu_box2_title1_r a:hover {
    color: #3598fe;
}

.contact_sm_item {
    width: 120px;
    text-align: center;
    margin: 0 8px;
}

.contact_sm_item .pic {
    overflow: hidden;
}

.contact_sm_item .tt {
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 7px 0 10px;
}

.pro_det_page_top_b {
    font-size: 16px;
    line-height: 24px;
    padding-top: 30px;
}

.pro_det_page_top_b a {
    font-size: 30px;
    color: #3598fe;
    font-weight: bold;
}

@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #333;
}

html {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}

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

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    border: 0;
    vertical-align: middle;
}

.clear {
    clear: both;
}

figure {
    margin: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    border: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

th {
    padding: 0;
}

th {
    text-align: left;
}

ul {
    list-style-type: none;
}

@font-face {
    font-family: font01;
    src: url('fonts/Helvetica Bold .ttf');
}

@font-face {
    font-family: font02;
    src: url('fonts/Helvetica.ttf');
}

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


/*首页*/


/*头部*/

.index_header {
    width: 100%;
    background: #5e8eb6;
}

.index_header .logo {
    display: block;
    width: 215px;
    float: left;
    text-align: center;
}

.logo>img {
    max-width: 100%;
}

.logo>span {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #ccc;
}

.header_r {
    float: right;
    width: 940px;
}

.header_r>h2 {
    font-size: 11px;
    color: #2e75b6;
    margin-left: 15px;
    display: inline-block;
    line-height: 25px;
    margin-top: 20px;
    height: 25px;
    float: left;
}

.header_r>h2 a {
    color: #2e75b6;
    font-size: 11px;
}

.header_r>h2>span {
    margin: 0 5px;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
}

.header_top_r {
    display: inline-block;
    float: right;
}

.header_top_r>h3 {
    display: inline-block;
    font-size: 13px;
    height: 20px;
    color: #fff;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header_top_r a {
    width: 18px;
}

.nav {
    float: right;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}

.nav>li {
    display: inline-block;
    position: relative;
}

.nav>li a {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    ;
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 0 10px;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    padding-bottom: 10px;
}

.nav>li>a:hover {
    color: #ff931a;
}

.ej_header .nav>li a:hover {
    color: #196da2;
}

.nav>li.on a {
    color: #196da2;
}

.ej_header .nav>li.on a {
    color: #196da2;
}


/*轮播图*/

.slideBox {
    width: 100%;
    position: relative;
}

.slideBox .hd {
    height: 12px;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    text-align: center;
}

.slideBox .hd ul li {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #fff;
}

.slideBox .hd ul li.on {
    background: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    display: block;
}


/*搜索*/

.search {
    height: 83px;
    width: 100%;
    background: #ffffff;
    padding-top: 23px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.search_box {
    width: 920px;
    margin: 0 auto;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    position: relative;
    background: #fff;
    height: 38px;
    border-radius: 5px;
}

.search_ip01 {
    margin-left: 5px;
    height: 38px;
    width: 75%;
    /* background-color: #ccc; */
    padding-left: 5px;
    vertical-align: top;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.search_ip02 {
    height: 38px;
    background: #ccc;
    border-radius: 5px;
    line-height: 38px;
    vertical-align: top;
    width: 23%;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
}


/*news*/

.main_news {
    width: 100%;
    background: #fff;
}

.news_title {
    font-size: 22px;
    vertical-align: bottom;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    padding-left: 20px;
}

.news_title>em {
    height: 14px;
    border-radius: 7px;
    display: block;
    float: left;
    margin-top: 18px;
}

.txtScroll-top {
    width: 100%;
    border-top: 1px solid #aec6da;
    border-bottom: 1px solid #aec6da;
    background: #f0f5f8;
    padding: 10px 0 10px 20px;
}

.txtScroll-top li {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: url(../images/cir.png) no-repeat 0 center;
    padding-left: 20px;
}

.txtScroll-top li a {
    margin-left: 20px;
    background-color: #e2e2e2;
    /* border-right: 1px solid #ccc; */
    /* height: 20px; */
    /* border-left: 1px solid #ccc; */
    color: #333;
    border-radius: 2px;
    float: left;
    line-height: 20px;
    margin-top: 10px;
    padding: 0 3px;
    /* text-decoration: underline; */
}

.txtScroll-top li p {
    max-width: 850px;
    overflow: hidden;
    /*自动隐藏文字*/
    text-overflow: ellipsis;
    /*文字隐藏后添加省略号*/
    white-space: nowrap;
    /*强制不换行*/
    ;
    float: left;
}

.news_con>li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    text-align: center;
    padding-top: 30px;
    margin: 0 -4px;
}

.news_con>li img {
    height: 58px;
}

.news_con>li h2 {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}

.news_p01 {
    width: 88%;
    margin: 10px auto;
    text-align: left;
    line-height: 20px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*文字隐藏后添加省略号*/
    font-size: 14px;
}

.readmore {
    display: block;
    height: 25px;
    line-height: 25px;
    width: 105px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 20px auto;
    color: #333;
}

.readmore span {
    color: #333;
    margin-left: 10px;
    font-weight: bold;
}


/*product*/

.product_con {
    margin-top: 20px;
}

.product {
    height: 68px;
    line-height: 68px;
    font-size: 30px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #e5e8ea;
    border-top: 1px solid #e5e8ea;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #e8e8e8;
}

.main_product {
    height: 68px;
    line-height: 68px;
    font-size: 30px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #e5e8ea;
    border-top: 1px solid #e5e8ea;
    text-transform: uppercase;
    font-weight: bold;
}

.prodcut_list {
    width: 100%;
}

.product_ul {
    margin-top: 15px;
    margin-bottom: 30px;
    position: relative;
}

.product_ul>li {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 22px 0.8% 0;
}

.product_ul>li>div:hover .cover {
    display: block;
}

.product_ul>li:hover .cover a {
    -webkit-transition: -webkit-transform 0.5s linear;
    -moz-transition: -moz-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product_ul>li>div {
    display: block;
    height: 220px;
    background: #e7eef4;
    width: 100%;
    padding-top: 10px;
    position: relative;
}

.product_ul>li>div h2 {
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0 0 15px;
    width: 130px;
    /* font-weight: bold; */
    color: #4e4e4e;
}

.product_ul>li>div p {
    font-size: 28px;
    line-height: 45px;
    margin-left: 40px;
}

.product_ul>li>div img {
    position: absolute;
    right: 10px;
    bottom: 5px;
}


/*application*/

.appli {
    width: 100%;
    background: #f0f2f3;
    padding: 30px 0;
}

.appli_p01 {
    width: 900px;
    margin: 0px auto 30px;
    line-height: 22px;
    font-size: 16px;
}

.appli_ul>li {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0.8%;
}

.appli_ul>li img {
    width: 100%;
    height: 240px;
    border-radius: 5px;
}

.appli_ul>li h2 {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #333;
}

.backcolor {
    /*background-color: #f0f2f3;*/
    background-color: #ffffff;
}

.picScroll {
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
}

.picScroll .prev,
.picScroll .next {
    display: block;
    width: 38px;
    height: 99px;
    cursor: pointer;
    background: url("../images/left_icon.png") no-repeat;
    position: absolute;
    top: 70px;
    left: -38px;
}

.pmd_content .p_wleft a.prev {
    background: url("../images/p_left_icon.png") no-repeat;
}

.pmd_content .p_wleft a.next {
    background: url("../images/p_right_icon.png") no-repeat;
}

.picScroll .next {
    background: url("../images/right_icon.png") no-repeat;
    right: -38px;
    left: auto;
}

.picScroll .bd {
    padding: 10px;
}

.picScroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll .bd ul li {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 20%;
}

.picScroll .bd ul li a {
    display: block;
    height: 215px;
    vertical-align: middle;
    line-height: 215px;
}

.picScroll .bd ul li {
    text-align: center;
}

.picScroll .bd ul li img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.why {
    padding-top: 35px;
    padding-bottom: 45px;
}

.why .title {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    background-color: #e8e8e8;
}

.why ul {
    margin-top: 40px;
}

.why ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.why ul li p {
    font-size: 15px;
    margin-top: 15px;
    padding: 0 5px;
}


/*foot*/

footer {
    background: #5e8eb6;
    margin-top: 5px;
}

.footer_in {
    color: #fff;
    padding: 15px 0;
}

.footer_h2 {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-left: 1.5%;
}

.footer_ul {
    margin-top: 25px;
}

.footer_ul>li {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    margin: 0 1.5%;
}

.footer_ul>li:nth-child(3) {
    width: 21%;
}

.footer_ul>li h3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

.footer_ul>li a {
    font-size: 13px;
    line-height: 22px;
    display: block;
    color: #fff;
}


/*联系我们*/

.contact_sec {
    height: 100px;
    width: 100%;
    /*background: #5e8eb6;*/
    background: #ffffff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
}

.contact_h2 {
    font-size: 26px;
    line-height: 100px;
    height: 100px;
    float: left;
    width: auto;
    padding-right: 20px;
}

.line2 {
    float: left;
    line-height: 90px;
    height: 90px;
}

.line2 img {
    width: 100%;
}

.contact_form {
    width: 46%;
    float: left;
}

.contact_form_r {
    width: 46%;
    float: right;
}

.iframe {
    height: 300px;
}

.form-item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-item label {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 15px;
    color: #666666;
    display: inline-block;
}

.form-item input {
    border: 1px solid #eceef0;
    outline: none;
    font-size: 15px;
    color: #848688;
    margin: 0;
    max-width: 100%;
    inline-block;
    background: #f8fafc;
    border-radius: 2px;
    padding: 8px 9px;
}

.form-item input.error,
.form-item textarea.error,
.captcha input.error {
    border-color: red !important;
}

.form-required {
    color: #f00;
}

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 9px;
    border: 1px solid #eceef0;
    outline: none;
    font-size: 14px;
    color: #848688;
    max-width: 100%;
    background: #f8fafc;
    border-radius: 2px;
}

.images_input {
    margin-top: 1em;
    margin-bottom: 1em;
}

.images_input label {
    display: inline-block;
    margin-bottom: 15px;
    color: #666;
    font-weight: bold;
}

.images_input input {
    border: 1px solid #eceef0;
    outline: none;
    font-size: 15px;
    color: #848688;
    margin: 0;
    max-width: 100%;
    display: block;
    background: #f8fafc;
    border-radius: 2px;
    padding: 8px 9px;
}

.form-sub input {
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: medium none;
    padding: 8px 16px;
    transition: all 0.2s ease-in-out 0s;
    width: auto;
    background: #5F8CB4;
    color: #FFF;
    border: 2px solid #5F8CB4;
}

.headline {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #2D3237;
    font-weight: bold;
}

.form-sub input:hover {
    color: #666;
    background: #ccc;
    border: 2px solid #ccc;
}

.form-sub input:active {
    background: #ccc;
    color: #666;
    border: 2px solid #5F8CB4;
}

.brd-headling {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    margin: 15px 0 15px 0;
    display: block;
}

.news_brd-headling {
    width: 950px;
    margin: 15px 0 15px 0;
    display: block;
    float: left;
}

.form_ul li {
    padding-left: 12px;
    float: left;
    padding-right: 12px;
}

.border_bottom {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

.border_right {
    border-right: 1px solid #EEEEEE;
}


/*图标*/

.dexp-shortcodes-box .box-icon {
    text-align: center;
    -webkit-transform: rotate(0deg) scale(1) skew(0) translate(0);
    -moz-transform: rotate(0deg) scale(1) skew(0) translate(0);
    -o-transform: rotate(0deg) scale(1) skew(0) translate(0);
    -ms-transform: rotate(0deg) scale(1) skew(0) translate(0);
    transform: rotate(0deg) scale(1) skew(0) translate(0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dexp-shortcodes-box.box-background .box-icon {
    background-color: #5F8CB4;
    border: 1px #5F8CB4 solid;
    color: #fff;
}

.dexp-shortcodes-box:not(.box-background) .box-icon {
    color: #5F8CB4;
}

.dexp-shortcodes-box.box-left .box-icon,
.dexp-shortcodes-box.box-right .box-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 21px;
    position: relative;
    overflow: hidden;
}

.dexp-shortcodes-box.box-left .box-icon span,
.dexp-shortcodes-box.box-right .box-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: -49px;
    -webkit-transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
    -ms-transition: top 0.3s linear;
    transition: top 0.3s linear;
}

.dexp-shortcodes-box.box-left.box-none .box-icon,
.dexp-shortcodes-box.box-right.box-none .box-icon {
    font-size: 30px;
}

.dexp-shortcodes-box.box-left.box-none .box-icon span,
.dexp-shortcodes-box.box-right.box-none .box-icon span {
    top: -53px;
}

.dexp-shortcodes-box.box-left h3.box-title,
.dexp-shortcodes-box.box-right h3.box-title {
    font-size: 18px;
    font-weight: 300;
}

.dexp-shortcodes-box.box-left .box-content,
.dexp-shortcodes-box.box-right .box-content {
    font-size: 13px;
}

.dexp-shortcodes-box.box-left:not(.box-none):hover .box-icon span,
.dexp-shortcodes-box.box-right:not(.box-none):hover .box-icon span {
    top: 0px;
}

.dexp-shortcodes-box.box-left.box-background:hover .box-icon,
.dexp-shortcodes-box.box-right.box-background:hover .box-icon {
    background: #FFF;
    color: #5F8CB4;
}

.dexp-shortcodes-box.box-left.box-background:hover .box-icon span,
.dexp-shortcodes-box.box-right.box-background:hover .box-icon span {
    top: 0px;
}

.dexp-shortcodes-box.box-left .box-icon {
    float: left;
}

.dexp-shortcodes-box.box-left .box-title,
.dexp-shortcodes-box.box-left .box-content {
    margin-left: 70px;
}

.dexp-shortcodes-box.box-right .box-icon {
    float: right;
}

.dexp-shortcodes-box.box-right .box-title,
.dexp-shortcodes-box.box-right .box-content {
    margin-right: 70px;
    text-align: right;
}

.dexp-shortcodes-box.box-circle .box-icon {
    border-radius: 50%;
    border: 1px #5F8CB4 solid;
}

.dexp-shortcodes-box.box-square .box-icon {
    border-radius: 5%;
    border: 1px #5F8CB4 solid;
}

.dexp-shortcodes-box.box-center:not(.box-none) .box-icon {
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 101px;
    margin: 0 auto;
}

.dexp-shortcodes-box.box-center:not(.box-none):hover .box-icon {
    background: #5F8CB4;
    color: #fff;
}

.dexp-shortcodes-box.box-center:not(.box-none) h3.box-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.dexp-shortcodes-box.box-center .box-title {
    text-align: center;
    margin: 30px 30px 0;
}

.dexp-shortcodes-box.box-center .box-content {
    text-align: center;
    margin: 10px 30px;
}

.dexp-shortcodes-box.box-center.box-none .box-icon {
    font-size: 95px;
    height: 102px;
}

.dexp-shortcodes-box.box-center.box-none h3.box-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.dexp-shortcodes-box.box-center:hover .box-icon {
    -webkit-transform: rotate(360deg) scale(1.1) skew(0) translate(0);
    -moz-transform: rotate(360deg) scale(1.1) skew(0) translate(0);
    -o-transform: rotate(360deg) scale(1.1) skew(0) translate(0);
    -ms-transform: rotate(360deg) scale(1.1) skew(0) translate(0);
    transform: rotate(360deg) scale(1.1) skew(0) translate(0);
}

.skill-bar .bar-wrap {
    border: 1px solid #ECEEF0;
    border-radius: 300px;
    margin-bottom: 13px;
    padding: 2px;
}

.skill-bar .bar-wrap strong {
    background-color: #232D37;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    font-size: 10px !important;
    line-height: 12px !important;
    padding: 4px 7px !important;
    position: absolute;
    right: 0;
    top: -25px;
}

.skill-bar .bar-wrap strong:after {
    border-color: #232D37 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -4px;
    content: "";
    display: block;
    left: 12px;
    position: absolute;
    width: 0;
}

.skill-bar span.background {
    -webkit-transition: width 1.8s linear;
    -moz-transition: width 1.8s linear;
    -o-transition: width 1.8s linear;
    -ms-transition: width 1.8s linear;
    transition: width 1.8s linear;
    background-color: #5F8CB4 !important;
    border-radius: 300px;
    display: block;
    height: 4px;
    width: 0;
    position: relative;
}


/*新增*/

.box_add {
    color: #2D3237;
    margin-top: 20px;
    margin-bottom: 10px;
}

.box_add_d {
    line-height: 24px;
    color: #666;
}

.add_p {
    padding-bottom: 10px;
}

.box_add_d a {
    color: #666;
}

.con_icon {
    margin-top: 20px;
    padding-left: 12px;
}

.con_icon a {
    display: block;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.con_icon a img {
    width: 100%;
}


/*关于我们*/

.about_con {
    margin-top: 10px;
}


/*轮播*/

.lideBox {
    width: 65%;
    position: relative;
    float: left;
}

.lideBox .bd {
    position: relative;
    max-height: 100%;
    z-index: 0;
}

.lideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.lideBox .bd img {
    width: 100%;
    display: block;
}

.lideBox .prev,
.lideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-color: rgba(157, 164, 182, 0.8);
}

.lideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.lideBox .prev:hover,
.lideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.lideBox .prevStop {
    display: none;
}

.lideBox .nextStop {
    display: none;
}

.about_sec {
    height: 380px;
    overflow: hidden;
}

.about_js {
    width: 35%;
    float: right;
    height: 380px;
    position: relative;
    padding: 20px;
    color: #333;
    font-size: 16px;
    padding-top: 20px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.jt-sjx {
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    background: #fff;
    position: absolute;
    left: -5px;
    top: 50%;
}

.about_js h3 {
    color: #3a3732;
    font-size: 26px;
    height: 100px;
    line-height: 100px;
}

.about_js p {
    line-height: 22px;
    font-size: 16px;
    color: #fff;
}

.about_main {
    margin-top: 0px;
    margin-bottom: 100px;
    color: #666;
}

.about_main p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 25px;
    color: #666;
}

.ej_header {
    background: #fff;
    border-bottom: 1px solid #807f7f;
}

.ej_header .header_top_r>h3 {
    color: #333;
}

.ej_header .nav>li a {
    color: #5088bb;
    font-weight: bold;
    font-size: 18px;
}


/*详情页*/

.datail_main {
    color: #666;
    font-size: 13px;
    clear: both;
}

.datail_main p {
    line-height: 24px;
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}

.datail_main ul {
    margin-left: 15px;
    font-size: 15px;
    color: #666;
}


/*lundong*/

.picFocus {
    margin: 0 auto;
    width: 300px;
    padding: 5px;
}

.picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
}

.picFocus .hd ul {
    margin-right: -5px;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    padding-top: 5px;
    float: left;
    text-align: center;
}

.picFocus .hd ul li img {
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: 5px;
}

.picFocus .hd ul li.on {
    background: url("images/icoUp.gif") no-repeat center 0;
}

.picFocus .hd ul li.on img {
    border-color: #f60;
}

.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .bd img {
    /*width:100%; height:100%;*/
    display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.picFocus .prev,
.picFocus .next {
    position: absolute;
    left: 3%;
    top: 40%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat, rgba(144, 156, 168, 0.7);
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 999;
}

.picFocus .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.picFocus:hover .prev,
.picFocus:hover .next {
    filter: alpha(opacity=100);
    opacity: 1;
}

.picFocus .prevStop {
    display: none;
}

.picFocus .nextStop {
    display: none;
}


/*product*/

.product_list {
    margin: 0 auto;
    width: 100%;
    padding: 5px;
    position: relative;
    zoom: 1;
}

.product_list .hd {
    padding: 5px;
    overflow: hidden;
    text-align: center;
}

.product_list .hd ul {
    text-align: center;
}

.product_list .hd ul li {
    cursor: pointer;
    background: #FFFFFF;
    display: inline-block;
    line-height: 20px;
    overflow: hidden;
    border: 1px solid #F2F4F6;
    border-radius: 3px;
    color: #B9BEC3;
    font-size: 15px;
    font-weight: 500;
    margin: 5px;
    padding: 5px 10px;
    transition: background-color 200ms ease-in-out 0s, color 200ms ease-in-out 0s;
}

.product_list .hd ul li a {
    color: #B9BEC3;
}

.product_list .hd ul li.on {
    background-color: #5F8CB4;
    color: #fff;
}

.product_list .hd ul li.on a {
    background-color: #5F8CB4;
    color: #fff;
}

.product_list .bd li {
    width: 100%;
}

.product_list .bd li:after {
    display: table;
    content: " ";
    clear: both;
}

.product_list .bd li .pro_img {
    width: 49%;
    float: left;
    margin-right: 1%;
    position: relative;
}

.bds {
    position: relative;
}

.bds li {
    text-align: center;
    overflow: hidden;
}

.cover {
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 990;
}

.pro_img:hover .cover {
    display: block;
}

.cover a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -31px;
    display: block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(180deg) scale(1) skew(0) translate(0);
    -moz-transform: rotate(180deg) scale(1) skew(0) translate(0);
    -o-transform: rotate(180deg) scale(1) skew(0) translate(0);
    -ms-transform: rotate(180deg) scale(1) skew(0) translate(0);
    transform: rotate(180deg) scale(1) skew(0) translate(0);
    text-align: center;
}

.pro_img:hover .cover a {
    -webkit-transition: -webkit-transform 0.5s linear;
    -moz-transition: -moz-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product_list .bd li .pro_img .bds li img {
    height: 229px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
}

.pro_img .prev_pro,
.pro_img .next_pro {
    top: 50%;
    left: 10px;
    position: absolute;
    margin-top: -21px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    font-size: 20px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    z-index: 999;
}

.pro_img .prev_pro span,
.pro_img .next_pro span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.pro_img .next_pro {
    left: auto;
    right: 10px;
}

.pro_img:hover .prev_pro,
.pro_img:hover .next_pro {
    filter: alpha(opacity=100);
    opacity: 1;
}

.product_list .bd li .pro_img .title {
    margin-top: -4px;
    padding: 10px;
    text-align: left;
    display: block;
    color: #333;
    position: relative;
    width: 100%;
}

.product_list .bd li .pro_img .title:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #0270b7;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.line1_d {
    text-align: center;
}

.line1 {
    margin-top: 10px;
}

.detail_c {
    margin-bottom: 30px;
    clear: both;
}


/*弹窗*/

.tanchuang {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
}

.tc_in {
    width: 600px;
    height: 376px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -233px;
    padding: 20px;
    padding: 20px;
}

.tc_con img {
    width: 100%;
}

.tc_con {
    width: 90%;
    margin: 40px auto 0;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/xin12.jpg);
    z-index: 9999;
}


/*菜单栏修改和新增子菜单栏*/

.nav>li:hover .warp_ul {
    display: block;
}

.warp_ul {
    position: absolute;
    top: 0px;
    z-index: 99;
    min-width: 250px;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.2);*/
    border-radius: 0 0 3px 3px;
    display: none;
    padding-top: 15px;
    top: 26px;
}

.nav>li .warp_ul>li a {
    color: #2d5271;
    font-size: 12px;
}

.warp_ul li {
    background: #fff;
    border-bottom: 1px solid #EFF4F7;
    position: relative;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    background-color: rgba(218, 218, 218, 0.9);
    border-bottom: 1px solid rgba(218, 218, 218, 0.9);
}

.warp_ul li:hover {
    background: #f5f7f9;
}

.warp_ul li:hover a {
    color: #196da2;
}

.warp_ul li:hover ul.wrap_ul_ul {
    display: block;
}

.wrap_ul_ul {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 3px 3px;
}

.wrap_ul_ul {
    position: absolute;
    top: 0;
    left: 220px;
    z-index: 100;
    display: none;
    /*background: #fff;*/
}

.wrap_ul_ul li a {
    color: #AFB4B9;
    line-height: 30px;
    width: 530px;
    font-size: 10px;
    display: inline-block;
}

.wrap_ul_ul li:hover {
    background: #f5f7f9;
}

.wrap_ul_ul li:hover>a {
    color: #AFB4B9;
    font-size: 11px;
}

.warp_ul_ul li {
    border-bottom: 1px solid #EFF4F7;
    line-height: 35px;
    height: 35px;
}


/*
	.nav>li .warp_ul>li .warp_ul_ul>li a{width:300px; display:block;}
	.nav>li .warp_ul>li .warp_ul_ul:hover a{width:300px; display:block;}
*/

.txtScroll-top {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.sub-menu-html {
    display: none;
}

.contact_ul li.border_bottom {
    padding-bottom: 0px;
    height: 130px;
}


/*f*/

.division {
    clear: both;
    height: 50px;
    width: 100%;
    line-height: 30px;
    margin-top: 10px;
}

.division>span {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #5F8CB4;
    display: block;
    float: left;
    margin-top: 10px;
}

.division>p {
    display: inline-block;
    background: #f1efef;
    color: #5F8CB4;
    font-size: 18px;
    float: left;
    vertical-align: middle;
    margin-left: 10px;
    padding: 0 10px;
    border-radius: 5px;
}

.wleft {
    width: 100%;
    padding: 0;
}

.wleft .bd ul li {
    width: 33.3%;
}

.wleft .prev,
.wleft .next {
    top: 50%;
}

.wleft .next {
    right: 1.5%;
}

.wleft .prev {
    left: 1.5%;
}

.picFocus>.bd ul {
    width: 100%;
}

.picFocus>.bd li {
    width: 100%;
}

.picFocus>.bd li img {
    width: 320px;
    height: 300px;
    max-height: 450px;
}

.detailbanner {
    width: 100%;
}

.det_sec {
    width: 100%;
}

.mt_table table {
    width: 1000px;
    margin: 15px 0;
}

.mt_table h3 {
    background-color: #A1A4AB;
    color: #fff;
    border-radius: 3px;
    line-height: 30px;
    width: 780px;
}

.product_summary {
    font-size: 11px;
    margin: 10px 0px 0px;
}

.product_detail_tl dt {
    /*    background-color: #4983b7;
     line-height: 24px; */
    padding: 2px 5px;
    /* border-radius: 2px; */
    /* margin: 20px 0px 0px; */
    font-size: 11px;
    border-bottom: 1px solid #ccc;
}

.product_detail_tl .current {
    background-color: #4983b7;
}

.product_detail_tl dt a {
    color: #4983b7;
}

.product_detail_tl dt.current a {
    color: #fff;
}

.product_detail_tl li {
    padding: 1px 0px;
    font-size: 11px;
    color: #999;
    border-bottom: 1px solid #f2f2f2;
}

.product_detail_tl a.iexpand {
    color: #4983b7;
    display: block;
    float: right;
    font-size: 18px;
    padding-right: 5px;
}

.tabhover,
.taba {
    display: block;
    float: left;
    border-right: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    padding: 4px 10px;
}

.taba-first {
    border-left: 1px solid #F2F2F2;
}

.tabhover {
    background-color: #2E75B6;
}

.tabhover a {
    color: #fff;
    font-size: 11px;
}

.taba a {
    color: #2E75B6;
    font-size: 11px;
}

.tabcontent {
    clear: both;
    padding-top: 20px;
}

.product_left_block {
    width: 280px;
    margin-right: 0px;
    float: left;
    padding: 5px 0px 40px;
}

.product_right_block {
    width: 900px;
    margin-right: 0px;
    padding: 5px;
    float: right;
}

.product_detail_tl dd {
    margin-left: 15px;
    margin-bottom: 1px solid #f2f2f2;
}

.product_detail_tl dd a {
    color: #999;
    font-size: 11px;
}

.header_top_contact {
    width: 630px;
    margin-top: 20px;
    line-height: 20px;
    float: right;
}

.header_top_contact a,
.header_top_contact span {
    font-size: 11px;
    color: #2E75B6;
}

.header_top_contact h2 {
    float: left;
    font-size: 11px;
    padding-left: 5px;
    margin-right: 5px;
}

.product_detail_tl span {
    color: #2E75B6;
}

.pmd_title {
    clear: both;
    color: #2E75B6;
    font-size: 12px;
    color: #2E75B6;
}

.pmd_title h1 {
    font-size: 20px;
}

.pmd_img {
    float: left;
    width: 320px;
    height: 300px;
}

.pmd_content {
    width: 500px;
    float: right;
    font-size: 11px;
    padding-top: 10px;
}

.pmd_whole_content {
    width: 880px;
    /* float: right; */
    font-size: 11px;
}

.product_summary tr td {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

#article_image_list img {
    height: 55px;
    border: 1px solid #eaeaea;
    margin-right: 5px;
    cursor: pointer;
}

#article_image_list li {
    float: left;
}

.product_main_desc {
    min-height: 352px;
    padding: 3px 15px;
    margin-bottom: 5px;
}

.maintab {
    clear: both;
}

.product_detail_tl {
    border: 1px solid #F2F2F2;
    margin-bottom: 20px;
}

.product_detail_tl li:hover {
    background-color: #2E75B6;
}

.p_tab_t {
    color: #2E75B6;
    font-weight: bold;
}

.tabcontent tr {
    padding: 0px 5px;
}

.tabcontent tr td {
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dashed #f3f3f3;
    font-family: arial;
    word-break: break-all;
}

.tabcontent table {
    width: 1000px;
}

.p_wleft {
    width: 100%;
    padding: 0;
}

.p_wleft .bd ul li {
    width: 15%;
}

.p_wleft .prev,
.p_wleft .next {
    top: 20%;
}

.p_wleft .next {
    right: -5%;
}

.p_wleft .prev {
    left: -5%;
}

.p_wleft .bd {
    padding-top: 13px;
    padding-left: 30px;
}

.news_next_article {
    float: right;
    width: 200px;
    margin: 15px 0 15px 0;
    text-align: right;
}

.main_box .news_box {
    margin: 10px 0 0 30px;
    padding-bottom: 10px;
    width: 790px;
    float: left;
    display: inline;
}

.main_box .news_box ul {
    margin: 0px;
    padding: 0px;
    width: 790px;
    list-style-type: none;
    float: left;
    display: inline;
}

.main_box .news_box li {
    margin: 2px 0 0 0;
    padding: 10px 0;
    width: 790px;
    line-height: 140%;
    border-bottom: #ccc 1px dashed;
    float: left;
    display: inline;
}

.main_box .news_box li h1 {
    margin: 0 0 0 3px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    background: url(../images/tb02.jpg) no-repeat left center;
    float: left;
    display: inline;
}

.main_box .news_box li i {
    margin: 0 3px 0 0;
    width: 80px;
    text-align: right;
    color: #999;
    font-size: 12px;
    font-style: normal;
    float: right;
    display: inline;
}

.main_box .news_box .no_content {
    margin: 0px;
    padding: 120px 0;
    width: 790px;
    text-align: center;
    float: left;
    display: inline;
}

.news_pages {
    display: block;
    clear: both;
    padding: 20px;
    text-align: center;
    padding-left: 380px;
}

.news_pages li {
    float: left;
    list-style: none;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

.pagination ul {
    width: 100%;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    float: left;
    width: auto !important;
}

.pmd_whole_content table tr td {
    text-align: center;
    min-width: 65px;
}

.jd_baner {
    width: 100%;
}

.jd_baner a {
    padding: 0px;
    margin: 0px;
}

.jd_baner ul li {
    float: left;
    margin-left: 50px;
}

.jd_baner ul li a img {
    width: 150px;
}

.goods_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: space-between;
    flex-wrap: wrap;
}

.goods_item {
    width: 30%;
    margin: 25px 17px;
    padding: 20px;
}

.goods_item a img {
    margin-bottom: 20px;
}

.goods_box {
    width: 80%;
    margin: auto;
    padding-top: 30px;
}

.workshop {
    padding: 80px 0;
}

.workshop .col-md-4 {
    margin-top: 30px;
}

.xgcp_text {
    width: 100%;
    padding: 20px 0;
    color: #222;
    text-align: center;
}

.xgcp {
    padding: 80px 0 0 0;
}

.goods_item a {
    overflow: hidden;
    transition: all .3s;
}

.goods_item a:hover img {
    transform: scale(1.1);
    transition: all .3s;
}