/* ==========================================================================
   Other Page
   ========================================================================== */
   
.inner{background-color: #fff}
.inner .index_{padding-top: 0;padding-bottom: 2em}
.inner .index_ .T{padding: 25px 0}

/* nbanner*/
.nbanner{position:relative;overflow:hidden;height:267px;text-align:center;background: url('../img/nbanner.jpg') center center;background-size: cover}
.nbanner img{position:absolute;top:50%;left:50%;margin-top:-210px;margin-left:-60pc;width:20in;height:420px;max-width:inherit}
.nbanner .wrap{height: 100%}

/*盒子*/
.box{padding:4%;background-color:#fff;}
.box-title{background:url(../img/01.jpg);font-size:14px;}
.box-title strong{position:relative;float:left;padding:5px 10px;color:#fff;font-size:36px;}
.box-cont{padding:10px 20px;background-color: #ededed}

/*二级栏目*/
.submenu{padding-top:2.4rem}
.submenu a{position:relative;display:inline-block;margin:0 20px 5px 0;padding:6px 20px;background-color:#fff;text-align:center;font-size:1rem}
.submenu a.cur{background:#e2447e;color:#fff}

/*子导航*/
.sonlist{background: #fff;padding-top: 20px}
.sonlist a{font-size: 1rem;padding: 10px 4%;float: left;position: relative;}
.sonlist a i{font-size: 20px;margin-right: 6px;vertical-align: middle;}
.sonlist a.on,.sonlist a:hover{color: #014785}
.sonlist a.on{background-color: #014785;color: #fff}
.sonlist a.on:after{display: block;font-family: 'iconfont';content: '\e642';position: absolute;bottom: -18px;left: 50%;margin-left:-10px;color: #183883;width: 20px;}
.sonlist strong{font-size: 22px;float: right;color: #0e58a4}

/*分类*/
.catebd{margin-bottom: 3rem}
.catebd .tit {display: none;}
.catebd ul{width: 102%}
.catebd ul li{width: auto;float: left;margin-right: 2%;position: relative;margin-bottom: 5px}
.catebd ul li i{display: none;}
.catebd ul li a{display: block;line-height: 2;text-align: center;padding: 0 10px;background: #f6f7f9}
.catebd ul li a:hover,.catebd ul li.cur a{background-color: #1f71c5;color: #fff}
.catebd ul li .sub{background-color: #537db5;display: none;position: absolute;top: 100%;width: 100%;left: 0;right: 0;z-index: 80}
.catebd ul li .sub a{color: #fff;background-color: #537db5;line-height: 1.6;padding: 5px 0}
.catebd ul li .sub a:hover{text-decoration: underline;}
.catebd ul li.on .sub{display: block;}
@media screen and (max-width: 640px){
	.inner{background: #f9f9f9}
	/*分类*/
	.m-ins-blackbg{position:absolute;top:38px;right:-6%;left:-6%;z-index:10;display:none;height:100%;background-color:#000;opacity:.5}
	.catebd{position:relative;z-index:11;margin:0 -4%;margin-bottom:10px;padding:0;height:38px;background:#fff}
	.catebd .tit{position:relative;display:block;padding-left:5%;width:95%;color:#035cac;font-size:14px;line-height:38px;cursor:pointer}
	.catebd .tit i{position:absolute;top:9px;right:10px;font-size:22px}
	.catebd ul{position:absolute;top:38px;right:0;z-index:2;display:none;width:95%;background-color:#fff}
	.catebd ul li{position:relative;margin-right:0;margin-bottom:0;width:100%}
	.catebd ul li a{display:block;padding-left:5%;width:95%;height:38px;border-top:1px solid #e5e5e5;color:#666;text-align:left;line-height:3;line-height:38px}
	.catebd ul li i{position:absolute;top:0;right:0;display:block;width:54px;height:38px;text-align:center;font-size:18px;line-height:38px}
	.catebd ul li i:after{position:absolute;top:5px;bottom:5px;display:block;width:1px;background:#e5e5e5;content:''}
	.catebd ul li a:hover{background-color:#fff;color:#666}
	.catebd ul li.cur a{border-color:#1f71c5;background-color:#1f71c5;color:#fff}
	.catebd ul li.cur i{color:#fff}
	.catebd ul li .sub a{padding-left:10%;width:90%;background-color:#1f71c5}
}

/* ==========================================================================
   Common page
   ========================================================================== */
/*
 * 新闻
 */

/*ul li新闻*/
.new-box{font-size: 14px;color: #414141;margin-bottom: 20px;}
.new-box li{background-color: #f7f7f7;line-height: 45px;border-bottom: 1px solid #d2d2d2}
.new-box li .iconDetail{float: left;color: #fff;background-color: #0d62be;width: 45px;height: 45px;text-align: center;cursor:pointer;position: relative;}
.new-box li .iconDetail:after{position: absolute;display: block;content: '+';width: 24px;height: 24px;line-height:24px;font-size: 24px;left: 50%;top: 50%;margin-top: -12px;margin-left: -12px;    -webkit-transition: -webkit-transform 0.3s ease,background 0.3s ease;}
.new-box li.open .iconDetail:after{content: '-'}
.new-box li a{padding: 0 10px;display: block;float: left;}
.new-box .licont{background-color: #f0f0f0;padding: 10px 10px 10px 55px;color: #5b5b5b;border-bottom: 1px solid #d2d2d2;display: none;height: 70px;overflow: hidden;}

/*新闻样式2*/
.news-box{color: #3f3f3f;font-size: 14px;overflow: hidden;padding: 15px 0;border-top:1px solid #dcdcdc;text-align: left;position: relative;}
.news-box .news-cont{padding-bottom: 50px;}
.news-box .news-time{padding:0px 0 8px 0}
.news-box .news-time span{color: #bbb;padding-right: 15px;line-height: 22px;display: inline-block;}
.news-box .news-time a{color: #bbb}
.news-box .news-time i{font-size: 14px;padding-right: 4px}
.news-box h3{font-size: 24px;font-weight: normal}
.news-box h3 a{color: #565555}
.news-box h3 a:hover{color: #1f7bb4}
.news-box p{color: #808080;overflow: hidden;}
.news-box .news-tool{position:absolute;bottom: 30px;}
.news-box .news-tool .more{font-size: 12px;color: #1f7bb4;font-weight: normal;padding: 5px 5px 5px 10px;border:1px solid #1f7bb4;border-radius: 0px;margin-right: 6px}
.news-box .news-tool .more i{padding: 0 5px}
.news-box .news-tool .more:hover{background: #1f7bb4;color: #fff}

/*
 * 新闻详细
 */

.caseTitle{line-height: 50px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc}
.caseTitle span{color: #000;padding-left: 20px}
.caseTitle span.r{border-left: 1px solid #ccc;display: block;float: left}
.content .C {padding: 10px 2%}
/*正文*/
.newsDetail{padding-bottom: 3em}
.newsTit{border:1px solid #d3d3d3;border-bottom:0;text-align:center;padding-bottom:24px;background-color: #fff}
.newsTit h1{color:#000;padding:2rem 0 2rem 0;font-weight: normal;line-height: 1.3}
.newsTit p{font-size:14px;color:#bbb}
.newsTit p a{color:#bbb}
.newsTit p span{padding:0 20px}
.newsThumb{text-align: center;padding-bottom: 40px}
.newsThumb img{max-width: 90%}
/*内容*/
.content{font-size:14px;line-height:30px;padding:40px 0px 40px;margin-bottom: 0;border:1px solid #d7d8db;background-color: #fff;text-align: left;}
.content p{font-size:14px;margin:1.12em 0;line-height:30px}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{line-height: 150%}
.content h1{font-size:32px;font-weight:bold;margin:.67em 0}
.content h2{font-size:24px;font-weight:bold;margin:.75em 0}
.content h3{font-size:18px;font-weight:bold;margin:.83em 0}
.content h4{font-size:16px;font-weight:bold;margin:1.12em 0}
.content h5{font-size:14px;font-weight:bold;margin:1.5em 0}
.content h6{font-size:12px;font-weight:bold;margin:1.67em 0}
.content ul li{list-style:inherit}
.content .n_top{margin-top:0}

.content_bak{font-size:14px;line-height:30px;padding:3%;background-color: #fff;margin-bottom: 0;border: 1px solid #d7d8db}
.content_bak p{font-size:14px;margin:1.12em 0;line-height:30px}
.content_bak h1,.content_bak h2,.content_bak h3,.content_bak h4,.content_bak h5,.content_bak h6{line-height: 150%}
.content_bak h1{font-size:32px;font-weight:bold;margin:.67em 0}
.content_bak h2{font-size:24px;font-weight:bold;margin:.75em 0}
.content_bak h3{font-size:18px;font-weight:bold;margin:.83em 0}
.content_bak h4{font-size:16px;font-weight:bold;margin:1.12em 0}
.content_bak h5{font-size:14px;font-weight:bold;margin:1.5em 0}
.content_bak h6{font-size:12px;font-weight:bold;margin:1.67em 0}
.content_bak ul li{list-style:inherit}
.content_bak .n_top{margin-top:0}
/*点赞*/
.newsPj{width:100%;text-align:center;padding-bottom:24px}
.newsPj a.good,.newsPj a.bad{float:none}
a.good,a.bad{font-size: 14px; float: right; color: #999;cursor: pointer}
a.bad{padding-left: 18px}
a.good span,a.bad span{background: url(../img/base/icon_news_detail.gif) no-repeat; width: 24px; display: inline-block; vertical-align: text-bottom; height: 31px; margin-right: 7px; cursor: pointer;}
.newsPj a.bad span{background-position:0 -51px}
.newsPj a.good span{background-position:0 -20px}
.newsPj a.bad:hover span{background-position:-24px -51px}
.newsPj a.good:hover span{background-position:-24px -20px}
/*分享*/
.newsbshare{text-align:center;font-size:14px}
.newsDetailCur{width:auto;position:relative;border:1px solid #d7d8db;border-top: 0;margin-bottom: 15px;background-color: #fff}
.newsDetailCur li{width:49.9%;float:left;font-size:14px;position:relative;z-index:1111;overflow: hidden;padding:12px 0;}
.newsDetailCur li a{padding: 0 25px}
.newsDetailCur li.r{float:right;text-align:right;border-left: 1px solid #d7d8db}
/*手机查看*/
.check_moblie{ display:inline-block; width:98px; height:30px; vertical-align:middle; background:#f2f2f2; border:1px solid #e5e5e5; line-height:30px; color:#999; text-indent:9px; text-align:left; position:relative; cursor:pointer; margin-left:20px;}
.check_moblie .isj{background:#888888; width:0px; height:0px; overflow:hidden; margin-bottom:5px; border-top:5px solid #888888; border-right:5px solid #f2f2f2;border-left:5px solid #f2f2f2; display:block; position:absolute; right:8px; top:14px;}
.check_moblie .isj_hover{ border-top:none; border-bottom:5px solid #888888;}
.mobile_qrview{ width:100%; min-width:100%; display:none;}
.mobile_qrview .in{ border:1px solid #e5e5e5; position:relative; padding:20px 29px; min-height:130px; _height:130px; margin-top:22px;}
.mobile_qrview h1{ font-size:30px; color:#000; padding-bottom:10px;}
.mobile_qrview p{ line-height:24px; font-size:14px; color:#999}
.mobile_qrview img{float:right}
.mobile_qrview .clmoblie{display:none;width:24px; height:24px; line-height: 24px; font-size:22px; overflow:hidden; position:absolute; right:10px; top:10px}
/*推荐新闻*/
.newsRecmd h4{font-size: 24px;color:#000;padding:10px 0}
.newsRecmd .box-c{}

/*
 * 招聘
 */
.section_njob.block1,.section_njob.block1 *{background: #f3f3f3}
.section_njob .services-box{padding-bottom: 0;}
.section_njob .services-box .icon{height: auto;font-size: 60px;color: #d83142}
.section_njob .services-box h3{color: #d83142;font-size: 20px;font-weight: normal}
.section_njob .services-box p,.section_njob .services-box p a{color: #7f7f7f;height: auto}
/*样式1*/
.jbox{background-color: #fff;margin-bottom: 20px;text-align: left;font-size: 14px}
.jbox .jbox_t{background-color: #1f7bb4;color: #fff;font-size: 30px;padding: 5px 15px}
.jbox .jbox_c{padding: 0}
.jbox .jbox_c h5{font-size: 18px;color: #1f7bb4;font-weight: normal;}
.jbox .jbox_c p{height: 50px;padding: 5px 0;line-height: initial;}
.jbox .jbox_c a{padding: 3px 5px}
.jbox .jbox_c a:hover{text-decoration: underline}
/*样式2*/
.subNavBox{margin:10px auto;border-top:none;}
.sub_top{ width:100%; background:#d83142; height:50px; color:#FFF; border-radius:10px 10px 0px 0px; font-size:20px; line-height:50px;  border:none;}
.sub_top p{padding-left:2%;}
.sub_cont{border:solid 1px #e5e3da;}
.subNav{border-bottom:solid 1px #e7e5e5;cursor:pointer;font-size:14px;line-height:60px;padding-left:2%}
.subNav i{float: right;line-height: 60px;margin-right: 4%;color: #d83142;font-size: 24px}
.subNav i:before{content:"\ea43";}
.subNav:hover{color:#d83142;}
.subNav.on{color:#d83142;}
.subNav.open i:before{content: "\ea41"}
.navContent{display: none;border-bottom:solid 1px #e5e3da; background:#f9f8f8; padding:15px 2%;font-size:14px;color:#7f7f7f; line-height:24px;}

/*
 * 招聘详细
 */
.jobapply{border: 1px solid #cccccc;padding: 45px;text-align: left;}
.jobchild{font-size: 14px;border-right: 1px solid #cccccc}
.jobchild p.job_label{padding:4px 0}
.jobchild h3.job_name{color:#333333;line-height: 43px;font-size: 26px;margin-bottom: 15px;font-weight: 500;}
.jobchild h4.job_name{font-size: 15px;margin-top: 25px;margin-bottom: 5px;}
.jobchild p,.jobchild .job_label,.jobchild .job_cont{color:#7c7c7c;}

/* 
 * 联系我们
 */
.usinfo{margin-bottom:15px;padding:10px 0 0 30px}
.usinfo .usinfo_title{margin-bottom:20px;font-size:24px}
.usinfo .info{color:#444;font-size:14px;line-height:30px}
#map{width:100%;height:350px;border:1px solid #dcdbdb}


/* ========================================================================== */

.inner .cont{padding: 2rem 10% 5rem 10%;line-height: 2.2}
.inner_us{}
.inner_us .cont h2{color: #1f7bb4;font-size: 3rem;font-weight: lighter;margin:inherit;}

/*产品*/
.sect_prod{background:#fff;overflow:hidden}
.sect_prod .cont{padding:1rem 15%;text-align: center;line-height: 2}
/*prod category*/
.module_cate{width:80%;margin:0 auto;overflow:hidden;text-align: center;padding: 2rem 0 3rem 0}
.module_cate a{display:inline-block;text-align:center;font-size:14px;padding:4px 20px;color:#585858;border:1px solid #1f7bb4;margin-right: 2%;margin-bottom: 2%;}
.module_cate a.cur,.module_cate a:hover{background:#1f7bb4;border-color:#1f7bb4;color: #fff}
/*prod list*/
.module_prod{overflow:hidden}
.module_prod .media-box{border:1px solid #1f7bb4;background:#1f7bb4;margin-bottom:0;width: auto;margin-bottom: 20px;}
.module_prod .media-box .icon{width: 380px;height: 245px;border:0px;}
.module_prod .media-box div{padding:1rem 0;color:#fff;text-align:center}
.module_prod .media-box div a{font-size: 1.2rem;display: block;color: #fff;font-weight: lighter}
.mask3{position:absolute;top:0;right:0;bottom:0;left:0;background:url(../img/layer2.png) bottom center;background-size:cover;transform:translateY(100%);transform-origin:center center;line-height:100%;color:#000}
.mask3 p{font-size:1rem}
.module_prod .media-box:hover .mask3{transform:translateY(0)}

.note{background: #1f7bb4;color: #fff;width: 90%;margin:4rem auto;padding: 5px 0;font-size: 1.8rem;border-radius: 25px}
.form-control{box-shadow: initial}

.seglist .seg{color: #333333;padding: 25px 0}
.seglist .seg .segcont{padding-left: 30px}
.seglist .seg .segcont h4{margin-top: 5px}
.seglist .seg .segcont h4 strong{font-size: 24px;font-weight: normal;}
.seglist .seg .segcont .C{color: #7e7e7e;margin:10px 0;}
.seglist img.pic{width: 100%}
.seglist .seg1{background: #f9f9f9}
.seglist .seg2{background: #ffffff}
.seglist .seg2 .f-fr{float: right!important}
.seglist .seg2 .cont{padding-right: 30px;text-align: right;}
.seglist a.more{display: inline-block;border-radius: 5px;border:1px solid #ccc;padding: 6px 15px;color: #000;margin-top: 10px;font-size: 14px}
