@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: 580px;
        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: #31519f;
    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 #31519f;
}

.productiteml_bitemjt i {
    padding-left: 3px;
    color: #31519f;
    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(49, 81, 159, .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, #0b92df 0%, #0050a2 100%);
    background: -o-linear-gradient(left, #0b92df 0%, #0050a2 100%);
    background: -ms-linear-gradient(left, #0b92df 0%, #0050a2 100%);
    background: linear-gradient(to left, #0b92df 0%, #0050a2 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, #31519f 0%, #13e46f 100%);
    background: -webkit-linear-gradient(left, #31519f 0%, #13e46f 100%);
    background: -o-linear-gradient(left, #31519f 0%, #13e46f 100%);
    background: -ms-linear-gradient(left, #31519f 0%, #13e46f 100%);
    background: linear-gradient(to left, #31519f 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: #31519f;
}

.aboutus_tjsl_titleiwz {
    margin-left: 20px;
}

.aboutus_tjsl_titleiwzh {
    font-size: 28px;
    font-weight: 700;
    color: #31519f;
    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: #31519f;
	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: #31519f;
}

.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: #31519f;
    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: 14px;
    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: #31519f;
}

.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: #31519f;
        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;
    }
}



/*首页产品*/
.jidi{
    padding-top: 80px;
    background: url(../images/jidi_bg.jpg)no-repeat center center;
    height: 883px;
    margin-top: 10px;
}
.jidi .btitle{
    background-position: 0 -170px;
}
.jidi .btitle .bsub{
    padding-left: 190px;
}
.aajidi{margin-top: 40px;overflow: hidden;}
.aajidi dl{
    width: 285px;
    border: 1px solid #ddd;
    overflow:hidden;
    float: left;
    margin-right: 17.3px;
    margin-bottom: 20px;
}
.aajidi dl:nth-of-type(4n){
    margin-right: 0;
}
.aajidi dt{
    overflow: hidden;
}
.aajidi dt img{
    max-width: 100%;
    height: 220px;
    display: block;
}
.aajidi dd{
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 60px;
}
.aajidi dl:hover{
    border-color: #ff7f00;
}
.aajidi dl:hover dd{
    background: #ff7f00;
    color: #fff;
}
.aajidi dl:hover dt img{
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}

.gengduo{
    text-align: center;
    margin-top: 40px;
}
.gengduo a{
    font-size: 16px;
    color: #fff;
    background: #31519f;
    padding: 12px 30px;
    margin: 0 5px;
}
.gengduo a:last-of-type{
    background: #ff7f00;
}


/*产品中心*/
.products{
	width:1200px;
	height:auto;
	margin:auto;
	padding: 88px 0;
	overflow: hidden;
}
.protit{text-align: center;}
.protit p{
	font-size: 45px;
	font-weight: bold;
	color: #ee1d23;
	line-height: 50px;
}
.protit p i{
	color: #005faf!important;
}
.protit span{
	color: #333;
	font-size: 17px;
	line-height: 50px;
}
.inhx{
	background: #ee1d23;
	width: 65px;
	height: 3px;
	margin: 0 auto 35px auto;
	
}
/*滚动部分*/
.product .conleft {
    width: 268px;
}
.product .conleft .box {
    background: #fff;
    border-top: 1px solid #dfdddd;
}
.product .conleft .box:first-child {
    border-top: none;
}
.product .conleft .box h3 {
    padding: 39px 0;
    background: #31519f url("../images/p.png")no-repeat 26px center;
    border-radius: 6px 6px 2px 2px;
}
.product .conleft .box h3 p {
    font-size: 32px;
    color: #fff;
	font-weight: normal;
	 padding-left: 75px;
}
.product .conleft .box h3 span {
    font-size: 20px;
    color: #fff;
        padding-left: 75px;
    text-transform: uppercase;
    font-weight: normal;
}
.product .conleft .box h4 {
    padding: 15px 0;
    background: #0661b0 url(../images/fangico.png)no-repeat 23px 21px;
    color: #fff;
    padding-left: 62px;
    font-size: 20px;
    font-weight: normal;
}
.product .conleft .box ul {
    padding: 5px 0;
	border: 1px solid #e9e9e9;
}
.product .conleft .box ul li {
    margin: 0 10px;
    height:52px;
    line-height: 52px;
    text-indent: 30px;
    background: url("../images/inico5.png") no-repeat 14px center;
    font-size: 16px;
    color: #666;
	border-bottom: 1px solid #e9e9e9;
}
.product .conleft .box ul li a {
    display: block;
	    color: #666;
    font-size: 14px;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.product .conleft .box ul li:last-child{
	border-bottom: none;
}
.product .conleft .box ul li:first-child {
    border-top: none;
}
.product .conleft .box2 h3 a {
    background: url(../images/proicon03.png) no-repeat 200px center;
}
.product .conleft .box:hover ul {
    background: #fff;
}
.product .conleft .box ul li.cur {
  border-left: 3px solid #da251e;
	background: #f2f2f2;
	margin: 0;
}
.product .conleft .box ul li:hover {
  border-left: 3px solid #da251e;
	background: #f2f2f2;
	margin: 0;
}
.product .conleft .box ul li:hover a {
    color: #333;
    font-size: 16px;
}
.product .conleft .zxrx {
background: #31519f;
    padding: 38px 0 40px 11px;
}
.product .conleft .zxrx img{
	float: left;
	padding: 0 6px;
}
.zxtel{
	color: #fff;
}
.zxtel p{
	    font-size: 14px;
    line-height: 24px;
	color:#FFF;
}
.zxtel span{
	font-size: 29px;
    font-weight: bold;
    font-family: "Times New Roman";
    line-height: 29px;
}
.product .conleft .promore {
    padding-left: 37px;
    display: block;
    background: url(../images/proico.png) no-repeat left center;
}
.product .conleft .promore {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: "Times New Roman", Arial, "微软雅黑";
}
.product .conright {
    width: 895px;
}
.product .conright .r_top {
    height: 417px;
    background: #f5f5f5;
    margin-bottom: 17px;
    position: relative;
}
.product .conright .r_top .topbox {
    position: relative;
    overflow: hidden;
    height: 417px;
}
.product .conright .r_top ul {
    position: relative;
}
.product .conright .r_top ul li {
    float: left;
    width: 465px;
    height: 405px;
    padding: 30px 65px 0 400px;
    position: relative;
}
.product .conright .r_top ul li .pImg {
    display: block;
    width: 343px;
    height: 343px;
    position: absolute;
    left: 25px;
    top: 30px;
    background: #eee;
}
.product .conright .r_top ul li .pImg a {
    display: block;
    width: 338px;
    height: 338px;
    position: relative;
    top: -5px;
    left: -5px;
    border: 1px solid #dfdddd;
    overflow: hidden;
}
.product .conright .r_top ul li img {
    display: block;
    width: 338px;
    height: 338px;
    transition: all 0.5s;
}
.product .conright .r_top ul li .p1 {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .conright .r_top ul li .p1 em {
    display: block;
    width: 47px;
    height: 1px;
    margin-top: 20px;
    background: #da251e;
}
.product .conright .r_top ul li .p2 {
    border: 1px dashed #ddd;
    height: 150px;
    margin-bottom: 28px;
    padding: 10px 15px;
}
.product .conright .r_top ul li .item_subinfo {
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.item_subinfo span pre {
    font: 14px Arial, "Microsoft Yahei";
    line-height: 30px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.product .conright .r_top ul li .p3 {
    overflow: hidden;
}
.product .conright .r_top ul li .p3 .prozx{
	width: 205px!important;
}
.product .conright .r_top ul li .p3 a {
    display: block;
    float: left;
    width: 145px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    background: #da251e;
    border-radius: 27px;
    color: #fff;
}
.product .conright .r_top ul li .p3 a:first-of-type {
    background: #014590;
}
.product .conright .r_top ul li .p3 a:hover {
    background: #222;
}
.product .conright .r_top ul li .pImg:hover img {
    transform: scale(1.1);
}
.product .conright .r_top .proBtnl {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    cursor: pointer;
    position: absolute;
    right: 51px;
    bottom: 0;
    background: #f5f5f5;
}
.product .conright .r_top .proBtnl i {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff url(../images/projtz01.png) no-repeat center;
}
.product .conright .r_top .proBtnr {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
}
.product .conright .r_top .proBtnr i {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff url("../images/projr01.png") no-repeat center;
}
.product .conright .r_top .proBtnl:hover, .product .conright .r_top .proBtnr:hover {
    background: #0661b0;
    border-color: #0661b0;
}
.product .conright .r_top .proBtnl:hover i {
    background: url(../images/projtz02.png) no-repeat center;
}
.product .conright .r_top .proBtnr:hover i {
    background: url("../images/projtr02.png") no-repeat center;
}
.product .conright .r_top .topbg {
    width: 97px;
    height: 97px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/fangxp.png) no-repeat center;
}
.product .conright .r_bot dl {
    float: left;
    width: 288px;
    margin-left: 15px;
    background: #fff;
    text-align: center;
}
.product .conright .r_bot dl:first-of-type {
    margin-left: 0;
}
.product .conright .r_bot dl dt {
    overflow: hidden;
 width: 288px;
    height: 288px;
	display: block;
	border: 1px solid #e4e4e4;
    padding: 1px;
}
.product .conright .r_bot dl dt img {
    display: block;
    width: 288px;
    height: 288px;
    transition: all 0.5s;
}
.product .conright .r_bot dl dd.dd1 {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .conright .r_bot dl dd.dd1 a {
    color: #333;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.product .conright .r_bot dl dd.dd2 {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;/*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 39px;
    padding: 0 20px;
}
.product .conright .r_bot dl:hover dt img {
    transform: scale(1.1);
}
.product .conright .r_bot dl:hover dd.dd1 a {
    color: #014590;
}

/*结束*/

/*标题*/
.ttitle0{
    text-align: center;
	margin-bottom:35px;
}
.ttitle0 .ttit{
    font-size: 38px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.ttitle0 .ttit b{
    color: #01589e;
	font-weight:800;
}
.ttitle0 .thr{
    width: 100%;
    height: 1px;
    text-align: center;
    background: #dcdcdc;
    margin: 20px auto;
}
.ttitle0 .thr span{
    width: 50px;
    height: 1px;
    display: block;
    background: #31519f;
    margin: auto;
}
.ttitle0 .tsub{
    font-size: 15px;
    color: #333;
}


/*应用领域 & 效果实例*/

.blue {
	color: #3e5fae;
}
.index_title03 {
	text-align: center;
}
.index_title03 p {
	font-size: 40px;
	font-weight: 700;
	color: #111;
	line-height: 75px;
}
.index_title03 span.emmm {
	display: block;
	font-size: 16px;
	color: #666;
	width: 580px;
	line-height: 26px;
	margin: 0 auto;
	padding-top: 10px;
}
.index_yingyong {
	padding: 90px 0 40px 0;
	background: #f5f5f5;
}
.slideTxtBox02 {
	margin-top: 45px;
	background: #fff url(../images/bj06.jpg) no-repeat center bottom;
	padding-bottom: 70px;
}
.slideTxtBox02 .hd {
	overflow: hidden;
}
.slideTxtBox02 .hd ul li {
	display: block;
	float: left;
	width: 171px;
	height: 58px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	background: url(../images/bj04.jpg) repeat-x;
	color: #fff;
}
.slideTxtBox02 .hd ul li.on {
	color: #fff;
	background: url(../images/bj05.jpg) no-repeat center bottom;
}
.slideTxtBox02 .hd ul li:hover {
	cursor: pointer;
}
.yyvs {
	position: relative;
	width: 1120px;
	height: 405px;
	overflow: hidden;
	padding: 40px;
}
.yyvs img {
	display: block;
	width: 540px;
	height: 406px;
}
.yyvs img.qxvs {
	width: 194px;
	height: 194px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -93px 0 0 -100px;
}


.slideBox {
	height: 730px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 47%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 2px;
	width: 65px;
	height: 5px;
	line-height: 14px;
	text-align: center;
	border: 1px solid #c2c2c2;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #3e5fae;
	color: #fff;
	border: 1px solid #3e5fae;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 730px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
 *width: 1200px;
}
a {
	color: inherit;
}
a:hover {
	color: #3e5fae;
}

.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: #00579d;
}
.prosy_nra ul li .more_aa a:hover{
  background-color: #fb8800;
}
/*************************************/


















/***产品左侧*****/
.prosy_bt{
  height: 80px;
}
.yansejb{
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); /* 标准的语法（必须放在最后） */
}
.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{
  background-color:#fff;
  padding: 15px;
 
}
.prosy_nr ul li a{
  display: block;
  line-height:50px;
  border-bottom: 1px solid #ececec;
  font-size:16px;
  color: #666;
  padding-left: 35px;
  background: url(../images/web_12.jpg)  10px center no-repeat;
}
.prosy_nr ul li a.pro_on{
  color: #31519f;
background: url(../images/web_09.jpg)  10px center no-repeat;
}
.prosy_nr ul li a:hover{
  color: #31519f;
background: url(../images/web_09.jpg)  10px center no-repeat;
}
.prosy_db{
  height: 190px;
}
.pro_tel01{
  margin:0px auto 0;
  text-align: center;
  padding: 25px 0 0;
}
.pro_tel02{
  font-size: 27px;
  color: #ffffff;
  line-height: 30px;
  padding-top: 15px;
  text-align: center;
  font-family: Arial;
}
.pro_tel03{
  padding-top:0px;
  font-size: 18px;
   color: #ffffff; text-align: center;
    line-height: 40px;
}
.pro_tel04{
  margin:5px 20px 30px;
  height:30px;
  background-color: #fff3dc;
  text-align: center;
  line-height: 30px;
}
.pro_tel04 a{
  color: #7a5100;
  font-size: 15px;
}
.pro_tel04 a:hover{
  color: #31519f;
}
.prosy_bt_01{
  float: left;
}
.prosy_bt_01a{
  font-size: 37px;
    color: #31519f;
    font-weight: bold;
    line-height: 36px
}
.prosy_bt_01b{
    font-size: 16px;
    line-height: 36px;
    color: #ccc;
    text-transform: uppercase;
}
.prosy_bt_02{
  float: right;
}
.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: #31519f;
}
.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;
				
}

	
/***************内页关于我们**********/
.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_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;
}

/************产品*****************/
.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;
}*/

/**************************/
.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;
}


.prosy_bt_01a {
    font-size: 37px;
    color: #312019;
    font-weight: bold;
    line-height: 36px;
}
.prosy_bt_01b {
    font-size: 14px;
    line-height: 36px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ct00,.ct.._box,.mf{overflow:hidden; *overflow-x: hidden;width:860px; float:right;}

.news_sy_nraa00{
	margin:0 25px 25px;}
.news_sy_nraa00 ul{
	clear:both;
	overflow:hidden;}
.news_sy_nraa00 ul li{
	font-size:15px;
	line-height:44px;
	background:url(../images/web_39.jpg) left center no-repeat;
	padding-left:12px;
	border-bottom:1px dashed #dfdfdf;}
.news_sy_nraa00 ul li a{
	color:#666;}
.news_sy_nraa00 ul li a span{
	font-size:15px;
	color:#999;
	float:right;}
.news_sy_nraa00 ul li a:hover{
	font-size:15px;
	color:#0056ab}