/* GENERAL ------------------------------------------------------------*/
article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video
	{
	display: block;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
ul,p,li{margin:0;padding:0;}
ul,li{ list-style:none;}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}


body {
	margin: 0;
	font-family: '宋体', Arial, sans-serif;
	font-size: 16px;
	background: #f4f4f4 url(/media/img/bg_body.jpg) repeat-x top;
	color: #333333;

	font-size: 12px;
}

.footer {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	color: #999;
}

.box {
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 40px;
	padding-top: 20px;
}

.container {
	width: 950px;
	margin: 10px auto 10px auto;
	position: relative;
	padding-top: 20px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wrapper {
	margin: 0 auto;
	position: relative;
	width: 950px;
}

body p {
	margin-bottom: 21px;
}

body a {
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#logo {
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 30px;
}

#logo:hover {
	opacity: 0.8;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

.swiper-container {
	overflow: hidden;
	width: 950px;
	height: 340px;
	bottom: 20px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

}

.swiper-slide img {
	width: 930px;
	height: 340px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

	
}

#newscontent {
	width: 350px;
	height: 202px;
	float: left;
	font-size: 14px;
	margin-left: 10px;
}

#reports {
	width: 212px;
	height: 202px;
	float: right;
	font-size: 14px;
	margin-right: 10px;
}

#projects {
	margin-left: 10px;
	display: inline;
	float: left;
	width: 330px;
	height: 190px;
	overflow: hidden;
}

#projects .ti {
	margin: -10px auto 0px 10px;
	border-bottom: 1px solid #960;
	height: 30px;
	line-height: 30px;
	color: #960;
	font-size: 14px;
	font-weight: bold;
	font-weight: bold;
}

#projects .more {
	float: right;
}
/*scroll*/
.scrol {
	padding: 0px;
	width: 330px;
	overflow: hidden;
	overflow: hidden;
	margin-top: 40px;
	height:117px;
}

.scrol .scrol_mask {
	width: 288px;
}

.scrol ul {
	padding: 0px;
	margin: 0px;
}

.scrol_mask ul li a {
	color: #333;
	text-decoration: none;
}

.arrright,.arrleft {
	display: inline;
	width: 21px;
	height: 95px;
	cursor: pointer;
}

.arrright {
	float: right;
	background: url(/media/img/bg_arr_right.jpg) no-repeat center;
}

.arrleft {
	float: left;
	background: url(/media/img/bg_arr_left.jpg) no-repeat center;
}

.scrol ul li {
	padding: 0px;
	margin: 0 3px;
	float: left;
	text-align: center;
	display: inline;
	font-size: 12px;
}

.scrol ul li .txt {
	overflow: hidden;
	width: 80px;
	text-align: center;
	margin: 0 auto;
	color: #930;
}

.scrol ul li img {
	margin: 0;
	padding: 5px;
	height: 80px;
	width: 80px;
	background: url(/media/img/bg_img_scroll.jpg) no-repeat;
}

.more em {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	width: 10px;
}

.more a {
	color: #930;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
	color: #113d74;
}
.banner {
    text-align: center;
    margin-bottom: 15px;
}
.banner img{
	width:925px;
	height:150px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.sidebar {
    float: left;
   
    width: 190px;
    margin-left: 12px;
    background: #f9f9f9;

}
.sidebar ul li {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar ul li a {
    display: block;
    height: 25px;
    background: url(../images/bg_left_li.png) no-repeat 95% 50%;
    line-height: 25px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    padding: 0px 10px;
}
.sidebar .rootname {
	width:190px;
	height:70px;
	padding-top:18px;
	text-align:center;
	background: url("/media/img/txtbg.jpg" );
	background-repeat: no-repeat;
	overflow:hidden;
	font-size:26px;
	color:#fdfdfd;
	font-family: '宋体', Arial, sans-serif;

}

.sidebar ul li a.cur {
    color: #fff;
    background: #a17400 url(../images/bg_left_li_2.png) no-repeat 95% 50%;
}
.sidebar ul li a:hover,.sidebar ul li a.cur{color:#fff;background:#a17400 url(../images/bg_left_li_2.png) no-repeat 95% 50%;}
.pro_menu li .mitem {
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	background: url(/media/img/bg_left_li.png) no-repeat 95% 50%;
	padding: 0px 10px;
	cursor: pointer;
}

.pro_menu li.cur .mitem,.pro_menu li .mitem:hover {
	background: #a17400 url(/media/img/bg_left_li_over.png) no-repeat 95% 50%;
	color: #fff;
}

.pro_menu li ul {
	display:;
	margin: 0;
	padding: 0px 15px;
}

.pro_menu li ul li {
	background: url(/media/img/bg_li_2.jpg) no-repeat left center;
}

.pro_menu li ul li a {
	border: none;
	background: none;
	display: inline;
	font-size: 12px;
}

.pro_menu li ul li a:hover,.pro_menu li ul li a.cur {
	background: none;
	color: #a17400;
}


.main {
    float: left;
    margin-left: 30px;
    display: inline;   
    padding: 0px;
    width:700px;
    padding-bottom: 30px;

}
.main .des {
    color: #ba8839;
    line-height: 25px;
    font-size: 13px;
    margin: 10px 0px;
}

.des {
    background: url(/media/img/bg_des.jpg) bottom;
    padding-bottom: 3px;
}
.main .ti {
    margin: 0px;
    margin-bottom: 20px;
    color: #ba8839;
    padding-left: 15px;
    background: url(/media/img/bg_h2.jpg) no-repeat left center;
}
.main .ti .zn {
    font-size: 27px;
    font-family: '黑体', Arial, sans-serif;
}
.main .ti .en {
    font-size: 12px;
}
.pro_box {
	padding:5px;
    margin-bottom: 10px;
    background: #fefbf2;
    border: 1px solid #d8cfae;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.pro_logo {
    float: left;
    display: inline;
    width: 150px;
    height: 160px;
    margin: 25px;
    border: 2px solid #ac841c;
}
.pro_des {
    position: relative;
    float: right;
    margin: 10px;
    display: inline;
    width: 440px;
    padding: 0px;
    color: #2e2d2c;
    margin: 25px 25px 25px 0px;
}
.pro_des .website {
    position: absolute;
    top: 0px;
    right: 10px;
}
.pro_des h3 {
    font-size: 24px;
    color: #855d1d;
    margin: 0px;
    font-weight: normal;
}
.pro_des p {
    color: #855d1d;
    background: url(/media/img/bg_des.png) bottom;
    line-height:25px;
}
.pro_con {
    margin: 5px;
    border: 1px solid #d6c29b;
    padding: 20px;
    background: url(/media/img/bg_pro_con_b.jpg) no-repeat bottom center;
}
.pro_con h3 {
    margin: 10px 0px;
    text-align: center;
    color: #855d1d;
    font-size: 24px;
    background: url(/media/img/bg_pro_con_t.jpg) no-repeat center;
}
.pro_con p {
    line-height: 25px;
    margin: 10px 20px;
    color: #1c1b1b;
}
.newslist li {
    padding-left: 15px;
    background: url(/media/img/bg_news_li.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    font-size:12px;
}
.newslist li .date {
    float: right;
    margin-right: 5px;
}
.newslist li a {
    color: #000;
    text-decoration: none;
}
.newslist li a:hover{
    color: #960;
    text-decoration: none;
}
.news_title {
    font-size: 24px;
    color: #ba8839;
    text-align: center;
}
.news_info {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin: 10px 0px;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0px;
}
.news_content {
    line-height:25px;
    font-size: 13px;
  
}

ul.rplist {
    height: 150px;
    overflow: hidden;
}
ul.rplist li {
    padding: 0px 0px 5px 25px;
    margin-bottom: 5px;
    background: url(/media/img/ico_pdf.jpg) no-repeat left top;
    border-bottom: 1px dashed #ccc;
}
ul.rplist li .date {
    display: block;
    float: none;
    color: #113d74;
    font-family: Arial, Helvetica, sans-serif;
}
.logo2 {
    float: left;
    margin: 0px;
}
.notify {
	margin: 0 auto;
	position: relative;
	width: 950px;
	
}
.notify a {
	color:#333
	
}
.h3 {
    background: #a17400;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding: 0px 10px;
    color: #fff;
    margin: 20px 0px 5px 0px;
}
.h3 .more {
    float: right;
}
.h3 .more a {
    color: #fff;
}

.table {
	width: 99%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.table td {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc
}

.table td p {
	margin: 0px;
}

.atable {
	width: 99%;
}

.atable td {
	padding: 5px 5px 5px 15px;
	background: url(../images/bg_li_1.jpg) no-repeat left
}

.main p {
    line-height: 25px;
    margin: 10px 0px;
}