@charset "utf-8";

/* 主体 */
.main{margin: 36px 0 0;}
@media (max-width: 640px){
	.main{margin: 0 0 0;}
}

/* 左侧栏目标题 */
.leftTitle { position:relative;margin-bottom: 10px;}
.leftTitle i,.leftTitle s { display:block;}
.leftTitle s {text-decoration:none; font-size: 26px;}
.leftTitle i{font-size: 14px;text-transform:uppercase;}

/* 二级、三级菜单 */
.menu {margin-bottom:24px;margin-top: 60px;text-align: center;}
.menu dl{padding: 16px 0;}
.menu dl dt {display:inline-block;}
.menu dl dt a{display:block;padding:0 18px;font-size:14px; text-align:center;transition:none;position:relative;font-weight: normal;}
.menu dl dt a:after{content: "/";position: absolute;right:-6px;top: 0;}
.menu dl dt:last-child a::after{ display:none; }
.menu dl dt a:hover:before,.menu dl dt .current:before {color:#171717; position: absolute;bottom:-17px;left:50%;height: 2px;width:70px;background:linear-gradient(to right,#f96b3a,#ab2c9f);margin-left: -35px;content: ""; }
@media (max-width: 640px){
	.menu{ margin:10px 0; }
	.menu dl dt a{ padding:0 6px; }
}
@media (max-width: 320px){
	.menu dl dt a{ padding:0 0; }
}

/* 面包屑 */
.location {position:relative; height:46px; line-height:46px;background: url(../images/bg-02.jpg) no-repeat left bottom; }
.location h3 { float:left; padding-left:16px; background:url(../images/icon-09.jpg) no-repeat 0 center; color:#1461b3; font-size:16px; font-weight:normal; }
.breadcrumbs { float:left; text-align:right;margin-right:5%; }
.breadcrumbs a { display:inline-block; margin-left:6px; vertical-align:top; }
.breadcrumbs .u-home { padding-left:20px; background:url(../images/o_ico_03.png) no-repeat 0 center; }

/* 内容模式 */
.article { padding:0 0 40px; line-height:2; font-size:14px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }

/* 头部新闻 */
.hotNews { margin-bottom:30px; overflow:hidden; }
.hotNews .pic { float:left; width:190px; height:142px; margin-right:5px; }
.hotNews .pic img { width:100%; height:100%; padding: 1px;border: 1px solid #d6d6d6;}
.hotNews dl { display:block; overflow:hidden; zoom:1; padding:0 15px 0 18px; line-height:22px; }
.hotNews dl dt {font-size:14px; line-height:30px; }
.hotNews dl dt a { color:#000; }
.hotNews dl dt a:hover { color:#1461b3; }
.hotNews dl .d{margin: 5px 0;}
.hotNews dl .i { min-height:40px; padding-bottom:10px;color:#aaa; }
.hotNews dl .m { height:24px; line-height:24px; text-align:center; }
.hotNews dl .m a { display:block; color:#000;width: 78px;height: 22px;text-align: center;line-height: 22px;border: 1px solid #222; }
.hotNews dl .m a:hover { background:#1461b3; color:#fff; }

/* 新闻列表 */
.news { padding:0 0 40px;}
.news li{height: 40px;line-height: 40px;color: #666;border-bottom: 1px dashed #666;padding-left: 20px;background: url(../images/icon-01.png) no-repeat 6px center;}
.news li span{float: right;}
.news li a:hover{color:#1461b3;}

.newsTable th { border:1px solid #fff; background:#c8cacb; color:#fff; font-weight:bold; text-align:center; }
.newsTable td { padding:8px 10px; border-bottom:1px solid #dcd9d4; line-height:20px; }
.list { padding:0 0 0; }
.list li { padding:7px 0; border-bottom:1px dashed #e0e0e0; background:url(../images/o_ico_11.gif) no-repeat 2px 13px; line-height:20px; clear:both; }
.list li.change_bg{ background:url(../images/world_icn.png) no-repeat left center; padding-left:5px; }
.list li span { float:right; color:#999; font-size:12px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }

.news-item{margin-bottom: 60px;}
.news-item .news-info{position: relative;}
.news-item:after{content: "";position:absolute;height:1px;width:0;background: #046579;bottom:-40px;left: 0;transition:all 0.5s ease-out 0s;}
.news-item .news-info dt a{display: block;font-size: 18px;color: #046579;font-weight: normal;}
.news-item .news-info .t{margin: 40px 0;font-size: 14px;color: rgba(23,23,23,.8);text-indent: 0;transition:all 0.5s ease-out 0s;}
.news-item .news-info .m a{display: inline-block;color:rgba(0,0,0,.6);padding:9px 58px 9px 25px;border:1px solid rgba(0,0,0,.6);background: url(../images/icon-03.png) no-repeat 86px center;font-size: 13px;}
.news-item .news-info:hover .m a{background:#046579 url(../images/icon-030.png) no-repeat 86px center;color: #fff;border-color: #046579;}
.news-item:hover:after{width: 100%;content: "";}
.news-item:hover .news-info .t{text-indent: 2em;}
/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #d3d3d3; overflow:hidden; }
.pothoItem .item .pic { float:left; width:200px; height:150px; margin-right:20px; padding:4px; border:1px solid #e7e7e7; }
.pothoItem .item .pic img { width:200px; height:150px; }
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; }
.pothoItem .item dl .d,.pothoItem .item dl .m { display:none; }
.pothoItem .item dl .i { padding:5px 0 0; color:#999; font-size:14px; line-height:25px; }

.picnews li{margin-bottom: 20px;padding: 42px 0;border-top:1px solid transparent;}
.picnews li .img{text-align: center;}
.picnews li .dlinfo{padding-top:12px;padding-bottom:12px;}
.picnews li .dlinfo dt a{display: block;font-size:18px;font-weight: normal;margin-bottom:20px;}
.picnews li .dlinfo .c{font-size: 14px;line-height: 1.5;transition:all 0.5s ease-out;}
.picnews li .view{padding:32px 0;text-align: center;}
.picnews li .view a{display: block;font-size: 14px;display:inline-block;background: #f9223e;width:80px;height: 28px;text-transform: uppercase;border-radius: 20px;line-height: 28px; color:#fff;}
.picnews li .view:hover a{width:90px;background:linear-gradient(to right, #f9223e 8%, #b12b6d 68%, #ab2ca0);}
.picnews li:hover {border-top: 1px solid #d12758; border-bottom: 1px solid #d12758;}
.picnews li:hover dt a{color:#d12758; }
.picnews li:hover .dlinfo .c{margin-left:16px;}
@media (max-width: 640px){
	.picnews li{ padding:0; }
}


/* 图片列表 */
/*.pic-item{position: relative;margin-bottom: 30px;}
.pic-info{padding: 20px 0 0;position: relative;}
.pic-info dt a{font-size: 18px;color: #046579;font-weight:normal;}
.pic-info .t{font-size: 12px;color: rgba(0,0,0,.8);display: block;margin-top: 10px;}
.pic-info .m{position: absolute;right:18px;top: 21px;}
.pic-info .m a{display: inline-block;color:rgba(0,0,0,.6);padding:9px 58px 9px 25px;border:1px solid rgba(0,0,0,.6);background: url(../images/icon-03.png) no-repeat 86px center;font-size: 13px;}
.pic-info .m a:hover{background:#046579 url(../images/icon-030.png) no-repeat 86px center;color: #fff;border-color: #046579;}*/
.casebox .case_item{position: relative;margin-bottom: 25px;}
.casebox .case_item a{display: block;position: relative;overflow: hidden;}
.casebox .case_item:hover a:after{content:"";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.7);z-index: 4;transition:all 0.5s ease-out;}
.casebox .case_item dl{position: absolute;bottom:-100%;right:4%;left:4%;padding: 8px 0 8px 15px;z-index: 9;transition:all 0.5s ease-out;}
.casebox .case_item dl:after{content:"";position: absolute;height: 1px;width:12%;background: rgba(255,255,255,.7);right:-14px;bottom:-100%;transition:all 0.5s ease-out 0.4s;}
.casebox .case_item dl dt{display: block;font-size: 16px; line-height:2;font-weight: normal;padding-bottom:6px;}
.casebox .case_item dl dd{font-size: 12px; line-height:2;}
.casebox .case_item:hover dl{bottom: 4%;}
.casebox .case_item:hover dl:after{bottom:46px;}

.actitem{background: #999;padding: 15px; margin: 15px 0;transition:all 0.5s ease-out;}
.actitem .act_info{padding-bottom: 20px;}
.actitem .act_info h3{padding: 10px 0 12px;font-size: 16px;text-align: center;display: block;font-weight: normal;}
.actitem .act_info h3 a{color: #fff;}
.actitem .act_info p{line-height: 1.5;font-size: 14px;color: rgba(255,255,255,.4);}
.actitem:hover{background: #f96b3a;}


/* 分页 */
.page { padding:30px 0 40px; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:2px 4px; padding:0 8px; border:1px solid transparent; background:#ddd; color:#333; vertical-align:top; }
.page a:hover,.page .current { border:1px solid transparent;background:linear-gradient(to right,#f96b3a,#f96b3a); color:#fff; }

/* 人才招聘 */
.hrTop { padding:0 0 30px; border-bottom:1px solid #ddd; }
.hrTop li { padding-left:16px; background:url(../images/ico_05.gif) no-repeat 0 8px; font-weight:bold; line-height:24px; }
.hrTable .hrTableTh { height:32px; background:#666; color:#fff; }
.hrTable th { color:#fff; font-weight:normal; }
.hrTable td { padding:0 8px; }
.hrTable .bg td { background:#eee; }
.hr { position:relative; padding:0 0 35px; }
.hr h3 { padding-left:0; border-bottom:1px dotted #ccc; color:#0063be; font-size:20px; line-height:55px; }
.hr h3 s { float:right; width:20px; height:20px; margin-top:17px; cursor:pointer; }
.hr h3 .off { background:url(../images/hr_down.gif) no-repeat center; }
.hr h3 .on { background:url(../images/hr_up.gif) no-repeat center; }
.hrItem { margin-bottom:5px; }
.hrItem .title { border-bottom:1px dotted #ccc; color:#999; font-weight:bold; line-height:36px; }
.hrItem .title span { float:right; font-weight:100; }
.hrItem .title span a { color:#88000c; }
.hrItem .con { margin-bottom:10px; padding:15px 0; line-height:24px; }
.hrItem .con h4 { font-size:14px; line-height:36px; }
.hrItem .apply { width:95px; height:25px; padding:0; background:#01286f; color:#fff; line-height:25px; text-align:center; }
.hrItem .apply a { color:#fff; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#0063be; font-weight:bold; line-height:20px; }
.hr-list .title span { float:right; font-weight:100; }
.hr-list .info { padding:5px 0; line-height:24px; }
.hr-list .apply { height:24px; line-height:24px; text-align:right; }

/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#0063be; font-size:14px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:24px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:20px; padding:2px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

/* 产品详细页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }

.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }

.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }

@media (max-width: 768px){
	.sidebar{padding: 0 30px;}
	.menu dl{padding: 15px 10px;}
	.menu dl dt{margin: 0 0 10px;}
	.menu dl dt a:hover, .menu dl dt .current{ color:#f96b3a; }
	.menu dl dt a:hover:before, .menu dl dt .current:before{display: none;}
}


.boxe2{ margin-top:2%; padding:2% 0; }
.boxe2 .hd{ font-size:32px; line-height:70px; position:relative; text-align:center; }
.boxe2 .hd::after{ content:""; width:60px; height:4px; background:#f96b3a; position:absolute; left:50%; bottom:0; margin-left:-30px; z-index:3; }
.boxe2 .bd{ margin-top:2%; }
.boxe2 .bd .pic_text{ padding:30px 0; border:1px solid #d2d2d2; }
.boxe2 .bd .pic_text:hover, .boxe2 .bd .pic_text.active{ box-shadow:5px 5px 5px #ececec; }
.boxe2 .bd .pic_text i span{ display:inline-block; padding:48%; margin:0 auto; }
.boxe2 .bd .pic_text .pic01 span{ background:url(../images/ico_08.png) no-repeat center; }
.boxe2 .bd .pic_text .pic02 span{ background:url(../images/ico_09.png) no-repeat center; }
.boxe2 .bd .pic_text .pic03 span{ background:url(../images/ico_10.png) no-repeat center; }
.boxe2 .bd .pic_text .pic04 span{ background:url(../images/ico_11.png) no-repeat center; }
.boxe2 .bd .pic_text .pic05 span{ background:url(../images/ico_12.png) no-repeat center; }
.boxe2 .bd .pic_text .pic06 span{ background:url(../images/ico_13.png) no-repeat center; }
.boxe2 .bd .pic_text .pic07 span{ background:url(../images/ico_14.png) no-repeat center; }
.boxe2 .bd .pic_text .pic08 span{ background:url(../images/ico_15.png) no-repeat center; }
.boxe2 .bd .pic_text dl dt{ font-weight:normal; font-size:18px; line-height:2; }
.boxe2 .bd .pic_text dl dd{ font-size:14px; line-height:2; }
@media (max-width: 460px){
	.boxe2 .hd{ font-size:24px; }
}

.boxe3{ margin-top:2%; }
.boxe3 .hd{ font-size:32px; line-height:70px; position:relative; text-align:center; }
.boxe3 .hd::after{ content:""; width:60px; height:4px; background:#f96b3a; position:absolute; left:50%; bottom:0; margin-left:-30px; z-index:3; }
.boxe3 .bd{ margin-top:2%; }
.boxe3 .bd .pic_text{ padding:10px 0; text-align:center; position:relative; }
.boxe3 .bd .pic_text::after{ display:none; content:url(ico_22.jpg); width:15px; height:34px; position:absolute; right:-10px; top:50%; margin-top:-30px; }
.boxe3 .bd .pic_text i span{ display:inline-block; padding:30%; margin:0 auto; }
.boxe3 .bd .pic_text .pic01 span{ background:url(../images/ico_16.png) no-repeat center; }
.boxe3 .bd .pic_text .pic02 span{ background:url(../images/ico_17.png) no-repeat center; }
.boxe3 .bd .pic_text .pic03 span{ background:url(../images/ico_18.png) no-repeat center; }
.boxe3 .bd .pic_text .pic04 span{ background:url(../images/ico_19.png) no-repeat center; }
.boxe3 .bd .pic_text .pic05 span{ background:url(../images/ico_20.png) no-repeat center; }
.boxe3 .bd .pic_text .pic06 span{ background:url(../images/ico_21.png) no-repeat center; }
.boxe3 .bd .pic_text:hover .pic01 span{ background:url(../images/ico_16s.png) no-repeat center; }
.boxe3 .bd .pic_text:hover .pic02 span{ background:url(../images/ico_17s.png) no-repeat center; }
.boxe3 .bd .pic_text:hover .pic03 span{ background:url(../images/ico_18s.png) no-repeat center; }
.boxe3 .bd .pic_text:hover .pic04 span{ background:url(../images/ico_19s.png) no-repeat center; }
.boxe3 .bd .pic_text:hover .pic05 span{ background:url(../images/ico_20s.png) no-repeat center; }
.boxe3 .bd .pic_text:hover .pic06 span{ background:url(../images/ico_21s.png) no-repeat center; }
.boxe3 .bd .pic_text dl dt{ font-weight:normal; font-size:16px; line-height:2; }
@media (min-width: 1200px){
	 .boxe3 .bd .pic_text::after{ display:block; }
	 .boxe3 .bd .pic_text:last-child::after{ display:none; }
}
@media (max-width: 460px){
	.boxe3 .hd{ font-size:24px; }
}
@media (max-width: 360px){
	.boxe3 .bd .pic_text dl dt{ font-size:12px; }
}

.boxe5{ margin-top:2%; /*background:#f7f7f7;*/ padding:2% 0 3%; }
.boxe5 .hd{ font-size:32px; line-height:70px; position:relative; text-align:center; }
.boxe5 .hd::after{ content:""; width:60px; height:4px; background:#f96b3a; position:absolute; left:50%; bottom:0; margin-left:-30px; z-index:3; }
.boxe5 .bd{ margin-top:2%; }
.boxe5 .bd .pic_texts{ background:#fff; }
.boxe5 .bd .pic_text{ padding:2% 0; text-align:center; }
.boxe5 .bd .pic_text:hover, .boxe5 .bd .current, .boxe5 .bd .pic_text.active{ box-shadow:5px 5px 5px #ececec; }
.boxe5 .bd .pic_text i span{ display:inline-block; padding:48%; margin:0 auto; }
.boxe5 .bd .pic_text .pic01 span{ background:url(../images/ico_30.png) no-repeat center; }
.boxe5 .bd .pic_text .pic02 span{ background:url(../images/ico_31.png) no-repeat center; }
.boxe5 .bd .pic_text .pic03 span{ background:url(../images/ico_32.png) no-repeat center; }
.boxe5 .bd .pic_text .pic04 span{ background:url(../images/ico_33.png) no-repeat center; }
.boxe5 .bd .pic_text:hover .pic01 span{ background:url(../images/ico_30s.png) no-repeat center; }
.boxe5 .bd .pic_text:hover .pic02 span{ background:url(../images/ico_31s.png) no-repeat center; }
.boxe5 .bd .pic_text:hover .pic03 span{ background:url(../images/ico_32s.png) no-repeat center; }
.boxe5 .bd .pic_text:hover .pic04 span{ background:url(../images/ico_33s.png) no-repeat center; }
.boxe5 .bd .pic_text dl dt{ font-weight:normal; font-size:22px; line-height:2; padding-bottom:2%; border-bottom:1px solid #ccc; }
.boxe5 .bd .pic_text dl dd{ font-size:16px; line-height:2; padding-top:2%; }
@media (max-width: 1200px){
	.boxe5 .bd{ text-align:center; }
	}
@media (max-width: 990px){
	.boxe5 .bd .pic_text i span{ padding:25%; }
}
@media (max-width: 780px){
	.boxe5{ background:none; }
}
@media (max-width: 460px){
	.boxe5 .hd{ font-size:24px; }
}
@media (max-width: 460px){
	.boxe5 .bd .pic_text dl dt{ font-size:18px; }
	.boxe5 .bd .pic_text dl dd{ font-size:14px; }
}

@media (max-width: 768px){
	.case_item .pic{text-align: center;}
	.section1 .hd ul{margin-top: 15px;}
	.section2{padding: 40px 0;}
	#about{padding-left: 0;}
	.section1 .hd ul{width: 100%;}
}

.qm_result{ text-align:center; }
.qm_result .hd .title_top{ font-size:16px; line-height:3; color:#fff; }
.qm_result .hd .org01{ background:#f8931c; }
.qm_result .hd .org02{ background:#e78818; }
.qm_result .bd .title_li{ font-size:15px; line-height:4; border-bottom:1px dashed #ccc; }
.qm_result .bd .title_li:nth-child(2n-1){ background:#ffffff; }
.qm_result .bd .title_li:nth-child(2n){ background:#eaeaea; }
.qm_result .bd .title_li span{ width:25px; height:25px; text-align:center; font-size:16px; line-height:25px; background:#f96b3a; color:#fff; border-radius:4px; display:inline-block; }

.hm_result{ }
.hm_result .hd{ font-size:18px; line-height:2; text-align:center; }
.hm_result .bd{ margin-top:3%; }
.hm_result .bd span{ font-size:16px; line-height:3; background:#f0f0f0; text-align:center; display:inline-block; }
/*.hm_result .bd span:nth-child(2){ background:#f26f41; color:#fff; }*/

.fw_result{ }
.fw_result .hd{ font-size:18px; line-height:2; text-align:center; }
.fw_result .bd{ margin-top:3%; }
.fw_result .bd .li01 .tit{ font-size:14px; line-height:3; }
.fw_result .bd .li01 .tit a{ padding-left: 15px; background: url(../images/ico_23.png) left center no-repeat; }
.fw_result .bd .li01 .cont{ font-size:12px; line-height:2; }

.gs_title{ margin-bottom:20px; text-align:center; }
.gs_title h2{ font-size:30px; font-weight:100; padding-top:50px; color:#333; line-height:50px; }
.gs_title p{ font-size:16px; color:#999; }

@media (min-width: 1200px){
	/* .main{ width:1200px; } */
}
