﻿* {
	margin: 0;
	padding: 0;
}

body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color: #ffffff;*/
    margin: 0 auto;
	width: 100%;
	height: 100%;
	background: url(../img/body_bg.jpg);
	background-size: cover;
	font-family: "微软雅黑";
}

img {
	border: none;
}

a,a:hover {
	text-decoration: none;
}

ul,li {
	list-style-type: none;
}

input,button,select,textarea {
	outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

select::-ms-expand { display: none; }

input,select,textarea {
    box-sizing: initial;
}

.clear {
	clear: both;
}

@font-face {
	font-family: '汉仪菱心体简';
	src: url('fonts/汉仪菱心体简.eot');
	src: local('汉仪菱心体简 Regular'),
	     local('汉仪菱心体简'),
	     url('fonts/汉仪菱心体简.woff') format('woff'),
	     url('fonts/汉仪菱心体简.ttf') format('truetype'),
	     url('fonts/汉仪菱心体简.svg#汉仪菱心体简') format('svg');
} 

#main {
	position: relative;
	/*background: url(../img/body_bg1.jpg) bottom center no-repeat;
	background-size: 100%;*/
	width: 100%;
	padding-bottom: 91px;
}

#main .top {
	position: absolute;
	top: 0;
	bottom: 91px;
	left: 0;
	right: 0;
	position: relative;
	width: 100%;
	/*height: 100%;*/
	min-height: 855px;
	background: url(../img/top_bg.jpg) bottom center no-repeat;
	background-size: cover;
}

#main .top .nav_wrap {
	background-color: rgba(250, 133, 2, .52);
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

@media \0screen\,screen\9 {
	#main .top .nav_wrap {
		background-color: #fa7102;
		filter:Alpha(opacity=52);
		position:static;
		*zoom:1;
	}
}

#main .nav_wrap .nav {
	margin: 0 auto;
    padding: 0 10px;
	/*width: 1066px;*/
	height: 35px;
}

#main .nav_wrap .nav:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

#main .nav_wrap font {
	float: left;
	margin-right: 20px;
	font-family: "微软雅黑";
	font-size: 16px;
    font-weight: bold;
	color: #ffffff;
}

#main .nav_wrap .nav ul {
	float: right;
}

#main .nav_wrap .nav li {
	float: left;
	color: #ffffff;	
}

#main .nav_wrap .nav li a {
	margin: 0 10px;
	font-size: 16px;
	color: #ffffff;
}

#main .nav_wrap .nav li a:hover {
	color: #fdef14;
	text-decoration: underline;
}

#main .top .top_box {
	position: relative;
	margin: 0 auto;
	width: 1066px;
	height: 154px;
}

#main .top .top_boxs {
	height: 194px;
	text-align: center;
	overflow: hidden;
}

#main .top .top_boxs img {
	display: inline-block;
	margin-top: 36px;
}

#main .top .top_box .fontflsah {
	position: absolute;
	top: 23px;
	right: 138px;
	width: 756px;
	text-align: center;
}

#main .top .top_box .fontflsah span {
	/*margin: 0 40px;*/
	font-family: "汉仪菱心体简";
	font-size: 24px;
	color: #ffffff;
}

#main .top .top_box .logo {
	position: absolute;
	top: 24px;
	left: 0;
}

#main .top .top_box .search_box {
	position: absolute;
	top: 69px;
	right: 0;
	width: 542px;
	height: 48px;
}

.top_box .search_box .search {
	float: left;
	background: url(../img/search_bg.png) no-repeat;
	width: 418px;
	height: 48px;
}

.top_box .search_box .select {
	float: left;
	position: relative;
	padding: 6px 0;
	background: url(../img/line_gray.png) center right no-repeat;
	width: 140px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	z-index: 1000;
}

.top_box .search_box .select span {
	display: inline-block;
	padding: 0 10px 0 12px;
	margin-right: 13px;
	background: url(../img/arrow.png) center right no-repeat;
	width: 105px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top_box .search_box .select ul {
	position: absolute;
    top: 52px;
    left: 0;
    display: none;
    width: 100%;
}

.top_box .search_box .select ul li {
    line-height: 36px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top_box .search_box .select ul li font {
    display: block;
    padding: 0 12px;
    background-color: #ffffff;
}

.top_box .search_box .select ul li font:hover {
	background-color: #eeeeee;
}

.top_box .search_box .select ul .frist {
	padding: 0;
	margin: 0;
	background: url(../img/top_icon.png) no-repeat;
	width: 140px;
	height: 10px;
}

.top_box .search_box .select ul .last {
	padding: 0;
	margin: 0;
	background: url(../img/bottom_icon.png) no-repeat;
	width: 140px;
	height: 10px;
}

.top_box .search_box input[type="text"] {
	float: left;
    padding: 0;
	border: none;
	width: 268px;
	height: 48px;
	line-height: 48px;
	font-family: "微软雅黑";
	font-size: 16px;
	text-indent: 13px;
	outline: none;
}

.top_box .search_btn {
	float: right;
	border: none;
	background: url(../img/search_button_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 109px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #655517;
}

.top_box .search_btn:hover {
	background: url(../img/search_button_bgs.png) no-repeat;
	background-size: 100% 100%;
}

.top .banners {
    display: block;
    margin: 0 auto 7px;
    width: 1123px;
}

#main .top .tab {
	margin: 0 auto;
	width: 1066px;
}

#main .top .tab .tab_menu {
	background: url(../img/tab_menu.png) no-repeat;
	width: 100%;
	height: 54px;
}

.top .tab .tab_menu ul {
	width: 100%;
}

.top .tab .tab_menu ul li {
	float: left;
	width: 20%;
	height: 54px;
	line-height: 54px;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.top .tab .tab_menu ul .on, .top .tab .tab_menu ul li:hover {
	background-color: #e99500;
}

.top .tab .tab_menu ul .frist.on, .top .tab .tab_menu ul .frist:hover {
	background: url(../img/frist_bg.png) no-repeat;
}

.top .tab .tab_menu ul .last.on, .top .tab .tab_menu ul .last:hover {
	background: url(../img/last_bg.png) no-repeat;
}

.top .tab .tab_menu ul li a {
	display: inline-block;
	padding-left: 31px;
	text-align: left;
}

.top .tab .tab_menu ul li .lis1 {
	background: url(../img/ico1.png) left center no-repeat;
}

.top .tab .tab_menu ul li .lis2 {
	background: url(../img/ico2.png) left center no-repeat;
}

.top .tab .tab_menu ul li .lis3 {
	background: url(../img/ico3.png) left center no-repeat;
}

.top .tab .tab_menu ul li .lis4 {
	background: url(../img/ico4.png) left center no-repeat;
}

.top .tab .tab_menu ul li .lis5 {
	background: url(../img/ico5-1.png) left center no-repeat;
}

.top .tab .tab_box {
	margin-top: 11px;
	background-color: #ffffff;
	width: 100%;
	height: 468px;
	overflow: hidden;
}

.top .tab .tab_box:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.top .tab .tab_box .con {
	/*display: none;*/
    float: left;
	width: 100%;
	height: 100%;
    opacity: 1 !important;
}

.top .tab .tab_box .con:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab .tab_box .focusimg {
	position: relative;
	float: left;
    margin: 10px 0 0 18px;
	width: 408px;
	height: 312px;
}

.tab .tab_box .slide {
	position: relative;
	width: 408px;
	height: 312px;
	overflow: hidden;
}

.tab .tab_box .slide .contents, .tab .tab_box .slide .contents li {
	width: 408px;
	height: 312px;
}

.tab .tab_box .slide .contents li {
	position: absolute;
	display: none;
    background-color: #000000;
	overflow: hidden;
}

.tab .tab_box .slide .contents li.current {
	display: block;
}

.tab .tab_box .slide ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.tab .tab_box .slide ul li a img {
	width: 100%;
	/*height: 100%;*/
}

.tab .tab_box .slide ul li .title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/title_bg.png) no-repeat;
	width: 100%;
	height: 69px;
	overflow: hidden;
}

.tab .tab_box .slide ul li .title span {
	float: left;
	display: inline-block;
	margin: 15px 0;
	border-right: 3px solid #fe9d20;
	width: 100px;
	height: 39px;
	line-height: 39px;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.tab .tab_box .slide ul li .title font {
	float: left;
	padding: 18px 3px 0 19px;
	width: 278px;
	/*height: 43px;*/
	font-size: 16px;
	color: #ffffff;
	line-height: 1.4;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab .tab_box .icon-dot {
	position: absolute;
	left: 0;
	bottom: 7px;
    width: 100%;
    text-align: center;
}

.tab .tab_box .icon-dot a {
	position: relative;
	/*float: left;*/
	display: inline-block;
    margin: 0 8px;
    background-color: #ffffff;
    border-radius: 10px;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.tab .tab_box .icon-dot a.current {
    background-color: #fc9e20;
}

/*.tab .tab_box .icon-dot a.mid {
	margin: 0 6px;
}

.tab .tab_box .icon-dot a img {
	width: 100%;
}

.tab .tab_box .icon-dot a .layer {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: url(../img/ico6.png) no-repeat;
	width: 100%;
	height: 100%;
}

.tab .tab_box .icon-dot a.current .layer {
	display: block;
}*/

.tab .tab_box .tab1 {
	float: right;
	margin: 9px 12px 0 0;
	/*border-top: 1px solid #e4e5e5;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #e7e7e7;*/
	width: 612px;
	height: 314px;
}

.tab .tab_box .tab1 .tab_menu1 {
	position: relative;
	height: 40px;
	line-height: 40px;
}

.tab .tab_box .tab1 .tab_menu1 ul:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab .tab_box .tab1 .tab_menu1 li {
	position: relative;
	float: left;
	/* width: 24.99%; */
	width: 19.99%;
	height: 40px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.tab .tab_box .tab1 .tab_menu1 a {	
	position: absolute;
	left: -1px;
	background-color: #fafaf9;
	border: 1px solid #e7e7e7;
	width: 100%;
	height: 38px;
	line-height: 38px;
	color: #9d7400;
}

.tab .tab_box .tab1 .tab_menu1 .frist a {	
	left: 0;
}

.tab .tab_box .tab1 .tab_menu1 .on a {
	background-color: #ffc000;
	border: 1px solid #ffc000;
	color: #ffffff;
	z-index: 1;
}

.tab .tab_box .tab1 .tab_box1 {
	border: 1px solid #e4e4e4;
	border-top: none;
	height: 272px;
	overflow: hidden;
}

.tab1 .tab_box1 ul {
    margin-top: 4px;
	overflow: hidden;
}

.tab1 .tab_box1 ul li {
	padding: 4px 10px 4px 24px;
	/*margin-top: 11px;*/
	background: url(../img/dot-gray.png) 11px center no-repeat;
	line-height: 25px;
}

.tab1 .tab_box1 ul li:hover {
	background: url(../img/dot-orange.png) 11px center no-repeat;
}

.tab1 .tab_box1 ul li:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab1 .tab_box1 ul li a {
	float: left;
	display: block;
	width: 82%;	
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab1 .tab_box1 ul li span {
	float: right;
	
	font-size: 14px;
	color: #999999;
}

.tab1 .tab_box1 ul li:hover a, .tab1 .tab_box1 ul li:hover span {
	color: #df7118;
}

.tab1 .tab_box1 > div {
	display: none;
	width: 100%;
	height: 100%;
}

.list_wrap {
    margin: 12px auto 0;
    width:1036px;
}

.list_wrap:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}

.list_wrap .m13 {
    float: left;
    margin-left: 14px;
    width: 762px;
    height: 134px;
}

.list_wrap .m13 .m13_tit {
    background: url(../img/line_orange3.jpg) center bottom no-repeat;
    height: 32px;
}

.list_wrap .m13 .m13_tit:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}

.list_wrap .m13 .m13_tit h3 {
    float: left;
    line-height: 32px;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
}

.list_wrap .m13 .m13_tit .more {
    float: right;
    display: inline-block;
    padding-right: 15px;
    margin: 7px 5px 0 0;
    background: url(../img/more.png) center right no-repeat;
    font-size: 14px;
    color: #6c6c6c;
}

.list_wrap .m13 .m13_tit .more:hover {
	background: url(../img/mores.png) center right no-repeat;	
	color: #ffa302;
}

.list_wrap .m13 ul {
    float: left;
    width: 48%;
    height: 100px;
}

.list_wrap .m13 ul.last {
    float: right;
}

.list_wrap .m13 ul li {
    padding-top: 10px;
    line-height: 20px;
}

.list_wrap .m13 ul li:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}

.list_wrap .m13 ul li a {
    float: left;
    display: block;
    width: 70%;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_wrap .m13 ul li span {
    float: right;
    margin-right: 5px;
    font-size: 14px;
    color: #999999;
}

.list_wrap .m13 ul li:hover a, .list_wrap .m13 ul li:hover span {
    color: #df7118;
}

.list_wrap .sy_slide {
    float: right;
    position: relative;
    width: 205px;
    height: 118px;
    overflow: hidden;
}

.list_wrap .sy_slide li {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.list_wrap .sy_slide li img {
    display: block;
    width: 205px;
    height: 118px;
}

.list_wrap .sy_slide .hd {
    position: absolute;
    bottom: 0;
    right: 0;
}

.HdNum ul li{
    float:left; 
    margin-left:1px; 
}

.HdNum ul li span{ 
    display:block; 
    width:21px; 
    height:13px; 
    background:url(../img/slide_num.png) no-repeat; 
    overflow:hidden; 
    cursor:pointer;
}

.HdNum ul li .item-0{}

.HdNum ul li .item-1{ background-position:-22px 0;}

.HdNum ul li.on .item-0{background-position:0 -14px;}

.HdNum ul li.on .item-1{background-position:-22px -14px;}



.tab .tab_box .mod1 {
	position: relative;
	padding: 11px 18px 12px 14px;
	height: 277px;
	-moz-box-shadow: 0 5px 10px rgba(198, 198, 198, .43);
	-webkit-box-shadow: 0 5px 10px rgba(198, 198, 198, .43);
	box-shadow: 0 5px 10px rgba(198, 198, 198, .43);
	z-index: 2;
}

.tab .tab_box .mod1:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.mod1 .tab2 {
	float: left;
	width: 629px;
	height: 277px;
}

.mod1 .tab2 .tab_menu2 {
	position: relative;
	border: 1px solid #e1e1e1;
	width: 627px;
	height: 40px;
	line-height: 40px;
}

.mod1 .tab2 .tab_menu2 ul li {
	position: relative;
	float: left;
	background-color: #fafaf9;
	width: 117px;
	height: 40px;	
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.mod1 .tab2 .tab_menu2 ul .max {
	width: 157px;
}

.mod1 .tab2 .tab_menu2 ul .last {
	width: 119px;
}

.mod1 .tab2 .tab_menu2 a {
	display: block;
	padding: 8px 0;
    background: url(../img/line_grays.png) center right no-repeat;
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #9d7400;
}

.mod1 .tab2 .tab_menu2 ul .last a {
	background: none;
}

.mod1 .tab2 .tab_menu2 ul .on a, .mod1 .tab2 .tab_menu2 ul li a:hover {
	position: absolute;
	left: -1px;
	background: #ffc000;
	width: 118px;
	color: #ffffff;
}

.mod1 .tab2 .tab_menu2 ul .frist.on a, .mod1 .tab2 .tab_menu2 ul .frist a:hover {
	left: 0;
}

.mod1 .tab2 .tab_menu2 ul .max.on a, .mod1 .tab2 .tab_menu2 ul .max a:hover {
	width: 158px;
}

.mod1 .tab2 .tab_menu2 ul .last.on a, .mod1 .tab2 .tab_menu2 ul .last a:hover {
	width: 120px;
}

.mod1 .tab2 .tab_box2 {
	background: url(../img/tab_box2.png) center bottom no-repeat #fcfcfc;
	border: 1px solid #f0f0f0;
	border-top: none;
	width: 627px;
	height: 235px;
	overflow: hidden;
}

.mod1 .tab2 .tab_box2:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.mod1 .tab2 .tab_box2 .con2 {
	float: left;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
}

.mod1 .tab2 .tab_box2 .box1 {
	background: url(../img/wave1.jpg) left bottom no-repeat;
}

.mod1 .tab2 .tab_box2 .box2 {
	background: url(../img/wave2.jpg) left bottom no-repeat;
}

.mod1 .tab2 .tab_box2 .box3 {
	background: url(../img/wave3.jpg) left bottom no-repeat;
}

.mod1 .tab2 .tab_box2 .box4 {
	background: url(../img/wave4.jpg) left bottom no-repeat;
}

.mod1 .tab2 .tab_box2 .box5 {
	background: url(../img/wave5.jpg) left bottom no-repeat;
}

.mod1 .tab2 .tab_box2 .btn_list {
	margin: 0 auto;
    padding-top: 17px;
	width: 448px;
	/*height: 100%;*/
}

.mod1 .tab2 .tab_box2 .btn_list:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.mod1 .tab2 .tab_box2 .btn_list a {
	float: left;
	display: block;
	margin: 28px 42px 0;
	background: url(../img/ico8.png) no-repeat;
	width: 140px;
	height: 44px;
	line-height: 44px;	
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.mod1 .tab2 .tab_box2 .btn_list a:hover {
	background: url(../img/ico8-1.png) no-repeat;
	color: #ffffff;
}

.mod1 .login_wrap {
	float: right;
	background: url(../img/login_bg.jpg) no-repeat #fcfcfc;
	border: 1px solid #f0f0f0;
	width: 386px;
	height: 277px;
}

.mod1 .login_wrap .login_box {
	padding: 14px 26px 5px 25px;
}

/*.mod1 .login_wrap .login_box {
	padding: 10px 26px 14px 25px;
}*/

.mod1 .login_wrap .login_box p {
	padding: 1px;
	margin-bottom: 23px;
	background: url(../img/ico9.png) no-repeat;
	width: 333px;
	height: 39px;
	overflow: hidden;
}

.mod1 .login_wrap .login_box p {
	padding: 1px;
	margin-bottom: 10px;
	background: url(../img/ico9.png) no-repeat;
	width: 333px;
	height: 39px;
	overflow: hidden;
}

/*.mod1 .login_wrap .login_box .frist {
	margin-bottom: 12px;
}*/

.mod1 .login_wrap .login_box .active {
	background: url(../img/ico10.png) no-repeat;
}

.mod1 .login_wrap .login_box p:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.mod1 .login_wrap .login_box p label {
	float: left;
	width: 50px;
	height: 100%;
}

.mod1 .login_wrap .login_box p .user {
	background: url(../img/user.png) center center no-repeat;
}

.mod1 .login_wrap .login_box .active .user {
	background: url(../img/users.png) center center no-repeat;
}

.mod1 .login_wrap .login_box p .password {
	background: url(../img/password.png) center center no-repeat;
}

.mod1 .login_wrap .login_box .active .password {
	background: url(../img/passwords.png) center center no-repeat;
}

.mod1 .login_wrap .login_box p input {
	float: left;
	border: none;
	width: 276px;
	height: 39px;
	line-height: 39px;	
	font-size: 14px;
	color: #333333;
}

/*.mod1 .login_wrap .login_box .code {
	margin-bottom: 15px;
}*/

.mod1 .login_wrap .login_box .code {
	margin-bottom: 10px;
}

.mod1 .login_wrap .login_box .code:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.mod1 .login_wrap .login_box .code input {
	float: left;
	padding: 1px;
	background: url(../img/ico11.png) no-repeat;
	background-size: 100% 100%;
	border: none;
	width: 198px;
	height: 39px;
	line-height: 39px;	
	font-size: 14px;
	color: #333333;
	text-indent: 41px;
}

.mod1 .login_wrap .login_box .code a {
	float: right;
	display: block;
	padding: 1px;
	/*background: url(../img/ico12.png) no-repeat;*/
	width: 117px;
	height: 39px;
}

.mod1 .login_wrap .login_box .code a img {
	width: 117px;
	height: 39px;
}

.mod1 .login_wrap .login_box .btn_list:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.mod1 .login_wrap .login_box .btn_list a {
	float: left;
	display: block;
	background: url(../img/ico13.png) no-repeat;
	width: 160px;
	height: 41px;
	line-height: 41px;	
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.mod1 .login_wrap .login_box .btn_list a:hover {
	background: url(../img/ico14.png) no-repeat;
	color: #ffffff;
}

.mod1 .login_wrap .login_box .btn_list .last {
	float: right;
}

.mod1 .login_wrap .login_box .btn_lists {
	height: 24px;
    line-height: 24px;
	font-size: 14px;
    color: #808080;
    text-align: right;
}

.mod1 .login_wrap .login_box .btn_lists a {
    color: #808080;
    text-decoration: underline;
}

.mod1 .login_wrap .login_box .btn_lists a:hover {
    color: #f77700;
    text-decoration: underline;
}

.mod1 .login_wrap .go {
	display: block;
    border-top: 1px solid #e6e6e6;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.mod1 .login_wrap .go:hover {
	background-color: #f77700;
    color: #ffffff;
}

.mod1 .login_wrap .go span {
	display: inline-block;
    padding-right: 11px;
    background: url(../img/ico_img11.png) right center no-repeat;
}

.mod1 .login_wrap .go:hover span {
	background: url(../img/ico_img12.png) right center no-repeat;
}

.tab .tab_box .mod2 {
	position: relative;
	padding-top: 9px;
	background: url(../img/mod2_bg.jpg) no-repeat;
	width: 100%;
	height: 158px;
	z-index: 1;
}

.tab .tab_box .mod2 a {
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}

.tab .tab_box .mod2 .ico-btn1 {
    margin-left: 24px;
	background: url(../img/btn_ico1.png) center center no-repeat;
	/* width: 150px; */
	width: 22%;
	height: 126px;
}

.tab .tab_box .mod2 .ico-btn1:hover {
	background: url(../img/btn_ico1-1.png) center center no-repeat;
}

.tab .tab_box .mod2 .ico-btn2 {
	background: url(../img/btn_ico2.png) center center no-repeat;
	/* width: 150px; */
	width: 21%;
	height: 126px;
}

.tab .tab_box .mod2 .ico-btn2:hover {
	background: url(../img/btn_ico2-2.png) center center no-repeat;
}

.tab .tab_box .mod2 .ico-btn3 {
	background: url(../img/btn_ico3.png) center center no-repeat;
	/* width: 150px; */
	width: 21%;
	height: 126px;
}

.tab .tab_box .mod2 .ico-btn3:hover {
	background: url(../img/btn_ico3-3.png) center center no-repeat;
}

.tab .tab_box .mod2 .ico-btn4 {
	background: url(../img/btn_ico4.png) center center no-repeat;
	/* width: 150px; */
	width: 21%;
	height: 126px;
}

.tab .tab_box .mod2 .ico-btn4:hover {
	background: url(../img/btn_ico4-4.png) center center no-repeat;
}

.tab .tab_box .mod2 .ico-btn5 {
	padding: 12px 13px;
	background: url(../img/icon8.png) no-repeat;
	width: 206px;
	height: 116px;
}

.tab .tab_box .mod2 .ico-btn6 {
    display: inline-block;
	padding: 14px 21px 13px 13px;
    margin-left: 31px;
	background: url(../img/icon8-1.png) no-repeat;
	width: 218px;
	height: 112px;
    vertical-align: middle;
    text-align: center;
}

.tab .tab_box .mod2 .ico-btn6 a {
    margin-left: 0;
}

/*.tab .tab_box .mod2 .yst {
    margin-top: 7px;
}*/

.tab .mod3 {
	padding: 15px 16px 15px 17px;
	height: 231px;
}

.tab .mod3:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab .mod3 .m1 {
	float: left;
	width: 325px;
	height: 100%;
}

/*
.tab .mod3 .m1_tit {
	background: url(../img/line_orange.jpg) center bottom no-repeat;
	height: 35px;
}*/

.tab .mod3 .m1_tit:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab .mod3 .m1_tit{
	height:35px;
	border-bottom:1px solid #eeeeee;
}
.tab .mod3 .m1_tit h3:hover,.tab .mod3 .m1_tit h3.active{
	border-bottom:2px solid #ff8935;
	font-weight:bold;
}

.tab .mod3 .m1_tit h3 {
	float: left;
	line-height: 32px;	
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	padding:0 13px;
	cursor:pointer;
}

.tab .mod3 .m1_tit .more {
	float: right;
	display: inline-block;
	padding-right: 15px;
	margin: 8px 4px 0 0;
	background: url(../img/more.png) center right no-repeat;	
	font-size: 14px;
	color: #6c6c6c;
}

.tab .mod3 .m1_tit .more:hover {
	background: url(../img/mores.png) center right no-repeat;	
	color: #ffa302;
}

.tab .mod3 .m1 ul {
	width: 325px;
	height: 196px;
	overflow: hidden;
}

.tab .mod3 .m1 ul li {
	padding: 12px 0 4px 0;
	line-height: 20px;
}

.tab .mod3 .m1 ul li:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab .mod3 .m1 ul li a {
	float: left;
	display: block;
	width: 70%;	
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab .mod3 .m1 ul li span {
	float: right;
	margin-right: 5px;	
	font-size: 14px;
	color: #999999;
}

.tab .mod3 .m1 ul li:hover a, .tab .mod3 .m1 ul li:hover span {
	color: #df7118;
}

.tab .mod3 .m_btns4 {
	float: left;
	width: 314px;
	height: 208px;
	text-align: center;
	overflow: hidden;
	padding: 6px;
}
.tab .mod3 .m_btns4 .icon_top,
.tab .mod3 .m_btns4 .icon_bottom{
	font-size:0;
}
.tab .mod3 .m_btns4 .icon_top{
	margin-bottom: 6px;
}
.tab .mod3 .m_btns4 .icon_top a,
.tab .mod3 .m_btns4 .icon_bottom a{
	width:100px;
	height:100px;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
.tab .mod3 .m_btns4 .icon_top a.btn1{
	background: url(../img/icon_info1-1.png) no-repeat;
	margin-right: 6px;
}
.tab .mod3 .m_btns4 .icon_top a.btn2{
	background: url(../img/icon_info2-1.png) no-repeat;
}
.tab .mod3 .m_btns4 .icon_bottom a.btn3{
	background: url(../img/icon_info3-1.png) no-repeat;
	margin-right: 6px;
}
.tab .mod3 .m_btns4 .icon_bottom a.btn4{
	background: url(../img/icon_info4-1.png) no-repeat;
	margin-right: 6px;
}
.tab .mod3 .m_btns4 .icon_bottom a.btn5{
	background: url(../img/icon_info5-1.png) no-repeat;
}
.tab .mod3 .m_btns4 .icon_top a.btn1:hover{
	background: url(../img/icon_info1-2.png) no-repeat;
	margin-right: 6px;
}
.tab .mod3 .m_btns4 .icon_top a.btn2:hover{
	background: url(../img/icon_info2-2.png) no-repeat;
}
.tab .mod3 .m_btns4 .icon_bottom a.btn3:hover{
	background: url(../img/icon_info3-2.png) no-repeat;
	margin-right: 6px;
}
.tab .mod3 .m_btns4 .icon_bottom a.btn4:hover{
	background: url(../img/icon_info4-2.png) no-repeat;
	margin-right: 6px;
}
.tab .mod3 .m_btns4 .icon_bottom a.btn5:hover{
	background: url(../img/icon_info5-2.png) no-repeat;
}


/*
.tab .mod3 .m_btns4 div {
	float: left;
	padding: 3px 4px;
	width: 134px;
	height: 104px;
	text-align: center;
	overflow: hidden;
}


.tab .mod3 .m_btns4 a {
	display: block;
	background: url(../img/4btnbg1.jpg) 0 0 no-repeat;
	width: 134px;
	height: 104px;
}

.tab .mod3 .m_btns4 .icon-btn1 {
	margin: 0 5px 5px 0;
}

.tab .mod3 .m_btns4 .icon-btn1:hover {
	background: url(../img/4btnbg2.jpg) 0 0 no-repeat;
}

.tab .mod3 .m_btns4 .icon-btn1:hover a {
	background: none;
}

.tab .mod3 .m_btns4 .icon-btn2 {
	margin-bottom: 5px;
}

.tab .mod3 .m_btns4 .icon-btn2:hover {
	background: url(../img/4btnbg2.jpg) -147px 0 no-repeat;
}

.tab .mod3 .m_btns4 .icon-btn2 a {
	background-position: -147px 0;
}

.tab .mod3 .m_btns4 .icon-btn2:hover a {
	background: none;
}

.tab .mod3 .m_btns4 .icon-btn3 {
	margin-right: 5px;
}

.tab .mod3 .m_btns4 .icon-btn3:hover {
	background: url(../img/4btnbg2.jpg) 0 -115px no-repeat;
}

.tab .mod3 .m_btns4 .icon-btn3 a {
	background-position: 0 -115px;
}

.tab .mod3 .m_btns4 .icon-btn3:hover a {
	background: none;
}

.tab .mod3 .m_btns4 .icon-btn4:hover {
	background: url(../img/4btnbg2.jpg) -147px -115px no-repeat;
}

.tab .mod3 .m_btns4 .icon-btn4 a {
	background-position: -147px -115px;
}

.tab .mod3 .m_btns4 .icon-btn4:hover a {
	background: none;
}*/

.tab .mod3 .m2 {
	float: right;
	width: 380px;
	height: 220px;
}

.tab .mod3 .m2 .m2_tit {
	background-color: #f8f8f8;
	border: 1px solid #eeeeee;
	width: 378px;
	height: 31px;
}

.tab .mod3 .m2 .m2_tit:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.mod3 .m2 .m2_tit h3 {
	float: left;
	padding: 0 13px;
	/*background-color: #ffc000;*/
	line-height: 31px;	
	font-size: 16px;
	font-weight: 500;
	color: #333333;
    cursor: pointer;
}

.mod3 .m2 .m2_tit h3.active, .mod3 .m2 .m2_tit h3:hover {
	background-color: #ffc000;
	color: #ffffff;
}

.mod3 .m2 .m2_tit .more {
	float: right;
	padding-right: 15px;
	margin: 7px 7px 0 0;
	background: url(../img/more.png) center right no-repeat;	
	font-size: 14px;
	color: #6c6c6c;
}

.mod3 .m2 .m2_tit .more:hover {
	background: url(../img/mores.png) center right no-repeat;	
	color: #ffa302;
}

.mod3 .m2 ul {
	background-color: #fdfdfd;
	border: 1px solid #eeeeee;
	border-top: none;
	width: 378px;
	height: 186px;
}

.mod3 .m2 ul li {
	padding: 12px 13px 4px 11px;
}

.mod3 .m2 ul li:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.mod3 .m2 ul li a {
	float: left;
	display: block;
	width: 70%;	
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mod3 .m2 ul li span {
	float: right;
	
	font-size: 14px;
	color: #999999;
}

.mod3 .m2 ul li:hover a, .mod3 .m2 ul li:hover span {
	color: #df7118;
}

.tab .mod4 {
	width: 100%;
}

.tab .mod4 .tab {
	width: 100%;
	text-align: center;
}

.mod4 .tab3 .tab_menu3 {
	margin: 0 auto;
	background: url(../img/tab_menu3.png) no-repeat;
	width: 1042px;
	height: 37px;
}

.mod4 .tab3 .tab_menu3 ul:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.mod4 .tab3 .tab_menu3 ul li, .mod4 .tab3 .tab_menu3 ul > div {
	position: relative;
	float: left;
	padding: 1px 0;
	/* width: 9.778%; */
	/*width: 8%;*/

	width: 8.556%;
	height: 35px;
	text-align: center;
}

.mod4 .tab3 .tab_menu3 ul li a,.mod4 .tab3 .tab_menu3 ul div a {
	display: block;
	padding: 6px 0 5px;
	background: url(../img/line_grays.png) center right no-repeat;
	width: 100%;
	height: 24px;
	line-height: 24px;	
	/*font-size: 18px;*/
	font-size:14px;
	color: #9d7400;
	font-weight: bold;
}

.mod4 .tab3 .tab_menu3 ul .last a {
	background: none;
	/* width: 104px; */

	width: 90px;
}

.mod4 .tab3 .tab_menu3 ul .on a, .mod4 .tab3 .tab_menu3 ul li a:hover, .mod4 .tab3 .tab_menu3 ul div a:hover {
	position: absolute;
	left: -1px;
	background: #ffc000;
	color: #ffffff;
}

.mod4 .tab3 .tab_menu3 ul .frist.on a {
	left: 1px;
	background: url(../img/frist_bg1.png) no-repeat;
	background-size: 100% 100%;
}

.mod4 .tab3 .tab_menu3 ul .last.on a, .mod4 .tab3 .tab_menu3 ul .last a:hover {
	/* left: -2px; */
	/* background: url(../img/last_bg1.png) no-repeat; */
	left: -1px;
	background: url(../img/last_bg1.png) no-repeat;
	background-size: 100% 100%;
}

.mod4 .tab3 .tab_box3 {
	margin: 0 auto;
	background-color: #fcfcfc;
	border: 1px solid #efefef;
	border-top: none;
	width: 1010px;
	height: 157px;
	overflow: hidden;
}

.mod4 .tab3 .tab_box3 .con3 {
	position: relative;
	display: none;
	width: 100%;
	height: 100%;
}

.mod4 .tab3 .tab_box3 .con3:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.mod4 .tab3 .tab_box3 .con3 div {
    float: left;
    margin: 5px 0;
	width: 50%;
    height: 147px;
    overflow: hidden;
}

.mod4 .tab3 .tab_box3 .con3 ul {
	float: left;
	width: 98%;
	/* height: 100%; */
}

.mod4 .tab3 .tab_box3 .con3 .last {
	float: right;
}

.mod4 .tab3 .tab_box3 .con3 ul li {
	padding: 13px 10px 4px;	
	font-size: 14px;
	color: #333333;
}

.mod4 .tab3 .tab_box3 .con3 ul li:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.mod4 .tab3 .tab_box3 .con3 ul li a {
	float: left;
	display: block;
	padding-left: 3%;
	background: url(../img/dot-yellow.png) center left no-repeat;
	width: 41%;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mod4 .tab3 .tab_box3 .con3 ul li span {
	float: left;
	display: block;
	width: 35%;
	text-align: center;
}

.mod4 .tab3 .tab_box3 .con3 ul li .min {
	width: 17%;
}

.mod4 .tab3 .tab_box3 .con3 ul li .max {
    float: right;
	width: 55%;
}

.mod4 .tab3 .tab_box3 .con3 ul li font {
	float: left;
	display: block;
	width: 20%;
	color: #999999;
	text-align: center;
}

.mod4 .tab3 .tab_box3 .con3 ul li font.reds {
	float: none;
	display: inline-block;
	width: auto;
}

.mod4 .tab3 .tab_box3 .con3 ul li:hover a, .mod4 .tab3 .tab_box3 .con3 ul li:hover span , .mod4 .tab3 .tab_box3 .con3 ul li:hover font {
	color: #df7118;
}

.tab .tab_box .mod5 {
	float: left;
    position: relative;
	padding: 22px 34px 15px;
	/*background: url(../img/mod5_bg.jpg) top center no-repeat;*/
    background-color: #ffffff;
	width: 854px;
	height: 424px;
}

.tab .mod5 .m3 {
    float: left;
    width: 424px;
    height: 252px;
}

.tab .mod5 .m4 {
    float: right;
    width: 432px;
    height: 252px;
}

.tab .mod5 .m3_tit {
    background: url(../img/line_orange1.png) center bottom no-repeat;
    height: 35px;
}

.tab .mod5 .m4_tit {
    background: url(../img/line_orange2.png) center bottom no-repeat;
    height: 35px;
}

.tab .mod5 .m3_tit h3, .tab .mod5 .m4_tit h3 {
    float: left;
    line-height: 32px;   
    font-size: 20px;
    color: #333333;
    font-weight: 500;
}

.tab .mod5 .m3_tit .more, .tab .mod5 .m4_tit .more {
    float: right;
    display: inline-block;
    padding-right: 15px;
    margin: 8px 4px 0 0;
    background: url(../img/more.png) center right no-repeat;  
    font-size: 14px;
    color: #6c6c6c;
}

.tab .mod5 .m3_tit .more:hover, .tab .mod5 .m4_tit .more:hover {
    background: url(../img/mores.png) center right no-repeat;  
    color: #ffa302;
}

.tab .mod5 .m3 ul, .tab .mod5 .m4 ul {
    width: 424px;
    height: 217px;
    overflow: hidden;
}

.tab .mod5 .m4 ul {
    width: 424px;
    height: 217px;
    overflow: hidden;
}

.tab .mod5 .m3 ul li, .tab .mod5 .m4 ul li {
    padding: 19px 4px 0;
    line-height: 20px;    
    font-size: 14px;
    color: #999999;
}

.tab .mod5 .m3 ul li:after, .tab .mod5 .m4 ul li:after {
    display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab .mod5 .m3 ul li a, .tab .mod5 .m4 ul li a {
    float: left;
    display: block;
    padding-left: 4%;
    background: url(../img/dot-gray.png) center left no-repeat;
    width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}

.tab .mod5 .m3 ul li span, .tab .mod5 .m4 ul li span {
	float: right;
}

.tab .mod5 .m3 ul li:hover a, .tab .mod5 .m4 ul li:hover a {
	background: url(../img/dot-orange.png) center left no-repeat;
}

.tab .mod5 .m3 ul li:hover a, .tab .mod5 .m3 ul li:hover span, .tab .mod5 .m4 ul li:hover a, .tab .mod5 .m4 ul li:hover span {
	color: #df7118;
}

.tab .mod5 .m5 {
	float: left;
	width: 100%;
	/*height: 184px;*/
}

.tab .mod5 .m5 .m5_tit {
	display: block;
	background-color: #fad400;
	width: 93px;
	height: 27px;
	line-height: 27px;	
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

.tab .mod5 .m5 #imgscroll {
	position: relative;
	background-color: #f5f5f5;
	border: 1px solid #e9e9e9;
	width: 905px;
	height: 155px;
	overflow: hidden;
}

.tab .mod5 .m5 #imgscroll .tempWrap {
	padding: 8px 0 6px;
	margin: 0 auto;
	width: 885px !important;
	height: 141px;
}

.tab .mod5 .m5 #imgscroll ul {
	position: relative;
	margin: 8px 0 6px;
	height: 141px;
}

.tab .mod5 .m5 #imgscroll ul:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab .mod5 .m5 #imgscroll ul li {
	float: left;
	padding: 0 7px;
	width: 212px;
	height: 141px;
}

.tab .mod5 .m5 #imgscroll ul li img {
	display: block;
	width: 212px;
	height: 141px;
}

.tab .mod5 .tab_menu4 {
    margin: 0 auto;
    border-bottom: 1px solid #d1d1d1;
    width: 846px;
}

.tab .mod5 .tab_menu4 ul {
    padding: 0 52px;
    margin: 0 auto;
    /*border-bottom: 1px solid #d1d1d1;*/
    /*width: 555px;*/
	height: 36px;
    line-height: 26px;
}

.tab .mod5 .tab_menu4 ul:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}

.tab .mod5 .tab_menu4 ul li {
    float: left;
    margin: 0 38px;
    width: 109px;
    height: 35px;
    font-size: 20px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}

.tab .mod5 .tab_menu4 ul li.on, .tab .mod5 .tab_menu4 ul li:hover {
    border-bottom: 3px solid #ff8934;
}

.tab .mod5 .tab_box4 {
    position: relative;
    margin: 2px auto 0;
    background: url(../img/tab_box4_bg.png) center center no-repeat;
    padding: 0 4px 9px 4px;
    width: 846px;
    height: 380px;
}

.tab .mod5 .tab_box4 .con4 {
    position: relative;
    display: none;
    padding: 0 33px;
    /*width: 100%;*/
    height: 100%;
    overflow: hidden;
}

.tab .mod5 .tab_box4 .con4 ul {
    max-height: 310px;
    overflow: hidden;
}

.tab .mod5 .tab_box4 .con4 ul li {
    padding: 10px 16px;
    background: url(../img/line_dash.png) bottom center no-repeat;
}

.tab .mod5 .tab_box4 .con4 ul li:last-child {
    background: none;
}

.tab .mod5 .tab_box4 .con4 ul li:hover a div .red, .tab .mod5 .tab_box4 .con4 ul li:hover a div .blue,
.tab .mod5 .tab_box4 .con4 ul li:hover a div span, .tab .mod5 .tab_box4 .con4 ul li:hover a p {
    text-decoration: underline;
}

.tab .mod5 .tab_box4 .con4 ul li, .tab .mod5 .tab_box4 .con4 ul a {
    font-size: 14px;
    color: #666666;
}

.tab .mod5 .tab_box4 .con4 ul li .red {
    color: #de0000;
}

.tab .mod5 .tab_box4 .con4 ul li .blue {
    color: #007dde;
}

.tab .mod5 .tab_box4 .con4 ul li div {
    padding: 8px 0;
    color: #333333;
}

.tab .mod5 .tab_box4 .con4 ul li .time {
    float: right;
    color: #999999;
}

.tab .mod5 .tab_box4 .con4 ul li p {
    position: relative;
    line-height: 24px;
}

.tab .mod5 .tab_box4 .con4 ul li p:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}

.tab .mod5 .tab_box4 .con4 ul li p a {
    float: right;
    display: block;
    padding: 4px 15px;
    line-height: 1;
    color: #ffffff;
}

.tab .mod5 .tab_box4 .con4 ul li p .check {
    background-color: #30b3bf;
}

.tab .mod5 .tab_box4 .con4 ul li p .write {
    margin-right: 3px;
    background-color: #dfad00;
}

.tab .mod5 .tab_box4 .con4 .more {
    position: absolute;
    left: 0;
    bottom: 20px;
    display: block;
    background: url(../img/more.jpg) center center no-repeat;
    width: 100%;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.tab .mod5 .tab_box4 .con4 .record {
    position: relative;
    margin: 25px auto 0;
    background-color: #fcfcfc;
    width: 705px;
    height: 323px;
}

.tab .mod5 .tab_box4 .con4 .record .title {
    position: relative;
    padding: 27px 0 23px;
    text-align: center;
}

.tab .mod5 .tab_box4 .con4 .record .title > div {
    display: inline-block;
    margin: 0 45px;
}

.tab_box4 .con4 .record .title > div > input[type="radio"] {
    margin-right: 10px;
    background: url(../img/ico_img2.png) center center no-repeat;
    width: 13px;
    height: 13px;
}

.tab_box4 .con4 .record .title > div > input[type="radio"]:checked {
    background: url(../img/ico_img1.png) center center no-repeat;
}

.tab_box4 .con4 .record .title > div > span {
    display: inline-block;
    font-size: 16px;
    color: #333333;
}

.tab_box4 .con4 .record .title > div > .list1 {
    padding-left: 27px;
    background: url(../img/ico_img3.png) left center no-repeat;
}

.tab_box4 .con4 .record .title > div > .list2 {
    padding-left: 35px;
    background: url(../img/ico_img4.png) left center no-repeat;
}

.tab_box4 .con4 .record .title > div > .list3 {
    padding-left: 30px;
    background: url(../img/ico_img5.png) left center no-repeat;
}

.tab_box4 .con4 .record .tabBox, .tab_box4 .con4 .record .tabBox > div {
    width: 100%;
    height: 235px;
    overflow: hidden;
}

.tab_box4 .con4 .record .tabBox > div {
    display: none;
}

.tab_box4 .con4 .record .tabBox .searchBox {
    margin: 37px auto 0;
    width: 496px;
    height: 40px;
}

.tab_box4 .con4 .record .tabBox .searchBox .searchs {
    float: left;
    padding: 1px;
    background: url(../img/ico_img6.png) left center no-repeat;
    width: 396px;
    height: 38px;
}

.record .tabBox .searchBox .searchs .selects {
    float: left;
    position: relative;
    padding: 6px 0;
    background: url(../img/line_gray.png) center right no-repeat;
    background-size: auto 26px;
    width: 138px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}

.record .tabBox .searchBox .searchs .selects select {
    padding: 0 13px 0 10px;
    background: url(../img/ico_img7.png) 88% center no-repeat;
    border: none;
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
}

.record .tabBox .searchBox .searchs input[type="text"] {
    float: left;
    position: relative;
    background: none;
    border: none;
    width: 250px;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333333;
    text-indent: 13px;
    z-index: 2;
}

.record .tabBox .searchBox .search_btns {
    float: right;
    display: block;
    background: url(../img/ico_img8.png) center center no-repeat;
    width: 84px;
    height: 40px;
    line-height: 40px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.tab_box4 .con4 .record .tabBox > div > div {
    margin-bottom: 11px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #666666;
}

.tab_box4 .con4 .record .tabBox > div > div > label {
    display: inline-block;
    width: 120px;
    text-align: right;
}

.tab_box4 .con4 .record .tabBox > div > div > .txt {
    display: inline-block;
    margin: 0 5px 0 16px;
    padding: 1px 6px;
    background: url(../img/ico_img10.png) center center no-repeat;
    border: none;
    width: 294px;
    height: 38px;
    line-height: 38px;
}

.tab_box4 .con4 .record .tabBox > div > div > .txt > input {
    position: relative;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    z-index: 2;
}

.tab_box4 .con4 .record .tabBox > div > div > span > font {
    margin-right: 5px;
    font-size: 20px;
    color: #e00101;
    vertical-align: middle;
}

.tab_box4 .con4 .record .tabBox > div > .tips {
    margin-top: 26px;
    font-size: 12px;
    text-align: center;
    color: #666666;
}

.tab_box4 .con4 .record .tabBox > div > .searchBtn {
    display: block;
    margin: 0 auto 11px;
    background: url(../img/ico_img8.png) center center no-repeat;
    width: 84px;
    height: 40px;
    line-height: 40px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.tab_box4 .con4 .record img {
    position: absolute;
    top: 52px;
    left: 269px;
}

.tab .mod5 .search_bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.tab .mod5 .search_bar .wrap {
    margin: 0 auto;
    width: 448px;
    height: 36px;
    overflow: hidden;
}

.tab .mod5 .search_bar .wrap > div {
    float: left;
    padding: 1px;
    background: url(../img/icon21.png) center center no-repeat;
    width: 359px;
    height: 34px;
    overflow: hidden;
}

.tab .mod5 .search_bar .wrap select {
    float: left;
    padding-right: 24px;
    background: url(../img/ico10.jpg) center center no-repeat;
    border: none;
    width: 110px;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    text-indent: 9px;
}

.tab .mod5 .search_bar .wrap select option {
    margin-left: -10px;
}

.tab .mod5 .search_bar .wrap > div > div {
    float: left;
    margin: 7px 0;
    background-color: #dfdfdf;
    width: 1px;
    height: 20px;
}

.tab .mod5 .search_bar .wrap input {
    float: left;
    padding-left: 8px;
    background: none;
    border: none;
    width: 210px;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
}

.tab .mod5 .search_bar .wrap button {
    float: right;
    padding-left: 34px;
    background: url(../img/icon6-1.png) center center no-repeat;
    border: none;
    width: 77px;
    height: 36px;
    line-height: 36px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}

.tab .mod6 {
	float: right;
	width: 143px;
	height: 100%;
}

.tab .mod6 li a {
	position: relative;
	display: block;
	padding-top: 75px;
	width: 143px;
	height: 42px;	
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

.tab .mod6 .li_1 a {
	background: url(../img/icon1.png) center 17px no-repeat #de1d38;
	-moz-box-shadow: 0 3px 5px rgba(105, 11, 24, .4);
	-webkit-box-shadow: 0 3px 5px rgba(105, 11, 24, .4);
	box-shadow: 0 3px 5px rgba(105, 11, 24, .4);
	z-index: 4;
}

.tab .mod6 .li_1 a:hover {
	background-color: #f42f4a;
}

.tab .mod6 .li_2 a {
	background: url(../img/icon2.png) center 17px no-repeat #e74e3e;
	-moz-box-shadow: 0 3px 5px rgba(105, 11, 24, .4);
	-webkit-box-shadow: 0 3px 5px rgba(105, 11, 24, .4);
	box-shadow: 0 3px 5px rgba(105, 11, 24, .4);
	z-index: 3;
}

.tab .mod6 .li_2 a:hover {
	background-color: #fb6252;
}

.tab .mod6 .li_3 a {
	background: url(../img/icon3.png) center 17px no-repeat #ef884d;
	-moz-box-shadow: 0 3px 5px rgba(105, 11, 24, .4);
	-webkit-box-shadow: 0 3px 5px rgba(105, 11, 24, .4);
	box-shadow: 0 3px 5px rgba(105, 11, 24, .4);
	z-index: 2;
}

.tab .mod6 .li_3 a:hover {
	background-color: #fb9c65;
}

.tab .mod6 .li_4 a {
	background: url(../img/icon4.png) center 17px no-repeat #f6c579;
}

.tab .mod6 .li_4 a:hover {
	background-color: #ffd38f;
}

.tab .mod7 {
	/*padding: 13px 12px 11px 22px;*/
    position: relative;
    background: url(../img/map_bg.jpg) bottom center no-repeat;
    background-size: cover;
}

.tab .mod7:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab .mod7 .left_wrap {
	float: left;
	width: 470px;
	height: 100%;
}

.tab .mod7 .m6 {
	width: 470px;
	height: 222px;
}

.tab .mod7 .m6_tit {
    background: url(../img/line_orange1.jpg) center bottom no-repeat;
    height: 41px;
}

.tab .mod7 .m6_tit:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab .mod7 .m6_tit h3 {
    float: left;
    line-height: 41px;   
    font-size: 20px;
    color: #333333;
    font-weight: 500;
}

.tab .mod7 .m6_tit .more {
    float: right;
    display: inline-block;
    padding-right: 15px;
    margin: 13px 12px 0 0;
    background: url(../img/more.png) center right no-repeat;   
    font-size: 14px;
    color: #6c6c6c;
}

.tab .mod7 .m6_tit .more:hover {
    background: url(../img/mores.png) center right no-repeat;   
    color: #ffa302;
}

.tab .mod7 .m6 ul {
    width: 470px;
    height: 181px;
    overflow: hidden;
}

.tab .mod7 .m6 ul li {
    padding: 19px 16px 5px 4px;
    line-height: 20px;    
    font-size: 14px;
    color: #999999;
}

.tab .mod7 .m6 ul li:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab .mod7 .m6 ul li a {
    float: left;
    display: block;
    padding-left: 4%;
    background: url(../img/dot-gray.png) center left no-repeat;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}

.tab .mod7 .m6 ul li span {
    float: right;
}

.tab .mod7 .m6 ul li:hover a, .tab .mod7 .m6 ul li:hover a {
	background: url(../img/dot-orange.png) center left no-repeat;
}

.tab .mod7 .m6 ul li:hover a, .tab .mod7 .m6 ul li:hover span {
	color: #df7118;
}

.tab .mod7 .right_wrap {
	float: right;
	width: 526px;
	height: 100%;
}

.tab .mod7 .m7 {
	position: relative;
	background-color: #fbfbfb;
	border: 1px solid #ededed;
	width: 524px;
	height: 240px;
	font-size: 14px;
	overflow: hidden;
}

.tab .mod7 .m7 h3 {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/icon7.png) 17px center no-repeat;
	padding-left: 43px;
	height: 37px;
	line-height: 37px;
	font-size: 20px;
	color: #333333;
}

.tab .mod7 .m8 {
	padding: 18px 18px 9px 17px;
	margin-left: 1px;
    background: url(../img/search_bg2.png) no-repeat;
	width: 387px;
	height: 86px;
    font-size: 14px;
    color: #666666;
}

.tab .mod7 .m8:after, .tab .mod7 .m9:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab .mod7 .m8 .search_box {
    float:left;
    margin-bottom: 14px;
    width: 300px;
    height: 36px;
    line-height: 36px;
}

.tab .mod7 .m8 .search_box select {
    margin: 0 10px;
    background: url(../img/select_bg.png) center bottom no-repeat;
    background-size: 100%;
    border: none;
    width: 55px;
    height: 16px;
    font-size: 14px;
    text-indent: 5px;
}

.tab .mod7 .m8 .btns {
	float: right;
	background: url(../img/icon6-2.png) no-repeat;
    background-size: 100% 100%;
	border: none;
	width: 77px;
	height: 36px;	
    line-height: 36px;
	font-size: 16px;
	color: #ffffff;
}

.tab .mod7 .m8 .search_box1 {
    float:left;
    padding: 1px;
    background: url(../img/icon23.png) center center no-repeat;
    width: 293px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.tab .mod7 .m8 .search_box1 label {
    float: left;
    background: url(../img/icon5.png) center center no-repeat;
    background-size: auto 30px;
    width: 40px;
    height: 100%;
}

.tab .mod7 .m8 .search_box1 input {
    float: left;
    padding: 0 14px;
    background: none;
    border: none;
    width: 220px;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
}

.tab .mod7 .m12 {
	margin-top: 15px;
}

.tab .mod7 .m12 .search_box {
	float: left;
	padding: 1px;
	background: url(../img/search_bg1.png) no-repeat;
    background-size: 100% 100%;
	width: 321px;
	height: 34px;
	line-height: 34px;
}

.tab .mod7 .m12 .search_box:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab .mod7 .m12 .search_box label {
	float: left;
    margin: 4px;
	background: url(../img/icon5.png) center center no-repeat;
    background-size: auto 100%;
	width: 34px;
	height: 26px;
}

.tab .mod7 .m12 .search_box input {
	float: left;
	background: none;
	border: none;
	width: 260px;
	height: 34px;	
	font-size: 16px;
	color: #333333;
	text-indent: 6px;
}

.tab .mod7 .m12 .btns {
	float: left;
    margin-left: 8px;
	background: url(../img/icon6.png) no-repeat;
    background-size: 100% 100%;
	border: none;
	width: 84px;
	height: 36px;	
    line-height: 36px;
    font-family: "微软雅黑";
	font-size: 16px;
	color: #ffffff;
}

.tab .mod7 .m9 .last {
	float: right;
}

.tab .mod7 .m10 {
	position: absolute;
    left: 27px;
    bottom: 67px;
}

.tab .mod7 .m11 {
	position: absolute;
    left: 27px;
    top: 34px;
    width: 420px;
    height: 254px;
}

.tab .mod7 .m11_tit {
    background: url(../img/line_orange3.png) center bottom no-repeat;
    height: 35px;
}

.tab .mod7 .m11_tit h3 {
    float: left;
    line-height: 32px;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
}

.tab .mod7 .m11_tit .more {
    float: right;
    display: inline-block;
    padding-right: 15px;
    margin: 8px 4px 0 0;
    background: url(../img/more.png) center right no-repeat;
    font-size: 14px;
    color: #6c6c6c;
}

.tab .mod7 .m11 ul {
    width: 420px;
    height: 218px;
    overflow: hidden;
}

.tab .mod7 .m11 ul li {
    padding: 19px 4px 0;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
}

.tab .mod7 .m11 ul li:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}

.tab .mod7 .m11 ul li a {
    float: left;
    display: block;
    padding-left: 4%;
    background: url(../img/dot-gray.png) center left no-repeat;
    width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}

.tab .mod7 .m11 ul li span {
    float: right;
}

.tab .mod7 .m11 ul li:hover a {
	background: url(../img/dot-orange.png) center left no-repeat;
}

.tab .mod7 .m11 ul li:hover a, .tab .mod7 .m11 ul li:hover span {
	color: #df7118;
}



#main .bottom {
	position: absolute;
	/*top: 832px;*/
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	border-top: 1px solid #e79b24;
    width: 100%;
	/* height: 90px; */
	height: 100px;
}

#main .bottom .footer {
	position: relative;
	margin: 0 auto;
	width: 1066px;
	height: 100%;
}

#_span_jiucuo {
    position: absolute;
	left: 0;
	top: 18px;
}

#main .bottom .footer .ico {
	position: absolute;
	left: 110px;
	top: 0;
	margin: 9px 0 11px;
	border-right: 1px solid #b9b9b9;
	width: 80px;
	height: 70px;
	text-align: center;
}

#main .bottom .footer .ico img {
	margin-top: 3px;
}

#main .footer .selects {
	position: absolute;
	left: 191px;
	padding-top: 14px;
	margin-bottom: 6px;
}

#main .footer .selects dl {
	float: left;
	position: relative;
	margin-left: 15px;
	background: url(../img/dl_bg.png) no-repeat;
	width: 271px;
	height: 36px;	
	font-size: 16px;
	color: #6c6c6c;
	text-indent: 10px;
	z-index: 999;
}

#main .footer .selects dl dt {
	line-height: 36px;
}

#main .footer .selects dl dd {
	position: absolute;
	bottom: 35px;
	display: none;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	width: 269px;
	height: 134px;
	overflow-y: scroll;
}

#main .footer .selects dl dd a {
	display: block;
	padding: 5px 5px 5px 0px;
	border-bottom: #e3e3e3 1px dotted;
    width: auto;
	line-height: 25px;	
	font-size: 16px;
	color: #6c6c6c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main .footer .selects dl dd a:hover {
	color: #df7118;
}

#main .footer .copyright {
	position: absolute;
	/* top: 60px; */
	top: 56px;
	width: 100%;	
	font-size: 14px;
	color: #999999;
	text-align: center;
}


#main .top .login_boxs {
	margin: 0 auto;
	background: url(../img/logins_bg.jpg) no-repeat;
	width: 760px;
	height: 380px;
	-moz-box-shadow: 8px 10px 15px rgba(198, 198, 198, .43);
	-webkit-box-shadow: 8px 10px 15px rgba(198, 198, 24198 .43);
	box-shadow:  8px 10px 15px rgba(198, 198, 198, .43);
}

#main .top .login_boxs:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

#main .top .login_boxs .left_box {
	float: left;
	padding: 0 30px 20px 30px;
	background: url(../img/line1.jpg) center right no-repeat;
	width: 321px;
	height: 360px;
}

#main .top .login_boxs .left_box img {
	padding: 17px 0;
}

#main .top .login_boxs .left_box ul li {
	padding-left: 24px;
	margin: 12px 0;
	background: url(../img/icon12.png) left 8px no-repeat;
	line-height: 20px;
	font-size: 14px;
	color: #4e4e4e;
}

#main .top .login_boxs .right_box {
	float: left;
	padding: 0 43px 0 34px;
	width: 302px;
	height: 100%;
}

#main .top .login_boxs .right_box img {
	padding: 19px 0 35px;
}

#main .top .login_boxs .right_box p {
	margin-bottom: 30px;
}

#main .top .login_boxs .right_box label {
	padding-right: 10px;
	margin-right: 4px;
	background: url(../img/icon14.png) right center no-repeat;
	font-size: 14px;
	color: #8b5f00;
}

#main .top .login_boxs .right_box input {
	padding: 1px 5px;
	border: none;
	width: 245px;
	height: 32px;
	line-height: 32px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c1b293;
}

#main .top .login_boxs .right_box input[type="text"] {
	background: url(../img/ico4.jpg) no-repeat;
}

#main .top .login_boxs .right_box input[type="password"] {
	background: url(../img/ico5.jpg) no-repeat;
}
#main .top .login_boxs .right_box input::-webkit-input-placeholder{
	font-size: 14px;
	color: #c1b293;
}    /* 使用webkit内核的浏览器 */

#main .top .login_boxs .right_box input:-moz-placeholder{
	font-size: 14px;
	color: #c1b293;
}                  /* Firefox版本4-18 */

#main .top .login_boxs .right_box input::-moz-placeholder{
	font-size: 14px;
	color: #c1b293;
}                  /* Firefox版本19+ */

#main .top .login_boxs .right_box input:-ms-input-placeholder{
	font-size: 14px;
	color: #c1b293;
}           /* IE浏览器 */

#main .top .login_boxs .right_box .btn_lists {
	padding: 5px 0 0 47px;
}

#main .top .login_boxs .right_box .btn_lists:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

#main .top .login_boxs .right_box .btn_lists button {
	border: none;
	width: 110px;
	height: 34px;
	line-height: 34px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #b68b2e;
	text-align: center;
	cursor: pointer;
}

#main .top .login_boxs .right_box .btn_lists .btn1 {
	float: left;
	background: url(../img/ico8.jpg) no-repeat;
}

#main .top .login_boxs .right_box .btn_lists .btn2 {
	float: right;
	background: url(../img/ico7.jpg) no-repeat;
}

#main .top .login_boxs .right_box .btn_lists button:hover {
	background: url(../img/ico6.jpg) no-repeat;
	color: #ffffff;
}

.right-nav {
    position: fixed;
    _position: absolute;
	/* top: 220px; */
	top: 313px;
    right: 0;
    width: 70px;
    z-index: 1000;
    _top: expression(documentElement.scrollTop + 300);
}

.right-nav li {
   position: relative;
}

.right-nav li.wechat {
    margin: 6px 0;
}

.right-nav > ul > li > a {
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.right-nav .banlinav{
	margin:6px 0;
}
.right-nav .banlinav > a{
	background: url(../img/nav_ywblico1.png) no-repeat;
}
.right-nav .banlinav:hover > a {
    background: url(../img/nav_ywblico2.png) no-repeat;
}

.right-nav .phone > a {
    background: url(../img/nav_ico01.png) no-repeat;
}

.right-nav .phone:hover > a {
    background: url(../img/nav_ico02.png) no-repeat;
}

.right-nav .wechat > a {
    background: url(../img/nav_ico03.png) no-repeat;
}

.right-nav .wechat:hover > a {
    background: url(../img/nav_ico04.png) no-repeat;
}

.right-nav .notice > a {
    background: url(../img/nav_ico05.png) no-repeat;
}

.right-nav .notice:hover > a {
    background: url(../img/nav_ico06.png) no-repeat;
}

.WeChat {
    display: none;
    position: fixed;
	/* top: 296px; */
	top: 318px;
    right: 82px;
    background: url(../img/nav_weixin.png) no-repeat;
    width: 230px;
    height: 243px;
    overflow: hidden;
    z-index: 1000;
}

.Notice {
    display: none;
    position: fixed;
    top: 270px;
    right: 82px;
    padding: 16px 0 15px;
    background: url(../img/nav_ico07.png) no-repeat;
    width: 230px;
    height: 362px;
    overflow: hidden;
    z-index: 1000;
}

.Notice > a {
    margin: 0 24px 0 17px;
}

.Notice > a, .Notice > a > img {
    display: block;
}

.Notice > a.mid {
    margin: 7px 24px 7px 17px;
}


/*左边飘窗位置*/
#gg7{
	position:fixed;
	top:318px !important;
	left:0;
	background-color:#fff;
	width:186px;
}
#gg5{
	position:fixed;
	top:68px !important;
	left:0;
	background-color:#fff;
	width:186px;
}
#gg4{
	position:fixed;
	/*top:122px !important;*/
	top:193px !important;
	left:0;
	background-color:#fff;
	width:186px;
}
#gg1{
	position:fixed;
	/*top:247px !important;*/
	top:448px !important;
	left:0;
	background-color:#fff;
	width:186px;
}
#gg2{
	position:fixed;
	/*top:542px !important;*/
	/* top: 500px !important;
	left:0; */
	top: 68px;
	right: 0;
	background-color:#fff;
	width:186px;
}
#gg3{
	position:fixed;
	/*top:372px !important;*/
	top:443px !important;
	left:0;
	background-color:#fff;
	width:186px;
}
#gg6{
	position:fixed;
	top:193px !important;
	right:0;
	background-color:#fff;
	width:186px;
}