@charset "UTF-8";/* CSS Document */
html{overflow:-moz-scrollbars-vertical;overflow-x:hidden;}
@font-face{font-family:'zhsrxtj';src:url('../other/zhsrxtj.eot');src:url('../other/zhsrxtj.eot') format('embedded-opentype'),  url('../other/zhsrxtj.woff') format('woff'),  url('../other/zhsrxtj.ttf') format('truetype'),  url('../other/zhsrxtj.svg') format('svg');}
*{word-wrap:break-word;margin:0;padding:0;}
table{border-collapse:collapse;}
fieldset, img{border:none;}
ul, li{list-style-type:none;}
a{text-decoration:none;color:#666666
}
a:link{color:#666666;}
a:visited{color:#666666;}
a:hover{color:#da0100;}
a:active{color:#666666;blr:expression(this.onFocus=this.blur());}
body{font-family:"Microsoft YaHei";font-size:12px;color:#666;background:#eaeaea;}
select, input{vertical-align:middle;outline:none;}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox]{cursor:pointer;outline:none;}
textarea{outline:none;}
.wrap{width:1400px;clear:both;margin:0 auto;}
.clear{clear:both;overflow:hidden;}
.h2{clear:both;height:2px;overflow:hidden;}
.h10{clear:both;height:10px;overflow:hidden;}
.h15{clear:both;height:16px;overflow:hidden;}
.h20{clear:both;height:20px;overflow:hidden;}
.h25{clear:both;height:25px;overflow:hidden;}
.h30{clear:both;overflow:hidden;height:30px;}
.h35{clear:both;overflow:hidden;height:35px;}
.h32{clear:both;height:32px;}
.h40{clear:both;height:40px;}
.h60{clear:both;height:60px;overflow:hidden;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
img{border:none;}
.bai{background:#FFF;}
.hui{background:#f2f2f2;}
.pic{overflow:hidden;}
.pic img{overflow:hidden;transition:all 0.3s linear;-webkit-transition:all 0.3s linear;}
.pic:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
/*公共部分结束*/

/*
********************************此处首页样式开始********************************
*/
/*头部开始*/
.topBox{height:100px;background:#FFF;position:relative;z-index:100
}
.logo{margin-top:18px;height:63px;padding-top:0px;}
.logo img{display:block;height:63px;}
.topR1{padding-top:10px;height:30px;line-height:30px;overflow:hidden;}
.topR1 a{font-size:14px;float:right;display:inline;background-color:#da0000;padding:0 10px;color:#FFF;}
.topRR{height:25px;margin-top:17px;position:relative;}
.topRR .a2{background:url(../images/icn1.png) no-repeat center center;float:left;display:inline;width:25px;height:25px;margin-left:20px;position:relative;cursor:pointer;}
.t_search{position:absolute;right:0px;top:58px;overflow:hidden;width:235px;display:none;}
.t_search input[type=text]{width:170px;height:45px;background:#FFF;border:none;float:left;display:inline;padding:0 10px;font-family:microsoft yahei;}
.t_search input[type=submit]{float:left;display:inline;width:45px;height:45px;background:#9c9c9c url(../images/icn2.png) no-repeat center center;}
/*头部结束*/

/*menu开始*/
.menuList{position:relative;float:left;display:inline;}
.menuList dd{float:left;display:inline;padding:0 0 0 40px;}
.menuList dd span{display:block;height:60px;line-height:60px;}
.menuList dd span a{display:block;height:60px;color:#666666;font-size:16px;transition:all 0.3s linear;-webkit-transition:all 0.3s linear;}
.menuList dd.hover span a{color:#da0100;}
.menuList dd.hover2 span a{color:#da0100;}
.menuList dt{position:absolute;left:0px;top:58px;width:70px;height:2px;background:#da0100;}
/*menu结束*/

/*banner开始*/

.indexBanner{height:726px;overflow:hidden;position:relative;}
/*分页*/

.indexBanner .hd{width:1400px;position:absolute;z-index:1;bottom:18px;left:50%;margin-left:-700px;height:30px;line-height:30px;}
.indexBanner .hd ul{text-align:center;display:inline-block;height:26px;border-radius:26px;padding:0 10px;}
.indexBanner .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:10px;height:10px;border-radius:100%;overflow:hidden;line-height:999px;margin:6px 5px;background:#FFF;}
.indexBanner .hd ul .on{-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;background:#F00;}
/*内容*/		

.indexBanner .bd{position:relative;height:100%;z-index:0;height:726px;}
.indexBanner .bd li{zoom:1;height:726px;opacity:1 !important;position:relative;}
.indexBanner .bd li a{display:block;width:100%;height:100%;overflow:hidden;background-size:cover !important;}
.indexBanner .bd li a img{display:block;width:100%;height:100%;}
.indexBanner .bd li.active{-webkit-animation:slideIn 1600ms cubic-bezier(0.190, 1, 0.420, 1);animation:slideIn 1600ms cubic-bezier(0.190, 1, 0.420, 1);-moz-animation:slideIn 1600ms cubic-bezier(0.190, 1, 0.420, 1);}
.indexBanner .bd li.active a img{-webkit-animation:imgIn 1600ms cubic-bezier(0.190, 1, 0.420, 1);animation:imgIn 1600ms cubic-bezier(0.190, 1, 0.420, 1);-moz-animation:imgIn 1600ms cubic-bezier(0.190, 1, 0.420, 1);}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.indexBanner .prev{display:block;width:80px;height:80px;background:url(../images/prev1.png) no-repeat center center;position:absolute;left:50%;margin-left:-700px;top:50%;margin-top:-40px;}
.indexBanner .next{display:block;width:80px;height:80px;background:url(../images/next1.png) no-repeat center center;position:absolute;right:50%;margin-right:-700px;top:50%;margin-top:-40px;}
.indexBanner .prev:hover{opacity:0.5
}
.indexBanner .next:hover{opacity:0.5
}
 @-webkit-keyframes slideIn{0%{-webkit-transform:translateX(100%);opacity:1;}
100%{-webkit-transform:translateX(0);opacity:1;}
}
 @keyframes slideIn{0%{transform:translateX(100%);opacity:1;}
100%{transform:translateX(0);opacity:1;}
}
 @-webkit-keyframes imgIn{0%{-webkit-transform:-webkit-translateX(-85%);opacity:1;}
100%{-webkit-transform:-webkit-translateX(0);opacity:1;}
}
 @keyframes imgIn{0%{transform:translateX(-85%);opacity:1;}
100%{transform:translateX(0);opacity:1;}
}
/*banner结束*/

/*第一通栏开始*/

.column1{margin-bottom:40px;}
.column1Up{clear:both;height:338px;}
.column1UpL{width:700px;overflow:hidden;}
.column1UpL .text{width:237px;height:338px;}
.column1UpL .text a{display:block;height:338px;text-align:center;background:#f7f7f7;}
.column1UpL .text a span{display:block;padding-top:120px;height:50px;line-height:50px;color:#444444;font-size:24px;}
.column1UpL:hover .text a span{color:#da0100;}
.column1UpL .text a em{display:block;width:26px;height:26px;background:url(../images/icn3.png) no-repeat center center;margin:0 auto;}
.column1UpL .pic{width:463px;height:338px;overflow:hidden;}
.column1UpL .pic img{width:463px;height:338px;overflow:hidden;}
.column1UpR{position:relative;width:700px;}
.column1UpRC{width:700px;position:absolute;left:0px;top:0px;background:#FFF;}
.column1UpRC1{padding:25px 60px 30px;position:relative;background:#f7f7f7;}
.column1UpRC1 .title{height:50px;line-height:50px;overflow:hidden;margin-bottom:20px;}
.column1UpRC1 .title span{float:left;display:inline;color:#da0100;font-size:30px;font-weight:bold;}
.column1UpRC1 .title em{float:left;display:inline;color:#b9b9b9;font-size:24px;font-weight:bold;font-style:normal;margin-left:10px;line-height:63px;}
.column1UpRC1 .text{color:#666666;line-height:32px;font-size:16px;height:64px;overflow:hidden;margin-bottom:20px;}
.column1UpRC1 .text a{color:#666;}
.column1UpRC1 .btn{overflow:hidden;margin-bottom:33px;}
.column1UpRC1 .btn a{float:left;display:inline;margin-right:25px;}
.column1UpRC1 .btn a.a1{overflow:hidden;width:39px;height:39px;background:url(../images/icn4.png) no-repeat center center;}
.column1UpRC1 .btn a.a1:hover{background:url(../images/icn4h.png) no-repeat center center;}
.column1UpRC1 .btn a.a2{overflow:hidden;width:39px;height:39px;background:url(../images/icn5.png) no-repeat center center;}
.column1UpRC1 .btn a.a2:hover{background:url(../images/icn5h.png) no-repeat center center;}
.column1UpRC1 .title2{height:57px;overflow:hidden;line-height:57px;font-size:14px;color:#666666;position:absolute;width:100%;left:0px;bottom:0px;height:57px;z-index:1;}
.column1UpRC1 .title2 a{display:block;padding:0 60px;height:57px;overflow:hidden;transition:all 0.15s linear;-webkit-transition:all 0.15s linear;}
.column1UpRC1 .title2 a div{display:block;border-top:1px solid #d9d9d9;transition:all 0.1s linear;-webkit-transition:all 0.1s linear;}
.column1UpRC1 .title2:hover a{background:#ffbe2e;}
.column1UpRC1 .title2:hover a div{border-top-color:#ffbe2e
}
.column1UpRC1 .title2 span{float:left;display:inline;position:relative;z-index:2;}
.column1UpRC1 .title2 em{float:right;display:inline;width:38px;height:56px;background:url(../images/icnr.png) no-repeat right center;position:relative;z-index:2;}
.column1UpRC1 .title2:hover span{color:#343434;}
.column1UpRC1 .title2:hover em{background:url(../images/icnrh.png) no-repeat right center;}
.column1Dn{overflow:hidden;}
.column1Dn .text{width:700px;overflow:hidden;background:#ffffff;height:340px;}
.column1Dn .text .con{padding:70px 55px 0;position:relative;}
.column1Dn .text .title{height:47px;line-height:46px;color:#444444;font-size:24px;position:relative;margin-bottom:20px;overflow:hidden;}
.column1Dn .text .title a{color:#444;}
.column1Dn .text .title a:hover{color:#da0100;}
.column1Dn .text .title span{display:block;width:47px;height:2px;background:#cccccc;position:absolute;left:0px;bottom:0px;}
.column1Dn .text .text1{color:#666666;line-height:32px;font-size:16px;height:96px;overflow:hidden;margin-bottom:50px;}
.column1Dn .text .title2{height:57px;overflow:hidden;line-height:57px;font-size:14px;color:#666666;position:absolute;width:100%;left:0px;bottom:0px;height:57px;z-index:1;}
.column1Dn .text .title2 a{display:block;padding:0 60px;height:57px;overflow:hidden;transition:all 0.15s linear;-webkit-transition:all 0.15s linear;}
.column1Dn .text .title2 a div{display:block;border-top:1px solid #d9d9d9;transition:all 0.1s linear;-webkit-transition:all 0.1s linear;}
.column1Dn .text .title2:hover a{background:#ffbe2e;}
.column1Dn .text .title2:hover a div{border-top-color:#ffbe2e
}
.column1Dn .text .title2 span{float:left;display:inline;}
.column1Dn .text .title2 em{float:right;display:inline;width:38px;height:56px;background:url(../images/icnr.png) no-repeat right center;}
.column1Dn .text .title2:hover span{color:#343434;}
.column1Dn .text .title2:hover em{background:url(../images/icnrh.png) no-repeat right center;}
.column1Dn .pic{width:700px;height:340px;overflow:hidden;}
.column1Dn .pic img{width:700px;height:340px;overflow:hidden;object-fit:cover;}
/*第一通栏结束*/

/*第二通栏开始*/

.column2{background:#FFF;margin-bottom:40px;}
.column2List{overflow:hidden;height:140px;}
.column2List dd{overflow:hidden;width:30%;padding:25px 0;text-align:center;float:left;display:inline;}
.column2List dd .con{overflow:hidden;position:relative;}
.column2List dd .con:before{display:block;width:1px;height:66px;background:#e6e6e6;content:'';position:absolute;right:0px;top:50%;margin-top:-33px;}
.column2List dd .con .date{overflow:hidden;height:60px;line-height:60px;text-align:center;color:#555555;font-size:50px;font-family:zhsrxtj;}
.column2List dd .con .date em{font-family:microsoft yahei;font-size:16px;font-style:normal;}
.column2List dd .con .title{height:30px;line-height:30px;color:#888888;font-size:14px;}
.column2List dd .con2{overflow:hidden;position:relative;}
.column2ListC{height:96px;overflow:hidden;position:relative;}
/*内容*/		

.column2ListC .bd{position:relative;height:100%;z-index:0;height:96px;}
.column2ListC .bd li{zoom:1;vertical-align:middle;height:24px;line-height:24px;padding:0 30px;text-align:left;overflow:hidden;}
.column2ListC .bd li span{color:#888888
}
/*第二通栏结束*/

/*第三通栏开始*/
.column3{background:#FFF;margin-bottom:40px;}
.column3C{padding:0 45px 35px;}
.indexT{height:30px;line-height:30px;overflow:hidden;padding:35px 0 40px 0;}
.indexT .titleL{color:#444444;font-size:24px;}
.indexT .titleR{overflow:hidden;}
.indexT .titleR a{overflow:hidden;float:left;display:inline;height:30px;line-height:30px;padding:0 28px;background-image:url(../images/icn7.png);background-position:right center;background-repeat:no-repeat;font-size:16px;margin-left:1px;}
.indexT .titleR a:last-child{background-image:none;}
.indexT .titleR a:hover{color:#FFF;background:#da0100;}
.indexT .titleR a.hover{color:#FFF;background:#da0100;}
.column3List{overflow:hidden;margin-right:-24px;}
.column3List dd{overflow:hidden;float:left;display:inline;width:33.3333%;margin-bottom:35px;}
.column3List dd a{display:block;padding-right:24px;}
.column3List dd .pic{width:100%;position:relative;padding-top:60%;overflow:hidden;}
.column3List dd .pic img{display:block;width:100%;height:100%;position:absolute;left:0px;top:0px;}
.column3List dd .text{height:63px;line-height:63px;border:1px solid #f0f0f0;padding:0 12px 0 28px;overflow:hidden;position:relative;}
.column3List dd .text:before{display:block;width:0;height:3px;background:#da0100;position:absolute;left:0px;bottom:0px;content:'';transition:all 0.3s linear;-webkit-transition:all 0.3s linear;}
.column3List dd .text span{display:block;height:63px;line-height:63px;color:#666666;font-size:16px;float:left;display:inline;}
.column3List dd .text em{display:block;width:35px;height:63px;background:url(../images/icn8.png) no-repeat center center;float:right;display:inline;}
.column3List dd:hover .text:before{width:100%;}
.column3Btn{overflow:hidden;text-align:center;height:42px;}
.column3Btn a{overflow:hidden;display:inline-block;padding:0 80px;border:1px solid #b7b7b7;color:#666666;font-size:16px;border-radius:42px;height:40px;line-height:40px;}
.column3Btn a:hover{color:#FFF;background:#da0100;border-color:#da0100;}
/*第三通栏结束*/

/*第四通栏开始*/
.column4{background:#FFF;margin-bottom:40px;}
.column4C{padding:0 45px 35px;}
.column4CCL{width:690px;height:415px;overflow:hidden;position:relative;margin-right:25px;}
/*内容*/	
.column4CCL .bd{position:relative;height:100%;z-index:0;width:690px;height:415px;}
.column4CCL .bd li{zoom:1;vertical-align:middle;width:690px;height:415px;}
.column4CCL .bd li .pic{width:690px;height:415px;overflow:hidden;}
.column4CCL .bd li .pic img{width:690px;height:415px;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.column4CCL .prev{display:block;width:35px;height:62px;background:url(../images/prev2.png) no-repeat center center;position:absolute;left:0px;top:50%;margin-top:-31px;}
.column4CCL .next{display:block;width:35px;height:62px;background:url(../images/next2.png) no-repeat center center;position:absolute;right:0px;top:50%;margin-top:-31px;}
.column4CCR{overflow:hidden;height:415px;}
.column4CCR .up{overflow:hidden;padding-bottom:22px;border-bottom:1px solid #e5e5e5;margin-bottom:22px;}
.column4CCR .up .title{overflow:hidden;height:38px;line-height:38px;margin-bottom:5px;}
.column4CCR .up .title a{color:#444444;font-size:18px;}
.column4CCR .up .text{color:#888888;line-height:24px;font-size:14px;height:72px;overflow:hidden;}
.indexList{overflow:hidden;}
.indexList dd{overflow:hidden;height:38px;line-height:38px;font-size:14px;}
.indexList dd a{overflow:hidden;float:left;display:inline;}
.indexList dd a em{overflow:hidden;float:left;display:inline;width:5px;height:5px;background:#c3c3c3;margin:16px 8px 0 0;border-radius:5px;}
.indexList dd span{float:right;display:inline;color:#999999;}
/*第四通栏结束*/

/*底部开始*/
.footerBox{padding-top:58px;background:#213e6e;}
.footer1{overflow:hidden;padding-bottom:58px;border-bottom:1px solid #333333;}
.footer1 .title{height:36px;line-height:36px;font-size:16px;}
.footer1 .title a{color:#FFF;}
.footer1 .con{color:#8390a6;font-size:14px;line-height:24px;}
.footer1 .con a{display:block;height:24px;color:#8390a6;}
.footer1 .con a:hover{color:#FFF;}
.footer1L{overflow:hidden;}
.footer1L dd{overflow:hidden;float:left;display:inline;margin-right:100px;}
.footer1R{overflow:hidden;width:510px;}
.footer1R1{width:260px;}
.footer1R2{overflow:hidden;float:right;display:inline;width:124px;height:margin-top:22px;}
.footer1R2 img{display:block;width:124px;height:124px;}
.footer1R2 span{display:block;height:40px;line-height:40px;color:#9a9a9a;font-size:14px;text-align:center;}
.footer2{height:60px;line-height:60px;overflow:hidden;color:#8390a6;}
.footer2L a,.footer2R a{color:#8390a6;}
.footer2R a:hover{color:#FFF;}
/*底部结束*/
/*
********************************此处首页样式结束********************************
*/

/*
********************************此处内页样式开始********************************
*/
/*内页框架开始*/
.channelBanner{width:100%;height:700px;background-position:center top;background-repeat:no-repeat;background-size:cover;margin-bottom:30px;}
.channelBanner a{display:block;height:100%;}
.subBanner{width:100%;height:430px;background-position:center top;background-repeat:no-repeat;background-size:cover;}
.subBanner a{display:block;height:100%;}
.locationBox{background:#ffffff;height:60px;line-height:60px;}
.location{overflow:hidden;}
.locationL{overflow:hidden;margin-top:16px;font-size:14px;}
.locationL a{overflow:hidden;float:left;display:inline;height:27px;line-height:27px;padding:0 23px;position:relative;color:#666666;font-size:14px;}
.locationL em{float:left;display:inline;font-style:normal;height:27px;line-height:27px;width:6px;}
.locationL a:hover{background:#da0000;color:#FFF;}
.locationL a.hover{background:#da0000;color:#FFF;}
.locationR{height:60px;line-height:60px;padding-left:28px;background:url(../images/icn11.png) no-repeat left center;overflow:hidden;color:#888888;}
.locationR span{display:inline;color:#888888;}
.locationR a{display:inline;color:#888888;padding:0px 3px;}
.locationR em{display:inline;margin:0 9px;font-style:normal;}
.locationR a:hover{color:#da0100;}
.locationR a.hover{color:#da0100;}
.h_40{height:40px;clear:both;overflow:hidden;}
.subPage{background:#FFF;}
.subPageC{min-height:500px;height:auto !important;height:500px;}
/*页码开始*/
.page{padding:20px 0;clear:both;text-align:center;font-family:Arial;}
.page a{display:inline-block;height:25px;line-height:25px;margin:0 1px;background:#c8c8c8;padding:0px 10px;color:#FFF;}
.page a:hover{color:#fff;background:#da0000;}
.page a.hover{color:#fff;background:#da0000;}
.sjMenuBox{position:relative;}
.sjMenu{position:absolute;left:0px;top:0px;height:40px;line-height:40px;color:#888888;padding-left:15px;}
.sjMenu a{float:left;display:inline;color:#888888;}
.sjMenu a:hover{color:#da0000;}
.sjMenu a.hover{color:#da0000;}
.sjMenu em{float:left;display:inline;margin:0 15px;font-style:normal;}
/*页码结束*/
/*内页框架结束*/

/*公司概况第一通栏start*/
.gsgkColumn1{background:#FFF;overflow:hidden;margin-bottom:30px;}
.gsgkColumn1 .conL{width:700px;height:392px;overflow:hidden;position:relative;}
.gsgkColumn1 .conL img{width:700px;height:392px;overflow:hidden;}
.gsgkColumn1 .conL .title{height:40px;line-height:40px;color:#444444;font-size:26px;position:absolute;left:65px;top:75px;}
.gsgkColumn1 .conL .title a{color:#444;}
.gsgkColumn1 .conL .title a:hover{color:#da0100;}
.gsgkColumn1 .conL .btn{height:30px;width:38px;position:absolute;left:65px;top:280px;transition:all 0.3s linear;-webkit-transition:all 0.3s linear;}
.gsgkColumn1 .conL .btn a{display:block;height:100%;background:url(../images/icnr.png) no-repeat center center;}
.gsgkColumn1 .conL .btn:hover a{background:url(../images/icnrh.png) no-repeat center center;}
.gsgkColumn1 .conL .btn:hover{width:100px;background:#da0100;height:50px;}
.gsgkColumn1 .conR{overflow:hidden;padding:75px 65px 0;}
.gsgkColumn1 .conR .title{height:40px;line-height:40px;color:#444444;font-size:26px;overflow:hidden;margin-bottom:30px;}
.gsgkColumn1 .conR .title a{color:#444;}
.gsgkColumn1 .conR .title a:hover{color:#da0100;}
.gsgkColumn1 .conR .text{color:#777777;line-height:32px;height:96px;overflow:hidden;font-size:14px;margin-bottom:36px;}
.gsgkColumn1 .conR .btn{height:30px;width:38px;transition:all 0.3s linear;-webkit-transition:all 0.3s linear;}
.gsgkColumn1 .conR .btn a{display:block;height:100%;background:url(../images/icnr.png) no-repeat center center;}
.gsgkColumn1 .conR .btn:hover a{background:url(../images/icnrh.png) no-repeat center center;}
.gsgkColumn1 .conR .btn:hover{width:100px;background:#da0100;height:50px;}
/*公司概况第一通栏end*/

/*公司概况第2通栏start*/

.gsgkColumn2{overflow:hidden;background:#FFF;margin-bottom:30px;}
.gsgkColumn2C{padding:60px 65px;}
.gsgkTitle{height:40px;line-height:40px;overflow:hidden;}
.gsgkTitle .titleL{color:#444444;font-size:26px;}
.gsgkTitle .titleL a{color:#444;}
.gsgkTitle .titleL a:hover{color:#da0100;}
.gsgkTitle .titleR{overflow:hidden;}
.gsgkTitle .titleR a{overflow:hidden;float:left;display:inline;height:40px;padding:0 15px;color:#888888;font-size:14px;}
.gsgkTitle .titleR .list{float:left;display:inline;}
.gsgkTitle .titleR .list a{background:url(../images/icn9.png) no-repeat right center;}
.gsgkTitle .titleR .list a.hover{color:#da0000;}
.gsgkTitle .titleR a:hover{color:#da0000;}
.gsgkTitle .titleR .more{float:left;display:inline;}
.gsgkColumn2CC{padding-top:35px;position:relative;height:272px;}
/*内容*/		

.gsgkColumn2CC .bd{position:relative;height:100%;z-index:0;height:272px;overflow:hidden;}
.gsgkColumn2CC .bd li{zoom:1;vertical-align:middle;height:272px;width:405px;float:left;display:inline;margin-right:27px;}
.gsgkColumn2CC .bd li .pic{width:405px;height:272px;overflow:hidden;}
.gsgkColumn2CC .bd li .pic img{width:405px;height:272px;}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.gsgkColumn2CC .prev{display:block;width:25px;height:25px;position:absolute;right:25px;top:-32px;background-image:url(../images/prev3.png);background-position:center center;background-repeat:no-repeat;background-color:#eaeaea;}
.gsgkColumn2CC .prev:hover{background-color:#da0000;background-image:url(../images/prev3h.png)
}
.gsgkColumn2CC .next{display:block;width:25px;height:25px;position:absolute;right:0px;top:-32px;background-image:url(../images/next3.png);background-position:center center;background-repeat:no-repeat;background-color:#eaeaea;}
.gsgkColumn2CC .next:hover{background-color:#da0000;background-image:url(../images/next3h.png)
}
/*公司概况第2通栏end*/

/*公司概况第3通栏start*/

.gsgkColumn3{height:472px;background-repeat:no-repeat;background-size:cover;background-position:center center;margin-bottom:30px;overflow:hidden;}
.gsgkColumn3T{padding-top:50px;line-height:65px;height:65px;color:#FFF;font-size:26px;padding-bottom:60px;padding-left:60px;}
.gsgkColumn3T a{color:#FFF;}
.gsgkColumn3T a:hover{opacity:0px;}
.bigNewsBox{position:relative;height:170px;width:1300px;margin:0 auto;}
.yearbg{height:45px;background:url(../images/hline.png) no-repeat center;width:100%;position:absolute;bottom:62px;left:0
}
.year{width:1200px;bottom:0;position:absolute;left:50%;margin-left:-600px;}
.yearbox{height:170px;}
.year ul{width:1000%;}
.year ul li{text-align:center;width:106px;font-size:20px;color:#b9bdb4;float:left;cursor:pointer;position:absolute;text-align:center;height:166px;padding:0 !important;background:url(../images/bigico2.png) no-repeat center center;overflow:visible !important;}
.year ul li:hover{background:url(../images/bigico2h.png) no-repeat center center;}
 .year ul li:nth-child(2n) i{padding-top:110px;}
.year ul li i{display:block;font-size:18px;line-height:24px;font-style:normal
}
.year ul li span{display:block;font-size:14px;line-height:24px;height:24px;overflow:hidden;width:350px;position:relative;left:-50%;margin-left:14px;}
.year a{display:block;width:38px;height:66px;top:58px;z-index:2;position:absolute;}
.year a.yl{background:url(../images/left.png) no-repeat;left:-100px;}
.year a.yr{background:url(../images/right.png) no-repeat;right:-100px;}
/*公司概况第3通栏end*/

/*公司概况第4通栏start*/

.gsgkColumn4{overflow:hidden;background:#FFF;margin-bottom:30px;}
.gsgkColumn4C{padding:60px 65px;}
.gsgkColumn4CC{padding-top:35px;position:relative;height:282px;}
/*内容*/		

.gsgkColumn4CC .bd{position:relative;height:100%;z-index:0;height:282px;overflow:hidden;}
.gsgkColumn4CC .bd li{zoom:1;vertical-align:middle;width:400px;float:left;display:inline;margin-right:27px;}
.gsgkColumn4CC .bd li .pic{width:400px;height:240px;overflow:hidden;}
.gsgkColumn4CC .bd li .pic img{width:400px;height:240px;}
.gsgkColumn4CC .bd li .text{display:block;height:40px;line-height:40px;border-bottom:2px solid #f1f1f1;overflow:hidden;padding:0 5px;}
.gsgkColumn4CC .bd li .text span{display:block;float:left;display:inline;font-size:14px;}
.gsgkColumn4CC .bd li .text em{display:block;float:right;display:inline;width:23px;line-height:40px;height:40px;background:url(../images/icn6.png) no-repeat center center;}
/*公司概况第4通栏end*/

/*公司概况第5通栏start*/

.gsgkColumn5{overflow:hidden;margin-bottom:30px;}
.gsgkColumn5C{overflow:hidden;background:#FFF;}
.gsgkColumn5C .pic{width:700px;height:392px;overflow:hidden;}
.gsgkColumn5C .pic img{width:700px;height:392px;overflow:hidden;}
.gsgkColumn5C .text{padding:60px 65px 0;overflow:hidden;}
.gsgkColumn5C .text .title{height:50px;line-height:50px;color:#444444;font-size:26px;overflow:hidden;margin-bottom:20px;}
.gsgkColumn5C .text .title a{color:#444;}
.gsgkColumn5C .text .title a:hover{color:#da0100;}
.gsgkColumn5C .text .text1{color:#777777;font-size:14px;line-height:32px;height:192px;overflow:hidden;}
/*公司概况第5通栏end*/

/*event*/

.event{position:relative;padding:80px 0 65px 0;}
.event:before{position:absolute;left:50%;width:1px;height:100%;background:#e5e5e5;top:0px;content:'';display:block;}
.eventIcn1{width:15px;height:15px;background:url(../images/eventIcn1.png) no-repeat center center;position:absolute;left:50%;margin-left:-7px;top:0px;}
.eventIcn2{width:37px;height:35px;background:url(../images/eventIcn2.png) no-repeat center center;position:absolute;left:50%;margin-left:-18px;bottom:0px;}
.eventList{overflow:hidden;}
.eventList dd{width:325px;position:relative;margin-bottom:35px;}
.eventList dd .eventIcn3{width:15px;height:15px;background:url(../images/eventIcn3.png) no-repeat center center;position:absolute;top:0px;}
.eventList dd h1{height:30px;line-height:30px;color:#444444;font-weight:normal;font-size:20px;margin-bottom:5px;}
.eventList dd .text1{line-height:24px;overflow:hidden;color:#666666;font-size:16px;}
.eventList dd.odd{left:50%;margin-left:-365px;}
.eventList dd.odd{text-align:right;}
.eventList dd.odd .eventIcn3{right:-48px;}
.eventList dd.even{left:50%;margin-left:40px;}
.eventList dd.even{text-align:left;}
.eventList dd.even .eventIcn3{left:-48px;}
/*全图*/

.box{padding:35px 35px 0;}
.newsAllImg{overflow:hidden;margin-right:-35px;}
.newsAllImg dd{overflow:hidden;float:left;display:inline;width:33.3333%;margin-bottom:35px;}
.newsAllImg dd a{display:block;padding-right:35px;}
.newsAllImg dd .pic{width:100%;position:relative;padding-top:60%;overflow:hidden;}
.newsAllImg dd .pic img{display:block;width:100%;height:100%;position:absolute;left:0px;top:0px;}
.newsAllImg dd .text{height:63px;line-height:63px;border:1px solid #f0f0f0;padding:0 12px 0 28px;overflow:hidden;position:relative;}
.newsAllImg dd .text:before{display:block;width:0;height:3px;background:#da0100;position:absolute;left:0px;bottom:0px;content:'';transition:all 0.3s linear;-webkit-transition:all 0.3s linear;}
.newsAllImg dd .text span{display:block;height:63px;line-height:63px;color:#666666;font-size:16px;float:left;display:inline;}
.newsAllImg dd .text em{display:block;width:35px;height:63px;background:url(../images/icn8.png) no-repeat center center;float:right;display:inline;}
.newsAllImg dd:hover .text:before{width:100%;}
.newsAllImg2{overflow:hidden;margin-right:-35px;}
.newsAllImg2 dd{overflow:hidden;float:left;display:inline;width:33.3333%;margin-bottom:30px;}
.newsAllImg2 dd a{display:block;padding-right:35px;}
.newsAllImg2 dd .pic{width:100%;position:relative;padding-top:67.2941%;overflow:hidden;}
.newsAllImg2 dd .pic img{display:block;width:100%;height:100%;position:absolute;left:0px;top:0px;}
.newsAllImg3{overflow:hidden;margin-right:-35px;}
.newsAllImg3 dd{overflow:hidden;float:left;display:inline;width:33.3333%;margin-bottom:30px;}
.newsAllImg3 dd a{display:block;padding-right:35px;}
.newsAllImg3 dd .pic{width:100%;position:relative;padding-top:60.2381%;overflow:hidden;}
.newsAllImg3 dd .pic img{display:block;width:100%;height:100%;position:absolute;left:0px;top:0px;}
.newsAllImg3 dd .text{display:block;height:40px;line-height:40px;border-bottom:2px solid #f1f1f1;overflow:hidden;padding:0 5px;}
.newsAllImg3 dd .text span{display:block;float:left;display:inline;font-size:14px;}
.newsAllImg3 dd .text em{display:block;float:right;display:inline;width:23px;line-height:40px;height:40px;background:url(../images/icn6.png) no-repeat center center;}
/*contactUs*/

.contactUsUp{overflow:hidden;padding:58px 0
}
.contactUsUp dd{overflow:hidden;float:left;display:inline;width:33.3333%;}
.contactUsUp dd .icn{width:130px;height:130px;margin:0 auto;margin-bottom:30px;}
.contactUsUp dd.dd1 .icn{background:url(../images/icn12.png) no-repeat center center;}
.contactUsUp dd.dd2 .icn{background:url(../images/icn13.png) no-repeat center center;}
.contactUsUp dd.dd3 .icn{background:url(../images/icn14.png) no-repeat center center;}
.contactUsUp dd.dd1:hover .icn{background:url(../images/icn12h.png) no-repeat center center;}
.contactUsUp dd.dd2:hover .icn{background:url(../images/icn13h.png) no-repeat center center;}
.contactUsUp dd.dd3:hover .icn{background:url(../images/icn14h.png) no-repeat center center;}
.contactUsUp dd .text{color:#b3b3b3;line-height:40px;overflow:hidden;font-size:16px;text-align:center;padding:0 30px;}
.contactUsDn{height:600px;background:#f5f3f0;}
/*招聘*/

.rmt_dl dt span a{display:block;width:100px;height:30px;text-align:center;line-height:30px;background:#c4171f;color:#fff;margin-left:25px;}
.rmt_dl dt span a:hover{opacity:0.9
}
.rmt_dl dd{display:block;clear:both;overflow:hidden;margin:0 0 7px 0;background:#FFF;}
.rmt_dl dd .div1{clear:both;height:50px;background:#ffffff;overflow:hidden;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
.rmt_dl dd .div1 span{display:inline;float:left;height:50px;line-height:50px;color:#333333;font-size:16px;}
.rmt_dl dd .div1 span.span1{width:500px;text-align:left;padding:0 10px 0 30px;font-size:16px;}
.rmt_dl dd .div1 span.span2{width:200px;text-align:center;padding:0 10px
}
.rmt_dl dd .div1 span.span3{width:300px;text-align:center;padding:0 10px
}
.rmt_dl dd .div1 span.span4{width:320px;text-align:center;padding:0 10px
}
.rmt_dl dd .div1 span.span5{width:80px;cursor:pointer;text-align:center;float:right;background:url(../images/jia.png) no-repeat center center;}
.rmt_dl dd .div2{clear:both;overflow:hidden;padding:10px 30px;color:#666666;font-size:14px;line-height:30px;text-align:left;display:none;}
.rmt_dl dd.hover .div1{background:#da0000;}
.rmt_dl dd.hover .div1 span{color:#FFF;}
.rmt_dl dd:hover .div1{background:#da0000;}
.rmt_dl dd:hover .div1 span{color:#FFF;}
.rmt_dl dd:hover .div1 span.span5{background:url(../images/jia2.png) no-repeat center center;}
.rmt_dl dd .div1 span.span5.jian{background:url(../images/jian.png) no-repeat center center;}
.div2Btn{overflow:hidden;padding-top:20px;}
.div2Btn a{display:block;width:140px;height:40px;background:#006e39;color:#FFF;text-align:center;font-size:16px;line-height:40px;}
.rctNotice{overflow:hidden;height:60px;line-height:60px;color:#da0000;font-size:14px;}
.rctNotice span{color:#da0000;}
/*message*/

.message{padding:30px
}
.zxbmForm{clear:both;margin-right:-35px;}
.zxbmForm dd{float:left;display:inline;position:relative;width:33.3333%;margin-bottom:10px;}
.zxbmForm dd.dd2{width:66.6667%;}
.zxbmForm dd.dd3{width:100%;}
.zxbmForm dd.dd4{width:100%;}
.zxbmForm dd .con{padding-right:35px;position:relative;}
.zxbmForm dd.dd4 .con{padding-right:325px;}
.zxbmForm dd input{float:left;display:inline;height:60px;line-height:60px;border:none;background:#f4f4f4;padding:0 20px;font-family:microsoft yahei;box-sizing:border-box;-webkit-box-sizing:border-box;font-size:20px;}
.zxbmForm dd textarea{float:left;display:inline;height:260px;line-height:60px;border:none;background:#f4f4f4;padding:0 20px;width:100%;font-family:microsoft yahei;box-sizing:border-box;-webkit-box-sizing:border-box;font-size:20px;}
.zxbmForm dd .point{width:25px;height:50px;text-align:center;color:#f40012;font-size:16px;line-height:50px;position:absolute;left:10px;top:0px;}
.zxbmForm dd input.input1{width:100%;}
.zxbmForm dd input.input2{width:100%;}
.zxbmForm dd input.input3{width:215px;}
.zxbmForm dd .text{position:absolute;right:35px;top:0px;width:270px;}
.zxbmForm dd img{float:left;display:inline;margin-left:10px;width:148px;height:60px;}
.zxbmForm dd a{float:left;display:inline;margin-left:10px;height:60px;line-height:60px;color:#929292;font-size:14px;}
.zxbmFormSel{width:350px;height:50px;background:#FFF;position:relative;padding-right:35px;}
.zxbmForm .btn{overflow:hidden;clear:both;padding-right:35px;}
.zxbmForm .btn a{display:block;width:100%;height:55px;background:#da0005;color:#FFF;font-size:18px;text-align:center;line-height:55px;}
.message2{padding:65px
}
.zxbmForm2{clear:both;margin-right:-25px;}
.zxbmForm2 dd{float:left;display:inline;position:relative;width:50%;margin-bottom:28px;}
.zxbmForm2 dd.dd2{width:66.6667%;}
.zxbmForm2 dd.dd3{width:100%;}
.zxbmForm2 dd.dd4{width:100%;}
.zxbmForm2 dd .con{padding-right:25px;position:relative;}
.zxbmForm2 dd.dd4 .con{padding-right:195px;}
.zxbmForm2 dd input{float:left;display:inline;height:55px;line-height:55px;border:none;background:#eaeaea;padding:0 20px;font-family:microsoft yahei;box-sizing:border-box;-webkit-box-sizing:border-box;font-size:18px;}
.zxbmForm2 dd textarea{float:left;display:inline;height:237px;line-height:55px;border:none;background:#eaeaea;padding:0 20px;width:100%;font-family:microsoft yahei;box-sizing:border-box;-webkit-box-sizing:border-box;font-size:18px;}
.zxbmForm2 dd .point{width:25px;height:50px;text-align:center;color:#f40012;font-size:16px;line-height:50px;position:absolute;left:10px;top:0px;}
.zxbmForm2 dd input.input1{width:100%;}
.zxbmForm2 dd input.input2{width:100%;}
.zxbmForm2 dd input.input3{width:215px;}
.zxbmForm2 dd .text{position:absolute;right:25px;top:0px;width:160px;}
.zxbmForm2 dd img{float:left;display:inline;width:160px;height:55px;}
.zxbmForm2 .btn{overflow:hidden;clear:both;padding-right:25px;}
.zxbmForm2 .btn .txtsubmit{display:block;width:100%;height:55px;background:#da0005;color:#FFF;font-size:18px;text-align:center;line-height:55px;}
/*newsList*/

.newsList{padding:20px 30px 0;}
.newsList dd{overflow:hidden;height:49px;line-height:49px;border-bottom:1px solid #ebebeb;font-size:14px;}
.newsList dd a, .newsList dd span{height:49px;line-height:49px;}
.newsList dd a.a1{padding-right:20px;float:left;display:inline;}
.newsList dd a.a2{width:85px;background:url(../images/icn15.png) no-repeat right center;float:right;display:inline;}
.newsList dd a.a2:hover{background:url(../images/icn15h.png) no-repeat right center;}
.newsList dd span.span1{width:140px;float:right;display:inline;}
.newsList dd span.span2{width:140px;text-align:center;float:right;display:inline;}
.newsList2{overflow:hidden;margin-right:-25px;}
.newsList2 dd{width:33.3333%;float:left;display:inline;overflow:hidden;margin-bottom:24px;position:relative;}
.newsList2 dd .con{padding-right:25px;}
.newsList2 dd .pic{width:100%;padding-top:60%;position:relative;}
.newsList2 dd .pic img{display:block;width:100%;height:100%;position:absolute;left:0px;top:0px;}
.newsList2 dd .newsList2L{background:none;position:relative;z-index:1;background:#FFF;}
.newsList2 dd .newsList2L{padding:30px 10px 0;background:#FFF;}
.newsList2 dd .newsList2L .date{overflow:hidden;width:100px;border-right:2px solid #f4f4f0;margin-right:25px;text-align:center;}
.newsList2 dd .newsList2L .date span{display:block;height:40px;line-height:40px;text-align:center;color:#444444;font-size:46px;margin-bottom:8px;}
.newsList2 dd .newsList2L .date em{display:block;height:15px;line-height:15px;color:#999999;font-size:12px;font-style:normal;}
.newsList2 dd .newsList2L .text{overflow:hidden;}
.newsList2 dd .newsList2L .text h1{overflow:hidden;height:28px;line-height:28px;font-weight:normal;margin-bottom:0px;}
.newsList2 dd .newsList2L .text h1 a{color:#444444;font-size:16px;}
.newsList2 dd .newsList2L .text h1 a:hover{color:#ecb861;}
.newsList2 dd .newsList2L .text div{overflow:hidden;color:#888888;line-height:20px;height:40px;}
.newsList2 dd .newsList2L .more{height:40px;line-height:40px;overflow:hidden;border-top:1px solid #f4f4f0;}
.newsList2 dd .newsList2L .more a{display:block;height:40px;padding:0 6px;color:#888888;background:url(../images/icn6.png) no-repeat right center;}
.newsList2 dd:hover .newsList2L{background:#da0000;}
.newsList2 dd:hover .newsList2L .date span{color:#ffffff;}
.newsList2 dd:hover .newsList2L .date em{color:#ffc2c2;}
.newsList2 dd:hover .newsList2L .text h1 a{color:#FFF;}
.newsList2 dd:hover .newsList2L .text div{color:#ffb2b2;}
.newsList2 dd:hover .newsList2L .more{border-color:#e24a48;}
.newsList2 dd:hover .newsList2L .date{border-color:#e77a78;}
.newsList2 dd:hover .newsList2L .more a{color:#FFF;background:url(../images/icn6h.png) no-repeat right center;}
.newsList3{padding:20px 30px 0;}
.newsList3 dd{overflow:hidden;height:49px;line-height:49px;border-bottom:1px dashed #cbcbcb;font-size:14px;}
.newsList3 dd a, .newsList dd span{height:49px;line-height:49px;}
.newsList3 dd a.a1{padding-left:20px;float:left;display:inline;background:url(../images/icn16.png) no-repeat left center;}
.newsList3 dd span.span1{width:140px;float:right;display:inline;color:#999999;font-size:12px;}
.newsList3 dd span.span2{width:140px;text-align:center;float:right;display:inline;color:#999999;font-size:12px;}
/*newsView*/

.box2{padding:30px 65px;}
/*单篇+新闻*/

.articleT{clear:both;line-height:32px;font-size:26px;color:#141414;text-align:center;}
.articleT2{clear:both;font-size:14px;color:#666;line-height:30px;text-align:center;margin-top:5px;}
.articleT2 i{color:#f2a326;font-weight:bold;font-style:normal;}
.article_fz{display:inline-block;position:relative;cursor:pointer;}
.article_fzBox{width:100%;overflow:hidden;position:absolute;top:30px;left:0;z-index:9999;opacity:0;transform:rotateX(90deg);-webkit-transform:rotateX(90deg);transition:all 0.3s linear;-webkit-transition:all 0.3s linear;transform-origin:center top;-webkit-transform-origin:center top;}
.article_fz:hover .article_fzBox{opacity:1;transform:rotateX(0deg);-webkit-transform:rotateX(0deg);}
.article_fzBox span{display:block;height:20px;background:#f5f5f5;font-size:14px;color:#666;text-align:center;line-height:20px;cursor:pointer;}
.article_fzBox span:hover{background:#ad1214;color:#fff;}
.article_fzBox span.hover{background:#ad1214;color:#fff;}
.articleBox{clear:both;overflow:hidden;font-size:14px;line-height:30px;color:#666666;}
.articleBox img{max-width:100%;}
/* 文章阅读页——大图*/

#play{width:785px;height:525px;position:relative;overflow:hidden;background:#fff;border:1px solid #e9e9e9;padding:5px;margin:0 auto;}
#play .change_a{width:40%;height:100%;position:absolute;top:0;z-index:1;cursor:pointer;display:block;overflow:hidden;background:url(../other/.com/subsiteSrc/mainpc/style/about:blank);}
#play .prev_a{left:0;}
#play .next_a{right:0
}
#play .change_a span{width:24px;height:43px;display:block;position:absolute;top:50%;margin-top:-21px;display:none
}
#play .prev_a span{background:url(../images/article_icon.png) no-repeat 0px -50px;left:0;}
#play .next_a span{background:url(../images/article_icon.png) no-repeat -30px -50px;right:0;}
#play .img_ul{position:relative;z-index:1;width:785px;height:525px;}
#play .img_ul li{position:relative;z-index:1;width:785px;height:525px;background:#fff;margin:0 0 5px 0;}
#play .img_ul li img{position:absolute;}
.imgMove{width:797px;clear:both;margin:20px auto;position:relative;}
.img_hd{margin:0 auto;overflow:hidden;height:90px;position:relative;}
.img_hd ul{position:absolute;z-index:1
}
.img_hd ul li{float:left;width:124px;height:82px;padding:3px;margin:0 5px;cursor:pointer;background:#fff;border:1px solid #d4d4d4;position:relative;}
.img_hd ul li p{width:124px;height:82px;display:block;background:#fff;position:relative;}
.img_hd ul li i{display:block;clear:both;line-height:20px;padding:0 5px;background:#000;color:#fff;position:absolute;right:3px;bottom:3px;z-index:99999999999999;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;font-family:Arial;font-size:12px;font-style:normal;}
.img_hd ul li img{position:absolute;width:90px;width:124px;height:82px;}
.img_hd ul li.on{border:1px solid #0d75d9;background:#0d75d9;}
.imgMove .prev_a{display:block;width:30px;height:90px;position:absolute;left:0px;top:0px;background:url(../images/prev6.png) no-repeat center center;background-color:#e5e5e5;}
.imgMove .next_a{display:block;width:30px;height:90px;position:absolute;right:0px;top:0px;background:url(../images/next6.png) no-repeat center center;background-color:#e5e5e5;}
.article_pageUp{font-size:14px;line-height:30px;color:#333;padding-left:20px
}
.article_pageUp a{color:#666
}
.article_pageUp a:hover{color:#317f37
}
/**/

.share{border-top:1px solid #d8d8d8;padding-top:20px;}
.articleB_box{clear:both;height:30px;overflow:hidden;background:#f8f9fb;padding:0 20px;color:#666;font-size:14px;line-height:30px;}
.articleB_box i{color:#ad1214
}
.dz{height:25px;line-height:25px;border-radius:3px;border:1px solid #f2a326;color:#f2a326;padding:0 7px 0 29px;background:url(../images/zan.png) no-repeat 8px center;cursor:pointer;margin-right:22px;}
.articlePage{clear:both;height:30px;text-align:center;font-family:Arial;}
.articlePage a{margin:0 1px;background:#ccc;padding:5px 10px;}
.articlePage a:hover{color:#fff;background:#1e8ddc;}
.articlePage a.hover{color:#fff;background:#1e8ddc;}
.articleHand{clear:both;font-size:16px;padding:10px 0px 20px 0;overflow:hidden;}
.articleHand a{display:block;line-height:32px;padding:0 20px 10px 30px;float:left;background:url(../images/file.png) no-repeat left center;}
.articleHand a.word{background:url(../images/word.png) no-repeat left 3px;color:#37a6ff !important;}
.articleHand a.ppt{background:url(../images/ppt.png) no-repeat left center;color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center;color:#15bf44 !important;}
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center;color:#1369c0 !important;}
.articleHand a.zip{background:url(../images/zip.png) no-repeat left 3px;color:#ff9779 !important;}





/*
********************************此处内页样式结束********************************
*/
