.m0 {
    margin: 0;
}

.ml0 {
    margin-left: 0;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr0 {
    margin-right: 0;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.p1 {
    padding: 1px;
}

.pl5 {
    padding-left: 5px;
}

.p5 {
    padding: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.p20 {
    padding: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

/* Demo 1 */
#demo_1 {
    top: 70px;
    z-index: 9;
}

#demo_1.m_nav_fixed button {
    background: #c62860;
}

#demo_1.m_nav_fixed button:hover,
#demo_1.m_nav_fixed button.nav_btn_active,
#demo_1.m_nav_fixed ul {
    background: #9e1847;
}

/* Demo 2 */
#demo_2 {
    top: 130px;
    z-index: 8;
}

#demo_2.m_nav_fixed button {
    background: #e86814;
}

#demo_2.m_nav_fixed button:hover,
#demo_2.m_nav_fixed button.nav_btn_active,
#demo_2.m_nav_fixed ul {
    background: #D35400;
}

/* Demo 3 */
#demo_3 {
    top: 190px;
    z-index: 7;
}

#demo_3.m_nav_fixed button {
    background: #08cbc4;
}

#demo_3.m_nav_fixed button:hover,
#demo_3.m_nav_fixed button.nav_btn_active,
#demo_3.m_nav_fixed ul {
    background: #00b4ae;
}

/* Demo 4 */
#demo_4 {
    top: 250px;
    z-index: 6;
}

#demo_4.m_nav_fixed button {
    background: #90b912;
}

#demo_4.m_nav_fixed button:hover,
#demo_4.m_nav_fixed button.nav_btn_active,
#demo_4.m_nav_fixed ul {
    background: #79a002;
}

/* Demo 5 */
#demo_5 {
    top: 310px;
    z-index: 5;
}

#demo_5.m_nav_fixed button {
    background: #744783;
}

#demo_5.m_nav_fixed button:hover,
#demo_5.m_nav_fixed button.nav_btn_active,
#demo_5.m_nav_fixed ul {
    background: #643771;
}

.m_header {
    z-index: 10;
}

.pic_auto img {
    height: 260px;
    max-width: none;
}

.pic_auto {
    width: 500px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*
.pic_auto1 {
    background-image: url(/Public/Images/home/phpcms/zh-cn/1.jpg);
}

.pic_auto2 {
    background-image: url(/Public/Images/home/phpcms/zh-cn/2.jpg);
}

.pic_auto3 {
    background-image: url(/Public/Images/home/phpcms/zh-cn/3.jpg);
}

.pic_auto4 {
    background-image: url(/Public/Images/home/phpcms/zh-cn/4.jpg);
}

.pic_auto5 {
    background-image: url(/Public/Images/home/phpcms/zh-cn/5.jpg);
}

.pic_auto6 {
    background-image: url(/Public/Images/home/phpcms/zh-cn/6.jpg);
}

.pic_auto7 {
    background-image: url(/Public/Images/home/phpcms/zh-cn/6.jpg);
}
*/

.waterfall_box .item {
    margin-bottom: 10px;
}

.waterfall_box .item a {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, .3);
    font-size: 0;
    line-height: 0;
}

.content,
.bg_fix {
    background-attachment: fixed;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}


.loadingup {
    background-image: url("/Public/Images/home/phpcms/zh-cn/l_c.png");
    z-index: 90;
    animation: wave 3s infinite linear;
}

.loadingdown {
    background-image: none;
    z-index: 89;
}
.loading_box,.loadingup, .loadingdown{
    width: 300px;
    height: 50px;
}


/*
2018/2/7  by mike*/



.container {
    width: 1200px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.container_1180 {
    width: 1180px;
    margin: auto;
}

/*header*/
.header .container_1180 {
    position: relative;
    z-index: 2;
}
.nav_normal .nav_line{
    background: #3060ad;
}
.nav_list > li > a > span{
    padding: 33px 0 35px;
}
.nav_list > li > a{
    padding: 0 20px;
}
.header .lang{
border: 1px solid #2456a6;
    margin-top: 25px;
    margin-left: 28px;
}
.header .lang .yan{
    font-size: 12px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #2456a6;
    text-align: center;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_normal .dropdown_menu li a{
    font-size: 12px;
}
.header .lang .yan:hover{
    background: #2456a6;
    color: #fff;
}
.header .lang .yan.on{
    background: #2456a6;
    color: #fff;
}
.m_header .m_nav_list .dropdown_menu a{
    font-size: 12px;
}
.m_lang{
    margin-left: 30px;
    display: none;
}
.m_lang span{
    display: -moz-inline-stack;
     display: inline-block;
    *display: inline;
    zoom: 1;
     width: 49%;
    padding: 15px 20px;
}
.m_lang span:first-child{
   background: url("/Public/Images/home/phpcms/zh-cn/lang_en.jpg") no-repeat left center;
}
.m_lang span:nth-child(2){
    background: url("/Public/Images/home/phpcms/zh-cn/lang_zh.jpg") no-repeat left center;
}
.nav_list > li > a:hover span{
    color: #2456a6;
}
.nav_normal .dropdown_menu li a:hover{
    color: #2456a6;
}
/*banner*/

.banner .banner_item{
    padding-top: 26%;
}
.banner .slick-dots li.slick-active{
    background: #2456a6;
}
.banner .slick-dots li{
    background: #fff;
    border: 1px solid #fff;
}
.banner_box .banner_item{
    position: relative;
}
.banner_box .banner_item .banner_a{
    position: absolute;
    left: 0;
    bottom: 24%;
    right: 0;
}
.banner_box .banner_item .banner_a .container_1180{
    width: 80%;
    margin: 0 auto;
}
.banner_box .banner_item .banner_a a{
    width: 13.666%;
    height: 147px;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
   /* background: #ddd;*/
    margin: 0 20px;
}
.banner_box .banner_item .banner_a a:hover img{
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
}
.banner_box .banner_item .banner_a a:hover{
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}
.banner_box .banner_item .banner_a img{
    width: 106px;
    margin: 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;
}
.banner_box .banner_item .banner_a p{
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    text-align: center;

}
/*ind01*/
.ind01{
    margin-top: 40px;
}
.ind01_l{
    width: 74.5%;
    border: 1px solid #ddd;
}
.ind01_r{
    width: 25.5%;
    border: 1px solid #ddd;
    border-left: 1px solid #fff;
}
.ind_t{
    background: url("/Public/Images/home/phpcms/zh-cn/bg.png") repeat;
    height: 60px;
    padding: 0 25px 0 20px;
    overflow: hidden;
}
.ind_t h3{

    font-size: 16px;
    color: #000;
    line-height: 60px;
    font-weight: normal;
}
.ind_t h3 span{
    font-size: 12px;
    color: #666;
    font-family: Arial;
    text-transform:uppercase;
}
.ind_t .more a{
    line-height: 60px;
    font-size: 12px;
    color: #444;
    font-family: Arial;
    text-transform:uppercase;
}

.ind01 .steel{
    padding: 20px;
    overflow: hidden;
    width: 100%;
    background-image: url("/Public/Images/home/phpcms/zh-cn/bg02.png");
    background-repeat: repeat;
    background-size: 100% 100%;

    max-height: 160px;

}
.ind01 .steel_l,.ind01 .steel_r{
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align:top;
    color: #333333;
}
.ind01 .steel_r{
    padding-left: 33px;
    width: 67%;
    line-height: 1.8;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /*（第几行显示）*/
    overflow: hidden;
    float: right;
}
.ind01 .steel_l{
    width: 32%;
    float: left;
}
.ind01 .steel_l img{
    width: 100%;
}
.ind01_r .line{
    padding: 15.5px 9px;
    background-image: url("/Public/Images/home/phpcms/zh-cn/bg02.png");
    background-repeat: repeat;
    background-size: 100% 100%;
    overflow: hidden;
    width: 100%;

}
.ind01_r .line .img_box{
    width: 50%;
    padding:0 10px;
}
.ind01_r .line p{
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-top: 5px;
}
.ind01 .steel_l img{
    height: 120px;
    display: block;
}
.ind01_r .line .img_box img{
    height: 99px;
    display: block;
}
/*ind_b*/
.ind_b{
    margin-top: 22px;
    margin-bottom: 70px;
}
.Appli{
    border: 1px solid #ddd;
}
.industry{
    padding: 20px 18px;
    background-image: url(/Public/Images/home/phpcms/zh-cn/bg02.png);
    background-repeat: repeat;
    background-size: 100% 100%;


}
.industry li{
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
     zoom: 1;
    margin: 0 10px;
}
.industry li > a > i{
    width: 100px;
    height: 98px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    background: #e8e8e8;
}

.industry li i{
    font-size: 46px;
    color: #888;
    line-height: 98px;

}
.industry li i:hover{
    background: #fff;
}
.industry li p{
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 4px;

}
.industry li > a:hover i{
    border: 1px solid #2556a6;
    color: #2556a6;
}
.industry li > a:hover p{
    color: #2556a6;
}

.research,.data{
    overflow: hidden;
    border: 1px solid #ddd;
    border-left: 4px solid #ddd;
}

.research .img_box,.data .img_box{
    height: 88px;
}
.data{
    margin-top: 20px;
}
.res h4{
    font-size: 16px;
    color: #333;
    line-height: 3.2;
    font-weight: normal;
}
.res span{
    font-size: 14px;
    color: #999;
    font-family: Arial;
    padding-right: 30px;
    background: url("/Public/Images/home/phpcms/zh-cn/right.png") no-repeat right center;
    line-height: 20px;
    display: -moz-inline-stack;
    display: inline-block;
    *display:inline;
    zoom: 1;
}

.research a,.data a{
    display: -moz-inline-stack;
    display: block;
    overflow: hidden;
    padding: 10px 10px 10px 16px;
}
.research a:hover span,.data a:hover span{
    background: url("/Public/Images/home/phpcms/zh-cn/right_h.png") no-repeat right center;
}
.research a:hover img,.data a:hover img{

    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari �� Chrome */
    -o-transform: scale(1.2, 1.2); /* Opera */
    -moz-transform: scale(1.2, 1.2); /* Firefox */
}
.research .img_box img,.data .img_box 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;
}


/*footer*/

.footer .ft{
    background: #2556a6;
    padding: 30px 0 50px 0;
}
.footer .fb{
    background: #122a88;
    overflow: hidden;
    height: 50px;
}

.ft h2{
    color: #fff;
    font-size: 24px;
    font-family: Arial;
    margin-bottom: 33px;
    line-height: 1;
}
.ft h3{
    margin-bottom: 33px;
    line-height: 1;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.ft .qq{
    margin-top: 25px;
}
.ft .qq a{
    padding-right: 22px;
}
.ft .qq a:hover i{
    color: #fff;
}
.ft .qq i{
    font-size: 30px;
    color: #5f8bd1;
}
.web_map li{
    float: left;
    width: 30.333%;
}
.web_map a{
    font-size: 12px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1;
    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;
}
.web_map a:hover{
    color: #5f8bd1;
}
.ft .qq .chat{
    position: relative;
}
.ft .qq .chat .chat_img{
    position: absolute;
    bottom: 40px;
    left: -34px;
    display: none;
    width: 100px;
    height: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 1.0s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 1.0s;
}
.ft .qq a.chat:hover .chat_img{
    display: block;
}
.ind_contact p{
    color: #fff;
    font-size: 14px;
    line-height: 2;
    font-family: Arial;
}
.wechat .img_box img{
    display: block;
    width: 100px;
    height: 100px;
}
.fb a{
    color: #fff;
    line-height: 50px;
    font-size: 12px;
}


/*ban*/
.ban .img_box img,.ban .img_box{
    width: 100%;
    height: 100%;
}
.ban{
    position: relative;
}
.ban .ban_ab{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 3.5% 0;
}
.ban_ab h3,.ban_ab h6{
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    line-height: 1.4;

}
.ban_ab span{
    display: block;
    height: 1px;
    background: #fff;
    width: 80%;
    margin: 20px 0 16px 0;
}
.ban_ab p{
    font-size: 14px;
    color: #fff;
    font-family: Arial;

    line-height: 1.6;
    text-transform:uppercase;

}
.ban_m{
/*    height: 300px;*/
}
.ban_img{
    margin-left: 20px;
}
/*���м*/
.crumbs{
   background: #2456a6;
    height: 50px;
    }
.crumbs p,.crumbs a{
    line-height: 50px;
    font-size: 12px;
    color: #fff;
}
.crumbs em{
    font-size: 12px;
}

/*��Ʒ����*/

.pro_01{
    margin:40px 0 ;
}
.por_slick .img_box{
    background: #eee;
}
.por_slick .img_box img{

    width: 225px;
    height: 136px;
    margin: 33% auto;
    display: block;
}
.por_slick .slick-dots li.slick-active{
    background: #2456a6;
}
.por_slick .slick-dots li{
    background: #ccc;
    width: 10px;
    height: 10px;
}
.tit{
    margin: 22px 0 30px 0;
}
.tit h2{
    font-weight: normal;
    font-size: 28px;
    color: #000;
}
.tit span{
    font-size: 14px;
    color: #666;
    font-family: Arial;
    text-transform:uppercase;
}

.pro_01 table{
    border: 1px solid #ddd;
    text-align: center;
}
.pro_01 table th{
    background: #f3f3f3;
    height: 50px;
    line-height: 50px;
    width: 20%;
    text-align: center;
    border-right: 1px solid #ddd;
    color: #333;
    font-size: 14px;
}
.pro_01 table td{
    height: 160px;
    padding: 0 17px;
    border-right: 1px solid #ddd;
    color: #666;
    color: #666;
}

.pro_02 .pro_02_l,.pro_02 .pro_02_r{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 49%;
    vertical-align: top;
}
.pro_02 .pro_02_l{
    padding-right: 40px;
}
.pro_02 .pro_02_r{
    padding-left: 20px;
    padding-top: 20px;
}
.pro_02{

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 450px;
    padding: 74px 0;
}

.pro_02 .pro_02_l .img_box{
    background: #2456a6;
    padding: 20px 0 0 20px;
    width: 450px;
    height: 283px;
    overflow: inherit;
}
.pro_02 .pro_02_l .img_box img{
    position: absolute;
    top: 20px;
    left: 20px;
}

.pro_02_r h4,.pro_02_r h3{
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;

}

.pro_02_r span{
    display: block;
    width: 60px;
    height: 4px;
    background: #f77f00;
    margin: 22px 0 10px 0;
}
.pro_02_r p{
    line-height: 2;
    font-size: 18px;
    color: #fff;
    width: 61%;
}


.pro_03 h4,.pro_04 h4{
    margin: 56px 0 34px 0;
    line-height: 1;
    font-size: 28px;
    color: #000;
    text-align: center;
    font-weight: normal;
}

.pro_03 .img_down{
    position: absolute;
    bottom:4px;
    left: 0;
    right: 0;
    height: 30%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#80000000,endColorstr=#80000000)"; /*Filter for IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#80000000, endColorstr=#80000000); /*Filter for older IEs */
}
.pro_03 .img_down i{
    color: #fff;
    font-size: 38px;
   /* margin: 20px 0;*/
    line-height: 2;
}
.pro_03 .img_down p{
    font-size: 16px;
    color: #fff;
}
.pro_03 .pro_all{
    margin: 0 -10px;
}
.pro_03 .pro_all img{
    width: 100%;
}
.pro_04{
    padding-bottom: 20px;
}
.pro_04 img{
    width: 100%;
}

/*��������*/
.efficient h3{
    border-left: 4px solid #fff;

    margin-bottom: 10px;
    padding-left: 20px;
}
.ban .ban_ab.efficient,.ban .ban_ab.develop{
    padding: 6% 0;
}
.strength .str_tit h4{
    margin: 56px 0 34px 0;
    line-height: 1;
    font-size: 28px;
    color: #000;
    text-align: center;
    font-weight: normal;
}

.str_por{
  border-top: 1px solid #ddd;
}
.str_por .row{
    border-right: 1px solid #ddd;
}
.str_box{
    border-left: 1px solid #ddd;
    padding: 8% 0;
}
.str_box i{
    text-align: center;
    font-size: 60px;
    color: #2456a6;
    display: block;

}
.str_box p{
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 1.4;
}
.str_box p > span{
    font-size: 36px;
    color: #000;
    /*font-family: Arial;*/
}
.strength_slick{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.str_slick .banner_item{
    padding-top: 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 80%;
    margin: 0 auto;

}
.str_slick .slick-arrow{
    top: 43%;
}
.str_slick{
    padding: 70px 0 35px 0;
}
.str_slick p{
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
}

.str_slick .slick-prev,.str_slick .slick-next,.develop_slick .slick-prev,.develop_slick .slick-next{
     width: 50px;
     height: 50px;
 }
.str_slick .slick-prev{
    background:#fff url("/Public/Images/home/phpcms/zh-cn/prev_m.png") no-repeat;
}
.str_slick .slick-prev:hover{
    background:#2456a6 url("/Public/Images/home/phpcms/zh-cn/prev_m2.png") no-repeat;
}
.str_slick .slick-next{
    background:#fff url("/Public/Images/home/phpcms/zh-cn/next_m1.png") no-repeat;
}
.str_slick .slick-next:hover{
    background:#2456a6 url("/Public/Images/home/phpcms/zh-cn/next_m.png") no-repeat;
}


.str_slick .slick-prev:after{
    content: "";
}
.str_slick .slick-next:after{
    content: "";
}

.line_mode{
    margin-bottom: 80px;
}
.line_mode .container .row{   /*1111111111111111111111111111111111111*/
    margin: 0 -15px;
}
.line_mode p{
    font-size: 20px;
    color: #000;
    line-height: 1;
    margin: 30px 0 12px 0;
}
.line_mode span{
    font-size: 14px;
    color: #666;
    line-height: 1;
}


/*�з�����*/
.develop em{

    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

.deve_ce{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.develop_center{
    background: #fff;
    width: 68% ;
    padding-right: 30px;
}
.deve_ce{
    padding-top: 65px;
}
.deve_ce h3{
    overflow: hidden;
    padding-left: 20px;
}
.deve_ce h3 em{
    width: 100px;
    font-size: 24px;
    line-height:84px;
    color: #000;

    display: block;
    border-top: 3px solid #2456a6;
}
.deve_ce h3 i{
    font-size: 16px;
    font-family: Arial;
    color: #999;
    text-transform:uppercase;
    line-height:84px;
}
.develop_center p{
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.develop_slick .slick-prev{
    background:#404447 url("/Public/Images/home/phpcms/zh-cn/prev_m2.png") no-repeat;
}
.develop_slick .slick-prev:hover{
    background:#2456a6 url("/Public/Images/home/phpcms/zh-cn/prev_m2.png") no-repeat;
}
.develop_slick .slick-next{
    background:#404447 url("/Public/Images/home/phpcms/zh-cn/next_m.png") no-repeat;
}
.develop_slick .slick-next:hover{
    background:#2456a6 url("/Public/Images/home/phpcms/zh-cn/next_m.png") no-repeat;
}


.develop_slick .slick-prev:after{
    content: "";
}
.develop_slick .slick-next:after{
    content: "";
}
.develop_slick .center_box{
    overflow: hidden;
}
.develop_slick .center_box img{
    float: right;

}
.develop_slick .slick-list{
    padding-left: 5%;
}
.develop_all{
    position: relative;
}
.develop_all .toum{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 5%;
    background: #fff;
    z-index: 1;
}

.toum_r{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 8%;
    background:  #fff;
    z-index: 1;
}
.toum_r2{
    position: absolute;
    right: 8%;
    bottom: 0;
    top: 0;
    width: 10%;
    background:  rgba(255, 255, 255, 0.8);
    z-index: 1;
}
   /* background: rgba(225, 225, 225, 0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#80000000,endColorstr=#80000000)"; /!*Filter for IE8 *!/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#80000000, endColorstr=#80000000); /!*Filter for older IEs *!/*/

.develop_slick .slick-active:last-child .center_box img{
   /* opacity: 0.5 !important;*/
    background: #000;
}
.develop_all{
    margin-bottom: 80px;
    margin-top: 20px;
}
/*���ϼ���*/
.technical ul a{
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 3;
}
.technical ul a > span{
    width: 70%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.technical{
    margin: 50px 0;
}
.technical ul a:hover{
    color: #2456a6;

}
.technical ul a:hover span em{

    padding-right: 13px;
    width: 9px;
}
.technical ul span em{
   display: block;
    width: 0px;
    overflow: hidden;
    float: left;
    padding-right: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.technical ul{
    padding-right: 50px;
}
.technical ul.ul_two{
    border-left: 1px solid #ddd;
    padding-left: 50px;
    padding-right: 0px;
}
.page{
    text-align: center;
    margin: 50px 0 30px 0;
}
.page a{
    line-height: 28px;
    height: auto;
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    color: #555;
    margin-left: 3px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #ededed;
}
.page a.on, .page a:hover{
    background:#fff;
    color: #1c54a9;
    border: 1px solid #1c54a9;
}
.page span{
    float: none;
    margin-left: 20px;
}
.page .prev, .page .next{
    font-weight: normal;
}


/*������������*/
.xq_ban{
    background: #f3f3f3;
    padding: 40px 0;
}
.xq_ban a,.xq_ban span,.xq_ban h4{
  text-align: center;
    display: block;
}
.xq_ban span{
    font-size: 14px;
    color: #666;
    line-height: 2.8;
}
.xq_ban h4{
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-weight: normal;

}
.xq_ban a{
    width: 108px;
    background: #2456a6;
    margin: 20px auto;
    font-size: 14px;
    color: #fff;
    line-height: 33px;
    border-radius: 5px;
}
.xq_ban a:hover{
   background: orange;
}
.xq_ban a>i{
    padding-right: 8px;
}
.xq_txt{
    margin: 20px 0;
}
.xq_txt h5,.xq_txt h6{
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    margin: 15px 0;
}

.xq_txt p{
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    margin:15px 0 ;
}
.next_page p{
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.next_page a{
    width: 40%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 60px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.next_page a:hover{
    color: #2456a6;
}
.next_page a.pull_right{
    text-align: right;
}
.next_page{
padding-top:10px;
    margin: 58px 0 62px 0;
}

/*��������*/
.about_ban .img_box{
    padding-top:41.666%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.introduce01{
    padding: 40px 0 20px 0;
}
.video_box embed{
    display: none;
    width: 100%;
    height: 285px;
}
.video_box video{
    width: 100%;
    overflow: hidden;
    height: 270px;
}
.video_box{
    position: relative;
}
.video_box .close{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/Public/Images/home/phpcms/zh-cn/close_2.png) no-repeat center center;
    z-index: 9;
}
.introduce01 .int_r h3{

    font-size: 28px;
    color: #000;
    line-height: 1;
    margin: 20px 0;
}
.introduce01 .int_r span{
    display: block;
    height: 4px;
    width: 50px;
    background: #ff9000;
    margin-top: 8px;
}
.introduce01 .int_r p{
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    margin-top: 28px;
}
.culture{
    margin-top: 20px;
}
.culture_l,.culture_r{
    width: 49.5%;
}
.culture_l .img_box,.culture_r .img_box{
    position: relative;
    overflow: inherit;
    margin-bottom: 58px;
}
.culture_l .img_box .img_a,.culture_r .img_box .img_a{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #2456a6;

    z-index: 3;
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
}
.culture_l .img_box .img_a span,.culture_r .img_box .img_a span{
    width: 50px;
    height: 50px;
    margin: 25px auto;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.culture_l .cul_b{
    width: 68%;
    /*margin: 0 auto;*/
    overflow: hidden;
    margin: 0px auto 45px auto;
}
.culture_r .cul_b{
    overflow: hidden;
    margin: 15px auto 45px auto;
}
.culture_l .cul_b span{
   /* width: 25%;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 2.4;*/
}
/*.culture_l .cul_b ul{
    width: 75%;
}*/
.culture_l .cul_b li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 1.87;
    margin: 0 5px;
    color: #333;
    font-size: 16px;
}
.culture_r .cul_b p{
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 2.4;
}
.culture .tit{
    margin-bottom: 30px;
}
.culture .tit h3{
    font-size: 28px;
    color: #000;
    font-weight: normal;
    text-align: center;
}
/*�Ŷ�*/
.team{
   background: #eee;
    padding-bottom: 90px;
}
.team .tit h3,.honer .tit h3{
    font-size: 28px;
    color: #000;
    font-weight: normal;
    text-align: center;
}
.team .tit span,.honer .tit span{
    text-align: center;
    font-size: 14px;
    color: #333;
    display: block;
    line-height: 2.5;
}
.team .tit,.honer .tit{
    margin: 39px 0 35px 0;
}
.tab_btn{
    background: #404447;
    width: 26.2%;
    height: 370px;
}
.tab_btn li{
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-size: 14px;
    padding: 22px 14px 0 14px;
    cursor: pointer;
}

.tab_btn li span{
    display: block;
    border-bottom: 1px solid #555;
    padding-bottom: 22px;
}
.tab_btn li.on{
    background: #2456a6;
}
.tab_btn li:hover{
    background: #2456a6;
}
.tab_btn li:hover span{
    border-bottom: none;
}
.tab_btn li.on span{
    border-bottom: none;
}
.tab_bl{
    width:73.8%;
    margin: 0 -5px;             /*  111111111*/
}
/*.tab_bl .img_tab{
    padding: 0 5px;

}*/
.tab_bl .img_tab li{
    width: 280px;
    height: 180px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
   background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    cursor: pointer;

}
/*.mtab_slick{
    position: fixed;
}*/


.head_mask {
    background: url(/Public/Images/home/phpcms/zh-cn/bgbg2.png) repeat;
    /*position: absolute;*/
    z-index: 8888;
    width: 100%;
   /* height: 100%;*/
    position: fixed;
    top: 0px;
    left: 0px;
}
.head_mask .head_tan {
    display: block;
}
.head_m {
    height: 0;
    overflow: hidden;
}
.head_tan {
    display: none;
}
.mtab_slick{
    transition: all 300ms ease;
}
.head_tan .mtab_slick .img_box {
    padding: 0% 15%;
    z-index: 8888;
}

.head_tan .mtab_slick .img_box img {
    height: auto;
}

.mtab_slick .img_box img {
    margin: auto;
    width: 1000px;
}
.mtab_slick .slick-next {
    background: url(/Public/Images/home/phpcms/zh-cn/next_m04.jpg);
    width: 80px;
    height: 80px;
    right: 0;
    top: 50%;
}
.mtab_slick .slick-prev {
    background: url(/Public/Images/home/phpcms/zh-cn/perv_m03.jpg);
    width: 80px;
    height: 80px;
    top: 50%;
    left: 0;
}

.mtab_slick .slick-prev:after{
    content: "";
}
.mtab_slick .slick-next:after{
    content: "";
}
.head_tan i {
    font-size: 30px;
    color: #fff;
    float: right;
    margin: 4%;
    display: block;
    cursor: pointer;
}

/*����*/

.honer_slick .slick-slide.slick-center .img_box img{
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 300ms ease;
}
.honer_slick .slick-slide .img_box img{
    transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    -webkit-transform: scale(0.75);
}

.honer_slick .slick-prev{
    background:#404447 url("/Public/Images/home/phpcms/zh-cn/prev_m2.png") no-repeat;
}
.honer_slick .slick-prev:hover{
    background:#2456a6 url("/Public/Images/home/phpcms/zh-cn/prev_m2.png") no-repeat;
}
.honer_slick .slick-next{
    background:#404447 url("/Public/Images/home/phpcms/zh-cn/next_m.png") no-repeat;
}
.honer_slick .slick-next:hover{
    background:#2456a6 url("/Public/Images/home/phpcms/zh-cn/next_m.png") no-repeat;
}


.honer_slick .slick-prev:after{
    content: "";
}
.honer_slick .slick-next:after{
    content: "";
}
.honer_slick .slick-prev,.honer_slick .slick-next{
    width: 50px;
    height: 50px;
}

.honer_all{
    position: relative;
}
.honer_all .toum{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 37%;
    background: #fff;
    z-index: 1;
    opacity: 0.5;
    filter:alpha(opacity=50)
}

.honer_all .toum_r {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 37%;
    background: #fff;
    z-index: 1;
    opacity: 0.5;
    filter:alpha(opacity=50)
}
.honer{
    padding-bottom: 55px;
}


/*��ϵ����*/
.BMap_omCtrl.BMap_noprint.anchorBR.quad4{
    display: none !important;
}
.contact{
    margin-top: 34px;
}
.contact h4{
    font-size: 24px;
    color: #000;
    font-weight: normal;
}
.contact .add_con{
    padding-left: 20px;
}
.contact .add_con li{
    width: 50%;
    float: left;
    margin-top: 52px;
}
.contact .add_con li i{
    color: #2456a6;
    padding-right: 5px;
    font-size: 25px;
    line-height: 25px;

    float: left;
}
.contact .add_con li >p{
    height: 26px;

}
.contact .add_con li >p >em{
    font-size: 16px;
    color: #262626;
    line-height: 25px;
    float: left;
}
.contact .add_con span{
    font-size: 14px;
    color: #666;
    line-height: 1;
    margin-top: 10px;
    display: block;
    padding-left: 24px;
}

.contact .add_con .twoli{
    float: right;
    width: 30%;
}

.contact_b{
    background: #f3f3f3;
    margin-top: 40px;
}
.contact_b h4{
    font-size: 24px;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin: 50px 0 40px 0;
}



.contact_b{
    padding-bottom: 100px;
}
.contact_b .inp_control{
    border: none;
    height: 56px;
}
.contact_b .inp_bordered .label_control{
    left: 15px;
}
.contact_b .inp_bordered.active{
    border: 1px solid #2456a6;
    height: 58px;
}
.contact_b .inp_bordered.active .label_control{
    color: #2456a6;
}
.contact_b .inp_bordered{
    border: 1px solid transparent;
    margin-bottom: 20px;
}
.contact_b .inp_control{
    padding: 24px 15px;
}

.contact_b .label_control{
    margin-top: 20px;
}
.contact_b .inp .tips{
    top: 12px;
}
.contact_b .inp.yzm .tips{
    right: 98px;
}
.contact_b .yzm .yzm_img{
    top: 10px;
}

.contact_b .liuyan.inp_bordered .inp_control {
    height: 200px;
}
.contact_b .liuyan.inp_bordered{
    overflow: hidden;
    height: 200px;
}

.contact_b .btn{
    background: #2456a6;
    width: 140px;
    line-height: 45px;
    border-radius: 0%;
    font-size: 14px;
    color: #fff;
    padding: 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;

}
.contact_b .btn:hover{
    background: orange;
}
.contact_b .inp.sub{
    width: 140px;
    margin: 30px auto 0 auto;
    line-height: 45px;
}
.contact_b .inp_bordered.active.liuyan{
    border: none;
}

.contact_b .inp_bordered.active.liuyan input{
    border: 1px solid #0082ff;
}
.contact_b .liuyan .label_control{
    margin-top: 20px;
}


.yzm .yzm_img {
    position: absolute;
    right: 0px;
    top: 1px;
    height: 26px;
    width: 111px;
    margin-top: 5px;
}
/*.inp_control{
    height: 58px;
}*/
.ban .img_box{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 15.6%;
}
.about_ban.ban .img_box{
    padding-top: 41.666%;
}
.BMap_stdMpPan,.BMap_stdMpZoom{
    display: none !important;
}

.BMap_Marker.BMap_noprint {
    background: url("/Public/Images/home/phpcms/zh-cn/us_cursor.gif") no-repeat -23px -21px !important;
    top: 120px !important;
    overflow: hidden;
}
.page{
    border-left: none;
}
.por_slick .slick-dots{
    z-index: 9;
}

.nav_list > li > a > span{
    font-size: 14px;
}
.development{
    margin-top: 50px;
}
.slick-prev, .slick-next{
    z-index: 9;
}


.contact .add_con span > a{
color: #666;
}
    /*����*/
.ie7 .video_box embed,.ie8 .video_box embed{
    display: block;
}
.ie7 .video_box video,.ie8 .video_box video{
    display: none;
}
.ie8 .ind01 .steel,.ie8 .ind01_r .line,.ie8 .industry{
    background-image: none;
}
.ie7 .ind01 .steel,.ie7 .ind01_r .line,.ie7 .industry{
    background-image: none;
}
.ie7 .header .lang{
    width: 12%;
}
.ie7 .nav_normal.nav_list{
    width: 80%;
    height: 87px;
}
.ie7 .nav_normal > LI .dropdown_menu{
    top: 87px;
    border-top: 3px solid #3060ad;
}
.ie7 .nav_normal .nav_line{
    display: none;
}
.ie7 .ind01_l{
    width: 74%;
}
.ie7 .ind01 .steel_r{
    width: 63%;
}
.ie7 .ind01_r .line .img_box{
    width: 45%;
}
.ie7 .ind01_r .line P{
    line-height: 2.15;
}
.ie7 .ind_b .col_lg_8.col_sm_24{
    float: right;
    width: 30%;
}
.ie7 .banner_box .banner_item .banner_a{
    /*display: none;*/
}
.ie7 .pro_02 .pro_02_l{
    width: 46%;
    margin-top: 6%;
}
.ie7 .pro_02 .pro_02_r{
    margin-top: 6%;
}
.ie7 .product{
    clear: both;
    overflow: hidden;
}
.ie7 .ban .img_box{
    background-position: 0% 0%;
}
.ie7 .product .pro_01 .col_lg_18{
    width: 72%;
    margin-left: 2%;
}
.ie7 .line_mode .col_lg_8.col_xs_24{
    width: 32.33%;
}
.ie8 .crumbs p,.ie8 .crumbs a{
    height: 50px;
}
.ie7 .crumbs p,.ie7  .crumbs a{
    height: 50px;
}
.ie7 .contact_b .btn{
    border: none;
}
/*.ie .ban .efficient.ban_ab,.ie .ban .develop.ban_ab{
    padding: 10% 0;
}*/
.ie8 .honer_all .toum,.ie8 .honer_all .toum_r,.ie7 .honer_all .toum,.ie7 .honer_all .toum_r,.ie8 .video_box .close,.ie7 .video_box .close{
    display: none;
}
.ie7 .introduce01 .col_lg_16.col_sm_24{
    margin-left: 30px;
    width: 64.66%;
}


.ie7 .contact_b .inp_control{
    height: 56px;
    line-height: 56px;
    padding: 0;
}
.ie7 .contact_b .col_lg_6 .inp_control,.ie7 .contact_b .col_lg_6{
    width: 287px;
    margin-right: 10px;
}
.ie7 .contact_b .col_lg_6 .col_box{
   /* margin-left: 0;*/
    padding-left: 10px;
    margin-left: -6px;
}
.ie7 .contact_b .col_lg_6 .yzm .inp_control{
    width: 300px;
}
.ie7 .contact_b .inp_bordered.liuyan .inp_control{
    padding: 20px 8px;
}
/*.ie7 .contact_form .inp_control{
    line-height: 40px;
    padding: 0 3px;
}
.ie7 .contact_form{
    margin: 0 -20px;
    overflow: hidden;
}
.ie7 .contact_form .col_lg_12{
    padding: 0 2px;
    width: 49.6%;
}
.ie7 .contact_form .col_lg_24{
    margin: 0 15px;
}
.ie7 .contact_form .liuyan .label_control{
    left: 0;
}*/

.ie8 .mtab_slick .slick-arrow,.ie7 .mtab_slick .slick-arrow{
    z-index: 8888;
}

.ie8 .banner_box .banner_item .banner_a a,.ie7 .banner_box .banner_item .banner_a a{
    width: 12.6666% !important;
}
.ie8 .ind01 .steel_r,.ie7 .ind01 .steel_r{
    height: 107px;
    overflow: hidden;
}
.ie8 .wechat .img_box img{
    width: auto;
}
.ie8 .wechat .img_box{
    width: 100%;
}


#dituContent img{
    max-width: none;
}
.ban_m{
    height: auto;
}
.ie7 .clearfix{
    height: 0px;
    overflow: hidden;
}
.ie7 .develop_all .toum,.ie7 .toum_r,.ie7 .toum_r2{
    display: none;
}
/*.ie8 .loading{
    display: none;
}*/
@media (max-width: 1800px){
    .banner_box .banner_item .banner_a a{
        transform: scale(0.6);
        width: 15.666%;
        overflow: hidden;
        margin: 0;

    }
    .banner_box .banner_item .banner_a a:hover{
        transform: scale(0.7);
    }
    .banner_box .banner_item .banner_a{
        bottom: 10%;
    }
}
@media (max-width: 1200px) {
    .nav_toggle span, .nav_toggle span:before, .nav_toggle span:after{
        background: #2456a6;
    }
    .container,
    .container_1180{
        width: 100%;
    }
    .line_mode .container .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .banner,.ban,.xq_ban{
        margin-top: 50px;
    }
    .banner_box .banner_item .banner_a a{
       /* display: none;*/
    }
    .footer .fb{
        padding: 0 10px;
    }
    .crumbs p{
        padding: 0 10px;
    }
    .ban_img{
        width: 45%;
        margin-left: 2.5%;
    }
    .tab_bl .img_tab li{
        width: 31.3%;
    }
    .shadow .logo_box img{
        height: 49px;
        width: auto;
    }

    .ban_ab h6{
        font-size: 20px;
    }
    .ban_ab span{
        margin: 5px 0;
    }
    .ban_ab p{
        font-size: 12px;
    }
    .pro_03 .pro_all{
        margin: 0;
    }
}
@media (max-width: 1025px) {
    .contact .add_con span > a{
        color: #2456a6;
    }
    .industry li{
        margin: 0 5px;
    }
    .industry li > a > i{
        width: 90px;
        height: 90px;
    }
    .research .img_box, .data .img_box{
        height: 83px;
    }
    .pro_01 table td{
        height: 132px;
    }
    .ban_img{
        width: 45%;
        margin-left: 2.5%;
    }
    .ban .img_box{
        padding-top: 19.6%;
    }
}
@media (max-width: 996px){
    .mtab_slick .slick-arrow{
        transform: scale(0.5);
    }
    .head_tan i{
        margin-top: 30%;
    }
    .pro_04{
        padding: 0 8px;
    }
    .banner .banner_item{
        padding-top: 35%;
    }
    .tab_bl .img_tab li{
        background-position: 50% 50%;
    }
    .form_list{
        width: 100%;
        overflow-x: scroll;
    }
    .tab_bl{
        width: 77.8%;
    }
    .tab_btn{
        width: 22.2%;
    }
    .introduce01 .int_r h3{
        text-align: center;
    }
    .introduce01 .int_r span{
        margin: 8px auto 0 auto;
    }
    .ban_img{
        width: 38%;
    }
    .ban_ab h3{
        font-size: 22px;
    }
    .ban_ab em{
        font-size: 18px;
    }
    .ban_ab h6{
        font-size: 14px;
    }
    .honer_all .toum_r,.honer_all .toum{
        width: 31%;
    }
    .banner_box .banner_item .banner_a a{
        height: 100px;
    }
    .banner_box .banner_item .banner_a p{
        display: none;
    }
    .banner_box .banner_item .banner_a a img{
         display: inline;
        text-align: center;
    }
    .contact h4{
        text-align: center;
        margin: 30px 0 25px 0;
    }
    .technical ul{
        padding-right: 0;
    }

    .develop_center{
        width: 90%;
    }
    .ind01_l,.ind01_r{
        width: 100%;
    }
    .ind01_r .line .img_box img{
        width: 100%;
        height: auto;
    }
    .ind01_r,.research{
        margin-top: 20px;
    }
    .industry li{
        width: 14.5%;
    }
    .industry li > a > i{
        margin: 0 auto;
    }
    .ind_b{
        margin-bottom: 50px;
    }
    .footer .ft{
        display: none;
    }
    .pro_01 table td{
        height: 80px;
        overflow: hidden;
    }
}
@media (max-width: 540px){
    .ind_t h3 span,.ind_t h3 em{
        display: none;
    }
    .pro_01 table{
        width: 620px;
    }
    .strength_slick{
        background-size: cover;
    }
    .str_slick .slick-arrow{
        transform: scale(0.7, 0.7);
    }
    .str_slick{
        padding: 46px 0 30px 0;
    }
    .str_slick p{
        margin-top: 8px;
    }
    .ban .ban_ab.ban_ab1{
        padding: 10% 0;
    }
    .ban .img_box{
        padding-top: 15.6%;
    }
    .ind01 .steel{
        max-height: none;
    }
    .mtab_slick .slick-next,.mtab_slick .slick-prev{
        display: none !important;
    }

    .head_tan .mtab_slick .img_box{
        padding: 0 6%;
    }
    .head_tan .mtab_slick .img_box img{
        height: auto;
    }
    .str_slick .banner_item{
        padding-top: 45%;
    }
    .str_slick .banner_item{
        width: 70%;
        margin: 0 auto;
    }

    .ban_img{
        display: none;
    }
    .ban_ab .col_lg_12{
        width: 100%;
    }
    .ban_ab h6{
        font-size: 18px;
    }
    .banner .banner_item{
        padding-top: 40%;
    }
    .banner_box .banner_item .banner_a a{
        height: 70px;
        width: 14.666%;
    }
    .crumbs{
        display: none;
    }
    .contact .add_con .twoli,.contact .add_con li{
        width: 100%;
    }
    .culture_l, .culture_r{
        width: 100%;
    }
    .culture_l .cul_b{
        width: 100%;
    }
    .culture_l .cul_b li{
        width: 45%;
        text-align: center;
    }
    .honer .tit span{
        line-height: 1.6;
    }
    .tab_btn,.tab_bl{
        width: 100%;
    }
    .tab_btn li{
        line-height: 2.5;
    }
    .tab_bl{
        margin: 20px 0;
    }
    .tab_bl .img_tab li{
        margin: 0px 1% 10px 1%;
        height: 160px;
    }
    .team{
        padding-bottom: 0;
    }
    .tab_btn{
        height: auto;
    }
    .honer_all .toum,.honer_all .toum_r{
        display: none;
    }
    .honer_slick .slick-slide.slick-center .img_box img{
        display: block;
        margin: 0 auto;
    }
    .technical ul.ul_two{
        padding-left: 0;
        border-left: none;
    }
    .deve_ce h3 i{
        float: left;
        line-height: 2.3;
    }
    .deve_ce h3 em{
        line-height: 2.3;
    }
    .develop_slick .center_box img{
        display: block;
        margin: 0 auto;
        float: none;
    }
    .develop_all .toum,.toum_r,.toum_r2{
        display: none;
    }
    .develop em{
        font-size: 14px;
    }
    .ban .ban_ab.efficient, .ban .ban_ab.develop{
        padding: 14% 0;
    }
    .ind01 .steel_l{
        width: 100%;
    }
    .ind01 .steel_r{
        width: 100%;
        padding-left: 0;
    }
   /* .industry li > a > i{
        width: 100%;
    }*/
    .industry li{
        width: 32%;
        margin: 0;
    }
    .slick-dots li{
        transform: scale(0.7);
    }
    .ind01{
        margin-top: 20px;
    }
    .ban_ab h3{
        font-size: 14px;
    }
    .ban_ab p{
        font-size: 12px;
    }
    .ban_m{
        height: 180px;
    }
    .pro_02 .pro_02_l, .pro_02 .pro_02_r{
        width: 100%;
    }
    .pro_02{
        height: 610px;
    }
    .pro_02 .pro_02_r{
        padding-left: 30px;
        padding-top: 30px;
    }
    .pro_02_r h4, .pro_02_r h3{
        font-size: 16px;
    }
    .pro_02_r p{
        font-size: 14px;
    }
    .pro_02 .pro_02_l .img_box{
        width: 320px;
        height: 247px;
    }
    .pro_03 .img_down i{
        line-height: 1;
    }
    .ban_ab span{
        margin: 10px 0;
    }
    .line_mode p{
        text-align: center;
    }
    .line_mode span{
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }
    .line_mode .img_box img{
        display: block;
        margin: 0 auto;
    }
    .str_por{
        border-top: none;
    }
    .str_box{
        border-left: none;
    }
    .str_box p > span{
        font-size: 26px;
    }
    .str_slick p{
        font-size: 18px;
    }
    .fb .pull_left,.fb .pull_right{
        float: none;
    }
    .fb a{
        line-height: 1.8;
    }
    .footer .fb{
        height: auto;
        padding: 10px;
    }
    .pro_02_l .pull_right .img_box{
        margin: 0 auto;
    }
}

li.file_data_li{
    float: left;
    padding: 15px;
    background-color: #2456a6;
    height: 50px;
    margin: 0 0 0 33px;
text-align:center;
    color: #fff;
    font-size: 15px;
}
.file_data_div{
width:80%;
margin:auto;
}
.h_contact{
    float: right;
    background: url('/Uploads/image/bj_top_tel.png') no-repeat;
    height: 41px;
    width: 161px;
    padding-top: 18px;
    padding-right: 8px;
    margin-top: 17px;
    color: #fff;
}
.h_contact a{
    color: #fff;
}
.m_contact{
    float: right;
    background: url('/Uploads/image/bj_top_tel.png') no-repeat;
    height: 41px;
    width: 161px;
    padding-top: 18px;
    padding-left: 44px;
    margin-top: 4px;
    color: #fff;
    display: inline-block;
    margin-right: 90px;
}
.header_container{
    width: 1300px;
}
.m_img{
    display: none;
    float: right;
    color: #1e55a5;
    margin-right: 49px;
    margin-top: 8px;
}
.m_head{
    display: none;
    float: left;
    padding-top: 9px;
    font-weight: bold;
}
.m_img img{
    width: 30px;
    margin-left: 5px;
    margin-top: 3px;
}
.fright {
    width: 180px;
    float: left;
    margin-left: 10px;
}
.fright a {
    width: 150px;
    line-height: 45px;
    height: 42px;
    float: left;
    text-align: center;
    margin: 10px 8px 10px 8px;
    background-color: #dadada;
    cursor: pointer;
}
.fleft{
    width: 210px;
    float: right;
    margin-top: 9px;
}
.fright a:hover {
    background-color: #1c3f79;
    color: #fff;
}
.layercontact{
    margin-top: 10px;
}
.fleft p:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #000;
}
.fleft p:nth-child(2){
    font-size: 28px;
    text-align: left;
    font-weight: bold;
    color: #193c75;
    margin-top: 5px;
}
.fleft a {
    width: 190px;
    float: left;
    padding: 13px 0px 13px 0px;
    text-align: center;
    background: #dadada;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.fleft a:nth-child(3){
    margin-top: 23px;
}
.fleft a:nth-child(4){
    margin-top: 40px;
}
.fleft a:hover {
    color: #fff;
    background: #000;
}