body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
em,i { font-style: normal;}
body {
	margin: 0px auto;
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

input,
select {
	vertical-align: middle;
	font-family: "微软雅黑";
}

input[type=button],
input[type=submit],
input[type=reset] {
	cursor: pointer;
	font-family: "微软雅黑";
}
ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

a:hover {
	color: #f67600;
	cursor: pointer;
}

a img {
	border: none;
}
.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}


.page_bar_all{
	width: 100%;
	height: 32px;
	background: #005eae;
}
.page_bar_top{
	width: 1200px;
	margin: 0 auto;	
	line-height: 32px;
}
.page_left{
	color: #fff;	
}
.page_right{
	
}
.page_right li{
	float: left;
	color: #FFFFFF;
}
.page_right li a{
	color: #FFFFFF;
	padding: 0px 4px 0px 4px;
}


.box1_all{
	width: 100%;
	background: url(../img/box1_bg.jpg) repeat-x;
	height:530px ;
}
.box1{
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
	
}
.title_h1{
	margin-top: 60px;
}
.title_h1 h1{
	text-align: center;
	font-size: 30px;
}
.title_h1 p{
	text-align: center;
	margin-top: 20px;
	color: #888;
	font-size: 16px;
}
.box1_1{
	margin-top: 40px;
	width: 1100px;
	overflow: hidden;
}
.box1_1_a{
	width:154px ;
	overflow: hidden;
	background: url(../img/a.jpg) no-repeat;
	height:76px ;
}
.box1_1_a em{
	display: block;
	line-height: 76px;
	padding-left: 30px;
}
.box1_1_b{
	width: 700px;
	margin-left: 50px;
}
.box1_1_c{
	width:154px ;
	overflow: hidden;
	background: url(../img/b.jpg) no-repeat;
	height:76px ;
}
.box1_1_c a{
	display: block;
	line-height: 70px;
	padding-left: 30px;
}

.box1_2{
	margin-top: 60px;
}
.box1_2 a{
	color: #FFFFFF;
}
.box1_2 span{
	display: inline-block;
	width: 200px;
	height: 200px;
}
.span_1{
	margin-left: 120px;
	background: url(../img/box1_a.png) no-repeat;
	background-position: 0px 0px;
}
.span_2{
	margin-left: 120px;
	background: url(../img/box1_a.png) no-repeat;
	background-position: -310px 0px;
	
}
.span_3{
	margin-left: 120px;
	background: url(../img/box1_a.png) no-repeat;
	background-position: -610px 0px;
	
}
.span_1,.span_2,.span_3{
	line-height: 240px;
	text-align: center;
}

.box2_all{
	background: url(../img/box2.jpg) repeat-x;
	width: 100%;
	height: 491px;
}
.box2_1{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.title_h1_a{
	padding-top: 40px;
}
.title_h1_a h1{
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
}
.title_h1_a p{
	text-align: center;
	margin-top: 20px;
	color: #c9c9c9;
	font-size: 16px;
}

.box2_2{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.span_all{
	display: block;
	width: 200px;
	padding: 15px;
	height: 100px;
	background: #FFFFFF;
}
.span_all h3{
	margin-bottom: 4px;
	font-size: 14px;
}
.span_all p{
	padding-bottom: 10px;
	border-bottom: 1px dashed #492403;
}
.more_a{
	background: url(../img/icon_1.jpg) no-repeat left center;
	display: block;
	padding-left: 30px;
	margin-top: 6px;
}
.more_a em{
	float: right;
	font-style: normal;
}
.more_b{
	margin: 0 auto;
	margin-top: 20px;
	width: 188px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	display: block;
	background: #FF9600;
	color: #FFFFFF;
}
.more_b:hover{
	color: #FFFFFF;
}

/* 横向滚动
------------------------------ */
.scroll_horizontal {
	position: relative;
	width: 1200px;
	height: 240px;
	padding: 10px;
}

.scroll_horizontal .box {
	overflow: hidden;
	position: relative;
	width: 1080px;
	height: 240px;
	margin: 0 auto;
}

.scroll_horizontal .list {
	overflow: hidden;
	width: 9999px;
}
.list img{
	width: 280px;
	height: 240px;
	display:block;
	margin: 0 auto;
}
.scroll_horizontal .list li {
		float: left;
	width: 360px;
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 50px;
	background-image:url(../img/control.png);
	background-repeat: no-repeat;
	font: 0/0 Arial;
	cursor: pointer;
}

.scroll_horizontal .prev {
	left: 5px;
	background-position: 0 0;
}

.scroll_horizontal .next {
	right: 5px;
	background-position: -40px 0;
}

.scroll_horizontal .prev:hover {
	background-position: 0 -50px;
}

.scroll_horizontal .next:hover {
	background-position: -40px -50px;
}


.box3_all{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.box3_left{
	margin-top: 40px;
}
.effect{
	border: 2px solid #9aafc0;
}
.box3_right{
	margin-top: 40px;
	width: 650px;
}
.li_span_left{
	background: url(../img/data.jpg) no-repeat;
	background-position: 0px -110px;
	display: inline-block;
	width: 80px;
	height: 78px;
}
.li_span_left em{
	display: block;
	height: 50px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}
.li_span_right{
	margin-left: 20px;
	width: 540px;
	display: inline-block;
}
.li_span_right a{
	display: block;
	text-align: left;
	font-size: 18px;
	margin-bottom: 6px;
}
.li_span_right p{
	color: #9b9b9b;
	line-height: 24px;
}
.box3_ul li{
	overflow: hidden;
	margin-bottom: 24px;
}
.box3_ul li:hover .li_span_left{
	background: url(../img/data.jpg) no-repeat;
}

.box4_all{
	width: 100%;
	background: url(../img/box1_bg.jpg) repeat-x;
	height:530px ;
}
.box4 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/*------------- 图片放大效果伴随蒙版文字出现 开始 ------------------------------*/
.content-six{
	width:1000px;
	height: 372px;
	margin:0 auto;
	margin-top: 20px;
}
.con-six{
	width: 297px;
	height: 168px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.conimg-two{
	width: 297px;
	height: 168px;
}
.txt-six{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 138px;
	padding-top: 60px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.2);
	display: none;
}
.txt-six a{
	color: #FFFFFF;
}
.txt-six h3{
	font-weight: normal;
}
.txt-six p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}
/*------------- 图片放大效果伴随蒙版文字出现 结束------------------------------*/




.footer_all{
	width: 100%;
	height: 206px;
	background: #005eae;
}
.footer{
	width: 1100px;
	margin: 0 auto;
}
.footer_all_left{
	background: url(../img/foot_logo.jpg) no-repeat;
	width:148px ;
	height: 207px;
}
.footer_all_right{
	width: 900px;
}
.foot_ul{
	margin-top: 20px;
	margin-left: 130px;
	margin-bottom: 80px;
	overflow: hidden;
}
.foot_ul li{
	float: left;
	color: #FFFFFF;
}
.foot_ul li a{
	color: #FFFFFF;
	padding: 0px 20px 0px 20px;
}
.footer_all_right p{
	text-align: center;
	color: #FFFFFF;
}


.ny_box{
	width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}
.ny_nav{
	width: 220px;
}
.ny_nav h1{
	background: #005eae;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
}
.ny_nav_ul{
	
}
.ny_nav_ul li{
	border: 1px solid #eee;
	border-top: none;
	padding: 20px 20px 20px 30px;
}
.ny_nav_ul li a{
	
}
.ny_word{
	width: 830px;

}
.company_title{
	border-bottom: 1px solid #e1e1df;
	height: 14px;
}
.company_h2{
	float: left;
	background: #FFFFFF;
	font-size: 24px;
	padding-right: 10px;
}
.word_all{
	padding: 50px 20px 20px 20px;
}
.word_all h1{
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}
.word_all h1 em{
	font-style: normal;
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.word_all p{
	line-height: 28px;
}
.word_all_list{
	padding: 50px 20px 20px 20px;
}
.next_up{
	float: right;
	margin-bottom: 10px;
}
.next_up span{
	display: block;
	
}
.page_bar{
	overflow: hidden;
    padding-top: 20px;
    height: 40px;
    text-align: center;
    padding-right: 70px;
}
.page_bar li{
	display: inline;
	padding: 4px 10px 4px 10px;
	border: 1px solid #8e7a6b;
	
}
/*------------- 图片放大效果 开始 ------------------------------*/
.content-five{
	width:800px;
	margin:20px auto;
}
.con-five{
	width: 230px;
	height: 198px;
	float: left;
	margin-right: 35px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	
}
.conimg{
	width: 230px;
	height: 198px;
}
.txt-five{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.txt-five h3{
	font-weight: normal;
}
/*------------- 图片放大效果 结束------------------------------*/

#featured-area {
	margin: 10px auto 0 auto;
}

.roundabout-holder {
	list-style: none;
	width: 500px;
	height: 350px;
	margin: 0px auto;
}

.roundabout-moveable-item {
	height: 350px;
	width: 450px;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f9f9f9;
}

.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
}

.roundabout-in-focus {
	cursor: auto;
}

.roundabout-in-focus:hover {
	-webkit-box-shadow: 0px 0px 20px #787878;
	-moz-box-shadow: 0px 0px 20px #787878;
	background: #f9f9f9;
}

.roundabout-holder span {
	display: none;
}

.roundabout-in-focus:hover span {
	display: inline;
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 8px 20px;
	background: #f9f9f9;
	color: #3366cc;
	z-index: 999;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topLeft: 5px;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
}

.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
	outline: none;
	text-decoration: none;
}

.roundabout li {
	margin: 0
}

.word_title{
	margin-top: 40px;
	width: 100%;
	height: 35px;
	background: #f6f6f6;
}
.word_title h2{
	font-size: 18px;
	width: 100px;
	margin-left: 40px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-left: 2px solid #005eae;
	border-right: 2px solid #005eae;
	background: #FFFFFF;
}
.word_content{
	padding: 10px;
	line-height: 24px;
	overflow: hidden;
}

.li_span_left{
	background: url(../img/data.jpg) no-repeat;
	background-position: 0px -110px;
	display: inline-block;
	width: 80px;
	height: 78px;
}
.li_span_left em{
	display: block;
	height: 50px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}
.box4_ul .li_span_right{
	margin-left: 20px;
	width: 660px;
	display: inline-block;
}
.li_span_right a{
	display: block;
	text-align: left;
	font-size: 18px;
	margin-bottom: 6px;
}
.li_span_right p{
	color: #9b9b9b;
	line-height: 24px;
}
.box4_ul li{
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px dashed #eee;
}
.box4_ul li:hover .li_span_left{
	background: url(../img/data.jpg) no-repeat;
}

.danye{
	width: 1100px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}
.contentbox-five{
	overflow: hidden;
}
