@charset "utf-8";
.indexbanner_container {
    width: 100%;
}

.indexbanner_slide_item {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.indexbanner_slide_item img {
    width: 100%;
}

.indexbanner_itemmb {
    display: none;
}

.indexbanner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0b8fdc;
}

.indexbanner_pagination .swiper-pagination-bullet {
    background-color: #222;
    opacity: 1;
}

.indexbanner_pagination {
    display: none;
}

@media screen and (min-width: 1300px) {
    .indexbanner_slide_item {
        height: 480px;
        background-size: inherit;
    }
    .indexbanner_slide_item img{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .indexbanner_itemmb {
        display: block;
    }
    .indexbanner_itempc {
        display: none;
    }
    .indexbanner_pagination {
        display: block;
    }
}

.inquire {
    border-bottom: 1px solid #e1e1e1;
}

.inquirebox {
    padding: 16px 0;
}

.control_btn i {
    font-size: 24px;
}

.control_btn .control_btn_per,
.control_btn .control_btn_next {
    width: 40px;
    cursor: pointer;
    vertical-align: middle;
}

.control_btn .control_btn_per {
    text-align: left;
}

.control_btn .control_btn_next {
    text-align: right;
}

.control_btn_y {
    margin-top: 3px;
}

.control_btn_y span {
    margin: 0 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #222;
    vertical-align: middle;
}

.control_btn_y span.on {
    background-color: #ff7800;
}

.inquiregj {
    margin-left: 35px;
    margin-top: 5px;
    border-left: 1px solid #f0e8e3;
}

.inquiregj span {
    font-size: 14px;
    color: #222;
    padding: 0 25px 0 35px;
}

.inquiregj a {
    font-size: 14px;
    color: #777;
    padding: 0 20px;
}

.inquiregj a:hover {
    color: #ff7800;
}

.inquiress form {
    position: relative;
}

.inquiress input {
    height: 38px;
    border: 0;
    float: left;
    color: #222;
}

.inquiress_tj {
    width: 38px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #087c3b;
    background-repeat: no-repeat;
    background-position: center;
}

.inquiress_tj:hover{
    background-color: #ff7901;
}

.inquiress_ct::placeholder {
    font-size: 14px;
    color: #a9a9a9;
}


/* 优势 */

.advantage {
    background-color: #f3f3f3;
    padding: 80px 0 80px;
}

.advantage_title h3 {
    text-align: center;
}

.advantage_title span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
    background-color: #ff7800;
    margin: 0 15px;
}

.advantage_titlez {
    margin-top: 8px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.advantage_titlep {
    margin-top: 20px;
}

.advantage_titlep P {
    width: 50%;
    text-align: center;
    line-height: 28px;
    margin: auto;
}

.advantagebox {
    margin-top: 70px;
}

.advantagebox_item {
    padding: 40px 0;
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.advantagebox_itembox {
    position: relative;
}

.advantagebox .advantagebox_item:last-child {
    border-right: 0;
}

.advantagebox_item_img {
    height: 55px;
}

.advantagebox_item_img img {
    height: 100%;
    margin: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.advantagebox_item_h {
    margin-top: 30px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.advantagebox_item_p {
    margin: auto;
    margin-top: 20px;
    text-align: center;
    color: #777;
    line-height: 28px;
    width: 80%;
}

.advantagebox_itemboxdw {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 180px;
    background-color: rgba(0, 0, 0, .1);
}

.advantagebox_itembox:last-child .advantagebox_itemboxdw {
    display: none;
}

.advantagebox .advantagebox_item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.advantagebox .advantagebox_item:hover .advantagebox_item_h {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
}

@media screen and (max-width: 1400px) {
    .advantage_titlep P {
        width: 60%;
    }
}

@media screen and (max-width: 1200px) {
    .inquiregj {
        display: none;
    }
    .advantage_titlep P {
        width: 80%;
    }
}

@media screen and (max-width: 992px) {
    .inquirebox {
        padding: 10px 0;
    }
    .advantage {
        padding: 70px 0;
    }
    .advantage_titlep {
        /* margin-top: 10px; */
        margin: 20px 0;
    }
    .advantagebox {
        margin-top: 30px;
    }
    .advantagebox_item {
        padding: 20px 0;
    }
    .advantagebox_item_h {
        margin-top: 10px;
        font-size: 24px;
    }
    .advantagebox_item_p {
        width: 90%;
        margin-top: 10px;
    }
    .advantagebox_itembox:nth-child(2n) .advantagebox_itemboxdw {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .advantage{
        padding: 50px 0;
    }
    .advantagebox_itembox .advantagebox_itemboxdw {
        display: none;
    }
    .inquire {
        display: none;
    }
    .control_btn {
        display: none;
    }
    .advantage_title h3 {
        font-size: 24px;
    }
    .advantage_titlez {
        font-size: 12px;
    }
    .advantage_titlep P {
        width: 90%;
        font-size: 13px;
        line-height: 20px;
    }
    .advantagebox {
        margin-top: 10px;
    }
    .advantagebox_item_h {
        font-size: 20px;
    }
    .advantagebox_item_p {
        font-size: 14px;
        line-height: 20px;
    }
    .advantage_title,
    .advantage_titlez {
        padding: 0 15px;
    }
    .advantagebox_item {
        padding: 35px 10px;
        background: #fff !important;
        margin: 10px 0;
    }
}


/* 产品 */

.product {
    padding: 36px 0 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product_title {
    position: relative;
}

.product_titlebig {
    font-size: 72PX;
    color: rgba(0, 47, 94, .3);
    font-weight: 700;
}

.product_titlemin {
    position: absolute;
    width: 100%;
    left: 0;
    top: 34px;
    text-align: center;
}

.product_titlemin_box {
    display: inline-block;
    text-align: left;
}

.product_titleminh {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.product_titleminh span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
    background-color: #ff7800;
    margin: 0 10px;
}

.product_titleminp {
    /* margin-top: -5px; */
    font-size: 14px;
    color: #fff;
	text-align:center;
}

.productfl_txt {
    text-align: right;
}

.productfl_txt span {
    padding: 0 8px;
    font-size: 16px;
    color: #fff;
}

.productfl_txt b {
    display: inline-block;
    vertical-align: middle;
    width: 115px;
    height: 1px;
    background-color: #46ce82;
}

.productfl_box {
    margin-top: 25px;
}

.productfl_box .productfl_box_item {
    display: inline-block;
    overflow: hidden;
    padding: 0 20px;
    margin: 0 8px;
    height: 40px;
    line-height: 40px;
    color: #222222;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.productfl_box .productfl_box_item:hover {
    /* background-color: #222; */
    color: #fff;
}

.productfl_box .productfl_box_item.active {
    background-color: #222;
    color: #fff;
}

.productfl {
    margin-top: 44px;
}

.productitem {
    margin-top: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.productiteml {
    width: 56.5%;
    margin-right: 10px;
}

.productitemr {
    width: 43.5%;
}

.productiteml .productiteml_t {
    padding: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #fff;
}

.productiteml .productiteml_t:hover .productiteml_timg>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.productiteml_t>div {
    width: 50%;
}

.productiteml_th {
    font-size: 26px;
    color: #222;
}

.productiteml_tp {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.productiteml_ttu {
    margin-top: 25px;
}

.productiteml_ttu img {
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #242424 0%, #444 100%);
    background: -o-linear-gradient(left, #242424 0%, #444 100%);
    background: -ms-linear-gradient(left, #242424 0%, #444 100%);
    background: linear-gradient(to left, #242424 0%, #444 10);
    /* transition:all .5s */
}
.productiteml_ttu img:hover{
    background: #0362b2;
}


.productiteml_txq {
    overflow: hidden;
    margin-top: 50px;
    width: 134px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #666;
}

.productiteml_txq:hover {
    color: #fff;
    background-color: #ff7800;
}

.productiteml_timg {
    overflow: hidden;
}

.productiteml_timg>img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.productiteml_b {
    margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.productiteml_b .productiteml_bitem {
    width: 33.33%;
    margin-right: 10px;
    background-color: #fff;
    /* padding: 20px ; */
}
.productiteml_b .productiteml_bitem .p-40{
    padding: 20px ;
}

.productiteml_b .productiteml_bitem:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.productiteml_bitem:hover .productiteml_bitemjt{
    background-color: #ff7901;
    border-color: #ff7901;
}
.productiteml_bitem:hover .productiteml_bitemjt i{
    color: #fff;
}

.productiteml_b .productiteml_bitem:last-child {
    display: none;
    margin-right: 0;
}

.productiteml_b .productiteml_bitem:nth-last-child(2) {
    margin-right: 0;
}

.productiteml_bitemh {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #222;
}

.productiteml_bitemp {
    font-size: 12px;
    color: #999999;
}

.productiteml_bitemjt {
    margin-top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    line-height: 28px;
    border: 1px solid #087c3b;
}

.productiteml_bitemjt i {
    padding-left: 3px;
    color: #087c3b;
    font-size: 14px;
}

.productiteml_bitemimg {
    /* margin-top: 20px; */
    overflow: hidden;
}

.productiteml_bitemimg img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.productitemr {
    background-color: #fff;
}

.productitemr .productitemr_box {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 50px ;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.productitemr .productitemr_box:hover .productitemr_boximg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.productitemr_boxtxt {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px dashed #d9d9d9;
}

.productitemr_boxtxtlh {
    font-size: 26px;
    color: #222;
}

.productitemr_boxtxtlp {
    font-size: 14px;
    color: #999;
}

.productitemr_boxtxtr {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #d9d9d9;
    text-align: center;
    line-height: 48px;
}

.productitemr_boxtxtr i {
    font-size: 14px;
    color: #9c9c9c;
    padding-left: 3px;
}

.productitemr_box:hover .productitemr_boxtxtr{
    background-color: #ff7901;
    border-color: #ff7901;
}
.productitemr_box:hover .productitemr_boxtxtr i{
    color: #fff;
}


.productitemr_boxtb {
    margin-top: 10px;
}

.productitemr_boxxdl {
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 23px;
}

.productitemr_boximg {
    overflow: hidden;
}

.productitemr_boximg img {
    width: 90%;
    margin: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media screen and (max-width: 1200px) {
    .product_title {
        width: 100%;
    }
    .product_titlebig {
        text-align: center;
    }
    .productfl {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .productfl_txt {
        text-align: center;
        display: none;
    }
    .productfl_txt b {
        display: none;
    }
    .product_titlemin {
        top: 22px;
    }
    .productitem {
        margin-top: 30px;
    }
    .productitemr {
        display: none;
    }
    .productiteml {
        width: 100%;
    }
    .productiteml_b .productiteml_bitem {
        width: 25%;
    }
    .productiteml_b .productiteml_bitem:last-child {
        display: block;
    }
    .productiteml_b .productiteml_bitem:nth-last-child(2) {
        margin-right: 10px;
    }
}

@media screen and (max-width: 992px) {
    .product {
        padding: 20px 0 50px;
    }
    .productfl {
        margin-top: 0;
    }
    .productiteml_b {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .productiteml_b .productiteml_bitem {
        width: 49%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .productiteml_bitemjt {
        display: none;
    }
    .productiteml_bitemh,
    .productiteml_bitemp {
        text-align: center;
    }
    .productiteml_bitemp{
        display: none;
    }
    .productiteml_b .productiteml_bitem .p-40 .p-40{
        padding : 0px;
    }
}

@media screen and (max-width: 768px) {
    .productiteml_t {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .productiteml_t>div {
        width: 100%;
    }
    .productiteml_timg {
        margin-top: 20px;
    }
    .productiteml_timg img{
        width: 80%;
        margin: auto;
    }
    .product_titlebig {
        font-size: 46px;
    }
    .product_titleminh {
        text-align: center;
        font-size: 24px;
    }
    .product_titlemin {
        margin-top: -4px;
    }
    .productfl_txt span {
        font-size: 14px;
    }
    .product_titleminp{
        font-size: 12px;
    }
    .productfl {
        margin-top: 5px;
    }
    .productfl_box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 20px 0;
    }
    .productfl_box .productfl_box_item {
        width: 45%;
        margin-bottom: 10px;
        font-size: 14px;
        padding: 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
    .productiteml .productiteml_t {
        padding: 30px 15px 15px;
    }
    .productiteml_th {
        font-size: 22px;
        font-weight: 600;
    }
    .productiteml_tp {
        margin-top: 0;
    }
    .productiteml_ttu {
        margin-top: 20px;
        /* margin-bottom: 30px; */
    }
    .productiteml_txq {
        margin-top: 15px;
    }
    .productiteml_b .productiteml_bitem {
        /* padding: 10px 10px; */
    }
    .productiteml_bitemh {
        font-size: 16px;
        font-weight: 600;
    }
    .productiteml_bitemjt {
        margin-top: 10px;
    }
    .productiteml {
        margin: 0;
    }
    .productiteml_ttxt {
        text-align: center;
    }
    .productiteml_txq {
        margin: auto;
        margin-top: 15px;
        display: none;
    }
}


/* 方案 */

.program {
    padding: 90px 0 80px;
}

.program_txt {
    text-align: center;
}

.program_txth {
    font-size: 42px;
    color: #222222;
    font-weight: 700;
}

.program_txth span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
    background-color: #ff7800;
    margin: 0 10px;
}

.program_txtp {
    font-size: 14px;
    color: #999999;
}

.programlb {
    padding-top: 40px;
}

.programlbt_container {
    width: 100%;
}

.programlbt_slide .programlbt_slide_item {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.programlbt_slide .programlbt_slide_item>div{
    width: 100%;
}
.programlbt_slide .programlbt_slide_item::after{
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 30%;
    display: inline-block;
    background-color: #e1e1e1;
}

.programlbt_slide:last-child .programlbt_slide_item::after {
    display: none;
}

.programlbt_slide_item i {
    font-size: 30px;
    color: #ff7800;
}

.programlbt_slide_item span {
    margin-left: 10px;
    font-size: 18px;
    color: #222;
}

.programlbb_container {
    margin-top: 20px;
    border: 1px solid #d8d8d8;
}

.programlbb_slide_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.programlbb_slide_iteml {
    position: relative;
    width: 44%;
}

.programlbb_slide_itemldw {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.programlbb_slide_itemldw div {
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 15px;
    background-color: rgba(19, 129, 68, .9);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.programlbb_slide_iteml {
    overflow: hidden;
}

.programlbb_slide_iteml img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.programlbb_slide_iteml img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.programlbb_slide_itemr {
    width: 56%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.programlbb_slide_itemr .programlbb_itemr_box{
    padding: 40px 30px 30px 70px;
}

.programlbb_itemr_boxtxt span {
    font-size: 28px;
    font-weight: 700;
    color: #222;
}

.programlbb_itemr_boxtxt b {
    margin-left: 8px;
    font-size: 14px;
    color: #999999;
}

.programlbb_itemr_boxlink {
    margin-top: 30px;
}

.programlbb_itemr_boxlink>span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 20px;
    color: #555;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    margin-right: 5px;
}

.programlbb_itemr_boxvideo {
    margin-top: 30px;
}

.programlbb_itemr_boxvideo>a {
    position: relative;
    display: inline-block;
    width: 30%;
    overflow: hidden;
    margin-right: 10px;
}

.programlbb_itemr_boxvideo>a img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.programlbb_itemr_boxvideo>a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.programlbb_itemr_boxvideodw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    padding: 0 5px;
}

.programlbb_itemr_boxvideobtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
}

.programlbb_itemr_boxvideobtn {
    width: 40px;
}

.programlbb_itemr_boxgd {
    margin-top: 25px;
}

.programlbb_itemr_boxgd span {
    color: #666;
}

.programlbb_itemr_boxgd i {
    color: #ff7800;
    font-size: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.programlbb_itemr_boxgd a:hover span {
    color: #ff7800;
}

.programlbb_itemr_boxgd a:hover i {
    margin-left: 8px;
}

.programlbb_itemr_boxvideobtn img {
    display: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.programlbb_itemr_boxvideo>a:hover .programlbb_itemr_boxvideobtn img {
    display: block;
}

.programlbb_itemr_boxlink>a:hover {
    color: #ff7800;
}

.programlbt_slide.swiper-slide-thumb-active span {
    font-weight: 700;
}

.programlbt_slide.swiper-slide-thumb-active i {
    font-weight: 700;
}

.program_next,
.program_prev {
    display: none;
}

@media screen and (max-width: 1200px) {
    .programlbb_slide_itemr .programlbb_itemr_box{
        padding: 10px;
    }
    .program {
        padding: 50px 0;
    }
    .programlbb_slide_iteml {
        width: 50%;
    }
    .programlbb_slide_itemr {
        width: 50%;
        padding: 0 10px 0 30px;
    }
    .programlbb_itemr_boxlink {
        margin-top: 20px;
    }
    .programlbb_itemr_boxlink>span {
        margin-bottom: 10px;
        padding: 0;
        font-size: 13px;
    }
    .programlbb_itemr_boxvideo {
        margin-top: 20px;
    }
    .programlb {
        padding-top: 30px;
    }
    .program_next,
    .program_prev {
        display: block;
    }
    .programlbt_slide {
        margin: 10px 0;
    }
    .programlbt_slide:nth-child(3n) .programlbt_slide_item {
        border-right: none;
    }
    .programlbt_slide:nth-child(3n) .programlbt_slide_item::after{
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .programlbb_slide_iteml {
        display: none;
    }
    .programlbb_slide_itemr {
        width: 100%;
        padding: 15px 20px;
    }
    .programlbb_itemr_boxtxt {
        margin: 10px 0 20px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
    }
}

@media screen and (max-width: 768px) {
    .programlbt_slide:nth-child(3n) .programlbt_slide_item {
        border-right: none;
    }
    .programlbt_slide:nth-child(3n) .programlbt_slide_item::after{
        display: block;
    }
    .programlbt_slide:nth-child(2n) .programlbt_slide_item {
        border-right: none;
    }
    .programlbt_slide:nth-child(2n) .programlbt_slide_item::after{
        display: none;
    }
    .program_txth {
        font-size: 24px;
    }
    .programlb {
        padding-top: 20px;
    }
    .program_txtp{
        font-size: 12px;
    }
    .programlbb_container {
        margin: 20px 15px 0;
    }
    .programlbt_slide_item span {
        font-size: 16px;
        color: #666;
    }
    .programlbt_slide.swiper-slide-thumb-active span{
         color: #ff7800;
    }
    .programlbb_itemr_boxtxt span {
        font-size: 20px;
    }
    .programlbb_itemr_boxtxt b{
        font-size: 12px;
    }
    .programlbb_itemr_boxvideo>a {
        width: 47.2%;
    }
    .programlbb_itemr_boxvideo>a:nth-of-type(2){
        margin-right: 0;
    }
    .programlbb_itemr_boxvideodw{
        font-size: 12px;
        height: 28px;
        line-height: 28px;
    }
    .programlbb_itemr_boxlink {
        margin-top: 10px;
    }
    .programlbb_itemr_boxvideo {
        margin-top: 10px;
    }
    .programlbb_itemr_boxgd {
        margin-top: 15px;
        margin-bottom: 8px;
    }
    .programlbb_itemr_boxgd span{
        font-size: 14px;
    }
    .programlbb_itemr_boxlink>span {
        width: 45%;
    }
    .programlbb_itemr_boxvideo>a:last-child {
        display: none;
    }
}


/* 案例 */

.cases {
    padding: 80px 0;
    background-color: #f3f3f3;
}

.cases_t {
    border-top: 1px solid #d8d8d8;
    position: relative;
}

.cases_tbox {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -24px);
    -webkit-transform: translate(-50%, -24px);
    -moz-transform: translate(-50%, -24px);
    -ms-transform: translate(-50%, -24px);
    -o-transform: translate(-50%, -24px);
    padding: 0 58px;
    background-color: #f3f3f3;
}

.cases_tboxbig {
    /* position: relative; */
    text-align: center;
}

.cases_tboxh {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
}

.cases_tboxp {
    font-size: 14px;
    color: #999999;
}

.cases_yl,
.cases_yr {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #d8d8d8;
}

.cases_yl {
    left: 0;
    top: 20px;
}

.cases_yr {
    right: 0;
    top: 20px;
}

.cases_b {
    margin-top: 90px;
    padding: 0 40px;
    position: relative;
}

.cases_container {
    /* padding-right: -1px; */
    /* border: 1px solid #d3d3d3;
    border-left: none;
    border-right: none;
    border-bottom: none; */
    border-right: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    position: unset;
}

.cases_wrapper {
    background-color: #fff;
    /* border-bottom: 1px solid #d3d3d3; */
}

.cases_slide {
    overflow: hidden;
    /* border-left: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15); */
}

.cases_slide img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cases_slide:nth-child(-n +7) {
    /* border-top: 0; */
}

.cases_slide:nth-child(7n) {
    /* border-right: 1px solid rgba(0, 0, 0, .15); */
}

.cases_slide_item {
    overflow: hidden;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.cases_slide:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cases_pagination {
    display: none;
}

.cases_container .cases_pagination {
    bottom: -33px;
}

.cases_container .cases_pagination span.swiper-pagination-bullet-active {
    background-color: #ff7800;
}

.cases_more {
    margin-top: 45px;
    text-align: center;
}

.cases_more a {
    display: inline-block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(left, #134932 0%, #2f875f 100%);
    background: -o-linear-gradient(left, #134932 0%, #2f875f 100%);
    background: -ms-linear-gradient(left, #134932 0%, #2f875f 100%);
    background: linear-gradient(to left, #134932 0%, #2f875f 10);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media screen and (max-width: 1200px) {
    .cases_container {
        padding-bottom: 50px;
    }
    .cases_pagination {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .cases {
        padding: 50px 0;
    }
    .cases_more {
        margin-top: 30px;
    }
    .cases_tbox {
        width: 70%;
    }
    .cases_b {
        margin-top: 66px;
    }
}

@media screen and (max-width: 768px) {
    .cases_container {
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .cases_tboxh {
        font-size: 24px;
    }
    .cases_tboxp{
        font-size: 12px;
    }
    .cases_tbox {
        width: 100%;
        padding: 0;
        position: relative;
        top: 20px;
    }
    .cases_yl,
    .cases_yr {
        display: none;
    }
    .cases_more {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .cases_b {
        margin-top: 30px;
        padding: 0 20px;
    }
}


/* 实力 */

.strength {
    padding: 54px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.strengthtxt {
    position: relative;
    text-align: center;
    font-size: 80px;
    font-weight: 700;
    color: #212323;
}

.strengthtxtdw {
    position: absolute;
    width: 100%;
    left: 0;
    top: 46px;
}

.strengthtxtdw_boxh {
    font-size: 42px;
    font-weight: 700;
    color: #feffff;
}

.strengthtxtdw_boxp {
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
    font-weight: 400;
}

.strengthtxtdw_boxh span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
    background-color: #ff7800;
    margin: 0 10px;
}

.strengthct {
    padding-top: 60px;
}

.strengthct_container {
    width: 100%;
}

.strengthct_slide {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.strengthct_slide .strengthct_slide_item {
    position: relative;
    display: block;
    padding: 22px 0;
    text-align: center;
}

.strengthct_slide_itemdw {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, .1);
    transform: rotate(30deg) translate(-50%, -50%);
    -webkit-transform: rotate(30deg) translate(-50%, -50%);
    -moz-transform: rotate(30deg) translate(-50%, -50%);
    -ms-transform: rotate(30deg) translate(-50%, -50%);
    -o-transform: rotate(30deg) translate(-50%, -50%);
}

.strengthct_container .strengthct_slide:last-child .strengthct_slide_itemdw {
    display: none;
}

.strengthct_slide_item>div {
    display: inline-block;
    vertical-align: middle;
}

.strengthct_slide_itemi i {
    font-size: 50px;
    color: rgba(255, 255, 255, .3);
}

.strengthct_slide_itemh {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.strengthct_slide_item .strengthct_slide_itemtxt {
    margin-left: 8px;
    text-align: left;
}

.strengthct_slide_itemp {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: rgba(255, 255, 255, .3);
}

.strengthctb_container {
    width: 100%;
    padding-bottom: 75px;
}

.strengthctb_slide_item {
    display: block;
    position: relative;
}

.strengthctb_slide_itemimg img {
    width: 100%;
}

.strengthctb_slide_itemdw {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
}

.strengthctb_slide_itemdw:hover .strengthctb_itemdwrl_h {
    /* color: #ff7800; */
}



.strengthctb_itemdwrri:hover{
    background-color: #ff7800;
    border-color: #ff7800;
}
.strengthctb_itemdwrri:hover i {
    color: #fff;
}

.strengthctb_itemdw {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: auto;
    background-color: #fff;
}

.strengthctb_itemdwl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 275px;
    padding: 44px 0;
    background: -moz-linear-gradient(left, #087c3b 0%, #13e46f 100%);
    background: -webkit-linear-gradient(left, #087c3b 0%, #13e46f 100%);
    background: -o-linear-gradient(left, #087c3b 0%, #13e46f 100%);
    background: -ms-linear-gradient(left, #087c3b 0%, #13e46f 100%);
    background: linear-gradient(to left, #087c3b 0%, #13e46f 10);
}

.strengthctb_itemdwlsz {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.strengthctb_itemdwlsz>div {
    margin-top: -30px;
    margin-right: -16px;
}

.strengthctb_itemdwltxth {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

.strengthctb_itemdwltxtp {
    font-size: 28px;
    color: #fff;
}

.strengthctb_itemdwlx {
    height: 60px;
    width: 1px;
    background-color: rgba(255, 255, 255, .6);
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    margin: 0 25px;
}

.strengthctb_itemdwltxtp>div {
    margin-top: -5px;
}

.strengthctb_itemdwr {
    width: calc(100% - 275px);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 35px;
}

.strengthctb_itemdwrl_h {
    font-size: 22px;
    color: #222;
}

.strengthctb_itemdwrl_p,
.strengthctb_itemdwrl_p p {
    margin-top: 8px;
    font-size: 14px;
    color: #777777;
}

.strengthctb_itemdwrr i {
    margin-left: 3px;
    font-size: 20px;
    color: #777;
}

.strengthctb_itemdwrri {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    line-height: 48px;
}

.strengthct_slide.swiper-slide-thumb-active {
    border-top: 1px solid #056dbd;
    ;
}

.strengthct_slide.swiper-slide-thumb-active .strengthct_slide_itemp {
    color: rgba(255, 255, 255, 1);
}

.strengthct_slide.swiper-slide-thumb-active .strengthct_slide_itemi i {
    color: #056dbd;
}

@media screen and (max-width:1200px) {
    .strengthctb_itemdwl {
        width: 36%;
    }
    .strengthctb_itemdwr {
        width: 64%;
    }
    .strength {
        padding: 50px 0 80px;
    }
    .strengthct {
        padding-top: 35px;
    }
}

@media screen and (max-width:992px) {
    .strengthct_container .strengthct_slide:nth-child(2n) .strengthct_slide_itemdw {
        display: none;
    }
    .strengthct_slide_itemi i {
        display: none;
    }
    .strengthtxt {
        font-size: 60px;
    }
    .strengthtxtdw {
        top: 10px;
    }
    .strengthctb_itemdwl {
        display: none;
    }
    .strengthctb_itemdwr {
        width: 100%;
        padding: 15px;
    }
    .strengthctb_container {
        padding-bottom: 52.5px;
    }
    .strengthctb_slide_itemdw {
        bottom: -52.5px;
    }
    .strengthct_slide_item .strengthct_slide_itemtxt {
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .strengthctb_itemdwrl_p {
        margin-top: 0;
    }
    .strengthct {
        padding-top: 45px;
    }
    .strengthtxt {
        font-size: 32px;
    }
    .strengthtxtdw_boxh {
        font-size: 24px;
    }
    .strengthtxtdw_boxp{
        font-size: 12px;
    }
    .strength {
        padding: 50px 0;
    }
    .strengthct_slide .strengthct_slide_item {
        padding: 15px 0;
    }
    .strengthct_slide_itemh {
        font-size: 16px;
    }
    .strengthct_slide_itemdw {
        height: 72px;
        right: 0;
        top: 0;
        transform: rotate(0) translate(0, 0);
        -webkit-transform: rotate(0) translate(0, 0);
        -moz-transform: rotate(0) translate(0, 0);
        -ms-transform: rotate(0) translate(0, 0);
        -o-transform: rotate(0) translate(0, 0);
    }
    .strengthctb_itemdwrl_h {
        font-size: 16px;
    }
    .strengthctb_itemdwrl_p,
    .strengthctb_itemdwrl_p p {
        font-size: 12px;
    }
    .strengthctb_itemdw {
        width: 95%;
    }
    .strengthctb_itemdwrri{
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
    .strengthctb_itemdwrl{
        margin-right: 10px;
    }
    .strengthctb_itemdwrr i {
        font-size: 20px;
    }
    .strengthctb_container {
        padding-bottom: 45px;
    }
    .strengthctb_slide_itemdw {
        bottom: -45px;
    }
}


/* 走进矩正 */

.aboutus_t {
    padding-top: 70px;
    background-color: #f3f3f3;
}

.aboutus_ttitle {
    text-align: center;
}

.aboutus_ttitleh {
    font-size: 42px;
    color: #222;
    font-weight: 700;
}

.aboutus_ttitlep {
    font-size: 14px;
    color: #999;
}

.aboutus_tjs {
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.aboutus_tjsl {
    width: 46%;
    padding-right: 5%;
}

.aboutus_tjsl_titlei i {
    font-size: 56px;
    color: #087c3b;
}

.aboutus_tjsl_titleiwz {
    margin-left: 20px;
}

.aboutus_tjsl_titleiwzh {
    font-size: 28px;
    font-weight: 700;
    color: #087c3b;
    text-transform: uppercase;
}

.aboutus_tjsl_titleiwzp {
    font-size: 20px;
    color: #222;
}

.aboutus_tjsl_p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.aboutus_tjsl_more {
    margin-top: 50px;
}

.aboutus_tjsl_more .aboutus_more_link {
    display: block;
    position: relative;
    width: 200px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    color: #fff;
    background-color: #087c3b;
    padding-right: 44px;
}

.aboutus_more_linkdw {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #222;
    line-height: 44px;
    text-align: center;
}

.aboutus_tjsl_more {
    margin-bottom: 50px;
}

.aboutus_tjsr {
    width: 54%;
    position: relative;
}

.aboutus_tjsrdwlan {
    position: absolute;
    left: 0;
    bottom: -150px;
    height: 190px;
    background-color: #087c3b;
}

.aboutus_tjsrdwimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 30px;
}

.aboutus_tjsrdwimg_box {
    position: relative;
    height: 503px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.aboutus_tjsrdwimg_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
}

.aboutus_tjsrdwimg_txth {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.aboutus_tjsrdwimg_txth span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
    background-color: #ff7800;
    margin: 0 5px;
}

.aboutus_tjsrdwimg_txtp {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
}

.aboutus_bsj {
    padding: 36px 0;
}

.aboutus_bsj .aboutus_bsj_item {
    border-right: 1px solid #e1e1e1;
    padding: 0 35px;
}

.aboutus_bsj .aboutus_bsj_item:last-child {
    border-right: none;
}

.aboutus_bsj .aboutus_bsj_item:first-child {
    padding-left: 10px;
}

.aboutus_bsj_itemt span {
    font-size: 38px;
    font-weight: 700;
    color: #222;
}

.aboutus_bsj_itemt b {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #ff7800;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    vertical-align: top;
}

.aboutus_bsj_itemb {
    font-size: 14px;
    color: #777;
}

.aboutus_blb {
    position: relative;
    margin-top: 90px;
    border-top: 1px solid #e1e1e1;
}

.aboutus_blb_list {
    position: absolute;
    width: 51%;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.aboutusblb_slider{
    padding: 10px 0;
}

.aboutusblb_slider .aboutusblb_slider_item {
    margin-right: 1px;
    display: block;
    overflow: hidden;
    height: 46px;
    line-height: 44px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    background-color: #fff;
    color: #666666;
    border: 1px solid #d8d8d8;
    text-align: center;
}


.aboutus_blbx {
    margin-top: 55px;
}

.aboutusblb_slider.swiper-slide-thumb-active .aboutusblb_slider_item {
    background-color: #087c3b;
    border-color: transparent;
    color: #fff;
}
.aboutusblb_slider .aboutusblb_slider_item:hover{
    border-color: transparent;
    background-color: #fff;
}
.aboutu_item {
    padding: 0 10px;
}

.aboutu_item_link {
    display: block;
    overflow: hidden;
    position: relative;
}

.aboutu_item_link img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.aboutu_item_link:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.aboutu_item_linkdw {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
}
.aboutu_item_link:hover .aboutu_item_linkdw {
    background-color: rgb(255, 120, 0);
}

.aboutusblbx_slide .owl-controls .owl-page.active span {
    background-color: #ff7800;
}

.aboutusblbx_slide .owl-controls .owl-page span {
    background-color: #869791
}

@media screen and (max-width: 1200px) {
    .aboutus_bsj_itemt span {
        font-size: 30px;
    }
    .aboutus_bsj .aboutus_bsj_item {
        padding: 0 20px;
    }
    .aboutus_bsj {
        padding: 30px 0;
    }
    .aboutus_tjsrdwlan {
        height: 160px;
        bottom: -130px
    }
}

@media screen and (max-width: 992px) {
    .aboutus_t {
        padding-top: 50px;
        /* padding-bottom: 50px; */
    }
    .aboutus_b{
        padding-top: 30px;
    }
    .aboutus_tjsrdwlan {
        display: none;
    }
    .aboutus_tjs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aboutus_tjsl {
        width: 100%;
    }
    .aboutus_tjsr {
        width: 100%;
        height: 503px;
    }
    .aboutus_tjsrdwimg {
        padding-left: 0;
    }
    .aboutus_tjsl {
        padding-right: 0;
    }
    .aboutus_tjs {
        margin-top: 30px;
    }
    .aboutus_tjsl_p {
        margin-top: 20px;
    }
    .aboutus_tjsl_more {
        margin: 20px 0;
    }
    .aboutus_blb {
        margin-top: 30px;
    }
    .aboutus_blbx {
        margin-top: 40px;
    }
    .aboutus_bsj {
        display: none;
    }
    .aboutus_tjsl_more .aboutus_more_link {
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .aboutus_ttitle{
        /* display: none; */
    }
    .aboutus_tjsl_title{
        background: #fff;
        padding: 10px 20px 5px;
    }
    .aboutus_ttitleh {
        font-size: 24px;
    }
    .aboutus_tjs {
        margin-top: 20px;
    }
    .aboutus_tjsl_titleiwzh {
        font-size: 18px;
    }
    .aboutus_tjsl_titleiwzp {
        font-size: 16px;
    }
    .aboutus_tjsl_titlei i {
        font-size: 38px;
    }
    .aboutus_tjs {
        padding: 0 15px;
    }
    .aboutus_tjsl_p {
        margin: 20px 0;
    }
    .aboutus_tjsl_more {
        margin-bottom: 30px;
    }
    .aboutus_tjsl_more .aboutus_more_link {
        height: 36px;
        line-height: 36px;
    }
    .aboutus_more_linkdw {
        width: 36px;
        height: 36px;
    }
    .aboutus_more_linkdw i {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
    .aboutus_tjsr {
        height: 300px;
    }
    .aboutus_tjsrdwimg_box {
        height: 300px;
    }
    .aboutus_tjsrdwimg_txth {
        font-size: 18px;
    }
    .aboutus_bsj {
        padding: 15px;
    }
    .aboutus_bsj .aboutus_bsj_item {
        padding: 0 10px;
    }
    .aboutus_bsj_itemt span {
        font-size: 20px;
    }
    .aboutus_bsj_itemb {
        font-size: 12px;
    }
    .aboutus_blb_list {
        width: 96%;
    }
    .aboutusblb_slider .aboutusblb_slider_item {
        font-size: 13px;
        height: auto;
        line-height: 1;
        padding: 8px 10px;
    }
    .aboutu_item_linkdw{
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
}


/* 新闻中心 */

.news {
    overflow: hidden;
    margin-top: 70px;
    background-color: #f3f3f3;
}

.news_title {
    margin-top: 70px;
    text-align: center;
}

.news_titleh {
    font-size: 42px;
    color: #222;
    font-weight: 700;
}

.news_titlep {
    font-size: 14px;
    color: #999999;
}

.news_box {
    margin-top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

.news_boxl {
    width: 70%;
}

.news_boxlt {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.news_boxltl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.news_boxltl .news_boxltl_link {
    padding: 0 40px;
}

.news_boxltl_link i {
    font-size: 30px;
    color: #333;
}

.news_boxltl .news_boxltl_link:first-child i {
    font-size: 26px;
}

.news_boxltl_link span {
    font-size: 20px;
    color: #333;
}

.news_boxltr {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.news_boxltr .news_boxltl_more {
    font-size: 14px;
    color: #999;
    margin-right: 36px;
}

.news_boxltr .news_boxltl_more:hover {
    color: #ff7800;
}

.news_boxlb_item {
    padding: 40px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.news_boxlb_item>div {
    width: 50%;
}

.news_boxlbitem_box {
    padding-right: 20px;
    display: block;
}

.news_boxlbitem_boximg {
    overflow: hidden;
}

.news_boxlbitem_boximg img {
    transition: all .4s;
    width: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.news_boxlbitem_boxh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.news_boxlbitem_boxp {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_boxlb_itemr {
    padding:0 40px 0 20px;
}

.news_boxlb_itemr .news_itemr_item {
    display: block;
    height: 56px;
    line-height: 54px;
    border-bottom: 1px dotted #c1c1c1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_itemr_item b {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
    background-color: #c1c1c1;
    margin-right: 6px;
}

.news_itemr_item span {
    font-size: 14px;
    color: #666666;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.news_boxltl_link.on {
    background-color: #087c3b;
}

.news_boxltl_link.on i {
    color: #fff;
}

.news_boxltl_link.on span {
    color: #fff;
}

.news_boxr {
    width: 30%;
}

.news_boxrt {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.news_boxrtl i {
    font-size: 32px;
    color: #333;
    padding-left: 25px;
}

.news_boxrtl span {
    font-size: 20px;
    color: #333;
}

.news_boxrtr .news_boxrtr_more {
    font-size: 14px;
    color: #999999;
    padding: 0 35px;
}

.news_boxrtr .news_boxrtr_more:hover {
    color: #ff7800;
}

.news_boxrb {
    height: 407px;
    padding: 20px 0;
    overflow: hidden;
    border-left: 1px solid #e1e1e1;
}

.news_container {
    height: 100%;
    width: 100%;
}

.news_slide .news_slide_item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news_slide_itembox {
    width: 100%;
    margin: 20px 0;
}

.news_slide_itemboxh {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_slide_itemboxh i {
    font-size: 18px;
    color: #333;
}

.news_slide_itemboxh span {
    font-size: 16px;
    color: #333;
    margin-left: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.news_slide_itemboxp {
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    margin-top: 8px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yqlink {
    margin-top: 68px;
    height: 72px;
    line-height: 70px;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
}

.yqlinkl i {
    font-size: 26px;
    color: #222222;
    padding: 0 8px;
}

.yqlinkl span {
    font-size: 16px;
    color: #222;
}

.yqlinkl b {
    margin-left: 10px;
    font-size: 12px;
    color: #999;
}

.yqlinkr {
    margin-left: 30px;
}

.yqlinkr .yqlinkr_item {
    font-size: 14px;
    color: #666666;
    padding: 0 20px;
}

.news_boxlbitem_box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news_boxlbitem_box:hover .news_boxlbitem_boxh {
    padding-left: 8px;
    color: #ff7800;
}

.news_boxlb_itemr .news_itemr_item:hover span {
    padding-left: 8px;
    color: #ff7800;
}

.news_slide .news_slide_item:hover .news_slide_itemboxh span {
    padding-left: 8px;
    color: #ff7800;
}

.yqlinkr .yqlinkr_item:hover {
    color: #ff7800;
}

@media screen and (max-width: 1200px) {
    .news {
        margin-top: 25px;
    }
    .news_title {
        margin-top: 30px;
    }
    .news_box {
        margin-top: 20px;
    }
    .yqlink {
        margin-top: 30px;
    }
}

@media screen and (max-width: 992px) {
    
    .strengthtxtdw_boxh,.advantage_title h3,.product_titleminh,.program_txth,.aboutus_ttitleh,.news_titleh{
        font-size: 32px;
    }
    .news_boxlb_iteml a{
        /* display: none; */
        border: 1px solid #ddd;
        padding: 20px;
    }
    .news_boxlbitem_box{
        width: 100%;
        padding: 0;
    }
    .news_boxlb_item>div {
        width: 100%;
        padding: 0 ;
    }
    .news_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news_boxl {
        width: 100%;
    }
    .news_boxr {
        width: 100%;
    }
    .news_boxltr {
        display: none;
    }
    .news_boxltl {
        width: 100%;
    }
    .news_boxltl .news_boxltl_link {
        width: 50%;
        text-align: left;
        padding: 0;
        padding-left: 20px;
    }
    .news_boxrtr {
        display: none;
    }
    .news_boxrtl {
        width: 100%;
        text-align: left;
        padding-left: 20px;
        background: #087c3b;
        color: #fff;
    }
    .news_boxlb_item {
        padding: 20px;
        display: block;
    }
    .news_boxrb {
        height: 300px;
        padding: 20px 0;
    }
    .news_container {
        height: 100%;
    }
    .news_slide_itemboxp {
        margin-top: 0;
    }
    .news_boxrtl i {
        padding-left: 0;
    }
    .news_boxrt {
        border-left: 0;
    }
    .news_boxrb {
        border-left: 0;
        margin-bottom: 20px;
    }
    .news_boxrtl i {
        padding-right: 0;
        color: #fff;
    }
    .news_boxrtl span{
        color: #fff;
    }
    .news_boxr {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .strengthtxtdw_boxh,.advantage_title h3,.product_titleminh,.program_txth,.aboutus_ttitleh,.news_titleh{
        font-size: 24px;
    }
    .advantage_title span,.product_titleminh span,.program_txth span,.strengthtxtdw_boxh span{
        width: 6px;
        height: 6px;
        margin: 0 8px;
    }
    .news_title{
        margin-top: 50px;
    }
    .news_titleh {
        font-size: 24px;
    }
    .news_boxltl_link span {
        font-size: 16px;
    }
    .news_boxlt {
        height: 50px;
        line-height: 50px;
    }
    .news_boxlb_item {
        padding: 15px 20px;
    }
    .news_boxlb_itemr .news_itemr_item {
        height: 50px;
        line-height: 50px;
    }
    .yqlink {
        display: none;
    }
    .news_boxlbitem_boxh{
        font-size: 16px;
        margin-top: 15px;
    }
    .news_boxlbitem_boxp{
        font-size: 12px;
        line-height: 1.6;
    }
}

.prosy_nra{
  clear: both;
  overflow: hidden;
}
.prosy_nra ul{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.prosy_nra ul li{
  background-color: #fff;
  padding: 15px 11px;
  margin-bottom: 25px;
  text-align: left;
}
.prosy_nra ul li .pro_pic{
  margin-bottom: 10px;
}
.prosy_nra ul li .pro_pic a{
  display: block;
  width: 278px;
  height: 208px;
  overflow: hidden;
}
.prosy_nra ul li .pro_pic a img{
  width: 278px;
  height: 208px;
      transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.prosy_nra ul li .pro_pic a:hover img{
  transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.prosy_nra ul li .pro_name{
  border-top: 1px solid #f4f2f3;
  line-height: 30px;
  font-size: 16px;
}
.prosy_nra ul li .pro_name a{
   color: #666;
}
.prosy_nra ul li .more_aa{
  margin:7px auto;
  width: 200px;
  font-size: 14px;

  height: 34px;
  line-height: 34px;
}
.prosy_nra ul li .more_aa a{
  display: block;
  width: 100%;
    color: #fff;  background-color: #293b9d;
}
.prosy_nra ul li .more_aa a:hover{
  background-color: #fb8800;
}
/*************************************/
.bt_sy{
	margin:0 auto;
	width:730px;
	text-align:center;}
.bt_sy_01{
	font-size:44px;
	line-height:60px;
	color:#234493;
	font-weight:bold;}
.bt_sy_02{
	margin:8px auto;
	position:relative;
	height:5px;
	width:100%;}
.bt_sy_02 .bt_sy_02_a{
	position:absolute;
	height:1px;
	background-color:#dfdfdf;
	margin:0 auto;
	top:2px;
	width:100%;}
.bt_sy_02_b{
	position:absolute;
	height:5px;
	top:0;
	left:0;
	width:100%;
	margin:0 auto;	
}
.bt_sy_02_b_nr{
	margin:0 auto;
	width:160px;
}
.bt_sy_02_b_a{
	float:left;
	width:50%;	height:5px;
	background-color:#005797;}
.bt_sy_02_b_b{
	float: right;
	width:50%;	height:5px;
	background-color:#fa881f;}
.bt_sy_03{
	line-height:30px;
	font-size:16px;
	color:#666666;
}
.content_c_w{
	margin:30px auto;
	width:100%;
	padding:30px 0 0;
}
.content_c{
	margin:0 auto;
	width:1200px;
}
.bt_sy_01 span{
	font-size:53px;
	font-style:italic;
	color:#ff0000;}
.content_c_nr{
	margin:15px auto;
	width:1200px;
}
.ly_01{
	height:466px;
	background:url(../images/ly_01.png) left top no-repeat;
}
.ly_nr{
	clear:both;
	overflow:hidden;
	margin-top:60px;}
.ly_right{
	float:right;
	width:540px;
}
.ly_nr_left{
	float:left;
	width:80px;
	height:78px;
	line-height:78px;
	font-size:40px;
	color:#fff;
	overflow:hidden;
	border-radius:15px;
	text-align:center;
	background: -webkit-linear-gradient(left, #0d68d2 , #234493); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #0d68d2, #234493); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #0d68d2, #234493); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #0d68d2 , #234493); /* 标准的语法（必须放在最后） */
	font-family: "Arial Black", Gadget, sans-serif;
}
.ly_nr_right{
	float:right;
	width:440px;
}
.ly_bt01{
	font-size:36px;
	font-weight:bold;
	color:#333;
	line-height:36px;}
.ly_bt02{
	color:#ff0000;
		font-size:30px;
	font-weight:bold;
	margin-top:5px;
	line-height:36px;
}
.ly_jj{
	clear:both;
	margin-top:30px;}
.ly_jj ul li{
	background: url(../images/ly_d.png) left 5px no-repeat;
	padding-left:15px;
	line-height:20px;
	margin:10px 0;
	color:#5c5c5c;
	font-size:14px;
}
.ly_02{
height:395px;
padding-top:80px;
	background:url(../images/ly_02.png) right top no-repeat;
}
.ly_left{
	float:left;
	width:620px;
}
.ly_nr_right02{
	width:520px;}
.ly_03{
	height:438px;
	background:url(../images/ly_03.png) left top no-repeat;
}

/************content_c_w****************/
.content_cc_w{
	background:url(../images/about_bj.jpg) top center no-repeat #f7f7f7;
	width:100%;
	margin:50px auto 0px;
	padding-bottom:30px;
	min-height:330px;
}
.content_cc{
	margin:0px auto;
	padding-top:50px;
	width:1200px;
}
.bt_a{
	margin:0 auto;
	width:208px;
	text-align:center;
	border-bottom:5px solid #234493}
.bt_a .bt_a01{
	font-size:36px;
	font-weight:bold;
	color:#234493;
	line-height:50px;
}
.bt_a .bt_a02{
	font-size:16px;
	color:#666;
	padding-bottom:3px;
	line-height:30px;
}
.bt_a.bt_b{
	border-bottom:5px solid #fff;
}
.bt_a .bt_a01.bt_b01{
	color:#fff;
}
.bt_a .bt_a02.bt_b02{
	color:#fff;
}
.about_sy{
	clear:both;
	overflow:hidden;
	margin:50px auto;
	width:1120px;
	background-color:#fff;
	padding:40px 30px;
		box-shadow: 0px 0px 25px #999;
	-moz-box-shadow: 0px 0px 25px #999;
	-ms-box-shadow: 0px 0px 25px #999;
	-o-box-shadow: 0px 0px 25px #999;
	-webkit-box-shadow: 0px 0px 25px #999;
}
.about_pic{
	float:left;
	width:429px;
	height:330px;
}
.about_pic a{
	display:block;
		width:429px;
	height:330px;
	overflow:hidden;
}
.about_pic a img{
	width:429px;
	height:330px;
		transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.about_pic a:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.about_nr{
	float:right;
	width:640px;
	font-size:14px;
	line-height:30px;
}
/****************************/
.content_d_w{
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:100%;
	background-color:#f7f7f7;
}
.content_d{
	margin:0 auto;
	width:1200px;}
.content_d_news{
		clear:both;
	overflow:hidden;
	margin:40px auto 60px;
	width:1200px;
}
.content_d_news_left{
	float:left;
	width:580px;

}
.content_d_news_right{
	float:right;
	width:580px;
				
}
.news_yy{
		background-color:#fff;
		margin:10px;
		padding-bottom:15px;
		box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-ms-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
}
.news_sybt{
	border-bottom:1px solid #ebebeb;
}
.news_sybt span{
	font-size:24px;
	line-height:60px;
	margin-left:15px;}
.news_sybt .news_more{
	float:right;
	width:80px;
	padding-left:15px;
	height:30px;
	line-height:15px;
	margin-top:15px;
	border-left:1px solid #dddddd;}
.news_sybt .news_more a{
	color:#666;}
.news_sybt .news_more a:hover{
	color:#234493;}
.news_sy_nr{
	margin:25px 25px 15px;
}
.news_sy_nr .news_sy_nr_pic{
	float:left;
	width:224px;
	margin-right:20px;}
.news_sy_nr .news_sy_nr_pic a{
	width:224px;
	height:129px;
	display:block;
	overflow:hidden;}
.news_sy_nr .news_sy_nr_pic a img{
		width:224px;
	height:129px;
		transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.news_sy_nr .news_sy_nr_pic a:hover img{
		transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.news_sy_nr_nr .news_sy_nr_bt a{
	line-height:34px;
	font-size:16px;
	color:#333;}
.news_sy_nr_nr .news_sy_nr_bt a:hover{
	color:#0056ab;
}
.news_sy_nr_nr .news_sy_nr_jj{
	line-height:22px;
	color:#777;}
.news_sy_nraa{
	margin:0 25px 25px;}
.news_sy_nraa ul{
	clear:both;
	overflow:hidden;}
.news_sy_nraa ul li{
	font-size:14px;
	line-height:44px;
	background:url(../images/web_39.jpg) left center no-repeat;
	padding-left:12px;
	border-bottom:1px dashed #dfdfdf;}
.news_sy_nraa ul li a{
	color:#666;}
.news_sy_nraa ul li a span{
	font-size:14px;
	color:#999;
	float:right;}
.news_sy_nraa ul li a:hover{
	color:#0056ab}

	
/***************内页关于我们**********/
.ny_w{
	    background-color: #f4f2f3;
    padding: 50px 0;
}
.ny_wz a{
  color: #666;
  margin:0 6px;
}
.ny_wz a:hover{
  color: #b88111;
}
.ny_about{
  min-height: 680px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.ny_about_w{
  padding: 25px;  background-color: #fff;
  width:880px;
}
.ny_bt{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom:15px;
}
.newshow_bt{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
}
.newshow_time{
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  border-top:1px dashed #dfdfdf;
  border-bottom:1px dashed #dfdfdf;
}
.ny_right_nr{
  margin-top:10px;
}
.news_list{
  clear: both;
  overflow: hidden;
}
.news_list li{
    padding:10px 20px;
    clear: both;
    overflow: hidden;
    margin: 15px 0px;
    background-color: #f9f9f9;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.news_list li .news_list_bt{
  margin-bottom: 0px;
  font-size: 15px;
}
.news_list li .news_list_jj{
  line-height: 22px;
  color: #666;
  font-size: 12px;
}
.news_list li .news_time{
  background-color: #ccc;
  width: 70px;
  text-align: center;
  margin:6px 0;
  float: left;
  height:70px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 70px;
  word-break:break-all;
  
}
/*.prosy_bt_01a {
    font-size: 37px;
    color: #0e6dbc;
    font-weight: bold;
    line-height: 36px;
}
.prosy_bt_01b {
    font-size: 22px;
    line-height: 36px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}*/
/*******关于我们*****/
.clear{
   clear:both;
    overflow: hidden;
}
.mar{
margin:0 auto;
width: 100%;
}
.marn{
    margin:0 auto;
    width: 1200px;
}
.content_w{
  background-color:#f4f2f3;
  padding: 50px 0;
}
.pro_syleft{
  float: left;
  width: 215px;
}
.pro_syright{
  float: right;
  width: 930px;
}
/***产品左侧*****/
.prosy_bt{
  height: 80px;
}
.prosy_bt_bj{
  height: 80px;
  padding-left: 65px;
  background: url(../images/web_05.png) 15px center no-repeat;
}
.prosy_bt01{
  font-size: 26px;
  color: #fff;
  padding-top:18px;
  letter-spacing:2px;
}
.prosy_bt02{
  font-size: 12px;
text-transform:uppercase;
color: #fff;
padding-top: 2px;
}
.prosy_nr.prosy_nr_pro{
	min-height:460px;
}



.prosy_bt_02{
  float: right;
}
/***************/
.ny_about{
  min-height: 680px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.ny_about_w{
  padding: 25px;  background-color: #fff;
  width:880px;
}
/*****************新闻********/
.ny_right_nr{
  margin-top:10px;
}
.news_list{
  clear: both;
  overflow: hidden;
}
.news_list li{
    padding:10px 20px;
    clear: both;
    overflow: hidden;
    margin: 15px 0px;
    background-color: #f9f9f9;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.news_list li .news_list_bt{
  margin-bottom: 0px;
  font-size: 15px;
}
.news_list_bt a:hover{
	color:#ea4049;
}
.news_list li .news_list_jj{
  line-height: 22px;
  color: #666;
  font-size: 12px;
}
.news_list li .news_time{
  background-color: #ccc;
  width: 70px;
  text-align: center;
  margin:6px 0;
  float: left;
  height:70px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 70px;
  word-break:break-all;
  
}
.ny_bt{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom:15px;
}
.newshow_bt{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
}
.newshow_time{
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  border-top:1px dashed #dfdfdf;
  border-bottom:1px dashed #dfdfdf;
}
/************产品*****************/
.prosy_nra{
  clear: both;
  overflow: hidden;
}
.prosy_nra ul{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.prosy_nra ul li{
  background-color: #f9f9f9;
  padding: 15px 11px;
  margin-bottom: 25px;
  text-align: center;
}
.prosy_nra ul li .pro_pic{
  margin-bottom: 10px;
}
.prosy_nra ul li .pro_pic a{
  display: block;
  width: 260px;
  height: 200px;
  overflow: hidden;
}
.prosy_nra ul li .pro_pic a img{
  width: 260px;
  height: 200px;
      transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.prosy_nra ul li .pro_pic a:hover img{
  transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.prosy_nra ul li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.prosy_nra ul li a .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  text-align: center;
  background: rgba(34, 34, 34, 0.8);
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prosy_nra ul li a .overlay .thumb-info {
  top: 55%;
  position: relative;
  opacity: 0;
}

.prosy_nra ul li a p {
  color: #fff;
  font-size: 0.875rem;
}
.prosy_nra ul li a:hover .overlay {
  opacity: 1;
}
.prosy_nra ul li a:hover .overlay .thumb-info {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: relative;
  top: 50%;
  margin-top: -26px;
  opacity: 1;
}
/**/
.bd a {
  position: relative;
  display: block;
  overflow: hidden;
}
.bd a .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  text-align: center;
  background: rgba(34, 34, 34, 0.8);
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bd a .overlay .thumb-info {
  top: 55%;
  position: relative;
  opacity: 0;
}

.bd a p {
  color: #fff;
  font-size: 0.875rem;
}
.bd a:hover .overlay {
  opacity: 1;
}
.bd a:hover .overlay .thumb-info {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: relative;
  top: 50%;
  margin-top: -26px;
  opacity: 1;
}
/**/
.prosy_nra ul li a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.prosy_nra ul.gallery li.hidden {
  opacity: 0.1;
}
.prosy_nra ul.gallery.seperated li {
  padding: 10px;
}
/*.prosy_nra ul li .pro_name{
  border-top: 1px solid #f1f1f1;
  line-height: 30px;
  font-size: 14px;
  text-align:left;
}
.prosy_nra ul li .pro_name a{
   color: #333;
}
.prosy_nra ul li .pro_name a:hover{
   color: #ea4049;
}
.prosy_nra ul li .more_aa{
  margin:0px auto;
  width: 260px;
  font-size: 12px;
  text-align:left;
  line-height:20px;
  color:#666;
}*/
/******产品分页*******/
.ny_news_page{
	margin:10px auto 60px;
	clear:both;
	padding-top:10px;
	width:1200px;}
.ny_news_page a,.ny_news_page span{
	display:block;
	float:left;
	line-height:40px;
	text-align:center;
	font-size:12px;
	width:70px;
	height:40px;
	color:#333;
	background-color:#f8f8f8;
	margin-right:10px}
.ny_news_page a:hover,.ny_news_page span{
	background-color:#293b9d;
	color:#fff;}
.ny_news_page a.page_aa{
	background-color:#293b9d;
	color:#fff;}
/**************************/
.prosy_nra.prosy_nraa ul li .more_aa{
  margin:0px auto;
  width: 260px;
  font-size: 12px;
  text-align:left;
  line-height:20px;
  color:#666;
}
.prosy_nra.prosy_nraa ul li .pro_name {
    border-top: 1px solid #f1f1f1;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
}



.ny_about{
  min-height: 680px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.ny_about_w{
  padding: 25px;  background-color: #fff;
  width:880px;
}
.ny_bt{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom:15px;
}
.newshow_bt{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
}
.newshow_time{
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  border-top:1px dashed #dfdfdf;
  border-bottom:1px dashed #dfdfdf;
}
.ny_right_nr{
  margin-top:10px;
}
.news_list{
  clear: both;
  overflow: hidden;
}
.news_list li{
    padding:10px 20px;
    clear: both;
    overflow: hidden;
    margin: 15px 0px;
    background-color: #f9f9f9;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.news_list li .news_list_bt{
  margin-bottom: 0px;
  font-size: 15px;
}
.news_list li .news_list_jj{
  line-height: 22px;
  color: #666;
  font-size: 12px;
}
.news_list li .news_time{
  background-color: #ccc;
  width: 70px;
  text-align: center;
  margin:6px 0;
  float: left;
  height:70px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 70px;
  word-break:break-all;
  
}
.prosy_bt_01a {
    font-size: 37px;
    color: #312019;
    font-weight: bold;
    line-height: 36px;
}
.prosy_bt_01b {
    font-size: 22px;
    line-height: 36px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/*内页公共部分*/
.container0{max-width:1400px;margin:0 auto}
.ny-main{margin:60px auto}
.ny-left{width:306px;}
.pro-name,.pro-contact{border:2px solid #087c3b;width:300px;margin-bottom:30px;}
.pro-title{ background: #087c3b;width:300px; position: relative;height:100px;}
.pro-title span,.pro-title b{ display: block;text-align: center;font-weight:bold}
.pro-title span{font-size:50px;font-weight:bold;color:#078c41;padding-top:5px;}
.pro-title b{font-size:36px;color:#FFFFFF;position: absolute;bottom:20px;left:0;right:0;margin:0 auto;letter-spacing:2px;}
.pro-menu .ctitle1 li{ width:256px;height:50px;line-height:50px;margin:8px auto;text-indent:30px;font-size:17px;}
.pro-menu .ctitle1 li a{color:#737373; width:256px;height:50px;line-height:50px; background: url(../images/jt-2.png) no-repeat center right 20px;display: block; background-color: #FAFAFA;}
.pro-menu .ctitle1 li:hover a,.pro-menu .ctitle1 li.on a{ background: url(../images/jt-1.png) no-repeat center right 20px; background-color: #087c3b;color:#fff}
.pro-contact{border:2px solid #087c3b;}
.contact-type h3{font-size:18px;font-weight:bold;color:#087c3b;text-align: center;margin:20px auto;width:255px;}
.contact-type span{ display: block;line-height:36px;color:#666666;width:260px;margin:0px auto;}
.contact-tel{ background:url(../images/cont-bg.jpg) no-repeat center center;text-align: center;height:160px;text-align: center;}
.contact-tel span,.contact-tel b{ display: block;color:#fff}
.contact-tel span{font-size:16px; background: url(../images/tel2.png) no-repeat center top 20px;padding-top:80px;}
.contact-tel b{font-size:36px;font-family: Impact;}

.ny-right{width:1050px;}
.position{height:50px;line-height:50px;margin-bottom:20px;}
.position b{width:165px;    margin-left: 24px; background: url(../images/pro-icon1.png) no-repeat center left 30px; background-color: #38AF48;color:#fff;font-size:20px;font-weight:bold;text-indent:60px;;}
.position span{width:835px;text-align: right;padding-right:20px;color:#fff; background-color: #087c3b;}
.position a{color:#fff}


/*产品内页*/
.ny-right .pro-list ul li{float:left;width:325px;border:1px solid #F2F2F2;margin:10px 0 10px 23px;text-align: center;}
.ny-right .pro-list ul .pic img{width:100%}
.ny-right .pro-list ul .info{ background: #F9F9F9;height: 100px;}
.ny-right .pro-list ul li span{font-size:16px;padding:18px 0;display: block;}
.ny-right .pro-list .info-a a{display: inline-block;width:120px;height:32px;line-height:32px;text-align: center; background: #087c3b;color:#fff;border-radius:5px;margin:0 10px;}
.ny-right .pro-list .info-a a:nth-child(2){ background: #38AF48;}

/*案例内页*/
.ny-right .case-list ul li{float:left;width:325px;margin:10px 0 10px 23px;text-align: center;}
.ny-right .case-list ul .pic img{width:100%}
.ny-right .case-list ul .info{ background: #F9F9F9;height: 100px;}
.ny-right .case-list ul li span{font-size:16px;padding:18px 0;display: block;}
.ny-right .case-list .info-a a{display: inline-block;width:120px;height:32px;line-height:32px;text-align: center; background: #087c3b;color:#fff;border-radius:5px;margin:0 10px;}
.ny-right .case-list .info-a a:nth-child(2){ background: #38AF48;}

/*新闻内页*/
.ny-right .ny-news-list ul li{float:left;width:325px;margin:10px 0 20px 25px;text-align: left;}
.ny-right .ny-news-list ul li span,.ny-right .ny-news-list ul li em,.ny-right .ny-news-list ul li p,.ny-right .ny-news-list ul li a{ display:block}
.ny-right .ny-news-list ul .pic img{width:100%}

.ny-right .ny-news-list ul li span{font-size:18px;padding:10px 0 0 0;display: block;color:#4c4c4c}
.ny-right .ny-news-list .info-a a{display: inline-block;width:120px;height:32px;line-height:32px;text-align: center; background: #087c3b;color:#fff;border-radius:5px;margin:0 10px;}
.ny-right .ny-news-list .info-a a:nth-child(2){ background: #38AF48;}
.ny-right .ny-news-list ul li em{color:#999999;margin-bottom:15px}
.ny-right .ny-news-list ul li p{color:#999999;margin-bottom:20px;}
.ny-right .ny-news-list ul li a{width:120px;height:32px;line-height:32px;text-align: center;border:1px solid #CCCCCC;color:#999}
.ny-right .ny-news-list ul li:hover a{color:#fff; background:#087c3b;}
.ny-right .ny-news-list ul li:hover span{color:#087c3b}
/*合作伙伴*/
.partner-list{ overflow: hidden;}
.partner-list li{float:left;width:225px;height:100px;margin:10px 0px 10px 35px;border:1px solid #eee}
.partner-list li a{ display: block;}
.partner-list li img{width:100%}
