@charset "UTF-8";
/* CSS Document */
/*header*/
.header {
    height: 127px;
    background: url("../images/hline.png") center top no-repeat;
    min-width: 1200px;
}

/*logo*/
.header .logo {
    float: left;
    height: 127px;
}

.header .logo a {
    float: left;
    display: list-item;
    line-height: 127px;
    text-align: center;
    height: 127px;
    list-style: none;
}

.header .logo a img {
    vertical-align: middle;
}

/*navigation*/
.nav{
    float: left;
    height: 75px;
}
.nav ul li {
    float: left;
    width: 85px;
    height: 75px;
    text-align: center;
    transition: none;
    position: relative;
    margin-right: 45px;
}
.nav ul li:first-child {
    background: none;
    width: auto;
}
.nav ul li > a {
    display: inline-block;
    font-size: 15px;
    color: #333333;
    text-align: center;
    transition: none;
    height: 35px;
    line-height: 35px;
    padding-top: 20px;
    font-weight:800;
}
.nav ul li:hover > a ,.nav ul li.active > a {
    color: #e40011;
    border-bottom: 3px #e40011 solid;
}
.nav-menu{
    display: none;
    position: absolute;
    top: 75px;
    left: -45px;
    z-index: 99;
    width: 175px;
    transition: none;
    background: #FFFFFF;
    padding: 10px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nav-menu dl{
    transition: none;
}
.nav-menu dl dt{
    width: 100%;
}
.nav-menu dl dt a{
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #666666;
}
.nav-menu dl dt:hover a{
    background: #e9edf0;
}

.header .right-header {
    float: right;
    width: 920px;
}
.language{
    text-align: right;
    height: 52px;
}
.language ul{
    display: inline-block;
    padding-top: 20px;
}
.language ul li{
    float: left;
    height: 12px;
    line-height: 12px;
    border-left: 1px #ebebeb solid;
    padding: 0 15px;
}
.language ul li:first-child{
    border-left: none;
}
.language ul li a{
    color: #999999;
    font-size: 12px;
}
.language ul li.active a{
    color: #e40011;
}
.language ul li.oa a{
    color: #999999!important;
}

.search{
    float: right;
    width: 170px;
    height: 35px;
    background: #f0f0f0;
    border-radius: 35px;
    overflow: hidden;
    margin-top: 20px;
}
.search input{
    float: left;
    width: 130px;
    height: 35px;
    line-height: 35px;
    border: none;
    background: transparent;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search button{
    float: right;
    width: 40px;
    height: 35px;
    background: #e40011 url("../images/s-icon.png") center no-repeat;
    border: none;
    cursor: pointer;
}

@font-face {
    font-family: dincond-medium-webfont;
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff2') format('woff2'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg')
}



/*banner*/
.banner,.banner .flexslider,.banner .slides li  {
    height: 800px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.banner .flexslider {
    overflow: hidden;
    z-index: 0;
    display: block;
}
.banner .slides li {
    z-index: 0;
    display: block;
}
.banner .slides li a {
    display: block;
    height: 100%;
}


.sub-banner {
    height: 400px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sub-title{
    padding-top: 270px;
}
.sub-title span{
    display: inline-block;
    font-size: 60px;
    color: #e40011;
    /*padding-right: 45px;
    background: url("../images/sline.png") right center no-repeat;*/
    font-family: "Microsoft Yahei Light";
    font-weight: 800;
}
.sub-title em{
    font-size: 20px;
    color: #333333;
    position: relative;
    top: -2px;
    display:none;
}


/*图片指示*/
.banner .flex-control-nav{
    display: block;
}
.banner .flex-control-nav{
    position:absolute; bottom: 30px; z-index:2; padding-left:0; width:1100px; left:0;
    right:0; margin:0 auto; text-align:center;
}
.banner .flex-control-nav li{
    display:inline-block; margin: 0 5px; zoom:1; text-align:center;
}
.banner .flex-control-nav a{
    display:inline-block; width:16px; height:2px; cursor:pointer; background: #cccccc; font-size: 0;
}
.banner .flex-control-nav .flex-active{ background: #e40011; width: 16px; height: 2px}
/*左右方向按钮*/
/*
.flex-direction-nav a{
    width:40px; height: 68px; line-height:99em; overflow:hidden;margin:-45px 0 0;display:block;
    background: #cccccc;position:absolute;top:50%;z-index:10;
    cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next{
    right:40px; background: url("../images/right01.png") no-repeat; background-size: 40px 68px;
}
.flex-direction-nav .flex-prev{
    left:40px; background: url("../images/left01.png") no-repeat; background-size: 40px 68px;
}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev{opacity:1;filter:alpha(opacity=100);}
*/

/*index-section*/
.index-section{
    padding: 75px 0 ;
}
.index-title{
    height: 40px;
    margin-bottom: 20px;
}
.index-title h6{
    float: left;
    font-size: 36px;
    font-family: Arial;
    color: #666666;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
}
.index-title h6 span{
    position: relative;
    top: -3px;
    font-size: 24px;
    color: #e40011;
    font-weight: normal;
    display:none;
}
.index-more{
    font-size: 12px;
    color: #4c4c4c;
    padding-left: 20px;
    font-family: Arial;
    text-transform: uppercase;
    background: url("../images/more-icon01.png") left center no-repeat;
    margin-top: 15px;
}
.index-more:hover{
    color: #e40011;
    background: url("../images/more-icon02.png") left center no-repeat;
}

/*-----公司简介--------*/
.index-profile{
    background: #FFFFFF;
}
.about-detail{
    float: left;
    width: 500px;
    font-size: 12px;
    color: #808080;
    line-height: 24px;
}
.about-detail .company-title{
    font-size: 18px;
    color: #4c4c4c;
    margin-bottom: 15px;
    padding-top: 15px;
}
.about-detail .detail{
    height: 120px;
    overflow: hidden;
}
.about-detail .index-more{
    display: inline-block;
    margin-top: 40px;
}
.about-img{
     float: right;
     width: 600px;
     height: 320px;
     overflow: hidden;
 }
.about-img img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.about-img img:hover{
    transform: scale(1.1);
}

/*-----公司简介 end -----*/
/*---------广告位--------*/
.ad-img{
    height: 240px;
}
/*---------广告位 end --------*/
/*-------产品应用-------*/
.index-app{
    background: #f5f5f5;
}
.text{
    width: 550px;
    font-size: 12px;
    line-height: 24px;
    color: #808080;
}
.app-list{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.app-list .list{
    width: 297px;
    height: 520px;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.app-list .list img{
    display: block;
    width: 100%;
    height: 420px;
}
.app-list .list:nth-child(1) .list-info{ background: url("../images/app-icon01.png") 20px 30px no-repeat;}
.app-list .list:nth-child(2) .list-info{ background: url("../images/app-icon02.png") 20px 30px no-repeat;}
.app-list .list:nth-child(3) .list-info{ background: url("../images/app-icon03.png") 20px 30px no-repeat;}
.app-list .list:nth-child(4) .list-info{ background: url("../images/app-icon04.png") 20px 30px no-repeat;}
.list-info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: all 0.5s;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-info .list-title{
    height: 40px;
    background: url("../images/jt.png") right center no-repeat;
    font-size: 12px;
    font-family: Arial;
    color: #999999;
    padding-left: 50px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-info .list-title h6{
    font-size: 16px;
    color: #333333;
}
.list-info ul li{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    color: #faddde;
    margin-bottom: 5px;
    line-height: 20px;
    background: url("../images/dot.png") 6px center no-repeat;
    padding-left: 20px;
}
.app-list .list:hover .list-info{
    height: 244px;
}
.app-list .list:nth-child(1):hover .list-info{ background: #e40011 url("../images/app-icon01.png") 20px 30px no-repeat;}
.app-list .list:nth-child(2):hover .list-info{ background: #e40011 url("../images/app-icon02.png") 20px 30px no-repeat;}
.app-list .list:nth-child(3):hover .list-info{ background: #e40011 url("../images/app-icon03.png") 20px 30px no-repeat;}
.app-list .list:nth-child(4):hover .list-info{ background: #e40011 url("../images/app-icon04.png") 20px 30px no-repeat;}
.app-list .list:hover .list-info *{
    color: #faddde;
}
.app-list .list:hover .list-info .list-title{
    margin-bottom: 10px;
    background: url("../images/jt02.png") right center no-repeat;
}

/*-------产品应用 end -------*/

/*-------新闻中心----------*/
.index-news{
    background: #FFFFFF;
}
.index-news .index-title{
    margin-bottom: 40px;
}
.news-img{
    float: left;
    width: 410px;
}
.news-img ul li{}
.news-img ul li img{
    display: block;
    width: 100%;
    height: 250px;
}
.news-img ul li .news-info{
    padding: 25px;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    background: #f5f5f5;
}
.news-img ul li .news-info h6{
    color: #333333;
}
.news-img .swiper-pagination{
    bottom: 118px;
}
.news-img .swiper-pagination span{
    width: 8px;
    height: 8px;
    border-radius: 0;
    opacity: 0.3;
    margin: 0 3px!important;
}
.news-img .swiper-pagination .swiper-pagination-bullet-active{
    background: #e40011;
    opacity: 1;
}
.index-news .news-list{
    float: right;
    width: 728px;
}
.index-news .news-list ul li{
    float: left;
    width: 345px;
    margin-bottom: 35px;
}
.index-news .news-list ul li:nth-child(2n){
    float: right;
}
.news-list ul li .time{
    float: left;
    color: #4c4c4c;
    font-family: Arial;
    width: 64px;
    height: 100px;
    border: 2px #4c4c4c solid;
    text-align: center;
}
.news-list ul li .time h6{
    font-size: 36px;
    font-weight: bold;
    line-height: 66px;
}
.news-list ul li .time p{
    font-size: 12px;
}
.news-list ul li .news-info{
    float: right;
    width: 260px;
}
.news-list ul li .news-info h6{
    font-size: 16px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 2px #cccccc solid;
    margin-bottom: 10px;
    line-height: 22px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
     overflow: hidden;
     -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-list ul li .news-info p{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.news-list ul li .news-info .icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/dot01.png") center no-repeat;
    margin-top: 15px;
}
.news-list ul li .news-info:hover .icon{
    background: url("../images/dot03.png") center no-repeat;
}
.news-list ul li .news-info:hover h6{
    color: #e40011;
}
/*-------新闻中心 end ----------*/

/*--------友情链接 ----------*/
.index-friends{
    padding: 40px 0;
    min-height: 150px;
    background: url("../images/100476534.jpg") center top repeat-y;
}
.index-friends h2{
    font-size: 24px;
    color: #4c4c4c;
    margin-bottom: 20px;
}
.friends{}
.friends ul li{
    float: left;
    width: 220px;
    height: 76px;
    border: 2px #e6e6e6 solid;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    line-height: 76px;
    text-align: center;
}
.friends ul li:nth-child(5n){
    margin-right: 0;
}
.friends ul li img{
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
}
/*--------友情链接 end ----------*/




/*index-section end*/

/*footer*/
.footer{
    background: #f5f5f5;
}
.footer .foot{
    padding: 75px 0;

}
.f-nav{
    float: left;
    margin-bottom: 10px;
}
.f-nav ul li{
    float: left;
    margin-right: 50px;
    line-height: 30px;
}
.f-nav ul li h6{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.f-nav ul li a{
    font-size: 14px;
    color: #808080;
}
.f-nav ul li a:hover{
    color: #e40011;
}
.f-contact{
    float: left;
    width: 200px;
    line-height: 30px;
}
.f-contact .c-title{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.f-contact ul li{
    font-size: 14px;
    color: #808080;
}
.f-contact ul li>p{
    font-size: 18px;
    color: #e40011;
    font-family: Arial;
}
.share .social-share-icon{
    background: #FFFFFF;
    border: 1px #cccccc solid;
    color: #999;
}
.share .social-share-icon:hover{
    background: #FFFFFF;
    color: #999;
}
.copyright{
    height: 70px;
    line-height: 70px;
    background: #666;
    font-size: 14px;
    color: #cccccc;
}
.copyright p.fl{
    margin-right: 20px;
}
.vx-conde{
    float: right;
    background: #e6e6e6;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vx-conde img{
    display: block;
    width: 96px;
    height: 96px;
    padding: 5px;
    background: #FFFFFF;
}
.vx-conde p{
    padding: 5px 0;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}

.float-box{
    position: fixed;
    right: 180px;
    top: 50%;
    z-index: 9999;
    width: 60px;
    height: 120px;
    border-radius: 3px;
    border: 1px #e40011 solid;
}
.float-box ul li{
    width: 60px;
    height: 60px;
}
.float-box ul li a{
    display: block;
    width: 60px;
    height: 60px;
}
.float-box ul li .m-icon{
    background: url("../images/m-icon.png") center no-repeat;
}
.float-box ul li #backTop{
    background: #e40011 url("../images/top.png") center no-repeat;
}

@media screen and (max-width: 1600px){
    .float-box{
        right: 110px;
    }
}
@media screen and (max-width: 1500px){
    .float-box{
        right: 20px;
    }
}
/*footer end*/

/* sub-section */

/*------- page -------*/
.m-page{
    text-align: left;
    margin-top: 40px;
}
.m-page a{
    display: inline-block;
    width: 40px;
    margin: 0 4px;
    line-height: 40px;
    color: #999999;
    font-size: 14px;
    text-align: center;
    font-family: Arial;
    border: 1px #cccccc solid;
    border-radius: 2px;
}
.m-page a.z-crt{
    color: #FFFFFF;
    background: #e40011;
    border: 1px #e40011 solid;
}
.m-page a.pageprv,.m-page a.pagenxt{
    width: 80px;
    font-size: 14px;
    border: 1px #cccccc solid;
}
.m-page a.pageprv:hover,.m-page a.pagenxt:hover{
    background: #e40011;
    color: #FFFFFF;
    font-size: 14px;
    border: 1px #e40011 solid;
}
/*------- page end -------*/

.sub-section{
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.now-site{
    float: right;
    position: relative;
    top: -40px;
    z-index: 999;
    min-width: 300px;
    height: 40px;
    background: rgba(255,255,255,0.8);
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 10px;
}
.now-site p{
    display: inline-block;
    padding-left: 20px;
    background: url("../images/home.png") left center no-repeat;
    font-size: 12px;
    color: #999999;
    line-height: 40px;
}
.now-site a{
    display: inline-block;
    padding-left: 10px;
    background: url("../images/jt-right.png") left center no-repeat;
    margin-right: 5px;
}
.now-site a:first-child{
    background: none;
    padding-left: 0;
}
.sub-nav{
    padding-top: 40px;
}
.sub-nav ul li{
    float: left;
    /* width: 150px; */
    margin-right: 4px;
}
.sub-nav ul li a{
    display: block;
    /* width: 150px; */
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    background: #f0f0f0;
}
.sub-nav ul li.active a{
    background: #e40011;
    color: #FFFFFF;
}
.content{
    padding: 70px 0 30px;
}
/* 新闻资讯 */
.sub-news{}
.sub-news ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sub-news ul li{
    width: 380px;
    margin-bottom: 30px;
}
.sub-news ul li img{
    display: block;
    width: 100%;
    height: 250px;
}
.sub-news ul li .news-info{
    padding: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    background: #f5f5f5;
}
.sub-news ul li .news-info h6{
    color: #333333;
}
.sub-news ul li:hover .news-info h6{
    color: #e40011;
}
.sub-section .news-list{
    margin-top: 30px;
}
.sub-section .news-list ul li{
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.sub-section .news-list ul li:nth-child(3n){
    margin-right: 0;
}
/* 新闻资讯 end */

/* 企业简介 */
.profile{}
.profile .profile-detail{}
.profile .profile-detail h6{
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.pline{
    height: 2px;
    background: #e6e6e6;
    margin: 40px 0;
}
/* 企业简介 end */


/* 资质荣誉 */
.honor{
    margin-bottom: 50px;
}
.honor .honor-title{
    font-size:  20px;
    color: #333333;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
}
.honor .honor-title:after{
    display: block;
    content: '';
    width: 25px;
    height: 2px;
    background: #e40011;
    margin: 5px auto;
}
.honor-list{
}

.honor-img{
    width: 100%;
    height: 430px;
    overflow: hidden;
    position: relative;
}
.honor-img ul{
    position: absolute;
}
.honor-img ul li{
    float: left;
    width: 286px;
    margin-right: 18px;
    margin-bottom: 10px;
    margin-top: 0!important;
}
.honor-img ul li:nth-child(4n){
    margin-right: 0;
}
.honor-img ul li .h-img{
    width: 286px;
    height: 174px;
    line-height: 174px;
    position: relative;
    overflow: hidden;
    border: 2px #ececec solid;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.honor-img ul li .h-img img{
    /*display: block;*/
    max-width: 286px;
    max-height: 174px;
    vertical-align: middle;
}
.honor-img ul li p{
    line-height: 36px;
    font-size: 14px;
    color: #999999;
}
.honor-img ul li .h-img .shade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(228,0,17,0.4) url("../images/look.png") center no-repeat;
    transition: all 0.5s;
    transform: scale(0);
    border: 3px #e40011 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.honor-img ul li:hover .h-img{
    border: 2px transparent solid;
}
.honor-img ul li:hover .h-img .shade{
    transform: scale(1);
}
.honor-img ul li:hover p{
    color: #e40011;
}
.honor-list .h-page{
    margin-top: 30px;
}
.honor-list .h-page ul li{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0;
    border: 1px #dddddd solid;
    background: transparent;
    opacity: 1;
    margin-right: 10px;
    cursor: pointer;
}
.honor-list .h-page ul li.active{
    border: 1px #e40011 solid;
    background: #e40011;
    color: #FFFFFF;
}

/* 资质荣誉 end */

/* 发展历程 */
.develop{}
.develop-list{
    margin-top: 20px;
    background: url("../images/dpline.jpg") 9px top repeat-y;
    padding-top: 20px;
}
.develop-list ul li{
    background: url("../images/point-red.png") left top no-repeat;
    padding-left: 33px;
    margin-bottom: 40px;
}
.develop-list ul li .time{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.develop-list ul li img{
    float: left;
    display: block;
    width: 245px;
    height: 146px;
}
.develop-list ul li .dp-info{
    float: right;
    width: 900px;
}
.develop-list ul li .dp-info .omit{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.develop-list ul li .dp-info .detail{
    height: 120px;
    overflow: hidden;
    color: #666666;
}
/* 发展历程 end */

/* 管理团队 */
.team{}
.team ul li{
    padding: 40px 0;
    border-bottom: 1px #dddddd solid;
}
.team ul li img{
    float: left;
    display: block;
    width: 180px;
    height: 240px;
}
.team ul li .team-info{
    float: right;
    width: 960px;
    height: 240px;
    color: #999999;
}
.team ul li .team-info h6{
    font-size: 20px;
    color: #333333;
}
.team ul li .team-info span{
    font-size: 16px;
    display: block;
    margin: 15px 0 25px;
}
.team ul li .team-info p{
    font-size: 14px;
    height: 120px;
    overflow: hidden;
}
/* 管理团队 end */

/* 领导寄语 */
.leader{}
.leader-word{
    float: left;
    width: 800px;
}
.leader-img{
    float: right;
    width: 320px;
}
/* 领导寄语 end */

/* 人才理念 */
.idea{}
.idea .idea-img{
    float: left;
    width: 590px;
}
.idea .idea-info{
    float: right;
    width: 550px;
    min-height: 400px;
    padding-left: 40px;
    background: #d7eaf5 url("../images/idea-bg.jpg") right bottom no-repeat;
}
.idea-info .info{
    border-top: 4px #abcbe3 solid;
    padding-top: 50px;
}
.idea-info .info h2{
    font-size: 36px;
    font-family: Arial;
    text-transform: uppercase;
    color: #e40011;
    margin-bottom: 20px;
}
.idea-info .info h6{
    font-size: 18px;
    color: #e40011;
}
.idea-info .info h6:after{
    display: block;
    content: '';
    width: 10px;
    height: 1px;
    background: #e40011;
    margin: 30px 0;
}
/* 人才理念 end */

/* 人才招聘 */

.recruit{
    margin-top: 20px;
}
.recruit ul li{
    margin-bottom: 15px;
    background: #f5f5f5;
}
.recruit-title{
    line-height: 75px;
}
.recruit-title .job{

}
.job-title{
    width: 100%;
    cursor: pointer;
}
.job-title dl{
    display: block;
    height: 75px;
    padding: 0 30px;
    background: url("../images/jiantou01.png") 97% center no-repeat;
}
.job-title dl.active{
    background: url("../images/jiantou02.png") 97% center no-repeat;
}
.job-title dl dt{
    display: inline-block;
    font-size: 13px;
    color: #999;
    line-height: 47px;
    margin-right: 30px;
}

.job-title dl dt em{
    display: inline-block;
    width: 100px;
    font-size: 16px;
    color: #333;
}
.job-info{
    display: none;
    transition: none;
    font-size: 13px;
    line-height: 22px;
    padding: 20px 30px;
    color: #999999;
    position: relative;
}
.job-info h5{
    font-size: 16px;
    color: #454545;
    margin-bottom: 10px;
}
.job-info .info{
    margin-bottom: 20px;
}
.job-info .look-info{
    float: right;
    display: block;
    line-height: 34px;
    padding: 0 20px;
    border: 1px #e40011 solid;
    border-radius: 34px;
    color: #e40011;
}

/* 人才招聘 end*/

/* 联系方式 */
.contact{
    position: relative;
    height: 503px;
}
.contact .contact-map{
    width: 863px;
}
.contact .contact-map img{
    display: block;
    width: 100%;
    height: 503px;
}
.contact .contact-ways{
    width: 355px;
    min-height: 503px;
    background: url("../images/c-bg.png") left top no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 25px 30px 0 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-ways{}
.contact-ways h6{
    font-size: 16px;
    color: #333333;
    padding: 15px 0;
}
.contact-ways ul li{
    padding-left: 26px;
    line-height: 26px;
}
.contact-ways ul li.icon04{ background: url("../images/cicon01.png") left center no-repeat;}
.contact-ways ul li.icon05{ background: url("../images/cicon02.png") left center no-repeat;}
.contact-ways ul li.icon01{ background: url("../images/cicon03.png") left center no-repeat;}
.contact-ways ul li.icon02{ background: url("../images/cicon04.png") left center no-repeat;}
.contact-ways ul li.icon03{ background: url("../images/cicon05.png") left center no-repeat;}
/* 联系方式 end */

/* 地图导航 */
.map{
    height: 350px;
    overflow: hidden;
}
/* 地图导航 end */
/* 咨询留言 */
.message{}
.message ul{
    margin-right: 50px;
}
.message ul li{
    height: 50px;
    margin-bottom: 10px;
}
.message ul li p{
    float: left;
    width: 56px;
    line-height: 50px;
}
.message ul li input{
    float: left;
    width: 400px;
    height: 50px;
    line-height: 50px;
    border: 1px #e6e6e6 solid;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.message ul li textarea{
    float: left;
    width: 500px;
    height: 230px;
    line-height: 24px;
    border: 1px #e6e6e6 solid;
    padding: 12px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.message ul li button{
    float: right;
    width: 180px;
    height: 50px;
    background: #e40011;
    border-radius: 10px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 20px;
    border: none;
}
/* 咨询留言 end */

/* 研发与应用 */
.research{}
.research-img{}
.research-img ul li{
    float: left;
    width: 575px;
    margin-bottom: 20px;
}
.research-img ul li:nth-child(2n){
    float: right;
}
.research-img ul li img{
    float: left;
    display: block;
    width: 260px;
    height: 160px;
}
.research-img ul li .rimg-info{
    float: right;
    width: 290px;
    font-size: 14px;
    color: #666666;
}
.research-img ul li span{
    display: block;
    font-size: 12px;
    color: #999;
    margin: 10px 0;
}
.research-img ul li h6{
    font-size: 17px;
    color: #333;
}
.research-img ul li p{
    height: 72px;
    overflow: hidden;
}

.research-list{
    margin-top: 10px;
}
.research-list ul li{
    float: left;
    width: 575px;
    padding: 15px 0;
    line-height: 24px;
    border-bottom: 1px #dddddd dashed;
}
.research-list ul li:nth-child(2n){
    float: right;
}
.research-list ul li a{
    display: inline-block;
    width: 440px;
}
.research-list ul li span{
    float: right;
    font-size: 12px;
    color: #999999;
}
/* 研发与应用 end */

/* 文化理念 */

.culture-idea{
    background: url('../images/culture-bg.jpg') bottom center no-repeat;
    padding-top: 90px;
}
.culture-idea .detail{
    width: 900px;
    padding-right: 300px;
    background: url("../images/concept.png") right top no-repeat;
    padding-bottom: 250px;
}

/* 文化理念 end */

/* ehs */
.ehs{}
.ehs .ehs-img{
    float: left;
    width: 480px;
}
.ehs .ehs-info{
    float: right;
    width: 650px;
}
/* ehs end */

/* 企业价值观 */
.price{}
.price .price-img{
    float: left;
    width: 650px;
}
.price .price-info{
    float: right;
    width: 470px;
}
.price-info .title{
    padding: 20px 0 40px;
}
.price-info .title h6{
    font-size: 30px;
    color: #e40011;
    text-transform: uppercase;
}
.price-info .title h6:after{
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    background: #e40011;
    margin-top: 25px;
}
/* 企业价值观 end */
/* 产品与市场 */
.product{
    float: left;
    width: 820px;
}
.product-img{
    height: 300px;
    background: #f5f5f5;
}
.product-img ul li{
    line-height: 300px;
    text-align: center;
}
.product-img ul li img{
    max-width: 96%;
    max-height: 96%;
    vertical-align: middle;
}
.product-img .swiper-button-prev{
    left: 25px;
    width: 48px;
    height: 48px;
    background: url("../images/p-left01.png") center no-repeat;
}
.product-img .swiper-button-next{
    right: 25px;
    width: 48px;
    height: 48px;
    background: url("../images/p-right01.png") center no-repeat;
}
.info-list{ margin: 30px 0;}
.info-list ul li{
    padding: 14px 0 14px 12px;
    line-height: 24px;
    border-bottom: 1px #e6e6e6 solid;
    background: url("../images/dot02.png") left 24px no-repeat;
}

.download-group{
    margin-top: 30px;
}
.download-group .download{
    display: block;
    width: 100%;
    height: 70px;line-height: 70px;
    background: #f0f0f0 url("../images/download01.png") 40px center no-repeat;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.download-group .download:hover{
    color: #e40011;
    background: #f0f0f0 url("../images/download02.png") 40px center no-repeat;
}

.product-kinds{
    float: right;
    width: 300px;
    background: #f5f5f5;
}
.product-kinds ul li{
    height: 70px;
}
.product-kinds ul li a{
    display: block;
    line-height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 35px;
    border-bottom: 1px #e6e6e6 solid;
}
.product-kinds ul li.active a{
    border-left: 5px #e40011 solid;
    background: #e6e6e6;
    color: #e40011;
}
/* 产品与市场 end */
/* sub-section  end*/



.ss{overflow:hidden;}
.ss ul li{width:90%; float:left; line-height:30px;}

.nr{line-height:30px;}

.company{}
.company .title{
    font-size: 45px;
    color: #333333;
    line-height: 50px;
    margin-bottom: 20px;
}
/* sub-section  end*/

.apply-table{
    width: 1040px;
    margin: 0 auto;
}
.apply-table .apply-title{
    text-align: center;
    font-size: 36px;
    color: #414141;
    line-height: 56px;
    margin-bottom: 20px;
}
.apply-table .post{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 30px;
    line-height: 30px;
}
.apply-table .post input{
    height: 30px;
    line-height: 30px;
    /*border: 1px #e1e1e1 solid;*/
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.table-info{
    border: 2px #6d6d6d solid;
    min-height: 500px;
    margin-top: 10px;
}
.table-info table{
    width: 100%;
}
.table-info table tr{
    height: 40px;
    line-height: 40px;
}
.table-info table tr td{
    border: 1px #d0d0d0 solid;
    text-align: center;
}
.table-info input,.table-info select{
    width: 100%;
    height: 30px;
    line-height: 30px;
    /*border: 1px #e1e1e1 solid;*/
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}
.table-info select{
    width: 100px;
    margin: 0 auto;
    padding-left: 35px;
}
.table-info select.sex{
    padding-left: 40px;
}
.table-info tr td.rel{
    width: 200px;
    height: 248px;
}
.table-info tr td input#p-upload{
    opacity: 0;
    position: relative;
    z-index: 9;
    width: 200px;
    height: 248px;
    cursor: pointer;
}
.table-info tr td img#p-img{
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 0;
    width: 170px;
    height: 238px;
    margin: 0 auto;
}
.table-info tr td img#p-img[src=""]{
    opacity: 0;
}

.table-info .st{
    font-size: 16px;
    color: #333;
}
.info-text{
    padding: 10px 34px;
}
.info-text textarea{
    width: 100%;
    height: 80px;
    line-height: 20px;
    /*border: 1px #e1e1e1 solid;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    border: none;
}
.submit-btn{
    padding: 30px 0;
}
.submit-btn button{
    display: block;
    width: 150px;
    height: 50px;
    background: #e40011;
    color: #FFFFFF;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}


.skill{
    padding: 0 20px;
}
.skill ul li{
    float: left;
    margin-right: 20px;
}
.skill ul li input[type=radio]{
    width: 14px;
    height: 14px;
    border-radius: 0;
    position: relative;
    top: 3px;
}


































