@charset="utf-8";

body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,select { margin:0; padding:0; }
em,i { font-style:normal; }
li { list-style:none; }
a { text-decoration:none; }
img { border:none; vertical-align:top; }
table { border-collapse:collapse; }
input,textarea { outline:none;vertical-align: middle; }
textarea { resize:none; overflow:auto; }
body { font-size:12px; font-family: "微软雅黑", "宋体", Arial; }
/* end reset */

/* public */
.clear { zoom:1; }
.clear:after { content:''; display:block; clear:both;}
.fl { float:left; }
.fr { float:right; }

.widauto{width:1330px;margin: 0 auto;}
.ph{display: none;}

/*公共头部start*/
.header{width: 100%;height: 100px;position: fixed;left: 0;top: 0;z-index: 999999;background:#fff;}
.logo{width: 22%;height: 100px;text-align: center;line-height: 100px;}
.logo img{vertical-align: middle;}

.nav{height: 100px;}
.nav ul{}
.nav li{float: left;height: 100px;position: relative;margin: 0 25px;}
.nav li:after{display: block;content: "";position: absolute;bottom:20px;left: 0;width: 100%;height: 5px;background:transparent;}
.nav .active:after,.nav li:hover:after{background:#ee7700; }
.nav .active a,.nav li:hover a{color:#ee7700;}
.nav li a{display: block;line-height: 100px;font-size: 17px;color:#4b4948;text-align: center;}

.search_div{width:100px;height: 100px;}
.search_div a{display: block;width: 18px;height: 18px;margin: 40px auto 0;}

/*.sea_div{width: 50%;margin-left: 15%;margin-right:4%;float: left;margin-top: 35px;height: 28px;border:1px solid #c9151e;border-radius: 6px;overflow: hidden;}
.sea_div .inp{border:none;width:85%;height: 28px;float: left;text-indent: 12px;}
.sea_div .sea_btn{float: left;width: 15%;height: 28px;background:url(../images/sea_btn.png) center center no-repeat;cursor: pointer;border:none;}*/
/*公共头部end*/


/*公共底部start*/
.footer_con{width: 100%;height:28%; background:#3f3a39;padding:40px 0 40px;border-top: 5px solid #ee7700;}
.lx_text{line-height: 35px;font-size: 16px;color:#a7a6a5;}
.lx_text a{color:#a7a6a5;}
.kuai{float: left;width: 130px;height: 237px;text-align: right;overflow: hidden;}
.kuai dt{width: 100%;min-height: 20px;line-height: 20px;color:#fff;font-size: 16px;margin-bottom:15px;font-weight: bold;}
.kuai dd{width: 100%;height: 35px;}
.kuai dd a{display: block;line-height: 35px;font-size: 16px;color:#c1c0c0;}
.kuai dd a:hover{text-decoration: underline;}
.foot_lx{width:516px;text-align: left;}
/*公共底部end*/


/*首页start*/
.section{position: relative;width:100%;height:100%;overflow: hidden;}
.sectionfoot{height: auto !important;}





.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes slide_on1 {
    0% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes slide_on1 {
    0% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.banner1 {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
}

.banner1 .bd {
    width: 100%;
    overflow: hidden;
}

.banner1 .bd ul {
    width: 100% !important;
}

.banner1 .bd li {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.banner1 .bd li .img {
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-animation: slide_on1 4s linear forwards;
    animation: slide_on1 4s linear forwards;
}

.banner1 .bd li .content {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.banner1 .bd li .content .ban_t {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40%;
    text-align: center;
}

.banner1 .bd li .content .ban_t .txt1 {
    font-size: 60px;
    color: #ffffff;
    line-height: 100px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.banner1 .bd li .content .ban_t .txt2 h3 {
    display: inline-block;
    color: #56719e;
    text-transform: uppercase;
    font-size: 16px;
    text-align: right;
    margin-right: 5px;
    font-family: 'Brandon Grotesque';
}

.banner1 .bd li .content .ban_t .txt2 img {
    margin-top: -18px;
}

.banner1 .bd li .content .ban_t .txt2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: lighter;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}



.bottom_case{width: 534px;height: 200px; position: absolute;left: 50%;margin-left: -267px; bottom: 30px;text-align: center;overflow: hidden;}

.bottom_case ul{}
.bottom_case li{width: 257px;height: 100px;background: rgba(255,255,255,0.8);margin: 100px 10px 0 0;float: left;transition: all 0.5s;cursor: pointer;}
.bottom_case li a{display: block;}

.bottom_case li h3{width: 100%;height: 35px;line-height: 35px;padding-top: 21px;font-size: 23px;color:#3f3a39;font-weight: normal;}
.bottom_case li p{width:197px;height: 24px;line-height: 24px;color:#6e6e6e;margin: 0 auto;}
.bottom_case li span{display: none;color: #fff;width:197px;line-height: 24px;margin: 10px auto 0;}

.bottom_case li:hover{height: 200px;background:#ee7700 url(../images/yuan.png) center 140px no-repeat;margin: 0 10px 0 0;transition: all 0.5s;}
.bottom_case li:hover h3{color: #fff;}
.bottom_case li:hover p{display: none;}
.bottom_case li:hover span{display: block;}



.index_about{width: 100%;height: 100%;background: url(../images/index_about_bg.jpg) no-repeat;background-size:100% auto;}


.index_about_title{width: 878px;margin:0px auto 60px;line-height: 30px;color:#3f3a39;padding-top:250px;font-size: 16px;text-align: center;font-weight: bold;}



.about_shuzi{width:814px;margin:0 auto 25px;}
.about_shuzi dd{float: left;text-align: center;cursor: pointer;}
.about_shuzi dd:nth-child(1){width: 173px;}
.about_shuzi dd:nth-child(2){width: 459px;}
.about_shuzi dd:nth-child(3){width: 180px;}

.about_shuzi dd span{display: block;width: 100%;height:43px;line-height:43px;color:#3f3939;font-size:15px;font-weight: bold;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.about_shuzi dd span b{font-size:30px;color:#ed7900;margin-right:8px;}
.about_shuzi dd span:hover{padding-left: 15px;}
.about_shuzi dd p{height:42px;width: 100%;font-size:15px;color:#828282;line-height: 42px;}




.about_more{display: block;margin:22px auto 0;width: 150px;height: 50px;line-height:50px;text-align: center;color:#fff;font-size: 15px;background:#ee7700;}
.mt50{margin-top: 50px;}

.index_about_imgs{width: 1260px;margin: 0 auto;position: relative;}
.index_about_imgs .prev,.index_about_imgs .next{position: absolute;display: block;width: 15px;height: 30px;top:50%;margin-top: -15px;}

.index_about_imgs .prev{left: -40px;background: url(../images/left.png) no-repeat;}
.index_about_imgs .next{right: -40px;background: url(../images/right.png) no-repeat;}

.index_about_imgs .bd{width: 100%;height: 300px;overflow: hidden;}
.index_about_imgs .bd li{width: 400px;height: 300px;float: left;margin-right: 30px;}
.index_about_imgs .bd li img{width: 400px;height: 300px;}




.index_news{width: 100%;height: 100%;background: url(../images/index_news_bg.jpg) no-repeat;background-size:100% auto;}
.index_news_title{padding-top: 180px;}
.index_news_top{width: 1255px;margin:60px auto 25px;border:2px solid #e6e6e6;}
.index_news_top img{width: 100%;}


.index_case_lst{width: 1259px;height:230px;margin: 0 auto;position: relative;}

.index_case_lst .prev,.index_case_lst .next{position: absolute;display: block;width:15px;height:30px;top:50%;margin-top: -15px;}
.index_case_lst .prev{left: -40px;background: url(../images/left.png) no-repeat;}
.index_case_lst .next{right: -40px;background: url(../images/right.png) no-repeat;}

.index_case_lst .bd{width: 100%;height:230px;overflow: hidden;}
.index_case_lst ul{}
.index_case_lst li{width:396px;height:226px;float: left; background:#fff;margin-right:30px;border:2px solid #e6e6e6;transition: all 0.5s;}
.index_case_lst li a{display: block;}

.index_case_lst li h3{float: left;width:340px;height:30px;line-height:30px;margin: 20px 0 12px 28px;position: relative;font-size: 19px;color:#3f3a39;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition: all 0.5s;}
.index_case_lst li span{float: left;display: block;width: 60px;height: 5px;background:#ee7700;margin: 0 0 10px 28px;}
.index_case_lst li p{float: left;width:340px;height:88px;line-height:22px;color:#4b4948;font-size: 14px;margin: 0 0 20px 28px;overflow: hidden;text-align:justify; text-justify:inter-ideograph;}
.index_case_lst li b{display: block;float: left;height: 26px;line-height: 26px;width: 340px;margin: 0 0 0 28px;color:#3f3a39;font-size: 14px;font-weight: normal;}

.index_case_lst li:hover{background:#ee7700;transition: all 0.5s; }
.index_case_lst li:hover h3{color: #fff;padding-left: 10px;transition: all 0.5s;}
.index_case_lst li:hover span{background: #fff;}
.index_case_lst li:hover p{color: #fff;}
.index_case_lst li:hover b{color: #fff;}



.index_gc_title{padding-top:180px;width: 100%;text-align: center;z-index: 9999999;}
.index_gc_title img{margin: 0 auto;}

.index_gc_title1{position: absolute;left: 0;top: 180px;padding-top: 0;}

.index_gc{width:100%;height:1150px;position: relative;transition: all 0.5s;}
.index_gc .prev,.index_gc .next{position: absolute;display: block;width:61px;height:60px;top:450px;}
.index_gc .prev{left:50px;background: url(../images/left1.png) no-repeat;z-index: 999999;}
.index_gc .next{right: 70px;background: url(../images/right1.png) no-repeat;z-index: 999999;}

.index_gc .bd{width: 100%;height:1150px;}
.index_gc .bd ul{}
.index_gc .bd li{float: left;width:100%;height:1150px; background-size:100% auto;background-repeat: no-repeat;position: relative;transition: all 0.5s;}

.index_gc .bd a{position: absolute;left: 50%;top:350px;display: block;width:500px;height:168px; margin-left: -250px; padding-top: 132px; background: rgba(238,119,0,0.9) url(../images/fd.png) center 60px no-repeat;opacity: 0;transition: all 0.5s;}
.index_gc .bd li h3{width:87%;height:40px;line-height:40px;font-size:23px;color:#fff;margin: 0 auto;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-bottom: 47px;font-weight: normal;text-align: center;}
.index_gc .bd li span{display: block; width:146px;height:46px;border:2px solid #fff;text-align: center;line-height: 46px;color: #fff;font-size: 15px;margin: 0 auto;}

.index_gc:hover .bd li a{opacity: 1;transition: all 0.5s;}


.index_lx_title{padding-top:140px;}

.index_lianxi{width: 100%;height:68%; padding-bottom:0px; background: url(../images/index_lx_bg.jpg) center center no-repeat;background-size:100% auto;}
.index_lianxi_con{width: 1330px;height: 320px;margin:40px auto 0;background:rgba(255,255,255,0.5);}
.index_lianxi_txt,.index_lianxi_form{height: 300px; margin: 10px 0 0 10px;background:#fff;}
.index_lianxi_txt{width: 690px;position: relative;}
.index_lianxi_txt h2{float: left;width:590px;height: 36px; line-height: 36px;margin:66px 0 8px 50px;font-size: 19px;color:#ee7700;}
.index_lianxi_txt .lianxi_txt{float: left;width: 590px;line-height:38px;margin: 0 0 0 50px;color:#494949;font-size: 14px;}
.index_lianxi_txt img{position: absolute;top: 68px;right: 50px;}
.index_lianxi_form{width: 300px;}
.index_lianxi_form ul{padding-top:10px;width: 280px;margin: 0 auto;}
.index_lianxi_form li{width:100%;min-height: 40px;overflow: hidden;margin-bottom:10px;}
.inp1{width:278px;height: 40px;float: left;border:1px solid #ee7700;font-size: 14px;text-indent: 8px;}
.inp2{width: 133px;}
.mr10{margin-right: 10px;}
.index_lianxi_form textarea{float: left;width: 278px;height: 128px;border:1px solid #ee7700;text-indent: 8px;font-family: '微软雅黑';font-size: 14px;line-height: 26px;}
.index_lianxi_form .sub_btn1{width: 100%;height: 40px;background:#ee7700;border:none;text-align: center;line-height: 40px;color: #fff;font-size: 16px;cursor: pointer;}
.index_lianxi_video{width: 300px;height: 300px;overflow: hidden;margin: 10px 10px 0 0;}
.index_lianxi_video img{width: 300px;height: 300px;}

                    
/*首页end*/


/*关于我们start*/
.banner{width: 100%;overflow: hidden;margin-top: 100px;}
.banner img{width: 100%;}
.about_nav{width: 100%;height:60px;background:#f5f5f5;text-align: center;margin-bottom: 150px;padding-top: 10px;}
.about_nav ul{}
.about_nav li{display: inline-block;width: 148px;height:48px;position: relative;border:1px solid #ee7700;margin: 0 3px;}
.about_nav li a{display: block;line-height:48px;font-size: 15px;color:#3f3a39;}
.about_nav .active,.about_nav li:hover{background:#ee7700;}
.about_nav .active a,.about_nav li:hover a{color:#fff;}

.about_nav li:after{display: block;content: "";width: 10px;height: 10px;background:#ee7700;position: absolute;right:-16px;top:15px;border-radius:10px;border:5px solid #fff;z-index: 999;}
.about_nav li:last-child:after{background:transparent;border:3px solid transparent;}


.about_top{width: 100%;overflow: hidden;margin-bottom:58px;text-align: center;}
.about_top img{max-width: 100%;margin: 0 auto;}
.about_one{width:100%;line-height:30px;font-size: 16px;color:#394046;margin-bottom: 120px;}
.about_one img{max-width: 100%;height: auto !important;}

.shuzi{width: 100%;float: left;}
.shuzi dd{float: left;text-align: center;cursor: pointer;width:33%;}
.shuzi dd:nth-child(1){width: 28%;}
.shuzi dd:nth-child(2){width: 30%;}

.about_two{width: 100%;margin-bottom: 100px;}
.about_two dd{float: left;text-align: center;cursor: pointer;}
.about_two dd:nth-child(1){width: 362px;border-right: 2px solid #c8c8c8;}
.about_two dd:nth-child(2){width: 597px;border-right: 2px solid #c8c8c8;}
.about_two dd:nth-child(3){width: 362px;}

.about_two dd span{display: block;width: 100%;height:65px;line-height:65px;color:#3f3939;font-size:16px;font-weight: bold;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;margin-bottom: 28px;}
.about_two dd span b{font-size: 62px;font-weight: normal;color:#ed7900;}
.about_two dd span:hover{padding-left: 15px;}
.about_two dd p{height:17px;width: 100%;font-size:16px;color:#828282;line-height: 17px;}

.about_three{width:100%;margin-bottom: 100px;}
.about_three img{max-width: 100%;height: auto !important;}


.zizhi{overflow: hidden;margin-bottom:30px;padding-top: 39px;}
.zizhi1{width: 420px; height:278px;margin-bottom: 10px;float: left; }
.zizhi1 h3{width:100%;height: 108px;font-size: 15px;color: #fff;text-align: center;line-height:170px;}
.zizhi_one h3{background:url(../images/one.png) no-repeat;}
.zizhi_two h3{background:url(../images/two.png) no-repeat;}
.zizhi_three h3{background:url(../images/three.png) no-repeat; }
.mr34{margin-right: 34px;}
.zz_txt{width: 100%;height: 145px;background:#f5f5f5;padding-top: 25px;}
.zz_txt p{width: 100%;height: 30px;line-height: 30px;text-align: center;font-size: 15px;color:#3d3938;}

.yuanjing h3{width: auto;height: 50px;padding: 133px 48px 0;margin-bottom:5px;font-size: 26px;color: #fff;}
.yuanjing p{width: auto;padding: 0 48px 0;line-height: 24px;font-size: 14px;color: #fff;}

.huojiang{width:100%;overflow: hidden;margin-bottom: 93px;}
.hj_title{width: 100%;height: 50px;line-height: 50px;background:#ee7700;text-align: center;color: #fff;font-size: 15px;}
.hj_con{width: 1228px;background:#f5f5f5 url(../images/hj_bg.jpg) center top no-repeat;padding:40px 51px; }
.hj_con ul{}
.hj_con li{width:100%;border-bottom:2px solid #dbdbdb;overflow: hidden;padding-bottom: 40px;margin-bottom: 40px;}

.hj_con li b{display: block; width: 98px;line-height: 40px;color:#ee7700;font-size: 24px;float: left;}
.hj_con li .hj_txt1{width: 369px;margin-right:82px;float: left;}
.hj_con li .hj_txt2{width: 678px;float: left;}
.hj_con li p{width: 100%;min-height: 25px;line-height: 25px;color:#605d5c;font-size: 14px;}

.zeren{width: 1090px;}
.jzg_right img{width: 100%;height: 400px;}

.jiagou{width:100%;overflow: hidden;margin-bottom: 100px;}
.jiagou img{max-width:100%;height:auto !important;}

.fazhan{width: 100%;margin-bottom: 160px;}
.fazhan h3{width: 100%;height: 34px;line-height: 34px;text-align: center;color:#ee7605;margin-bottom: 14px;font-size: 19px;}
.fazhan p{width: 1005px;margin: 0 auto;line-height: 34px;font-size: 15px;color:#3b3a38;text-align: center;}
.fazhan img{max-width: 100%;}


.rongyu_nav{width: 1600px;margin: 0 auto 50px;}
.rongyu_nav ul{}
.rongyu_nav li{width: 525px;height: 60px;background:#4b4948;float: left;margin-right: 11px;text-align: center;line-height: 60px;font-size: 16px;position: relative;}
.rongyu_nav li:last-child{margin-right: 0;}
.rongyu_nav .active{background:#c9151e;}
.rongyu_nav .active:after{display: block;content: "";position: absolute;left: 50%;bottom:-10px;width: 10px;height: 10px;border-radius: 10px;overflow: hidden;border:5px solid #fff;margin-left: -10px;background:#c9151e;}
.rongyu_nav li a{display: block;color: #fff;}

.ry_div{overflow: hidden;margin-bottom: 120px;}
.ry_div ul{width: 1700px;}
.ry_div li{width: 362px;height: 480px;background:url(../images/ry_bg.png) no-repeat;float: left;margin: 0 50px 50px 0;cursor: pointer;}
.ry_div li img{width: 287px;height: 411px;float: left;margin: 35px 0 0 37px;}

.rongyuzs{width: 100%;overflow: hidden;margin-bottom: 150px;}
.hengde{width: 1500px;}
.hengde li{width: 310px;height: 220px;float: left;margin: 6px 20px 30px 6px;box-shadow: 0px 0px 6px 2px #d7d7d7;float: left;}
.hengde li a{display: block;}
.hengde li img{width: 310px;height: 220px;}
.shude{width: 1500px;}
.shude li{width: 310px;height: 440px;float: left;margin: 6px 20px 30px 6px;box-shadow: 0px 0px 6px 2px #d7d7d7;float: left;}
.shude li a{display: block;}
.shude li img{width: 310px;height: 440px;}
/*关于我们end*/


/*产品中心start*/
.products_div{width: 1330px;margin: 0 auto 100px;overflow: hidden;}
.products_div ul{width: 1400px;}
.products_div li{width: 420px;height:420px;overflow: hidden;float: left;margin: 0 35px 30px 0;position: relative;transition: all 0.5s;}
.products_div li a{display: block;}
.products_div li img{width: 100%;height:420px;}

.products_div li i{display: block;font-style: normal; width:88%;height:100px;line-height:100px;background:rgba(0,0,0,0.6);text-align: center;color: #fff;font-size: 18px;transition: all 0.5s;position: absolute;left: 0;bottom: 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding: 0 6%;}

.products_div li .fangda{position: absolute;left: 0;top:420px;width: 100%;height:420px;background:rgba(238,119,0,0.9) url(../images/fd.png) center 139px no-repeat;transition: all 0.5s;}
.products_div li p{padding-top: 220px;width:90%;line-height: 32px;color: #fff;font-size: 17px;text-align: center;margin: 0 auto;}
.products_div li:hover i{display: none;transition: all 0.5s;}
.products_div li:hover .fangda{top: 0;transition: all 0.5s;}

.pages{width: 100%;text-align: center;margin-top: 76px;}
.pages a,.pages span{display: inline-block;padding: 5px 8px;height: 20px;line-height: 20px;font-size: 14px;overflow: hidden;margin: 0 2px;}
.pages a{background:#ececec;color:#7a7167;}
.pages span{background:#ee7700;color: #fff;}

.news_content{width:1330px;margin: 0 auto 80px;}
.news_content h1{width: 100%;min-height:35px;line-height:35px;font-size: 29px;text-align: center;margin-bottom: 20px;font-weight: normal;color:#3f3a39;}
.zhongjian{height:25px;line-height: 50px;margin-bottom: 53px;font-size: 15px;color:#7a7a7a;text-align: center;}

.news_content_div{width: 100%;line-height: 30px;color:#383f49;font-size: 17px;margin-bottom: 70px;}
.news_content_div img{max-width: 100%;height: auto !important;margin-bottom: 10px;}
.prev_next{height: 50px;line-height: 50px;border-top: 1px solid #b5b5b5;}
.prev_next p{font-size: 16px;color:#585d65;}
.prev_next p a{color:#585d65;}

/*产品中心end*/




/*客户案例start*/
.case_xq{margin: 100px auto 144px;}
.case_content{width: 100%;margin-bottom: 80px;}
.case_txt{width: 490px;height: 750px;}

.case_title{width:100%;height: 200px;background:#c9151e;margin-bottom:38px;}
.case_title h1{width: auto;padding: 22px 27px 0;height: 125px;line-height: 40px;color: #fff;font-size: 25px;}
.case_title span{display: block;padding: 0 27px;line-height: 28px;color: #fff;font-size: 17px;}

.case_text{width: 100%;min-height: 510px;line-height: 24px;color:#4a4a48;font-size: 14px;overflow: hidden;}

.case_thumb{width: 1060px;min-height: 750px;overflow: hidden;}
.case_thumb img{width: 1060px;height: 750px;margin-bottom: 50px;}
.fenxiang{width: 100%;height:50px;border-bottom: 1px solid #b5b5b5; }

.prev_next{width: 100%;}
.prev2,.next2{width: 50%;height: 48px;line-height: 48px;font-size: 14px;color:#50575f;}
.prev2 a,.next2 a{color:#50575f;}
.next2{text-align: right;}
/*客户案例end*/

/*新闻资讯start*/
.news_div{width: 1330px;margin: 0 auto 98px;}
.news_lst{width: 100%;overflow: hidden;}
.news_lst ul{width: 1500px;}
.news_lst li{width: 416px;height: 296px; float: left;border:2px solid #e6e6e6;margin: 0 35px 30px 0;}
.news_lst li a{display: block;}
.news_lst li h3{width: 360px;min-height: 37px;max-height: 60px;line-height:30px;color:#3f3a39; float: left;margin: 34px 0 0 30px;font-size: 19px;overflow: hidden;}
.news_lst li i{display: block;width: 60px;height: 5px;background:#ee7700;float: left;margin: 13px 0 0 30px;}
.news_lst li p{float: left;width: 360px;height:92px;margin: 20px 0 25px 30px;line-height: 24px;color:#4b4948;font-size: 14px;overflow: hidden;text-align:justify; text-justify:inter-ideograph;}
.news_lst li span{display: block;width: 360px;height: 18px;line-height: 18px;float: left;margin-left: 30px;color:#3f3a39;font-size: 14px;}

.news_lst li:hover{background:#ee7700;border:2px solid #ee7700;}
.news_lst li:hover h3{color: #fff;}
.news_lst li:hover i{background:#fff;}
.news_lst li:hover p{color: #fff;}
.news_lst li:hover span{color: #fff;}
/*新闻资讯end*/

/*企业文化start*/
.wenhua_con{width: 100%;margin-bottom: 106px;}
.wenhua_con img{max-width: 100%;height: auto !important;}

.video_top{width: 100%;height: 500px;background:#f5f5f5;margin-bottom: 100px;}
.video_txt{width: 375px;margin: 70px 0 0 40px;}
.video_txt h3{width: 100%;height: 40px;line-height: 40px;font-size: 19px;color:#3f3a39;margin-bottom: 13px;}
.video_txt span{display: block;width: 60px;height: 5px;background:#ee7700;margin-bottom: 22px;}
.video_txt p{width: 100%;height: 207px;line-height: 24px;color:#4b4948;font-size: 14px;}
.video_txt a{display: block;width: 176px;height: 80px;overflow: hidden;}
.video_txt img{width: 176px;height: 80px;}

.zeren_div{width: 100%;margin-bottom: 100px;}
.zeren_div ul{}
.zeren_div li{width: 100%;overflow: hidden;margin-bottom: 20px;position: relative;}
.zeren_div li a{display: block;}
.zeren_div li .zr_thumb{width: 450px;height: 300px;overflow: hidden;}
.zeren_div li .zr_thumb img{width: 450px;height: 300px;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.zeren_div li .zr_txt{width:786px;height:236px;border:2px solid #e6e6e6;padding: 30px 45px;transition: all 0.5s;}
.zeren_div li .zr_txt h3{float: left;width: 780px;height: 34px;margin-bottom: 16px;line-height: 34px;color:#3f3a39;font-size: 20px;}
.zeren_div li .zr_txt span{display: block;width: 60px;height: 5px;background:#ee7700;margin-bottom: 20px;float: left;}
.zeren_div li .zr_txt p{float: left;width: 780px;height: 140px;line-height: 25px;font-size: 14px;color:#5c5a59;}
.zeren_div li .zr_txt i{display: block;width: 780px;height: 38px;float: left;line-height: 38px;color:#3f3a39;font-size: 14px;}
.zeren_div li:hover .zr_txt{border:5px solid #ee7700;padding: 27px 42px;transition: all 0.5s;}
.zeren_div li b{position: absolute;right: 50px;top: 0;width: 50px;height: 70px;background: url(../images/biao.png) no-repeat;}
.zeren_div li .zr_thumb:hover img{transform: scale(1.5);  -ms-transform: scale(1.5);  -moz-transform: scale(1.5);  -webkit-transform: scale(1.5);  -o-transform: scale(1.5);  -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
/*企业文化end*/

/*人力资源start*/
.zhaopin{width: 1328px;border:1px solid #6e6e6e;}
.wzjs{width:900px;line-height: 35px;font-size: 16px;color: #6e6e6e;margin: 50px auto 160px;}
.zp_title{width: 100%;height: 58px;background:#c5c5c5;border-bottom: 1px solid #6e6e6e;}
/*.tit_div{height: 58px;border-right: 1px solid #6e6e6e;float: left;line-height: 58px;text-align: center;font-size: 16px;}
.zhaopin ul{overflow: hidden;border-bottom: 1px solid #6e6e6e;}
.zhaopin ul:last-child{border-bottom: none;}
.zhaopin li{float: left;min-height: 118px;border-right: 1px solid #6e6e6e;display: flex;justify-content: center;align-items: center;font-size: 14px;}
.tit_div:nth-child(1),.zhaopin li:nth-child(1){width: 98px;}
.tit_div:nth-child(2),.zhaopin li:nth-child(2){width: 148px;}
.tit_div:nth-child(3),.zhaopin li:nth-child(3){width: 148px;}
.tit_div:nth-child(4),.zhaopin li:nth-child(4){width: 148px;}
.tit_div:nth-child(5),.zhaopin li:nth-child(5){width: 148px;}
.tit_div:nth-child(6),.zhaopin li:nth-child(6){width: 404px;padding: 0 15px;}
.tit_div:nth-child(7),.zhaopin li:nth-child(7){width: 164px;border-right: none;padding: 0 17px;}
.zhaopin ul:nth-child(odd){background:#f2f2f2;}*/

.table1{text-align: center;width:900px;margin: 0 auto;}
.table1 td, .table1 th{border:1px solid #6e6e6e;font-size: 14px;}
.table1 th{height: 58px;background-color: #c5c5c5;font-size: 16px;}
.table1 td{height: 50px; line-height: 50px;}
.table1 tr:nth-child(odd){background:#f2f2f2;}
.table1 .th1{width: 10%;}
.table1 .th2{width: 27%;}
.table1 .th3{width: 27%;}
.table1 .th4{width: 12%;}
.table1 .th5{width: 12%;}
.table1 .th6{width: 12%;}

.ln_div{width: 100%;line-height: 28px;font-size: 16px;margin-bottom: 100px;}
.ln_div img{max-width: 100%;height: auto !important;}
/*人力资源end*/


/*联系我们start*/
.kuai1{width: 100%;height: 150px;}
.lx_txt_ditu{width: 100%;margin-bottom: 30px;}
.lx_txt1{width: 600px;height: 500px;background:#f5f5f5;}
.lx_txt1 h3{float: left;width: 530px;height: 38px;line-height: 38px;font-size: 19px;color:#ee7700;margin: 80px 0 15px 35px;}
.lx_txt1 .lx_con{float: left;width: 530px;margin: 0 0 0 35px;line-height: 32px;color:#3f3a39;font-size: 15px;}
.lx_ditu{width: 699px;height: 500px;overflow: hidden;}
/*.lx_ditu img{width: 699px;height: 500px;}*/
#map{width:699px;height:500px;font-size:12px}

.form_bg{width:100%;height: 900px;background: url(../images/form_bg.jpg) center top no-repeat;margin-bottom: 100px;}
.form_div{width: 530px;float: left;margin: 265px 0 0 400px;background: rgba(255,255,255,0.4);padding: 15px 0;}
.form_div .inp{float: left;width: 500px;height: 60px;background: #fff;border:none;margin: 0 0 10px 15px;text-indent: 20px;font-size: 16px;}
.form_div .text{float: left;width: 460px;height: 160px;border:none;margin:0 0 10px 15px;font-size: 16px;font-family: '微软雅黑'; padding: 20px;}
.form_div .sub_btn{margin-left: 15px;width: 500px;height: 60px;background:#ee7700;border:none;text-align: center;line-height: 60px;font-size: 17px;color: #fff;cursor: pointer;}
/*联系我们end*/


/*搜索页start*/
.search_top{margin-top: 148px;}
.search_div1{width:1330px;height:58px;margin: 0 auto 42px;border:1px solid #3f3a39;border-radius:30px;overflow: hidden;}
.search_div1 .inp1{border:none;width:1244px;height:58px;float: left;text-indent: 12px;}
.search_div1 .sea_btn1{float: left;width:80px;height: 58px;background:url(../images/sea_btn1.png) center center no-repeat; cursor: pointer;border:none;}

.sea_wenzi{width: 1330px;margin: 0 auto 65px;height: 30px;text-align: center;line-height: 30px;font-size: 15px;}

.sea_res{width: 1330px;margin: 0 auto 40px;}
.sea_res li{overflow: hidden;width: 100%;height: 70px;border-bottom: 2px solid #e6e6e6;padding: 16px 0;}
.sea_res li a,.sea_res li span{display: block;height: 70px;line-height: 70px;font-size: 20px;color:#3c3b39;}
.sea_res li a{float: left;width: 80%;}
.sea_res li span{float: right;width: 20%;text-align: right;}
.mb150{margin-bottom: 150px;}

/*搜索页end*/




@media screen and (max-width: 767px) {

.pc{display: none;}
.ph{display: block;}
.widauto{width:96%;}

.header .phone_sea{display: block; width: 30px;height: 30px;position: absolute;right: 70px;top: 22px;}
.header .phone_nav{width:30px;height:30px;overflow: hidden;position: absolute;right: 20px;top: 22px;}
.header .phone_sea img,.header .phone_nav img{width:30px;height:30px;}

.ph_nav{width: 100%;position: fixed;top: 70px;left:100%;z-index: 9999999999999999;}
.nav_left{width: 32%;background:#ee7700;}
.nav_left ul{padding-top: 45px;}
.nav_left li{width: 100%;height:60px;text-align: center;line-height: 60px;color: #fff;font-size: 16px;}
.nav_left li a{color: #fff;}
.nav_left .active{background: #fff;color:#ee7700;}
.nav_left .active a{color:#ee7700;}

.nav_right{width: 68%;height: 100%;background:#f2f2f2;}
.nav_right dl{padding-top: 45px;width: 100%;display:none;}
.nav_right dl dd{width: 100%;height:60px;}
.nav_right dl dd a{display: block;line-height:60px;font-size: 18px;color:#4b4a48;text-indent: 20px;}



.header{height:80px;}
.logo{width:55%;height:70px;line-height:70px;margin-left: 2%;}
.logo img{vertical-align: middle;height:auto;max-width: 100%;}


/*首页start*/
#fp-nav.right{display: none;}

.m_index_banner{width: 100%;}
.m_index_banner .bd{width: 100%;}
.m_index_banner .bd ul{}
.m_index_banner .bd li{width: 100%;background-repeat: no-repeat;background-size:100% 100%;background-position:center top;}

.bottom_case{width:96%;height:80px;left: 2%; margin-left:0;}
.bottom_case ul{}
.bottom_case li{width:48%;height:80px;margin:0px 1% 0 1%;}
.bottom_case li h3{padding-top:6px;font-size:18px;}
.bottom_case li p{width:100%;height: 20px;line-height: 20px;}
.bottom_case li span{width:100%;line-height: 20px;font-size: 14px;}
.bottom_case li:hover{height:80px;background:rgba(255,255,255,0.8);margin: 0 1% 0 1%;}
.bottom_case li:hover h3{color: #3f3a39;}
.bottom_case li:hover p{display: block;}
.bottom_case li:hover span{display: none;}


.index_about{background: url(../images/index_about_bg1.jpg) no-repeat;background-size:auto 100%;}
.index_about_title{width:90%;margin:0px auto 15px;line-height:25px;padding-top:100px;font-size:14px;}

.about_shuzi{width:90%;margin:0 auto 18px;}
.about_shuzi dd:nth-child(1){width:25%;}
.about_shuzi dd:nth-child(2){width:48%;margin-left:1%;margin-right: 1%; }
.about_shuzi dd:nth-child(3){width:25%;}
.about_shuzi dd span{height:20px;line-height:20px;font-size:12px;margin-bottom: 2px;}
.about_shuzi dd span b{font-size:22px;}
.about_shuzi dd p{height:auto;font-size:12px;line-height:18px;}


.index_about_imgs{width:76%;}
.index_about_imgs .prev{left: -30px;}
.index_about_imgs .next{right: -30px;}
.index_about_imgs .bd{height:250px;}
.index_about_imgs .bd li{width:100%;height:250px;margin-right:0px;}
.index_about_imgs .bd li img{width:100%;height:250px;}






.index_gc_title{padding-top:150px;width:85%;margin: 0 auto;}
.index_gc_title img{width: 100%;}
  

.index_gc_title1{top:110px;padding-top: 0;left:7%;}

.index_gc{height:700px;}
.index_gc .prev,.index_gc .next{width:61px;height:60px;top:550px;}
.index_gc .prev{left:50px;}
.index_gc .next{right: 70px;}

.index_gc .bd{height:700px;}

.index_gc .bd li{height:700px;background-size:auto 100%;}

.index_gc .bd a{
	left: 50%;
	top:200px;
	width:300px;
	height:168px; 
	margin-left: -150px;
}



.mt50{margin-top: 20px;}







.index_news{background: url(../images/index_news_bg1.jpg) no-repeat;}
.index_news_title{padding-top: 120px;}
.index_news_top{width:90%;margin:18px auto 14px;}
.about_more{margin: 10px auto 0;}

.index_case_lst{width:90%;height:auto;}

.index_case_lst li{width:99%;height:200px;margin-right:0px;margin-bottom: 10px;}


.index_case_lst li h3{width:90%;height:30px;line-height:30px;margin:15px 0 8px 5%;font-size: 18px;}
.index_case_lst li span{margin: 0 0 12px 5%;}
.index_case_lst li p{width:90%;height:80px;line-height:20px;margin: 0 0 10px 5%;overflow: hidden;font-size: 13px;}
.index_case_lst li b{height: 26px;line-height: 26px;width:90%;margin: 0 0 0 5%;font-size: 14px;}



.index_lianxi{background: url(../images/index_lx_bg1.jpg) center center no-repeat;background-size:100% auto;}

.index_lx_title{padding-top: 120px;}

.index_lianxi_con{width:90%;height:auto;margin:15px auto 0;padding-bottom: 12px;}

.index_lianxi_txt,.index_lianxi_form{height:auto; margin: 10px 0 0 3%;}
.index_lianxi_txt{width:94%;padding-bottom: 12px;}

.index_lianxi_txt h2{width:96%;height:28px; line-height: 28px;margin:8px 0 8px 3%;font-size: 16px;}
.index_lianxi_txt .lianxi_txt{width:96%;line-height:22px;margin: 0 0 0 3%;}
.index_lianxi_txt img{top:15px;right:15px;width: 75px;height: 75px;}


.index_lianxi_form{width:94%;display: none;}
.index_lianxi_form ul{padding-top:10px;width:96%;margin: 0 auto;}
.index_lianxi_form li{min-height:30px;margin-bottom:5px;}
.inp1{width:98%;height:30px;text-indent:4px;}
.inp2{width:48%;}
.mr10{margin-right:1%;}
.index_lianxi_form textarea{width:98%;height:80px;line-height:22px;}
.index_lianxi_form .sub_btn1{width:98%;}


.index_lianxi_video{width:94%;height: 300px;margin: 10px 3% 0 3%;display: none;}
.index_lianxi_video img{width:100%;height: 300px;}


/*首页end*/


.banner{margin-top: 70px;}

.about_nav{height:auto;min-height: 50px; margin-bottom:40px;padding-top: 10px;}
.about_nav li{width:30%;height:38px;margin-bottom: 5px;}
.about_nav li a{line-height:38px;}
.about_nav li:after{display: none;}


.about_top{margin:0 auto 15px;width: 80%;}
.about_one{line-height:25px;font-size:14px;margin-bottom:25px;}


.about_two{margin-bottom:30px;}
.about_two dd{height: 71px;}
.about_two dd:nth-child(1){width:25%;}
.about_two dd:nth-child(2){width:48%;}
.about_two dd:nth-child(3){width:25%;}

.about_two dd span{height:35px;line-height:35px;font-size:16px;margin-bottom:6px;}
.about_two dd span b{font-size:25px;}
.about_two dd span:hover{padding-left: 15px;}
.about_two dd p{height:auto;font-size:12px;line-height:15px;}

.about_three{margin-bottom:50px;}


.footer_con{min-height:50px;padding:16px 0;}
.kuai{height: auto;}
.foot_lx{width:92%;margin-left:4%;}
.foot_lx img{width: 100%;}
.lx_text{line-height:20px;font-size:13px;}


.zizhi{margin-bottom:20px;padding-top:20px;}
.zizhi1{width:100%;}

.zizhi1 h3{font-size:18px;}
.zizhi_one h3{background-size:100% 100%; }
.zizhi_two h3{background-size:100% 100%;}
.zizhi_three h3{background-size:100% 100%; }
.mr34{margin-right: 0px;}


.yuanjing h3{width: auto;height: 50px;padding: 133px 48px 0;margin-bottom:5px;font-size: 26px;color: #fff;}
.yuanjing p{width: auto;padding: 0 48px 0;line-height: 24px;font-size: 14px;color: #fff;}

.huojiang{margin-bottom:30px;}
.hj_con{width:96%; background-size: auto 100%; padding:10px 2%; }

.hj_con li{padding-bottom:15px;margin-bottom:20px;}

.hj_con li b{ width:100%;line-height: 40px;font-size: 24px;}
.hj_con li .hj_txt1{width:100%;margin-right:0px;margin-bottom: 10px;}
.hj_con li .hj_txt2{width:100%;}

.rongyuzs{margin-bottom:50px;}
.hengde{width:100%;}
.hengde li{width:48%;height:120px;margin:3px 1% 10px 1%;}
.hengde li img{width:100%;height:120px;}
.shude{width: 100%;}
.shude li{width: 48%;height:220px;margin:3px 1% 10px 1%;}
.shude li img{width:100%;height:220px;}


.fazhan{margin-bottom:60px;}
.fazhan p{width:100%;line-height:30px;text-align: left;}
.fazhan img{max-width: 100%;height: auto !important;}


.products_div{width:100%;margin: 0 auto 50px;}
.products_div ul{width:100%;}
.products_div li{width:48%;height:120px;margin: 0 1% 10px 1%;}
.products_div li img{width: 100%;height:120px;}

.products_div li i{height:30px;line-height:30px;font-size: 15px;}

.pages{margin-top: 25px;}

.news_content{width:96%;margin: 0 auto 40px;}
.news_content h1{min-height:30px;line-height:30px;font-size:18px;}
.zhongjian{height:25px;line-height:25px;margin-bottom:15px;}

.news_content_div{line-height: 25px;font-size: 15px;margin-bottom:40px;}
.prev_next{height:auto;line-height:30px;}

.prev_next p{width: 100%;}


.news_div{width:96%;margin: 0 auto 50px;}

.news_lst ul{width:100%;}
.news_lst li{width:98%;height:auto;border:2px solid #e6e6e6;margin: 0 0 12px 1%;}

.news_lst li h3{width:90%;margin:10px 5% 0 5%;font-size: 19px;}
.news_lst li i{margin: 10px 0 0 5%;}
.news_lst li p{width:90%;height: 100px;margin:10px 0 10px 5%;line-height: 20px;}
.news_lst li span{width:90%;margin-left: 5%;margin-bottom: 10px;}


.video_top{width: 100%;height:auto;margin-bottom:25px;padding-bottom: 12px;}
.video_txt{width: 96%;margin: 10px 0 0 2%;}
.video_txt h3{width: 100%;height:35px;line-height:35px;margin-bottom:10px;}
.video_txt span{margin-bottom:10px;}
.video_txt p{height:auto;margin-bottom: 15px;}
.video_txt a{width: 140px;height: auto;margin-bottom: 12px;}
.video_txt img{width: 100%;height: auto;}

.video_img{width: 96%;margin-right: 2%;}
.video_img img{width: 100%;}


.zeren_div{width: 100%;margin-bottom: 100px;}
.zeren_div ul{}
.zeren_div li{width:100%;margin:0 0 10px;}

.zeren_div li .zr_thumb{width:40%;height:120px;}
.zeren_div li .zr_thumb img{width:100%;height:120px;}

.zeren_div li .zr_txt{width:58%;height:116px;padding:0;float: left !important;}

.zeren_div li .zr_txt h3{width:90%;height:28px;line-height:28px;margin-bottom:4px;font-size:15px;margin-left: 5%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.zeren_div li .zr_txt span{margin-bottom:5px;margin-left: 5%;}
.zeren_div li .zr_txt p{width:90%;height:40px;overflow: hidden;margin-left: 5%;line-height: 20px;}
.zeren_div li .zr_txt i{width:90%;height:20px;line-height:20px;margin-top:6px;margin-left: 5%;}
.zeren_div li:hover .zr_txt{border:2px solid #ee7700;padding: 0;}
.zeren_div li b{display: none;}
.zhaopin_bg{width: 96%;margin: 0 auto;overflow-x: scroll;}


.kuai1{height:50px;}
.lx_txt_ditu{margin-bottom: 30px;}
.lx_txt1{width:94%;height:auto;padding: 18px 3% 15px 3%;}

.lx_txt1 h3{width:100%;height:25px;line-height:25px;font-size:19px;margin:0px 0 10px 0;}
.lx_txt1 .lx_con{width:100%;margin: 0 0 0 0;line-height:28px;}

.lx_ditu{width:100%;height:auto;}
/*.lx_ditu img{width:100%;height:auto;}*/
#map{width:100%;height:350px;}


.form_bg{height:auto;background: url(../images/form_bg.jpg) center center no-repeat;margin-bottom:50px;padding-bottom: 15px;}

.form_div{width:96%;margin:10px 0 0 2%;}

.form_div .inp{width:96%;height:40px;margin: 0 0 10px 2%;line-height: 40px;text-indent: 10px;}
.form_div .text{width:92%;height: 120px;margin:0 0 10px 2%;padding:10px 2%;}
.form_div .sub_btn{margin-left: 2%;width:96%;height:40px;line-height:40px;}



.search_top{margin-top:38px;}
.search_div1{width:96%;height:48px;margin: 0 auto 22px;border-radius:24px;}
.search_div1 .inp1{width:85%;height:48px;}
.search_div1 .sea_btn1{width:15%;height:48px;}

.sea_wenzi{width:100%;margin: 0 auto 25px;height:auto;}

.sea_res{width:96%;margin: 0 auto 20px;}
.sea_res li{height:32px;padding:5px 0;}
.sea_res li a,.sea_res li span{height:32px;line-height:32px;font-size: 14px;}
.sea_res li a{width: 70%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.sea_res li span{width: 30%;}

.mb150{margin-bottom:50px;}


}













