@charset "utf-8";
/*css*/
*{padding: 0;margin: 0;}
body{font-family: "微软雅黑", "宋体", arial;}
img{border:0px}
li{list-style: none;}
a{text-decoration: none;}
.left{float: left;}
.right{float: right;}
.clearfix:after{content: "."; /**//*内容为“.”就是一个英文的句号而已。也可以不写。*/ 
display: block; /**//*加入的这个元素转换为块级元素。*/ 
clear: both; /**//*清除左右两边浮动。*/ 
visibility: hidden; /**//*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/ 
line-height: 0; /**//*行高为0；*/ 
height: 0; /**//*高度为0；*/ 
font-size:0; /**//*字体大小为0；*/ }
.tc{text-align: center;}
.f-14{font-size: 14px;}
.f-16{font-size: 16px;}
.f-30{font-size: 30px;}

.ml-40{margin-left: 40px;}
.mr-20{margin-right: 20px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}

/*header*/
.header{width: 1200px;margin-left: -700px;height: 80px;position: absolute;left: 50%;background: #fff;opacity:.8 ;padding: 0 100px;z-index: 9999;}

.logo-font{border-left: 1px solid #333333;padding-left: 20px;margin-right: 90px;}
.logo-font p{font-size: 16px;color: #333333;font-weight: bold;text-align: center;}

.nav{line-height: 5em;}
.nav ul li{float: left;margin-right: 24px;}
.nav ul li a{color: #333;font-size: 16px;}

.language{margin-top: 30px;}
.language a{font-size: 16px;padding: 1px 3px;display: inline-block;}
.language .cn{color: #ffffff;background: #0c2e85;}
.language .en{color: #333333;background: #FFFFFF;}
/*homepage*/
.banner{width: 1400px;margin: 0 auto;}
.banner-box{}

.main{margin: 0 auto;width: 1200px;height: 290px;}
.floor-1 ul li{float: left;margin-left: 27px;cursor:pointer;border:1px solid #fff;}
.floor-1 ul li:first-child{margin-left: 0;}
.floor-1 ul li:hover{border:1px solid #0c2e85;}
.f1-box{height: 290px;}
.f1-box p{font-size: 14px;color: #333333;width:380px;line-height:1.6em;padding-left:0px}

.main-2{background: #f8f8f8;height: 400px;padding: 30px 0;}
.main-2 .floor-2{width: 1200px;margin: 0 auto;}
.main-2 .f2-c{width: 540px;padding: 30px 30px 0 30px;background: #FFFFFF;}
.main-2 .f2-c .p1{height: 42px;}
.main-2 .f2-c .p1 .p1-l{color: #0E2E85;font-weight: bold;}
.main-2 .f2-c .p1 .p1-r{color: #333;line-height: 2em;border-left: 1px solid #999;margin-top: 8px;padding-left: 20px;}

.main-2 .f2-c .p2{height: 70px;}
.main-2 .f2-c .p2 ul li{float: left;width: 50%;margin-bottom: 20px;}
.main-2 .f2-c .p2 ul li a{background: url(../img/icon-right.png) no-repeat;padding-left: 32px;color:#333;}
.main-2 .f2-c .p2 ul li a:hover{background: url(../img/icon-right-h.png) no-repeat;color: #0C2E85;}

.main-2 .f2-c .p3 p{color:#333;font-size: 12px;line-height: 1.9em;text-indent: 2em;text-align: justify;}
.main-2 .f2-c .p4 a{background: url('../img/ico_more.png') no-repeat;width: 40px;height: 40px;float: right;margin-right: -30px;display: inline-block;}

/*footer*/
.footer{background: #0E2E85;}
.foot-c{margin: 0 auto;width: 1200px;}
.foot-c-1{/*height: 250px;*/}
.foot-nav{width: 72%;}
.foot-nav dl{float: left;width: 16%;padding-top: 26px;}
.foot-nav dl dt{font-size: 14px;color: #fff;opacity: .8;margin-bottom: 20px;}
.foot-nav dl dd{margin-bottom: 10px;}
.foot-nav dl dd a{font-size: 14px;color:#fff;opacity: .6;}
.foot-contact{padding-top: 26px;text-align: right;}
.foot-contact h3{font-size: 14px;font-weight: bold;color: #FFFFFF;opacity: .8;}
.foot-contact p{font-size: 14px;color: #FFFFFF;opacity: .6;margin-top: 14px;}
.foot-c-2 p{line-height: 3em;color: #FFFFFF;font-size: 12px;opacity: .6;margin: 0 auto;width: 1200px;}
.foot-c-2 p a{color: #fff;}
.foot-c-2 p a:hover{color: #ccc;}
/*about*/
.about{/*: 630px;*/margin-bottom:30px;}
.list-box{margin: 0 auto;width: 1200px;}
.list-left{width: 240px;}
.list-title{height: 60px;border-bottom: 2px solid #0E2E85;}
.list-title h3{font-size: 22px;color: #0E2E85;padding-top: 20px;margin-left: 20px;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.list-title h3 span{font-size: 12px;color: #666;font-weight: normal;margin-left: 10px;}
.list-nav{margin-top: 10px;}
.list-nav ul li{width: 240px;height: 50px;background: #F8F8F8;border-top:1px solid #f1f1f1;}
.list-nav ul li:first-child{border: none;}
.list-nav ul li:hover,.list-nav ul .on{background: url('../img/ico_more_min.png') no-repeat 200px 22px #0E2E85;}
.list-nav ul li:hover a,.list-nav ul .on a{color: #FFFFFF;}
.list-nav ul li a{font-size: 14px;color: #333;padding:16px 40px 14px 30px;line-height: 3.8em;}

.list-right{width: 930px;}
.list-crumb{height: 30px;border-bottom: 2px solid #999;padding-top: 30px;text-align: right;color: #666;}
.list-crumb a{font-size: 12px;color: #666;}
.list-crumb span{font-size: 12px;color: #666;}
.list-c{margin-top: 10px;background: #F8F8F8;padding: 28px 30px;}
.list-c p{font-size: 14px;color: #666;text-indent: 2em;line-height: 2em;text-align: justify;}
.list-c .about-img{margin: 12px auto;display: block;}

.about2{height: 588px;}
.list-c2{margin-top: 10px;background: #F8F8F8;padding: 50px;}
.list-c2 .zizhi-img02{margin-left: 49px;}
.list-c2 .zizhi-img03{margin-left: 49px;}
.list-c2 p{text-align: center;margin-top: 10px;}
.list-c2 p span{font-size: 14px;color: #666;}
.list-c2 p .span2{margin: 0 150px 0 114px;}

.about3{height: 1040px;}
.list-c3{margin-top: 10px;}

.about4{height: 670px;}
.list-c4{margin-top: 10px;padding: 30px 30px 30px 0;background: #F8F8F8;height: 500px;}
.list-c4 ul li{float: left;margin-left: 30px;}
.list-c4 ul li p{font-size: 14px;color:#333;line-height: 3em;}

/*.beltline{height: 1020px;}
.beltline2{height: 1660px;}
.beltline3{height: 1580px;}*/
.list-c5{margin: 10px 0 30px 0;background: #F8F8F8;padding: 30px 30px 10px 30px;}
/*.beltline2 .list-c5{height: 1490px;}
.beltline3 .list-c5{height: 1410px;}*/
.list-c5 p{font-size: 14px;color: #666;line-height: 2em;text-align: justify;}
.list-c5 .beltline-img{margin-left: -30px;}
.list-c5 .beltline-img ul li{float: left;margin-left: 30px;}
.list-c5 .beltline-img ul li p{line-height: 3em;}

/*.equipment{height: 1040px;}
.equipment2{height: 940px;}
.equipment3{height: 940px;}
.equipment4{height: 700px;}*/
.list-c6{margin: 10px 0 30px 0;background: #F8F8F8;padding: 28px 30px;}
/*.equipment2 .list-c6{height: 500px;}
.equipment3 .list-c6{height: 500px;}*/
.equipment4 .list-c6{padding: 0;margin-bottom:60px}
.list-c6 p{font-size: 14px;color: #666;text-indent: 2em;line-height: 2em;text-align: justify;}
.list-c6 .equipment-img{margin: 12px auto;display: block;}
.list-c6 .center{text-align: center;}
.equipment4 .list-c6 .e4{margin:-64px  0 0 106px;}

.job{/*height: 660px;*/margin-bottom:20px}
.list-c7{margin-top: 10px;padding: 25px 25px 5px 25px;background: #F8F8F8;}
.list-c7 ul{border-bottom: 2px solid #aaa;/*height: 270px;*/width: 880px;}
.list-c7 ul li{float: left;width: 200px;margin-left: 25px;}
.list-c7 ul li:first-child{margin-left: 0px;}
.list-c7 ul li .p3{text-indent: 2em;line-height: 2em;color: #666;}

.workc{width: 400px;height: 160px;padding: 20px 0 0 20px;background: #fff;}
.workc p{color: #999;font-size: 14px;line-height: 1.8em;}
.workc .p1{color: #333;font-size: 16px;margin-bottom: 10px;line-height: 1.4em;}
.work .p3{color: #666666;}
.work .p3 span{color: #0E2E85;}

.list-c8{margin-top: 10px;padding: 30px 30px 0 0;background: #F8F8F8;}
.list-c8 ul li{float: left;margin-left: 30px;}
.list-c8 ul li p{height: 40px;line-height: 40px;color: #666;font-size: 15px;}

.list-c9{margin: 10px 0 20px 0;padding: 30px;background: #F8F8F8;}
.list-c9 .contact-right{padding: 0 0 0 20px;}
.list-c9 .contact-right p{color: #666;font-size: 14px;line-height: 2em;}

.list-c10{margin: 10px 0 30px 0;padding: 30px;background: #F8F8F8;}
.list-c10 .p1{font-size: 14px;color: #333;}
.list-c10 .p1 span{background: #e93828;color: #fff;border-radius: 50%;display: inline-block;font-size: 14px;width: 16px;height: 16px;text-align: center;line-height: 16px;}
.list-c10 .p2{margin:20px 0 10px 36px;}
.list-c10 .p2 span{display: inline-block;width: 160px;height: 50px;color: #666;font-size: 17px;border: 1px solid #e1e1e1;border-radius: 2px;text-align: center;line-height: 50px;cursor: pointer;}
.list-c10 .p2 .on{background: #0E2E85;color: #fff;}
#tab0{margin-right: 20px;}
.list-c10 .p4 label{width: 100px;text-align: right;display: inline-block;color: #666;font-size: 14px;}
.list-c10 .p4{margin-left: 10px;}
.list-c10 .p4 input{width: 280px;height: 50px;margin-bottom: 10px;background: #fff;border: #fff;padding-left: 20px;color: #999;font-size: 14px;margin-left: 6px;}
.list-c10 .p5{margin-left: 36px;}
.list-c10 .p5 input{width: 160px;height: 50px;background: #E93828;color: #fff;border: none;font-size: 20px;}

/*列表上一页下一页*/
.n_pages{font-size:14px;height:60px;margin:2px 30px 0 0;text-align:right;line-height: 60px;}
.n_pages span, .n_pages a{color: #333;display: inline-block;height: 26px;line-height: 27px;margin-right: 8px;min-width: 10px;padding: 0 2px;text-align: center;white-space: nowrap;}
.n_pages a {background-color: #ededed;padding:0 10px;font-size:14px;}
.n_pages .n_act, .n_pages a:hover{background:#0E2E85 ;color:#fff;}
.n_pages input{width:26px;height:26px;border:1px solid #ccc}

.background {display: none;position: absolute;z-index: 99;background: #000;width: 100%;top: 0;left: 0;height: 100%;opacity: .6;}

.form_layer{display:none;position:fixed;top:10%;left: 50%;z-index: 9999;background: #fff;max-width:750px;margin-left:-450px;padding:30px 30px 30px 30px;max-height:650px;}
/*.form_layer_img img{width:600px;height:400px;}*/
/*.form_layer_c{height:400px;}*/
.form_layer_c1{margin:10px 0 10px 0;}
.form_layer_c1 p{font-size:16px;color:#666;line-height:1.2em;}
.form_layer_c2 p{font-size:14px;color:#999;line-height:1.8em;}
.form_close{width:30px;height:30px;background:url('../img/close.png') no-repeat;position:absolute;top:-15px;right:-15px;cursor:pointer;}

.list-c10 .p4 .Validform_error {
    background-color: #fbe2e2;
    border-color: #c66161;
    color: #c00;
}

.slideBox{position:relative;width:100%;/*min-width:990px*/}
.w1000 .slideBox img{height:350px}
.slideBox img{width:100%;}
.slideBox .hd{opacity:1;transition:opacity .3s;position:absolute;bottom:10px;left:50%;z-index:10;padding:4px 16px;/*border-radius:20px;background-color:rgba(0,0,0,.15);filter:alpha(opacity=15);*/font-size:0}
/*.slideBox .hd li{padding:5px;display:inline-block;cursor:pointer}*/
/*.slideBox .hd li span{margin-bottom:0px;display:block;width:12px;height:12px;border-radius:6px;background-color:rgba(255,255,255,.4);filter:alpha(opacity=40);transition:width .3s ease-out}*/

.slideBox .hd ul li {border-radius:6px;background-color:rgba(255,255,255,.4);filter:alpha(opacity=40);transition:width .3s ease-out;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    margin-right: 20px;
    float: left;
    cursor: pointer;
}
.slideBox .hd ul li.on{background: #0C2E85;}
