@charset "UTF-8";
/* CSS Document */

/*header*/
.header {
    display: block;
    height: 89px;
    z-index: 99;
    background: #ffffff;
}

/*logo*/
.header .logo {
    float: left;
    height: 51px;
    padding-top: 19px;
}

.header .logo a {
    float: left;
    display: list-item;
    line-height: 51px;
    text-align: center;
    height: 51px;
    list-style: none;
}

.header .logo a img {
    vertical-align: middle;
}

/*navigation*/

.navigation {
    float: right;
}

.navigation .nav {
    height: 40px;
    padding-top: 30px;
}

.nav ul {}

.nav ul li {
    float: left;
    width: 133px;
    height: 40px;
    position: relative;
    text-align: center;
    transition: none;
    background: url("../images/li-bg.png") left no-repeat;
}


.nav ul li.on a{color: #2e3092; font-weight: bold;}

.nav ul li:first-child{
    background: none;
}
.nav ul li > a {
    display: inline-block;
    font-size: 12px;
    color: #797979;
    text-align: center;
    line-height: 20px;
    transition: none;
}

.nav ul li:hover,.nav ul li.active{

}

.nav ul li:hover > a,.nav ul li.active > a {
    color: #2e3092;
    font-weight: bold;
}

.sec-menu{
    padding: 19px 0 0;
    position: absolute;
    top: 40px;
    z-index: 99;
    width: 100%;
    display: none;
    transition: none;
}
.sec-menu dl{
    width: 100%;
    padding: 10px 0;
    background: #e4e4e4;
}
.sec-menu dl dt{
    width: 100%;
}
.sec-menu dl dt a{
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: #333333;
}
.sec-menu dl dt:hover a{
    background: #0215ba;
    color: #ffffff;
}
/*banner*/
.banner {
    height: 595px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner .flexslider {
    height: 595px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: block;
}

.banner .slides li{
    height: 595px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: block;
}

.banner .slides li a {
    display: block;
    height: 100%;
}

.sub-banner{
    height: 525px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sub-banner li{
    height: 525px;
}


/*图片指示*/
.banner .flex-control-nav{
    position:absolute; bottom:18px; z-index:2; padding-left:0; width:1100px; left:0;
    right:0; margin:0 auto; text-align:center;
}
.banner .flex-control-nav li{
    display:none; margin: 0 8px; zoom:1; text-align:center;
}
.banner .flex-control-nav a{
    display:none; width:20px; height:4px; cursor:pointer; background: #e0d9d4;
}
.banner .flex-control-nav .flex-active{ background: #ffffff; width: 40px; height: 4px}
/*左右方向按钮*/
.flex-direction-nav a{
    width:40px; height:70px; 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:0; background: url("../images/toright.png") no-repeat; background-size: 40px 70px;
}
.flex-direction-nav .flex-prev{
    left:0; background: url("../images/toleft.png") no-repeat; background-size: 40px 70px;
}
.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:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=100);}

.index-section{
    border: 1px #e3e3e3 solid;
    background: #f4f4f4;
    padding: 15px;
    margin-top: 15px;
    min-height: 170px;
}

.index-about{
    float: left;
    width: 355px;
    border-right: 1px #e3e3e3 dashed;
    padding-right: 25px;
}
.title{
    padding-left: 20px;
    background: url("../images/iTitle-bg.png") left center no-repeat;
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}
.index-about .article{
    font-size: 12px;
    line-height: 20px;
    color: #6c6c6c;
}
.index-about .article img{
    display: block;
    float: left;
    margin-right: 12px;
    width: 92px;
    height: 68px;
    padding: 2px;
    border: 1px #d0d0d0 solid;
}
.index-about .article b{
    display: block;
    font-size: 14px;
    color: #2e3092;
    line-height: 24px;
    margin-bottom: 14px;
}
.index-about .article a{
    color: #2e3092;
}

.index-product{
    float: left;
    width: 548px;
    padding: 0 25px;

}
.iProduct{}
.iProduct .runImg {
    width: 548px;
    position: relative;
}

.iProduct .runImg .run{
    width: 100% !important;
    height: 127px ;
    position: relative;
    overflow: hidden;
}

.iProduct .runImg .run ul {
    position: absolute;
    left: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.iProduct .runImg .run ul li {
    float: left;
    width: 173px;
    height: 127px;
    text-align: center;
    margin-right: 12px;
}

.iProduct .runImg .run ul li a {
    display: block;
}

.iProduct .product-img{
    width: 173px;
    height: 127px;
    overflow: hidden;
    position: relative;
}
.iProduct .product-img img{
    width: 173px;
    height: 127px;
}
.product-img .modal{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 173px;
    height: 127px;
    background: rgba(0,0,0,.6);  /*支持rgba的浏览器*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
.iProduct .runImg .run ul li:hover .modal{
    display: block;
}

.iProduct .runImg .run ul li p{
    display: inline-block;
    padding: 50px 20px 0;
    line-height: 33px;
    color: #ffffff;
    text-align: center;
    border-radius: 16px;
    font-size: 12px;
}

.index-contact{
    float: left;
    padding-left: 25px;
    display: block;
    width: 160px;
    border-left: 1px #e3e3e3 dashed;
}
.index-contact .index-map{
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}

/*footer*/
.footer{
    background: #f4f4f4;
    margin-top: 15px;
    padding: 15px 0;
}
.footer .foot{
    font-size: 12px;
    color: #2e3092;
    line-height: 20px;
    text-align: center;
}
/*footer end*/
.section{
    padding: 20px 0;
}

/*  left-part  */
.left-part{
    float: left;
    width: 228px;
}

.left-title{
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    background: linear-gradient(#eeeeee,#ffffff);
    background: -webkit-linear-gradient(#eeeeee,#ffffff);
    background: -moz-linear-gradient(#eeeeee,#ffffff);
    background: -ms-linear-gradient(#eeeeee,#ffffff);
}
.left-title span{
    font-size: 12px;
    color: #8d8d8d;
}
.sec-nav{
    border: 1px #efefef solid;
    border-top: 3px #2d2f91 solid;
}
.sec-nav ul{
    margin-left: -1px;
}
.sec-nav ul li{
    border-bottom: 1px #efefef solid;
}
.sec-nav ul li:first-child{
    border-top: 1px #efefef solid;
}
.sec-nav ul li>a{
    display: block;
    width: 195px;
    height: 42px;
    font-size: 14px;
    color: #2a2a2a;
    line-height: 42px;
    background: url("../images/to02.png") 203px center no-repeat;
    padding-left: 33px;
}
.sec-nav ul li:hover>a,.sec-nav ul li.active>a{
    color: #ffffff;
    background: #0215ba url("../images/to01.png") 203px center no-repeat;
}
.third-menu{
    display: none;
    transition: none;
}
.third-menu dl dt a{
    display: block;
    padding-left: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #2a2a2a;
}













.left-contact{
    border: 1px #efefef solid;
    border-top: 3px #2d2f91 solid;
}
.left-contact .c-list{
    padding: 12px;
}
.left-contact .c-list ul li{
    padding-left: 27px;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: Arial;
}
.left-contact .c-list ul li.icon01{
    background: url("../images/c-icon01.png") left 3px no-repeat;
}
.left-contact .c-list ul li.icon02{
    background: url("../images/c-icon02.png") left 3px no-repeat;
}
.left-contact .c-list ul li.icon03{
    background: url("../images/c-icon03.png") left 3px no-repeat;
}
.left-contact .c-list ul li.icon04{
    background: url("../images/c-icon04.png") left 3px no-repeat;
}
/*  left-part end  */

/*  right-part  */
.right-part{
    float: right;
    width: 957px;
    border: 1px #efefef solid;
    padding-bottom: 20px;
}
.location{
    height: 32px;
    line-height: 32px;
    border-bottom: 1px #efefef solid;
    padding: 0 15px;
}
.location h6{
    float: left;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}
.location p{
    float: right;
    font-size: 12px;
    color: #868686;
}
/*  right-part  end*/

.content{
    padding: 30px 25px;
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    margin-bottom: 30px;
}
/*公司简介*/
.company-intro{}
.intro-title{
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}
.intro-title h6{
    font-size: 30px;
    line-height: 36px;
}
.intro-title span{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #868686;
    background: url("../images/line.png") center no-repeat;
}
/*公司简介 end*/
/*product*/
.product{}
.product ul li{
    height: 187px;
    margin-top: 20px;
    padding-bottom: 30px;
}
.product ul li .product-img{
    float: left;
    width: 254px;
    height: 187px;
}
.product ul li .product-img img{
    width: 254px;
    height: 187px;
}
.product ul li .img-info{
    float: right;
    width: 625px;
    height: 187px;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
    color: #3d3d3d;
    position: relative;
}
.img-info h6{
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.img-info span{
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.img-info p{
    width: 500px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.img-info .detail{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 104px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #0215ba;
}
.page{ text-align: center;}
.page ul{  display: inline-block;}
.page ul li{ float: left; margin: 0 2px;}
.page ul li a{
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    background: #ebebeb;
}
.page ul li.active a{
    color: #ffffff;
    background: #0215ba;
}
/*product end*/
/*联系我们*/
.contact{}
.contact .map{
    width: 907px;
    height: 400px;
}
.contact .map img{
    width: 907px;
    height: 400px;
}
.contact .contact-list{
    padding: 20px 15px;
    background: #f2f2f2;
    margin-top: 20px;
}
.contact .contact-list ul li{
    float: left;
    font-size: 12px;
    color: #333333;
    margin-left: 10px;
}
.contact .contact-list ul li b{
    color: #0215ba;
}
/*联系我们 end*/
/*资料下载*/
.data{}
.data ul li{
    float: left;
    width: 425px;
    height: 45px;
    border-bottom: 1px #e3e3e3 dashed;
    background: url("../images/point01.jpg") left center no-repeat;
    padding-left: 10px;
}
.data ul li:hover{
    background: url("../images/point02.png") left center no-repeat;
}
.data ul li a{
    display: block;
    width: 425px;
    height: 45px;
    line-height: 45px;
    background: url("../images/download01.png") right center no-repeat;
}
.data ul li:hover a{
    background: url("../images/download02.png") right center no-repeat;
}
.data ul li a p{
    width: 390px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*资料下载 end*/
/*企业荣誉*/
.honor{
    width: 907px;
    overflow: hidden;
}
.honor ul{
    width: 940px;
}
.honor ul li{
    float: left;
    width: 283px;
    padding: 4px;
    height: 440px;
    border: 1px #e3e3e3 solid;
    margin-right: 18px;
    margin-bottom: 18px;
}
.honor ul li img{
    width: 283px;
    height: 387px;
    display: block;
}
.honor ul li p{
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: #303030;
}
.honor ul li:hover p{
    color: #0215ba;
    font-weight: bold;
}
/*企业荣誉 end*/





/*分页*/
.m-page{text-align:center;padding:30px 0; font-size:12px;}
.m-page a{display:inline-block;border:solid 1px #ddd;padding:2px 8px;color:#B31114;margin-left:-1px; margin:0 5px;}
.m-page a.first{border-radius:3px 0 0 3px; background-color:#9c9c9c; color:#FFF;}
.m-page a.last{border-radius:0 3px 3px 0; background-color:#9c9c9c; color:#FFF;}
.m-page a.z-crt{background:#bc0101;color:#fff;border:solid 1px #bc0101;}


.detail-page{line-height:30px; margin-top:30px; font-size:12px;}
.detail-page a{color:#666; font-size:12px;}


.about-info{line-height:30px; padding:30px 0;}

/* 2021.4.16 胡召聘新增新闻中心样式 */




.content .sub-news li{ border: 0; border-bottom: 1px solid #d5d5d5; margin: 0; padding: 26px 0 26px 80px; min-height: 25px; }
.content .sub-news li dl{ top: 21px; }



.sub-news{ margin: 80px 0; border-top: 1px solid #d5d5d5; }
.sub-news li{ padding: 30px 0 30px 80px ; position: relative; border-bottom: 1px solid #d5d5d5; }
.sub-news li dl{ position: absolute; left: 0; top: 28px; width: 60px; text-align: center; font-family: arial; line-height: 1;  color: #fff;    height: 39px;
    background-color: #0215ba;}
.sub-news li dt{ font-size: 24px;  }
.sub-news li .text{ line-height: 20px;}
.sub-news li .name{ font-weight: bold; font-size: 16px; color: #333;  }
.sub-news li .ttov{ color: #999; margin-top: 5px; }

.sub-news li:hover dl,
.sub-news li:hover .name{  color: #0215ba; }

























