/*初始化*/


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;
}


ul,ol{
	list-style: none;
}
u{

	text-decoration: none;
	color: #363636;
}

a{text-decoration: none;color:inherit;}
a:focus{outline:none;}
a img{border:0;}


.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: 30px 0 30px;
}

.logo img {
	float: right;
}

.logo a img {
	float: left;
}


/*导航*/

.nav_bj {
	width: 100%;
	height: 45px;
	background-color:blue;
}

.nav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.nav ul {
	width: 100%;
	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: 16px;
	padding: 0 38px;
	text-decoration: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	border:1px solid gray;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color:  gray;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;

}
.ft-carousel .carousel-prev-btn:hover{
	background: url(../images/prev.png) no-repeat;}

.ft-carousel .carousel-next-btn {
	right: 0;
}
.ft-carousel .carousel-next-btn:hover {
	background: url(../images/next.png) no-repeat;
}


.my_pages{clear:both!important;padding:5px 0 0;text-align:center;margin:5px auto;line-height:30px;}
.my_pages ul{text-align:center;list-style:none;}
.my_pages ul li{list-style:none;text-align:center;height:24px;display:inline;margin:0 2px;padding:0;overflow:hidden;white-space:nowrap;font-size:13px;}
.my_pages ul li a{background:#fff;color:#555;display:inline;height:24px;overflow:hidden;padding:6px 10px;margin:0;border: #999 1px solid;}
.my_pages ul li a:hover{color:#fff;background:#000000;border:#000000 1px solid;height:24px;overflow:hidden;text-decoration:none;cursor:pointer;}
.my_pages ul li.thisclass a{background:#000000;border:#000000 1px solid;height:24px;overflow:hidden;color:#fff;font-weight:700;}






