body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
	font-family: メイリオ,MSPゴシック;
	font-weight: inherit;
}


/** {
	font-weight: inherit;
	-webkit-text-size-adjust: 100%;
}*/

body {
	font-size: 14px;
	/*color: #333;*/
	font-family: メイリオ,MSPゴシック;
	/*background: #fff;*/
	font-weight: inherit;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

a {
	color: inherit;
	text-decoration: none;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

p {
	word-wrap: break-word;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

input {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: none;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	/*background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;*/
	background-color: white;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
}

.box_theme {
	width: 100%;
}


/*logo 头部*/

.theme {
	width: 960px;
	margin: 30px auto;
	/*background-color: orange;*/
	position: relative;
}

.theme div {
	display: inline-block;
}

.theme .area_text,
.area-search {
	float: right;
}

.theme .area_text>div {
	padding-left: 20px;
	font-size: 12px;
}

.theme .area_text span {
	color: #cc0000;
}


/*.theme .area_text img{
	position: relative;
	padding: 0px;
}*/

.area_search {
	height: 33px;
	font-size: 14px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: white;
	border: 1px solid #ccc;
}

.area_search div {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	/*background-color: red;*/
}

.area_search .select {
	width: 100px;
	padding: 0px 5px;
	color: #666;
	padding: 0px 10px;
	position: relative;
	font-size: 10px;
}

.area_search select,
input {
	position: relative;
	top: 0px;
	padding: 0 10px;
}
/**/
.area_search .select i {
	position: absolute;
	right: 6px;
	top: 8px;
}

.area_search ul {
	display: inline-block;
	width: 120px;
	background-color: white;
	/*padding: 0px 10px;*/
	position: absolute;
	z-index: 999999;
	line-height: 30px;
	border: 1px solid #ccc;
	color: #666;
}

.area_search li {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 10px;
}

.area_search li:hover {
	background-color: #999;
	color: white;
}

.area_search .s_ul {
	display: none;
	position: absolute;
	top: 32px;
	left: -1px;
}
/**/
.area_search .line {
	width: 1px;
	background-color: #ccc;
	height: 22px;
	line-height: 30px;
	vertical-align: middle;
	position: relative;
	top: 0px;
}

.area_search .true {
	position: relative;
	height: 33px;
	color: white;
	background-color: #999;
	padding: 0 10px;
	line-height: 32px;
}

.area_search .true img {
	position: relative;
	top: -2px;
	padding-right: 0px;
}


/*select new*/


/*.area-search .select {

}

.area-search .select li{
	display: none;
}

.area-search .select ul{
	display: block;
}

.area-search .select {
	
}*/


/*select new end*/


/*logo 头部 end*/


/* 导航栏*/

/*.navgation {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: white;
	margin: 15px auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.nav {
	width: 960px;
	height: 36px;
	margin: 0 auto;
}

.nav li {
	float: left;
	width: 136px;
	text-align: center;
}
.btn_nav_active{
	display: inline-block;
	position: absolute;
	left: 240px;
	top: 145px;
}*/

.box_nav {
	width: 100%;
	height: 30px;
	/*background-color: white;*/
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 30px 0px;
	line-height: 30px;
	text-align: center;
	position: relative;
}

.box_nav .nav>div {
	width:110px;
	display: inline-block;
	margin: 0px 3px;
	position: relative;
	/*background-color: blue;*/
	/*position: relative;*/
}

.box_nav .nav {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.box_nav .btn_nav {
	/*float: left;*/
	position: absolute;
	left: 0px;
	bottom: -12px;
}

.second_nav {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 30px;
	left: -1px;
	background-color: white;
	color: #333;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
}

.second_nav div {
	border-bottom: 1px solid #ddd;
	padding: 3px 0px;
}

.second_nav >div:last-child {
	border-bottom: none;
}

.second_nav div:hover {
	background-color: #ddd;
}

.box_nav .nav>div:hover .second_nav {
	display: inherit;
}


/* 导航栏 end*/

.news_area {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	color: #333;
}

.news_area .tracks {
	width: 960px;
	background-color: white;
	font-size: 14px;
	color: #999;
	margin: 15px 0px;
}

.news_area .tracks div {
	display: inline-block;
}

.news_area .tracks .tag {
	padding-right: 10px;
}


/*跟踪栏 end*/

.news_area .title {
	margin-top: 10px;
	width: 960px;
	height: 37px;
	line-height: 37px;
	font-size: 18px;
	background-image: url(/images/icons/bg_news_area_title.png);
	background-repeat: no-repeat;
}

.news_area .title .tag {
	padding: 0px 5px 0px 10px;
}

.news_area .title div {
	display: inline-block;
}


/*带背景以及tips_img的标题栏 end*/


/*翻页 btn*/

.area_page {
	margin: 30px auto;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #666;
}

.area_page div {
	display: inline-block;
	/* height: 30px; */
	vertical-align: middle;
}

.area_page .btn div {
	/*border: 1px solid #ededed;*/
}

.area_page .btn div div:hover {
	background-color: #666;
	color: white;
}

.area_page .btn div div {
	width: 35px;
}

.area_page .btn .num_area {
	display: inline-block;
	border: none;
}

.area_page .btn .num_area div:nth-child(2) {
	/* background-color: #666;
	color: white; */
}

.area_page .btn .up,
.down {
	width: 35px;
}

.area_page .btn .up:hover {
	background-color: #666;
	color: white;
}

.area_page .btn .down:hover {
	background-color: #666;
	color: white;
}

.area_page span {
	padding: 0 10px;
}

.area_page .num {
	height:25px;
	width: 18px;
	border: 1px solid #ededed;
}

.area_page .num input {
	width: 35px;
	padding: 0px;
	text-align: center;
}

.area_page .true {
	background-color:  #999999;
	padding: 0px 15px;
	margin-left: 15px;
	color: white;
}


/*翻页 btn end*/


/*多项choose */

.news_area .area_choose {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	font-size: 14px;
	color: #666;
}

.news_area .area_choose div {
	display: inline-block;
	/*margin: 0px 10px 0px 0px;*/
	/*height: 30px;
    line-height: 30px;*/
	padding: 0px 5px;
	/*margin: 0px 5px 0px;*/
	/*height: 25px;
	line-height: 25px;*/
}

.news_area .area_choose .second>div:hover:not(.area_input) {
	background-color: #e10000;
	color: white;
}

.news_area .area_choose>div {
	/*width: 100px;*/
	height: 20px;
	line-height: 20px;
	/*background-color: blue;*/
}

.news_area .area_choose .area_line {
	padding: 10px 0px;
	/*margin: 5px 0px;*/
}

.news_area .area_choose .area_line .second .choosed {
	background-color: #e10000;
	color: white;
}

.news_area .area_choose .area_line .third .choosed {
	/* 	color: #cc0000; */
/*修改二级分类样式  */
color:#f9f9f9;
background-color:#cc0000;
}
.news_area .area_choose .area_line .third1 .choosed {
/* 	color: #cc0000; */
/*修改二级分类样式  */
color:#f9f9f9;
background-color:#cc0000;
}


.news_area .area_choose .area_line .third {
	color: #999;
}
.third1{
	color:#999;
	margin-left:-107px;
	width:100%;
}

.news_area .area_choose .first {
	width: 80px;
	/*font-size: 16px;
	color: #333;*/
}

.news_area .area_choose .first_t {
	width: 80px;
	font-size: 16px;
	color: #333;
}

.news_area .area_choose input {
	/*border: 1px solid #ccc;*/
	width: 100px;
	/*height: 20px;*/
}

.news_area .area_choose .area_input div {
	/* padding: 0px; */
	padding-left:0px;
}

.news_area .area_choose .area_input .input1 {
	border: 1px solid #ccc;
}

.news_area .area_choose .area_input .ic {
	border: 1px solid #ccc;
	/* padding-right: 10px; */
}

.news_area .area_choose .area_input .ic img {
	position: relative;
	top: -2px;
}

.news_area .area_choose .area_input .btn {
	background-color: #e10000;
	padding: 0px 10px;
	color: white;
}

.news_area .table_title {
	position: relative;
	padding: 30px 0px 15px 0px;
	color: #999;
}

.news_area .table_title .name {
	color: #333;
}

.news_area .table_title img {
	padding: 0px 5px;
}

.news_area .table_title div {
	display: inline-block;
}

.news_area .table_title .right {
	position: absolute;
	right: 0px;
}

.news_area .table_title .right span {
	padding-left: 15px;
}


/*多项 choose end*/


/*menu_fixed & tilte css*/

.news_area .menu_fixed {
	position: relative;
	/*top: 215px;*/
	top: 15px;
	float: left;
	left: 0;
	width: 200px;
	/*padding-bottom: 15px;*/
	background-color: #f5f5f5;
}

.news_area .menu_fixed,
.box_text {
	display: inline-block;
}

.news_area .menu_fixed div {
	width: 200px;
	background-color: #f5f5f5;
	line-height: 40px;
}

.news_area .menu_fixed .m_title {
	color: white;
	background-color: #666;
}

.news_area .menu_fixed .m_title img {
	padding: 0px 10px;
}

.news_area .menu_fixed .h1 {
	border-top: 1px solid #ddd;
	/*border-bottom: 1px solid #ddd;*/
	color: #333;
	/*padding: 0px 25px;*/
}

.news_area .menu_fixed .h1,
.h2 {
	padding: 0px 25px;
}

.news_area .menu_fixed .h1 span {
	float: right;
	color: #999;
}

.news_area .menu_fixed .h1 span:hover {
	color: #666;
}

.news_area .menu_fixed .h1:hover {
	font-weight: bold;
	background-color: #ddd;
}

.news_area .menu_fixed .h2 {
	color: #999;
}

.news_area .menu_fixed .h2 div:hover {
	color: #cc0000;
}

.news_area .menu_fixed>div div {
	width: 150px;
}


/*menu_fixed & tilte css end*/


/*box_text title*/

.news_area .box_text {
	position: relative;
	width: 760px;
	right: 0px;
	float: right;
	top: 0px;
}

.news_area .box_text .area_text {
	width: 745px;
	/*background-color: red;*/
	position: relative;
	right: 0px;
	top: 15px;
	float: right;
}

.news_area .box_text .area_text .area_title {
	width: 100%;
	position: relative;
	border-bottom: 1px dotted #ccc;
	font-size: 18px;
	padding: 5px 0px;
	/*height: 25px;
	line-height: 30px;*/
	color: #333;
}

.news_area .box_text .area_text .area_title div {
	display: inline-block;
}

.news_area .box_text .area_text .area_title .area_download {
	position: absolute;
	right: 0px;
	bottom: 5px;
	font-size: 14px;
	color: #666;
}

.news_area .box_text .area_text .area_title img {
	position: relative;
	top: -2px;
}


/*box_text title end*/

.footer {
	background-color: black;
	width: 100%;
	/*position: relative;
	bottom: 0px;*/
}

.sixth {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	color: white;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	padding: 30px 0px 0px 0px;
	position: relative;
	line-height: 25px;
}

.sixth_02 span {
	padding-left: 20px;
}

.footer_margin {
	height: 30px;
}

.baco{
	background-color: #ddd;
    color: #333;
    font-weight: bold;
}
#menu4,#menu5{
	width: 150px;
}


.secondItem div{
	margin-left: 7px;
	margin-right: 7px;
}
.thirdItem div{
	margin-left: 3px;
	margin-right: 3px;
}
#tims div{
	margin: -1px;
}
#sta{
	margin-left: -7px;
}
#gj div{
	padding: 10px;
	line-height: 0px;
}
#gj{
	width: 700px;
	margin: 20px 40px  -2px 0px;
}

.ENGLISH {
    font-family: Arial, Helvetica;
}

input#sear {
    width: 200px;
}
.area_search .select {
    cursor: pointer;
    font-size: 14px;
}
.area_search .select {
    width: 120px;
}



.news_area .area_choose .area_line .thirdItem .choosed {
/* 	color: #cc0000; */
/*修改二级分类样式  */
color:#f9f9f9;
background-color:#cc0000;
line-height:22px;
padding-left: 7px;
}
.news_area .area_choose .area_line .secondItem .choosed {
	background-color: #e10000;
	color: white;
}



