@charset "utf-8";
/*CSS Document*/
.blue {
width:100%;
height:.5px;
background:#005bac;
margin-bottom:30px;
}

hr {
border-bottom:1px solid #005bac;
margin-bottom:30px;
}
.edu_all {
width:100%;
border-top: 1px solid #005bac;
    padding-top: 30px;
padding-bottom:30px;
}
.edu_all h3 {
font-size: 22px;
    color: #005bac;
}
.edu_all ul li {
width: 93px;
    float: left;
    font-size: 16px;
    line-height: 2em;
    color: #333;
}
.edu_all ul li a {
color:#333;
}

/*发展历程*/

.it_expert {
	width: 100%;
	height: 146px;
	background: url(../images/circle.jpg) no-repeat 0 0;
	position: relative;
	color: #686868;
}
.it_expertp1 {
	width: 150px;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	padding-top: 28px;
	padding-left: 63px;
}
.it_expertp2 {
	width: 200px;
	height: 50px;
	float: right;
	text-align: center;
}
#it_awewe {
	position: absolute;
	top: 120px;
	right: 0;
}
#nummm {
	width: 30px;
	height: 30px;
	background-color: #36aaf7;
	border-radius: 100%;
	display: inline-table !important;
	float: left;
	margin-right: 10px;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
#it_awewe a {
	display: inline-table!important;
}
.it_expertspan1 {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background: url(../images/icons_l.png) no-repeat 0 0;
	opacity: .5;
	border-radius: 100%;
	display: inline-table;
	text-align: center;
	float: left;
}
.it_expertspan1:hover {
	opacity: 1;
}
.it_expertspan2 {
	width: 30px;
	height: 30px;
	background: url(/portals/6035/Skins/yy_second/images/icons_r.png) no-repeat 0 0;
	opacity: .5;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	float: left;
}
.it_expertspan2:hover {
	opacity: 1;
}
.it_expert3 {
	background: url(/portals/6035/Skins/yy_second/images/vertical.png) repeat-y 81px 0px;
	padding-top: 45px;
}
.it_expertxt {
	height: 92px;
	background: url(/portals/6035/Skins/yy_second/images/hs.png) no-repeat 0 0;
	position: relative;
}
.it_expertxt:hover {
	height: 92px;
	background: url(/portals/6035/Skins/yy_second/images/ls.png) no-repeat 0 0;
}
.it_expertit {
	color: #888888;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
.it_experconter {
	width: 630px;
	color: #888888;
}

.it_expertp1_en {
	    padding-top: 38px;
    padding-left: 50px;
}
/*通用样式*/
.cp_list:after {
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cp_list {
width:100%;
}

.cp_list p {
width:32%;
margin-right:1.5%;
float:left;
}
.cp_list p:last-of-type {
margin-right:0;
}
.cp_list p span {
display:block;
text-align:center;
color:#333;
font-size:16px;
line-height:2.5em;
}

.cp_list2:after {
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cp_list2 {
width:100%;
margin-bottom:1em;
}

.cp_list2 p {
width:48%;
margin-right:1.5%;
float:left;
height:250px;
}
.cp_list2 p:last-of-type {
margin-right:0;
}
.cp_list2 img {
height:100% !important;
margin-left: 50%;
    transform: translateX(-50%);
}
.cont { min-height: 400px;
}
.cont p {
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin: 25px 0;
}
#yfx p {
    text-align: revert;
    line-height: inherit;
    font-size: 16px;
    margin: 0;
    color: #fff;
}

#yl p {
    text-align: revert;
    line-height: inherit;
    font-size: 16px;
    margin: 0;
    color: #0055bf;
}
#ya p {
    text-align: revert;
    line-height: inherit;
    font-size: 16px;
    margin: 0;
    color: #0055bf;
}
.cp_list2 p span {
display:block;
text-align:center;
color:#333;
font-size:16px;
line-height:2.5em;
}
.banner,
.nav_box {
	width: 100%;
}
.nav,
.cont {
	width: 1200px;
	margin: 0 auto;
}
.p-mb0 {
	margin-bottom: 0 !important;
}

/*banner*/
.banner_img {
width: 100%;
height:310px;
}
.banner_img img{width:100%;height: 100%;object-fit: cover;}
.news-banner{
	background: url(../images/news-banner.png) no-repeat center center;
}
.banner_text {
	width: 1200px;
	height: 149px;
	margin: 0 auto;
	padding-top: 79px;
	animation-name: fadeInRight;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 0;
	animation-iteration-count: 1;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(150px);
		transform: translateX(150px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(150px);
		-ms-transform: translateX(150px);
		transform: translateX(150px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

/*nav*/
.nav_box {
	border-bottom: 1px solid #e0e0e0;
}
.nav .DnnModule {
	clear: inherit;
}
.nav .DnnModule-GlobalStechRazorMenu,
.nav .DnnModule-DNN_HTML {
	
	float: left;
}
.DnnModule-5100 {
	width: 750px !important;
}
.kjlytit_ul {
	width: 100%;
}
.kjlytit_li {
	float: left;
	width: auto;
	line-height: 80px;
	margin-right: 10px;
}
.kjlytit_li a {
	font-size: 14px;
	color: #666;
}
.kjlytit_li:hover a {
	color: #005bac;
}
.active_li {
	border-bottom: 2px solid #005bac;
}
.active_li a {
	color: #005bac;
}
/* 面包屑导航 */
.nav .DnnModule-GTModulesTransformPath {
	width: auto;
	height: 80px;
	float: right;
}
.DnnModule-5092 {
	width: 400px !important;
}
.DnnModule-5101,
.DnnModule-5103,
.DnnModule-5105 {
	width: 450px !important;
}
.Gst-breadrumb {
	width: 100%;
	line-height: 80px;
	text-align: right;
	font-size: 14px;
	color: #999;
}
.Gst-breadrumb a,
.Gst-breadrumb span {
	display: inline-block;
	font-size: 14px;
	color: #999;
}
.Gst-breadrumb a {
	margin: 0 5px;
}
.Gst-breadrumb .SkinObject:nth-of-type(3) {
	margin-right: 0;
}

/*content*/
.cont_left,
.cont_right {
	padding-top: 45px;
}
.cont_left {
	width: 360px;
}
.cl_img {
	width: 360px;
	height: 235px;
	margin-right: -1px;
}
.cl_img img {
	display: block;
	width: 100%;
	height: 100%;
}
.cont_right {
	width: 800px;
	padding-left: 35px;
	padding-bottom: 30px;
}
.cont_right-1 {
	border-left: none;
	width: auto;
	padding-left: 35px;
	padding-bottom: 30px;
}
.cont_right p {
	text-align: justify;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	margin-bottom: 30px;
}
.cont_right td p {
font-size:14px !important;
margin-bottom:0 !important;
text-indent:0 !important;
}
.cont_right table {
border-collapse:collapse;width:100.0000%;border:none;
}
.cont_right table tr td {
padding:0 7px 0 7px ;border-left:1px solid windowtext;border-right:1px solid windowtext;border-top:1px solid windowtext;border-bottom:1px solid windowtext;
}
.cont_right p img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.gsjj_tit {
	margin-bottom: 32px;
}
.gsjj_tit h2 {
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	color: #2e4da6;
margin-bottom:10px;
}
.gsjj_tit p {
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

/* 科技领域带线盒子 */
.sec-kjly-content-box {
	border-bottom: 1px solid #005bac;
	margin-bottom: 30px;
}
.sec-kjly-content-box:last-of-type {
	border-bottom:0;
}
/* 先进电子材料事业部标题样式 */
.xjdzcl-title1,
.xjdzcl-title2,
.xjdzcl-title3,
.xjdzcl-title4 {
	line-height: 1.3;
	margin-bottom: 15px;
}
.xjdzcl-title1,
.xjdzcl-title3,
.xjdzcl-title4 {
	color: #333;
}
.xjdzcl-title1 {
	font-size: 24px;
}
.xjdzcl-title2 {
	font-size: 20px;
	color: #005bac;
}
.xjdzcl-title3,
.xjdzcl-title4 {
	font-weight: bold;
}
.xjdzcl-title3 {
	font-size: 18px;
}
.xjdzcl-title4 {
	font-size: 16px;
}

/* 特种加工与装备技术 */
.zsjssp-ul {
	width: 650px;
}
.dzsjssp-li {
	float: left;
	width: 300px;
	margin: 0 25px 25px 0;
}
.dzsjssp-img {
	width: 100%;
	height: 150px;
}
.dzsjssp-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.dzsjssp-text {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}

/* 设备介绍 */
.sbjs-ul {
	width: 100%;
}
.sbjs-li {
	width: 100%;
	margin-bottom: 20px;
}
.sbjs-title {
	text-align: right;
	margin-bottom: 20px;
}
.sbjs-title-top {
	font-size: 16px;
	color: #333;
}
.sbjs-title-bot {
	font-size: 12px;
}
.sbjs-images {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.sbjs-images img {
	display: block;
	width: 100%;
	height: auto;
}
.sbjs-cs {
	width: 100%;
}
.sbjs-cs-title,
.sbjs-cs-summry,
.sbjs-cslist {
	margin-bottom: 5px;
}
.sbjs-cs-title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.sbjs-cs-summry {
	line-height: 18px;
	font-size: 14px;
}
.sbjs-cslist-left,
.sbjs-cslist-right {
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
}
.sbjs-li1 .sbjs-cslist:last-child .sbjs-cslist-left,
.sbjs-li1 .sbjs-cslist:last-child .sbjs-cslist-right,
.sbjs-li3 .sbjs-cslist:last-child .sbjs-cslist-right {
	color: #ff0000;
}

/* 真空电阻炉系列 */
.zkdzlxl-ul {
	width: 450px;
	margin: 0 auto;
}
.zkdzlxl-li {
	float: left;
	width: 180px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.zkdzlxl-img {
	width: 100%;
	height: 454px;
}
.zkdzlxl-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.zkdzlxl-text {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}

/*科技领域聚合页*/
/*标题*/
.DnnModule-5404 .xwlb_tit {
	padding-top: 40px;
}
.DnnModule-7322 .xwlb_tit {
	padding-top: 40px;
}
/*列表*/
.DnnModule-7327,
.DnnModule-7328,
.DnnModule-7329,
.DnnModule-7326,
.DnnModule-5399,
.DnnModule-5400,
.DnnModule-5401,
.DnnModule-5402,
.DnnModule-12885,
.DnnModule-12886 {
	clear: inherit;
	width: 19%;
	float: left;
	margin-top: 30px;
	margin-bottom: 50px;
}
.DnnModule-12885,
.DnnModule-12886 {
float:right;
}
.DnnModule-7373,
.DnnModule-7338,
.DnnModule-7340 {
clear: inherit;
	width: 32%;
	float: left;
	margin-top: 30px;
	margin-bottom: 50px;
}
.DnnModule-7338,
.DnnModule-7340 {
	margin-right: 2%;
}
.DnnModule-7326,
.DnnModule-7327,
.DnnModule-7328,
.DnnModule-5399,
.DnnModule-5400,
.DnnModule-5401 {
	margin-right: 1.25%;
}
.kjly_same {
	width: 100%;
}
.kjly_same:hover {
	cursor: pointer;
}
.kjly_sametit {
	width: 100%;
	height: 200px;
position:relative;
}

.kjly_sametit h2 {
	padding: 45px 0 0 23px;
	line-height: 29px;
	font-size: 22px;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
	position: relative;
}

.kjly_sametit h2:after {
	content: " ";
	display: block;
	width: 30px;
	height: 2px;
	background: rgba(255, 255, 255, .4);
	position: absolute;
	top: 25px;
}
.kjly_sametit span {
	display: block;
	height: 74px;
	line-height: 74px;
position:absolute;
bottom:0;
}
.kjly_sametit span a {
	display: inline-block;
	padding-left: 23px;
	font-size: 14px;
	color: #fff;
	opacity: .6;
}
.sys_icon01 h2 {
padding: 45px 0 0 37px;
}
.sys_icon01 span a {
padding-left: 37px;
}
.sys_icon02 h2 {
padding: 45px 0 0 37px;
}
.sys_icon02 span a {
padding-left: 37px;
}
/*有色金属结构材料*/
.ysjs {
	background: #d2efef;
}
.ysjs_tit {
	background: url(../images/ysjs.png) no-repeat 140px 105px, #1cb0b0;
}

/*先进电子材料*/
.xjdz {
	background: #ecf4e1;
}
.xjdz_tit {
	background: url(../images/xjdz_tit.png) no-repeat 140px 105px, #9fc769;
}

/*新能源与生态环境材料*/
.xny {
	background: #e1eeed;
}
.xny_tit {
	background: url(../images/xny.png) no-repeat 140px 105px, #6aaaa3;
}

.cp_icon01 {
	background: url(../images/cp_icon01.png) no-repeat 140px 115px, #629bd0;
background-size:60px;
}
.cp_icon02 {
	background: url(../images/cp_icon02.png) no-repeat 140px 115px, #f4b246;
background-size:60px;
}

.cp_icon03 {
	background: url(../images/cp_icon03.png) no-repeat 140px 105px, #48c2c2;
background-size:60px;
}

.cp_icon04 {
	background: url(../images/cp_icon04.png) no-repeat 140px 105px, #d36565;
background-size:60px;
}
.cp_icon05 {
	background: url(../images/cp_icon05.png) no-repeat 140px 105px, #437db3;
background-size:70px;
}
.sys_icon01 {
	background: url(../images/sys_icon01.png) no-repeat 290px 115px, #62d0a0;
background-size:60px;
}
.sys_icon02 {
	background: url(../images/sys_icon02.png) no-repeat 290px 115px, #46cdf4;
background-size:60px;
}

.sys_icon03 {
	background: url(../images/sys_icon03.png) no-repeat 290px 115px, #4361ee;
background-size:60px;
}


.cp_list:after {
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cp_list {
width:100%;
}
.cp_list p {
width:32%;
margin-right:1.5%;
float:left;
}
.cp_list p:last-of-type {
margin-right:0;
}
.cp_list p span {
display:block;
text-align:center;
color:#333;
font-size:16px;
line-height:2.5em;
}
.cp_list p img {
width:256px;
height:170px;
}
/*特种加工与装备技术*/
.tzjg {
	background: #fcf0dc;
}
.tzjg_tit {
	background: url(../images/tzjg.png) no-repeat 140px 105px, #f2b44f;
}


.jsyj_tit {
	background: url(../images/jsyj.png) no-repeat 140px 105px, #437db3;
}

/*科技领域*/
.kjlylb_tit {
	padding-top: 20px;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
}
.xjdzlb_tit h2 {
	background: url(../images/xjdz.png) no-repeat 155px center;
}
.kjlylb_tit h2 {
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #333;
}
.kjly_cont {
	width: 100%;
}
.kjly_list {
	float: left;
	margin: 0 20px 20px 0;
	width: 285px;
	height: 330px;
	background: #f2f2f2;
	border-radius: 6px;
	position: relative;
	transition-duration: .5s;
}
.kjly_list:before {
	content: " ";
	display: block;
	width: 4px;
	height: 48px;
	background: #9fc769;
	position: absolute;
	left: 0;
	top: 25px;
}
.kjly_list:nth-child(4n) {
	margin-right: 0;
}
.kjly_list:hover {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.kjlylist_img {
	width: 235px;
	height: 155px;
	margin: 0 auto;
	padding: 25px 0;
}
.kjlylist_img img {
	display: block;
	width: 100%;
	height: 100%;
}
.kjlylist_tit {
	padding-left: 25px;
	height: 38px;
}
.kjlylist_tit a {
	font-size: 20px;
	color: #333;
}
.kjlylist_more {
	height: 80px;
	line-height: 80px;
	padding-left: 25px;
}
.kjlylist_more a {
	font-size: 16px;
	color: #888;
}

/*先进电子材料事业部*/
.xjdzcl_title {
	height: 50px;
	font-size: 24px;
	color: #333;
}

/*历史沿革*/
.lsyg_right {
	border-left: 1px solid #e0e0e0;
	width: 800px;
	padding-top: 45px;
	padding-bottom: 60px;
}
.lsyg_tit {
	height: 30px;
	font-size: 24px;
	color: #333;
	padding-left: 30px;
}
.lsyg_cont {
	width: 100%;
}
.lsyg_cont img {
	display: block;
	width: 100%;
	height: auto;
}

/*组织架构*/
.zzjg_cont {
	padding: 20px 0 0;
	width: 666px;
	margin: 0 auto;
	text-align: center;
}
.zzjg_cont img {
	display: block;
	width: 100%;
	height: auto;
}

/*新闻列表*/
.xwlb_tit {
	height: 50px;
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #e0e0e0;
}
.xwlb_ul {
	width: 100%;
}
.xwlb_li {
	line-height: 100px;
	padding: 25px 0;
	border-bottom: 1px solid #e0e0e0;
	transition: all .5s ease-in-out;
}
.xwlb_li:hover {
	cursor: pointer;
	background: #e8e8e8;
}
.xwlb_time {
	width: 80px;
	height: 80px;
	background: #e8e8e8;
}
.xwlb_time b {
	display: block;
	width: 56px;
	margin: 0 auto;
}
.xwlb_time b:first-child {
	padding-top: 12px;
	font-family: arial;
	line-height: 36px;
	font-size: 28px;
	color: #fe6229;
}
.xwlb_time b:last-child {
	font-style: normal;
	line-height: 22px;
	font-size: 14px;
	color: #333;
}
.xwlb_text {
	width: 700px;
	margin-right: 5px;
}
.xwlb_text h3 {
	line-height: 24px;
	margin-bottom: 12px;
}
.xwlb_text h3 a {
	font-size: 20px;
	color: #474545;
}
.xwlb_text p {
	line-height: 20px;
	font-size: 14px;
	color: #888;
	margin-bottom: 0;
}

/* 科技领域列表 */
.kjly_text {
	width: 95%;
	margin-right: 2%;
}

/*分页*/
.i-pager {
	height: 40px;
	font-size: 14px;
	text-align: right;
	clear: both;
}
.i-pager-item-active {
	width: 36px;
	height: 36px;
	background-color: #0081cc;
	border-radius: 4px;
}
.i-pager a,
.i-pager a:link,
.i-pager a:visited,
.i-pager a:active {
	color: #666666;
	font-size: 14px;
	/* line-height: 36px; */
	width: auto;
	height: 36px;
	border-radius: 4px;
	margin: 0 2.5px;
}
.i-pager-next,
.i-pager-prev {
	width: 68px !important;
	height: 36px !important;
}
.i-pager-item:link,
a.i-pager-item:visited,
a.i-pager-item:hover,
a.i-pager-item:active,
a.i-pager-item-active:link {
	text-decoration: none;
}
.i-pager a:hover {
	color: #fff !important;
}
.i-pager-info {
	height: 36px;
	vertical-align: bottom;
	border-radius: 4px;
	border: solid 1px rgba(102, 102, 102, 0.3);
	line-height: 36px;
}
.i-pager-info span {
	border: none;
	color: #666666;
}
.i-pager-info-c {
	color: #0081cc !important;
}

/*有色金属材料制备加工国家重点实验室*/
.ysjsclzb_tit {
	height: 60px;
	font-size: 24px;
	color: #333;
}

/*产品与服务*/
.cpfw_tit {
	padding-top: 20px;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 35px;
}
.cpfw_ul {
	width: 100%;
	padding-bottom: 60px;
}
.cpfw_li {
	float: left;
	width: 285px;
	margin: 0 20px 20px 0;
	transition-duration: .5s;
}
.cpfw_li:nth-child(4n) {
	margin-right: 0;
}
.cpfw_li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.cpfw_img {
	width: 285px;
	height: 205px;
	overflow: hidden;
}
.cpfw_img img {
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: .5s;
}
.cpfw_li:hover .cpfw_img img {
	transform: scale(1.1);
}
.cpfwli_tit {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f1f1f1;
	text-align: center;
}
.cpfwli_tit a {
	font-size: 16px;
	color: #333;
}
.cpfw_li:hover .cpfwli_tit {
	background: #fff;
}
.cpfw_li:hover .cpfwli_tit a {
	color: #005bac;
}

/*产品与服务聚合页*/
.cpyfw_title {
	font-size: 20px;
	color: #005bac;
	padding: 30px 0 20px 0;
}
.cpyfw-jhy {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
}
.cpyfw_tit {
	padding-top: 20px;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #e0e0e0;

}

/*管理团队*/
.gltd_wrap {
	padding-top: 50px;
	width: 100%;
}
.gltd_box {
	width: 630px;
	margin: 0 auto;
}
.gltd_cont {
	float: left;
	width: 32%;
	margin-bottom: 30px;
}
.gltd_img {
	width: 135px;
	height: 190px;
	margin: 0 auto 15px;
}
.gltd_img img {
	display: block;
	width: 100%;
	/* height: 100%; */
}
.gltd_text {
	text-align: center;
}
.gltd_text h3 {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
	margin-top: 26px;
}
.gltd_text p {
	line-height: 24px;
	font-size: 14px;
	color: #888;
}

/*国家级研发平台聚合页*/
.gjjyfpt_tit {
	height: 54px;
	font-size: 24px;
	color: #333;
}
.gjjyfpt_ul {
	width: 100%;
}
.gjjyfpt_li {
	padding: 20px 25px 0;
	background: #f5f5f5;
	margin-bottom: 10px;
	transition-duration: .5s;
}
.gjjyfpt_li:hover {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.gjjyfpt_li h3 {
	height: 42px;
	line-height: 42px;
	margin-bottom: 5px;
}
.gjjyfpt_li h3 a {
	font-size: 20px;
	color: #2e4da6;
}
.gjjyfpt_li p {
	line-height: 22px;
	font-size: 14px;
	color: #888;
	margin-bottom: 0;
}
.gjjyfpt_li span {
	display: block;
	height: 56px;
	line-height: 56px;
}
.gjjyfpt_li span a {
	font-size: 14px;
	color: #666;
}
.gjjyfpt_li:hover span a {
	color: #2e4da6;
}
.lsyg_cont01 {
border:0;padding-left: 30px;padding-top: 12px;
}
.zzjg_cont01 {
padding: 0px 0 0 30px; width:100%;
}
.gltd_cont01 {
width:53%;
}
.gltd_cont02 {
margin-left:-30px;
}
.xwlb_tit02 {
display:inline-block;
border-radius: 0 18px 0 18px;
width:auto;
	height: 58px;
line-height:58px;
	font-size: 22px;
	color: #fff;
	padding-left:50px;
padding-right:50px;
background:-webkit-linear-gradient(top left, #1989c4, #1260a4);
}
.xwlb_ul02 {
	width: 95%;
float:right;
position:relative;
padding-top:36px;
}
.xwlb_ul02:after {
display:block;
content:"";
width:2px;
height:calc(100% - 92px);
background:#e5e5e5;
position:absolute;
top:0;
left:-2px;
}
.xwlb_li02 {
border-bottom:0;
padding:0;
width:100%;
height:84px;
line-height:84px;
background:url(/portals/6035/Skins/yy_second//images/list_bg.png) center center / 100% 100% no-repeat;
transition: all .5s ease-in-out;
margin-bottom:12px;
}
.xwlb_li02:hover {
background:url(../images/list_bg.png) center center / 100% 100% no-repeat;
}
.xwlb_li02:last-of-type {
margin-bottom:0;
}
.xwlb_text02 h3 {
text-indent:40px;
font-size:22px;
color:#1d66a8;
	line-height: 84px;
	margin-bottom: 0;
font-weight:bold;
}
.xwlb_text02 h3 a {
	font-size: 20px;
	color: #1d66a8;
transition: all .5s ease-in-out;
}
.xwlb_text02 p {
display:none;
}
.video_li  {
width:48%;
float:left;
margin-right:4%;
margin-bottom:20px;
}
.video_li p {
margin-bottom:0;
}
.video_li:nth-of-type(2n) {
margin-right:0;
}
.video_li video{
display:block;
width:100%;
height:240px;
}
.video_li  .video_name {
font-size: 16px;
    line-height: 1.5em;
    margin-top: 10px;
}.video_li  .video_name a.news-title {
color:#333;
}
.detail_cont {
				width:100%;
				position: relative;
margin-bottom:60px;
padding-top:30px;
			}
			.detail_right {
				float: right;
				width: 85%;
			}
			.detail_nav {
				width:132px;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				bottom: 0;
border-right:1px solid #e9e9e9;
padding-top:30px;
			}
.detail_right p img {
max-width:100%;
}
.detail_nav li {
font-size:18px;
color:#1d66a8;
font-weight:bold;
margin-bottom:45px;
line-height:1em;
position:relative;
text-align:center;
}
.detail_nav li a {
color:#1d66a8;
}
.detail_nav li:after {
position:absolute;
display:block;
content:"";
right:-5px;
top:50%;
transform:translateY(-50%);
width:10px;
height:10px;
border-radius:50%;
border:2px solid #fa7f00;
box-sizing:border-box;
background:#fff;
}

			.detailItem1 {
				width: 100%;
				background: #f0f3f5 url(../images/detail_logo.png) 95% 80% / 176px auto no-repeat;
padding-top:26px;
border-radius:6px;
			}
			.cpImg {
				width: 110px;
				height: 110px;
				float: left;
				border-radius: 50%;
				overflow: hidden;
margin-left:20px;
			}
			.cpImg img {
				width: 100%;
				height: 100%;
			}
			.cpTit {
				width: 82%;
				margin-right:3%;
				float: right;
padding-bottom:16px;
			}
			.cpTit h2 {
				font-size: 20px;
				color: #1d66a8;
line-height:1em;
font-weight:bold;
				margin-bottom: 16px;
			}
			.cpTit p {
				font-size: 16px;
				color: #666;
				line-height: 30px;
				text-align:justify;
			}
			.detailItem2 {
				margin-top:40px;
				border-top: 4px solid #ebebeb;
			}
			.detailItem2 .detailSubtit {
				border-top: 1px solid #ebebeb;
				position:relative;
			}
			.detailItem2 .detailSubtit:first-of-type {
				border-top: 0;
			}
			.detailSubtit div{
				width: 85%;
				float: right;
			}
			.detailSubtit > img {
				position: absolute;
				top:26px;
				left:40px;
			}
.detailItem2 .cp_list2 {
margin-bottom:5em;
}
.detailSubtit div {
margin-bottom:20px;
}
.detailSubtit div h3 {
font-size:18px;
color:#1d66a8;
font-weight:bold;
line-height:1em;
margin-top:20px;
margin-bottom:16px;
}
.detailSubtit div p{
font-size: 16px;
				color: #666;
				line-height: 30px;
				text-align:justify;
}
.detail_right p {
font-size: 16px;
				color: #666;
				line-height: 30px;
				text-align:justify;
}

@media screen and (max-width:1023px){
.banner_img {
height:4.2rem;
background-size:cover;
}
.banner_text {
height:2rem;
width:100%;
padding-top:0;
}
.banner_text img {
margin-top:1rem;
width:70%;
}
.nav_box {
width:100%;
margin:0 auto;
overflow-y: scroll;

}
.nav_box .accordion-3-container li.level-0 a {
font-size:.37rem;
}
.nav_box .accordion-3 {
height:1.33rem;
}
.nav_box .accordion-3-container li.level-0 {
	line-height:1.33rem;
box-sizing:border-box;
}
.nav, .cont {
width:92%;
}

.cont_left {
width:100%;
padding-top:0.5rem;
display:none;
}

.cl_img {
width:100%;
height:auto;
}
.cl_img img {
height:auto;
}
.cont_right p {
font-size:.34rem;
margin-bottom:1em;
}
.cont_right,.lsyg_right {
    border-left: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0.5rem;
}
.gsjj_tit {
    margin-bottom: .4rem;
}
.gsjj_tit h2 {
font-size:.53rem;
margin-bottom:0;
}
.gsjj_tit p {
font-size:.37rem;
}
.lsyg_cont01 {
padding:0;
margin-bottom:0.5rem;
}
.zzjg_cont01 {
padding: 0;
margin-bottom:0.5rem;
}
.gltd_wrap {
padding-top:0.5rem;
}
.lsyg_tit {
display:none;
}
.gltd_box {
width:100%;
}
.gltd_cont {
width:50%;
}
.gltd_cont01 {
width:50%;
}
.gltd_cont02 {
margin-left:0;
}
.xwlb_time {
width:1.25rem;
height:1.25rem;
margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.xwlb_time b {
width:100%;
text-indent:.08rem;
}
.xwlb_text {
width:calc(100% - 1.7rem);
margin-right:0;
height: 1.25rem;
}
.xwlb_time b:first-child {
font-size:0.6rem;
padding-top:0.1rem;
line-height:1em;
}
.xwlb_time b:last-child {
font-size:0.26rem;
}
.xwlb_text h3 a {
font-size:0.42rem;
}
.xwlb_li {
padding:0.1rem 0;
}
.xwlb_ul {
margin-bottom:0.3rem;
}
.i-pager {
height:0.55rem;
margin-top:0.5rem;
margin-bottom:0.5rem;
}
.i-pager a,
.i-pager a:link,
.i-pager a:visited,
.i-pager a:active {
width:auto;

padding:0 .1rem;
height:0.53rem;
line-height:0.53rem;
font-size:0.26rem;
}
.i-pager-next, .i-pager-prev {
width:auto !important;
height:0.53rem !important;
}
.i-pager-info {
    height: 0.53rem;
    line-height: 0.53rem;
font-size:0.26rem;
}
.ysjsclzb_tit {
height:auto;
margin-bottom:0.3rem;
line-height:1.5em;
}
.kjly_text {
width:100%;
height:auto;
}
.nav .DnnModule-GlobalStechRazorMenu, .nav .DnnModule-DNN_HTML {

}
.DnnModule-14085 {
width:700px !important;
}
.DnnModule-5110,
.DnnModule-5225 {
width:900px !important;
}
.cpyfw_tit {
border-bottom:none;
}
.cpyfw_title {
display:none;
}
.cpfw_li {
width:calc(50% - .13rem);
margin:0 .26rem .26rem 0;
}
.cpfw_img {
width:100%;
height:3.2rem;
}
.cpfwli_tit {
height:1.05rem;
line-height: 1.05rem;
    font-size: .34rem;
}
.cpfwli_tit a.news-title {
font-size:0.34rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}
.cpfw_li:nth-child(2n) {
margin-right: 0;
}

.article_title h1 {
font-size:0.53rem;
line-height:2em;
}
.bhs-Date {
font-size:0.4rem;
}
.xjdzcl_title {
font-size:.53rem;
line-height:1.5em;
height:auto;
}
.xwlb_text h3 {
font-size:0.42rem;
line-height:2em;
margin-top:0;
margin-bottom:.2rem;
}
.xwlb_tit {
font-size:.53rem;
line-height:1.5em;
height:auto;
padding-bottom:0.5rem;
}
.xwlb_text p{
display:none;
}
.kjly_text p {
display:block;
}
.cont_right table {
max-width:100% !important;
display:block;
}
.sec-image span {
font-size:.4rem;
}
.cp_list p img {
height:auto;
}
.cp_list p {
width:49%;
}
.cp_list p:nth-of-type(2n) {
margin-right:0;
}
.cpyfw_tit {
font-size:.4rem;
padding-top:0;
line-height:3em;
height:3em;
}
.cp_list2 {
margin-bottom:0;
}
.cp_list2 img {
    height: auto !important;
    
}
.cp_list2 p {
height:auto;
}
.cont {
overflow:hidden;
}
.sec-text {
font-size:.5rem;
}
.DnnModule-14081,
.DnnModule-14084,
.DnnModule-7330,
.DnnModule-5223,
.DnnModule-5206,
.DnnModule-5203,
.DnnModule-7428,
.DnnModule-7428,
.DnnModule-7427,
.DnnModule-7426,
.DnnModule-7425,
.DnnModule-7428,
.DnnModule-5223,
.DnnModule-6930,
.DnnModule-5199,
.DnnModule-5567,
.DnnModule-5195,
.DnnModule-12888,
.DnnModule-7347,
.DnnModule-7345,
.DnnModule-7336,
.DnnModule-7343,
.DnnModule-6910,
.DnnModule-12883,
.DnnModule-6911,
.DnnModule-5109,
.DnnModule-5111,
.DnnModule-5103,
.DnnModule-5105,
.DnnModule-5101,
.DnnModule-6909,
.DnnModule-6907,
.DnnModule-5097,
.DnnModule-6905,
.DnnModule-5081,
.DnnModule-5093,
.DnnModule-5094,
.DnnModule-5284 {
display:none;
}

}


/*有研*/
.accordion-3-container {}
.accordion-3 {
	height: 80px;
}

/*一级*/
.accordion-3-container li.level-0{
	float: left;
	width: auto;
	line-height: 78px;
	margin-right: 20px;
	text-align: center;
	border-bottom: 2px solid rgba(0,91,172,0);
}
.accordion-3-container li.level-0 a {
	width: 14px;
	color: #666;
}

.accordion-3-container li.level-0 a:link,
.accordion-3-container li.level-0 a:visited,
.accordion-3-container li.level-0 a:hover,
.accordion-3-container li.level-0 a:active {
	text-decoration: none;
}

/**/
.accordion-3-container li.level-0 div.sub {}
.accordion-3-container li.breadcrumb div.sub {}
.accordion-3-container li.level-0 div.sub li.level-1 div.sub {}
.accordion-3-container li.level-0 div.sub li.breadcrumb div.sub {}
.div.accordion-3-container li.level-1 a.level-1 {}

/*一级点击后*/
.accordion-3-container li.active,.accordion-3-container li.breadcrumb{
	border-bottom-color: #005bac;
}
.accordion-3-container li.breadcrumb a {
	color: rgb(0,91,172);
}
.accordion-3-container li.active a {
	color: rgb(0,91,172);
}

.accordion-3-container li.active a:link,
.accordion-3-container li.active a:visited,
.accordion-3-container li.active a:hover,
.accordion-3-container li.active a:active {}

.accordion-3-container li.breadcrumb a:link,
.accordion-3-container li.breadcrumb a:visited,
.accordion-3-container li.breadcrumb a:hover,
.accordion-3-container li.breadcrumb a:active {}

/*二级默认*/
.accordion-3-container li.level-0 div.sub ul.sub li.level-1{}
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 a {}

.accordion-3-container li.level-0 div.sub ul.sub li.level-1 a:link,
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 a:visited,
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 a:hover,
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 a:active {}


/*二级点击后*/
.accordion-3-container li.level-0 div.sub ul.sub li.breadcrumb a {}

.accordion-3-container li.level-0 div.sub ul.sub li.breadcrumb a:link,
.accordion-3-container li.level-0 div.sub ul.sub li.breadcrumb a:visited,
.accordion-3-container li.level-0 div.sub ul.sub li.breadcrumb a:hover,
.accordion-3-container li.level-0 div.sub ul.sub li.breadcrumb a:active {}


/*三级级默认*/
.accordion-3-container li.level-1 a {}
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.level-2 a {}

.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.level-2 a:link,
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.level-2 a:visited,
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.level-2 a:hover,
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.level-2 a:active {}


/*三级点击后*/
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.active a {}

.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.active a:link,
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.active a:visited,
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.active a:hover,
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.active a:active {}

/**************************************end******************************************************************/

.accordion-3 span {
    font-size: 18px;
    color: #666;
}
.accordion-3-container li.active a  span{
	color: rgb(0,91,172);
}
/*标志性成果*/
.bzxcg {
			width: 1200px;
			margin: 0 auto;
padding:30px 0;
		}
		
		.bzxcg-left {
			width: 205px;
			float: left;
			background:url(/grirem/lib/template/images/zx.png) no-repeat right;
		}
		
		.bzxcg-right {
			width: 100%;
			float: right;
			border-left: 1px solid #ccc;
			
		}
		
		.bzxcg-left p {
			font-size: 40px;
			color: rgb(44, 74, 170);
			font-weight: 500;
		}
		
		.bzxcg-right .wz {
			border-bottom: 1px dashed rgb(153, 153, 153);		
			color: rgb(51, 51, 51);
			font-size: 18px;
			font-weight: 400;
			margin-left: 60px;
		}
		
		.bzxcg-right .wz p {
			color: rgb(51, 51, 51);
			font-size: 18px;
			font-weight: 400;
			line-height: 27px;		
			background: url(/grirem/lib/template/images/yd.png) no-repeat 0 14px;
			padding-left: 20px;
   transition: 0.8s;
		}

		.bzxcg-right .wz p:hover {
    margin-left: 20px;
    color: rgb(44, 74, 170);
    transition: 0.8s;
}
		.item {
			display: flex;
			align-content: center;
			align-items: center;

		}
/*公司新闻*/
.dqgz-item {
   height: 59px;
   line-height: 59px;
   display: inline-block;
   border-bottom: 1px solid #d2d2d2;
   width: 100%;
}
.dqgz-item-title {
   float: left;
}
.dqgz-item-title a {
   font-size: 16px;
   color: #333;
}
.dqgz-item-date {
   float: right;
   font-size: 14px;
   color: #104ca6;
}
/*分页样式*/
.i-pager {
    height: auto;
    font-size: 16px;
    margin-top: 37px;
    text-align: center;
    clear: both;
    color: rgb(102, 102, 102);
    margin-bottom: 3%;
}

.i-pager-next a {
    width: 77px;
    color: rgb(9, 54, 140);
    display: inline-block;
}

.i-pager-last a {
    width: 77px;
    color: rgb(9, 54, 140);
    display: inline-block;
}

.i-pager-first, .i-pager-prev, .i-pager-next, .i-pager-last, .i-pager-item {
    display: inline-block;
    width: auto;
    min-width: 38px;
    height: 38px;
    margin-left: 6px;
    border-radius: 4px;
    border: 1px solid rgba(102, 102, 102, 0.3);
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    padding: 0px;
    color: rgb(102, 102, 102) !important;
}

.i-pager-next, .i-pager-last, .i-pager-first, .i-pager-prev {
    font-size: 15px;
    vertical-align: bottom;
    color: rgb(102, 102, 102) !important;
}

.i-pager-info {
    height: 35px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid rgba(102, 102, 102, 0.3);
    font-size: 16px;
    vertical-align: bottom;
    color: rgb(102, 102, 102);
    margin-left: 7px;
}

.i-pager-current {
    width: auto;
    text-align: center;
    display: inline-block;
    margin-left: 6px;
    line-height: 38px;
    border: none;
    color: rgb(102, 102, 102);
    padding: 0px;
}

.i-pager-info-c {
    color: rgb(0, 129, 204);
    width: auto;
    text-align: center;
    display: inline-block;
    padding-right: 0px;
    font-size: 16px;
    padding-left: 6px;
    line-height: 34px;
    border: none;
}

.i-pager-info-p {
    color: rgb(102, 102, 102);
    width: auto;
    text-align: center;
    display: inline-block;
    padding-left: 6px;
    font-size: 16px;
    font-weight: 200;
    line-height: 34px;
    border: none;
}

.i-pager-info-t {
    color: rgb(102, 102, 102);
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0px 3px;
    line-height: 38px;
    border: none;
}

.i-pager a:hover {
    color: rgb(255, 255, 255) !important;
}

.i-pagers a {
    color: rgb(9, 54, 140);
    display: inline-block;
}

.i-pagers:hover {
    background: rgb(3, 108, 180);
    color: rgb(255, 255, 255) !important;
}

.i-pager-item-active {
    background: rgb(3, 108, 180);
}

.i-pager-item-active span {
    color: rgb(255, 255, 255);
}

.i-pager-item:hover {
    background: rgb(3, 108, 180);
    color: rgb(255, 255, 255);
}

.i-pager-next:hover {
    background: rgb(3, 108, 180);
    color: rgb(255, 255, 255) !important;
}

.i-pager-last:hover {
    background: rgb(3, 108, 180);
    color: rgb(255, 255, 255) !important;
}

.i-pager-info {
    display: inline-block;
    line-height: 39px;
    margin-left: 3px;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    padding-left: 0px;
    padding-right: 10px;
}

.i-pagers {
    display: inline-block;
    border: 1px solid rgba(102, 102, 102, 0.3);
    padding: 3px 4px;
    font-size: 14px;
    border-radius: 4px;
    width: 56px;
    height: 29px;
    line-height: 29px;
    text-align: center;
}

@charset "utf-8";
/* Css Document */

.article_title{
margin-bottom: 10px;
}
.article_title h1{
   line-height: 34px;
   text-align: center;
   font-size: 20px;
   font-weight:bold;
   color: #333;
   margin-top: 32px;
}
.article_title h2 {
font-size:16px;
text-align: center;
font-weight:bold;
}
.bhs-Date{
   height: 25px;
   line-height: 25px;
   text-align: center;
   font-size: 14px;
   color: #888;
   margin-bottom: 20px;
}
.article_content p,.article_content div,.article_content div span{
   line-height: 29px;
   font-family: "Microsoft YaHei"!important;
   font-size: 16px!important;
   color: #333;
   margin-bottom: 26px;
}
.article_content p:last-child,.article_content div:last-child{
   margin-bottom: 0!important;
}
.article_content img{
   width: auto;
   max-width: 650px;
   height: auto!important;
}

.bhs-Date #Author {
margin-right:1em;
}

#com {
	width: 584px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 0;
}
.gsjj-content{
		margin-bottom:40px;
}
.gsjj-content #com:nth-child(odd){
	margin-left: 0px;
}
#com_kuai_a {
	width: 100%;
	min-height: 233px;
	_height: 233px;
	float: left;
	background: #f2fafd;
}
#com_kuai_b {
	width: 690px;
	height: auto;
	float: left;
	line-height: 20px;
	margin-left: 55%;
}
#com_kuai_b img {
	max-width: 100%;
	margin: 10px 0;
}
#com_kuai_bt {
	width: 690px;
	height: auto;
	float: left;
	line-height: 20px;
}
#com_kuai_bw {
	width: 670px;
	height: auto;
	float: left;
	line-height: 20px;
	margin-left: 20px;
}
#com_kuai_f {
	width: 690px;
	height: auto;
	float: left;
	line-height: 20px;
}
#com_kuai_f img {
	max-width: 100%;
}
#ta {
	width: 672px;
	height: 1199px;
	float: left;
	background: url(/grirem/lib/template/images/ta.jpg)no-repeat;
}
#taa {
	width: 692px;
	height: 1150px;
	float: left;
	background: url(/grirem/lib/template/images/ea.jpg) no-repeat;
}
#tab {
	width: 273px;
	height: 250px;
	float: left;
	margin-top: 610px;
	margin-left: 333px;
}
#tabb {
	width: 352px;
	height: 250px;
	float: left;
	margin-top: 570px;
	margin-left: 334px;
}
#block-nrs img {
	width: 196px;
	height: 74px;
	float: left;
	padding: 10px;
}
#com_kuai_c {
	width: 690px;
	height: auto;
	float: left;
	line-height: 20px;
}
#kuai_a_bt {
	width: 42px;
	height: 233px;
	float: left;
	background: url(/grirem/lib/template/images/cp_bg_z.jpg) no-repeat;
}
#kuai_a_bt p {
	width: 14px;
	height: 220px;
	float: left;
	font-size: 16px;
	color: #FFF;
	padding-left: 13px;
	margin-top: 15px;
	line-height: 22px;
}
#kuai_a_yy {
	width: 518px;
	height: 192px;
	float: left;
	margin-left: 18px;
	margin-top: 20px;
}
#kuai_a_yys {
	width: 650px;
	height: 192px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}
#kuai_a_tu {
	width: 282px;
	height: 192px;
	float: left;
}
#kuai_a_nr {
	width: 180px;
	height: 192px;
	float: left;
	margin-left: 40px;
	background: url(/grirem/lib/template/images/cp_bg_nr.jpg) no-repeat bottom right;
}
#kuai_a_nr li {
	background: url(/grirem/lib/template/images/cp_bg_xt.jpg)no-repeat left center;
	padding-left: 15px;
	line-height: 30px;
}
#kuai_a_nr li a {
	color: #797979;
	font-size: 16px;
}
#kuai_a_nrs {
	width: 300px;
	height: 192px;
	float: left;
	margin-left: 40px;
	background: url(/grirem/lib/template/images/cp_bg_nr.jpg) no-repeat bottom right;
}
#kuai_a_nrs li {
	background: url(/grirem/lib/template/images/cp_bg_xt.jpg)no-repeat left center;
	padding-left: 15px;
	line-height: 30px;
}
#kuai_a_nrs li a {
	color: #797979;
}
#nr_z_bg h2 {
	height: 20px;
	padding: 0 0px 0 0px;
	color: #0056c0;
	font-weight: bold;
	line-height: 58px;
	font-size: 16px;
}
#nr_z_bg h2 span {
	float: right;
	padding: 5px 10px 10px 0px;
	color: #a9a9a9;
	font-size: 12px;
}
#nr_z_bg h2 span a {
	color: #a9a9a9;
	font-size: 12px;
	text-decoration: none;
}
#com_kuai_b li span {
	float: right;
	margin-right: 10px;
	color: #6d6d6d;
}
#com_kuai_b li a {
	color: #5a5a5a;
}
#com_kuai_b li {
	line-height: 30px;
	border-bottom: 1px #d6d6d6 dashed;
	background: url(/grirem/lib/template/images/xiaotu008.jpg) no-repeat left center;
	padding-left: 20px;
}
#com_kuai_bw li span {
	float: right;
	margin-right: 10px;
	color: #6d6d6d;
	display: none;
}
#com_kuai_bw li a {
	color: #5a5a5a;
}
#com_kuai_bw li {
	width: 140px;
	float: left;
	padding-left: 20px;
	background: url(/grirem/lib/template/images/en_tb.jpg) no-repeat left 6px;
	margin-top: 15px;
}
#com_kuai_c li {
	width: 200px;
	height: 167px;
	float: left;
	margin-top: 10px;
	padding-left: 30px;
	padding-top: 10px;
	overflow: hidden;
	background: url(/grirem/lib/template/images/cp_bg_01.jpg) no-repeat 22px 0px;
}
#com_kuai_c p {
	margin-top: 3px;
}
#com_kuai_c li a {
	text-decoration: none;
	color: #565656;
	margin-left: 10px;
}



.bod {
    padding-bottom: 26px;
    overflow: hidden;
    margin-top: 38px;
}

.bod_title {
    width: auto;
    float: none;
    height: 100%;
    font-family: "Times New Roman", Arial;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #2e4da6;
    background: url("/cnmc/lib/tempalte/second/images/wzqimg1.png") no-repeat;
    padding-left: 0;
    padding-bottom: 23px;
}

.bod_title2 {
    background: url("/cnmc/lib/tempalte/second/images/wzyimg2.png") no-repeat;
}

.bod_title3 {
    background: url("/cnmc/lib/tempalte/second/images/wzqimg3.png") no-repeat;
}

.bod ul {
    overflow: hidden;
}

.bod ul li {
    float: left;
    overflow: hidden;
}

.bod ul li div {
    overflow: hidden;
    font-size: 0.2rem;
}

.bod ul li h2 {
    font-weight: normal;
    margin-bottom: 0px;
}

.bod ul li h2 a {
    color: rgb(10, 80, 180);
    font-family: "Times New Roman", Arial;
}

.bod ul li h2 a:hover {
    text-decoration: none;
}

.bod ul li p {
    font-size: 0.22rem;
    color: rgb(136, 136, 136);
    margin: 0px;
    font-family: "Times New Roman", Arial;
}

.bod ul li.zzjg {
    text-align: left;
    width: 288px;
    height: 52px;
    border: 2px solid rgb(153, 153, 153);
    box-sizing: border-box;
    margin-left: 15px;
    margin-bottom: 20px;
    padding: 4px;
}

.bod ul li:nth-child(1) {
    margin-left: 0px;
}

.bod ul li:nth-child(4n+1) {
    margin-left: 0px;
}

.bod ul li.zzjg::before {
    content: " ";
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid rgb(153, 153, 153);
    box-sizing: border-box;
}

.bod ul li.zzjg h2 {
    width: calc(100% - 0rem);
    font-size: 0.18rem;
    color: rgb(136, 136, 136);
    display: inline-block;
    padding-right: 0px;
    position: relative;
}

.bod ul li.zzjg h2 a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 39px;
    letter-spacing: 0px;
    color: rgb(153, 153, 153);
    text-align: center;
    cursor: pointer;
}

.bod ul li.zzjg h2 a.edit-handle {
    position: absolute;
    z-index: 2;
}

.bod ul li.zzjg h2 p {
    text-indent: 0rem;
}

.bod ul li.zzjg p {
    font-size: 0.16rem;
    text-indent: 0.2rem;
}

.bod ul li.zzjg {
    position: relative;
}

.bod ul li .zzjg-top {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    transition: all 0.6s ease 0s;
}

.bod ul li .zzjg-left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 2px;
    transition: all 0.6s ease 0s;
}

.bod ul li .zzjg-right {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 2px;
    height: 0px;
    transition: all 0.6s ease 0s;
}

.bod ul li .zzjg-bottom {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2px;
    height: 0px;
    transition: all 0.6s ease 0s;
}

.bod ul li.zzjg:hover {
    border: 0.5px solid #2e4da6;
}

.bod ul li.zzjg:hover .zzjg-top {
    width: 100%;
}

.bod ul li.zzjg:hover .zzjg-left {
    width: 100%;
}

.bod ul li.zzjg:hover .zzjg-right {
    height: 100%;
}

.bod ul li.zzjg:hover .zzjg-bottom {
    height: 100%;
}

.bod ul li .zzjg-top {
    background-color: rgb(207, 207, 207);
}

.bod ul li .zzjg-left {
    background-color: rgb(207, 207, 207);
}

.bod ul li .zzjg-right {
    background-color: rgb(207, 207, 207);
}

.bod ul li .zzjg-bottom {
    background-color: rgb(207, 207, 207);
}

.bod ul li .zzjg-top {
    background-color: rgb(68, 198, 207);
}

.bod ul li .zzjg-left {
    background-color: rgb(68, 198, 207);
}

.bod ul li .zzjg-right {
    background-color: rgb(68, 198, 207);
}

.bod ul li .zzjg-bottom {
    background-color: rgb(68, 198, 207);
}

.bod ul li .zzjg-top {
    background-color: #2e4da6;
}

.bod ul li .zzjg-left {
    background-color: #2e4da6;
}

.bod ul li .zzjg-right {
    background-color: #2e4da6;
}

.bod ul li .zzjg-bottom {
    background-color: #2e4da6;
}

.bod ul li:hover.zzjg::before {
    border: 1px solid #2e4da6;
}
.bod_xq .bod_title {
    text-align: center;
    width: 100%;
}
.bod_xq p {
    margin: 0;
}

#yfx {
	width: 628px;
	height: 617px;
	float: left;
	background: url(/grirem/lib/template/images/yfx.png) no-repeat;
}
#ya {
	width: 132px;
	height: 60px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 285px;
}
#yas {
	width: 132px;
	height: 60px;
	float: left;
	text-align: center;
	line-height: 20px;
	margin-top: 285px;
}
#yb {
	width: 133px;
	height: 57px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 180px;
	margin-left: 50px;
}
#yb a {
	color: #FFF;
	font-size: 16px;
}
#ybs {
	width: 133px;
	height: 57px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 180px;
	margin-left: 50px;
}
#ybs a {
	color: #FFF;
	font-size: 12px;
}
#ya a {
	font-size: 16px;
	color: #0055bf;
}
#yas a {
	font-size: 12px;
	color: #0055bf;
}
#yc {
	width: 115px;
	height: 41px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 330px;
	margin-left: -180px;
}
#yc a {
	font-size: 16px;
	color: #FFF;
}
#ycs {
	width: 115px;
	height: 41px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 330px;
	margin-left: -180px;
}
#ycs a {
	font-size: 12px;
	color: #FFF;
}
#ye {
	width: 127px;
	height: 55px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 30px;
	margin-left: -60px;
}
#ye a {
	font-size: 16px;
	color: #0055bf;
}
#yes {
	width: 127px;
	height: 55px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 30px;
	margin-left: -60px;
}
#yes a {
	font-size: 12px;
	color: #0055bf;
}
#yf {
	width: 113px;
	height: 52px;
	float: left;
	margin-top: 300px;
	margin-left: -122px;
	text-align: center;
	line-height: 25px;
}
#yf a {
	font-size: 16px;
	color: #000;
}
#yfs {
	width: 113px;
	height: 52px;
	float: left;
	margin-top: 300px;
	margin-left: -122px;
	text-align: center;
	line-height: 25px;
}
#yfs a {
	font-size: 12px;
	color: #000;
}
#yd {
	width: 113px;
	height: 46px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 400px;
	margin-left: -120px;
}
#yd a {
	font-size: 16px;
	color: #FFF;
}
#yds {
	width: 113px;
	height: 46px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 400px;
	margin-left: -120px;
}
#yds a {
	font-size: 12px;
	color: #FFF;
}
#yh {
	width: 116px;
	height: 36px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 180px;
	margin-left: -50px;
}
#yh a {
	font-size: 16px;
	color: #FFF;
}
#yhs {
	width: 116px;
	height: 36px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 180px;
	margin-left: -50px;
}
#yhs a {
	font-size: 12px;
	color: #FFF;
}
#yk {
	width: 99px;
	height: 59px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 315px;
	margin-left: -60px;
}
#yk a {
	font-size: 16px;
	color: #FFF;
}
#yks {
	width: 99px;
	height: 59px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 315px;
	margin-left: -60px;
}
#yks a {
	font-size: 12px;
	color: #FFF;
}
#yl {
	width: 104px;
	height: 35px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 290px;
	margin-left: 25px;
}
#yl a {
	font-size: 16px;
	color: #0055bf;
}
#yls {
	width: 104px;
	height: 35px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 290px;
	margin-left: 25px;
}
#yls a {
	font-size: 12px;
	color: #0055bf;
}
#yp {
	width: 104px;
	height: 35px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 538px;
	margin-left: -360px;
}
#yp a {
	font-size: 16px;
	color: #0055bf;
}
#yps {
	width: 104px;
	height: 35px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-top: 538px;
	margin-left: -360px;
}
#yps a {
	font-size: 12px;
	color: #0055bf;
}
tr td p {
    text-align: center !important;
    padding-top: 15px;
    padding-bottom: 15px;
    text-indent: 0!important;
}
tr,td {
    border: 1px solid #333;
vertical-align:middle;
}

table {
    border: 1px solid #000;
    width: auto;
    margin: 0 auto;
}


/*关于我们start*/
.slideBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_bg{ position: fixed; width: 100%; height: 100%; top:0; left: 0;    background: url(../images/about_bg.jpg) no-repeat;background-size: cover;}

.about_content{ width: 60%; margin: 0 auto;}

.about_content h2,.about_content h3{ text-align: center; font-weight: bold; color: #000; }

.about_content h2{ font-size: 40px;margin-bottom:50px;}

.about_content h3{ font-size: 26px; margin-bottom: 60px;}

.about_content p{ font-size: 16px; color: #000; line-height: 180%; margin-bottom: 20px; text-align: center;}

.about_content.history{ text-align: center; position: relative;}

/*大事记start*/

.event_box{width: 1200px;margin: 0 auto;position: relative;}

.event_box .parHd {

width: 100%;

display: inline-block;

height: 129px;

overflow: hidden;

margin-top: 15px;

position: relative;
}

.parHd  ul{width: 100%;text-align: center;height: 111px;margin: 0 auto;/* padding-top: 42px !important; */}

.parHd .tempWrap{ margin: 0 auto;}

.parHd .tempWrap:after{

content: '';

width: 100%;

height: 1px;

background: #580000;

position: absolute;

/* top: 33%; */

/* right: -140%; */

right: 0;

top: 70%;

/* margin-top: -0.5px; */

z-index: 10;

}
.parHd .act:after{content: '';background: url(../images/blyequan.png) no-repeat;width: 24px;height: 24px;position: absolute;z-index: 20;top: 74px;left: 50%;margin-left: -2px;}

/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/ 

.parHd li.no_line:before{ display: none;}

.parHd li{display: inline-block;cursor: pointer;padding-top: 30px;font-size: 18px;color: #000;margin: 0 30px;position: relative;}

.parHd li:after{content: '';background: url(../images/giveyuan.png) no-repeat;width: 24px;height: 24px;position: absolute;z-index: 20;top: 74px;left: 50%;margin-left: -2px;}

.parBd{}

.parBd h4{ position: relative; font-size: 40px; margin-bottom: 3%; /*width: 200px;*/ padding: 0 60px;  display: inline-block; text-align: center;}

.parBd h4:after{ content:''; background: #000; width: 100px; height: 1px; position: absolute; left: -100px; bottom: 12px;}

.parBd h4:before{ content:''; background: #000; width: 100px; height: 1px; position: absolute; right: -100px; bottom: 12px;}

.parBd p{ line-height: 180%; font-size: 16px; width: 80%; margin: 0 auto;}

div#listBox {

    width: 100%;

}

.sPrev,.sNext{width: 30px;height: 30px;display: block;position: absolute;top: 45px;}

.sPrev{left: 78px;}
.sNext{
}
.sNext{right: 78px;}

.sPrev img,.sNext img{transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
     }
.act{
    color: rgb(44, 74, 170)!important;
}
.slid_left{
width: 720px;
float: left;
}
.slid_left h2{
    color: rgb(44, 74, 170);
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 35px;
}
.slid_left ul li{
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    background: url(../images/blueyuan.png) no-repeat 0;
    padding-left: 12px;
    line-height: 20px;
    background-size: 6px 6px;
    margin-bottom: 23px;
}

.slid_right{
    float: right;
    width: 450px;
    height: 280px;
}
.slid_right img{
width: 100%;
}

.sPrev{
    width: 63px;
    height: 63px;
    transition: 0.5s;
    background-size: 100%;
background: url(../images/fleft.png) no-repeat;
}
.sNext{
    width: 63px;
    height: 63px;
    transition: 0.5s;
    background-size: 100%;
    background: url(../images/fright.png) no-repeat;

}
.sPrev:hover{
    width: 63px;
    height: 63px;
    transition: 0.5s;
    background-size: 100%;
    background: url(../images/blueleft.png) no-repeat;

}
.sNext:hover{
    width: 63px;
    height: 63px;
    background-size: 100%;
    transition: 0.5s;
background: url(../images/blueright.png) no-repeat;
    
}



/*map*/
.map{margin:0 auto;width:700px;font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";font-size: 13px;height: 700px;}
.map li.level-0{float:left; margin-top:5px; padding-left:10px; width:688px; line-height:32px; border-right:1px solid #B6CDDC; border-left:1px solid #B6CDDC; border-bottom:1px solid #B6CDDC !important; background:url(/grirem/lib/template/images/levelBg.png) repeat-x;}
.map li.level-0-last{border-bottom:0;}
.map li.level-0-first{border-bottom:0;}
.map li.level-0 a:link,.map li.level-0 a:visited,.map li.level-0 a:hover,.map li.level-0 a:active{color:#333; text-decoration:none;}
.map li.level-0 .sub-0{display:block;}
.map li.level-0 .sub-0 li{float:left; width:auto;}
.map li.level-0 .sub-0 li a{padding-right:20px; line-height:32px; display:inline-block;}
.map li.level-0 .sub-0 li div.sub-1{display:none;}

    .article_box {
    margin: 45px 0;
}
    
    
    


/******************end*******************/
