*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
a{
    cursor: pointer;
}
.clearfix, .c {
    zoom: 1;
    clear: both;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
    display: table;
    content: "";
}
.clearfix:after, .c:after {
    clear: both;
}
.M{
    font-family:"Microsoft YaHei",Arial;
}
.A{
    font-family: Arial;
}
.footer_bottom_left a img{
    margin-right: 5px;
}
/* Write your styles */
.left {
    float: left;
    width: 100%;
    overflow: hidden;
}
.header{
    /*width: 1200px;*/
    /*margin: 0 auto;*/
    padding: 0 5%;
    /*box-shadow: 0 1px 5px #ecebeb;*/
}
.header_img{
    /*padding: 37px 0;*/
    float: left;
    padding-top: 20px;
}

.header_nav{
    float: left;
    margin-right: 70px;
    /*margin-left: 140px;*/
    /*padding-top: 42px;*/
}
.header_nav li{
    float: left;
    font-size: 16px;
    margin-left: 20px;
    border-bottom: 2px solid #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header_nav li:hover{
    border-bottom: 2px solid #75C1C1;
    color: #75c1c1;
}

.header_nav li.header_nav_li_select{
    border-bottom: 2px solid #75C1C1;
}
.header_nav li.header_nav_li_select .header_nav_a{
    color: #75c1c1;
}
.header_nav li .header_nav_a{
    color: #666666;
    display: block;
    /*padding: 0 15px;*/
    /*line-height: 97px;*/
    padding: 56px 15px 21px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header_nav li:hover .header_nav_a{
    /*color: #75c1c1;*/
}
.header_shop .shop_shopimg{
    vertical-align: middle;
    margin-right: 8px;
}
.header_shop a{
    vertical-align: middle;
    color: #373737;
}
.header_right{
    float: right;
}
.shop_xian{
    margin: 0 20px;
}
.zh{
    margin-right: 10px;
}
.header_shop{
    margin-top: 20px;
}
.header_shop span{
    display: inline-block;
    background: url(../img/earth.png) no-repeat left center;
    padding-left: 30px;
    height: 21px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header_shop span:hover {
    background: url(../img/earth2.png) no-repeat left center;
}
.language_jhb{
    opacity: 1;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header_shop span:hover .language_jhb{
    opacity: 0;
}
.header_shop span .language_jh{
    position: absolute;
    top: 2px;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header_shop span:hover .language_jh{
    opacity: 1;
}

.language_box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: -270px auto 0 auto;
    width: 290px;
    height: 270px;
    border-radius: 10px;
    box-shadow: 0 0 16px #423f3f;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header_right .language2{
    top: 50%;
    margin: -135px auto 0 auto;
    opacity: 1;
}
.language_close{
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}
.language_close img{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.language_close img:hover{
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -o-transform:scale(0.9);
    -ms-transform:scale(0.9);
    transform:scale(0.9);
}
.language_div{
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
}
.language_p{
    margin-bottom: 16px;
}
.language_p a{
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.language_p img{
    vertical-align: middle;
}
.language_p a:hover{
    color: #41a1a7;
}


.header_form form{
    margin-top: 14px;
    position: relative;
}
.header_submit{
    position: absolute;
    right: 7px;
    background: url(../img/search.png) no-repeat center;
    outline: none;
    width: 26px;
    height: 26px;
    border: none;
    top: 0;
}
.header_input{
    width: 180px;
    height: 26px;
    border: 1px solid #D4D4D5;
    border-radius: 30px;
    outline: none;
    padding-left: 20px;
    font-size: 14px;
}
.am-slider-b2 .am-direction-nav a.am-prev{
    display: block;
    background: url(../img/hover_left.png) no-repeat center;
    width: 74px;
    height: 74px;
}
.am-slider-b2 .am-direction-nav a.am-next{
    display: block;
    background: url(../img/hover_right.png) no-repeat center;
    width: 74px;
    height: 74px;
}
.am_slides_erji{
    position: absolute;
    width: 100%;
    left: 0;
    background-image: url(../img/bg.png);
    z-index: 9;
    margin-top: 3px;
}
.am_slides_erji .am_ul_li{
    float: left;
    font-size: 14px;
    color: #666666;
    padding: 0 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.am_ula{
    width: 1200px;
    margin: 0 auto;
    height: 0;
    line-height: 56px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.am_ul_box{
    margin-left: 330px;
}
.header_nav li:hover .am_ula{
    height: 56px;
}
.am_ul_li:hover{
    color: #75c1c1;
}
.am-slides-div{
    position: absolute;
    width: 850px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    bottom: 20%;
    
    -webkit-transition: all 1s 0.2s;
    -moz-transition: all 1s 0.2s;
    -ms-transition: all 1s 0.2s;
    -o-transition: all 1s 0.2s;
    transition: all 1s 0.2s;
}
.am-active-slide .am-slides-div{
    bottom: 40%;
    opacity: 1;
}
.am-slides li{
    position: relative;
}
.am-slides-name{
    font-size: 24px;
    color: #ffffff;
}

.am-slides-js{
    font-size: 60px;
    color: #ffffff;
    margin-top: 20px;
}
.am-slides-more{
    display: none;
    width: 168px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-color: #75c1c1;
    margin: 40px auto 0 auto;
    border-radius: 20px;
    font-size: 16px;
    color: #ffffff;
}
.m_product{
    text-align: center;
}
.m_product_title{
    margin-top: 50px;
}
.m_product_title span{
    font-size: 24px;
    color: #333333;
    vertical-align: middle;
    padding: 0 8px;
}
.m_product_title img{
    vertical-align: middle;
}
.m_product_entitle{
    font-size: 24px;
    color: #333333;
    padding: 4px 0;
}
.m_product_js{
    font-size: 16px;
    color: #a3a3a3;
}
.m_product_list_box{
    width: 1200px;
    margin: 50px auto 0 auto;
}
.m_product_li_xh{
    font-size: 20px;
    color: #a3a3a3;
    margin-bottom: 17px;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_product_li_name{
    font-size: 16px;
    color: #a3a3a3;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_product_li_js{
    min-height: 66px;
}
.m_product_li_js p{
    font-size: 14px;
    color: #a3a3a3;
    line-height: 22px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_product_li_img{
    margin-top: 30px;
    overflow: hidden;
    width: 285px;
    height: 257px;
    position: absolute;
    bottom: 0;
    /*background: #74c0c0 url("../img/search_img.png") no-repeat center;*/
}
.m_product_li_img_con{
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.m_product_li_img_con_name{
    font-size: 16px;
    color: #4d4d4d;
}
.m_product_li_img_con_xian{
    width: 25px;
    height: 1px;
    background-color: #333333;
    margin: 8px 0 10px 0;
}
.m_product_li_img_con_more{
    font-size: 13px;
    color: #4d4d4d;
}
.m_product_li_img .m_product_li_img_img{
    opacity: 1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_product_list_box li:hover .m_product_li_img .m_product_li_img_img{
    opacity: 0.2;
    /*-webkit-transform:scale(1.1);*/
    /*-moz-transform:scale(1.1);*/
    /*-o-transform:scale(1.1);*/
    /*-ms-transform:scale(1.1);*/
    /*transform:scale(1.1);*/
}
.m_product_list_box li{
    float: left;
    margin-right: 20px;
    width: 285px;
    height: 424px;
    position: relative;
}
.m_product_list_box li.m_product_li_last{
    margin-right: 0;
}
.m_product_li_width{
    width: 0;
    height: 1px;
    background-color: #75C1C1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.m_product_list_box li:hover .m_product_li_width{
    width: 100%;
}
.m_product_list_box li:hover .m_product_li_name{
    color: #75C1C1;
}
.m_product_list_box li:hover .m_product_li_xh{
    color: #75C1C1;
}
.m_product_list_box li:hover .m_product_li_js p{
    color: #75C1C1;
}
.m_product_li_width{
    margin-bottom: 5px;
}
.m_product_list{
    padding-bottom: 48px;
}
.m_industry{
    background: #000 url(../img/indr_bg.png);
    /*background: #000;*/
    height: 472px;
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed !important;*/
    /*background-size: 100%;*/
    width: 100%;
    position: relative;
    overflow: hidden;
}
.m_industry_box{
    width: 1200px;
    margin: 0 auto;
}
.m_industry_box_more{
    float: right;
    width: 60px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
.m_industry_box_more_li{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_industry_box_more:hover .m_industry_box_more_li{
    background-color: #41A1A7;
}
.m_industry_title{
    font-size: 24px;
    color: #ffffff;
    line-height: 96px;
    border-bottom: 1px solid #908f8f;
    font-weight: 100;
    position: relative;
    z-index: 9;
}

.m_industry_ul li{
    float: left;
    width: 50%;
}
.m_industry_ul li .m_industry_li{
    border-bottom: 1px solid #908f8f;
    height: 83px;
    line-height: 83px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.m_industry_bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 472px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_industry_ul li:hover .m_industry_bg{
    opacity: 0.7;
}
.m_industry_lia{
    border-right:1px solid #908f8f;
    background: url(../img/indu_img2.png) no-repeat 100% center;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_industry_ul li:hover .m_industry_lia{
    background: rgba(0,0,0,1) url(../img/indu_img1.png) no-repeat 90% center;
}
.m_industry_lib{
    background: url(../img/indu_img2.png) no-repeat 70% center;
    height: 100%;
    padding-left: 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.m_industry_ul li:hover .m_industry_lib{
    background: rgba(0,0,0,0.5) url(../img/indu_img1.png) no-repeat 60% center;
}
.m_industry_ul li a{
    float: left;
    width: 100%;
    position: absolute;
    /*display: block;*/
    font-size: 18px;
    color: #ffffff;
    font-weight: 100;
}

.m_industry_lia_div{
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
    height: 100%;
}

.m_industry_lib_div{
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.m_industry_ul li a.m_industry_li_a{
    opacity: 0;
    filter:alpha(opacity=0);
    left: 30px;
    font-size: 24px;
}
.m_industry_li_b{
    opacity: 1;
    filter:alpha(opacity=100);
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_industry_ul li:hover .m_industry_li_a{
    opacity: 1;
    filter:alpha(opacity=100);
    left: 0;
    -webkit-transition: all 0.5s 0.3s;
    -moz-transition: all 0.5s 0.3s;
    -ms-transition: all 0.5s 0.3s;
    -o-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
}
.m_industry_ul li:hover .m_industry_li_b{
    opacity: 0;
    filter:alpha(opacity=0);
    left: 30px;
}
.m_about{
    padding-top: 45px;
}
.m_about_box{
    width: 1200px;
    margin: 0 auto;
}
.m_about_left{
    float: left;
    width: 592px;
    height: 377px;
    overflow: hidden;
    position: relative;
    /*background: rgb(116,192,192);*/

}
.m_about_left_img{
    opacity: 1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_about_left:hover .m_about_left_img{
    /*opacity: 0.5;*/
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}
.m_about_left_con{
    position: absolute;
    bottom: 60px;
    color: #ffffff;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_about_more{
    position: absolute;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #267D7D;
    color: #ffffff;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 20px;
}
.m_about_left:hover .m_about_left_con{
    bottom: 70px;
}
.m_about_right{
    float: right;
    width: 590px;
}
.m_about_tab a{
    font-size: 18px;
    color: #666666;
    width: 75%;
    padding-left: 6px;
    line-height: 34px;
}

.m_about_tab .am-active a{
    border-top: 1px solid #9F9F9F;
}
.am-tabs-bd div{
    font-size: 14px;
    line-height: 26px;
}
.am-tabs-bd{
    margin-top: 39px;
}
.m_about_down{
    height: 185px;
    margin-top: 40px;
    background: url(../img/n_about_down.png) no-repeat center;
}
.m_about_down_box{
    padding-left: 33px;
}
.m_about_down_name{
    font-size: 20px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 14px;
}
.m_about_down_js{
    font-size: 14px;
    color: #ffffff;
}
.m_about_down_title{
    float: left;
    padding-top: 28px;
}
.m_about_down_list{
    float: left;
    width: 240px;
    margin-left: 125px;
    margin-top: 10px;
}
.m_about_down_div{
    position: absolute;
    left: 3px;
    width: 28px;
    height: 28px;
    /*border: 1px solid #B9B8B8;*/
    text-align: center;
    line-height: 26px;
    font-family: SimSun;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.m_about_down_con{
    float: left;
    color: #ffffff;
    line-height: 26px;
    margin-left: 40px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.m_about_down_list li{
    width: 240px;
    padding: 12px 0;
    border-bottom: 1px solid #6E6E6E;
    position: relative;
}
.m_about_down_list li:hover .m_about_down_con{
    color: #75c1c1;
}
.m_about_down_list li:hover .m_about_down_div{
    color: #75c1c1;
    left: 10px;
}
.m_new_box{
    width: 1200px;
    margin: 0 auto;
}
.m_new_list li{
    float: left;
    width: 389px;
    margin-right: 16px;
    background-color: #fbfbfb;
    padding-bottom: 35px;
    position: relative;
}
.m_new_list li.m_new_li3{
    margin-right: 0;
}
.m_new_con{
    width: 325px;
    height: 238px;
    margin: 0 auto;
}
.m_new_name{
    font-size: 18px;
    color: #333333;
    margin-top: 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_new_xian{
    width: 48px;
    height: 1px;
    background-color: #363636;
    margin: 15px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_new_list li:hover .m_new_xian{
    background-color: #74C0C0;
}
.m_new_js{
    font-size: 14px;
    color: #616161;
    line-height: 26px;
}
.m_new{
    padding-top: 47px;
}
.m_new_more{
    color: #75c1c1;
    position: absolute;
    bottom: 40px;
}
.m_new_more span{
    float: left;
    display: block;
}
.m_new_more_img{
    width: 16px;
    height: 16px;
    background-color: #75c1c1;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    margin-left: 10px;
    font-family: SimSun;
}
.m_huoban_box{
    width: 100%;
    position: relative;
    height: 500px;
    margin-top: 40px;
    background: url(../img/m_huoban_img1.jpg) no-repeat center;
}
.m_huoban_con{
    color: #ffffff;
    width: 40%;
    height: 100%;
    font-size: 14px;
    line-height: 28px;
    background-color: rgba(0,0,0,0.5);
}
.m_huoban_con_b{
    width: 360px;
    float: right;
    margin-right: 20px;
    margin-top: 330px;
}
.m_huoban_join a{
    display: block;
    float: left;
    font-weight: 100;
    /*border-bottom: 1px solid #B9B8B7;*/
    position: relative;
    padding: 0 10px 5px 10px;
    margin: 0 7px;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_huoban_join_span{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background-color: #74c0c0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.m_huoban_join a:hover .m_huoban_join_span{
    width: 100%;
}
.m_huoban_js{
    margin-bottom: 40px;
    font-size: 46px;
}
#foot{
    background-color: #292E34;
    position: relative;
    z-index: 999;
}
.footer{
    /*width: 1200px;*/
    /*margin: 0 auto;*/
    /*padding-top: 45px;*/
    padding: 0 5%;
}
.footer_list li{
    float: left;
    margin-right: 75px;
}
.footer_li_yi{
    font-size: 16px;
    color: #ffffff;
}
.footer_li_div{
    font-size: 14px;
    color: #7e7e7e;
    line-height: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer_li_div:hover{
    color: #ffffff;
}
.footer_li_er{
    margin-top: 20px;
}
.footer_list{
    float: left;
}
.footer_right{
    float: left;
    margin-left: 40px;
}
.footer_top{
    border-bottom: 1px solid #171717;
    padding-bottom: 30px;
}
.footer_bottom div{
    display: inline-block;
    line-height: 65px;
    height: 65px;
    font-size: 13px;
    color: #888;
}
.footer_bottom_right{
    float: right;
}
.footer_bottom_right a{
    color: #888;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer_bottom_right a:hover{
    color: #999;
}
.footer_bottom_language{
    color: #888;
    font-size: 13px;
    margin-right: 20px;
}
.footer_bottom_language a{
    color: #888;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer_icon_div{
    margin-right: 8px;
}
.footer_icon_div img{
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_icon_div img:hover{
    opacity: 0.8;
}
.footer_icon_div_weixin{
    position: relative;
}
.footer_icon_div .footer_icon_div_weixin_img{
    position: absolute;
    bottom: 75px;
    left: -20px;
    width: 0;
    height: 140px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_icon_div_weixin:hover .footer_icon_div_weixin_img{
    left: -50px;
    opacity: 1;
    width: 140px;
    height: 140px;
}
.footer_icon_div_weixin_img img{
    opacity: 1 !important;
    width: 100%;
    height: 100%;
}
.footer_bottom_icon{
    margin-right: 20px;
}
.footer_bottom_language a:hover{
    color: #999999;
}
.footer_bottom_left_right{
    float: right;
}
.m_new_img{
    position: relative;
    width: 389px;
    height: 261px;
    overflow: hidden;
}
.m_new_img img{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_new_list li:hover .m_new_img img{

}
.m_new_list li:hover .m_new_name{
    color: #75c1c1;
}
.m_new_img_time{
    position: absolute;
    bottom: 0;
    height: 0;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 100;
    width: 100%;
    background-color: rgba(116,192,192,0.8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m_new_list li:hover .m_new_img_time{
    height: 50px;
}
.m_new_img_time_box{
    padding: 0 20px;
}
.m_new_img_time_box b{
    font-weight: 100;
    float: right;
}
.am-slides_li_div{
    width:100%;
    background-size: auto 100% !important;
}
.banner_posi{
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 99;
    left: 0;
    right: 0;
    cursor: pointer;
}






.banner{
    /*height: 641px;*/
    width: 100%;
    position: relative;
}
.m_product_all{
    height: 703px;
}
.header_dh{
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    /*background-color: #74C0C0;*/
    background-color: #fff;
    border-bottom: 1px solid #E3E3E3;
}
.htmleaf-header{
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
}
.header_dh .header_nav li .header_nav_a{
    line-height: 51px;
}
.header_dh .header_img{
    padding: 14px 0 0 0;
    width: 190px;
}
.header_dh .header_img img{
    width: 100%;
}
.header_dh .header_nav li{
    border-bottom: 2px solid #ffffff;
}
.header_dh .header_nav li.header_nav_li_select{
    border-bottom: 2px solid #74C0C0;
}
.header_dh .header_nav li.header_nav_li_select .header_nav_a{
    color: #74c0c0;
}
.header_dh .header_nav li:hover{
    border-bottom: 2px solid #74C0C0;
}
/*滚动条*/
/*::-webkit-scrollbar{width:0;}*/
/*滚动条*/
.browsehappy{
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    background-color: #75C1C1;
    color: #f00;
    z-index: 999;
}
/*chanpin*/
.chanpin_top{
    margin: 0 5%;
    padding-bottom: 46px;
}
.chanpin_title{
    font-size: 42px;
    color: #505258;
    margin-top: 50px;
    margin-bottom: 40px;
}
.chanpin_div_name{
    font-size: 22px;
    color: #e7e7e7;
    margin-top: 8px;
    margin-bottom: 14px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.chanpin_div_p{
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 100;
    line-height: 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.chanpin_div_p:hover{
    color: #75c1c1;
}
.chanpin_div{
    float: left;
    margin-right: 50px;
    border-top: 1px solid #E3E3E3;
    min-width: 200px;
    cursor: pointer;
    position: relative;
}
.chanpin_ul .chanpin_div2{
    margin-right: 0;
}
.chanpin_div:hover .chanpin_div_name{
    color: #333333;
}
.chanpin_ul .chanpin_div_margin{
    margin-right: 0;
}
#chanpin{
    /*border-top: 1px solid #E0E0E0;*/
}
.chanpin_div_xian{
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.chanpin_div:hover .chanpin_div_xian{
    width: 100%;
}
.chanpin_bg{
    background: url(../img/chanpin_bg.png) no-repeat center;
    height: 547px;
    width: 100%;
}
.chanpin_bg_name{
    font-size: 26px;
    color: #ffffff;
    margin-top: 85px;
    margin-bottom: 35px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.chanpin_bg_box:hover .chanpin_bg_name{
    color: #41a1a7;
}
.chanpin_bg_js p{
    font-size: 14px;
    color: #a9a9a9;
    margin-bottom: 10px;
}
.chanpin_bg_box{
    margin: 0 5%;
}
.chanpin_bg_li_name{
    font-size: 21px;
    color: #ffffff;
}
.chanpin_bg_li_img{
    float: left;
}
.chanpin_bg_li_title{
    float: left;
    width: 170px;
    margin-left: 20px;
}
.chanpin_bg_li_js{
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 10px;
}
.chanpin_bg_ul li{
    float: left;
    width: 267px;
    margin-right: 20px;
}
.chanpin_bg_ul li.chanpin_bg_li_4{
    margin-right: 0;
}
.chanpin_bg_ul{
    margin-top: 70px;
}
/*chanpin*/
/*show_chanpin*/
.show_chanpin_banner{
    /*background: url(../img/show_chanpin_banner_bg.png) no-repeat center;*/
    height: 200px;
    width: 100%;
}
.show_chanpin_banner_box{
    width: 1200px;
    margin: 0 auto;
}
.show_chanpin_title{
    font-size: 34px;
    color: #ffffff;
    /*border-bottom: 1px solid #fff;*/
    display: inline-block;
    /*padding-bottom: 30px;*/
    padding-right: 10px;
    margin-top: 40px;
}
.show_hangye .show_chanpin_title{
    margin-top: 0;
    padding-right: 0;
    display: block;
    text-align: center;
    line-height: 200px;
}
.show_chanpin_ul{
    /*margin-top: 15px;*/
    margin-top: 30px;
}
.show_chanpin_ul li{
    float: left;
    margin-right: 20px;
}
.show_chanpin_ul li a{
    font-size: 16px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding-bottom: 10px;
    padding-right: 14px;
    font-weight: 200;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.show_chanpin_ul li a:hover{
    color: #75c1c1;
}
.show_chanpin_ul li a.show_chanpin_li_aselect{
    border-bottom: 1px solid #75c1c1;
    color: #75c1c1;
}
.show_chanpin_ul_aa{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #75c1c1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.show_chanpin_ul li a:hover .show_chanpin_ul_aa{
    width: 100%;
}
.show_chanpin_img{
    width: 625px;
    float: left;
}
.show_chanpin_cp_box{
    width: 1200px;
    margin: 0 auto;
}
/*show_banner*/
.mod18 {
    width: 625px;
    height: 515px;
    position: relative;
}
.mod18 .btn {
    position: absolute;
    width: 15px;
    height: 70px;
    top: 336px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}
.mod18 .prev {
    left: 0;
    /*background: url(../img/prevBtn.png) no-repeat;*/
}
.mod18 #prevTop, .mod18 #nextTop {
    top: 213px;
    width: 46px;
    height: 48px;
}
.mod18 #prevTop {
    /*background: url(../img/prevBtnTop.png) 0 0 no-repeat;*/
}
.mod18 #nextTop {
    /*background: url(../img/nextBtnTop.png) 0 0 no-repeat;*/
}
.mod18 .next {
    right: 0;
    /*background: url(../img/nextBtn.png) no-repeat;*/
}
.mod18 li {
    float: left;
}
.mod18 .cf li {
    position: relative;
    color: #fff;
}
.mod18 .cf a {
    display: block;
    width: 680px;
    height: 330px;
    position: absolute;
    color: #fff;
}
.mod18 .cf li span {
    display: block;
    width: 640px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}
.mod18 .picBox {
    height: 440px;
    position: relative;
    overflow: hidden;
    border: 5px solid #ECECED;
}
.mod18 .picBox ul {
    height: 440px;
    position: absolute;
}
.mod18 .picBox ul li img{
    max-width: 100%;
    max-height: 100%;
}
.mod18 .picBox li {
    width: 625px;
    height: 440px;
    line-height: 440px;
    text-align: center;
    overflow: hidden;
}
.mod18 .listBox {
    width: 625px;
    height: 68px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 7px;
}
.mod18 .listBox ul {
    height: 68px;
    position: absolute;
}
.mod18 .listBox li {
    width: 105px;
    height: 66px;
    cursor: pointer;
    position: relative;
}
.mod18 .listBox li i {
    display: none;
}
.mod18 .listBox li a {
    display: block;
    width: 100px;
    height: 66px;
}
.mod18 .listBox li img {
    width: 100px;
    height: 66px;
    border: 1px solid #EAEAEB;
}
.mod18 .listBox .on img {
    width: 99px;
    height: 66px;
    border: 1px solid #74C0C0;
}
.mod18 .listBox .on i {
    display: block;
}

.show_chanpin_cp{
    margin-top: 75px;
}
.show_chanpin_con{
    float: left;
    width: 415px;
    margin-left: 85px;
}
.show_chanpin_con_name{
    font-size: 42px;
    color: #444444;
    margin-top: 10px;
}
.show_chanpin_con_b{
    font-size: 24px;
    color: #131e28;
    margin-top: 5px;
}
.show_chanpin_con_b2{
    font-size: 18px;
    color: #131e28;
    padding-bottom: 17px;
    margin-top: 35px;
    border-bottom: 1px solid #E7E7E7;
}
.show_chanpin_con_p{
    font-size: 14px;
    color: #49494a;
    line-height: 24px;
    margin-top: 13px;
}
.show_chanpin_con_more{
    font-size: 14px;
    color: #49494a;
    margin-top: 35px;
}
.show_chanpin_con_more a{
    color: #49494a;
    margin-right: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.show_chanpin_con_more a:hover{
    color: #74c0c0;
}
.show_chanpin_nav{
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    margin-top: 30px;
    background-color: #ffffff;
}
.show_chanpin_nav_box{
    width: 1200px;
    margin: 0 auto;
}
.show_chanpin_nav_name{
    font-size: 18px;
    color: #131e28;
    float: left;
}
.show_chanpin_nav_name span{
    margin-right: 10px;
}
.show_chanpin_nav_ul{
    float: right;
}
.show_chanpin_nav_ul li{
    float: left;
    font-size: 14px;
    margin-left: 25px;
    cursor: pointer;
    line-height: 48px;
    padding: 0 10px;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.show_chanpin_nav_ul li:hover{
    color: #74c0c0;
    border-bottom: 2px solid #74C0C0;
}
.show_chanpin_nav_ul li.show_chanpin_nav_li_select{
    color: #74c0c0;
    border-bottom: 2px solid #74C0C0;
}
.show_chanpin_content_box{
    width: 1200px;
    margin: 0 auto;
}
.show_chanpin_content h1{
    font-size: 18px;
    color: #74c0c0;
    font-weight: bold;
    padding-bottom: 14px;
    margin-top: 30px;
    background: url(../img/show_chanpin_icon.png) no-repeat left 1px,url(../img/show_chanpin_icon2.png) no-repeat 30px bottom,url(../img/show_chanpin_icon3.png) repeat-x bottom;
    padding-left: 30px;
    margin-bottom: 20px;
}
.show_chanpin_content_box h2{
    font-size: 16px;
    color: #515c65;
    margin-bottom: 10px;
    font-weight: 400;
    background: url(../img/show_chanpin_icon4.png) no-repeat left;
    padding-left: 20px;
}
.show_chanpin_content_box h3{
    font-size: 16px;
    color: #515c65;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 40px;
}
.show_chanpin_content_box p{
    font-size: 14px;
    color: #515c65;
    font-weight: 400;
    line-height: 26px;
}
.show_chanpin_content_box{
    font-size: 14px;
    color: #515c65;
    font-weight: 400;
    line-height: 26px;
}
.show_chanpin_jsgg{
    position: relative;
    margin-top: 32px;
}
#scrollDiv {
    overflow: auto;
    margin-top: 20px;
}
.scrollText {
    width: 1200px;
    height: 350px;
    overflow: hidden;
    /*border-left: 1px solid #EBEBEB;*/
    /*border-bottom: 1px solid #EBEBEB;*/
}
.scrollText2 {
    width: 1200px;
    height: 326px;
    overflow: hidden;
    /*border-left: 1px solid #EBEBEB;*/
    /*border-bottom: 1px solid #EBEBEB;*/
}
.scrollText li {
    height: 175px;
    width: 50%;
    float: left;
    cursor: pointer;
    position: relative;
    /*border-top: 1px solid #EBEBEB;*/
    /*border-right: 1px solid #EBEBEB;*/
    border: 1px solid #EBEBEB;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.scrollText li:hover .scrollDiv_li_name{
    color: #75c1c1;
}
.scrollText li:hover .scrollDiv_li_name span{
    border-bottom: 1px solid #75c1c1;
}
.scrollText li:hover .scrollDiv_li_js{
    color: #75c1c1;
}
.scrollText li:hover .scrollDiv_li_anli{
    color: #75c1c1;
}
.up {
    position: absolute;
    top: 23px;
    right: 5px;
    width: 28px;
    height: 27px;
    text-align: center;
    line-height: 27px;
}
.down {
    position: absolute;
    top: 23px;
    right: 38px;
    width: 28px;
    height: 27px;
    text-align: center;
    line-height: 27px;
}
.scrollDiv_li_name{
    font-size: 28px;
    color: #49494a;
}
.scrollDiv_li_name span{
    border-bottom: 1px solid #DFDFDF;
    padding-right: 35px;
    padding-bottom: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.scrollDiv_li_js{
    font-size: 14px;
    color: #49494a;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.scrollDiv_li_anli{
    font-size: 14px;
    color: #49494a;
    margin-top: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.scrollDiv_li{
    padding-left: 38px;
    padding-top: 22px;
    height: 175px;
    width: 100%;
    position: relative;
    z-index: 9;
}
.scrollDiv_li_bg{
    width: 600px;
    height: 175px;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.scrollText li:hover .scrollDiv_li_bg{
    opacity: 1;
}
.show_chanpin_cjwt_ul{
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}
.show_chanpin_cjwt_ul li{
    position: relative;
    float: left;
    width: 599px;
    height: 65px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.show_chanpin_cjwt_border{
    position: absolute;
    /*background-color: #e8e8e8;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.show_chanpin_cjwt_border_top{
    width: 599px;
    height: 1px;
    top: 0;
    left: 0;
}
.show_chanpin_cjwt_border_right{
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}
.show_chanpin_cjwt_border_bottom{
    width: 599px;
    height: 1px;
    bottom: 0;
    left: 0;
}
.show_chanpin_cjwt_border_left{
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
}
.show_chanpin_cjwt_li_title{
    font-size: 14px;
    color: #333333;
    line-height: 65px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.show_chanpin_cjwt_li_kuang{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #75c1c1;
    margin-left: 15px;
    vertical-align: middle;
}
.show_chanpin_cjwt_li:hover .show_chanpin_cjwt_li_title{
    color: #75c1c1;

}
.show_chanpin_cjwt_li:hover .show_chanpin_cjwt_border{
    background-color: #75c1c1;
}
.show_chanpin_cjwt_li_sanjiao{
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    color: #75c1c1;
    font-family: SimSun;
}
.show_chanpin_cjwt_li{
    width: 599px;
    height: 65px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.show_chanpin_cjwt_li_ans{
    font-size: 12px;
    padding: 0 30px;
    color: #fff;
}

.show_chanpin_cjwt_ul li:hover .show_chanpin_cjwt_li{
    height: 196px;
    position: absolute;
    z-index: 9;
    background-color: #75c1c1;
}
.show_chanpin_cjwt_ul li:hover .show_chanpin_cjwt_li_title{
    color: #ffffff;
}
.show_chanpin_down_img{
    float: left;
    width: 32px;
    height: 42px;
    margin-left: 70px;
    background: url(../img/show_chanpin_down_img.png) no-repeat center;
}
.show_chanpin_down_con{
    float: left;
    margin-left: 10px;
}
.show_chanpin_down_name{
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
.show_chanpin_down_name span{
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 4px;
}
.show_chanpin_down_size{
    font-size: 16px;
    color: #8b8b8b;
    width: 235px;
}
.show_chanpin_down_size a{
    color: #8b8b8b;
}
.show_chanpin_down_div{
    /*border-bottom: 1px solid #EAEAEA;*/
    /*border-left: 1px solid #EAEAEA;*/
}
.show_chanpin_down_div li{
    float: left;
    width: 399px;
    height: 163px;
    /*border-top: 1px solid #EAEAEA;*/
    border-right: 1px solid #EAEAEA;
    position: relative;
}
.show_chanpin_down_border{
    position: absolute;
    background-color: #FFFFFF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.show_chanpin_down_div li:hover .show_chanpin_down_border{
    background-color: #307c7c;
}
.show_chanpin_down_border1{
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #eaeaea;
}
.show_chanpin_down_border2{
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #EAEAEA;
}
.show_chanpin_down_border3{
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #EAEAEA;
}
.show_chanpin_down_border4{
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}
.show_chanpin_down_div li a{
    display: block;
    height: 100%;
}
.show_chanpin_down_li{
    padding-top: 59px;
}
.show_chanpin_down{
    padding-bottom: 32px;
    position: relative;
}
.show_chanpin_hyal{
    position: relative;
}
/*show_chanpin*/
/*lxwm*/
.lxwm_banner{
    height: 200px;
    width: 100%;
}
.lxwm_banner_box{
    width: 1200px;
    margin: 0 auto;
}
.lxwm_banner_catname{
    font-size: 34px;
    margin-top: 40px;
    color: #ffffff;
}
.lxwm_banner_ul{
    margin-top: 30px;
}
.lxwm_banner_ul li{
    float: left;
    margin-right: 70px;
}
.lxwm_banner_ul li a{
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 10px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid rgba(117,193,193,0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxwm_banner_ul li a:hover{
    color: #75c1c1;
}
.lxwm_banner_ul li a:hover .lxwm_li_aa{
    width: 100%;
}
.lxwm_banner_ul li a.lxwm_banner_li_select{
    border-bottom: 1px solid rgba(117,193,193,1);
    color: #75c1c1;
}
.lxwm_banner_ul li a .lxwm_li_aa{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    background-color: #75c1c1;
    height: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxwm_map{
    width: 100%;
    /*height: 532px;*/
    background-color: #eaeaea;
}
.lxwm_map_img{
    max-width: 1410px;
    height: 100%;
    margin: 0 auto;
    /*background: url(../img/lxwm_map.jpg) no-repeat center -20px;*/
}
.lxwm_map_content{
    width: 1200px;
    margin: 50px auto 0 auto;
}
.lxwm_map_addr{
    float: left;
    width: 400px;
    height: 150px;
}
.lxwm_map_content h1{
    font-size: 16px;
    font-weight: 400;
    color: #41a1a7;
}
.lxwm_map_addr_p1{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-top: 4px;
}
.lxwm_map_content p{
    line-height: 24px;
    font-size: 14px;
}
.lxwm_map_jt{
    text-align: center;
    margin-top: 20px;
}
.lxwm_map_jt img{
    cursor: pointer;
}
.lxwm_map_form_title{
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}
.lxwm_map_form_form{
    width: 1020px;
    border: 1px solid #EBEBEB;
    margin: 25px auto 30px auto;
    padding: 34px 0 70px 70px;
}
.lxwm_map_form_input2{
    margin-left: 80px;
}
.lxwm_map_form_input4 p input{
    width: 300px !important;
    padding-left: 10px !important;
}
.lxwm_map_form_input5{
    margin-top: 19px;
}
.lxwm_map_form_js{
    text-align: center;
    font-size: 14px;
    color: #929292;
    margin-top: 12px;
}
.lxwm_map_form_input{
    width: 300px;
    margin: 0 auto;
}
.lxwm_map_form_input p{
    font-size: 14px;
    color: #535353;
    margin-bottom: 15px;
}
.lxwm_map_form_input p input{
    width: 300px;
    height: 36px;
    padding-left: 20px;
    border: 1px solid #DDDDDD;
}
.lxwm_map_form_input p label input{
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}
.lxwm_map_form_input p label span{
    vertical-align: middle;
    margin-right: 15px;
}
.lxwm_map_form_input p select{
    width: 300px;
    height: 36px;
    padding-left: 16px;
    border: 1px solid #DDDDDD;
}
.lxwm_map_form_input p textarea{
    width: 300px;
    border: 1px solid #DDDDDD;
    height: 120px;
    padding-left: 20px;
    padding-top: 10px;
}
.lxwm_map_form_div .lxwm_map_form_input3 input{
    width: 137px;
    height: 36px;
    border: 1px solid #DDDDDD;
}
.lxwm_map_form_div2{
    margin-top: 15px;
    text-align: center;
}
.lxwm_map_form_div2 input{
    width: 120px;
    height: 34px;
    font-size: 14px;
    background-color: #ffffff;
    margin-right: 10px;
    border: 1px solid #DDDDDD;
    color: #666666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxwm_map_form_div2 input:hover{
    background-color: #41a1a7;
    color: #ffffff;
    border: 1px solid #41a1a7;
}
.lxwm_con_box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.lxwm_con2{
    display: none;
}
.lxwm_con_title{
    font-size: 20px;
    color: #666666;
    width: 220px;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 12px;
    margin-top: 10px;
}
.lxwm_con_title span{
    border-bottom: 2px solid #76C1C4;
    padding-bottom: 12px;
}
.lxwm_con_con{
    margin-top: 30px;
}
.lxwm_con_con h1{
    font-size: 20px;
    color: #666666;
    width: 350px;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 12px;
    margin: 30px 0;
}
.lxwm_con_con h1 span{
    border-bottom: 2px solid #76C1C4;
    padding-bottom: 12px;
}
.lxwm_con_con p{
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    margin-bottom: 15px;
}
.fangan_con_con h1{
    font-size: 20px;
    /*border-bottom: 1px solid #75C1C1;*/
    padding-bottom: 6px;
    padding-right: 5px;
    /*display: inline-block;*/
    color: #75c1c1;
    margin-bottom: 30px;
    font-weight: 400;
}
.fangan_con_con p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 15px;
}
.fangan_con_con a{
    font-size: 14px;
    color: #666666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fangan_con_con a:hover{
    color: #75c1c1;
}
.lxwm_con_company_img1{
    width: 390px;
    height: 221px;
    overflow: hidden;
    position: relative;
}
.lxwm_con_company_img1 img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxwm_con_company_img1:hover .am-gallery-item img{
    opacity: 0.2;
}
.lxwm_con_company_img2:hover .am-gallery-item img{
    opacity: 0.2;
}
.lxwm_con_company_img3:hover .am-gallery-item img{
    opacity: 0.2;
}
.lxwm_con_company_img4:hover .am-gallery-item img{
    opacity: 0.2;
}
.lxwm_con_company_zhe{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    opacity: 0;
    color: #464847;
}
.lxwm_con_company_zhe_xian{
    width: 22px;
    height: 1px;
    background-color: #333333;
    margin: 8px 0 10px 0;
}
.lxwm_con_company_zhe_name{
    font-size: 26px;
}
.lxwm_con_company_img1:hover .lxwm_con_company_zhe{
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxwm_con_company_img2:hover .lxwm_con_company_zhe{
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxwm_con_company_img3:hover .lxwm_con_company_zhe{
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxwm_con_company_img4:hover .lxwm_con_company_zhe{
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxwm_con_company_con{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.lxwm_con_company_img2{
    width: 390px;
    height: 314px;
    margin: 12px 0;
    overflow: hidden;
    position: relative;
}
.lxwm_con_company_img2 img{
    width: 100%;
    height: 100%;
}
.lxwm_con_company_left{
    float: left;
}
.lxwm_con_company_left img{

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.lxwm_con_company_right img{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxwm_con_company_right{
    width: 794px;
    float: left;
    overflow: hidden;
    margin-left: 12px;
}
.lxwm_con_company_img4{
    margin-top: 10px;
}
.lxwm_con_company_img4 img{
    width: 100%;
}
.lxwm_con_company_img3{
    position: relative;
}
.lxwm_con_company_img4{
    position: relative;
}
.lxwm_con_company_img3 img{
    width: 100%;
}
.lxwm_con_company{
    margin-top: 30px;
}
/*lxwm*/
/*new*/
.n_new{
    width: 100%;
    background-color: #fff;
    padding-top: 56px;
    padding-bottom: 80px;
}
.n_new_box{
    width: 1200px;
    margin: 0 auto;
}
.n_new_time_div{
    font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
}
.n_new_time_yue li a{
    color: #666666;
    display: block;
    font-size: 14px;
}

.n_new_time_nian{
    line-height: 24px;
    border-left: 2px solid #C3C3C3;
    padding-left: 10px;
    cursor: pointer;
    font-size: 16px;
}
.n_new_time_yue {
    padding-left: 12px;
    line-height: 20px;
}
.n_new_time{
    float: left;
    width: 165px;
    background-color: #ffffff;
}
.n_new_time_yue li{
    line-height: 26px;
}
.n_new_time_yue li a{
    color: #666666;
    display: block;
}
.n_new_time_nian{
    line-height: 24px;
    border-left: 2px solid #C3C3C3;
    padding-left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.n_new_time_div .n_new_time_nian2{
    color: #41a1a7;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.n_new_time_yue{
    line-height: 20px;
    padding: 4px 0 0 12px;
    display: none;
}
.n_new_time{
    float: left;
    width: 165px;
    background-color: #ffffff;
    padding: 30px 0 30px 26px;
}
.n_new_time_yue li a:hover{
    color: #75c1c1;
}
.n_new_con{
    width: 100%;
    background-color: #ffffff;
    padding: 40px 35px;
    float: left;
    margin-left: 20px;
}
.n_new_position_img{
    float: left;
    width: 555px;
}
.n_new_position_con{
    float: left;
    width: 355px;
    margin-left: 30px;
}
.n_new_position_ul li:hover .n_new_position_name{
    /*color: #74c0c0;*/
}
.n_new_position .am-slider-default{
    box-shadow: none;
    margin: 0;
}
.n_new_position .am-direction-nav{
    display: none;
}
.n_new_position  .am-slider-default .am-control-nav{
    bottom: 0;
    width: auto;
    right: 0;
}
.n_new_position_name{
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_position_time{
    font-size: 14px;
    color: #b7b7b7;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_position_ul li:hover .n_new_position_time{
    /*color: #74c0c0;*/
}
.n_new_position_js{
    font-size: 14px;
    color: #616161;
    line-height: 26px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_position_ul li:hover .n_new_position_js{
    /*color: #74c0c0;*/
}
.n_new_position_more{
    position: relative;
    width: 110px;
    height: 34px;
    text-align: center;
    line-height: 31px;
    font-size: 12px;
    color: #8a9ba8;
    margin-top: 45px;
    border-bottom: 1px solid #DFDFDF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_position_more span{
    position: absolute;
    display: inline-block;
    bottom: -1px;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background-color: #7ec4c4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_position_ul li:hover .n_new_position_more{
    color: #74c0c0;
}
.n_new_position_ul li:hover .n_new_position_more span{
    width: 100%;
}
.n_new_position{
    padding-bottom: 39px;
    border-bottom: 1px solid #DFDFDF;
}
.n_new_li_img{
    width: 238px;
    float: left;
}
.n_new_li_con{
    width: 665px;
    float: left;
    margin-left: 35px;
}
.n_new_li_name{
    font-size: 18px;
    color: #010101;
    margin-bottom: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_li_time{
    font-size: 14px;
    color: #b7b7b7;
    margin-bottom: 6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_li_js{
    font-size: 14px;
    color: #616161;
    line-height: 26px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_li_more{
    font-size: 14px;
    color: #d4d4d4;
    margin-top: 6px;
    border: 1px solid #FFFFFF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_li_more span{
    font-size: 16px;
}
.n_new_list li{
    margin-top: 26px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DFDFDF;
    position: relative;
}
.n_new_list li:hover .n_new_li_name{
    color: #75c1c1;
}
.n_new_list li:hover .n_new_li_time{
    color: #75c1c1;
}
.n_new_list li:hover .n_new_li_js{
    color: #75c1c1;
}
.n_new_list li:hover .n_new_li_more{
    color: #75c1c1;
}
.n_new_li_border{
    position: absolute;
    width: 0%;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    margin: 0 auto;
    background-color: #75c1c1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.n_new_list li:hover .n_new_li_border{
    width: 100%;
}
/*new*/
/*补充*/
.lxwm_con_company .am-gallery{
    padding: 0;
}
.lxwm_con_company .am-gallery-default>li{
    padding: 0;
}
.lxwm_con_company .am-avg-lg-4>li{
    width: 100%;
    height: 385px;
    overflow: hidden;
}
.lxwm_con_company .am-gallery-item a{
    display: block;
}
.am-pureview-direction .am-pureview-prev a{
    background: url(../img/hover_left.png) no-repeat center;
    height: 74px !important;
}
.am-pureview-direction li{
    width: 73px !important;
    height: 74px !important;
}
.am-pureview-direction .am-pureview-next a{
    background: url(../img/hover_right.png) no-repeat center;
    height: 74px !important;
}
.am-menu-slide1 .am-menu-nav>.am-parent>a{
    font-size: 14px;
}
.am-menu-slide1 .am-menu-nav a{
    font-size: 14px;
}
/*补充*/
/*show_new*/
.shownew_box{
    width: 1265px;
    margin: 0 auto;
    position: relative;
}
.shownew_list{
    width: 60px;
    height: 63px;
    background: #FAFAFA url(../img/show_fx_list.png) no-repeat center;
}
.shownew_next{
    width: 60px;
    height: 63px;
    background: #FAFAFA url(../img/show_fx_next.png) no-repeat center;
}
.shownew_prev{
    width: 60px;
    height: 63px;
    background: #FAFAFA url(../img/show_fx_prev.png) no-repeat center;
}
.shownew_fx{
    float: left;
    width: 60px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.shownew_left .shownew_fx2{
    position: fixed;
    top: 80px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.shownew_box .shownew_right2{
    position: fixed;
    top: 80px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.shownew_right{
    position: absolute;
    top: 0;
    width: 320px;
    right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*.shownew_right_box{*/
/*position: relative;*/
/*top: 0;*/
/*-webkit-transition: all 0.5s;*/
/*-moz-transition: all 0.5s;*/
/*-ms-transition: all 0.5s;*/
/*-o-transition: all 0.5s;*/
/*transition: all 0.5s;*/
/*}*/
.shownew_con{
    float: left;
    width: 90%;
    padding-left: 40px;
}
.shownew_left .shownew_con2{
    margin-left: 60px;
}
.shownew_title{
    font-size: 26px;
    color: #313132;
    padding: 0 80px;
}
.shownew_left{
    float: left;
    width: 920px;
    position: relative;
}
.shownew_js span{
    font-size: 14px;
    color: #aeaeae;
    vertical-align: middle;
    margin-right: 8px;
}
.shownew_js img{
    vertical-align: middle;
    margin-right: 8px;
}
.shownew_next_div{
    padding-bottom: 30px;
    border: 1px solid #F3F3F3;
}
#shownew{
    margin-top: 40px;
    padding-bottom: 20px;
}
.shownew_js{
    margin-top: 15px;
    padding: 0 80px;
}
.shownew_con_con{
    margin-top: 25px;
    font-size: 16px;
    line-height: 28px;
    min-height: 260px;
    padding:0 80px;
}

.shownew_con_con img { display:block;margin:20px auto; }
.shownew_con_con p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
    text-indent: 2em;
}
.shownew_bottom{
    font-size: 14px;
    margin-top: 15px;
    padding: 0 80px;
}
.shownew_bottom_fx{
    margin-top: 30px;
}
.shownew_next_div_box{
    padding: 0 6%;
}
.shownew_next_div_title{
    font-size: 20px;
    color: #000000;
    margin-top: 20px;
}
.shownew_right_s1{
    width: 25%;
    float: left;
}
.shownew_right_img{
    float: right;
    width: 74%;
    height: 1px;
    background-color: #f2f2f2;
    margin-top: 20px;
}
.shownew_right_time{
    margin: 10px 0;
}
.shownew_right_time img{
    vertical-align: middle;
    margin-right: 6px;
}
.shownew_right_time span{
    vertical-align: middle;
    font-size: 12px;
    color: #c1c0c0;
}
.shownew_right_title{
    font-size: 16px;
}
.shownew_tuijian{
    background-color: #fafafa;
}
.shownew_tj_title{
    font-size: 18px;
    margin-top: 30px;
    color: #333333;
}
.shownew_tj_title span{
    border-left: 5px solid #17C0DD;
    padding-left: 32px;
}
.shownew_tj_title a{
    font-size: 14px;
    float: right;
    margin-right: 10%;
    margin-top: 5px;
    color: #bbbbbb;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.shownew_tj_title a:hover{
    color: #17c0dd;
}
.shownew_tj_list_li_box{
    padding: 0 10%;
}
.shownew_tj_li_title{
    font-size: 14px;
    color: #616161;
    line-height: 26px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.shownew_tj_li_time{
    font-size: 14px;
    color: #808080;
    margin-top: 20px;
}
.shownew_tj_list li{
    padding: 18px 0;
    border-bottom: 1px solid #F0F0F0;
}
.shownew_tj_list li:hover .shownew_tj_li_title{
    color: #16c0dd;
}
/*show_new*/
/*页码*/
#yema {
    height: 25px;
    clear: both;
    text-align: center;
    margin-top: 50px;
}
#yema .pages a {
    vertical-align: middle;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 27px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #C6C6C6; /* background-color: #c6c6c6; */
    color: #333;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#yema .pages span {
    vertical-align: middle;
    color: #ffffff;
    width: 27px;
    height: 27px;
    line-height: 27px;
    background-color: #74C0C0;
    display: inline-block;
    font-size: 14px;
}
/*页码*/



/*导航改*/
.x_header_nav_erji{
    position: absolute;
    width: 100%;
    display: none;
    background: rgba(255,255,255,0.8);
    left: 0;
    padding: 20px 0;
    top: 100px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
.header_x_right{
    float: right;
}
.x_h_n_erji_p{
    float: left;
    font-size: 16px;
    margin-right: 35px;
}
.x_h_n_erji_p a{
    color: #505258;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.x_h_n_erji_p a:hover{
    color: #75C1C1;
}
.x_header_nav_erji_list{
    margin-top: 12px;
}
.x_h_n_erji_p .x_header_nav_erji_list {
    font-size: 14px;
    line-height: 24px;
}
.header_dh .x_header_nav_erji{
    top: 53px;
}
.header_dh .header_shop{
    display: none;
}
/*.header_shop span img{*/
/*width: 20px;*/
/*margin-right: 8px;*/
/*}*/
.header_shop span a:hover{
    color: #41a1a7;
}
.header_dh .header_nav li .header_nav_a{
    color: #505258;
    display: block;
    padding: 0 15px;
}
/*导航改*/


.m_new_list_touch ul li img{
    height: auto;
}

.m_new_list_touch{
    display: none;
}
.m_industry_li_touch{
    display: none;
}
.demo-bar{
    display: none;
}
#demo-view{
    display: none;
}
.show_chanpin_img_touch{
    display: none;
}
#head{
    background: url(../img/dian.png) repeat-x bottom;
}
.show_chanpin_nav_ul_touch{
    display: none;
}


.page_about_ban{
    overflow: hidden;
}
.page_error{
    width: 100%;
    min-height: 500px;
    position: relative;
}
.page_error_box{
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    color: #e7e7e7;
    font-size: 40px;
    text-align: center;
}
.page_error_box span{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}


/*服务支持*/
.fwzc_title{
    text-align: center;
}
.fwzc_name{
    font-size: 24px;
    color: #000000;
    margin-top: 35px;
}
.fwzc_search{
    width: 310px;
    margin: 20px auto 0 auto;
}
.fwzc_search form{
    position: relative;
}
.fwzc_search_input1{
    width: 290px;
    height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background-color: #f1f1f1;
    border: 1px solid #D4D4D4;
    border-radius: 15px;
    outline: none;
    padding-left: 20px;
}
.fwzc_search_input2{
    position: absolute;
    right: 15px;
    background: url(../img/search.png) no-repeat center;
    outline: none;
    width: 26px;
    height: 26px;
    border: none;
    top: 2px;
}
.fwzc_tab{
    font-family:"Microsoft YaHei";
}
.fwzc_tab .am-nav-tabs{
    border-bottom: none;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    text-align: center;
    background-color: #eeeeee;
    margin-top: 20px;
}
.fwzc_tab .am-nav-tabs>li{
    display: inline-block;
    float: none;
    width: 120px;
    text-align: center;
    margin-right: 30px;
}
.fwzc_tab .am-nav-tabs>li{
    margin-bottom: 0;
}
.fwzc_tab .am-tabs-bd{
    width: 1200px;
    margin: 0 auto;
    overflow: inherit;
}
.fwzc_tab .am-nav-tabs>li.am-active>a{
    background: none;
    border-bottom: 1px solid #449EAF;
    line-height: 54px;
    color: #333333;
}
.fwzc_tab .am-tabs-nav li a{
    color: #828282;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fwzc_tab .am-tabs-nav li a:hover{
    color: #333333;
}
.fwzc_tab_con li{
    float: left;
    width: 50%;
    height: 66px;
    /*border: 1px solid #f1f1f1;*/
    cursor: pointer;
    position: relative;
}
.fwzc_tab_con{
    /*padding: 0 5%;*/
    margin-top: 15px;
}
.fwzc_tab_con_li{
    position: relative;
    height: 66px;
    padding-left: 40px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fwzc_tab_con_li_border{
    position: absolute;
}
.fwzc_tab_con_li_top{
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../img/dian_f1.png) repeat-x top;
}
.fwzc_tab_con_li_right{
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: url(../img/dian_f1.png) repeat-y right;
}
.fwzc_tab_con_li_bottom{
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../img/dian_f1.png) repeat-x bottom;
}
.fwzc_tab_con_li_left{
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: url(../img/dian_f1.png) repeat-y left;
}
.fwzc_tab_con_li_kuang{
    width: 6px;
    height: 6px;
    background-color: #75c1c1;
    position: absolute;
    left: 15px;
    top: 30px;
}
.fwzc_tab .fwzc_tab_con_li_name{
    font-size: 14px;
    color: #333333;
    line-height: 66px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fwzc_tab .fwzc_tab_con_li_more{
    position: absolute;
    right: 30px;
    top: 19px;
    font-size: 30px;
    font-family:SimSun;
    color: #75C1C1;
}
.fwzc{
    overflow: hidden;
    font-family:"Microsoft YaHei";
}
.fwzc_tab_con li:hover .fwzc_tab_con_li{
    position: absolute;
    height: 285px;
    z-index: 99;
    background-color: #75c1c1;
}
.fwzc_tab_con li:hover .fwzc_tab_con_li_name{
    color: #ffffff;
}
.fwzc_tab_con_li_anser{
    color: #ffffff;
}
.fwzc_tab_con_chakan{
    position: absolute;
    top: 18px;
    right: 15px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fwzc_tab_con_chakan a{
    color: #ffffff;
}
.fwzc_tab_con li:hover .fwzc_tab_con_chakan{
    opacity: 1;
}
.fwzc_tab_con li:hover .fwzc_tab_con_li_more{
    display: none;
}
.fwzc_tab_more{
    border: 1px solid #E3E3E3;
    width: 106px;
    color: #747474;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 15px auto 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fwzc_tab_more:hover{
    background-color: #75c1c1;
    border: 1px solid #75C1C1;
    color: #ffffff;
}
.fwzc_zxjc_title{
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 45px;
    color: #666666;
    border-bottom: 1px solid #E8E7EC;
}
.fwzc_zxjc{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 35px;
}
.fwzc_zxjc_con li{
    float: left;
    margin-right: 15px;
}
.fwzc_zxjc_con li.fwzc_zxjc_con_li3{
    margin-right: 0;
}
.fwzc_zxjc_con_li{
    width: 390px;
    height: 222px;
    position: relative;
}
.fwzc_zxjc_con_li_img{
    height: 183px;
    position: relative;
}
.fwzc_zxjc_con_li_embed{
    width: 100%;
    height: 100%;
}
.fwzc_zxjc_con_li_embed_touch{
    display: none;
}
.fwzc_zxjc_con_li_thumb{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fwzc_zxjc_con{
    margin-top: 38px;
}
.fwzc_zxjc_con_li_con{
    height: 39px;
    line-height: 39px;
    padding-left: 14px;
    font-size: 14px;
    background-color: #f0f0f0;
    color: #373733;
}
.fwzc_zxjc_con_li_con_sanjiao{
    width: 0;
    height: 0;
    border-bottom: 39px solid #ffffff;
    border-left: 39px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fwzc_zxjc_con li:hover{
    cursor: pointer;
}
.fwzc_zxjc_con li:hover .fwzc_zxjc_con_li_thumb{
    opacity: 0.9;
}
.fwzc_zxjc_con li:hover .fwzc_zxjc_con_li_con_sanjiao{
    border-bottom: 39px solid #75C1C1;
    color: #ffffff;
}
.fwzc_zxjc_con_li_con_sanjiao span{
    position: absolute;
    right: 5px;
    bottom: -43px;
    font-size: 16px;
}
.fwzc_zxjc_more{
    width: 106px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 20px auto 0 auto;
    color: #737373;
    border: 1px solid #E3E3E3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fwzc_zxjc_more:hover{
    color: #ffffff;
    border: 1px solid #75C1C1;
    background-color: #75c1c1;
}
.fwzc_zzfw{
    width: 100%;
    height: 685px;
    position: relative;
    background: url(../img/fwzc_zzfw_img.png) no-repeat center;
}
.fwzc_zzfw_title{
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    margin-top: 70px;
    font-weight: 400;
    position: relative;
    z-index: 99;
}
.fwzc_zzfw_con{
    height: 450px;
    margin-top: 55px;
    /*border-top: 1px solid #dfdfdf;*/
    /*border-bottom: 1px solid #dfdfdf;*/
}
.fwzc_zzfw_con_left{
    width: 100%;
    height: 100%;
    z-index: 9;
    position: relative;
    text-align: left;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    /*background: url(../img/zzfw_img.png) repeat-y right;*/
}
.fwzc_zzfw_con_right{
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    text-align: center;
}
.fwzc_zzfw_con_left_name{
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    margin-top: 120px;
}
.fwzc_zzfw_con_left_js{
    width: 60%;
    margin: 52px auto 0 auto;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
    font-weight: 100;
    line-height: 25px;
}
.fwzc_zzfw_con_bg{
    width: 100%;
    height: 685px;
    top: 0;
    display: none;
    left: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fwzc_zzfw_con_div:hover .fwzc_zzfw_con_bg{
    opacity: 1;
    z-index: 5;
}
.fwzc_zzfw_con_div{
    height: 100%;
    width: 50%;
    cursor: pointer;
    float: left;
}
#example_video_1{
    width: 100%;
    height: 100%;
}
/*服务支持*/

/*资料下载*/
.list_down_box{
    width: 1200px;
    margin: 0 auto;
    min-height: 500px;
}
.list_down_box_title{
    font-size: 20px;
    color: #333;
    margin-top: 45px;
}
.list_down_box_list{
    margin: 30px 0;
}
.list_down_ul{
    float: left;
}
.list_down_ul li{
    width: 267px;
    height: 45px;
    background: #f0f0f0 url(../img/list_down_ul_icon.png) no-repeat 220px center;
    margin-bottom: 1px;
    padding-left: 30px;
    line-height: 45px;
}
.list_down_ul li a{
    font-size: 14px;
    color: #666666;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.list_down_ul li a:hover{
    color: #75c1c1;
}
.list_down_ul li a.list_down_a_select{
    color: #75c1c1;
}
.list_down_list{
    float: right;
    width: 870px;
}
.list_down_list li{
    margin-bottom: 18px;
    margin-right: 14px;
    float: left;
    width: 428px;
    height: 141px;
    position: relative;
    padding: 14px 14px 0 14px;
    border: 1px solid #E3E3E3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.list_down_list li.list_down_list_li_select{
    margin-right: 0;
}
.list_down_list li a{
    display: block;
}
.list_down_li_img{
    width: 122px;
    height: 112px;
    float: left;
}
.list_down_li_con{
    float: left;
    margin-left: 15px;
    height: 112px;
    width: 260px;
    position: relative;
}
.list_down_li_name{
    font-size: 16px;
    color: #333333;
}
.list_down_li_catname{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.list_down_li_more{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.list_down_li_more img{
    vertical-align: middle;
    margin-right: 6px;
}
.list_down_li_more span{
    vertical-align: middle;
}
.list_down_li_down{
    float: left;
    font-size: 14px;
    color: #333333;
}
.list_down_li_time{
    float: right;
    font-size: 14px;
    color: #b4b4b4;
}
.list_down_list li:hover{
    border: 1px solid #75C1C1;
}
.list_down_list li:hover .list_down_li_catname{
    color: #75c1c1;
}
/*资料下载*/
/*行业案例*/
.hangye .am-slider .am-slides img{
    width: auto;
}
.hangye_li_li_div{
    float: left;
    position: relative;
    background-size: 100% auto !important;
}
.hangye_li_li_div_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(46,46,44,0.95);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.hangye_li_li_div:hover .hangye_li_li_div_bg{
    opacity: 1;
}
.hangye_li_li_div_bg_box{
    width: 90%;
    height: 84%;
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #ffffff;
}
.hangye_li_li_div_bg_box_name{
    font-size: 1.25vw;
    color: #ffffff;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hangye_li_li_div_bg_box_keyname{
    font-size: 0.85vw;
    color: #ffffff;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hangye_li_li_div:hover .hangye_li_li_div_bg_box_keyname{
    opacity: 1;
    top: 47%;
}
.hangye_li_li_div:hover .hangye_li_li_div_bg_box_name{
    opacity: 1;
    top: 20%;
}
.hangye_li_li_div_bg_box_more{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hangye_li_li_div:hover .hangye_li_li_div_bg_box_more{
    opacity: 1;
    bottom: 15%;
}
.hangye .hangye_li_li_div_bg_box_more img{
    display: initial;
}
.hangyeli{
    width: 100%;
}

.rslides_li{
    width: 100%;
}
.hangye .am-direction-nav{
    display: none;
}
.hangye_li .slide_nav{
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 999;
    width: 80px;
    height: 80px;
    display: block;
    text-indent: -999999px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.hangyeli:hover .slide_nav{
    opacity: 1;
}
.hangye_li .prev{
    left: 0;
    background: url(../images/zuo_etd.png) no-repeat center;
    background-size: 80px;
}
.hangye .am-slider .am-slides>li{
    /*position: initial;*/
}
.hangye_li .next{
    right: 3%;
    background: url(../images/you_etd.png) no-repeat center;
    background-size: 80px;
}
.hangye .am-slider-default .am-control-nav{
    position: initial;
    height: 98px;
    bottom: 0;
}
.hangye .am-slider-default .am-control-nav li{
    margin: 0;
    display: block;
    float: left;
    width: 12.5%;
    height: 98px;
}
.hangye .am-slider-default .am-control-nav li a{
    width: 100%;
    height: 98px;
    border-radius: 0;
    line-height: normal;
    text-indent: 0;
    background-color: #94A2BD;
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,1);
    box-shadow: 0 0 2px rgba(255,255,255,1);
    color: #ffffff;
    font-size: 18px;
    padding-left: 20px;
    text-align: left;
    padding-top: 25px;
}
.hangye .am-slider-default .am-control-nav li a.am-active{
    background-color: #4d9f9e;
}
/*战略合作*/
.zlhz_top{
    text-align: center;
}
.zlhz_title{
    font-size: 26px;
    color: #434343;
    margin-top: 70px;
}
.zlhz_js{
    font-size: 16px;
    margin-top: 40px;
    color: #797979;
}
.zlhz_map{
    width: 1200px;
    margin: 0 auto;
    height: 800px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 130px;
    text-align: center;
    /*background: url(../img/map_img.png) no-repeat center;*/
}
.zlhz_map img{
    width: auto;
    text-align: center;
}
.zlhz_map_div{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 290px;
    height: 50px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #64B1B5;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #64b1b5;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.zlhz_map:hover .zlhz_map_div{
    top: 55%;
    opacity: 1;
}
/*战略合作*/
.hangye .am-slider-default .am-direction-nav .am-prev{
    border-right: none;
    background: url(../img/hangye_an_l.png) no-repeat center;
}
.hangye .am-slider-default .am-direction-nav .am-next{
    border-right: none;
    background: url(../img/hangye_an_r.png) no-repeat center;
}
.hangye .am-slider-default .am-direction-nav a{
    height: 97px;
    top: 0;
    margin: 0;
}
.hangye_lia .am-viewport{
    border-left: 1px solid #ffffff;
}
.hangye_div_more{
    height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10%;
    /*background: url(../img/hangye_jt.png) no-repeat center;*/
    cursor: pointer;
}
.hangye_div_more span{
    font-size: 18px !important;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 4px 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hangye_div_more span:hover{
    color: #40a1a7;
    border: 1px solid #40a1a7;
}
.list_hangye_title{
    font-size: 34px;
    color: #000000;
    text-align: center;
    font-weight: 200;
    margin: 50px 0;
}
.list_hangye_con{
    width: 100%;
    height: 670px;
}
.list_hangye_box{
    width: 1200px;
    margin: 0 auto;
}
.list_hangye_art{
    width: 1088px;
    height: 100%;
    margin: 0 auto;
    border-left: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(255,255,255,.3);
}
.list_hangye_art .am-nav-prev a{
    width: 30px;
    height: 59px;
    background: url(../img/listhangye_an_l.png) no-repeat top center;
}
.list_hangye_art .am-nav-next a{
    width: 30px;
    height: 59px;
    background: url(../img/listhangye_an_r.png) no-repeat top center;
}
.list_hangye_art .am-slider-default .am-direction-nav .am-next{
    right: -60px;
}
.list_hangye_art .am-slider-default .am-direction-nav .am-prev{
    left: -60px;
}
.list_hangye_art .am-control-nav{
    bottom: 30px;
}
.list_hangye_art .am-slider-default .am-control-nav li a{
    background-color: rgba(194,192,192,.5);
    width: 12px;
    height: 12px;
}
.list_hangye_art .am-slider-default .am-control-nav li a.am-active {
    background-color: #4D9F9E;
}
.list_hangye_art_title{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 12%;
}
.list_hangye_art_xian{
    width: 85px;
    height: 1px;
    margin: 0 auto;
    background-color: #ffffff;
}
.list_hangye_art_js{
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
    width: 780px;
    margin: 45px auto 0 auto;
}
.list_hangye_art_key{
    width: 780px;
    margin: 20px auto 0 auto;
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
}
.list_hangye_art .am-slider .am-slides>li{
    /*height: 475px;*/
    height: 100%;
}
.list_hangye_art_more{
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin-top: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.list_hangye_art_more:hover{
    color: #4d9f9e;
}
.hangye_lia_touch{
    display: none;
}
/*行业案例*/
/*职位*/
.job{
    background: url(../img/job_bg.jpg) no-repeat top center;
    padding-bottom: 70px;
}
.job_title{
    font-size: 44px;
    color: #ffffff;
    text-align: center;
    font-weight: 200;
    margin: 230px auto 300px auto;
}
.job_con{
    width: 1200px;
    margin: 0 auto;
}
.job_con_li{
    cursor: pointer;
}
.job_con_li_img{
    width: 400px;
    height: 307px;
    background-color: #ffffff;
}
.job_con_li_img img{
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.job_con_li:hover .job_con_li_img img{
    opacity: 0.6;
}
.job_con_li_con{
    width: 400px;
    height: 307px;
    background-color: #f6f6f6;
}
.job_con_li_con_name{
    font-size: 20px;
    font-weight: 200;
    padding-top: 30px;
    color: #000000;
    width: 350px;
    margin: 0 auto;
}
.job_con_li_con_js{
    line-height: 28px;
    width: 350px;
    margin: 18px auto 0 auto;
    font-size: 15px;
    color: #666666;
    font-weight: 200;
}
.job_con_ul li{
    float: left;
}
.job_job_li_title{
    font-size: 20px;
    color: #000000;
    margin-top: 45px;
    margin-bottom: 3px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CDCDCD;
}
.job_job_li_job_name{
    font-size: 16px;
    color: #000;
    cursor: pointer;
    line-height: 28px;
}
.job_job_li_job_con{
    display: none;
}
.job_job_li_job_more{
    width: 129px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #41a1a7;
    border-radius: 5px;
    font-size: 14px;
    float: right;
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.job_job_li_job_more:hover{
    background-color: #15767C;
}
.job_job_li_job_more a{
    display: block;
    color: #ffffff;
}
.job_job_li_job_con p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}
.job_job_li_job_con h3{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-top: 15px;
}
.job_job_ul{
    width: 1200px;
    margin: 0 auto;
}
.job_job_li_zhiwei{
    margin-bottom: 6px;
}
.job_job_li_job_name_l{
    float: left;
}
.job_job_li_job_name_o{
    font-size: 14px;
    color: #41a1a7;
    margin-left: 20px;
}
.job_job_li_job_name_o .n_title_sanji_span2{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.job_job_li_job_name_o img{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}
.job_job_li_job_name_r{
    float: right;
}
.job_job_li_zhiwei span{
    color: #b2b2b2;
    font-size: 14px;
}
.job_job_li_zhiwei_l{
    float: left;
}
.job_job_li_zhiwei_r{
    float: right;
}
/*职位*/
/*show_hangye*/
.show_hangye_js_box{
    width: 1200px;
    margin: 0 auto;
}
.show_hangye_js_con{
    margin-top: 30px;
    font-size: 14px;
    color: #515c65;
    font-weight: 400;
    line-height: 26px;
}
.show_hangye_js_key{
    font-size: 14px;
    color: #515c65;
    font-weight: 400;
    line-height: 26px;
    margin-top: 15px;
}
/*show_hangye*/




/*服务承诺*/
.fwcn_box{
    width: 1200px;
    margin: 24px auto 60px auto;
}
.fwcn_li_con_title{
    float: left;
    display: block;
    font-size: 20px;
    color: #585858;
}
.fwcn_li_con_js{
    display: block;
    float: right;
    width: 570px;
    text-align: left;
    font-size: 14px;
    color: #a3a3a3;
}
.fwcn_li_con{
    margin-top: 30px;
}
.fwcn_li_con .fwcn_li_con_js{
    line-height: 30px;
}
.fwcn_li_img{
    margin-top: 30px;
}
.show_hangye .show_chanpin_nav{
    border-top: none;
}
/*服务承诺*/

/*常见问题*/
.answei_n{
    margin-top: 35px;
    padding-bottom: 30px;
}
.answei_n_box{
    width: 1200px;
    border-top: 1px solid #D8D7D5;
    margin: 0 auto;
}
.answei_n_box li{
    width: 100%;
    cursor: pointer;
}
.answei_li_top{
    position: relative;
    width: 100%;
    height: 53px;
    font-size: 14px;
    color: #747474;
    line-height: 53px;
    border-bottom: 1px solid #D8D7D5;
}
.answei_li .select_answer{
    background-color: #41a1a7;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.answei_li_top_s1{
    float: left;
    margin-left: 10px;
}
.answei_li_top_s2{
    float: right;
    margin-right: 40px;
}
.sj_xl{
    position: absolute;
    right: 10px;
    top: 25px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #D8D7D5;
}
.select_answer .sj_xl{
    border-top: 0 solid #D8D7D5;
    border-bottom: 8px solid #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.answei_li_bottom{
    padding: 5px 25px 40px 25px;
    display: none;
    border-bottom: 1px solid #41A1A7;
}
.answei_li_bottom h1{
    font-size: 14px;
    color: #41a1a7;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}
.answei_li_bottom p{
    font-size: 14px;
    color: #747474;
    line-height: 26px;
}
.fangan{
    width: 100%;
    padding: 25px 20px 25px 0;
    background: #f5f3f4 url(../img/answers_chb.png) no-repeat 20px center;
}
.fangan p{
    padding-left: 70px;
}

.lxwm_map_form .am-tabs-nav{
    width: 100%;
    margin: 30px auto;
    text-align: center;
    border-bottom: 1px solid #C5C3C4;
}
.lxwm_map_form .am-nav-tabs>li{
    /*border-right: 1px solid #C5C3C4;*/
}
.lxwm_map_form .am-nav-tabs>li>a{
    color: #41a1a7;
    padding: 0 10px;
    margin: 0 20px;
}
.lxwm_map_form .am-nav-tabs>li.am-active>a{
    color: #FAAD24;
    display: block;
    border-bottom: 3px solid #FAAD24;
}
.lxwm_map_form .am-tabs-bd{
    width: 1200px;
    margin: 0 auto;
}
.lxwm_map_form .am-nav-tabs>li{
    /*width: 25%;*/
    float: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
}
.lxwm_map_form .am-tab-panel{
    min-height: 500px;
}
.lxwm_map_form_p_n{
    font-size: 14px;
    width: 860px;
    margin: 30px auto;
    line-height: 36px !important;
}

.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    top: 40%;
    z-index: 100;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
    text-align: center;
}
.side ul li .sidebox2{
    position: relative;
    width: 54px;
    height: 54px;
    background: #000;
    transition: all 0.3s;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    font: 14px/54px "微软雅黑";
    /*overflow: hidden;*/
    text-align: center;
}
.side ul li .sidebox2:hover{
     background: #41A1A7;
     opacity: 1;
     filter: Alpha(opacity=100);
}
.sidebox2_weixin{
    background-color: #ffffff;
    position: absolute;
    right: 54px;
    border: 1px solid #ccc;
    top: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebox2_weixin form{
    width: 200px;
}
.sidebox2_weixin_text{
    width: 140px;
    height: 30px;
}
.sidebox2_weixin_submit{
    width: 40px;
    height: 30px;
    border: none;
    background-color: #40a1a7;
    color: #ffffff;
    font-size: 12px;
    margin-left: 2px;
}
.side ul li .sidebox2:hover .sidebox2_weixin{
    width: 200px;
    opacity: 1;
}
.sidebox2_weixin img{
    width: 100%;
    height: 100%;
}
.sidebox2_weixin p{
    width: 198px;
    padding: 5px 8px 0 8px;
    font-size: 14px;
    line-height: normal;
    color: #333333;
    text-align: left;
}
.side ul li .sidebox img{
    width: 54px;
    text-align: center;
}
.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #41A1A7;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li img {
    /*float: left;*/
}
.lxwm_map_form_p_n_img{
    float: left;
}
.lxwm_map_form_p_n_con{
    float: left;
    margin-left: 40px;
    margin-top: 20px;
    width: 300px;
}
.lxwm_map_form_p_n_con_name{
    font-size: 18px !important;
    color: #41a1a7;
}
.lxwm_map_form_p_n_con_enname{
    font-size: 12px !important;
    color: #666666;
    margin-top: 10px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #E4E4E4;
}
.lxwm_map_form_p_n_con_p{
    margin-top: 10px;
}















/*lxwm_nn*/
.lxwm_map_form_boxx{
    width: 1200px;
    margin: 40px auto;
}
.lxwm_map_form_nn_p{
    padding: 15px 0;
    float: left;
    border: 1px solid #D6D6D6;
    width: 370px;
    height: 547px;
    margin-right: 30px;
}
.lxwm_map_form_nn_p_title{
    width: 300px;
    font-size: 16px;
    margin: 0 auto 15px auto;
}
.lxwm_map_form_nn_p_con{
    width: 300px;
    margin: 0 auto;
}
.lxwm_map_form_nn_p_con div{
    font-size: 15px;
}
.lxwm_map_form_nn_p_con_pa{
    color: #333333;
    font-weight: 600;
    line-height: 30px;
}
.lxwm_map_form_nn_p_con .lxwm_map_form_nn_p_con_pb{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.lxwm_map_form_nn_p_xian{
    width: 60px;
    height: 1px;
    margin-left: 33px;
    margin-bottom: 20px;
    background-color: #cfcfcf;
}
.lxwm_map_form_nn_p2_box{
    float: left;
}
.lxwm_map_form_nn_p2{
    padding: 15px 0;

    width: 370px;
    border: 1px solid #C4C4C4;
}
.lxwm_map_form_nn_p_con .lxwm_map_form_nn_p_con_pb span{
    color: #999999;
}
.lxwm_map_form_nn_p2_top{
    width: 370px;
    height: 345px;
}
.lxwm_map_form_nn_p2_bottom{
    width: 370px;
    height: 140px;
    border: 1px solid #C4C4C4;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lxwm_map_form_nn_p2_bottom:hover{
    border: 1px solid #41A1A7;
}
.lxwm_map_form_nn_p2_img{
    position: absolute;
    top: 50px;
    left: 80px;
}
.lxwm_map_form_nn_p2_img1{
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lxwm_map_form_nn_p2_img2{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lxwm_map_form_nn_p2_bottom:hover .lxwm_map_form_nn_p2_img2{
    opacity: 1;
}
.lxwm_map_form_nn_p2_bottom:hover .lxwm_map_form_nn_p2_img1{
    opacity: 0;
}
.lxwm_map_form_nn_p2_con{
    position: absolute;
    right: 60px;
    top: 53px;
}
.lxwm_map_form_nn_p2_con_a{
    font-size: 16px;
    color: #333333;
}
.lxwm_map_form_nn_p2_con_b{
    font-size: 14px;
    color: #999999;
}


/*.rslides {*/
    /*position: relative;*/
    /*list-style: none;*/
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/

/*.rslides li {*/
    /*-webkit-backface-visibility: hidden;*/
    /*position: absolute;*/
    /*display: none;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*top: 0;*/
/*}*/

/*.rslides li:first-child {*/
    /*position: relative;*/
    /*display: block;*/
    /*float: left;*/
/*}*/

/*.rslides img {*/
    /*display: block;*/
    /*height: auto;*/
    /*float: left;*/
    /*width: 100%;*/
    /*border: 0;*/
/*}*/
/*.slide_container {*/
    /*margin-bottom: 50px;*/
    /*position: relative;*/
    /*float: left;*/
    /*width: 100%;*/
/*}*/

/*.slide {*/
    /*position: relative;*/
    /*list-style: none;*/
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/

/*.slide li {*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*top: 0;*/
/*}*/

/*.slide img {*/
    /*display: block;*/
    /*position: relative;*/
    /*z-index: 1;*/
    /*height: auto;*/
    /*width: 100%;*/
    /*border: 0;*/
/*}*/

/*.slide .caption {*/
    /*display: block;*/
    /*position: absolute;*/
    /*z-index: 2;*/
    /*font-size: 20px;*/
    /*text-shadow: none;*/
    /*color: #fff;*/
    /*background: #000;*/
    /*background: rgba(0,0,0, .8);*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*padding: 10px 20px;*/
    /*margin: 0;*/
    /*max-width: none;*/
/*}*/

/*.slide_nav {*/
    /*position: absolute;*/
    /*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
    /*top: 52%;*/
    /*left: 0;*/
    /*opacity: 0.7;*/
    /*z-index: 3;*/
    /*text-indent: -9999px;*/
    /*overflow: hidden;*/
    /*text-decoration: none;*/
    /*height: 61px;*/
    /*width: 38px;*/
    /*background: transparent url("../images/themes.gif") no-repeat left top;*/
    /*margin-top: -45px;*/
/*}*/

/*.slide_nav:active {*/
    /*opacity: 1.0;*/
/*}*/

/*.slide_nav.next {*/
    /*left: auto;*/
    /*background-position: right top;*/
    /*right: 0;*/
/*}*/
.hangye_touch{
    display: none;
}



@media screen and (max-width: 640px){
    .hangye_pc{
        display: none;
    }
    .hangye_li_li_div_bg_box_name{
        font-size: 14px;
        width: 85%;
    }
    .hangye_touch{
        display: block;
    }
    .hangye_li_li_div{
        width: 50% !important;
    }
    .side{
        display: none;
    }
    .hangye .am-slider-default .am-control-nav li{
        width: 25%;
    }
    .hangye .am-slider-default .am-control-nav li a{
        font-size: 13px;
        text-align: center;
        padding-left: 0;
        height: 85px;
    }
    .hangye .am-slider-default .am-control-nav{
        height: 85px;
    }
    .hangye .am-slider-default .am-control-nav li{
        height: 85px;
    }
    /*服务承诺*/
    .fwcn_box{
        width: 100%;
        margin: 20px auto;
    }
    .fwcn_li_img img{
        width: 100%;
    }
    .fwcn_li_con{
        width: 94%;
        margin: 15px auto 0 auto;
    }
    .fwcn_li_img{
        margin-top: 15px;
    }
    .fwcn_li_con_js{
        width: 100%;
    }
    /*服务承诺*/
    /*职位*/
    .job_title{
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0;
        font-size: 30px;
        border-bottom: 1px solid #F1F1F1;
		color:#fff;
    }
    .job_con{
        display: none;
    }
    .job_job_ul{
        width: 94%;
    }
    .job{
        background: none;
    }
    .job_job_li_title{
        margin-top: 30px;
    }
    /*职位*/
    /*战略合作*/
    .zlhz_map{
        margin-top: 20px;
        height: 220px;
        background-size: auto 100%;
        width: 100%;
    }
    .zlhz_map_div{
        position: static;
        width: 90%;
        opacity: 1;
        margin: 15px auto 0 auto;
    }
    .zlhz_map img{
        width: 94%;
    }
    .zlhz_title{
        font-size: 18px;
        margin-top: 20px;
    }
    .zlhz_js{
        font-size: 14px;
        width: 94%;
        margin: 15px auto 0 auto;
    }
    /*战略合作*/
    /*行业案例*/

    .list_hangye_title{
        margin: 15px 0;
        font-size: 24px;
    }
    .list_hangye_box{
        width: 100%;
    }
    .list_hangye_art{
        width: 94%;
        border:none;
        height: auto;
        padding-bottom: 50px;
    }
    .list_hangye_con{
        height: 100% !important;
    }
    .list_hangye_art_key{
        width: 100%;
        font-size: 14px;
    }
    .list_hangye_art .am-slider .am-slides>li{
        height: auto;
    }
    .list_hangye_art_title{
        margin-top: 10%;
    }
    .list_hangye_art_js{
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
    .hangye_lia{
        padding: 0;
        height: 56px;
    }
    .hangye_lia_touch{
        display: block;
    }
    .hangye_lia li a span{
        padding-left: 0;
        padding-top: 10px;
        text-align: center;
    }
    .hangye_lia .am-viewport{
        border-left: none;
    }
    .hangye_lia li a{
        font-size: 14px;
    }
    .hangye_lia_pc{
        display: none;
    }
    .hangye .hangye_div_title{
        margin-top: 15px;
        font-size: 30px;
        font-weight: 400;
    }
    .hangye .hangye_div_name{
        font-size: 26px;
    }
    .hangye .hangye_div_js{
        width: 94%;
        margin: 15px auto 0 auto;
        font-size: 14px;
    }
    .hangye .hangye_div_js2{
        width: 94%;
        margin: 15px auto 0 auto;
        font-size: 14px;
    }
    .hangye_div{
        height: auto;
    }
    .hangye_div_more{
        position: static;
        margin: 15px auto;
    }
    /*行业案例*/
    /*资料下载*/
    .list_down_box{
        width: 94%;
        margin: 0 auto;
        min-height: auto;
    }
    .list_down_box_title{
        font-size: 16px;
        margin-top: 15px;
    }
    .list_down_box_list{
        margin-top: 15px;
    }
    .list_down_ul{
        float: none;
        width: 100%;
    }
    .list_down_ul li{
        width: 32%;
        display: inline-block;
        padding-left: 0;
        text-align: center;
        margin-bottom: 3px;
    }
    .list_down_list{
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .list_down_list li{
        width: 100%;
        float: none;
        padding: 10px 10px 0 10px;
    }
    .list_down_li_img{
        width: 35%;
    }
    .list_down_li_img img{
        width: 100%;
    }
    .list_down_li_con{
        width: 60%;
        margin-left: 0;
        float: right;
    }
    /*资料下载*/
    /*服务支持*/
    .fwzc_zxjc_con_li_embed_pc{
        display: none;
    }
    .fwzc_zxjc_con_li_embed_touch{
        display: block;
    }
    .fwzc_zzfw{
        height: auto;
        background-size: auto 100% !important;
    }
    .fwzc_zzfw_title{
        font-size: 22px;
        margin-top: 15px;
    }
    .fwzc_tab .am-tabs-bd{
        width: 94%;
        margin: 0 auto;
    }
    .fwzc_zzfw_con{
        height: auto;
        margin-top: 15px;
    }
    .fwzc_zzfw_con_div{
        float: none;
        width: 100%;
        padding-bottom: 15px;
    }
    .fwzc_zzfw_con_left_name{
        font-size: 20px;
        margin-top: 15px;
    }
    .fwzc_zzfw_con_left_js{
        width: 90%;
        margin: 15px auto 0 auto;
        font-size: 14px;
    }
    .fwzc_tab_con_li_anser{
        position: static;
        margin-bottom: 10px;
        width: 100%;
        left: 0;
        top: 42px;
        display: none;
        color: #333333;
    }
    .fwzc_zzfw_con_left{
        border-bottom: none;
        border-right: none;
    }
    .fwzc_zzfw_con_right{
        border-bottom: none;
        text-align: left;
    }
    .fwzc_zzfw_con_bg{
        display: none;
    }
    .fwzc_zxjc_title{
        margin-top: 20px;
    }
    .fwzc_zxjc_con_li_con{
        padding-left: 0;
        text-align: center;
    }
    .fwzc_zxjc_con_li_img img{
        width: 100%;
    }
    .fwzc_zxjc_con li{
        margin-bottom: 15px;
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .fwzc_zxjc_con_li{
        width: 100%;
    }
    .fwzc_zxjc{
        width: 94%;
        margin: 0 auto;
    }
    .fwzc_tab_con li:hover .fwzc_tab_con_li_name{
        color: #333333;
    }
    .fwzc .fwzc_tab_more{
        line-height: 26px;
        font-size: 12px;
    }
    .fwzc_tab_con li:hover .fwzc_tab_con_li{
        /*position: static;*/
        height: auto;
        /*background: none;*/
    }
    .fwzc_tab_con_li_kuang{
        top: 17px;
    }
    .fwzc_tab .fwzc_tab_con_li_more{
        top: 9px;
        font-size: 14px;
    }
    .fwzc_tab_con li{
        width: 100%;
        float: none;
        height: 42px;
        margin-bottom: 1%;
    }
    .fwzc_tab_con_li{
        height: 42px;
        line-height: 42px;
        padding-left: 11%;
    }
    .fwzc_tab .fwzc_tab_con_li_name{
        line-height: 42px;
    }
    .fwzc_search{
        width: 80%;
    }
    .fwzc_search_input1{
        width: 100%;
    }
    .fwzc_tab .am-nav-tabs>li{
        display: block;
        float: left;
        width: 25%;
        text-align: center;
        margin-right: 0;
    }
    .fwzc_tab .am-nav-tabs{
        font-size: 14px;
        padding: 0 3%;
    }
    /*服务支持*/
    #head{
        display: none;
    }
    .banner{
        height: auto;
    }
    .m_product_all{
        height: auto;
    }
    .demo-bar{
        display: block;
        background-color: #ffffff !important;
    }
    #demo-view{
        display: block;
    }
    .am-menu-toggle i{
        font-size: 16px;
    }
    .am-menu-toggle i span{
        vertical-align: middle;
    }
    .am-menu-toggle i img{
        vertical-align: middle;
        margin-left: 10px;
    }
    .demo-bar img{
        width: 160px;
    }
    .am-menu-slide1 .am-menu-toggle{
        right: 15px;
    }
    .am-slides_li_div{
        height: 220px !important;
        background-size: auto 220px !important;
    }
    .am-active-slide .am-slides-div{
        bottom: 42%;
    }
    .am-slides-div{
        width: 100%;
    }
    .am-slides-js{
        font-size: 18px;
        margin-top: 8px;
    }
    .am-slides-name{
        font-size: 16px;
    }
    .am-direction-nav{
        display: none;
    }
    .m_product_title{
        margin-top: 16px;
    }
    .m_product_js{
        font-size: 14px;
    }
    .m_product_title span{
        font-size: 18px;
    }
    .m_product_entitle{
        font-size: 16px;
    }
    .m_product_list_box{
        width: 95%;
        margin: 0 auto;
    }
    .m_product_list_box li{
        width: 49%;
        margin-right: 0;
        margin-top: 14px;
        height: auto;
    }
    .m_product_list_box li.m_product_list_touch_li{
        margin-left: 2%;
    }
    .m_product_li_img{
        width: 100%;
        height:auto;
        position: static;
    }
    .m_product_li_img img{
        width: 100%;
    }
    .m_product_li_xh{
        font-size: 16px;
        margin-bottom: 0;
        color: #666666;
    }
    .m_product_list_box li:hover .m_product_li_width{
        width: 0;
    }
    .m_product_li_name{
        color: #666666;
        margin-bottom: 2px;
        font-size: 14px;
    }
    .m_product_li_js{
        height: 88px;
    }
    .m_product_li_js p{
        color: #666666;
        font-size: 12px;
        word-wrap: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .m_product_li_img{
        margin-top: 10px;
    }
    .m_product_list{
        padding-bottom: 20px;
    }
    .m_industry_title{
        font-size: 18px;
        line-height: 50px;
    }
    .m_industry_box{
        width: 90%;
    }
    .m_industry_ul li a.m_industry_li_a{
        display: none;
    }
    .m_industry_ul li a{
        width: auto;
        font-size: 14px;
        position: inherit;
        float: none;
    }
    .m_industry_li_b{
        display: none !important;
    }
    .m_industry_li_touch{
        display: block;
        line-height: 20px;
        width: 100% !important;
        height: 100%;
        text-align: center;
        padding-top: 6px;
    }
    .m_industry_lia_div{
        width: 100%;
        position: inherit;
    }
    .m_industry_bg{
        display: none;
    }
    .m_industry_ul li .m_industry_li{
        height: 50px;
        line-height: 50px;
    }
    .m_industry_lib_div{
        position: inherit;
    }
    .m_industry_lib{
        padding-left: 0;
    }
    .m_industry{
        height: 270px;
    }
    .m_about{
        padding-top: 20px;
    }
    .m_about_left{
        float: none;
        width: 100%;
        height: auto;
    }
    .m_about_box{
        width: 100%;
    }
    .m_about_left img{
        width: 100%;
    }
    .m_about_left_con{
        font-size: 14px;
        line-height: 18px;
    }
    .m_about_right{
        float: none;
        width: 95%;
        margin: 15px auto 0 auto;
    }
    .m_about_tab a{
        width: auto;
    }
    .am-tabs-bd{
        margin-top: 10px;
    }
    .am-tabs-bd div{
        line-height: 22px;
    }
    .m_about_down{
        margin-top: 20px;
    }
    .m_about_down_box{
        padding-left: 0;
    }
    .m_about_down_title{
        padding-top: 0;
        float: none;
        margin-top: 10px;
    }
    .m_about_down_name{
        margin-bottom: 0;
        font-size: 18px;
        text-align: center;
    }
    .m_about_down_js{
        text-align: center;
    }
    .m_about_down_list{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .m_about_down_list li{
        width: 100%;
        padding: 6px 0;
    }
    .m_about_down_div{
        border-radius: 50%;
        width: 22px;
        height: 22px;
        line-height: 20px;
        font-size: 14px;
        margin-left: 5%;
    }
    .m_about_down_con{
        line-height: 20px;
        font-size: 14px;
    }
    .m_new_box{
        width: 95%;
    }
    .m_new .m_product{
        padding-bottom:20px !important;
    }
    .m_new_list{
        display: none;
    }
    .m_new_list_touch{
        display: block;
    }
    .m_new_touch_li_name{
        font-size: 16px;
        margin: 5px 0;
    }
    .m_new_touch_li_time{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .m_new_touch_li_js{
        font-size: 12px;
    }
    .m_huoban_box{
        margin-top: 20px;
        height: 150px;
        background-size: auto 150px !important;
    }
    .m_huoban_con{
        width: 100%;
    }
    .m_huoban_con_b{
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .m_huoban_js{
        margin-bottom: 0;
        line-height: 26px;
        margin-top: 65px;
        font-size: 22px;
    }
    .m_huoban_join{
        margin-top: 5px;
    }
    .m_huoban_join a{
        font-size: 16px;
    }
    .footer_top{
        display: none;
    }
    .footer{
        width: 90%;
        padding: 10px 0;
        margin: 0 auto;
    }
    .footer_bottom div{
        line-height: 24px;
        height: auto;
    }
    .m_new{
        padding-top: 10px;
    }
    .footer_bottom_right{
        float: none;
    }
    .left{
        height: auto !important;
        overflow: inherit;
    }
    .banner_posi{
        /*display: none;*/
    }
    /*chanpin*/
    .chanpin_title{
        margin-top: 15px;
        font-size: 26px;
        margin-bottom: 15px;
    }
    .chanpin_div_name{
        font-size: 18px;
        margin: 6px 0;
    }
    .chanpin_div_p{
        font-size: 14px;
    }
    .chanpin_div{
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .chanpin_top{
        padding-bottom: 15px;
    }
    .chanpin_bg_name{
        margin: 15px 0;
        font-size: 20px;
        text-align: center;
    }
    .chanpin_bg_ul{
        margin-top: 15px;
    }
    .chanpin_bg_ul li{
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .chanpin_bg{
        height: auto;
        background-size: auto 100%;
    }
    /*chanpin*/
    /*show_chanpin*/
    .show_chanpin_banner_box{
        width: 94%;
        padding-bottom: 15px;
    }
    .show_chanpin_title{
        font-size: 18px;
        margin-top: 15px;
        padding-bottom: 8px;
    }
    .show_chanpin_ul li a {
        font-size: 14px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .show_chanpin_ul{
        margin-top: 20px;
    }
    .show_chanpin_ul li{
        margin-right: 10px;
    }
    .show_chanpin_banner{
        height: auto;
    }
    .show_chanpin_cp{
        margin-top: 15px;
    }
    .show_chanpin_cp_box{
        width: 94%;
    }
    .show_chanpin_img{
        display: none;
    }
    .show_chanpin_img_touch{
        display: block;
    }
    .show_chanpin_img_touch .am-slider-default{
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .show_chanpin_img_touch .am-slider-default .am-control-nav{
        display: none;
    }
    .show_chanpin_con{
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .show_chanpin_con_name{
        font-size: 20px;
        margin-top: 15px;
    }
    .show_chanpin_con_b{
        font-size: 16px;
    }
    .show_chanpin_con_b2{
        font-size: 16px;
        margin-top: 15px;
        padding-bottom: 10px;
    }
    .show_chanpin_con_more{
        margin-top: 15px;
    }
    .show_chanpin_nav{
        margin-top: 15px;
        height: auto;
        display: none;
    }
    .show_chanpin_nav_box{
        width: 100%;
    }
    .show_chanpin_nav_name{
        float: none;
        text-align: center;
        border-bottom: 1px solid #F2F2F2;
    }
    .show_chanpin_nav_ul{
        float: none;
    }
    .am-sticky-placeholder{
        height: auto !important;
    }
    .show_chanpin_nav_ul_touch .am-control-nav{
        display: none;
    }
    .show_chanpin_nav_ul_touch .am-slider-default{
        margin: 0;
    }
    .show_chanpin_nav_ul li{
        margin-left: 0;
        line-height: 30px;
    }
    .show_chanpin_nav_ul_pc{
        display: none;
    }
    .show_chanpin_nav_ul_touch{
        display: block;
    }
    .show_chanpin_content h1{
        margin-top: 15px;
    }
    .show_chanpin_content_box{
        width: 94%;
    }
    .show_chanpin_jsgg p img{
        width: 100%;
        height: auto;
    }
    .scrollText{
        width: 100%;
        height: auto;
    }
    .scrollText li{
        float: none;
        width: 100%;
        height: 100px;
        margin-bottom: 2px;
    }
    .scrollDiv_li{
        padding: 10px;
        height: 100px;
    }
    .scrollDiv_li_name{
        font-size: 16px;
    }
    .scrollDiv_li_js{
        font-size: 14px;
        margin-top: 15px;
    }
    .scrollDiv_li_anli{
        display: none;
    }
    .show_chanpin_cjwt_ul li{
        width: 100%;
    }
    .show_chanpin_cjwt_li{
        width: 100%;
    }
    .show_chanpin_cjwt_li_title{
        line-height: 20px;
        padding: 0 56px 0 30px;
        margin-top: 12px;
    }
    .show_chanpin_cjwt_li_kuang{
        display: none;
    }
    .show_chanpin_cjwt_border_top{
        width: 100%;
    }
    .show_chanpin_cjwt_border_bottom{
        width: 100%;
    }
    .show_chanpin_down_div li{
        width: 49%;
        height: 93px;
        padding-bottom: 15px;
        margin-bottom: 1%;
    }
    .show_chanpin_down_div li.show_touch_chanpin_liselect{
        margin-left: 1%;
    }
    .show_chanpin_down_li{
        padding-top: 20px;
        text-align: center;
    }
    .show_chanpin_down_img{
        float: none;
        margin: 0 auto;
    }
    .show_chanpin_down_con{
        float: none;
        text-align: left;
        width: 90%;
        margin: 0 auto;
    }
    /*show_chanpin*/
    /*lxwm*/
    .lxwm_banner{
        height: auto;
    }
    .lxwm_banner_box{
        width: 94%;
        padding-bottom: 15px;
    }
    .lxwm_banner_ul{
        margin-top: 28px;
    }
    .lxwm_banner_ul li{
        margin-right: 10px;
    }
    .lxwm_banner_ul li a{
        padding-right: 8px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .lxwm_banner_catname{
        margin-top: 15px;
        font-size: 18px;
    }
    .lxwm_con_box{
        width: 94%;
        padding-top: 15px;
    }
    .lxwm_con1{
        display: none;
    }
    .lxwm_con2{
        display: block;
    }
    .lxwm_con_con p{
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .lxwm_con_con p img{
        width: 100%;
    }
    .lxwm_con_con{
        margin-top: 15px;
    }
    .lxwm_con_company_left{
        float: none;
        width: 100%;
    }
    .lxwm_con_company_img1{
        width: 100%;
        height: 179px;
    }
    .lxwm_con_company_img2{
        width: 100%;
        height: 221px;
    }
    .lxwm_con_company_right{
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .lxwm_con_company_img3{
        margin-top: 12px;
        width: 100%;
        height: auto;
    }
    .lxwm_con_company_img4{
        margin-top: 12px;
        width: 100%;
        height: auto;
    }
    .lxwm_con_company{
        margin-top: 15px;
    }
    /*lxwm*/
    /*new*/
    .n_new_time{
        display: none;
    }
    .n_new_con{
        width: 100%;
        margin-left: 0;
        padding: 8px 5px;
    }
    .n_new_box{
        width: 94%;
    }
    .n_new{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .n_new_position_img{
        width: 100%;
        float: none;
    }
    .n_new_position_con{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .n_new_position_name{
        font-size: 16px;
        margin-bottom: 4px;
        margin-top: 6px;
    }
    .n_new_position_js{
        font-size: 12px;
        line-height: 22px;
    }
    .n_new_position_time{
        margin-bottom: 5px;
    }
    .n_new_position_more{
        margin-top: 15px;
    }
    .n_new_li_img{
        width: 100%;
        float: none;
    }
    .n_new_li_img img{
        width: 100%;
    }
    .n_new_li_con{
        margin-left: 0;
        width: 100%;
    }
    /*.am-control-nav{*/
    /*    right: 0;*/
    /*}*/
    /*.am-control-nav li{*/
    /*    width: 8px;*/
    /*    height: 8px;*/
    /*    overflow:hidden;*/
    /*    background: #7a7a7a;*/
    /*    border-radius: 99px;*/
    /*}*/
    /*new*/
    /*show_new*/
    .shownew_fx{
        display: none;
    }
    .shownew_box{
        width: 94%;
    }
    .shownew_right{
        display: none;
    }
    .shownew_left{
        float: none;
        width: 100%;
    }
    .shownew_con{
        width: 100%;
        padding-left: 0;
        float: none;
    }
    .about_con_fanye{
        display: block;
    }
    /*show_new*/
    .footer_bottom_icon{
        display: none !important;
    }
    .footer_bottom_left_right{
        float: none;
    }
    .footer_bottom_language{
        margin-right: 20px;
        margin-left: 0;
    }
    .scrollText2{
        width: 100%;
        height: auto;
    }
    .show_chanpin_down_size{
        font-size: 12px;
        width: 100%;
        margin-top: 5px;
        word-wrap: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .n_new_li_name{
        font-size: 16px;
        margin-top: 5px;
    }
    .n_new_li_js{
        font-size: 12px;
        line-height: 20px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .shownew_con_con{
        padding: 0;
    }
    .shownew_con_con img{
        width: 100%;
        margin: 0 0 15px 0;
    }
    .shownew_con_con p{
        font-size: 14px;
        margin-bottom: 15px;
    }
    #shownew{
        margin-top: 15px;
    }
    .show_chanpin_down_div li a{
        display: initial;
    }
    .lxwm_con_company .am-avg-lg-4>li{
        height: auto;
    }
    .show_chanpin_content_box p{
        font-size: 14px;
        line-height: 26px;
    }
    .show_chanpin_content_box p span{
        font-size: 14px !important;
    }
    .m_product_li_img_con{
        display: none;
    }
    .m_product_list_box li:hover .m_product_li_img .m_product_li_img_img{
        opacity: 1;
    }
    .show_chanpin_content_box h3{
        font-size: 14px;
        margin-top: 20px;
    }
    .show_chanpin_content_box h2{
        font-size: 14px;
    }
    #yema{
        margin-top: 20px;
    }
    .am-slides li{
        color: #666666;
    }
    .shownew_js_none{
        display: none;
    }



    .page_error{

    }
    .page_error_box{
        font-size: 22px;
    }
    .page_error_box span{
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
        display: inline-block;
    }
    .show_chanpin_content_box img{
        width: 100%;
    }
    .shownew_bottom{
        padding: 0;
    }
    .shownew_left .shownew_con2{
        margin-left: 0;
    }
    .shownew_js{
        padding: 0;
    }
    .shownew_title{
        padding: 0;
    }
    .lxwm_con_con h1{
        width: 100%;
    }
    .hangye_li_li_div_bg_box_keyname{
        display: none;
    }
    .lxwm_con_con h1 span{
        border-bottom: none;
    }
    .show_hangye_js_box{
        width: 94%;
    }
    .about_con_bottom{
        width: 94% !important;

    }


    .m_industry_ul li:hover .m_industry_bg{
        opacity: 0;
    }
    .m_industry_ul li:hover .m_industry_lia{
        background: none;
    }
    .hangye_touch{
        height: auto !important;
    }
    .hangye .am-slider-default .am-control-nav{
        height: auto;
    }
    .hangye_li_li_div{
        background-size: auto 100% !important;
    }
    .hangyeli{
        width: 100%;
        height: 702px;
    }
    .show_hangye .show_chanpin_title{
        line-height: normal;
        padding: 80px 0;
    }
}











