/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea,th, td{
	margin: 0;
	padding: 0;
	}

img {
	border: 0 none;
	}
	
li {
	list-style-type: none;
	}
	
a{
	text-decoration: none;
		color: #000;
	}

body {
	font-family: "Microsoft YaHei", SimSun;
	font-size: 14px;
	line-height: 200%;
	color: #000;
	text-decoration: none;
	}
	
.w1000 {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	}

#topbox {
	width: 100%;
	height: 93px;
	overflow: hidden;
	margin: 0 auto;
	background: url(top_bg.jpg) repeat-x;
	}
	
.topmenu {
	width: 1000px;
	height: 93px;
	overflow: hidden;
	margin: 0 auto;
	background: url(menu_bg.jpg) repeat-x;
	}
	
.topmenu a.logo{
	float: left;
	width: 325px;
	height: 89px;
	background: url(logo.png) no-repeat left center;
	background-size: 100% 100%;
	}
	
.topmenu .menu_box{
	float: right;
	}

.menu{
	float: left;
	margin-left: 50px;
	margin-top: 40px;
	}
	
.menu:hover{
	color: #eaa701;
	text-decoration: underline blink;
	}	
	
.menunow{
	float: left;
	color: #eaa701;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 40px;
	}

#newsbox {
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
	background: #144389;
	}
	
#newsbox .left{
	float: left;
	width: 70px;
	height: 60px;
	overflow: hidden;
	}

#newsbox .middle{
	float: left;
	width: 820px;
	height: 60px;
	overflow: hidden;
	margin: 0px 20px;
	}
	
#newsbox .right{
	float: right;
	width: 70px;
	height: 60px;
	overflow: hidden;
	}
	
/*首页新闻滚动代码*/
.qimo8{
	width: 100%;
	height: 60px;
	overflow: hidden;
	}
	
.qimo8 .qimo {/*width:99999999px;*/
	width: 8000%;
	height: 60px;
	}
	
.qimo8 .qimo div{
	float: left;
	}
	
.qimo8 .qimo ul li{
	float: left;
	}
	
.qimo8 li a{
	float: left;
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 60px;
	background: url(icon.png) no-repeat left center;
	text-align: left;
	text-indent: 27px;
	margin-left: 16px;
	}
	
.qimo8 li a:hover{
	color: #fff;
	text-decoration: underline blink;
	}

#introbox {
	width: 100%;
	height: 315px;
	padding-top: 50px;
	overflow: hidden;
	margin: 0 auto;
	background: #ecf1fa;
	}
	
#introbox .left{
	float: left;
	width: 550px;
	}
	
#introbox .right{
	float: right;
	width: 370px;
	text-align: right;
	margin-top: 12px;
	}
	
#introbox .left h1{
	height: 40px;
	background: url(icon1.png) no-repeat left bottom;
	font-size: 30px;
	line-height: 52px;
	font-weight: normal;
	color: #144389;
	text-align: left;
	text-indent: 70px;
	font-family: "Simhei", "Microsoft yahei";
	}
	
#introbox .left h1 em{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999;
	margin-left: 16px;
	margin-top: 3px;
	}
	
#introbox .left h3{
	width: 435px;
	margin-top: 24px;
	margin-left: 70px;
	font-weight: normal;
	color: #666;
	font-size: 12px;
	}
	
.lmore{
	display: block;
	width: 86px;
	height: 28px;
	margin-top: 24px;
	margin-left: 70px;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	background-color: #eaa700;
	border: 1px solid #ea9500;
	transition: all 0.5s;
	}
	
.lmore:hover{
	background-color: #114287;
	border: 1px solid #0d3e83;
	}
	
.right1{
	float: right;
	margin-right: 610px;
	margin-left: 0px;
	}
	
#probox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #e4eaf4;
	border-left: 0px;
	border-right: 0px;
	background: url(k.jpg) no-repeat right bottom;
	}
	
.device {
	width: 1000px;
	height: 400px;
	margin: 0px auto;
	margin-top: 30px;
	position: relative;
	}
	
.device .arrow-left {
	background: url(arrows.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	}
	
.device .arrow-right {
	background: url(arrows.png) no-repeat left bottom;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	}
	
.swiper-container {
	width: 860px;
	margin: 0px auto;
	overflow: hidden;
	}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 20px;
	width: 100%;
	}
	
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #ccc;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 4px;
	cursor: pointer;
	}
	
.swiper-active-switch {
	background: #fff;
	}
	
.swiper-slide .pro_img{
	float: left;
	width: 400px;
	height: 350px;
	padding-top: 50px;
	text-align: center;
	margin-right: 50px;
	overflow: hidden;
	}
	
.swiper-slide .pro_img img{
	width: 350px;
	height: 255px;
	}
	
.swiper-slide h1{
	float: left;
	width: 400px;
	text-align: left;
	font-size: 24px;
	line-height: 60px;
	font-weight: normal;
	color: #ef8300;
	margin-top: 30px;
	}
	
.swiper-slide h2{
	float: left;
	width: 310px;
	text-align: left;
	font-weight: normal;
	color: #666;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
.swiper-slide .pro_more{
	float: left;
	width: 400px;
	text-align: left;
	}
	
.swiper-slide .pro_more .lmore{
	margin-left: 0px;
	}
	
#footbox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 6px solid #eaa700;
	background-color: #144389;
	font-size: 12px;
	color: #fff;
	text-align: center;
	}
	
#footbox a{
	font-size: 12px;
	color: #fff;
	}
	
#footbox a:hover{
	text-decoration: underline blink;
	}
	
.banner{
	position: relative;
	width: 100%;
	height: 250px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1440px 250px;
	margin: 0px auto;
	overflow: hidden;
	color: #fff;
	z-index: -1;
	}
	
.b0{background-image:url(a0.jpg );}
.b1{background-image:url(a1.jpg );}
	
.main_boy {
    width: 100%;
    background-color: #ecf1fa;
	padding-top: 5px;
	}
	
.main_boy .smenu_box {
    width: 1000px;
    margin: 0 auto;
    display: table;
	}
	
.main_boy .smenu_box .line {
    width: 100%;
    border-top: 1px solid #eaa700;
	}
	
.main_boy .smenu_box .line p {
    width: 292px;
	height: 33px;
    margin: -16px auto 0;
	background-color: #878D97;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
	z-index: 999;
	overflow: hidden;
	}
	
.main_boy .smenu_box .line .cp_class {
    width: 100%;
	height: 33px;
    margin: -16px auto 0;
	background-color: #878D97;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
	z-index: 999;
	overflow: hidden;
	}	
	
.smenu,.cp_class a {
	float: left;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
	}
	
.smenu:hover,.cp_class a:hover{
    background-color: #eaa700;
	}
	
.smenunow,.cp_class a.class_active {
	float: left;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
	background-color: #eaa700;
	}
	
.main_boy .place_body {
	width: 1000px;
	text-align: left;
	overflow: hidden;
	margin: 15px auto;
	margin-top: 30px;
	}
	
.main_boy .place_body h2{
	float: left;
	width: 300px;
	height: 40px;
	background: url(icon1.png) no-repeat left bottom;
	font-size: 30px;
	line-height: 52px;
	font-weight: normal;
	color: #144389;
	text-align: left;
	text-indent: 70px;
	font-family: "Simhei", "Microsoft yahei";
	}
	
.main_boy .place_body h2 a{
	color: #144389;
	}
	
.place_box{
	float: right;
	width: 500px;
	text-align: right;
	font-size: 12px;
	color: #888;
	line-height: 40px;
	margin-top: 8px;
	}
	
.place_box a{
	color: #888;
	font-size: 12px;
	line-height: 40px;
	}
	
.place_box a:hover{
	color: #eaa701;
	text-decoration: underline blink;
	}
	
.main_box{
	width: 98%;
    height: auto;
    margin: 30px auto;
	margin-bottom: 50px;
	font-size: 14px;
	color: #333;
	line-height: 32px;
    overflow: hidden;
	}
	
.newsquery{
	float: left;
	width: 100%;
	text-align: left;
	padding-bottom: 20px;
	margin: 16px auto;
	transition: all 0.5s;
	border-bottom: 1px dotted #ccc;
	}	
	
.newsquery .news_img {
	float: left;
	display: block;
	width: 235px;
	height: 170px;
	overflow: hidden;
	margin: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	transition: background-size 2s;
	-moz-transition: background-size 2s; /* Firefox 4 */
	-webkit-transition: background-size 2s; /* Safari 和 Chrome */
	-o-transition: background-size 2s; /* Opera */
	}
	
.newsquery:hover .news_img{
	background-size: 110% 110%;
	transition: background-size 2s;
	-moz-transition: background-size 2s; /* Firefox 4 */
	-webkit-transition: background-size 2s; /* Safari 和 Chrome */
	-o-transition: background-size 2s; /* Opera */
	}

.newsquery h2{
	float: right;
	width: 700px;
	height: 32px;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 6px;
	overflow: hidden;
	color: #333;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	}
	
.newsquery:hover h2{
	color: #eaa701;
	}
	
.newsquery em{
	float: right;
	width: 700px;
	max-height: 65px;
	text-align: left;
	color: #666;
	font-size: 12px;
	line-height: 21px;
	overflow: hidden;
	font-style: normal;
	}
	
.newsquery i{
	float: right;
	width: 700px;
	height: 21px;
	margin-top: 24px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-style: normal;
	}

.main_box h4{
	display: block;
	text-align: center;
	overflow: hidden;
	margin: 10px auto;
	color: #000;
	font-size: 21px;
	line-height: 42px;
	font-weight: normal;
	}
	
.main_box span{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	padding-bottom: 10px;
	border-bottom: 1px  dotted #ddd;
	font-size: 12px;
	color: #888;
	}
	
.main_box .newscon{
	float: left;
	width: 100%;
	text-align: left;
	margin: 20px auto;
	}
	
.next_pre{
	float: right;
	margin-top: 30px;
    overflow: hidden;
	color: #999;
	font-size: 13px;
	}
	
.next_pre a{
	color: #666;
	}
	
.next_pre a:hover{
	color: #eaa701;
	}
	
.formbox{
	float: left;
	width: 470px;
	height: auto;
	text-align: left;
	border-right: 1px dotted #c1c1c1;
	margin: 20px;
	}
	
.formword{
	float: right;
	position: relative;
	width: 450px;
	height: auto;
	text-align: left;
	margin-top: 20px;
	}
	
.formword .map {
    overflow: visible;
    position: absolute;
    left: 0px;
    top: 0px;
	width: 100%;
	}
	
.formword .text {
	position: absolute;
    width: 410px;
    height: 100px;
    right: 0px;
    top: 0px;
    background-color: rgba(102,154,211,0.9);
    background-color: #669ad3\9;
    z-index: 10;
    color: #fff;
    overflow: hidden;
    padding: 20px;
	line-height: 240%;
	}
.formword .erweima{
	position:absolute;
	right: 12px;
	top:12px;
	}
.input{
	height: 27px;
	line-height: 27px;
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 0px;
	padding-left: 10px;
	margin: 5px;
	}
	
.textarea {
	border: 1px solid #ddd;
	margin: 5px;
	padding-left: 10px;
	}

.form_button{
	float: left;
	display: block;
	padding: 0px 36px;
	height: 32px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	background-color: #eaa700;
	margin: 5px;
	border: 0px;
	border-radius: 3px;
	transition: all 0.5s;
	font-size: 14px;
	}
	
.form_button:hover{
	background-color: #ef8201;
	}
	
.cp_left {
	float: left;
	width: 410px;
	margin-right: 50px;
	}
	
.img_big{
	float: left;
	position: relative;
	width: 385px;
	height: 280px;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 4px;
	}

.img_big img{
	height:100%;
	width:100%;
	}
	
.img_list {
	float:left;
	width: 350px;
	overflow:hidden;
	}

.img_list a{
	float: left;
	display: block;
	width: 60px;
	height: 50px;
	border: 1px solid #d7d7d7;
	margin-top: 9px;
	margin-right: 8px;
	overflow: hidden;
	text-align: center;
	opacity: 0.6;
	}

.img_list a:hover{
	opacity: 1;
	}

.img_list a.on{
	border: 1px solid #fa3642;
	opacity: 1;
	}

.img_list a img{
	width: 100%;
	height: 100%;
	}
	
.cp_right {
	float: right;
	text-align: left;
	width: 500px;
	}
	
.cp_right h5{
	display: block;
	text-align: left;
	overflow: hidden;
	margin: 10px auto;
	color: #000;
	font-size: 21px;
	line-height: 42px;
	font-weight: normal;
	}
	
.cp_right font{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: #888;
	}
	
.main_box .w100{
	margin: 0px auto;
	margin-top: 40px;
	overflow: hidden;
	}

.main_box .left{
	float: left;
	width: 60%;
	}
	
.main_box .right{
	float: right;
	width: 40%;
	text-align: center;
	}
	
.main_box .left h1{
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	color: #144389;
	text-align: left;
	font-family: "Simhei", "Microsoft yahei";
	}
		
.main_box .left h3{
	font-weight: normal;
	font-size: 14px;
	}