/*全局*/

body {
    font-family: 'Microsoft YaHei';
    background-color: #fff;
    width: 100%;
}

a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

ul li {
    list-style: none;
}

.container {
    width: 100%;
    background: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 35px;
}

.container.wrapper .inner {
    background: #ffffff;
}

.inner {
    max-width: 1540px;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 1300px) {
    .header .hd_top .nav {
        margin-left:340px !important;
    }
    .nav > li {
        margin: 0 0 0 25px;
    }
}

@media screen and (max-width: 1500px) {
    .inner {
        width: 90%;
    }
}

.container .inner_content {
    width: 77.27%;
    margin: 0 auto;
    padding-top: 72px;
    padding-bottom: 85px;
}


@media screen and (max-width: 1500px) {
    .container .inner_content {
        width: 90%;
    }
}



.theme {
    color: #333333;
}

.subtit {
    color: #999999;
}

.nr {
    color: #666666;
}

.nr2 {
    color: #999999;
}

/*over*/

/*头部*/
.header {
    width: 100%;
    padding-bottom: 17px;
}

.header .hd_top {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    height: 122px;
    font-size: 16%;
}

.header .hd_top .logo {
    display: block;
    position: absolute;
    top: 0;
    left: 55px;
    width: 230px;
    height: 140px;
}

.header .hd_top .logo img {
    display: block;
    width: 100%;
}

.header .hd_top .nav {
    width: 673px;
    margin: 0 auto;
    padding-top: 48px;
}

.nav::after {
    clear: both;
    display: block;
    content: ''
}

.nav > li {
    margin: 0 0 0 33px;
    position: relative;
    float: left;
    padding-bottom: 20px;
}

.nav > li:first-child {
    margin-left: 0;
}

.nav > li > a {
    display: block;
    color: #ffffff;
    padding: 0 8px 11px 8px;
    -webkit-transition: all  0.1s;
    -moz-transition: all  0.1s;
    -ms-transition: all  0.1s;
    -o-transition: all  0.1s;
    transition: all  0.1s;
    font-size: 16px;
}

.nav > li > a.hd_submenu {
    padding: 0 15px 11px 8px;
    background: url("../images/about_bread_08.png") no-repeat right 7px;;
}

.nav > li:hover > a,
.nav > li.on > a {
    color: #58c3e0;
    border-bottom: 2px solid #58c3e0;
}

.nav > li:hover .drop_nav2 {
    display: block;
}

.nav > li:hover > a.hd_submenu,
.nav > li.on > a.hd_submenu {
    background: url("../images/about_bread_10_03.png") no-repeat right 7px;
}

/*下拉*/
.drop_nav2 {
    display: none;
    z-index: 100;
    background: #fff;
    /*display: none;*/
    position: absolute;
    width: 222px;
    left: -70px;
    /*margin-left: -111px;*/
    text-align: center;
    top: 43px;
    box-shadow: 0px 9px 16px 0px rgba(24, 14, 8, 0.16);
}

.drop_nav2 > li {
    position: relative;
    border-top: 1px solid #ccc;
}

.drop_nav2 > li:hover {
    color: #58c3e0;
}

.drop_nav2 > li.on .drop_nav3_wrapper,
.drop_nav2 > li:hover .drop_nav3_wrapper {
    display: block;
}

.drop_nav2 > li.has-sub:after {
    content: '';
    position: absolute;
    right: 40px;
    top: 20px;
    width: 5px;
    height: 9px;
    background: url("../images/submenu_06.png") no-repeat center center;
}

.drop_nav2 > li > a {
    display: block;
    line-height: 50px;
    padding: 0 40px;
    color: #666666;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
}

.drop_nav2 > li > a:first-child {
    border: none;
}

.drop_nav2 > li:hover > a {
    color: #58c3e0;
}

.drop_nav2 > li.has-sub:hover:after {
    background-image: url("../images/submenu_03.png");
}

.drop_nav3_wrapper {
    display: none;
    padding-left: 10px;
    position: absolute;
    left: 221px;
    width: 222px;
    top: 0;
}

.drop_nav3 {
    background: #fff;
    box-shadow: 0px 9px 16px 0px rgba(24, 14, 8, 0.16);
}

.drop_nav3 > li {
    padding: 0 50px;
    border-top: 1px solid #ccc;
}

.drop_nav3 > li > a {
    display: block;
    color: #666666;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.drop_nav3 > li > a:hover {
    color: #58c3e0;
}

.header .hd_ser {
    position: relative;
    float: left;
    margin-top: 3px;
    padding-left: 7px;
    height: 40px;
}

.header .hd_ser:before {
    content: '';
    position: absolute;
    left: 0;
    top:5px;
    height: 16px;
    bottom: 16px;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    width: 0;
}

.header .hd_ser .wrapper-text {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    width: 171px;
    height: 27px;
}

.header .hd_ser .text {
    box-sizing: border-box;
    color: #8b8b8b;
    font-size: 14px;
    width: 171px;
    height: 27px;
    line-height: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    padding-left: 15px;
    padding-right: 37px;
    border: none;
}

.header .hd_ser .wrapper-text.active {
    display: block;
}

.header .hd_ser .butt {
    cursor: pointer;
    width: 32px;
    height: 24px;
    border: none;
    color: transparent;
    background: url("../images/product_search_03.png") no-repeat center;
    transition: .5s;
}



.header .hd_ser .butt:hover {
    background-image: url("../images/product_search_01_03.png");
}


.header .hd_ser .butt_search {
    cursor: pointer;
    width: 32px;
    height: 24px;
    border: none;
    color: transparent;
    background: url("../images/product_search_01_031.png") no-repeat center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position:absolute;
    right: 7px;
    top: 2px;
}

.header .hd_ser .butt_search:hover {
    background-image: url("../images/product_search_01_03.png");
}


.hd_top p {
    font-weight: bold;
    color: #0d4297;
    margin-right: 48px;
    line-height: 24px;
    float: right;
    margin-top: 4px;
}

.hd_top .right {
    position: absolute;
    top: 48px;
    right: 56px;
}

.language {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: left;
    margin-right: 15px;
    position: relative;
    height: 29px;
    width: 91px;
}

.language div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 78px;
    height: 28px;
    padding-left: 12px;
    overflow: hidden;
    transition: .5s;
}

.language div:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 12px;
    width: 7px;
    height: 4px;
    background: url("../images/about2_13.png") no-repeat center center;
}

.language div a {
    display: block;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.language div:hover {
    height: 53px;
}

.language div a:hover {
    color: #58c3e0;
}

/*面包屑*/
.bread_wrap {
    width: 263px;
    height: 64px;
    padding-top: 10px;
    padding-left: 57px;
    position: absolute;
    top: 115px;
}

.bread_wrap h5 {
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
}

.bread {
    float: right;
    margin-right: 33px;
    margin-top: 13px;
    overflow: hidden;
}

.bread:before {
    content: '';
    float: left;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 16px;
    background: url("../images/about2_40.png") no-repeat center center;
    margin-right: 20px;
}

.bread span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    float: left;
}

.bread a {
    display: block;
    color: #999;
    font-size: 14px;
    float: left;
}

.bread a:hover {
    color: #58c3e0;
    text-decoration: underline;
}

.bread i {
    display: block;
    margin: 0 5px;
    font-size: 14px;
    float: left;
}

/*over*/
/*内页导航*/
.nei_menu_wrap {
    background: #fff;
    width: 80%;
    margin: 300px auto 0 auto;
}


@media screen and (max-width: 1500px) {
    .nei_menu_wrap {
        background: #fff;
        width: 90%;
        margin: 300px auto 0 auto;
    }
}

.nei_menu {
    margin-left: 20px;
}

.nei_menu:after {
    display: table;
    content: '';
    clear: both;
}

.nei_menu > li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.nei_menu > li > a {
    display: block;
    padding: 0 15px;
    line-height: 45px;
    color: #666666;
    border-bottom: 3px solid transparent;
    font-size: 16px;
}

.nei_menu > li.on > a,
.nei_menu > li:hover > a {
    color: #58c3e0;
    border-bottom: 3px solid #58c3e0;
}


.nei_menu > li:hover .nei_menu_drop {
    display: block;
}

.nei_menu .nei_menu_drop {
    display: none;
    position: absolute;
    left: 50%;
    top: 42px;
    width: 125px;
    margin-left: -62px;
    background: #fff;
    box-shadow: 2px 4px 27px 0px rgba(0, 0, 0, 0.14);
    border-top: 3px solid #58c3e0;
    z-index: 9999;
}

.nei_menu .nei_menu_drop:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 5px;
    background: url("../images/icon-arrow-top.png") no-repeat center center;
}

.nei_menu .nei_menu_drop > li {
    line-height: 33px;
    text-align: center;
    border-top: 1px solid #f5f5f5;
}

.nei_menu .nei_menu_drop > .all {
    height: 36px;
    line-height: 36px;
}

.nei_menu .nei_menu_drop > li > a {
    color: #666666;
    font-size: 14px;
}

.nei_menu .nei_menu_drop > li:hover > a {
    color: #58c3e0;
}
.nei_menu .nei_menu_drop > .on > a {
    color: #58c3e0;
}

/*首页头部*/

.header.ind {
    padding-bottom: 0;
}

.header.ind .hd_top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    right: 0;
}

.hd_learn_more {
    /* padding-left: 9.63%; */
    /* padding-top: 329px; */
}

.header .flexslider {
    position: relative;
}

.header .flexslider .flex-control-nav {
    padding: 0;
    position: absolute;
    bottom: 70px;
    left: 0;
    height: 24px;
    line-height: 24px;
    width: 100%;
    text-align: center;
}

.header .flexslider .flex-control-nav li {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 7px;
    padding: 0;
}

.header .flexslider .flex-control-nav li a {
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 12px;
    display: block;
    font-size: 0;
    color: transparent;
    width: 7px;
    height: 7px;
    border: 2px solid #ffffff;
}

.header .flexslider .flex-control-nav li a:hover,
.header .flexslider .flex-control-nav li a.flex-active {
    border-color: #ffffff;
    background: #ffffff;
}

.header .flex-direction-nav li a {
    width: 60px;
    height: 60px;
    /* border: 1px solid #ffffff; */
    /* border-radius: 100%; */
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: block;
    font-size: 0;
    text-indent: -9000px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header .flex-direction-nav li a.flex-prev {
    z-index: 9999;
    left: 1.2%;
    background: url("../images/nav_d_03.png") no-repeat center;
}

.header .flex-direction-nav li a.flex-next {
    z-index: 9999;
    right: 1.2%;
    background: url("../images/nav_d_05.png") no-repeat center;
}

.header .flex-direction-nav li a.flex-prev:hover {
    background: url("../images/nva_b2_03.png") no-repeat center;
    /* border-color: #ffffff; */
}

.header .flex-direction-nav li a.flex-next:hover {
    background: url("../images/nva_b2_05.png") no-repeat center;
    border-color: #ffffff;
}

@media screen and (max-width: 1700px) {
    .header .slides li {
        -webkit-background-size: auto 100% !important;
        background-size: auto 100% !important;
    }
}

@media screen and (max-width: 1560px) {
    .header .slides li {
        -webkit-background-size: auto 100% !important;
        background-size: auto 100% !important;
    }
}




.hd_learn_more .big-image {
    display: block;
    width: 100%;
}

.hd_learn_more_text {
    padding-left: 9.63%;
    padding-top: 23%;
    font-size: 0.8rem;
    color: #ffffff;
}


@media screen and (max-width: 1670px) {
    .hd_learn_more_text {
        padding-top: 25%;
    }
}


@media screen and (max-width: 1567px) {
    .hd_learn_more_text {
        padding-top: 27%;
    }
}

@media screen and (max-width: 1400px) {
    .hd_learn_more_text {
        padding-top: 30%;
    }
}

@media screen and (max-width: 1310px) {
    .hd_learn_more_text {
        padding-top: 32%;
    }
}











.hd_learn_more_text > div {
    line-height: 58px;
}

.hd_learn_more_text span.en {
    font-family: 'BRANDONTEXT-LIGHT';

}

.hd_learn_more_text span.zh {
    font-size: .55rem;
}

.hd_learn_more_text p {
    font-family: 'BRANDONTEXT-LIGHT';
    font-size: 0.8rem;

}

.hd_learn_more_text .more {
    width: 31.33%;
    border-bottom: 1px solid #ffffff;
    margin-top: 30px;
    padding-bottom: 43px;
}

.hd_learn_more_text a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 35px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #ffffff;
    background: rgba(88, 195, 224, 0.72);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


.hd_learn_more_text a:hover {
    background: rgb(88, 195, 224);
}

.hd_learn_more_text .more a{
    position:relative;
    overflow: hidden;
}

.hd_learn_more_text .more a>div{
    float: left;
    margin-right: 13px;
}


.hd_learn_more_text .more i {
    display: block;
    width: 7px;
    height: 7px;
    background: url("../images/hd_learn-more_03.png") no-repeat center;
    line-height: 45px;
    float: right;
    padding-top: 40px;
}


.hd_learn_more_pro {
    padding-left: 9.63%;
    margin-top: 43px;
    overflow: hidden;
}

.hd_learn_more_pro .product_list3 {
    float: left;
    margin-right: 18px;
    text-align: center;
    margin-bottom: 97px;
    color: #ffffff;
    font-size: 14px;
}

.hd_learn_more_pro .product_list3 .pic {
    overflow: hidden;
    width: 97px;
    height: 97px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.hd_learn_more_pro .product_list3 .pic a{
    overflow: hidden;
    width: 97px;
    height: 97px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.hd_learn_more_pro .product_list3 .pic img {
    overflow: hidden;
    width: 97px;
    height: 97px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hd_learn_more_pro .product_list3 .pic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*over*/

/*底部*/
.footer {
    padding-top: 1.42%;
}

.footer_top {
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    margin-top: 1.42%;
    height: 233px;
    margin-left: 55px;
    margin-right: 55px;
}

.footer_top .left {
    font-size: 14px;
    color: #999999;
    width: 329px;
    position: absolute;
    left: 0;
    top: 0;
}

.footer_top .left .pic {
    width: 210px;
    height: 45px;
    margin-bottom: 24px;
}

.footer_top .left img {
    display: block;
    width: 100%;
    height: 45px;
}

.footer_top .left a {
    color: #999999;
    font-size: 14px;
}

.footer_top .left .inter {
    padding-left: 27px;
    background: url("../images/about2_36.png") no-repeat left center;
    line-height: 26px;
}

.footer_top .left .inland {
    padding-left: 27px;
    background: url("../images/about2_36.png") no-repeat left center;
    line-height: 26px;
}

.footer_top .address {
    padding-left: 27px;
    background: url("../images/about2_40.png") no-repeat left 5px;
    line-height: 26px;
}

.footer_top .phone {
    padding-left: 27px;
    background: url("../images/about2_43.png") no-repeat left center;
    line-height: 26px;
}

/*微信分享*/

.ft_share {
    overflow: hidden;
    width: 164px;
    margin-top: 3px;
    line-height: 24px;
}

.ft_share .bdsharebuttonbox {
    overflow: hidden;
    float: right;
}

.ft_share .bdsharebuttonbox a {
    width: 30px;
    height: 24px;
    padding: 0;
    display: block;
    float: left;
    margin: 0 0 0 5px;
    background: url("../images/about2_52.png") no-repeat center;
}

.ft_share .bdsharebuttonbox a:first-child {
    margin: 0;
}

.ft_share .bdsharebuttonbox a.bds_weixin {
    background-image: url("../images/about2_47.png");
}

.ft_share .bdsharebuttonbox a.bds_tsina {
    background-image: url("../images/about2_49.png");
}

.ft_share .bdsharebuttonbox a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ft_share .bdsharebuttonbox a:hover {
    background: url("../images/about3_52.png") no-repeat center;
}

.ft_share .bdsharebuttonbox a.bds_weixin:hover {
    background-image: url("../images/about3_47.png");
}

.ft_share .bdsharebuttonbox a.bds_tsina:hover {
    background-image: url("../images/about3_49.png");
}

.footer .center {
    width: 48%;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 200px;
}

.footer_top .center dl {
    float: left;
    width: 15.09%;
    min-width: 60px;
    line-height: 26px;
    margin-left: 13%;
}

.footer_top .center dl:first-child {
    margin-left: 0;
}

.footer_top .center dt {
    padding-bottom: 11px;
    width: 100%;
}

.footer_top dt a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    border-bottom: 1px solid #dadada;
    padding-bottom: 11px;
    color: #333333;
    font-size: 15px;
}

.footer_top dd a {
    font-size: 14px;
    color: #666666;
}

.footer_top .right {
    float: right;
    width: 99px;
    height: 99px;
    position: absolute;
    right: 0px;
    top: 0;
}

.footer_top .right img {
    display: block;
    width: 100%;
    height: 99px;
}

.footer_top .right .con {
    font-size: 14px;
    margin-top: 26px;
    width: 140px;
    position:absolute;
    left: -15px;
    text-align: center;
}

.footer_bottom {
    background-color: #111111;
    height: 45px;
    line-height: 45px;
    padding-left: 55px;
    padding-right: 55px;
    overflow: hidden;
}

.footer_bottom .left {
    color: #ffffff;
    font-size: 14px;
    float: left;
}

.footer_bottom .left a {
    font-size: 14px;
    color: #ffffff;
}

.footer_bottom .right {
    float: right;
    color: #ffffff;
    font-size: 14px;
}

.footer_bottom .right a {
    color: #ffffff;
    font-size: 14px;
}

.footer a:hover {
    color: #58c3e0;
    text-decoration: underline;
}

/*over*/

/*产品中心*/

.pro_left {
    float: left;
    overflow: hidden;
    width: 71%;
}

.pro_left ul {
    overflow: hidden;
    width: 100%;
    margin: 0 -5px;
    float: left;
}

.pro_left ul li {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
    padding: 0 5px;
}

.pro_left ul li.last {
    margin-bottom: 0;
}

.product_list {
    display: block;
}

.product_list .pic {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.product_list .pic img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pro_left .product_list:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.product_list .con {
    box-sizing: border-box;
    padding: 22px 22px 21px 36px;
    background: #ffffff;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666666;
}

.pro_left .product_list:hover .con{
    color: #58c3e0;
}

.pro_right {
    box-sizing: border-box;
    float: right;
    width: 27%;
    background-color: #fff;
    padding-top: 27px;
    padding-left: 2.6%;
    padding-right: 2.6%;
    padding-bottom: 55px;
}

.pro_right .hd_ser {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 12px 0 12px 25px;
    position: relative;
}

.pro_right .hd_ser .text {
    font-size: 14px;
    color: #CCCCCC;
    width: 80%;
}

.pro_right .hd_ser .butt {
    height: 19px;
    width: 19px;
    background: url("../images/product_search_03.png") no-repeat left center;
    cursor: pointer;
    position: absolute;
    right: 25px;
}

.pro_right .hd_ser .butt:hover {
    background: url("../images/product_search_01_03.png") no-repeat left center;
}

.pro_right h3 {
    margin-top: 32px;
    border-top: 1px solid #ebebeb;
    padding-top: 17px;
    padding-bottom: 22px;
    font-size: 16px;
    color: #333333;
}


/*产品中心滚动*/
.content_left_slider{
    width: 100%;
}


.silder_w{
    border:1px solid #ebebeb;
}

.pro_list_wrapper {
    width: 100%;
    margin: 0 auto;
}

.pro_list_wrapper:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.product_list2 {
    display: block;
    position: relative;
}

.product_list2 .pic {
    width: 100%;
    overflow: hidden;
}

.product_list2 .pic img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.product_list2:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.product_list2 .con {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 14px;
    padding-left: 16px;
    font-family: "Arial";
}

.product_list2:hover  .con{
    background-color: rgba(88, 195, 224, 0.79);
}


.content_left_slider .nav {
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    font-size: 0;
}

.content_left_slider .nav ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.content_left_slider .nav ul > li {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 6px;
    height: 6px;
    margin: 4px 6px;
    background: #c5c5c5;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    font-size: 0;
    overflow: hidden;
    text-indent: 999999em;
}

.content_left_slider .nav ul > li.on {
    background: #58c3e0;
}

.content_left_slider .nav .prev {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url("../images/icon-left.png") no-repeat center center;
    width: 8px;
    height: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}

.content_left_slider .nav .prev:hover,
.content_left_slider .nav .prev.active {
    background-image: url("../images/icon-left-active.png");
}

.content_left_slider .nav .next {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 8px;
    height: 14px;
    background: url("../images/icon-right.png") no-repeat center center;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 15px;
}

.content_left_slider .nav .next:hover,
.content_left_slider .nav .next.active {
    background-image: url("../images/icon-right-active.png");
}





















/*oem 产品专题页*/

.oem_btn {
    overflow: hidden;
    position: relative;
    width: 74.74%;
    margin-left: 10px;
}

.oem_btn:before {
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    border-top: 1px solid #bcbcbc;
    position: absolute;
    top: 20px;
    z-index: 1;
}

.oem_btn li {
    width: 37px;
    height: 37px;
    border: 1px solid #bcbcbc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 37px;
    float: left;
    background: #ffffff;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.oem_btn li:first-child {
    margin-right: 42%;
}

.oem_btn li.last {
    margin-right: 0;
    float: right;
}

.oem_btn li:hover,
.oem_btn li.on {
    background: #58c3e0;
    color: #ffffff;
    border: 1px solid #58c3e0;
}

.oem_con {
    overflow: hidden;
    position: relative;
    width: 75.3%;
    margin-top: 12px;
    margin-bottom: 35px;
}

.oem_con li {
    float: left;
}

.oem_con li:first-child {
    margin-right: 41.56%;
}

.oem_con li.last {
    margin-right: 0;
    float: right;
}

.oem_rolling {
    width: 100%;
}

.oem_rolling .pic {
    width: 100%;
    display: none;
}

.oem_rolling .pic img {
    width: 100%;
}

.oem_text {
    line-height: 22px;
    margin-top: 33px;
}

/*分页*/
.page_list {
    display: block;
    text-align: center;
    padding: 38px 0 0;
    overflow: hidden;
    float: right;
}
.page_list .shangyi{ display:none;}

.page_list a {
    display: block;
    float: left;
    width: 43px;
    height: 43px;
    line-height: 43px;
    color: #999999;
    background: #ffffff;
    border: 1px solid #ebebeb;
}

.page_list a:nth-child(2),
.page_list a:nth-child(3),
.page_list a:nth-child(4),
.page_list a:nth-child(5) {
    border-right: 0;
}

.page_list a:hover, .page_list a.on {
    color: #ffffff;
    background-color: #58c3e0;
}

.page_list a.prev {
    width: 100px;
    height: 43px;
}

.page_list a.next {
    width: 100px;
    height: 43px;
}

.page_list a.prev:hover {
    background: #58c3e0;
}

.page_list a.next:hover {
    background: #58c3e0;
}

.page_back {
    float: right;
    margin-top: 12px;
}

.page_back a:first-child {
    padding-left: 25px;
    background: url("../images/page_back_03.png") left 4px no-repeat;
}

.page_back a:first-child:hover {
    background: url("../images/page-back_hover_03.png") left 4px no-repeat;
}

.page_back a {
    color: #999999;
    margin-left: 44px;
}

.page_back a.on,
.page_back a:hover {
    color: #58c3e0;

}

/*over*/

/*服务中心*/

.m_title {
    overflow: hidden;
    margin-bottom: 25px;
    line-height: 40px;
}

.m_title h3 {
    float: left;
    font-size: 25px;
    margin-right: 14px;
}

.m_title p {
    float: left;
    font-family: 'Arial';
    font-size: 20px;
    position: relative;
    top: 4px;
}

.service_top .con {
    overflow: hidden;
    padding-bottom: 45px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.service_top .con_left {
    float: left;
    width: 30.93%;
}

.service_top .con_left .phone {
    padding-left: 30px;
    background: url("../images/service_phone_03.png") no-repeat left center;
    line-height: 22px;
}

.service_top .con_right {
    width: 41.87%;
    float: right;
}

.service_top .con_left p:last-child,
.service_top .con_right p:last-child {
    font-size: 14px;
    line-height: 22px;
    margin-top: 3px;
}

.service_bottom {
    box-sizing: border-box;
    width: 100%;
}

.service_bottom .question {
    box-sizing: border-box;
    padding: 16px 23px 20px 12px;
    width: 100%;
}

.service_bottom .question.bg {
    background: #f7f7f7;
}

.service_bottom .question > p {
    font-size: 16px;
    color: #58c3e0;
    background: url("../images/service2_03.png") left 3px no-repeat;
    margin-bottom: 10px;
    padding-left: 28px;
}

.service_bottom .answer {
    padding-left: 28px;
    background: url("../images/service2_06.png") left 3px no-repeat;
}

.service_bottom .answer p {
    font-size: 14px;
    line-height: 20px;
}


/*查看更多*/
.look_more {
    display: block;
    margin: 0 auto;
    padding: 14px 0 14px 56px;
    width: 175px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    background: url(../images/scmore_03.png) no-repeat 32px center;
    background-color: #58c3e0;
    border-radius: 25px;
    transition: .5s;
    margin-top: 20px;
}

.look_more:hover{
    background-color: #5ad0e0;
}




/*over*/

/*新闻中心*/

.news_list1 {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    background: #ffffff;
}

.news_list1 .pic {
    float: left;
    width: 43%;
}

.news_list1 .pic img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news_list1 .pic:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.news_list1 .con {
    float: left;
    width: 57%;
    text-align: center;
    margin-top: 6.57%;
    margin-bottom: 2%;
}

.news_list1 .con_inner {
    width: 486px;
    margin: 0 auto;
}

.news_list1 .con .news_title {
    overflow: hidden;
    padding-bottom: 22px;
    position: relative;
}

.news_list1 .news_title h3 {
    float: left;
    font-size: 16px;
    margin-right: 25px;
    text-align: center;
    margin-left: 105px;
    line-height: 21px;
}

.news_list1 .news_title p {
    float: left;
    font-size: 14px;
    vertical-align: bottom;
    line-height: 21px;
}

.news_list1 .news_title hr {
    height: 2px;
    width: 45px;
    background-color: #58c3e0;
    border: 0;
    position: absolute;
    left: 186px;
    bottom: 0;
}

.news_list1 .con_inner .text {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 11.68%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@media screen and (max-width: 1300px){
    .news_list1 .con_inner .text {
        margin-bottom: 7.68%;
    }
}

.news_list1 .con_inner .more {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding-right: 30px;
    background: url("../images/news2_03.png") no-repeat right center;
}

.news_list1:hover .con_inner .more {
    color: #58c3e0;
    background: url("../images/news4_03.png") no-repeat right center;
}

.news_list1.list2 .pic {
    float: right;;
}

.news_list1.list2 .con {
    float: left;
}

.container.news {
    overflow: hidden;
}

.container.news .page_list {
    padding-top: 50px;
    padding-bottom: 0;
}

/*视频弹窗*/
.index_video {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.index_video img {
    display: block;
    width: 100%;
    position:relative;
    z-index: 1;
}

.index_video::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/news_03.png") no-repeat center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

.index_video:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}


.index_video iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

/*over*/

/*新闻详情*/
.new_details .tit {
    overflow: hidden;
    margin-bottom: 25px;
}

.new_details .con{
    font-size: 14px;
}

.new_details .tit h3 {
    float: left;
    color: #58c3e0;
    font-size: 16px;
}

.new_details .tit p {
    float: right;
    color: #c7c7c7;
}

/*over*/

/*关于我们*/

.about_us {
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 20px;
}

.about_us .pic {
    float: left;
    width: 42.05%;
}

.about_us .pic img {
    display: block;
    width: 100%;
}

.about_us .con {
    float: left;
    box-sizing: border-box;
    width: 57.95%;
    padding-left: 3.29%;
    padding-right: 25px;
    margin-top: 55px;
    padding-bottom: 20px;
}

.about_us .m_title {
    position: relative;
    padding-bottom: 25px;
}

.about_us .m_title i {
    display: block;
    width: 48px;
    height: 3px;
    background-color: #58c3e0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about_us .con .text {
    font-size: 14px;
}

.about_us .con .con_inner {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 12px;
}

.about_us.left1 .pic {
    float: right;
}

.about_us.left1 .con {
    float: left;
    padding-left: 7.56%;
    padding-right: 3.19%;
}

.about_us.left1 .con .con_inner {
    padding-right: 6%;
}

.about_us .con_inner .text2 {

    font-size: 14px;
    color: #999999;
    font-family: 'Arial';
}

.about_us.pro .pic {
    float: left;
}

.about_us.pro .con {
    float: right;
    padding-left: 9.46%;
}

.about_us .con_inner::-webkit-scrollbar {
    width: 3px !important;
    background: url("../images/case_list_icon_03.jpg") repeat-y center;
}

.about_us .con_inner::-webkit-scrollbar-thumb {
    background: url("../images/case_list_12_04.jpg") repeat-y center;
}

/*荣誉资质*/
.about_us_jc {
    background: #ffffff;
    padding-top: 45px;
    padding-bottom: 50px;
}

.about_us_jc .m_title {
    padding-left: 38px;
}

.m-show {
    position: relative;
    width: 80%;
    margin-left: 121px;
}

.m-show .bd {
    margin: 0 auto;
    overflow: hidden;
}





.m_show ul.slides {
    overflow: hidden;
}



.m-show ul.slides li {
    box-sizing: border-box;
    width: 18%;
    margin-right: 27px;
    position: relative;
    cursor: pointer;
    float: left;
}



@media screen and (max-width: 1200px){
    .m-show ul.slides li {
        box-sizing: border-box;
        width: 18%;
        margin-right: 20px;
        position: relative;
        cursor: pointer;
        float: left;
    }
}




.m-show ul.slides li:last-child {
    margin-right: 0;
}

.m-show ul.slides li>a{
    border: 1px solid #e8e8e8;
}

.m-show .slides .pic {
    width: 100%;
    cursor: pointer;
}

.m-show .slides .pic {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.m-show .slides .pic img {
    display: block;
    width: 100%;
}

.m-show .slides .mouseover-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.m-show .slides .mouseover {
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(88, 195, 224, 0.75);
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.m-show ul.slides li:hover .mouseover {
    background: rgba(88, 195, 224, 0.75);
    opacity: 1;
}

.m-show .slides .mouseover .mo-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.m-show .hd .prev,
.m-show .hd .next {
    z-index: 7;
    display: block;
    width: 31px;
    height: 96px;
    position: absolute;
    top: 50%;
    margin-top: -46px;
    left: -35px;
    background: url('../images/about33_07.png') no-repeat center #9bdbec;
    overflow: hidden;
    cursor: pointer;
    opacity: .8;
}

.m-show .hd .next {
    background: url('../images/about22_07.png') no-repeat center #9bdbec;
    left: auto;
    right: -35px;
}

.m-show .hd .prev:hover {
    opacity: 1;
}

.m-show .hd .next:hover {
    opacity: 1;
}

.m-show .tempWrap {
}

/*联系我们*/

/*覆盖*/
.contact_us {
    width: 100%;
    height: 446px;
    margin-top: 20px;
    margin-bottom: 7px;
    position: relative;
}


.contact_us .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.contact_us .pic img{
    width: 1536px;
    display: block;
    height: 100%;
}

.contact_us .con {
    box-sizing: border-box;
    width: 37.76%;
    background: #58c3e0;
    /*height: 100%;*/
    color: #ffffff;
    padding-left: 3.42%;
    padding-top: 1.4%;
    padding-right: 4.2%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

.contact_us .tit {
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 20px;
    line-height: 60px;
    vertical-align: bottom;
}

.contact_us .tit h3 {
    font-size: 25px;
    float: left;
    color: #ffffff;
    margin-right: 12px;
    vertical-align: bottom;
}

.contact_us .tit p {
    font-size: 20px;
    float: left;
    font-family: 'Arial';
    vertical-align: bottom;
    margin-top: 5px;
}

.contact_us .address {
    padding-left: 20px;
    background: url("../images/about2_25.png") no-repeat left top;
    margin-bottom: 10px;
}

.contact_us .phone {
    padding-left: 20px;
    background: url("../images/about2_29.png") no-repeat left 4px;
    padding-bottom: 40px;
}


.contact_us .contact_form {
    text-align: center;

}

.contact_us .contact_form input {
    box-sizing: border-box;
    width: 97%;
    margin: 0 auto;
    height: 36px;
    margin-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    color: #666666;

}

.contact_us .contact_form textarea {
    box-sizing: border-box;
    width: 97%;
    margin: 0 auto;
    padding-left: 18px;
    resize: none;
    margin-bottom: 10px;
    padding-right: 18px;
    padding-top: 12px;
    font-size: 14px;
    color: #666666;
}

.contact_us .contact_form button {
    background-color: #fff;
    width: 97%;
    margin: 0 auto;
    height: 40px;
    font-size: 14px;
    color: #666666;
}

.contact_us .contact_form button:hover {
    color: #58c3e0;
    cursor: pointer;
}

/*over*/

/*浮动菜单*/
.nei_anchor {
    text-align: center;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding: 15px 0;
    width: 100%;
    background: #fff;
    z-index: 20;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.nei_anchor span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 6px;
}

.nei_anchor span a {
    line-height: 35px;
    font-size: 15px;
    padding: 0 25px;
    border-radius: 10px;
    border: 1px solid #ccc;
    display: block;
}

.nei_anchor span:hover a, .nei_anchor span.on a {
    background: #58c3e0;
    color: #fff;
    border-color: #58c3e0;
}

.nei_anchor span:hover a, .nei_anchor span.on a:hover {
    background: #5ad0e0;
    color: #fff;
    border-color: #5ad0e0;
}


.anchor_position {
    position: relative;
}

.anchor {
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent;
    left: 0;
    top: -85px;
}

.nei_anchor.ins span {
    margin: 0 20px;
}

/*产品详情*/
.product_zoom {
    overflow: hidden;
    width: 100%;
    height: 354px;
    box-sizing: border-box;
    /*position: relative;*/
}

.product_zoom_left {
    overflow: hidden;
    float: left;
}

.spec-scroll {
    float: left;
    margin-left: 21px;
    width: 62px;
}

.spec-scroll .prev, .spec-scroll .next {
    display: block;
    text-align: center;
    width: 62px;
    height: 33px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.spec-scroll .prev {
    margin-top: 3px;
    background: rgba(89, 197, 226, 0.73) url("../images/product10_03.png") no-repeat center;
}

.spec-scroll .next {
    background: rgba(89, 197, 226, 0.73) url("../images/product10_10.png") no-repeat center;
}

.spec-scroll .prev:hover {
    background-color: rgb(89, 197, 226)
}

.spec-scroll .next:hover {
    background-color: rgb(89, 197, 226)
}

.spec-scroll .items {
    position: relative;
    width: 62px;
    height: 266px;
    overflow: hidden;
    margin: 8px 0;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    top: 0;
}

.spec-scroll .items ul li {
    width: 60px;
    text-align: center;
    margin-bottom: 16px;
    height: 51px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.spec-scroll .items ul li img {
    width: 100%;
    cursor: pointer;
    display: block;
}

.spec-scroll .items ul li:hover, .spec-scroll .items ul li.hover {
    border-color: #58c3e0;
}

/*放大镜*/
.spec-preview {
    width: 415px;
    height: 350px;
    float: left;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

.jqzoom {
    position: relative;
    /*cursor: pointer;*/
    display: block;
    width: 100%;
    overflow: hidden;
}

.spec-preview .jqzoom i {
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url("../images/product_detail_search_03.png") no-repeat center
}

.jqzoom img {
    display: block;
    width: 100%;
}

.zoomdiv {
    z-index: 999999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

/*右侧*/
.product_zoom_intro {
    box-sizing: border-box;
    width: 100%;
    height: 350px;
    padding-left: 505px;

}

.product_zoom_intro h1 {
    font-size: 18px;
    color: #333333;
    margin-left: 9.35%;
    margin-top: 19px;
    margin-bottom: 30px;
}

.product_zoom_intro .text {
    margin-left: 9.35%;
    padding-bottom: 9.14%;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 23px;
}

.product_zoom_intro .con {
    box-sizing: border-box;
    min-height: 150px;
    margin-top: 40px;
    padding: 0 0 27px 0;
    margin-left: 9.35%;
    font-size: 14px;
    line-height: 23px;
}

.product_zoom_intro .con .left {
    float: left;
    margin-right: 8.84%;
}

.product_zoom_intro .con .right {
    box-sizing: border-box;
    padding-left: 129px;
    width: 100%;
    margin: 0 auto;
}

.product_zoom_intro .con .right > div {
    width: 140px;
    margin: 0 auto;
}

.pro_into {
    margin-top: 85px;
    padding-bottom: 103px;
    border-bottom: 1px solid #e6e6e6;
}

.pro_into .m_tit_wrapper{
    margin-bottom: 44px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

.pro_into .tit {
    width: 80px;
    border-bottom: 1px solid #58c3e0;
    padding-bottom: 12px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    font-size: 16px;
    position:absolute;
    bottom: -1px;
}

.pro_into img {
    max-width: 100%;
}

.pro_into p {
    font-size: 14px;
    line-height: 22px;
}

.container.cpxq .page_back {
    margin-right: 58px;
}

/*滚动条*/
.product_zoom_intro .con_inner{
    height: 371px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 20px;

}
.product_zoom_intro  .con_inner::-webkit-scrollbar {
    width: 3px !important;
    background: url("../images/case_list_icon_03.jpg") repeat-y center;
}

.product_zoom_intro  .con_inner::-webkit-scrollbar-thumb {
    background: url("../images/case_list_12_04.jpg") repeat-y center;
}

/* start of 首页 */

/*f1*/
.home-page {
    background: #f7f7f8;
    padding: 2.560416667% 1.5625% 3.802083333% 1.5625%;
}

.home-page-f1 {
    overflow: hidden;
    margin-bottom: 26px;
}

.home-page-f1 > .ind_pro {
    display: block;
    float: left;
    width: 49.21875%;
    background: #fff;
    position: relative;
    overflow: hidden;
}


.home-page-f1 .ind_pro:last-child {
    float: right;
}

.home-page-f1 .ind_pro  .img_q {
    float: right;
    width: 65.43%;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    float: right;
}

.home-page-f1 .ind_pro .img_bg_wrapper{
    background: rgba(255, 255, 255, 0.36);
    position:absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999;
}

.home-page-f1 > .ind_pro .img_bg{
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    -webkit-transition: opacity .8s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: opacity .8s cubic-bezier(.25,.46,.45,.94);
    -ms-transition: opacity .8s cubic-bezier(.25,.46,.45,.94);
    -o-transition: opacity .8s cubic-bezier(.25,.46,.45,.94);
    transition: opacity .8s cubic-bezier(.25,.46,.45,.94);
}



.home-page-f1  .ind_pro:hover .img_bg_wrapper{
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(.55,.085,.68,.53) .35s;
    -moz-transition: opacity .6s cubic-bezier(.55,.085,.68,.53) .35s;
    -ms-transition: opacity .6s cubic-bezier(.55,.085,.68,.53) .35s;
    -o-transition: opacity .6s cubic-bezier(.55,.085,.68,.53) .35s;
    transition: opacity .6s cubic-bezier(.55,.085,.68,.53) .35s;
}

.home-page-f1 .ind_pro .m-content{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.home-page-f1 .ind_pro:hover .m-content{
    opacity: 0;
}





.home-page-f1 .ind_pro .m-content {
    position: absolute;
    left: 0;
    top: 30%;
    width: 67%;
    padding: 20px 6.61%;
    box-sizing: border-box;
}

.home-page-f1 .ind_pro .m-content p {
    font-size: 20px;
    line-height: 1;
    color: rgba(71, 71, 71, 0.4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 25px;
}

.home-page-f1 .ind_pro .m-content span {

    line-height: 1;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-page-f1 .ind_pro .m-content h5 {
    font-size: 25px;
    line-height: 1;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
}

/*f2*/

.home-page-f2 {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
}

.home-page-f2 .title {
    float: right;
    width: 30.913978495%;
    padding: 50px;
    box-sizing: border-box;
}

.home-page-f2 .title h3 {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 13px;
    color: #333333;
}

.home-page-f2 .title p {
    font-size: 20px;
    line-height: 1;
    color: rgba(51, 51, 51, .4);
}

.home-page-f2 > .img {
    float: left;
    width: 69.086021505%;
}

.home-page-f2 > .img img {
    display: none;
    width: 100%;
}

.home-page-f2 > .img img.on {
    display: block;
}

.home-page-f2-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40.537634409%;
    background: #ffffff;
    padding-top: 6.614583333%;
    padding-left: 4.114583333%;
    padding-right: 4.114583333%;
    box-sizing: border-box;
    padding-bottom: 2%;
}

.home-page-f2-content > ul {
    overflow: hidden;
    margin-left: -15px;
    margin-bottom: 20px;
}

.home-page-f2-content > ul > li {
    float: left;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1;
    color: #999999;
    position: relative;
    cursor: pointer;
}

.home-page-f2-content > ul > li:hover,
.home-page-f2-content > ul > li.on {
    color: #58c3e0;
}

.home-page-f2-content > ul > li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 1px solid #ededed;
}

.home-page-f2-content > ul > li:first-child:before {
    display: none;
}

.home-page-f2-content .m-content {
    padding-bottom: 8.822916667%;
    padding-right: 20px;
}

@media screen and (max-width: 1800px) {
    .home-page-f2-content {
        padding-top: 6.614583333%;
    }

    .home-page-f2-content .m-content {
        padding-bottom: 6.822916667%;
    }
}


@media screen and (max-width: 1600px) {
    .home-page-f2-content {
        padding-top: 4%;
    }

    .home-page-f2-content .m-content {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1500px) {
    .home-page-f2-content {
        padding-top: 4%;
    }

    .home-page-f2-content .m-content {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1240px) {
    .home-page-f2-content {
        padding-top: 2%;
    }

    .home-page-f2-content .m-content {
        padding-bottom: 0;
    }
}

.home-page-f2 .content_text {
    width: 74.44%;
    line-height: 23px;
    color: #999999;
    display: none;
    margin-bottom: 28px;
}

.home-page-f2 .content_text.on {
    display: block;
}

.home-page-f2 .content_text .text {
    margin-bottom: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

/*f3*/

.home-page-f3 {
    margin-bottom: 26px;
    position: relative;
    overflow: hidden;
}

.home-page-more {
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
}


.home-page-more:hover {
    color: #58c3e0 !important;
}

.home-page-more:after {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 16px;
    height: 16px;
    background: url("../images/news2_03.png") no-repeat center center;
    vertical-align: middle;
    margin-left: 10px;
}

.home-page-more:hover:after {
    background: url("../images/news4_03.png") no-repeat center center;
}


.home-page-f3-left {
    float: left;
    width: 69.408602151%;
    position: relative;
}

.home-page-f3-left .title {
    position: absolute;
    left: 26px;
    top: 43px;
}

.home-page-f3-left .title h3 {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 13px;
    color: #333333;
}

.home-page-f3-left .title p {
    font-size: 20px;
    line-height: 1;
    color: rgba(51, 51, 51, .4);
}

.home-page-f3-left >.pic {
    float: right;
    width: 76.25%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}

.home-page-f3-left >.pic  img {
    float: right;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.home-page-f3-left >.pic:hover  img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.home-page-f3-content {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 38.984375%;
    height: 70%;
    box-sizing: border-box;
    padding: 5.752688172% 2.580645161% 5.784946237%;
}

@media screen and (max-width: 1300px) {
    .home-page-f3-content {
        height: 62%;
    }
}


@media screen and (min-width: 1700px) {
    .home-page-f3-content {
        padding: 8.752688172% 2.580645161% 5.784946237%;
    }

    .home-page-f3-content p {
        margin-bottom: 80px!important;
    }
}


.home-page-f3-content:hover .home-page-more {
    color: #58c3e0 !important;
}

.home-page-f3-content:hover .home-page-more:after {
    background: url(../images/news4_03.png) no-repeat center center;
}

.home-page-f3-content p {
    line-height: 24px;
    color: #999;
    margin-bottom: 30px;
}

@media screen and (max-width: 1460px){
    .home-page-f3-content p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
}


.home-page-f3-right {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 29.35483871%;
    text-align: center;
    background: #ffffff;
}

.home-page-f3-right .home-page-f3-right__slide__content {
    background: #fff;
    overflow: hidden;
}

.home-page-f3-right .home-page-f3-right__slide__content li {
    text-align: center;
}

.home-page-f3-right .home-page-f3-right__slide__content li h3 {
    font-size: 25px;
    line-height: 40px;
    color: #333333;
    margin-top: 11.904761905%;
}



@media screen and (max-width: 1300px) {
    .home-page-f3-right .home-page-f3-right__slide__content li h3 {
        margin-top:9%;
    }
}


.home-page-f3-right .home-page-f3-right__slide__content li .subtitle {
    margin-top: 1.648351648%;
    font-size: 20px;
    line-height: 1;
    color: rgba(51, 51, 51, 0.4);
}

.home-page-f3-right .home-page-f3-right__slide__content li .line {
    display: inline-block;
    width: 37px;
    height: 2px;
    background-color: #333333;
    border-radius: 1px;
    margin-top: 6.227106227%;
    margin-bottom: 10.637362637%;
}

@media screen and (max-width: 1650px) {
    .home-page-f3-right .home-page-f3-right__slide__content li .line {
        margin-bottom: 6%;
    }
}


.home-page-f3-right .home-page-f3-right__slide__content li .ctitle {
    font-size: 16px;
    line-height: 1;
    color: #333333;
    margin-bottom: 2.945054945%;
}

.home-page-f3-right .home-page-f3-right__slide__content li .date{
    margin-bottom:4%;
    color: #999999;
}
.home-page-f3-right .home-page-f3-right__slide__content li p {
    width: 69%;
    margin: 0 auto;
    line-height: 22px;
    color: #999999;
    margin-bottom: 8.241758242%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


@media screen and (max-width: 1650px) {
    .home-page-f3-right .home-page-f3-right__slide__content li p {
        margin-bottom: 3%;
    }
}


.home-page-f3-right .home-page-f3-right__slide__content li .home-page-more {
    display: block;
    text-align: center;
    margin-bottom: 8.241758242%;

}

.home-page-f3-right .flex-control-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 11.776557%;
    /* margin-top: 6.776556777%; */
    z-index: 1;
    font-size: 0;
}

@media screen and (max-width: 1600px) {
    .home-page-f3-right .flex-control-nav {
        margin-bottom: 6.776557%;
    }
}

.home-page-f3-right .flex-control-nav .flex-active {
    background-color: #333333;
}

.home-page-f3-right .flex-control-nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 2px;
}

.home-page-f3-right .flex-control-nav li a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 6px;
    height: 6px;
    border: solid 1px #333333;
    border-radius: 6px;
    cursor: pointer;
}

.home-page-f3-right .flex-direction-nav {
    display: none;
}

@media screen and (max-width: 1460px) {
    .home-page-f3-content {
        padding: 2.752688172% 3.580645161% 2.784946237%;
    }
}


@media screen and (max-width: 1460px) {
    .home-page-f3-left .title{
        top:35px;
    }
}



/* end of 首页 */


/*客服*/
.kf{transition:.8s;-o-transition:.8s;-moz-transition:.8s;-webkit-transition:.8s;z-index:999999;
    background-color:#fff;position:fixed;bottom:100px;right:20px;width: 62px;border-radius:5px; display:none;}
.kf span{z-index:1000001;transition:.5s;cursor:pointer;position:relative;display: block;width: 62px;height:62px;border-bottom:1px solid #e3e3e3;}
.kf .zx{border-radius:5px 5px 0 0;background: url("../images/kefu_03.png") no-repeat center #ffffff ;}
.kf .zx:hover{background: url("../images/kefu1_03.png") no-repeat center rgb(88, 195, 224);}
.kf .freetel{background: url("../images/kefu1_07.png") no-repeat center #ffffff ;}
.kf .freetel:hover{background: url("../images/kefu_07.png") no-repeat center rgb(88, 195, 224);}
.kf .zxlya{background: url("../images/kefu_14.png") no-repeat center #ffffff ;}
.kf .zxlya:hover{background: url("../images/kefu1_14.png") no-repeat center rgb(88, 195, 224);}
/* .kf span:nth-child(4){background: url("../images/w_index_07.png") no-repeat center #fff; }*/
/* .kf span:nth-child(4):hover{background: url("../images/w_index_03.png") no-repeat center rgb(88, 195, 224);}*/
.kf .back_top{border-radius:0 0 5px 5px ;border:none;background: url("../images/kefu_18.png") no-repeat center #ffffff ; }
.kf .back_top:hover{background: url("../images/kefu1_18.png") no-repeat center rgb(88, 195, 224);}
.kf span div{display:none;background-color:#fff;border-radius:5px;position: absolute;right:75px;padding:20px;font-size: 14px;color: rgb(88, 195, 224);}
.kf span div input{text-indent:.5em;display: block;margin:15px 0;line-height:28px;color:#696969;font-size:12px;width:140px;border:1px solid #d1d1d1;border-radius:2px;height:28px;}
.kf span div a{transition:.5s;-webkit-transition:.5s;display: block;background:rgb(88, 195, 224);border-radius:2px;color:#fff;line-height:26px;font-size:12px;text-align:center;width:79px;height:26px;}
.kf span div a:hover{background: #b10413;}
.kf span div img{position: absolute;top:27px;right:-9px;}
.kf span div i{display:block;position: absolute;width: 15px;height:200px;right:-15px;top:0;}
.kf .zx div,.kf .freetel div,
.kf .zxlya div,.kf span:nth-child(4) div{text-align:center;min-width: 100px;font-size: 14px;color: #666;}
.kf span:nth-child(4) div{white-space: nowrap;}
.kf a {
    display: block;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.kf span div,.kf{-webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);}

.nav_center div,.index_nav_center div,.shou,.zhan{-webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);}

.shou{z-index:1000000;cursor:pointer;width: 30px;height:40px;top: 50%;
    margin-top: -15px;border-radius:5px 0 0 5px;right:62px;
    background: url("../images/kefq.png") no-repeat center #ffffff ;position: absolute;}
.shou.on{background-image: url("../images/kefq1.png");}


@media screen and (max-width: 1206px) {
    .header .hd_top .nav {
        margin-left:350px !important;
    }
}

@media screen and (max-width: 1300px) {
    .nav > li {
        margin: 0 0 0 25px;
    }
}


/*新增*/

@media screen and (max-height: 900px) {
.hd_learn_more_text {
padding-top: 21%;
}
}

@media screen and (max-height: 770px) {
.hd_learn_more_text {
padding-top: 16%;
}
}


@media screen and (max-height:770px){
    .header .flexslider .flex-control-nav{
        bottom: 109px;
    }
}