/*首页*/
/*div{*/
    /*border: 1px solid #aaa;*/
/*}*/
header{
    width: 100%;
    position: relative;
}
header .view{
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*********************/
.TeamSlideBox{
    position: relative;
}
.TeamSlideBox .bd{
    width:1200px;
    margin: 0 auto;
    height: 376px;
    overflow: hidden;
    z-index: 0;
}
.TeamSlideBox .bd li{
    width:265px;
    margin-right:46px;
    float:left;
}
.team-img{
    position:relative;
    width:265px;
    height: 274px;
    margin-bottom: 24px;
}
.team-img img{
    width:265px;
    height: 274px;
}
.shade{
    width:265px;
    height: 274px;
    background:url("../img/shade.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.TeamSlideBox .bd li:hover .shade{
    display: block;;
}
.TeamSlideBox .bd li h4{
    font-size: 18px;color: #232323;border-top: 2px solid #c2c2c2;padding: 12px 0 8px 0;
}
.TeamSlideBox .bd li p{
    font-size:12px;color: #666666;
}
.TeamSlideBox .bd li:hover h4{
    border-top: 2px solid #6785a4;
}
.TeamSlideBox .prev{
    position: absolute;
    width:45px;
    height:117px;
    top:84px;
    left:-97px;
   /* border: 1px solid red;*/
    background: url(../img/prev_1.png) no-repeat center;
}
.TeamSlideBox .next{
    position: absolute;
    width:45px;
    height:117px;
    top:84px;
    right:-97px;
  /*  border: 1px solid red;*/
    background: url(../img/net_1.png) no-repeat center;
}
.TeamSlideBox1{
    position: relative;
}
.TeamSlideBox1 .bd{
    width:1200px;
    margin: 0 auto;
    height: 376px;
    overflow: hidden;
    z-index: 0;
}
.TeamSlideBox1 .bd li{
    width:265px;
    margin-right:46px;
    float:left;
}
.team-img{
    position:relative;
    width:265px;
    height: 274px;
    margin-bottom: 24px;
}
.team-img img{
    width:265px;
    height: 274px;
}
.shade{
    width:265px;
    height: 274px;
    background:url("../img/shade.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.TeamSlideBox1 .bd li:hover .shade{
    display: block;;
}
.TeamSlideBox1 .bd li h4{
    font-size: 18px;color: #232323;border-top: 2px solid #c2c2c2;padding: 12px 0 8px 0;
}
.TeamSlideBox1 .bd li p{
    font-size:12px;color: #666666;
}
.TeamSlideBox1 .bd li:hover h4{
    border-top: 2px solid #6785a4;
}
.TeamSlideBox1 .prev{
    position: absolute;
    width:15px;
    height:19px;
    top:137px;
    left:-97px;
    background: url(../img/prev_1.png) no-repeat center;
}
.TeamSlideBox1 .next{
    position: absolute;
    width:15px;
    height:19px;
    top:137px;
    right:-97px;
    background: url(../img/net_1.png) no-repeat center;
}
.TeamSlideBox2{
    position: relative;
}
.TeamSlideBox2 .bd{
    width:1200px;
    margin: 0 auto;
    height: 376px;
    overflow: hidden;
    z-index: 0;
}
.TeamSlideBox2 .bd li{
    width:265px;
    margin-right:46px;
    float:left;
}
.team-img{
    position:relative;
    width:265px;
    height: 274px;
    margin-bottom: 24px;
}
.team-img img{
    width:265px;
    height: 274px;
}
.shade{
    width:265px;
    height: 274px;
    background:url("../img/shade.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.TeamSlideBox2 .bd li:hover .shade{
    display: block;;
}
.TeamSlideBox2 .bd li h4{
    font-size: 18px;color: #232323;border-top: 2px solid #c2c2c2;padding: 12px 0 8px 0;
}
.TeamSlideBox2 .bd li p{
    font-size:12px;color: #666666;
}
.TeamSlideBox2 .bd li:hover h4{
    border-top: 2px solid #6785a4;
}
.TeamSlideBox2 .prev{
    position: absolute;
    width:15px;
    height:19px;
    top:137px;
    left:-97px;
    background: url(../img/prev_1.png) no-repeat center;
}
.TeamSlideBox2 .next{
    position: absolute;
    width:15px;
    height:19px;
    top:137px;
    right:-97px;
    background: url(../img/net_1.png) no-repeat center;
}



/***********************/
.margin_le{
    padding-left: 10px;
}
.nav_menu a{
    height: 55px;
}
.wrapper .nav .logo_w{
    width: 143px;
}
.hd{
    width: 100%;
    overflow: hidden;
}
.view .hd ul{
    /*width: 5800px;*/
    float: left;
}

 .view .hd ul li{
    float: left;
}
 .view .prev{
      position: absolute;
      left: 2%;
      top: -360px;
  }
 .view .next{
    position: absolute;
    right: 3%;
    top: -380px;
 }
 .view .circle{
     bottom: 50px;
     position: absolute;
     width: 100%;
     text-align: center;
 }
 header .view .circle ul li{
    width: 15px;
    height: 15px;
     font-size: 0;
    margin-left: 15px;
     cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #000;
    /*float: left;*/
     display: inline-block;
}
header .view .circle .on{
    font-size: 0;
    background-color: #fff;
}
 header .nav{
     width: 1766px;
     left: 75px;
     top: 40px;
     position: absolute;
 }
.header-right{
   float:right;
    padding:5px 0 0 0;
}
.search{
    width:330px;
    height:38px;
    border: 1px solid #fff;
    float: left;
    margin:auto auto 20px auto;
}
.search .search-inp{
    float: left;
    width:287px;
    height:37px;
    padding-left: 5px;
    background: transparent;
}
.search .search-inp:focus{
    background:#fff;
}
.search .search-btn{
    width:40px;
    height:37px;
    background:#fff url(../img/search.png) no-repeat center;
    float: right;;
    cursor:pointer;
}
.language{
    float:left;;
    margin:16px 78px auto auto;
    position: relative;
}
.language .language-a{
    height: 26px;
    width:90px;
    background: #fff;
    border-radius:5px;
    text-align: center;
    line-height:26px;
    font-size: 14px;
    color: #313131;
}
.language-pull{display:none;position: absolute;background:#fff;width: 100%;top:26px;text-align: center;padding:10px 0;}
.language-pull li{line-height: 26px;}
.language-pull li a{
    font-size: 14px;
    color: #313131;}
.erji-nav{
    min-width:200%;
    position:absolute;
    top:46px;
    text-align: center;
    display:none;
    padding:26px 0 0 0;
    z-index:100;
}
.erji-dl{
    padding:0 25px 25px 20px;
    background:rgba(125,125,125,.4);
}
.erji-dd{
    line-height:25px;
}
.erji-nav .erji-dl .erji-dd a{line-height:40px;height:40px;}
.erji-nav .erji-dl .erji-dd a:hover{border-bottom: none;font-size: 14px;}
 .nav_menu{
    float: right;
    padding-right:45px;
}
.wrapper{
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 20px;
    z-index: 1000;
}
.wrapper .nav{
    margin: 0 auto;
}
.nav_menu ul{
    height: 70px;
    line-height: 70px;
    float: right;
}
.nav_menu ul li{
    margin-left: 25px;
     float: left;
    position:relative;
 }
.nav_menu ul li:hover .erji-nav{display: block;}
.nav_menu ul li a{
    font-size: 16px;
    color: #fff;
}
.nav_menu ul li a:hover,.nav_menu .active{
    border-bottom: 2px solid #ffffff;
}
.main{
    width: 100%;
}
.main .group{
    width: 1200px;
    margin: 0 auto;
}
.main .title{
    width: 1200px;
    margin: 20px auto 46px auto;
}
.main .nav_list{
    width: 1200px;
    margin:auto auto 60px auto;
}
.nav_list ul li a{
    width: 160px;
    height: 34px;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    padding: 5px 10px;
}
.nav_list ul li.on a,.nav_list ul li:hover a{
    background: #023368;
    color: #fff;
}
.title .blue{
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 44px;
    color: #023368;
    font-family: "Bodoni Bd BT";
}
.blue .gray{
    font-weight: bold;
    font-size: 44px;
    color: #3d3d3d;
}
.title  .light_gray{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #999;
}
.nav_list ul{
    margin-left: 360px;
}
.nav_list ul a{
    color: #023368;
}
.nav_list ul,.nav_list li{
    float: left;
    border: 1px solid #023368;
}
.iconList{
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 1000;
    background-color: #b4b4b4;
}
.iconList ul{
    display: table;
}
.iconList ul li{
    width: 59px;
    height: 55px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #999999;
}
.iconList li .show{display:block;}
.iconList li .hide{display:none;}
.iconList li:hover .show{display:none;}
.iconList li:hover .hide{display:block;}
.weixin{
    width: 41px;
    height: 41px;
    background:#fff url("../img/wxn.png") no-repeat center;
    background-size:28px 22px;
    border-radius: 50%;
    margin: 10px auto auto auto;
}
.iconList li:hover .weixin{
    background:#313131 url("../img/wxn.png") no-repeat center;
    background-size:28px 22px;
}
.weixin-pull{position:absolute;width:104px;height: 96px;left:-98px;top:-25px;display:none;}
.jiantou{float: right;margin:42px auto auto auto !important;}
.weixin-box{width: 95px;height:96px;float: left;background:#313131;}
.weixin-box img{width:89px;height: 90px;margin:3px !important;}
.iconList li:hover .weixin-pull{display:block;}
.iconList .msg{
    width: 121px;
    height: 41px;
    top: 0;
    left: -115px;
    display: none;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    position: absolute;
    background: url("../img/msg_bg.png") no-repeat;
}
.iconList ul li:hover .msg{
    display: block;
}
/*.iconList ul li a{*/
    /*width: 62px;*/
    /*height: 70px;*/
/*}*/
.iconList ul li img{
    margin: 15px 0  0 10px;
    vertical-align: middle;
}

.main .tungsten{
    width: 1200px;
    margin:0 auto;
    position: relative;

}
.main .img_list{
    overflow: hidden;
    position: relative;
}
.display{
    display: none;
}
.main .img_list .vie{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.prev_1{
    top: 195px;
    left: 0;
    position: absolute;
}
.next_1{
    top: 195px;
    right: 0;
    position: absolute;
}
 .vie ul{
    margin-top: 56px;
    float: left;
}
.img_list ul li{
    float: left;
    width: 265px;
    margin-left: 30px;
    position: relative;
    padding: 5px;

}
.img_list ul li:hover .shade{
    display: block;
}
.img_list .shade{
    width: 260px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    background: url("../img/shade.png") no-repeat;
}
.img_list ul li img{
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #c2c2c2;
}
.img_list h4{
    font-size: 18px;
    color: #232323;
}
.img_list .p_gray{
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}
.main>p{
    text-align: center;
}
.main>p>a{
    margin: 45px 0 140px 0;
    font-size: 18px;
    padding: 9px 40px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    background-color: #999;
}
.our{
    width: 100%;
    background: url("../img/we_bg_02.png") no-repeat;
}
.our .we_cont{
    width: 1200px;
    margin: 0 auto;
}
footer{
    background-color: #383838;
}
.we_our{
    margin-top: 45px;
    margin-left: 118px;
    float: left;
    width: 330px;
}
.we_our_title{
    margin: 5px 0 30px 0;
}
.we_our_title>h4{
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.we_our p{
    text-indent: 2em;
    font-size: 12px;
    color: #fff;
}
.margin_l{
    margin-left: 25px;
}
.we_our .t_1{
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url("../img/phone_1.png") no-repeat;
    vertical-align: middle;
    display: inline-block;
}
.we_our .t_2{
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url("../img/phone.png") no-repeat;
    vertical-align: middle;
    display: inline-block;
}
.we_our .t_3{
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url("../img/adrees.png") no-repeat;
    vertical-align: middle;
    display: inline-block;
}
 .we_our .left>i{
     width: 84px;
     height: 84px;
     background: url("../img/concat.png");
     display: inline-block;
 }
 .we_our .top{
     padding-top: 15px;
 }
 .top .indent{
     text-indent: 0px;

 }
 .indent a{
     display: inline-block;
 }
.right>p{
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    text-indent: 0em;
    margin-left: 20px;
    font-family: "Times New Roman";
}
 .right .hot{
     font-weight: bold;
     font-size: 14px;
     color: #fff;
 }
.right .hot_1{
    width: 35px;
    height: 35px;
    background: url("../img/icon_qq.png") no-repeat;
    display: inline-block;
}
.right .hot_2{
    width: 35px;
    height: 35px;
    background: url("../img/line_w.png") no-repeat;
    display: inline-block;
}
footer .auto{
    width: 1400px;
    margin: 0 auto;
}
footer .line,footer .text{
    width: 1400px;
    margin: 20px auto;
}
.footer_margin_l{
    margin-left: 220px;
}
footer .text{
    width: 1400px;
    margin: 10px auto;
}
.line>b{
    width: 1400px;
    display: block;
    border: 1px solid #999;
    margin: 0 auto;
}
.text>p{
    height: 35px;
    color: #fff;
    text-align: center;
}
.text p a{
    display: inline-block;
    margin-left: 15px;
}
.text>p>span{
    margin-left: 10px;
}
.service{
    background: url("../img/service_bg_02.png") no-repeat;
}
.service .service_list{
    width: 1200px;
    margin: 0 auto;
    /*text-align: center;*/
    padding: 180px 0 80px 0;
}
.service_list>ul{
    float: left;
}
.service_list p{
    width: 293px;
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.service_list>ul>li{
    width: 290px;
    /* margin-left: 120px; */
    text-align: center;
    float: left;
    padding: 0 1px 0 0px;
    margin-left: 90px;

}
.service_list>ul>li>a>img{
    margin-left: 65px;
    vertical-align: middle;
}
.service_list>ul>li>h4{
    margin-top: 30px;
    font-size: 24px;
    color: #fff;

}
.our{
    width: 100%;
    height: 700px;
    background: url("../img/our_bg_02.png") no-repeat;
    position: relative;
    background-size:cover;
}
.our .we_cont{
    width: 1200px;
    margin: 0 auto;
    /*position: absolute;*/
    z-index: -2;
    left: 350px;
}
.we_cont .our_title{
    position: relative;
    top: -80px;
    z-index: 10;
}
.our_title ul{
    float: left;
}
.our_title ul li{
    width:200px;
    height: 194px;
    text-align: center;
    cursor: pointer;
    float: left;
}
.our_title .mouse{
    margin: 35px 0 0 110px;
    font-size: 18px;
    color: #fff;
    position: relative;
    top: 15px;
}
.our_title .lt{
    /*margin: ;*/
    font-weight: bold;
    font-size: 90px;
    color: #fff;
}
.our_title .gray_1{
    width:200px;
    background-color: #191919;
}
.our_title ul li:hover,.gray_2{
    width:200px;
     background-color: #2e2e2e;
 }
.our_title  .brand{
    width: 55px;
    margin:20px  0 0 20px;
}
.our_title .gt{
    text-align: left;
    margin-left: 20px;
    font-size: 24px;
    color: #fff;
}
.our_title  .p_1{
    width: 107px;
    margin: 10px 0 0 15px;
    line-height: 16px;
    font-size: 12px;
    color: #999999;
}
.our_title>ul>li>b{
    height: 150px;
    position: relative;
    top: -141px;
    border: 1px solid #aaa;
    display: inline-block;
    float:right;
}

.our_cont .our_left,.our_cont .our_right{
    float: left;
}
.our_cont .our_right{
    position: relative;
    z-index: 20;
    top: -66px;
}
.our_right .title_img{
    width: 790px;
    height: 184px;
    padding-right: 20px;
}
.our_cont .button{
    position: relative;
    top: -134px;
    right: -735px;
    cursor: pointer;
    width: 121px;
    z-index: 10;
}
.button>a>img{
    width: 121px;
}
.our_cont .our_left{
    width: 400px;
    text-align: center;
    height: 580px;
}
.our_left .p_gray{
    margin-top: 25px;
    font-size: 44px;
    font-weight: bold;
    font-family: "Bodoni Bd BT";
    color: #fff;
    margin-left: 20px;
}
.our_left .p_gray_1{
    font-size: 24px;
    font-weight: bold;
    color: #e0e0e0;
    margin-left: 20px;
}
.p_gray>span{
    color: #d16610;
}
.title_img>img{
    padding: 10px;
    border: 1px solid #999999;
}
.our_right .r_right,.our_right .r_left{
    float: left;
}
 .our_right .r_right{
    width: 380px;
}
.r_right .p_title{
    padding: 27px 0;
    font-size: 30px;
    color: #fff;

}
.r_right p{
    line-height: 24px;
    color: #c9c9c9;
}
.r_right  .text{
    color: #c9c9c9;
    text-indent: 2em;
}
.r_left>img{
    width: 345px;
    margin: 125px 0 0 40px ;
    vertical-align: bottom;
}
 .bg{
    z-index: 1;
    position: absolute;
    top: 50px;
     /*left: 942px;*/
     right: 0;
     width:48%;
     height: 100%;
}
.bg img{width:100%;height: 100%;}

 .we_contOut{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}


 .news{
     width: 100%;
     background-color: #eeeeee;
 }
.news .new_cont{
    width: 1200px;
    margin: 0 auto;
}
.new_cont .new_title{
    margin: 100px 0;
    text-align: center;
    margin-top: 0px;
    padding-top: 100px;
}
.new_count .tu{
    width: 300px;
    height: 200px;
}
.new_count .width{
    width: 75px;
    margin: 20px auto auto auto;
}
.width .show{display:block;}
.width .hide{display:none;}
.new_title .new_p{
    font-weight: bold;
    font-size: 44px;
    color: #3d3d3d;
    padding-top: 30px;
    font-family: "Bodoni Bd BT";
}
.new_title .new_gray{
    font-weight: bold;
    font-size: 24px;
    color: #999;
}
.new_p>span{
    color: #023368;
}
.new_count>ul{
    float: left;
}
.new_count>ul>li{
    width: 300px;
    height: 200px;
    float: left;
    background-color: #ffffff;
}
.new_count ul li p{
    margin: 0 20px 0 30px;
}
.new_cont .time_txt{
    margin-top: 35px;
}
.new_count .bai{
    font-size: 24px;
    color: #333;
    padding: 0 0 20px 0;
}
.new_count .intro{
    font-size: 12px;
    color: #666666;
    line-height:18px;
    height:36px;
    overflow: hidden;;
}
.new_count ul li:hover p{
    color: #fff;
}
.new_count ul li:hover .width .show{display:none;}
.new_count ul li:hover .width .hide{display:block;}
.new_count>ul>li:hover{
    background-color: #023368;
}
.news .new_button{
    text-align: center;
}
.new_button>a{
    margin: 80px 0;
    background-color: #999;
    padding: 10px 40px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
}
/******联系我们*******************************************/
/*div{*/
    /*border: 1px solid #aaa;*/
/*}*/
.header{
    height: 70px;
    background-color: #232323;
}
.header .nav{
    margin: 0 0px 0 60px;
}
.nav .logo{
    width: 138px;
    margin:10px 0 0  30px;
}
.nav .left{
    margin-left: 40px;
}

.banner{
    position: relative;
}
.banner .nav_son{
    width: 100%;
    height: 50px;
    bottom: 0;
    position: absolute;
    background-color: rgba(58,68,84,.6);
}
.nav_son .nav_cont{
    width: 1200px;
    margin: 0 auto;
}
.nav_cont ul{
    float: left;
}
.nav_cont ul li{
    float: left;
}
.nav_cont a{
    width: 130px;
    color: #fff;
    margin-left: 10px;
    padding: 0 20px;
    line-height: 44px;
    font-size: 18px;

}
.nav_cont a:hover,.active{
    border-bottom: 5px solid #023368;
}
.main_cont{
    width: 100%;
}
.main_cont .main_page{
    width: 1200px;
    margin: 0 auto;
}
.main_page .page_l{
    float: left;
}
.main_page .page_r{
    float: right;
}
.main_page .page_l,.page_l map{
    width:920px;
}
.main_page .page_r{
    width: 240px;
    padding-top:34px;
}
.page_l>a{
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 25px 0;
}
.page_l .margin_top{
    margin: 15px 0 16px 0;
    font-size: 26px;
    color: #023368;
}
.page_l>p{
    margin: 0 0 20px 0;
    font-size: 26px;
    color: #023368;
}
.page_l>p>a{
    display: inline-block;
}
.page_l>p>span{
    font-size: 16px;
    color: #999;
    margin-left:5px;
}
.main_page .page_l .top{
    margin-top: 5px;
}
.page_l .report p{
    font-size:14px;
    color: #666;
       margin-top: 20px;
}
.report .r{
    margin-left: 115px;
}
.input p>span{
    margin-left:28px;
}
.input input{
    height:40px;
    padding-left:12px;
    border: 1px solid #f1f1f1;
    margin-top: 25px;
}
#realname,#email{width:270px;}
#tel{width:570px;}
.input textarea{
    margin: 25px  0;
    border: 1px solid #f1f1f1;
    color: #666;
    padding:13px 0 0 12px;
    width: 570px;
}
.page_r .phone{
     margin-top: 5px;
    text-align: center;
    font-size: 24px;
    color: #666;
    padding:30px 22px 0 22px;
}
.phone>i{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../img/phone_2.png") no-repeat;
}
.phone .img_1{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../img/add.png") no-repeat;
}
.phone .img_ban{
    width:195px;
    padding: 25px 0;
}
.img_ban>img{
    margin: 0 auto;
    width: 195px;
    height: 125px;
}
.phone>img{
    margin:25px  0 0 25px;
}
.phone h4{
    font-size: 16px;
    color: #333333;
    text-align:left;
    padding:5px 0 20px 0;
}
.phone>a{
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: #666;
}
/***厂容厂貌**********************/
.page_l>h4{
    margin-top: 20px;
    font-size: 18px;
    color: #343434;
}
.page_l .fac_txt{
    margin: 30px 0 70px 0;
}
.fac_txt>p{
    width: 865px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding-right: 50px;

}
.fac_txt>ul{
    margin-top: 30px;
    float: left;
}
.fac_txt>ul>li{
    float: left;
    width: 455px;
}
.fac_txt>ul>li>a>img{
    width: 95%;
}
/*.fac_txt>ul>li>a{*/
    /*padding: 15px;*/
/*}*/
.fac_txt>ul>li>a>p{
    margin-top: 10px;
    color: #666;
    text-align: center;
}
/***************************/
/*公司简介*/
.main_cont .introduce{
    width: 100%;
    height: 695px;
    background: url("../img/introduce_bg_02.jpg") no-repeat;
    background-size: contain;
    /*position: relative;*/
}
.intro_txt,.business{
    width: 1200px;
    margin: 0 auto;
}
.intro_txt{padding-bottom:38px;}
.introduce .into_con{
    width: 23%;
    /*margin: 0 auto;*/
    margin-left: 20%;
}
.introduce .into_img{
    width: 1050px;
}
.into_img .content{
    width: 1070px;
    height: 626px;
    background: url("../img/bg_firm.png") no-repeat;
    margin: 6% 0 0 0;
}
.container .position{
    top: 21%;
    right: 1%;
    width: 57%;
    position: relative;
    /*height: 620px;*/
    padding-top: 3%;

}

@media (max-width: 1945px) {
    .introduce .into_con {
        width: 24%;
        /* margin: 0 auto; */
        margin-left: 19%;
    }
}
@media (max-width: 1900px) {
    .introduce .into_con {
        width: 27%;
        /* margin: 0 auto; */
        margin-left: 15%;
    }
}
@media (max-width: 1720px) {
    .introduce .into_con {
        width: 28%;
        /* margin: 0 auto; */
        margin-left: 14%;
    }
}
@media (max-width: 1640px) {
    .introduce .into_con {
        width: 30%;
        /* margin: 0 auto; */
        margin-left: 12%;
    }
}
@media (max-width: 1540px) {
    .introduce .into_con {
        width: 30%;
        /* margin: 0 auto; */
        margin-left: 12%;
    }
   .container .into_con .intro_logo {
        padding: 14% 0 0 34%;
    }
}
/*@media (max-width: 1755px) {*/
    /*.container .position{*/
        /*top: 14%;*/
        /*right: 1%;*/
        /*width: 57%;*/
        /*!* height: 620px; *!*/
        /*position: absolute;*/
    /*}*/
/*}*/
/*@media (max-width: 1700px) {*/
    /*.container .position{*/
      /*top: 17%;*/
      /*right: 1%;*/
      /*width: 55%;*/
      /*!* height: 620px; *!*/
      /*position: absolute;*/
    /*}*/
/*}*/
/*@media (max-width: 1640px) {*/
    /*.container .position{*/
        /*top: 19%;*/
        /*right: 1%;*/
        /*width: 52%;*/
        /*!* height: 620px; *!*/
        /*position: absolute;*/
    /*}*/
/*}*/
/*@media (max-width: 1500px) {*/
    /*.container .position{*/
        /*top: 21%;*/
        /*right: 1%;*/
        /*width: 51%;*/
        /*!* height: 620px; *!*/
        /*position: absolute;*/
    /*}*/

/*}*/
/*@media (max-width: 1440px) {*/
    /*.container .position{*/
        /*top: 32%;*/
        /*right: 1%;*/
        /*width: 48%;*/
        /*!* height: 620px; *!*/
        /*position: absolute;*/
    /*}*/
/*}*/
/*@media (max-width: 1880px) {*/
    /*.into_img .content{*/
        /*width: 1070px;*/
        /*height: 626px;*/
        /*background: url("../img/bg_firm.png") no-repeat;*/
        /*margin: 6% 0 0 0;*/
    /*}*/
    /*.introduce .into_img{*/
        /*width: 880px;*/
    /*}*/
/*}*/
/*@media (max-width: 1745px) {*/
    /*.into_img .content{*/
        /*width: 1035px;*/
        /*height: 626px;*/
        /*background: url("../img/bg_firm.png") no-repeat;*/
        /*background-size: 700px;*/
        /*margin: 6% 0 0 0;*/
    /*}*/
    /*.introduce .into_img{*/
        /*width: 743px;*/
    /*}*/
    /*.introduce .into_con{*/
        /*width: 23%;*/
        /*!*margin: 0 auto;*!*/
        /*margin-left: 15%;*/
    /*}*/
/*}*/
.into_con .intro_logo{
    padding: 31% 0 0 34%;
}
.into_con .p_title{
    margin: 13% 0 7% 0;
    font-size: 30px;
    color: #fff;
    text-indent: 0;
}
.into_con>p{
    width: 80%;
    font-size: 12px;
    line-height: 20px;
    text-indent: 20px;
    color: #b0b0b0;
}
.main_cont .intro_txt,.main_cont .business{
    width: 1200px;
    margin: 20px auto;
}
.intro_txt>p{
    text-indent: 2em;
    line-height: 25px;
    font-size: 14px;
    color: #808080;
}
.intro_txt .no_indent{
    text-indent: 0;
    padding-top: 35px;
}
.bus_title>p{
    font-size: 30px;
    color: #023368;
    padding-top:12px;
    padding-bottom:30px;
}
.bus_title>p>span{
    font-size: 16px;
    color: #999;
}
.business ul{
    float: left;
}
.business ul li{
    width: 600px;
    height: 260px;
    padding:0 40px 0 0;
    float: left;
    margin-bottom:38px;
}
.business .padding{
    padding:  0 20px 0 40px
}
.business .padding_left{
    padding-left: 40px;
}
.business ul li>p{
    width: 600px;
    line-height: 23px;
    font-size: 14px;
    color: #808080;
    padding: 0 50px 0 40px;
}
.business ul li>a>img{
    width: 100%;
}
.diploma ul{
    overflow:hidden;
    margin-right: -68px;
    margin-top: 10px;
    padding: 0 0 23px 0;
}
 .into_con  .txt_no_indent{
    text-indent: 0;
}
.diploma ul li{
    width:249px;
    height:354px;
    float: left;
    margin-right: 68px;
    margin-bottom:26px;
    padding: 0;
}
.diploma ul li>a>img{
    width:249px;
    height:354px;
}
/*****news*******************/
.page_l .news_factory{
    margin: 30px 0;
}
.news_factory .news_l{
    width: 400px;
}
.news_factory .news_l img{width:400px;height:250px;}
.news_factory .news_r{
    width:490px;
    margin-left: 30px;
}
.news_r .p_indent{
    text-indent: 2em;
}
.news_l>a>img{
    width: 100%;
}
.news_r>h5{
    font-size: 18px;
    color: #343434;
}
.news_r>p{
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.news_r .news-intro{
    line-height:26px;
    height:182px;
    overflow: hidden;;
}
.page_l .line{
    width: 100%;
    margin: 10px 0 50px 0;
    display: inline-block;
    /*top: 1016px;*/
    /*position: relative;*/
    border: 1px solid #aaa;
}
.news_resource>p{
    line-height: 30px;
    font-size: 14px;
    color: #343434;
}
.news_resource p span{
    float: right;
}
.list_button>ul{
    margin-left: 200px;
    float: left;
}
.list_button>ul>li{
    margin-left: 30px;
    font-size: 16px;
    cursor: pointer;
    float: left;
    height:16px;
    line-height:16px;
}
.page_l .list_button{
    padding: 20px 0;
    text-align: center;
}
.list_button>ul>li:hover{
    color: #023368;
}
/**新闻内页****************************/
.page_l .new_data{
    width: 100%;
/*    text-align: center;*/
}
.new_data>h4{
    font-size: 18px;
    color: #343434;
}
/*.new_data>p{
    padding: 18px 0;
    font-size: 12px;
    color: #666666;
}*/
/*.new_data>p>span{
    margin-left: 10px;
}*/
.new_data .txt_p1{
    padding: 0 95px 0 30px;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
}
.page_l .new_data_img{
    padding: 40px 150px 85px 150px;
}
.page_l .w_logo{
    width: 25px;
    height: 20px;
    margin-right: 15px;
    display: inline-block;
    background: url("../img/w-line.png") no-repeat;
}
.page_l .qq_logo{
    width: 25px;
    height: 20px;
    margin-right: 55px;
    display: inline-block;
    background: url("../img/qq_bg.png") no-repeat;
}
.page_l .change{
    position: relative;
    top: -40px;
    font-size: 14px;
    cursor: pointer;
    color: #666666;
    text-align: left;
}
.page_l .change>span{
    float: right;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
/**产品页************************/
.page_l .product_list{
    width: 100%;
    margin-bottom: 50px;
}
.product_list ul{
    overflow: hidden;
    margin-right: -8px;
}
.product_list ul li{
    width:224px;
    padding: 0;
    margin: auto 8px 30px auto;
    float: left;
}
.product_list ul li img{
    width: 224px;height: 224px;
}
.product_list ul p{
    margin-top: 15px;
    color: #666666;
    font-size: 14px;
    text-align: center;
}
/*.product_list ul a{
    padding-right: 10px;
    width: 218px;
    height: 225px;
}*/
/***产品内页*********************/
.page_l .pro_img{
    width: 100%;
    padding-right: 30px;
}
.pro_img>img{
    width: 100%;
}
.page_l .pro_txt{
    padding: 7px 0 35px 0;
}
.pro_txt>p, .pad p{
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    padding: 0px 50px 0px 0px;
    width: 963px;
}
.pad p{
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    /*padding: 0px 50px 0px 11px;*/
    width: 963px;
}
.pro_txt .pad{
    padding: 0;
    text-align: left;
    margin: 20px 0;
}
.pro_txt .text_indent{
    text-indent: 2em;
}
/*************/
.shenqing{
    width:955px;
    margin:0 auto;
    text-align: center;
    margin-bottom: 65px;
}
.shenqing table{
    width:920px;
    border: 1px solid #c9c9c9;
}
.shenqing .tr_one{width:100%;height: 46px;background-color: #b4b4b4;line-height: 46px;font-size: 16px;color:#fff;}
.shenqing .tr_other{
    height: 54px;
    width:920px;
    line-height: 54px;
    color:#666;
    font-size:14px;
    background-color: #ffffff;
}
.shenqing .dd a:hover{color:#fc9605;}
.zhaopin-xq{ width:920px;border: 1px solid #c9c9c9;background:#eee ;margin: 0 auto;}
.zhaopin-xq-t{width:920px;height: 84px;margin: 0 auto;}
.zhaopin-xq-t ul{
    margin-left: 13px;
}
.zhaopin-xq-t li{
    float: left;
    width:170px;
    font-size:14px;
    margin-top:22px;
    margin-bottom: 25px;
    text-align: left;
    margin-left: 33px;
    line-height: 25px;
}
.zhaopin-xq-t p{}
.zhaopin-xq-c{width:920px;margin: 0 auto;
    /*border-top:1px solid #c9c9c9;*/
    /*padding-top:15px;*/

}
.zhaopin-xq .gray_line{
    width: 757px;
    height: 1px;
    border-bottom: 1px solid #c9c9c9;
    margin: 0 auto;
    margin-left: 47px;
}
.zhaopin-xq-c div:nth-child(1){
    width:920px;
    float: left;
    color:#474747;
    text-align: left;
    margin-left: 45px;
}
.zhaopin-xq-c div:nth-child(2){
    width:552px;
    height: 309px;
    float: left;
    color:#474747;
    text-align: left;
    margin-left: 45px;
}
.zhaopin-xq-c dt{font-size: 16px;line-height: 35px;height: 35px;}
.zhaopin-xq-c dd{font-size:14px;line-height: 25px;height: 25px;}
.zhaopin-xq-b{width:920px;height: 68px;margin: 0 auto;padding-top:13px;}
.zhaopin-xq-b a{width:135px;height: 37px;padding-top:9px;background: #001b6f;text-align: center;color:#fff;font-size:14px;margin-left: 45px}
.yincang{display: none;}

/*****************/
.pro_table table{
    width: 920px;
    height: 250px;
    text-align: center;
    border: 1px solid #aaaaaa;
}
.pro_table table tr{
    /*border: 1px solid #aaa;*/
    height: 50px;
}
.pro_table table tr td,.pro_table table tr th{
    width: 100px;
    border: 1px solid #aaa;
}
.pro_table{padding: 0 0 30px 0;}
.pro_pack ul{overflow:hidden;margin-right: -22px;}
.pro_pack ul li{
    width:449px;
    margin-right: 22px;
    margin-bottom:22px;
    float: left;
}
.pro_pack ul p{
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.icon ul{
    float: left;
}
.icon ul li{
    width: 90px;
    text-align: center;
    margin-right: 20px;
    height: 30px;
    background: #8099b3;
    float: left;
    line-height: 15px;
}

.icon ul li>a{
    color: #fff;
    padding: 10px;
}
.page_l .icon{
    margin-bottom: 65px;
}
/***人力资源***********************/
.pro_txt ul{
   overflow: hidden;
    margin-right:-13.3333px;
}
.pro_txt ul li{
    width:220px;
    margin:auto 13.3333px auto auto;
    float: left;
    padding:28px 0 0 0;
}
.pro_txt ul li img{width: 220px;height: 139px;}
.pro_txt .txt_lt{
    font-size: 24px;
    padding-left:10px;
    padding-top:10px;
    background-color: #e5e5e5;
    color: #666666;
}
.pro_txt .txt_gt{
    padding-left:10px;
    font-size: 14px;
    background-color: #e5e5e5;
    color: #666666;
    padding-top:4px;
    padding-bottom:9px;
}
.recruit .recruit_gray{
    background-color: #b4b4b4;
}
.recruit_gray>li{
    color: #fff;
}
.recruit ul{
    float: left;
}
.recruit ul li{
    width: 180px;
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    text-align: center;
    float: left;
}
.recruit_page{
    width: 900px;
    height: 620px;
    background-color: #eeeeee;
    border: 1px solid #c9c9c9;
}
.recruit_page .re_title{
    margin: 20px 0 50px 20px;

}
.re_title ul{
    margin-left: 20px;
    float: left;
}
.re_title ul li{
    width: 185px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    margin-left: 25px;
    float: left;
}
.re_title>b{
    width: 780px;
    border: 1px solid #aaaaaa;
    display: block;
    position: relative;
    top: 80px;
    left: 45px;

}
.recruit_page .duty{
    margin-left: 65px;
}
.duty>h5{
    font-size: 14px;
    color: #333;
}
.duty>p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.recruit_page>b{
    width: 800px;
    position: relative;
    left: 45px;
    border: 1px solid #c9c9c9;
    display: block;
}
.recruit_page>a{
    width: 135px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    margin: 15px 0 15px 45px;
    background-color: #001b6f;
    text-align: center;
}
.page_l  .engineer{
    margin-top: 30px;
}
.engineer>ul{
    float: left;
}
.engineer>ul>li{
    width: 180px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    float: left;
}
.page_l .form_list{
    margin-bottom: 40px;
}
.form_list .left{
    margin-left: 133px;
}
.form_list .margin_left{
    margin-left: 29px;
}
.form_list p{
    font-size: 13px;
    color: #333333;
    margin: 15px 0 0 0;
}
.form_list label{width: 124px;font-size:14px;color:#333;}
.form_list input{
    width: 250px !important;
    height: 36px;
    padding-left: 10px;
    border: 1px solid #aaaaaa;
}
.form_list .input_margin{
    margin-left: 160px;
}
.form_list .border{
    border: 0;
    opacity: 0;
    -ms-filter: progid:DXimgTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXimgTransform.Microsoft.Alpha(Opacity=0);
}
.form_list  .replace{
    width: 65px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #333333;
    background-color: #d2d2d2;
    position: relative;
    top: -35px;
    left: 75px;
}
.form_list .userIntro{
    width: 700px;
    height: 135px;
    border: 1px solid #aaaaaa;
}
.form_list  .code_left{
    margin-left: -40px;
}
.form_list  .submit{
    width: 150px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    position: relative;
    left: 61px;
    background-color: #023368;
}
.submit{
    width: 150px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background-color: #023368;
    margin-bottom: 100px;
}























































