@charset "utf-8";
/* CSS Document 
** author:新动力
** tips:CSS文件非专业勿动，编码格式为utf-8
*/
*{ padding:0px; margin:0px;list-style:none;}
img{border:none;border:0;}
em,i{ font-style:normal;}
a{text-decoration:none;color:#333;}
a:visited{}
a:hover{ color:#ae261a;}
a:focus {outline:0; } 
html{font:normal 14px/1.5 "microsoft yahei",tahoma,arial,sans-serif; background:#fff; color:#333;}
body{background:#fff;}
input,input:focus{outline:none;text-indent:5px; border:none; list-style:none;}
h1,h2,h3,h4{ font-weight:normal;}
h1{ font-size:20px}
h2{ font-size:18px}
h3{ font-size:16px}
h4{ font-size:14px}
/*通用调用*/
.w1200{width:1200px;height:auto;margin:0 auto;overflow:hidden; color:#333333; font-size:14px;}
.fl{float:left;}
.fr{float:right;}
.clear { zoom:1; }
.clear:after { content:''; display:block; clear:both; }
#warper{  padding:20px 0;}
input::-webkit-input-placeholder {
color: #d9d9d9;
}
input:-moz-placeholder { /*Mozilla Firefox 4 to 18*/
color: #d9d9d9;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #d9d9d9;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #d9d9d9;
}
textarea::-webkit-input-placeholder {
color: #d9d9d9;
}
textarea:-moz-placeholder { /*Mozilla Firefox 4 to 18*/
color: #d9d9d9;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #d9d9d9;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #d9d9d9;
}
@font-face {
  font-family: 'Avian Regular';
  src:url(../fonts/Avian%20Regular.ttf);
}
@font-face{
	font-family: 'DINPro-Bold';
	src:url('../fonts/DINPro-Bold.otf');
}
/*top*/
.top{ height:40px; line-height:40px; background:#f6f6f6;}
.top p{ float:left; color:#999; background:url(../images/top-ico1.png) no-repeat 0 center; padding-left:24px;}
.top_r{ float:right;}
.top_r a{ color:#999; display:inline-block;}
.top .w1200{ overflow:visible;}
.xrfl{ position:relative; }
.fl-wx{ width:100px; height:100px; position:absolute; left:50%; top:40px; margin-left:-50px; display:none; border:1px solid #eee;}
.fl-wx img{ width:100%;}
.xrfl:hover .fl-wx{ display:block;}
.xrfl a{ background:url(../images/top-ico2.png) no-repeat 0 center; padding-left:29px;}
.top-tel{background:url(../images/top-ico3.png) no-repeat 0 center; padding-left:29px; color:#999; margin-left:49px;}
.top-tel em{ font-family:Avian Regular; font-size:18px; line-height:40px; margin-left:10px;}
.top-tel span{ display:block; background:url(../images/top-ico4.png) no-repeat 0 center; width:13px; height:40px; float:right; margin-left:8px;}
.top-tel{ position: relative;}
.top-tel .tel-more{ position: absolute; right:0; top:40px; width:100%; opacity: 0; height:0px; background:#f6f6f6; padding-left: 20px; transition: all 0.6s; z-index: -1; }
.top-tel .tel-more i{ font-family: Avian Regular; font-size: 18px;}
.top-tel:hover .tel-more { height: 82px; opacity: 1; z-index: 6; }
/* logo区域设置 */ 
.head{ height:118px;}
.logo{  margin:17px 0; float:left; }
.logo img{ width:100%;}
.head_tel{ background:url(../images/logo-tel.png) no-repeat left center; padding-left:58px; margin-top:29px;}
.head_tel p{ font-family:Impact; font-size:26px; line-height:26px;}
.search1{ margin-top:33px;}
.search1 .inp-txt{ height:36px; border:1px solid #666666;  width:273px; color:#999; float:left; background:url(../images/sea-ico.png) no-repeat 13px center; text-indent:39px; }
.search1 .inp-txt:focus{-moz-box-shadow:0px 0px 2px #666; -webkit-box-shadow:0px 0px 2px #666; box-shadow:0px 0px 2px #666;}
.search_btn{ background-color:#ae261a; color:#fff; float:left; height:38px; width:101px; text-align:center; line-height:38px; display:inline-block; font-size:16px;}
.sea-b{ margin-top:8px;}
.sea-b span{ font-weight:bold; color:#666;}
.sea-b a{ display:inline-block; color:#999999; font-size:12px; padding-right:18px;}
.cx-select{ line-height:38px; border:1px solid #666666; height:38px; border-right:none; width:133px; text-align:center; text-indent:25px; -webkit-appearance: none; background:url(../images/sel-arow.png) no-repeat right 19px center;}
.cx-select option{ line-height:54px;}
.cx-select::-ms-expand { display: none; }
/* 导航区域设置 */
.nav {
	position:relative;
    width: 100%;
	background-color:#ae261a;
	z-index:999;
}
.nav .w1200{ width:1200px; overflow:visible;}
.menu {
    height: 60px;
}
.menu .nav_li{	height:60px; line-height:60px; float:left; width:150px; text-align:center; position:relative; }
.menu .nav_li:last-child:after{ width:0;}
.menu .nav_li:hover, .menu .nav_li.on{ background-color:#c40e23;}
.menu .nav_li>a{ color:#fff; font-size:16px; display:block;}
.menu .nav_li>a span{ padding-left:5px;}
.nav .sub_nav{ display:none; position:absolute; left:0px; top:60px;  z-index:1000; width:150px; background-color:rgba(255,255,255,.75);}
.nav .sub_nav li{ height:44px; line-height:44px;}
.nav .sub_nav li a{ font-size:14px;  color:#333;  width:150px;  padding:0; display:block;}
.nav .sub_nav li:hover{ font-weight:bold;}
.nav .sub_nav li:hover a{ color:#f00;}


/* 页脚 */
.footerwrap{ background:url(../images/ft-bg.jpg) no-repeat center 0; height:182px; position:relative; padding-top:27px; box-sizing:border-box;}
.ft-nav , .ft-nav a{ font-weight:bold; color:#c5c5c5; line-height:18px; margin-bottom:20px;}
.ft-nav a:hover{ text-decoration:underline;}
.copyright,.copyright a{ color:#6e6e70; text-transform:uppercase;}
.copyright a{ padding-left:6px;}
.zn-seacher{ margin-top:20px;}
.zn-sea-l, .links-box{ border:4px solid #bbbbbb; }
.zn-sea-l .inp-txt{ height:32px; width:212px; background-color:#e5e5e5; color:#7b7b7b; float:left; }
.ft-btn{ background-color:#ae261a; color:#fff; float:left; height:32px; width:54px; text-align:center; line-height:32px; cursor:pointer; display:inline-block; background:url(../images/ft-seacher.jpg) no-repeat center;}
.sea-b span{ font-weight:bold; color:#666;}
.sea-b a{ display:inline-block; color:#999999; font-size:12px; padding-right:18px;}
.links-box{ margin-left:10px;}
select { padding:0; margin:0; border:none; outline:none;}
option { margin:0; border:none; padding:0;}
.footer_sel { line-height:32px; width:268px; height:32px; color:#7b7b7b; text-indent:11px; background-color:#e5e5e5;}
.cat-info{ margin-left:76px; margin-top:9px;}
.cat-info p{ color:#c5c5c5; margin-bottom:8px;}
.ewmbox div{ float:left; margin-left:17px;}
.ewmbox img{ width:121px; height:121px;}
.ewmbox p{ text-align:center; font-size:12px; color:#c5c5c5;}

.case-wrap{ padding-top:40px;}
.case-l{ width:72%;}

/*内页banner*/
.ny-ban{ width:100%; height:360px;}


/*网站位置*/
.mub02address { width: 100%; border-bottom: 1px solid #e4e4e4;}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.mub02address .con {
    width: 100%;
    height: 43px;
}
.mub02address .homePage {
    display: block;
    width: 43px;
    height: 43px;
    background:url(../images/ny-index.png) no-repeat center;
    float: left;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.mub02address p {
    height: 43px;
    width: 84%;
    line-height: 43px;
    font-size: 13px;
    color: #999999;
    float: left;
    margin-left: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mub02address p a {  color: #999999;  padding: 0 4px; }
.mub02address p a:hover { text-decoration: underline;  color: #999999;  padding: 0 4px;  }


.sideMen-pro{ width:268px; background-color:#fff; overflow:hidden; border: 1px solid #e4e4e4; border-bottom:none;}
.sideMen-pro h3{ height:59px; line-height:59px; color:#333; font-size:18px; text-indent:40px; border: 1px solid #e4e4e4; border-left:none; border-right:none; border-top:none; }
.sideMen-pro h3 em{ display:none;} 
.sideMen-pro h3 a{ display:block; background:url(../images/pro_2.png) no-repeat 10px center;}
.proList .sideMen-pro h3 a.on{ color:#14a73c; font-weight:bold;  color:#14a73c;  background:url(../images/pro_on.png) no-repeat 10px center;}
.sideMen-pro h3:hover a{ color:#14a73c;}
.sideMen-pro ul{ display:block; }
.sideMen-pro ul li { width:50%; border-bottom:1px dashed #f2f2f2; float:left;} 
.sideMen-pro ul li a{ color:#333; font-size:13px; height:36px; line-height:36px; padding-left:30px; display:block; background:url(../images/jian.png) no-repeat 19px center;}
.sideMen-pro ul li a:hover { color:#14a73c;}
.proList .sideMen-pro ul li a.on{ color:#14a73c; font-weight:bold; background-image:url(../images/jian-w.png);}
.barnav{ width: 100%; border-bottom: 1px solid #e4e4e4; height:43px; line-height:43px;}
.barnav .w1200{
    font-size: 13px;
    overflow: hidden;
	color:#999;
    white-space: nowrap;
    text-overflow: ellipsis;
	background: url(../images/mub02address_homePage.png) no-repeat left center; text-indent:36px;
}
.barnav .w1200 a, .barnav .w1200 b{ color:#999;}


/* 网站地图 */
.map_main {
    overflow: hidden;
    border: solid 5px #F0F0F0;
    padding-bottom: 30px;
    background: #fff;
	width:1280px;
	margin:30px auto;
}
.sitemap_con {
    width: 1120px;
    margin: 0 auto;
    color: #666;
}
.sitemap_con .map_top {
    border-bottom: solid 1px #d7d7d7;
}
.site_r_link {
    width: 136px;
    margin-top: 20px;
    border: 1px solid #cdcdcd;
    background: #F8F8F8;
    padding: 5px 10px;
    float: right;
}
.site_plc {
    padding: 5px 0;
    text-indent: 10px;
}
.sitemap_con h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin: 10px 0;
    margin-right: 10px;
}
.b4 {
    border: 1px dashed #b3b3b3;
    padding: 10px 5px;
}
.b4 ul {
    padding: 0 11px;
}
.b4 li {
    float: left;
    line-height: 25px;
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 133px;
    overflow: hidden;
    margin: 0 10px;
}
.b4 li:hover a{ color: #c30101; text-decoration: underline;}
.zabtcon dl { width:1100px; height:25px; line-height:25px; margin-bottom:10px;}
.zabtcon dl dt{ float:left;}
.zabtcon dl dt a{ font-weight:bold;  color:#c30101; padding-right:20px;}
.zabtcon dl dd{ float:left;}
.b4 .zabtcon dl ul { padding: 0;}
.b4 .zabtcon dl ul li{ padding-right:20px; margin:0; width:auto;}


/* 右侧悬浮窗 */
#moquu_top,#moquu_wxin,#moquu_wshare,#moquu_wmaps {
	z-index:999;
	width:50px;
	height:50px;
	right:10px;
	position:fixed;
	cursor:pointer;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

#moquu_wxin {
	top:700px;
	_margin-top:700px
}
#moquu_wxin a {
	background:url(../images/sbtn.png) 0 -0px;
	right:0;
	float:left;
	width:50px;
	height:50px;
	text-indent:-9999px
}
#moquu_wxin a:hover {
	background:url(../images/sbtn.png) -50px -0px
}
#moquu_wshare {
	top:752px;
	_margin-top:752px
}
#moquu_wshare a {
	background:url(../images/sbtn.png) 0 -50px;
	width:50px;
	height:50px;
	right:0;
	float:left;
	text-indent:-9999px
}
#moquu_wshare a:hover {
	background:url(../images/sbtn.png) -50px -50px
}
#moquu_wmaps {
	top:804px;
	_margin-top:804px
}
#moquu_wmaps a {
	background:url(../images/sbtn.png) 0 -150px;
	width:50px;
	height:50px;
	right:0;
	float:left;
	text-indent:-9999px
}
#moquu_wmaps a:hover {
	background:url(../images/sbtn.png) -50px -150px
}
#moquu_top {
	top:856px;
	_margin-top:856px;
	background:url(../images/sbtn.png) 0 -101px;
	width:50px;
	height:50px
}
#moquu_top:hover {
	background:url(../images/sbtn.png) -50px -101px
}
.moquu_wxin,.moquu_wshare {
	position:relative;
	z-index:2
}
.moquu_wxin a:hover .moquu_wxinh,.moquu_wshare a:hover .moquu_wshareh {
	display:block
}
.moquu_wxin .moquu_wxinh {
	position:absolute;
	display:none;
	left:-202px;
	top:-160px;
	width:200px;
	height:216px;
	background:url(../images/moquu_wx.png) no-repeat;
}
.moquu_wshare .moquu_wshareh {
	position:absolute;
	display:none;
	left:-202px;
	top:-145px;
	width:200px;
	height:216px;
	background:url(../images/moquu_wshare.png) no-repeat
}


/*研究院*/

.jdmdbt_rl{ margin-top:40px;}
    .jdmdbt_rl ul {
    	display: block;
    	padding:5px 0px; width:1212px;
    }
    .jdmdbt_rl ul li {
    	width: 288px;
    	height: 80px;
    	float: left;
    	display: block;
    	background-color: #f0f0f0;
    	margin-right: 15px;
    	transition: all 0.5s; padding-top:8px;
    }
    
    .jdmdbt_rl ul li span {
    	display: block;
    	height: 36px;
    	line-height: 36px;
    	text-align: center;
    	font-size: 18px;
    	transition: all 0.5s;
    }
    .jdmdbt_rl ul li:hover {
    	background-color: #cf0000;
    	color: #fff;
    	transition: all 0.5s;
    }
    .jdmdbt_rl ul li:hover span {
    	color: #fff;
    	transition: all 0.5s;
    }
    .btzl_1 p {
    	display: block;
    	background: url("../images/rl_1.png") center 0px no-repeat;
    	height: 27px;
    	width: 27px;
    	margin: 10px auto 0px auto;
    }
    .jdmdbt_rl ul .btzl_1:hover p {
    	background: url("../images/rl_1_1.png") center 0px no-repeat;
    }
    .btzl_2 p {
    	display: block;
    	background: url("../images/zp-ico11.png") center 0px no-repeat;
    	height: 26px;
    	width: 28px;
    	margin: 10px auto 0px auto;
    }
    .jdmdbt_rl ul .btzl_2:hover p {
    	background: url("../images/zp-ico12.png") center 0px no-repeat;
    }
    .btzl_3 p {
    	display: block;
    	background: url("../images/rl_3.png") center 0px no-repeat;
    	height: 27px;
    	width: 26px;
    	margin: 10px auto 0px auto;
    }
    .jdmdbt_rl ul .btzl_3:hover p {
    	background: url("../images/rl_3_3.png") center 0px no-repeat;
    }
    .btzl_4 p {
    	display: block;
    	background: url("../images/rl_4.png") center 0px no-repeat;
    	height: 25px;
    	width: 29px;
    	margin: 10px auto 0px auto;
    }
    .jdmdbt_rl ul .btzl_4:hover p {
    	background: url("../images/rl_4_1.png") center 0px no-repeat;
    }









