#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 60px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}


* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
}


.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.public_pro_table {
    overflow-x: auto;
}









/*
*   公用移动端导航wap head    开始~~~~~~~~~
*/

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 8;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

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


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

.mobile_logo a {
    height: 100%;
    width: 100%;
}

.mobile_logo a .cell {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

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

}

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

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

.mobile_search_icon {
    box-sizing: border-box;
    color: #000;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    margin-right: 80px;
    cursor: pointer;
}

.mobile_lag_box {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #F3F3F3;
}

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



.mobile_menu_box {
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 5;
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
}

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

.mobile_menu_tt {
    font-size: 16px;
    font-family: "MarkPro-Medium";
    margin-bottom: 6px;
}

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

.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 10px;
}

.mobile_menu_down_clm {}


.Category_a {
    float: left;
}

.Threeclassify_box {
    display: none;
    font-size: 13px;
    padding: 10px 20px
}

.Threeclassify_box dl dd a:hover {
    color: #00bd6b;
    padding-left: 10px;
}

.Threeclassify_box dl dd a {
    transition: all 0.4s;
}

.Category_three .Arrow_right {
    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_clm_tt {
    width: calc(100% - 50px);
    display: block;
    color: #333;
    line-height: 36px;
    font-size: 14px;
}

.mobile_menu_down_clm_list {
    padding-left: 15px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #00bd6b;
}


.mobile_search_box {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 52px;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fff;
}

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

.mobile_search_text {
    outline: none;
    width: 78%;
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    border: 0;
}

.mobile_search_btn {
    float: right;
    /* width: 40px;
    height: 40px; */
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    border: none;
    color: #154788;
    background-color: #fff;
    padding-right: 15px;
    cursor: pointer;
}


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

/* 公用手机端头部导航栏结束~~~~~~~~~~~~~~ */
























/* ~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~~~~ */
.public_nav_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 60px;
    width: 100%;
    background: #00a65a;
}

.public_nav_1 {
    display: -ms-flexbox;
    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: 94%;
    height: 100%;
    margin: 0 auto;
}

.public_nav_1 .log_box {
    width: 420px;
}

.public_nav_1 .log_box a {
    display: block;
}

.public_nav_1 .log_box a img {
    max-width: 100%;
}

.public_nav_1 .nav_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    padding-right: 20px;
}

.public_nav_1 .nav_box dd {
    height: 100%;
}

.public_nav_1 .nav_box dd a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 30px;
    height: 100%;
    transition: all 0.4s;
}

.public_nav_1 .nav_box dd a .icon {
    font-size: 23px;
    color: #fff;
}

.public_nav_1 .nav_box dd a .text {
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
    margin-top: 4px;
}

.public_nav_1 .nav_box dd.hover a {
    background: #028046;
}

.placeholder_box {
    height: 60px;
}

.indPageBoxOne {
    position: relative;
    overflow: hidden;
}

.indPageOne1 {
    position: fixed;
    width: 50%;
    background: url("../images/ind_bg.jpg") no-repeat center center / cover;
}

.indPageOne1_1 {
    width: 100%;
}

.indPageOne1_1 a {
    display: block;
}

.indPageOne1_1 a img {
    width: 100%;
}

.indPageOne1_1 .owl-controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.indPageOne1_1 .owl-controls .owl-dots .owl-dot.active span {
    background: #00a65a;
}

.indPageOne1_2 {
    box-sizing: border-box;
    padding-top: 46px;
}

.indPageOne1_2 .tt_1 {
    font-size: 36px;
    color: #fff;
    font-family: Arial;
    font-weight: 700;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 20px;
}

.indPageOne1_2 .tt_2 {
    font-size: 24px;
    color: #fff;
    font-family: Arial;
    box-sizing: border-box;
    padding: 6px 0 15px 40px;
}

.indPageOne1_2 .tt_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 94%;
    margin-left: 16px;
    box-sizing: border-box;
    padding: 12px 26px;
    background: rgba(8, 8, 8, 0.34);
}

.indPageOne1_2 .tt_form input {
    width: 83%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding-left: 20px;
}

.indPageOne1_2 .tt_form ::-webkit-input-placeholder {
    font-family: Arial;
    font-size: 14px;
    color: #999;
}

.indPageOne1_2 .tt_form button {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    border: none;
    width: 17%;
    background: #00a699;
    box-sizing: border-box;
    padding: 8px 0 8px 16px;
}

.indPageOne1_2 .tt_form button span {
    font-size: 24px;
    color: #fff;
}

.indPageOne1_2 .tt_form button div {
    font-size: 16px;
    font-family: Arial;
    color: #fff;
    box-sizing: border-box;
    padding-left: 12px;
    margin-top: 2px;
}

.indPageOne1_2 .tt_3 {
    font-family: Arial;
    font-size: 30px;
    color: #fff;
    box-sizing: border-box;
    padding: 70px 50px 8px 40px;
}

.indPageOne1_2 .tt_4 {
    font-family: Arial;
    font-size: 14px;
    color: #c2c2c2;
    line-height: 25px;
    box-sizing: border-box;
    padding: 0 30px 0 40px;
}

.indPageOne1_2 .tt_4 a {
    font-family: Arial;
    font-size: 14px;
    color: #2fcabe;
    transition: all 0.4s;
}

.indPageOne1_2 .tt_4 a:hover {
    box-sizing: border-box;
    padding-left: 10px;
    text-decoration: underline;
}

.indPageOne2 {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 32px 66px 10px;
}

.indPageOne2 .tt {
    font-family: "OpenSans-Regular";
    font-size: 24px;
    color: #2d2f66;
}

.indPageOne2_1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 26px;
}

.indPageOne2_1>.item:nth-child(3n) {
    margin-right: 0;
}

.indPageOne2_1 .item {
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
    margin-bottom: 35px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.indPageOne2_1 .item .img_a {
    display: block;
    perspective: 900px;
    overflow: hidden;
}

.indPageOne2_1 .item .img_a img {
    width: 100%;
    transition: all 0.4s;
}

.indPageOne2_1 .item .img_a:hover img {
    transform: translateZ(30px);
}

.indPageOne2_1 .item .bottom_box .tt {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #2d2f66;
    box-sizing: border-box;
    padding: 20px 0 16px;
}

.indPageOne2_1 .item .bottom_box {
    box-sizing: border-box;
    padding: 0 14px 12px;
}

.indPageOne2_1 .item .bottom_box .ind_a_list {
    height: 94px;
}

.indPageOne2_1 .item .bottom_box .ind_a_list a {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #00a699;
}

.indPageOne2_1 .item .ind_a_list dd {
    box-sizing: border-box;
    padding-bottom: 4px;
    transition: all 0.5s;
}

.indPageOne2_1 .item .bottom_box .btn {
    width: 44%;
    margin: 0 auto;
}

.indPageOne2_1 .item .bottom_box .btn a {
    font-family: "OpenSans-Semibold";
    display: block;
    width: 100%;
    background: #00a65a;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
    padding: 4px 3px;
    text-align: center;
    border-radius: 12px;
    transition: all 0.3s;
}

.indPageOne2_1 .item .bottom_box .btn:hover a {
    background: rgba(0, 166, 90, 0.7);
}

.indPageOne2_1 .item .bottom_box .ind_a_list dd:hover {
    padding-left: 10px;
}

.indPageBoxTwo {
    background: #00a65a;
}

.indPageTwo1 {
    box-sizing: border-box;
    padding: 70px 4% 75px;
}

.indPageTwo1 .tt a {
    font-family: "OpenSans-Semibold";
    display: block;
    font-size: 36px;
    color: #fff;
    text-align: center;
}

.indPageTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 60px;
}

.indPageTwo2 dd {
    width: calc((100% - 171px) / 4);
    margin-right: 57px;
}

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

.indPageTwo2>dd:hover a .img_box img {
    transform: translateZ(30px);
}

.indPageTwo2>dd:hover a .bottom_box .btn {
    background: rgba(0, 166, 153, 0.7);
}

.indPageTwo2 dd a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 10px 40px;
    background: #fff;
}

.indPageTwo2 dd a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.indPageTwo2 dd .img_box img {
    width: 100%;
    transition: all 0.4s;
}

.indPageTwo2 dd a .bottom_box {
    box-sizing: border-box;
    padding: 16px 6px 0;
}

.indPageTwo2 dd a .bottom_box .time {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #008d4c;
    font-style: italic;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.indPageTwo2 dd a .bottom_box .text {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #444444;
    line-height: 25px;
    height: 76px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indPageTwo2 dd a .bottom_box .btn {
    font-family: "OpenSans-Regular";
    width: 38%;
    font-size: 16px;
    color: #fff;
    background: #00a699;
    text-align: center;
    box-sizing: border-box;
    padding: 4px 0;
    margin: 0 auto;
    border-radius: 16px;
    transition: all 0.4s;
}

.indPageThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 88px 4%;
}

.indPageThree1 .map_box {
    width: 54%;
    height: auto;
}

.indPageThree1 .map_box img {
    float: right;
}

.indPageThree1 .right_box {
    width: 41%;
    box-sizing: border-box;
    border: 6px solid #e2e2e2;
    padding: 20px 35px 35px 40px;
}

.indPageThree1 .right_box .tt_1 a {
    font-family: "OpenSans-Bold";
    font-size: 36px;
    color: #444444;
}

.indPageThree1 .right_box .tt_2 {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #444;
    line-height: 28px;
    box-sizing: border-box;
    padding: 10px 0 30px;
}

.indThree1_form form {
    display: -ms-flexbox;
    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;
}

.indThree1_form .input_item {
    width: 47%;
    margin-bottom: 20px;
}

.indThree1_form .input_item input {
    outline: none;
    border: none;
    width: 100%;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 14px 10px 14px 20px;
}

.indThree1_form form .input_item ::-webkit-input-placeholder {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #666666;
}

.indThree1_form form .input_item:nth-child(3) {
    width: 100%;
    margin-bottom: 30px;
}

.indThree1_form form .input_item textarea {
    width: 100%;
    height: 113px;
    resize: none;
    border: none;
    outline: none;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 12px 18px 0 18px;
}

.indThree1_form form .btn_box {
    width: 36%;
    margin: 0 auto;
}

.indThree1_form form .btn_box button {
    font-family: "OpenSans-Regular";
    border: none;
    outline: none;
    background: #00a699;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 6px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s;
}

.indThree1_form form .btn_box button:hover {
    background: rgba(0, 166, 153, 0.7);
}



/* 页面的底部公用模块 */
.public_foot1 {
    background: #e3e3e3;
}

.public_foot1_1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 72%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 16px 0;
}

.public_foot1_1 .left_box i {
    font-style: normal;
    font-family: "OpenSans-Regular";
    font-size: 24px;
    color: #444444;
}

.public_foot1_1 .left_box span {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding-left: 40px;
}

.public_foot1_1 .right_box {
    width: 16%;
}

.public_foot1_1 .right_box a {
    font-family: "OpenSans-Regular";
    display: block;
    font-size: 16px;
    color: #fff;
    background: #00a65a;
    border-radius: 16px;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0;
    transition: all 0.4s;
}

.public_foot1_1 .right_box a:hover {
    background: rgba(0, 166, 90, 0.7);
}

.public_foot2 {
    background: #f6f6f6;
}

.public_foot2_1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 76%;
    margin-left: 14%;
    box-sizing: border-box;
    padding: 36px 0 30px;

}

.public_foot2_1_1 {
    width: 14%;
}

.public_foot2_1_1 .tt {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #444444;
}

.public_foot2_1_1 .bottom_list {
    box-sizing: border-box;
    padding-top: 16px;
}

.public_foot2_1_1 .bottom_list dd {
    margin-bottom: 12px;
}

.public_foot2_1_1 .bottom_list dd a {
    font-family: "OpenSans-Regular";
    display: block;
    font-size: 14px;
    color: #666666;
    transition: all 0.3s;
}

.public_foot2_1_1 .bottom_list dd a:hover {
    box-sizing: border-box;
    padding-left: 6px;
    color: #00a65a;
}

.public_foot2_1_1 .bottom_list dd a span {
    box-sizing: border-box;
    padding-right: 6px;
}

.public_foot2_1_2 {
    width: 66%;
}

.public_foot2_1_2 .tt {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #444444;
}

.public_foot2_1_2 .bottom_list {
    box-sizing: border-box;
    padding-top: 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

.public_foot2_1_2 .bottom_list dd a {
    font-family: "OpenSans-Regular";
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666666;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.public_foot2_1_2 .bottom_list dd a:hover {
    box-sizing: border-box;
    padding-left: 4px;
    color: #00a65a;
}

.public_foot2_1_2 .bottom_list dd a span {
    box-sizing: border-box;
    padding-right: 6px;
}

.public_foot2_1_2 .bottom_list dd {
    margin-bottom: 12px;
    width: calc(100% / 4);
}

.public_foot2_1_3 {
    width: 20%;
}

.public_foot2_1_3 .tt {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #444444;
}

.public_foot2_1_3 .phone a {
    display: block;
    font-family: "OpenSans-Regular";
    font-size: 24px;
    color: #666666;
    box-sizing: border-box;
    padding: 20px 0 10px;
    transition: all 0.4s;
}

.public_foot2_1_3 .phone a:hover {
    color: #00a699;
}

.public_foot2_1_3 .email a {
    font-family: "OpenSans-Semibold";
    display: block;
    font-size: 14px;
    color: #089d40;
    box-sizing: border-box;
    padding-bottom: 12px;
    transition: all 0.4s;
}

.public_foot2_1_3 .email a:hover {
    color: #00a699;
}

.public_foot2_1_3 .web a {
    display: block;
    font-family: "OpenSans-Semibold";
    font-size: 14px;
    color: #00a65a;
    box-sizing: border-box;
    padding-bottom: 10px;
    transition: all 0.4s;
}

.public_foot2_1_3 .web a:hover {
    color: #00a699;
}

.public_foot2_1_3 .dizhi a {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #444444;
}

.public_foot3 {
    box-sizing: border-box;
    border-top: 1px solid #d5d5d5;
    background: #f6f6f6;
}

.public_foot3_1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 72%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 26px 0 30px;
}

.public_foot3_1 .left_box a {
    font-family: "OpenSans-Regular";
    display: block;
    font-size: 14px;
    color: #666666;
}

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

.public_foot3_1 .right_box a {
    display: block;
    font-size: 22px;
    margin-right: 12px;
    color: #8d8d8d;
    transition: all 0.3s;
}

.public_foot3_1 .right_box a:hover {
    color: #00a65a;
    margin-top: -5px;
}

/* ~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~~结束 */

















/* ~~~~~~~~~~~~~~~~~~company.css~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~company.css~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~company.css~~~~~~~~~~~~~~~~~ */
.comPageBoxOne {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.comPageOne1 {
    width: 60%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 100px 120px 170px 14%;
}

.comPageOne1 .tt_1 {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #666666;
}

.comPageOne1 .tt_2 {
    font-family: "OpenSans-Bold";
    font-size: 60px;
    line-height: 70px;
    color: #444444;
    box-sizing: border-box;
    padding: 10px 0 32px;
}

.comPageOne1 .tt_3 {
    font-family: "OpenSans-Semibold";
    font-size: 18px;
    line-height: 28px;
    color: #444444;
}

.comPageOne1 .tt_4 {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #444444;
    line-height: 28px;
}

.comPageOne1 .tt_5 {
    font-family: "OpenSans-Regular";
    width: 80%;
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding: 26px 0 160px;
}

.comPageOne1 .tt_6 {
    position: relative;
}

.comPageOne1 .tt_6 a {
    font-family: "OpenSans-Bold";
    font-size: 18px;
    color: #00a65a;
    text-decoration: underline;
}

.comPageOne1 .tt_6 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translate(0%, -50%);
    display: block;
    width: 44%;
    height: 1px;
    background: #bebebe;
}

.comPageOne1 .tt_6 .video_box {
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translate(0, -50%);
    width: 68%;
    cursor: pointer;
}

.comPageOne1 .tt_6 .video_box:hover span {
    color: #00a65a;
}

.comPageOne1 .tt_6 .video_box img {
    width: 100%;
}

.comPageOne1 .tt_6 .video_box span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    transition: all 0.4s;
}

.comPageOne2 {
    width: 40%;
    background: #e0e0e0;
}

.comPageOne2 .img_box {
    width: 82%;
    float: right;
}

.comPageOne2 img {
    width: 100%;
}

.comPageOne1 .tt_6 .video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.comPageOne1 .tt_6 .video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.comPageOne1 .tt_6 .video_maskBox .video_Box_1 .videoIframe {
    width: 100%;
    height: 100%;
}

.comPageOne1 .tt_6 .video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.comPageBoxTwo {
    background: #f6f6f6;
}

.comPageTwo1 {
    width: 60%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 0 100px;
}

.comPageTwo1 .tt_box {
    text-align: center;
}

.comPageTwo1 .tt_box .tt_1 {
    font-family: "OpenSans-Bold";
    font-size: 30px;
    color: #444444;
}

.comPageTwo1 .tt_box .tt_2 {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 36px;
}

.comPageTwo2 {
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 5px solid #c9c9c9;
    padding: 28px 30px;
}

.comPageTwo2 .owl-controls {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
}

.comPageTwo2 .owl-controls .owl-dots .owl-dot span {
    background: #b4b4b4;
}

.comPageTwo2 .owl-controls .owl-dots .owl-dot.active span {
    background: #00a65a;
}

.comPageBoxThree {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.comPageBoxThree .left_box {
    width: 49%;
}

.comPageBoxThree .left_box a {
    display: block;
}

.comPageBoxThree .left_box a img {
    float: right;
}

.comPageBoxThree .right_box {
    width: 51%;
    box-sizing: border-box;
    padding: 130px 10% 0 6%;
}

.comPageBoxThree .right_box .tt_box .tt_1 {
    font-family: "OpenSans-Bold";
    font-size: 30px;
    color: #444444;
}

.comPageBoxThree .right_box .tt_box .tt_2 {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    box-sizing: border-box;
    padding-top: 20px;
    margin-bottom: 56px;
}

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

.comPageThree1>a {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: calc((100% - 140px) / 3);
    margin-right: 70px;
    margin-bottom: 30px;
}

.comPageThree1>a:hover .icon {
    border: 1px solid #00a65a;
}

.comPageThree1>a:hover .text {
    color: #00a65a;
}

.comPageThree1>a:nth-child(3n) {
    margin-right: 0px;
}

.comPageThree1 a .icon {
    width: 94px;
    height: 94px;
    line-height: 94px;
    font-size: 34px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    text-align: center;
    color: #00a65a;
    transition: all 0.4s;
}

.comPageThree1 a .text {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding-top: 12px;
    width: 100%;
    text-align: center;
    word-break: break-all;
    transition: all 0.4s;
}

.comPageThree1>a.line::before {
    content: "";
    position: absolute;
    right: 101%;
    top: 36%;
    width: 50%;
    height: 1px;
    background: #00a65a;
}

/* ~~~~~~~~~~~~~~~~~~company.css~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~~company.css~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~~company.css~~~~~~~~~~~~~结束 */


















/* ~~~~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~~~~~~ */
.conPageOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conPageOne1 .left_box {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.conPageOne1 .left_box img {
    width: auto;
    float: right;
}

.conPageOne1 .left_box .text_box {
    position: absolute;
    right: 0;
    bottom: 150px;
    width: 370px;
    background: rgba(0, 166, 90, 0.9);
    box-sizing: border-box;
    padding: 50px 50px 60px 30px;
}

.conPageOne1 .left_box .text_box .text_one {
    font-family: "OpenSans-Regular";
    font-size: 24px;
    color: #fff;
    line-height: 28px;
}

.conPageOne1 .left_box .text_box .text_two {
    font-family: "OpenSans-Bold";
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    box-sizing: border-box;
    padding-top: 22px;
}

.conPageOne1 .right_box {
    width: 50%;
    display: -ms-flexbox;
    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;
}

.conPageOne2 {
    width: 100%;
}

.conPageOne2 .tt_box .tt_1 {
    font-family: "OpenSans-Bold";
    font-size: 36px;
    color: #444444;
    text-align: center;
}

.conPageOne2 .tt_box .tt_2 {
    font-family: "OpenSans-Regular";
    font-size: 30px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding: 26px 0 30px;
}

.conPageOne2 .contact_box .contact_1 a {
    display: block;
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #888888;
    text-align: center;
}

.conPageOne2 .contact_box .contact_2 a {
    display: block;
    font-family: "OpenSans-Regular";
    font-size: 24px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
}

.conPageOne2 .contact_box .contact_2 a span {
    color: #00a65a;
}

.conPageOne2 .contact_box .contact_3 a {
    display: block;
    font-size: 18px;
    color: #444444;
    font-family: "OpenSans-Regular";
    text-align: center;
}

.conPageOne2 .contact_box .contact_4 a {
    font-family: "OpenSans-Regular";
    display: block;
    font-size: 18px;
    color: #444444;
    text-decoration: underline;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 60px;
}

.conPageOne2 .contact_box a {
    transition: all 0.4s;
}

.conPageOne2 .contact_box a:hover {
    color: #089d40;
}

.conPageOne3 {
    width: 62%;
    margin: 0 auto;
}

.conPageOne3 .tt {
    font-family: "OpenSans-Regular";
    font-size: 30px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 24px;
}

.conPageOne3 form .item {
    width: 49%;
    margin-bottom: 12px;
}

.conPageOne3 form .item input {
    width: 100%;
    outline: none;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    padding: 10px 10px 10px 20px;
}

.conPageOne3 form .item ::-webkit-input-placeholder {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #888888;
}

.conPageOne3 form {
    display: -ms-flexbox;
    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;
}

.conPageOne3 form>div:nth-child(3) {
    width: 100%;
}

.conPageOne3 form>div:nth-child(4) {
    width: 100%;
}

.conPageOne3 form .item textarea {
    resize: none;
    outline: none;
    border: 1px solid #bfbfbf;
    width: 100%;
    height: 108px;
    box-sizing: border-box;
    padding: 10px 10px 10px 20px;
}

.conPageOne3 form .btn_box {
    width: 38%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 20px;
}

.conPageOne3 form .btn_box button {
    font-family: "OpenSans-Bold";
    outline: none;
    box-sizing: border-box;
    padding: 10px 0;
    border: 3px solid #00a65a;
    width: 100%;
    color: #00a65a;
    font-size: 18px;
    background: none;
    cursor: pointer;
}

/* ~~~~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~~~~结束 */



















/* ~~~~~~~~~~~~~~~~~~~news.css~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~news.css~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~news.css~~~~~~~~~~~~~~~~~~~ */
.newPageBoxOne {
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
}

.newPageOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 18px 0;
}

.newPageOne2 .icon {
    font-size: 20px;
    color: #00a65a;
}

.newPageOne2 .Crumbs {
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    color: #666666;
}

.newPageOne2 .Crumbs a {
    font-family: Arial;
    font-size: 14px;
    color: #666666;
}

.newPageTwo1 .tt a {
    font-family: "OpenSans-Regular";
    display: block;
    font-size: 30px;
    color: #444444;
    box-sizing: border-box;
    padding: 26px 0;
}

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

.newPageTwo2 .left_box {
    width: 74%;
    height: 500px;
}

.newPageTwo2 .left_box a {
    display: block;
    height: 100%;
}

.newPageTwo2 .left_box a img {
    width: 100%;
    height: 100%;
}

.newPageTwo2 .right_box {
    width: 25%;
}

.newPageTwo2 .right_box dd {
    box-sizing: border-box;
    width: 100%;
    border-left: 6px solid #e4e4e4;
    border-right: 6px solid #e4e4e4;
    cursor: pointer;
}

.newPageTwo2 .right_box dd a {
    display: block;
}
.newPageTwo2 .right_box dd .item_div {
    box-sizing: border-box;
    padding: 18px 10px 20px 30px;
    background: #e4e4e4;
    border-bottom: 1px solid #ffffff;
    height: 125px;
}

.newPageTwo2 .right_box dd .item_div .time {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #444444;
}

.newPageTwo2 .right_box dd .item_div .text {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    box-sizing: border-box;
    padding-top: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newPageTwo2 .right_box>dd:last-child .item_div {
    border-bottom: none;
}

.newPageTwo2 .right_box dd.hover {
    border-left: 6px solid #028046;
    border-right: 6px solid #00a55a;
}

.newPageTwo2 .right_box dd.hover .item_div {
    background: #00a55a;
    border-bottom: none;
}

.newPageTwo2 .right_box dd.hover .item_div .time {
    color: #fff;
}

.newPageTwo2 .right_box dd.hover .item_div .text {
    color: #fff;
}

.newPageThree1 {
    box-sizing: border-box;
    padding: 65px 0 35px;
}

.newPageThree2 dd a {
    display: -ms-flexbox;
    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;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.newPageThree2 dd a:hover .newPageThree2_l .tt {
    color: #00a65a;
}

.newPageThree2 dd a:hover .newPageThree2_r img {
    transform: translateZ(30px);
}

.newPageThree2_l {
    width: 60%;
}

.newPageThree2_l .time {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #00a65a;
}

.newPageThree2_l .tt {
    font-family: "OpenSans-Semibold";
    font-size: 24px;
    color: #444444;
    box-sizing: border-box;
    padding: 10px 0 20px;
    transition: all 0.4s;
}

.newPageThree2_l .text {
    font-size: 18px;
    color: #666666;
    font-family: "OpenSans-Regular";
    line-height: 28px;
}

.newPageThree2_r {
    width: 25%;
    perspective: 900px;
    overflow: hidden;
}

.newPageThree2_r img {
    width: 100%;
    transition: all 0.4s;
}

/* 分页css */
.newPageThree1 .news_paging {
    box-sizing: border-box;
    padding-top: 75px;
}

.news_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.news_paging a {
    font-family: "OpenSans-Regular";
    display: block;
    /* width: 27px; */
    height: 27px;
    line-height: 27px;
    text-align: center;
    padding: 0 9px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    margin: 0 2px;
    font-size: 14px;
    color: #444444;
    transition: all 0.3s;
}

.news_paging a.more {
    border: 1px solid #fff;
}

.news_paging a.hover {
    border: 1px solid #fff;
    color: #08c06b;
}

.news_paging a:hover {
    border: 1px solid #fff;
    color: #08c06b;
}

/* 分页结束 */

/* 右侧的返回顶部css */
.right_menu_box {
    position: fixed;
    bottom: 200px;
    right: 10px;
    z-index: 10;
    width: 82px;
}

.right_menu_box .item_one {
    margin-top: 1px;
}

.right_menu_box .item_one a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 76px;
    background: #119824;
}

.right_menu_box .item_one a .icon {
    font-size: 30px;
    color: #fff;
}

.right_menu_box .item_one a .text {
    font-family: "OpenSans-Regular";
    font-size: 12px;
    color: #fff;
}

.right_menu_box .back_top {
    display: none;
    margin-top: 6px;
    background: #119824;
    text-align: center;
    box-sizing: border-box;
    padding: 4px 0;
    cursor: pointer;
}

.right_menu_box .back_top .icon {
    color: #fff;
    font-size: 26px;
}

/* ~~~~~~~~~~~~~~~~~~~news.css~~~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~~~news.css~~~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~~~news.css~~~~~~~~~~~~~~~~~~~结束 */






/* ~~~~~~~~~~~~~~~news_detail.css~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~news_detail.css~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~news_detail.css~~~~~~~~~~~ */
.new_detOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 70px 0 50px;
}

.new_detOne1_l {
    width: 72%;
}

.new_detOne1_l .tt_box {
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
}

.new_detOne1_l .tt_box .tt {
    font-family: "OpenSans-Bold";
    font-size: 36px;
    color: #444444;
    line-height: 43px;
}

.new_detOne1_l .tt_box .text_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 20px 0 30px;
}

.new_detOne1_l .tt_box .text_box .text_box_1 {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #444444;

}

.new_detOne1_l .tt_box .text_box .text_box_2 {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding: 0 40px 0 30px;
}

.new_detOne1_l .tt_box .text_box .text_box_3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_detOne1_l .tt_box .text_box .text_box_3 span {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding-right: 10px;
}

.new_detOne1_l .tt_box .text_box .text_box_3 div {
    margin-top: -3px;
}

.new_detOne1_l .content_box {
    font-family: "OpenSans-Regular";
    box-sizing: border-box;
    padding: 60px 0 50px;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    border-bottom: 1px solid #d8d8d8;
}
.new_detOne1_l .content_box img {
    max-width: 100%;
}

.new_detOne1_l .bottom_box {
    box-sizing: border-box;
    padding: 30px 0 0px;
}

.new_detOne1_l .bottom_box .bottom_one {
    box-sizing: border-box;
    padding-bottom: 10px;
}

.new_detOne1_l .bottom_box .bottom_one span {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding-right: 18px;
}

.new_detOne1_l .bottom_box .bottom_one a {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #444444;
}

.new_detOne1_l .bottom_box .bottom_one a:hover {
    text-decoration: underline;
}

.new_detOne1_l .bottom_box .bottom_two span {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding-right: 40px;
}

.new_detOne1_l .bottom_box .bottom_two a {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #00a65a;
}

.new_detOne1_l .bottom_box .bottom_two a:hover {
    text-decoration: underline;
}

.new_detOne1_r {
    width: 25%;
}

.new_detOne1_r.newPageTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.new_detOne1_r.newPageTwo2 .new_detOne1_r_1 .right_box {
    width: 100%;
}

.new_detOne1_r_1 .tt {
    font-family: "OpenSans-Regular";
    font-size: 30px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.new_detOne1_r_2 .tt {
    font-family: "OpenSans-Regular";
    font-size: 30px;
    color: #444444;
    box-sizing: border-box;
    padding: 20px 0;
}

.new_detOne1_r_2 .right_list>dd {
    margin-bottom: 14px;
}

.new_detOne1_r_2 .right_list>dd:hover a .img_box img {
    transform: translateZ(30px);
}

.new_detOne1_r_2 .right_list dd .img_box {
    perspective: 900px;
    overflow: hidden;
}

.new_detOne1_r_2 .right_list dd .img_box img {
    width: 100%;
    transition: all 0.4s;
}

.new_detOne1_r_2 .right_list dd .bottom_box {
    box-sizing: border-box;
    padding: 20px 10px 30px 20px;
    border: 1px solid #e3e3e3;
}

.new_detOne1_r_2 .right_list dd .bottom_box .time {
    font-family: "OpenSans-Regular";
    font-style: italic;
    font-size: 14px;
    color: #008d4c;
}

.new_detOne1_r_2 .right_list dd .bottom_box .text {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #444444;
    line-height: 25px;
    box-sizing: border-box;
    padding-top: 10px;
}

/* ~~~~~~~~~~~~~~~news_detail.css~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~news_detail.css~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~news_detail.css~~~~~~~~~~~结束 */


















/* ~~~~~~~~~~~~~~~~~~~~products.css~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~products.css~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~products.css~~~~~~~~~~~~ */
/* .proPageBoxOne {
    background: url("../images/pro_bg_02.jpg") center center;
    margin-top: 14px;
} */
.bg_left_fixed {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
    width: 1000%;
    height: 100%;
    background: #ffffff;
}

.bg_right_fixed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    width: 1000%;
    height: 101%;
    background: #f6f6f6;
}

.proPageOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 0px 0 40px;
}

.proPageOne1_L {
    position: relative;
    z-index: 1;
    width: 20%;
    box-sizing: border-box;
    padding-top: 36px;
}

.proPageOne1_L .tt_box {
    box-sizing: border-box;
    padding: 18px 0 20px;
}

.proPageOne1_L .tt_box .tt {
    font-family: "OpenSans-Semibold";
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    color: #444444;
}

.proPageOne1_L .tt_box .tt::before {
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    background: #1ca82f;
    margin-right: 10px;
}

.proPageOne1_L_list .one_list_dd {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-right: 50px;
}

.proPageOne1_L_list .one_list_dd .one_list_dd_a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 0 14px;
    border-bottom: 1px solid #e3e3e3;
    transition: all 0.4s;
}

.proPageOne1_L_list .one_list_dd .one_list_dd_a span {
    font-family: "OpenSans-Semibold";
    font-size: 14px;
    color: #444444;
    transition: all 0.4s;
}

.proPageOne1_L_list .one_list_dd .one_list_dd_a div {
    font-family: "OpenSans-Semibold";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding-left: 10px;
    word-break: break-all;
    transition: all 0.4s;
}

/* 二级菜单 */
.proPageOne1_L_list_2 {
    display: none;
    position: absolute;
    left: 100%;
    top: -90px;
    width: 302px;
    background: #e5e5e5;
    box-sizing: border-box;
    padding: 90px 10px 110px 46px;
}

.proPageOne1_L_list_2 .Two_list_dd .two_list_dd_a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 0 14px;
    transition: all 0.4s;
}

.proPageOne1_L_list_2 .Two_list_dd .two_list_dd_a span {
    font-family: "OpenSans-Semibold";
    font-size: 14px;
    color: #444444;
    transition: all 0.4s;
}

.proPageOne1_L_list_2 .Two_list_dd .two_list_dd_a div {
    font-family: "OpenSans-Semibold";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding-left: 10px;
    transition: all 0.4s;
}

.proPageOne1_L_list>dd.hover .one_list_dd_a {
    padding-left: 4px;
}

.proPageOne1_L_list>dd.hover .one_list_dd_a span,
.proPageOne1_L_list>dd.hover .one_list_dd_a div {
    color: #00a65a;
}

.proPageOne1_L_list_2 .Two_list_dd .two_list_dd_a:hover {
    padding-left: 4px;
}

.proPageOne1_L_list_2 .Two_list_dd .two_list_dd_a:hover span,
.proPageOne1_L_list_2 .Two_list_dd .two_list_dd_a:hover div {
    color: #00a65a;
}

.proPageOne1_R {
    position: relative;
    width: 80%;
    /* background: #f6f6f6; */
    box-sizing: border-box;
    padding-left: 60px;
    padding-top: 36px;
}

.proPageOne1_R_1 {
    box-sizing: border-box;
    border-bottom: 1px solid #d4d4d4;
}

.proPageOne1_R_1 .tt {
    font-size: 36px;
    color: #444444;
    font-family: Arial;
    font-weight: 700;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.proPageOne1_R_1 .tt_02_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 34px 12px 22px;
    background: rgba(8, 8, 8, 0.34);
}

.proPageOne1_R_1 .tt_02_form input {
    width: 84%;
    outline: none;
    border: none;
    background: #fff;
    box-sizing: border-box;
    padding-left: 20px;
}

.proPageOne1_R_1 .tt_02_form button {
    outline: none;
    border: none;
    width: 15%;
    background: #00a699;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 0 8px 2%;
    cursor: pointer;
}

.proPageOne1_R_1 .tt_02_form button span {
    font-size: 24px;
    color: #fff;
}

.proPageOne1_R_1 .tt_02_form button div {
    font-size: 16px;
    color: #fff;
    font-family: Arial;
    box-sizing: border-box;
    padding-left: 8%;
}

.proPageOne1_R_1 .tt_03 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 40px 0 12px;
}

.proPageOne1_R_1 .tt_03>div:nth-child(1) {
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    box-sizing: border-box;
    padding-right: 22px;
}

.proPageOne1_R_1 .tt_03>div:nth-child(2) {
    font-family: Arial;
    font-size: 16px;
    color: #444444;
}

.proPageOne1_R_1 .tt_03>div:nth-child(2) span {
    font-family: Arial;
    font-size: 16px;
    color: #00a65a;
}

.proPageOne1_R_2 {
    box-sizing: border-box;
    padding: 45px 0 12px;
}

.proPageOne1_R_2>dd {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition: all 0.4s;
    margin-bottom: 20px;
}

.proPageOne1_R_2>dd:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.proPageOne1_R_2>dd:hover .proPageOne1_R_2_L .img_box {
    border: 1px solid #e3e3e3;
}

.proPageOne1_R_2_L {
    width: 76%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.proPageOne1_R_2_L a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.proPageOne1_R_2_L .img_box {
    width: 33%;
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: all 0.4s;
}

.proPageOne1_R_2_L .img_box img {
    width: 100%;
}

.proPageOne1_R_2_L .content_box {
    width: 67%;
    box-sizing: border-box;
    padding-left: 34px;
}

.proPageOne1_R_2_L .content_box .tt {
    font-family: "OpenSans-Semibold";
    font-size: 18px;
    color: #019b54;
    line-height: 28px;
    box-sizing: border-box;
    padding-bottom: 20px;
}


.proPageOne1_R_2_L .content_box .text1 {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
    overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}

.proPageOne1_R_2_r {
    width: 24%;
    background: #e3e3e3;
    box-sizing: border-box;
    padding: 20px 30px 20px 30px;
}

.proPageOne1_R_2_r .tt {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 23px;
    box-sizing: border-box;
    padding-bottom: 4px;
}

.proPageOne1_R_2_r .email a {
    font-family: "OpenSans-Semibold";
    display: block;
    font-size: 14px;
    color: #444444;
    text-decoration: underline;
    word-break: break-all;
}

.proPageOne1_R_2_r .contact_1 {
    box-sizing: border-box;
    padding: 22px 0 14px;
}

.proPageOne1_R_2_r .contact_1 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #1ca82f;
    border-radius: 5px;
    padding: 4px 0;
}

.proPageOne1_R_2_r .contact_1 a:hover span {
    transform: translate(4px);
}

.proPageOne1_R_2_r .contact_1 a span {
    font-size: 24px;
    color: #008749;
    transition: all 0.4s;
}

.proPageOne1_R_2_r .contact_1 a div {
    font-family: "OpenSans-Bold";
    font-size: 14px;
    color: #008749;
    box-sizing: border-box;
    padding-left: 10px;
}

.proPageOne1_R_2_r .contact_2 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #009e56;
    border-radius: 5px;
    padding: 5px 0;
}

.proPageOne1_R_2_r .contact_2 a:hover span {
    transform: translate(4px);
}

.proPageOne1_R_2_r .contact_2 a span {
    font-size: 24px;
    color: #fff;
    transition: all 0.4s;
}

.proPageOne1_R_2_r .contact_2 a div {
    font-family: "OpenSans-Bold";
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}

.proPageOne1_R .news_paging a {
    background: #fff;
}

.proPageOne1_R .news_paging a.hover {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0);
}

.proPageOne1_R .news_paging a:hover {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0);
}

.proPageOne1_R .news_paging a.more {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0);
}

.proPageBoxTwo {
    background: #fff;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
}

.proPageTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 40px 0;
}

.proPageTwo2 {
    width: 20%;
}

.proPageTwo2 img {
    width: 100%;
}

.proPageTwo3 {
    width: 80%;
    box-sizing: border-box;
    border: 6px solid #e2e2e2;
    padding: 32px 50px 32px 50px;
}

.proPageTwo3 .tt {
    font-family: "OpenSans-Bold";
    font-size: 36px;
    color: #444444;
}

.proPageTwo3 .tt_2 {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding: 6px 0 24px;
}

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

.proPageTwo4 .form_left {
    width: 48%;
}

.proPageTwo4 .form_left input {
    width: 100%;
    border: none;
    background: #f6f6f6;
    outline: none;
    box-sizing: border-box;
    padding: 12px 10px 12px 18px;
    margin-bottom: 15px;
}

.proPageTwo4 .form_left ::-webkit-input-placeholder,
.proPageTwo4 .form_right ::-webkit-input-placeholder {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #666666;
}

.proPageTwo4 .form_left select {
    font-family: "OpenSans-Regular";
    width: 100%;
    background: #f6f6f6;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 12px 10px 12px 18px;
    font-size: 16px;
    color: #666666;
}

.proPageTwo4 .form_right {
    width: 48%;
}

.proPageTwo4 .form_right textarea {
    outline: none;
    resize: none;
    width: 100%;
    height: 100%;
    border: none;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 12px 10px 12px 18px;
}

.proPageTwo4 .btn_box {
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 25px;
    width: 22%;
}

.proPageTwo4 .btn_box button {
    font-family: "OpenSans-Regular";
    outline: none;
    border: none;
    background: #00a699;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.4s;
}

.proPageTwo4 .btn_box button:hover {
    background: rgba(0, 166, 153, 0.7);
}

/* ~~~~~~~~~~~~~~~~~~~~products.css~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~~~~products.css~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~~~~products.css~~~~~~~~~~结束 */


















/* ~~~~~~~~~~~~~~~products_detail.css~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~products_detail.css~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~products_detail.css~~~~~~~~~~~~~ */
.pro_detOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_detOne2_r {
    position: relative;
    width: 80%;
    box-sizing: border-box;
    padding: 50px 0 50px 60px;
}

.pro_detOne3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.pro_detOne3 .img_box {
    width: 47%;
}

.pro_detOne3 .img_box div {
    width: 100%;
    height: 100%;
}

.pro_detOne3 .img_box img {
    width: 100%;
}

.pro_detOne3_r {
    width: 53%;
    box-sizing: border-box;
    padding: 0 10px 0 30px;
}

.pro_detOne3_r .tt_1 {
    font-family: "OpenSans-Semibold";
    font-size: 24px;
    color: #444444;
    line-height: 30px;

}

.pro_detOne3_r .tt_2 {
    font-family: "OpenSans-Regular";
    box-sizing: border-box;
    padding: 40px 0 46px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

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

.pro_detOne3_r .tt_3 span {
    font-size: 30px;
    color: #00a359;
}

.pro_detOne3_r .tt_3 div {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #666666;
    margin-top: -2px;
    box-sizing: border-box;
    padding-left: 8px;
}

.pro_detOne3_r .tt_3 div a {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #00a358;
    text-decoration: underline;
}

.pro_detOne3_r .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 18px 0;
}

.pro_detOne3_r .btn_box .btn_one {
    width: 46%;
}

.pro_detOne3_r .btn_box .btn_one a {
    display: -ms-flexbox;
    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;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #008749;
    border-radius: 5px;
    padding: 6px 4px;
}

.pro_detOne3_r .btn_box .btn_one a:hover span {
    transform: rotate(20deg);
}

.pro_detOne3_r .btn_box .btn_one a span {
    color: #008749;
    font-size: 26px;
    transition: all 0.4s;
}

.pro_detOne3_r .btn_box .btn_one a div {
    font-family: "OpenSans-Bold";
    color: #008749;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 10px;
}

.pro_detOne3_r .btn_box .btn_two {
    width: 46%;
}

.pro_detOne3_r .btn_box .btn_two a {
    display: -ms-flexbox;
    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;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #00a358;
    padding: 6px 4px;
    border-radius: 5px;
}

.pro_detOne3_r .btn_box .btn_two a:hover span {
    transform: rotate(20deg);
}

.pro_detOne3_r .btn_box .btn_two a span {
    font-size: 26px;
    color: #fff;
    transition: all 0.4s;
}

.pro_detOne3_r .btn_box .btn_two a div {
    font-family: "OpenSans-Bold";
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 10px;
}

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

.pro_detOne3_r .share_box span {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-right: 10px;
}

.pro_detOne3_r .share_box div {
    margin-top: -2px;
}

.pro_detOne4 {
    background: #fff;
}

.pro_detOne4 .tt {
    font-family: "OpenSans-Bold";
    font-size: 24px;
    color: #00a65a;
    box-sizing: border-box;
    padding: 12px 0 12px 22px;
    border-bottom: 1px solid #d6d6d6;
}

.pro_detOne5 {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    line-height: 28px;
    color: #444;
    background: #fff;
    box-sizing: border-box;
    padding: 38px 22px 60px;
}
.pro_detOne5 img {
    max-width: 100%;
}

.pro_detOne5_1 .tt {
    font-family: "OpenSans-Bold";
    font-size: 18px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 18px;
}

.pro_detOne5 table {
    width: 100%;
    border-collapse: collapse;
}

.pro_detOne5 table tr {
    border-bottom: 1px solid #d3dcd5;
}

.pro_detOne5 table tr td {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding: 10px 4px;
}

.pro_detOne5_1 {
    box-sizing: border-box;
    padding-bottom: 40px;
}

.pro_detOne5_2 .tt {
    font-family: "OpenSans-Bold";
    font-size: 16px;
    color: #444444;
    line-height: 28px;
}

.pro_detOne5_2 .text {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    box-sizing: border-box;
    padding: 14px 0 50px;
}

.pro_detOne5_2 .img_box img {
    max-width: 100%;
}

.pro_detThree1 {
    box-sizing: border-box;
    padding: 0px 0 60px;
}

.pro_detThree1 .tt {
    font-family: "OpenSans-Bold";
    font-size: 24px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 26px;
}

.pro_detThree2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_detThree2 > dd {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    width: calc((100% - 148px) / 5);
    margin-right: 37px;
}

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

.pro_detThree2 dd a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.pro_detThree2 dd:hover a .img_box img {
    transform: translateZ(30px);
}

.pro_detThree2 dd a {
    display: block;
}

.pro_detThree2 dd a .img_box img {
    width: 100%;
    transition: all 0.4s;
}

.pro_detThree2 dd a .bottom_box {
    box-sizing: border-box;
    padding: 20px 14px 23px 14px;
}

.pro_detThree2 dd a .bottom_box .tt_1 {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #2d2f66;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.pro_detThree2 dd a .bottom_box .tt_2 {
    font-family: "OpenSans-Regular";
    height: 108px;
    font-size: 14px;
    color: #888888;
    line-height: 21px;
/*     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; */
    box-sizing: border-box;
    /* margin-bottom: 24px; */
}

.pro_detThree2 dd a .bottom_box .btn_box {
    font-family: "OpenSans-Semibold";
    width: 44%;
    color: #fff;
    background: #00a65a;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 4px 0;
    border-radius: 12px;
}
.fangdajing_lunbo {
    display: none!important;
    width: 80%;
    margin: 0 auto;
}

/* ~~~~~~~~~~~~~~~products_detail.css~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~products_detail.css~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~products_detail.css~~~~~~~~~~~结束 */