﻿/*初始化*/

html {
	font-size: 62.5%;
	font-family: "微软雅黑";
	color: #363636;
}

body,
div,
img,
a,
ul,
ol,
li,
span,
i,
u,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form,
input,
textarea,
strong,
select,
option {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a,
u {
	text-decoration: none;
	color: #363636;
}

img {
	display: block;
	border: none;
}

.inBox .inHd ul li a,
.inside_left_1 ul li,
.inside_right dl dd a.inside_right_tit,
.picMarquee-top li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.index_3 .index_3_in dl,
.index_3 .index_3_in dl dt img {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
}

.nav_top_in .wx img,
.index_1 dl a img,
.inside_right ul.inside_pic li a img {
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
}

.nav_top_in .wx img {
	filter: alpha(opacity=0);
	opacity: 0;
}

.slideBox .prev,
.slideBox .next {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.nav_top_in .wx:hover img,
.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.index_1 dl a img:hover,
.inside_right ul.inside_pic li a img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}


/*-------------------------------------------------------*/

.more {
	float: right;
	font-size: 1.2rem;
	color: #FFFFFF;
	font-weight: 100;
}

.more:hover {
	color: #e97913;
	text-decoration: underline;
}

.more1 {
	color: #E97913;
}

.more1:hover {
	text-decoration: underline;
}

.more2 {
	font-size: 1.4rem;
	padding: 7px 20px;
	border: 2px solid #e97913;
	border-radius: 4px;
	color: #e97913;
}

.more2:hover {
	background: #E97913;
	color: #FFFFFF;
}


/*顶部*/

.nav_top {
	font-family: arial;
	width: 100%;
	line-height: 40px;
	background: #eaeaea;
	font-size: 1.2rem;
	color: #555555;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
}

.nav_top_in {
	width: 1200px;
	margin: 0 auto;
}

.nav_top_in p {
	float: left;
}

.nav_top_in ul {
	float: right;
}

.nav_top_in ul li {
	float: left;
}

.nav_top_in ul li a {
	padding: 0 20px;
	border-right: 2px solid #666666;
	margin: 12px 0;
	line-height: 16px;
	height: 16px;
	display: block;
	color: #555555;
}

.nav_top_in ul li:nth-of-type(1) a {
	border-left: 2px solid #666666;
}

.nav_top_in ul li:hover a {
	color: #b40404;
}

.nav_top_in .wx {
	position: relative;
}

.nav_top_in .wx img {
	position: absolute;
	left: -27px;
	top: -110px;
	width: 145px;
	height: 145px;
}

.nav_top_in .wx:hover img {
	top: 43px;
}


/*logo*/

.logo {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 0 30px;
}

.logo img {
	float: right;
}

.logo a img {
	float: left;
}


/*导航*/

.nav_bj {
	width: 100%;
	height: 45px;
	background: url(../image/nav_bj.png) repeat-x;
}

.nav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.nav ul {
	width: 1000px;
	text-align: center;
	float: left;
}

.nav ul li {
	display: inline-block;
}

.nav ul li.on,
.nav ul li:hover {
	background: #e97913;
}

.nav ul li a {
	color: #ffffff;
	line-height: 45px;
	font-size: 1.6rem;
	padding: 0 38px;
}

.nav ul li ol {
	position: absolute;
	background: rgba(0, 88, 169, 0.7);
	border-radius: 0 0 4px 4px;
	display: none;
	overflow: hidden;
	z-index: 9999;
}

.nav ul li:hover ol {
	display: block;
}

.nav ul li ol li {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


/*搜索*/

.search {
	float: right;
	width: 150px;
	margin: 10px 20px 0 0;
}

.search input {
	border: 0;
	float: left;
	height: 25px;
	outline: none;
}

.search .sea {
	width: 120px;
	border-radius: 50px 0 0 50px;
	text-indent: 1em;
	color: #999999;
}

.search .but {
	width: 30px;
	background: url(../image/search.png) no-repeat;
	cursor: pointer;
}


/*banner*/

.slideBox {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	position: absolute;
	bottom: 5px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.slideBox .hd ul li {
	display: inline-block;
	margin-right: 5px;
	width: 30px;
	height: 8px;
	background: #FFFFFF;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f4940c;
}

.slideBox .bd {
	position: relative;
}

.slideBox .bd img {
	width: 100%;
	height: 500px;
}


/*banner前/后按钮*/

.slideBox .prev,
.slideBox .next {
	position: absolute;
	width: 35px;
	height: 50px;
	left: 10%;
	top: 50%;
	margin-top: -25px;
	display: block;
	background: url(../image/l_1.png) no-repeat;
}

.slideBox .next {
	background: url(../image/r_1.png) no-repeat;
	left: auto;
	right: 10%;
}


/*底部*/

.nav .top {
	line-height: 45px;
	font-size: 2.4rem;
	background: #e97913;
	color: #FFFFFF;
	float: right;
	width: 200px;
	text-align: center;
}

.footer_bj {
	width: 100%;
	background: #f5f5f5;
	overflow: hidden;
}

.footer {
	width: 1200px;
	margin: 0 auto;
}

.footer p {
	float: left;
	text-align: center;
	border-right: 1px solid #7f7f7f;
	padding: 0 80px;
	margin: 25px 0;
	color: #666666;
	font-size: 1.4rem;
	line-height: 30px;
}

.footer p a {
	color: #666666;
	text-decoration: underline;
}

.footer p a:hover {
	color: #E97913;
}

.footer .dh {
	float: left;
	margin: 60px 80px;
}

.footer .wx {
	float: right;
	width: 170px;
	height: 170px;
	padding: 15px;
	background: #FFFFFF;
}


/*内页样式*/

.inside {
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}


/*左侧*/

.inside_left {
	float: left;
	width: 240px;
}

.inside_left_1 {
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 26px;
}

.inside_left_1 h2 {
	line-height: 45px;
	padding: 0 15px;
	background: #0058a9;
	color: #FFFFFF;
	font-size: 1.6rem;
}

.inside_left_1 ul li {
	border-bottom: 1px dashed #C9C9C9;
	line-height: 40px;
	padding: 0 10px
}

.inside_left_1 ul li:hover {
	background: #F4F4F4;
}

.inside_left_nav ul li,
.inside_left_nav h2 {
	text-align: center;
}

.inside_left_1 ul li:nth-last-of-type(1) {
	border: none;
}

.inside_left_1 ul li a {
	font-size: 1.4rem;
}

.picMarquee-top .bd {
	padding: 10px;
}

.picMarquee-top .bd li {
	border: none;
	padding: 0;
}

.picMarquee-top li a p {
	text-align: center;
	padding: 0 10px;
	background: #FFFFFF;
}

.picMarquee-top li:hover a p {
	color: #e97913;
}

.picMarquee-top li a img {
	width: 100%;
	height: 165px;
}


/*右侧*/

.inside_right {
	width: 930px;
	float: right;
}

.inside_right_top {
	background: #0058a9;
	line-height: 45px;
	padding: 0 20px;
	font-size: 1.4rem;
	border-radius: 4px;
	margin-bottom: 30px;
	overflow: hidden;
}

.inside_right_top a {
	float: left;
	color: #FFFFFF;
	padding: 0 10px;
}

.inside_right_top i {
	float: left;
	color: #FFFFFF;
	font-style: normal;
}

.inside_right_top .home {
	background: url(../image/home.png) no-repeat left 50%;
	padding-left: 25px;
}

.inside_right_top a:hover {
	text-decoration: underline;
}


/*翻页*/

.Flip {
	text-align: center;
	overflow: hidden;
	font-size:16px;
}

.Flip a{
	display: inline-block;
	padding: 5px;
	margin: 0 10px;
	border: 1px solid #E6E6E6;
	border-radius: 2px;
	font-size: 1.6rem;
}

.Flip a.on,
.Flip a.on:hover {
	background: #e97913;
	color: #FFFFFF;
}

#Flip_6 {
	border: none;
}

.Flip a:hover {
	background: #F5F5F5;
}

.biaoti {
	font-size:26px;
	line-height:150%;
	padding:0px 25px 20px 25px;
	color:#333;
	text-align:center;
	font-weight:bold;
}
