@charset "utf-8";

/* CSS 预处理 */

body,
div,
address,
blockquote,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
table,
caption,
th,
td,
form,
legend,
fieldset,
input,
button,
select,
textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

ol,
ul,
li {
    list-style: none
}

img {
    border: 0 !important;
    margin: 0;
    padding: 0
}

body {
    text-align: left;
    font-size: 12px
}

a,
em {
    text-decoration: none;
    font-style: normal;
    cursor: pointer;
    color: #333;
    padding: 0;
    margin: 0;
}


/*公共头部*/


/*幻灯片开始*/

.banner-box {
    min-width: 1210px;
    height: 855px;
    position: relative;
}

.banner-box .bd {
    width: 100% !important;
}

.banner-box .bd li {
    width: 100% !important;
    height: 855px;
    background: #fff !important;
}

.banner-box .bd li a {
    display: block;
    background-size: auto;
}

.banner-btn {
    width: 1210px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -605px;
}

.banner-btn a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: 300px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.2;
}

.banner-btn a.prev {
    left: -100px;
    background: url(../img/foot.png) no-repeat 0 0;
}

.banner-btn a.next {
    right: -100px;
    background: url(../img/foot.png) no-repeat -49px 0;
}

.banner-box .hd {
    position: absolute;
    top: 623px;
    left: 537px;
}

.banner-box .hd ul li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-indent: -9999px;
    margin-right: 20px;
    background: #D71B1C;
    float: left;
    cursor: pointer;
}

.banner-box .hd ul li.on {
    background: #FF7200;
}


/* nav开始 */

.nar {
    position: absolute;
    background: url(../img/nav_b.png) no-repeat center center;
    width: 100%;
    height: 268px;
    top: 0;
    left: 0;
    z-index: 10000;
}

.nar .nav_cont {
    width: 1249px;
    margin: 0 auto;
    margin-top: 73px;
}
.logo{width: 180px;margin: 0 auto;position: relative;}
.logo img{position: absolute;top: 0;left: 10px;}
.nav_cont ul li {
    text-align: center;
    float: left;
    
}

.nav_cont ul li a {
    display: block;
    width: 126px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14.75px;
    margin: 0 auto;
}

.nav_cont ul li a:hover {
    background: url(../img/nar_a_b.png) no-repeat -12px center;
    color: #010101;
    display: block;
    width: 126px;
    height: 37px;
}

.t_bar {
    width: 100%;
    background: #D5191A;
    height: 72px;
    position: absolute;
    bottom: -15px;
}

.t_bars {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    height: 60px;
    margin-top: 6px;
}
/*二级菜单*/
.nav_cont ul li ul{
    /*background: #000;*/
    width: 126px;
    height: 200px;
    display:none;
}
.nav_cont ul li ul li a{
    text-align:center;
    background: url(../img/nar_a_b.png)no-repeat -12px center;
    color:#000;
}
.nav_cont ul li ul li a:hover{
    text-align:center;
    background: url(../img/hover.png)no-repeat -12px center;
}
/*小导航*/

.nav {
    position: absolute;
    width: 100%;
    background: url('../img/nav1_b.png') no-repeat center center;
    height: 375px;
    top: 733px;
    left: 0;
    z-index: 999;
}

.nav ul {
    padding-top: 60px;
    width: 1200px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    position: relative;
}
.nav_tt{position: absolute;top: 125px;left: 170px;font-size: 14px;color: #fff;}
.nav_tt1{position: absolute;top: 125px;left: 107px;font-size: 14px;color: #fff;}
.nav ul li a {
    color: #fff;
    font-size: 16px;
    margin-right: 33px;
    margin-left: 33px;
}
.lanmu_img img:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    transition: all 0.8s ease-in-out;
}

/*主页背景*/

.main {
    margin-top: 10px;
    background: url('../img/home_b.png') no-repeat center center;
    width: 100%;
    position: relative;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.about {
    padding-top: 226px;
    width: 100%;
}

.about .about_l {
    float: left;
    width: 792px;
    overflow: hidden;
    height: 395px;
}

.about .about_r {
    float: left;
    background: url(../img/a_b.png) no-repeat center center;
    width: 408px;
    height: 395px;
}

.about_r h1 {
    color: #F60002;
    font-size: 16px;
    margin-top: 37px;
    margin-left: 100px;
}

.about_r p {
    margin-top: 55px;
    margin-left: 25px;
    margin-right: 21px;
    color: #A6A6A6;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}

.about_r p a {
    color: #ED1000;
    font-size: 14px;
}


/*作品展示*/

.p_show {
    margin-top: 19px;
}

.p_show .p_top {
    background: url(../img/p_b.png) no-repeat center center;
    height: 93px;
    width: 100%;
}

.p_top a {
    color: #FFFFFF;
    font-size: 12px;
    float: right;
    padding-top: 60px;
    padding-right: 17px;
}

.p_main {
    background: #000000;
}

.p_main ul li {
    float: left;
    padding: 6px 6px 6px 6px;
    background: #000;
}

.p_main ul li .p_img {
    position: relative;
}

.p_main ul li .p_img .b_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 392px;
    width: 288px;
    background: url(../img/p_h.png);
    display: none;
    /*text-align:center;*/
}

.p_main ul li .p_img img {
    width: 288px;
   
    float: left;
}

.p_img span {
    padding-left: 108px;
}

.p_img span a {
    padding-top: 218px;
    color: #FFC1C1;
    font-size: 16px;
    display: inline-block;
    text-align:center;
}


/*新闻中心*/

.new_main {
    padding-left: 15px;
    border-left:6px solid #d5191a;
    border-right:8px solid #d5191a;
    border-bottom:6px solid #d5191a;
    background: #fff; 
}

.new_main .news {
    padding-top: 18px;
    margin-bottom: 20px;
}

.news .news_l {
    float: left;
}

.news .news_l img {
    height: 82px;
    width: 185px;
}

.news .news_r {
    float: left;
    width: 955px;
    margin-left: 20px;
}

.news_r .news_rt {
    margin-top: 3px;
    border-bottom: 1px solid #BABABA;
    padding-bottom: 10px;
}

.news_r .news_rt .span1 a {
    color: #030303;
    font-size: 14px;
    font-weight: bold;
}
.news_r .news_rt .span1 a:hover{
    color:#D51B1C;
}
.news_r .news_rt .span2 {
    color: #858585;
    font-size: 12px;
    float: right;
}

.news_r .news_rm {
    padding-top: 10px;
}

.news_r .news_rm p {
    color: #6A6A6A;
    font-size: 14px;
}

.new_center {
    margin-top: 45px;

    height: 455px;
    width: 100%;
}

.new_top a {
    float: right;
    color: #FFFFFF;
    font-size: 12px;
    padding-top: 35px;
    padding-right: 15px;
}


/*关与我们*/

.conn {
    background: url(../img/fb.png) no-repeat center center;
    width: 100%;
    height: 52px;
}
.con_n{width: 1200px;margin: 0 auto;}
.lxwm{float: left;width: 200px;font-size: 16px;}
.lxwm span{color: #d5191a;font-size: 12px;padding-left: 10px;}
.zxyd{float: right;width: 697px;font-size: 16px;}
.zxyd span{color: #d5191a;font-size: 12px;padding-left: 10px;}


.f_content {
    width: 1200px;
    margin: 0 auto;
}

.f_content .f_cl {
    float: left;
    padding-top: 32px;
}

.f_content .f_cl p {
    color: #370102;
    font-size: 14px;
    line-height: 29px;
}

.f_content .f_cr {
    float: right;
    height: 145px;
    width: 697px;
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 14px;
}

.f_cr input {
    border: 0;
    background: #D5191A;
    height: 30px;
    padding-left: 5px;
    color: #fff;
}

.f_cr .name {
    background: #D5191A;
    float: left;
    width: 301px;
    height: 40px;
    margin-bottom: 15px;
    line-height: 40px;
    padding-left: 12px;
}

.f_cr .tel {
    background: #D5191A;
    float: right;
    height: 40px;
    width: 368px;
    margin-bottom: 15px;
    line-height: 40px;
    padding-left: 10px;
}

.f_cr .tarea {
    background: #D5191A;
    width: 568px;
    height: 75px;
    float: left;
    padding-left: 12px;
    padding-top: 15px;
}

.f_cr .tarea textarea {
    background: #D5191A;
    border: 0;
    resize: none;
    height: 70px;
    margin-left: 3px;
    width: 500px;
    padding-left: 5px;
    color: #fff;
}

.f_cr .submit {
    float: right;
    width: 109px;
    height: 90px;
}

.f_cr .submit input {
    width: 109px;
    height: 90px;
    font-size: 18px;
    color: #FFFFFF;
}


/*二级页面*/

.abouts {
    background: url(../img/cont_b.png) no-repeat center;
    width: 100%;
    /*height: 1661px;*/
    height:auto;
    /*height:100%;*/
    position: relative;
    margin-top:14px;
}

.abouts .abouts_main {
    width: 1186px;
    margin: 0 auto;
    height: 100%;
    padding-top: 1px;
}


/*公共头，中，底*/

.abouts_main .abouts_mt {
    background: url(../img/con_t1.png)no-repeat center center;
    width: 1186px;
    /*火狐不一样*/
    height: 220px;
    /*position: absolute;*/
    /*top: -30px;*/
    /*left:0;*/
    margin-top:-55px;
    /*padding-top:20px;*/
}

.abouts_main .abouts_mm {
    width: 1184px;
    border-left: 1px solid #D5191A;
    border-right: 1px solid #D5191A;
    /*height: 862px;*/
    background: #fff;
    padding-bottom:10px;
    /*height:auto;*/
    /*padding-top:193px;*/
    /*position: absolute;*/
    /*margin:0 auto;*/
    /*top:30px;*/
}

.abouts_main .abouts_t {
    background: url(../img/con_f1.png)no-repeat center center;
    height: 77px;
    width: 1194px;
    margin-left: -4px;
}


/*end*/
/*单页*/
.abouts_mt h1{
    color:#A00001;
    font-size:16px;
    text-align:center;
    /*margin-top:12px;*/
    font-weight: bold;
    /*margin-bottom:2px;*/
    padding-top:7px;
}
.abouts_mt h6{
    color:#A00001;
    font-size:13px;
    text-align:center;
}
.abouts_mc{
    width: 1128px;
    margin-top:54px;
}
.abouts_mc .abouts_ml{
    float:left;
    margin-left:45px;
    color:#313131;
    font-size:14px;
    margin-top:6px;
}
.abouts_ml a{
    color:#313131;
    font-size:14px;
}
.abouts_mc .abouts_mr{
    float:right; position:relative; right:0px;top:96px;
  
}
.abouts_mc .abouts_mr ul li{
    float:right;
    width: 106px;
    text-align:center;
}
.abouts_mc .abouts_mr ul li a{
    color:#FFFFFF;
    font-size:14px;
    background:url(../img/page_b.png) no-repeat center center;
    width: 100px;
    height: 26px;
    display:inline-block;
    line-height: 26px;
}
.abouts_mc .abouts_mr ul li a:hover{
    background:url(../img/aab.png) no-repeat center center;
}
.abouts_mc .abouts_mr ul li ul{
    background: #000;
    width: 106px;
    margin-top:9px;
    display:none;
}
.abouts_mc .abouts_mr ul li ul li{
    margin-top:4px;
}
.abouts_mc .abouts_mr ul li ul li a:hover{
    background:url(../img/aab.png) no-repeat center center;
}
.abouts_mm .abouts_ll{
    padding-left:35px;
    float:left;
    width: 355px;
    height: 520px;
    padding-top:35px;
}
.abouts_mm .abouts_rr{
    float:left;
    padding-top:35px;
    width: 707px;
    margin-left:30px;
}
.abouts_mm .abouts_rr p{
    color:#000000;
    font-size:14px;
    line-height: 40px;
}
/*在线留言*/
    .abouts_mm .gbook{
        width: 650px;
        height: 415px;
        margin-left:283px;
        /*padding-bottom:320px;*/
        /*margin-bottom:320px;*/
    }
    .gbook ul{
        padding-top:87px;
    }
    .gbook ul li{
        margin-bottom:20px;
    }
    .gbook ul li i{
        font-style:normal;
        color:#000000;
        font-size:14px;
    }
    .gbook ul li input{
        width: 205px;
        height: 30px;
        border:1px solid #C8C8C8;
    }
    .gbook ul li textarea{
        width: 578px;
        height: 124px;
        resize:none;
        border:1px solid #C8C8C8;
    }
    .gbook ul li .submit{
        width: 82px;
        height: 32px;
        background: #D82A2A;
        color:#FFFFFF;
        font-size:14px;
        text-align:center;
        float:right;
        margin-top:58px;
    }
/*留言列表*/
.gbook_mm{
    padding-top:62px;
    padding-bottom: 200px;
}
.gbook_list{
    width: 1072px;
    padding-left:58px;
    padding-bottom:40px;
}
.gbook_list table{
    color:#000;
    font-size:14px;
    text-align:center;
}
.gbook_list table tr{
    height: 38px;
}
/*人才招聘*/
#jianli {
    padding-top: 15px;
    font-size:14px;
    color:#333333;
    line-height: 22px;
}

#jianli td input 
{
    height:27px;
    
}
#jianli textarea {
    overflow: hidden;
    margin-bottom:25px; 
}
#tj
{
    width:75px;
    height:40px;
    color:#fff;
    font-size:14px;
    border:0;
    line-height:40px;
    background:#c00520;
    border-radius:10px;
    cursor:pointer;
}
#cz
{
    width:75px;
    height:40px;
    color:#fff;
    font-size:14px;
    border:0;
    background:#c00520;
    border-radius:10px;
    cursor:pointer;
}
/*在线招聘*/
#job_list{width:90%;margin:0 auto;padding-top:70px;}
/*给tr加底边线*/
table{  
  
   border-collapse:collapse;  
}  
.job_list_tr{font-size:12px;color:#07090a;border-bottom:1px  dashed #07090a;  }
.job_list_tr a{color:#840e02;font-size:14px;}
/*给tr加底边线*/
/*新闻列表*/
.news_cont{
    padding-top:30px;
    padding-left:30px;
    padding-right:30px;
}
.news_cont .news{
    padding-bottom:30px;
}
.news_cont .news .news_r{
    width: 905px;
}
/*新闻详情*/
#right
{
    width:1180px; 
    background:#fff;
    border-radius:7px;
    padding-bottom:50px;
}
.news-con{
    width:90%;
    margin:0 auto;
}
.news-con-p1{
    text-align:center;
    font-size:16px;
    color:#212121;
    font-weight:bold;
    padding-top:50px;
}
.news-con-p2
{
    font-size:14px;
    color:#212121;
    text-align:left;
    padding-top:40px;
    margin-bottom:50px;
    line-height:30px;
}
#np{width:100%;margin:0 auto;margin-top:30px;}
#np .a1{font-size:14px;line-height:30px;color:#212121;width:50%;float:left;text-align:left;font-weight:bold;}
#np .a1:hover{color:#d82a2a;}
#np .a2{font-size:14px;line-height:30px;color:#212121;width:50%;float:right;text-align:right;font-weight:bold;}
#np .a2:hover{color:#d82a2a;}
/*产品展示*/
.abouts_mm .p_main{
    background: #fff;
    padding-left:12px;
}
.abouts_mm .p_main ul li{
    background: #fff;
    padding:9px;
}
.abouts_mm .p_main ul li .p_img img{
    width: 272px;
  
}
.abouts_mm .p_main ul li .p_img .b_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 368px;
    width: 272px;
    background: url(../img/show_b.png) no-repeat center center;
    display: none;
}
/*详情*/
#con
{
    width:90%;
    height: 100%;
    margin:0 auto;
    /*padding-top:40px;*/
    /*margin-top:40px;*/
    font-size:14px;
    color:#000;
    /*line-height:30px;*/
}
/*图文详情开始*/
#pro_con
{
    width:100%;
    margin:0 auto;
}
.xq{width:110px;height:42px;line-height:32px;background: url(../img/xq.png) no-repeat;padding-left:10px;margin-top:50px;}
.pro-con-sp1{font-size:18px;color:#fff;font-weight:bold;}
.pro-con-sp2{color:#212121;font-size:18px;font-weight:bold;margin-left:5px;}
.pro-con-p1{font-size:16px;color:#212121;font-weight:bold;text-align:center;}
.pro-con-p2{text-align:center;margin-top:40px;}
.pro-con-p3{font-size:14px;color:#212121;line-height:30px;margin-top:20px;}

#np{width:100%;margin:0 auto;margin-top:30px;}
#np .a1{font-size:14px;line-height:30px;color:#212121;width:50%;float:left;text-align:left;font-weight:bold;}
#np .a1:hover{color:#d82a2a;}
#np .a2{font-size:14px;line-height:30px;color:#212121;width:50%;float:right;text-align:right;font-weight:bold;}
#np .a2:hover{color:#d82a2a;}
/*图文详情结束*/
/*end*/
/*分页开始*/
.page{clear:both;font-family:宋体;font-size: 14px;height: 30px;line-height: 30px;text-align: center;color: #fff;padding-top:24px;}
.page a{
    color: #fff;
    font-family:宋体;
    font-size: 14px;
    margin-left: 10px;
    padding: 7px 10px;
    text-decoration: none;
    cursor: pointer;
    background:#b92120;
}
.page a:hover{background-color:#070707;color: #fff!important;}
.page .select
{
    background-color: #070707;color: #fff!important;
}
/*分页结束*/
.c_foot {
    margin-top:200px;
}
.footer{
    padding-top:150px;
}
.bot {
    width: 100%;
    background: url(../img/foot_b.png)no-repeat center center;
    height: 145px;
    text-align: center;
}

.bot p {
    color: #FFFFFF;
    font-size: 14px;
    padding-top: 75px;
}
/*产品*/
.products_mm{
    padding-top:60px;
}
.products{
    padding-top:-50px !important;
    height: 1500px;
}
.products_f{
    padding:0;
}
.products_page{
    padding-top:50px;
}
.productsc_foot{
    margin-top:-24px;
}


.sjf_cpzs_bt{width: 100px;padding: 58px 0 0 170px;float: left;font-size: 14px;color: #fff;}
.sjf_xwzx_bt{width: 100px;padding: 32px 0 0 170px;float: left;font-size: 14px;color: #fff;}
.new_top{width:1200px;height:84px;background: url(../img/new_btbg.jpg) no-repeat;}
.fhdb{width: 100px;margin: 0 auto;font-size: 14px;margin-top: 10px;}
.fhdb a{color: #fff;}