@charset "utf-8";

/* css document */

body {
	background: #f0f0f0;
}

.wrap {
	width: 100%;
	min-height: 400px;
	min-width: 1280px;
	float: left;
	margin-top: -2px;
}

.wrap .wrap-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 110px;
	float: left;
}

.header h1 {
	float: left;
	font-size: 32px;
	color: #ff4e00;
	font-weight: bold;
	padding-top: 28px;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
	-webkit-text-shadow: #fff 3px 0 0, #fff 0 3px 0, #fff -1px 0 0, #fff 0 -1px 0;
	-moz-text-shadow: #fff 3px 0 0, #fff 0 3px 0, #fff -1px 0 0, #fff 0 -1px 0;
	filter: Dropshadow(offx=2, offy=0, color=white) Dropshadow(offx=0, offy=2, color=white) Dropshadow(offx=0, offy=-2, color=white) Dropshadow(offx=-2, offy=0, color=white);
}

.header img {
	float: left;
	margin-top: 25px;
	height: 49px;
}

.header .change-site {
	width: 86px;
	height: 21px;
	float: left;
	background: url(../../image/research/change-bg.png) repeat;
	float: left;
	margin-top: 40px;
	margin-left: 10px;
}

.header .change-site i {
	width: 13px;
	height: 14px;
	float: left;
	background: url(../../image/research/common-icon.png) -10px -10px no-repeat;
	margin: 3px 0 0 5px;
}

.header .change-site p {
	font-size: 14px;
	color: #fff;
	line-height: 19px;
	text-align: center;
}

.header .change-site:hover {
	cursor: pointer;
}


/*导航*/

.navigation {
	width: 100%;
	height: 45px;
	background: #fff;
	float: left;
	box-shadow: 0px 1px 5px 0px #9e9e9e;
}

.navigation ul {
	float: left;
}

.navigation ul li {
	line-height: 45px;
	font-size: 15px;
	color: #062c2d;
	float: left;
	position: relative;
}
.navigation ul li .tips{
	float: left;
	position: absolute;
	left: 40%;
    transform: translateX(-50%);
    width: 100%;
}
.navigation ul li .tips p{
	height:auto;
	word-break: break-all;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	background: #FF3700;
	border-radius: 5px;
    max-width: 110%;
	min-width: 110%;
}
.navigation ul li .tips i{
	width: 15px;
	height: 6px;
	background: url(../../image/research/nav-inv.png)no-repeat;
	float: left;
	position: absolute;
	left: 60%;
	margin-left: -7.5px;
	bottom:-6px;
}

.navigation ul li a {
	font-size: 15px;
	color: #062c2d;
	display: block;
	padding-right: 10px;
	padding-left: 20px;
	text-decoration: none;
}

.navigation ul li a:hover {
	background: url(../../image/research/nav-point.jpg) 10px 19px no-repeat #19a26d;
	color: #fff;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 20px;
	text-decoration: none;
}

.navigation ul li a.active {
	background: url(../../image/research/nav-point.jpg) 10px 19px no-repeat #19a26d;
	color: #fff;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 20px;
	text-decoration: none;
}

.navigation dl {
	float: right;
}

.navigation dl dd {
	float: left;
	line-height: 45px;
}

.navigation dl dd.site-nav {
	font-size: 14px;
	color: #00696b;
	margin-right: 10px;
}

.navigation dl dd.site-nav a {
	font-size: 14px;
	color: #00696b;
	display: block;
}

.navigation dl dd.site-nav i {
	width: 18px;
	height: 20px;
	float: left;
	background: url(../../image/research/common-icon.png) -10px -50px no-repeat;
	margin-top: 13px;
	margin-right: 7px;
}

.navigation dl dd.site-nav a:hover {
	color: #ff4e00;
}

.navigation dl dd.site-nav a:hover i {
	background: url(../../image/research/common-icon.png) -60px -50px no-repeat;
}


/*.navigation dl dd.my-research {
	background: #ff4e00;
}*/

.navigation dl dd.my-research a {
	font-size: 14px;
	color: #00696b;
	padding-right: 10px;
	display: block;
}

.navigation dl dd.my-research i {
	width: 22px;
	height: 22px;
	float: left;
	background: url(../../image/research/common-icon.png) -10px -100px no-repeat;
	margin-top: 12px;
	margin-right: 7px;
	margin-left: 15px;
}

.navigation dl dd.my-research a:hover {
	color: #ff4e00;
}

.navigation dl dd.my-research a:hover i {
	background: url(../../image/research/common-icon.png) -60px -100px no-repeat;
}

.navigation dl dd.line {
	width: 1px;
	height: 23px;
	background: #ccc;
	margin: 11px 0 0 5px;
}


/*
.navigation dl dd.my-research:hover {
	background: #f84c00;
}
*/


/*面包屑*/
.crumb {
	width: 96.8%;
	float: left;
	margin: 10px 0 10px 0;
	padding: 7px 20px 9px 20px;
	background: rgba(255,255,255,0.60);
}

.crumb samp {
	line-height: 16px;
	float: left;
	font-size: 12px;
	font-family: simsun;
	color: #666;
}

.crumb ul {
	float: left;
}

.crumb ul li {
	font-size: 12px;
	font-family: simsun;
	color: #19a26d;
	line-height: 16px;
	float: left;
}

.crumb ul li a {
	font-size: 12px;
	font-family: simsun;
	color: #666;
	padding-right: 5px;
}

/* 面包屑 */
.news-nav .news-nav-main {
	width: 1200px;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	color: #7d7f85;
	font-family: "宋体";
}

.news-nav .news-nav-main a {
	font-size: 12px;
	color: #7d7f85;
	font-family: "宋体";
}

.news-nav .news-nav-main a:hover {
	color: #1CB177;
	text-decoration: underline;
}
