/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea,th, td{
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

img {
	border: 0 none;
	}
	
li {
	list-style-type: none;
	}
	
a{
	text-decoration: none;
	color: #333;
	}
	
a:hover{
	color: #ce171e;
	}

body {
	font-family: "Microsoft YaHei", "SimSun";
	font-size: 14px;
	line-height: 200%;
	color: #333;
	text-decoration: none;
	}
	
.w1190{
	width: 1190px;
	margin: 0px auto;
	}

.clear{
	clear: both;
	}
	
#top_box {
	width: 100%;
	height: 165px;
	margin: 0px auto;
	background: #1d3c85;
	overflow: hidden;
	}
	
#top_box .logo{
	float: left;
	width: 500px;
    height: 165px;
	background: url(logo.jpg) no-repeat left top;
	}
	
.top_search {
	float: right;
	width: 212px;
    height: 32px;
	margin-top: 55px;
	}

.search_word {
	float: left;
	width: 150px;
    height: 32px;
    background: url(s_table.jpg);
	line-height: 32px;
    border: 0px;
    padding-left: 21px;
	color: #999;
	}

.search_go {
	float: left;
    border: 0px;
    background: url(s_icon.jpg) no-repeat;
    width: 41px;
    height: 32px;
	}
	
/*导航开始*/	
.menu_box {
	position: relative;
	width: 100%;
	height: 72px;
	margin: 0px auto;
	margin-top: -25px;
	z-index: 9999;
	}

.blackmenu{
	position: fixed;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	background-color: #1d3c85;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	}

.menu_box .m_box{
	width: 1190px;
	height: 72px;
	margin: 0px auto;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	}

.m_box a.menu{
	float: left;
	display: block;
	width: 119px;
	height: 72px;
	position: relative;
	font-size: 16px;
	color: #1d2328;
	line-height: 72px;
	text-align: center;
	background: url(menu_now.jpg) no-repeat center 0px;
	transition: all 0.5s;
	z-index: 999;
	overflow: hidden;
	}
	
.m_box a:hover.menu{
	overflow: inherit;
	color: #fff;
	background: url(menu_now.jpg) no-repeat center -72px;
	}
	
.m_box a.menunow{
	float: left;
	display: block;
	height: 72px;
	color: #fff;
	background: url(menu_now.jpg) no-repeat center -72px;
	}
.m_box .dropmenudiv_b{
	display: none;
	position: absolute;
	width: 100%;
	top: 71px;
	left: 0px;
	background-color: rgba(31,135,230,0.85);
	overflow: hidden;
	}

.m_box .dropmenudiv_b a{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	}
	
.m_box .dropmenudiv_b a:hover{
	color: #fff;
	text-decoration: underline blink;
	}
	
#bottom_menu{
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding-bottom: 50px;
	background-color: #f7f8fd;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	}

.bottom_box{
	width: 1190px;
	height: auto;
	margin: 0px auto;
	margin-top: 24px;
	overflow: hidden;
	}
	
.bottom_box a.menu {
	float: left;
	display: block;
	width: 148px;
	height: 50px;
	font-size: 18px;
	color: #1d2328;
	font-weight: bold;
	text-align: left;
	line-height: 50px;
	}
	
.bottom_box a.menu:hover{
	color: #000;
	}
	
.bottom_box .dropmenudiv_b{
	float: left;
	width: 148px;
	}
	
.bottom_box .dropmenudiv_b a{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: left;
	}

.bottom_box .dropmenudiv_b a:hover{
	color: #ce171e;
	}
	
/*导航结束*/		
#banner_box {
	float: left;
	width: 100%;
	height: 525px;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	margin-top: -47px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	}
	
#adv_body{
	width: 1190px;
	margin: 45px auto;
	overflow: hidden;
	}
	
#adv_body h1,#pro_body h1{
	font-size: 36px;
	color: #1d2328;
	line-height: 50px;
	font-family: "Simhei","Microsoft yahei";
	padding-bottom: 16px;
	background: url(line.jpg) no-repeat center bottom;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	}
	
#adv_body a{
	float: left;
	display: block;
	width: 25%;
	margin-top: 40px;
	overflow: hidden;
	}

#adv_body a dt{
	position: relative;
	display: block;
	width: 109px;
	height: 109px;
	margin: 0px auto;
	border-radius: 109px;
	border: 1px solid #d5d5d5;
	overflow: hidden;
	}
	
#adv_body a span{
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background-color: #1e3c85;
	text-align: center;
	transition: all 0.5s;
	overflow: hidden;
	}
	
#adv_body a:hover span{
	background-color: #ce171e;
	}
	
#adv_body a span .fa{
	font-size: 40px;
	line-height: 90px;
	color: #fff;
	}
	
#adv_body a img{
	display: block;
	width: 110px;
	height: 110px;
	margin: 0px auto;
	overflow: hidden;
	}
	
#adv_body a h2{
	width: 100%;
	color: #1d3c85;
	font-size: 24px;
	line-height: 42px;
	margin-top: 18px;
	text-align: center;
	transition: all 0.3s;
	overflow: hidden;
	}
	
#adv_body a:hover h2{
	color: #ce171e;
	}
	
#adv_body a em{
	display: block;
	width: 92%;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin: 0px auto;
	margin-top: 12px;
	text-align: center;
	font-style: normal;
	transition: all 0.3s;
	overflow: hidden;
	}	
	
#adv_body a:hover em{
	color: #333;
	}		
	
/* 首页产品滚动 */			
#pro_body{
	width: 100%;
	margin: 0px auto;
	margin-top: 10px;
	background-color: #ededed;
	overflow: hidden;
	}
	
#pro_body h1{
	margin-top: 45px;
	}
	
#swiper-container1 {
	position: relative;
	width: 1190px;
	height: 325px;
	margin: 0px auto;
	margin-top: 40px;
	overflow: hidden;
	}
	
#swiper-container1 .swiper-slide{
	float: left;
	width: 297.5px;
	height: 300px;
	overflow: hidden;
	}
	
#swiper-container1 .swiper-slide a{
	display: block;
    width: 275px;
	height: 250px;
    margin: 0px 11px;
    background: #fff;
    -webkit-transition: all .2s linear;
    /* transition: all .2s linear; */
	}
	
#swiper-container1 .swiper-slide a:hover{
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	}
	
#swiper-container1 .swiper-slide a img{
	display: block;
	width: 275px;
	height: 180px;
	padding-top: 5px;
	background-color: #e5ebf8;
	overflow: hidden;
	}
	
#swiper-container1 .swiper-slide a .pro_word{
	width: 275px;
	height: 65px;
	overflow: hidden;
	}
	
#swiper-container1 .swiper-slide a h3{
	float: left;
	margin-left: 10px;
	width: 125px;
	height: 65px;
	font-size: 16px;
	line-height: 65px;
	overflow: hidden;
	}
	
#swiper-container1 .swiper-slide a:hover h3{
	color: #ce171e;
	}
	
#swiper-container1 .swiper-slide a em{
	float: right;
	margin-top: 21px;
	margin-right: 10px;
	height: 24px;
	padding: 0px 15px;
	border-radius: 12px;
	background-color: #1d3c85;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	overflow: hidden;
	}

#swiper-container1	.pagination {
	display: none;
	}
	
.pagination {
	position: absolute;
	z-index: 20;
	width: 100%;
	text-align: center;
	bottom: 60px;
	}
	
.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin-right: 5px;
	opacity: 0.8;
	background: #aaa;
	border: 1px solid #fff;
	cursor: pointer;
	}
	
.swiper-visible-switch {
	background: #aaa;
	}
  
.swiper-active-switch {
	background: #ce171e;
	}
/* 首页产品滚动结束 */	
	
#index_body {
	width: 1190px;
	overflow: hidden;
	margin: 1px auto;
	}
	
#index_body p{
	margin: 0px;
	border: 0px;
	}
	
#index_body .box1{
	float: left;
	width: 395px;
	background-color: #f3f6ff;
	overflow: hidden;
	}
	
#index_body .box2{
	float: left;
	width: 395px;
	background-color: #fff;
	margin-left: 2px;
	margin-right: 3px;
	overflow: hidden;
	}
	
#index_body dd{
	display: block;
	width: 395px;
	height: 185px;
	overflow: hidden;
	}
	
#index_body dd a img{
	transition: all 0.5s;
	}
	
#index_body dd a:hover img{
	opacity: 0.65;
	filter: alpha(opacity=65);
	}
	
#index_body h1{
	display: block;
	margin-top: 16px;
	margin-left: 24px;
	font-size: 27px;
	line-height: 50px;
	font-family: "Simhei","Microsoft yahei";
	overflow: hidden;
	}
	
#index_body .more{
	display: block;
	margin: 30px 24px 60px 24px;
	width: 116px;
	height: 32px;
	background-color: #1d3c85;
	color: #fff;
	line-height: 32px;
	text-indent: 18px;
	transition: all 0.5s;
	border-radius: 3px;
	overflow: hidden;
	background-image: url(icon.png);
	background-repeat: no-repeat;
	background-position: 92px center;
	}
	
#index_body .more:hover{
	color: #fff;
	background-color: #ce171e;
	background-position: 100px center;
	}
	
#index_body ul{
	width: 345px;
	height: 180px;
	margin: 6px 24px;
	line-height: 30px;
	font-style: normal;
	overflow: hidden;
	}
	
#index_body li{
	width: 100%;
	height: 34px;
	margin-top: 9px;
	margin-bottom: 21px;
	line-height: 34px;
	cursor: pointer;
	overflow: hidden;
	}
	
#index_body .fa{
	float: left;
	width: 34px;
	height: 34px;
	text-align: center;
	background-color: #1d3c85;
	border-radius: 34px;
	margin-right: 12px;
	color: #fff;
	line-height: 34px;
	overflow: hidden;
	}
	
#index_body li:hover .fa {
	background-color: #ce171e;
	}
	
#index_body .index_list{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 16px;
	background: url(icon.jpg) no-repeat left center;
	overflow: hidden;
	}	
	
/* 首页客户滚动 */	
#ct_body{
	width: 100%;
	height: 335px;
	margin: 0px auto;
	background-color: #172b59;
	overflow: hidden;
	}
	
.w1188{
	width: 1188px;
	margin: 0px auto;
	overflow: hidden;
	}
	
#ct_body h1{
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	font-family: "Simhei","Microsoft yahei";
	padding-bottom: 16px;
	background: url(line1.jpg) no-repeat center bottom;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	margin-top: 45px;
	}
	
#swiper-container2 {
	float: left;
	width: 1205px;
	height: 100px;
	margin-left: 0px;
	margin-top: 50px;
	overflow: hidden;
	}
	
#swiper-container2 .swiper-slide{
	float: left;
	width: 241px;
	height: 96px;
	cursor: pointer;
	overflow: hidden;
	}
	
#swiper-container2 .swiper-slide dd{
	float: left;
	display: block;
	width: 224px;
	height: 96px;
	overflow: hidden;
	background : url(case_bg.png) no-repeat;
	}
	
#swiper-container2 .swiper-slide dd img{
	display: block;
	width: 190px;
	height: 90px;
	margin-left: 17px;
	margin-top: 3px;
	overflow: hidden;
	}
	
#swiper-container2  .pagination {
	display: none;
	}
		
/* 首页客户滚动结束 */	
.foot {
	width: 100%;
	color: #d0d4dc;
	text-align: center;
	padding: 20px 0px;
	margin: 0px auto;
	background: #162852;
	overflow: hidden;
	}
	
.foot a{
	color: #d0d4dc;
	}
	
.foot a:hover{
	color: #f4f4f4;
	}
	
/*内页banner*/
.banner{
	float: left;
	width: 100%;
	height: 200px;
	text-align: center;
	margin: 0px auto;
	margin-top: -47px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	background-size: 1900px 285px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	}
	
.b0{background-image:url(a1.jpg );}
.b1{background-image:url(a2.jpg );}
.b2{background-image:url(a3.jpg );}
.b3{background-image:url(a4.jpg );}
.b4{background-image:url(a5.jpg );}

	
/*内页内容*/
#page_edit{
	width: 1190px;
	margin: 20px auto;
	margin-bottom: 60px;
	overflow: hidden;
	}
	
#page_edit .up_box{
	width: 100%;
	height: 80px;
	margin: 0px auto;
	margin-bottom: 40px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	}
	
#page_edit .up_box h1{
	float: left;
	display: block;
	width: 500px;
	height: 80px;
	text-align: left;
	font-size: 32px;
	line-height: 80px;
	color: #1d3c85;
    font-family: "Simhei","Microsoft yahei";
	padding-left: 10px;
	}
	
#page_edit .up_box h1 a{
	color: #1d3c85;
	}
	
#page_edit .up_box .back{
	float: right;
	display: block;
	width: 200px;
	height: 28px;
	padding-right: 10px;
	margin-top: 30px;
	color: #666;
	text-align: right;
	}
	
#page_edit .up_box .back:hover{
	color: #ce171e;
	}
	
#page_edit .up_box .fa{
	color: #666;
	margin-right: 6px;
	}
	
#page_edit .left{
	float: left;
	width: 920px;
	margin-left: 10px;
	overflow: hidden;
	}
	
#page_edit .left .cp_txt{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	overflow: hidden;
	}
	
#page_edit .right{
	float: right;
	width: 210px;
	margin-right: 10px;
	overflow: hidden;
	}
	
#page_edit .right .box{
	width: 170px;
	padding: 15px 20px 20px 20px;
	text-align: left;
	background-color: #1d3c85;
	margin-bottom: 30px;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
	overflow: hidden;
	}
	
#page_edit .right .box h4{
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	}

#page_edit .right .box li{
	width: 100%;
	margin: 3px auto;
	}
	
#page_edit .right .box .fa{
	margin-right: 6px;
	}
	
#page_edit .right .box1{
	background-color: #ce171e;
	}
	
#page_edit .right .box1 a,#page_edit .right .box1 .fa{
	color: #fff;
	}
	
#page_edit .right .box1 a:hover{
	color: #fff;
	text-decoration: underline blink;
	}
	
.intro_pic{
	float: left;
	display: block;
	width: 285px;
	height: 245px;
	margin-right: 20px;
	margin-bottom: 30px;
	}
	
.intro_pic img{
	display: block;
	width: 275px;
	height: 180px;
	padding: 4px;
	border: 1px solid #e7e7e7;
	transition: all 0.5s;
	}
	
.intro_pic:hover img{
	border: 1px solid #ccc;
	opacity: 0.85;
	filter: alpha(opacity=85);
	}
	
.intro_pic span{
	display: block;
	width: 275px;
	height: 40px;
	margin-top: 6px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	}
	
.client_list{
	float: left;
	width: 190px;
	height: 190px;
	margin: 0px 18px;
	margin-bottom: 30px;
	background: url(case_bg.jpg) no-repeat center top;
	border:1px solid #ddd;
	cursor: pointer;
	transition: all 0.5s;
	overflow: hidden;
	}
	
.client_list:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 36px #999 inset;
	-webkit-box-shadow:0 0 36px #999 inset;
	box-shadow:0 0 36px #999 inset;
	}

.client_list img{
	display: block;
	width: 190px;
	height: 90px;
	margin-top: 30px;
	transition: all 0.5s;
	overflow: hidden;
	}
	
.client_list:hover img{
	margin-top: 40px;
	}
	
.client_list span{
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 16px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s;
	overflow: hidden;
	}
	
.client_list:hover span{
	margin-top: 0px;
	color: #ce171e;
	}
	
.cp_list{
	float: left;
	display: block;
    width: 275px;
	height: 250px;
    margin: 0px 15px;
	margin-bottom: 20px;
    background: #fff;
    -webkit-transition: all .2s linear;
	overflow: hidden;
	}
	
.cp_list:hover{
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	}
	
.cp_list img{
	display: block;
	width: 275px;
	height: 180px;
	padding-top: 5px;
	background-color: #e5ebf8;
	overflow: hidden;
	}
	
.cp_list span{
	display: block;
	width: 275px;
	font-size: 15px;
	line-height: 65px;
	text-align: center;
	overflow: hidden;
	}
	
/*在线咨询*/		
.formbox{
	width: 850px;
	margin-top: 20px;
	}

.feedback li {
	float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
	}
	
.feedback li span {
	float: left;
    display: block;
	width: 70px;
    line-height: 30px;
	margin: 0px 10px;
	}
	
.feedback li input {
	float: left;
    height: 30px;
    width: 30%;
    border: 1px solid #ccc;
    padding-left: 10px;
	margin-right: 10px;
	}
	
.feedback li .textarea {
	float: left;
    border: 1px solid #ccc;
    line-height: 28px;
    width: 70%;
	color: #666;
	padding: 10px;
	margin-right: 10px;
	}
	
.feedback li select{
	float: left;
    height: 30px;
    width: 10%;
    border: 1px solid #ccc;
    padding-left: 10px;
	margin-right: 10px;
	}
	
.feedback .button {
	float: left;
    display: block;
    width: 130px;
    height: 40px;
    margin-top: 10px;
	margin-left: 90px;
    background-color: #1d3c85;
	border: 0px;
	border-radius: 5px;
    color: #fff;
	font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
	}
	
.feedback .button:hover {
    background-color: #ce171e;
	}
		
		
.news_box li{
	border-bottom: 1px dotted #c3c3c3;
    padding: 0px;
	padding-bottom: 21px;
    height: 61px;
	margin-bottom: 16px;
	}
	
.time{
	float: left;
    position: relative;
    background: url(time_bg.jpg) no-repeat;
    width: 61px;
    height: 61px;
    overflow: hidden;
	margin-right: 24px;
	}
	
.time span {
    font-size: 14px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
	}
	
.time .t1 {
    position: absolute;
    top: 9px;
    left: 10px;
	}
	
.time .t2 {
    position: absolute;
    bottom: 9px;
    right: 10px;
	}
	
.news_box li a{
	display: block;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	margin-top: 5px;
	overflow: hidden;
	}
	
.news_box li span{
	display: block;
	color: #888;
	font-size: 12px;
	line-height: 30px;
	}
	
.news_box li .fa{
	color: #888;
	font-size: 14px;
	line-height: 30px;
	margin-right: 6px;
	}
	
.newstitle {
	width: 100%;
	margin-bottom: 6px;
	text-align: left;
	font-size: 27px;
    color: #1d2328;
    font-weight: bold;
	line-height: 50px;
	}
	
.newstime {
	width: 100%;
	padding-bottom: 12px;
	text-align: left;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e7e7e7;
	}
	
.newstime .fa{
	font-size: 13px;
	margin-right: 6px;
	}
	
.newscon{
	width: 100%;
	margin: 10px auto;
	margin-bottom: 30px;
	overflow: hidden;
	}

.next_pre{
	width: 100%;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #e7e7e7;
	}
	
.next_pre li{
	float: left;
	width: 100%;
	line-height: 30px;
	color: #666;
	}
	
.next_pre li a{
	display: inline-block;
	line-height: 30px;
    text-indent: 12px;
	}
	
.cpquerytitle{
	width: 100%;
	height: 50px;
	margin: 0px auto;
	background-color: #1d3c85;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	overflow: hidden;
	}
	
.cpquery{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	}
	
.cpquerytitle li,.cpquery li{
	float: left;
	width: 15%;
    text-align: center;
	}
	
.cpquerytitle  .ts,.cpquery .ts{
	width: 40%;
	text-align: left;
	text-indent: 35px;
	}
	
.cpquery a{
	display: block;
	font-size: 15px;
	background: url(icon.jpg)  no-repeat 35px center;
	text-indent: 50px;
	}
	
.job_title {
	width: 100%;
	text-align: left;
	font-size: 27px;
    color: #1d2328;
    font-weight: bold;
	line-height: 50px;
	}
	
.job_prop{
	width: 918px;
	height: 50px;
	margin: 0px auto;
	margin-top: 20px;
	background-color: #f4f4f4;
	border: 1px solid #e7e7e7;
	line-height: 50px;
	overflow: hidden;
	}
	
.job_prop li{
	float: left;
	width: 25%;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	}
	
.job_prop li font{
	color: #666;
	font-weight: normal;
	}

.job_intro {
	width: 100%;
	text-align: left;
	margin-top: 30px
	}	
	
a.job_input {
    display: block;
    width: 130px;
    height: 40px;
    margin-top: 30px;
    background-color: #1d3c85;
	border: 0px;
	border-radius: 5px;
    color: #fff;
	font-size: 15px;
	line-height: 40px;
    cursor: pointer;
	text-align: center;
    transition: all 0.3s;
	}
	
a.job_input:hover {
    background-color: #ce171e;
	}
	
.zcimg{
	float: left;
	display: block;
	width: 235px;
	text-align: left;
	}
	
.zcword{
	float: left;
	display: block;
	width: 670px;
	text-align: left;
	}
	
.gh{
	display: block;
	width: 800px;
	margin: 0px auto;
	text-align: right;
	}
	
.gh strong a{
	float: left;
	display: block;
	width: 500px;
	text-align: left;
	color: #1d3c85;
	font-size: 21px;
	font-weight: normal;
	}

/** 集团概况 **/
.wordmap {
	position: relative;
    width: 850px;
    height: 545px;
    background: url(map.jpg) no-repeat;
    overflow: hidden;
    margin: 20px auto;
	}
	
.wordmap span{
    display: block;
    position: absolute;
    z-index: 10;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	}
	
.wordmap span:hover{
	cursor: pointer;
	}
		
.wordmap li{
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	border: 2px solid #fff;
	}

.wordmap li i{
	display: block;
	width: 5px;
	height: 5px;
	opacity: 0;
	border-radius: 5px;
	background-color: #ce171e;
	transform: scale(1,1);
	animation: li_dh 1s infinite;
	-webkit-animation: li_dh 1s infinite; /*Safari and Chrome*/
	}

@keyframes li_dh{
	0%{transform:scale(1,1); opacity:0;}
	20%{transform:scale(5,5); opacity:0.5;}
	100% {transform:scale(15,15); opacity:0;}
	}

@-webkit-keyframes li_dh /*Safari and Chrome*/{
	0%{transform:scale(1,1); opacity:0;}
	20%{transform:scale(5,5); opacity:0.5;}
	100% {transform:scale(15,15); opacity:0;}
	}
	
.wordmap .name1{
    left: 650px;
    top: 232px;
	}
	
.wordmap .name2{
    left: 605px;
    top: 200px;
	}
	
.wordmap .name3{
    left: 575px;
    top: 250px;
	}
	
.wordmap .name4{
    left: 647px;
    top: 300px;
	}
	
.wordmap .name5{
    left: 675px;
    top: 410px;
	}
	
.wordmap .name6{
    left: 565px;
    top: 460px;
	}
	
.wordmap .name7{
    left: 400px;
    top: 335px;
	}
	
.wordmap .weihai{
    left: 637px;
    top: 246px;
	}
	
.wordmap .tianjin{
    left: 590px;
    top: 211px;
	}
	
.wordmap .dezhou{
    left: 585px;
    top: 245px;
	}
	
.wordmap .changshu{
    left: 633px;
    top: 310px;
	}
	
.wordmap .taibei{
    left: 663px;
    top: 423px;
	}
	
.wordmap .shenzhen{
    left: 555px;
    top: 460px;
	}
	
.wordmap .chongqing{
    left: 385px;
    top: 345px;
	}
	
/** 综合优势 **/	
#adv_body1{
	width: 100%;
	overflow: hidden;
	}
	
#adv_body1 a{
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	}
	
#adv_body1 a:hover{
	cursor: pointer;
	}

#adv_body1 a dt{
	float: left;
	position: relative;
	display: block;
	width: 109px;
	height: 109px;
	margin-right: 31px;
	margin-left: 10px;
	border-radius: 109px;
	border: 1px solid #d5d5d5;
	overflow: hidden;
	}
	
#adv_body1 a span{
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background-color: #1e3c85;
	text-align: center;
	transition: all 0.5s;
	overflow: hidden;
	}
	
#adv_body1 a:hover span{
	background-color: #ce171e;
	}
	
#adv_body1 a span .fa{
	font-size: 40px;
	line-height: 90px;
	color: #fff;
	}
	
#adv_body1 a img{
	display: block;
	width: 110px;
	height: 110px;
	margin: 0px auto;
	overflow: hidden;
	}
	
#adv_body1 a h2{
	float: left;
	width: 750px;
	color: #1d3c85;
	font-size: 24px;
	line-height: 36px;
	transition: all 0.3s;
	overflow: hidden;
	}
	
#adv_body1 a:hover h2{
	color: #ce171e;
	}
	
#adv_body1 a em{
	float: left;
	display: block;
	width: 750px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	overflow: hidden;
	}	
	
.pro_title{
	width: 100%;
    text-align: center;
    font-size: 27px;
    color: #1d2328;
    font-weight: bold;
    line-height: 50px;
	}
	
.pro_img{
	width: 100%;
    margin: 20px auto;
    text-align: center;
	}
	
.pro_intro{
	width: 100%;
    text-align: left;
	}	
	
.map{
	float: left;
	width: 450px;
	}
	
.c_word{
	float: right;
	width: 430px;
	}
	
.c_word h4{
	width: 100%;
	color: #ce171e;
	font-size: 24px;
	line-height: 50px;
	}
	
.c_word li{
    width: 100%;
    height: 32px;
    margin: 12px auto;
    line-height: 32px;
    overflow: hidden;
	}
	
.c_word li .fa {
    margin-right: 12px;
    color: #1d3c85;
	font-size: 18px;
    line-height: 32px;
	}
	
/* 返回顶部 */		
#rightButton{
	position: fixed;
	_position: absolute;
	bottom: 80px;
	right: 0px;
	z-index: 999999;
	display: block;
	}
	
#right_ul{ 
    position: relative;
	}

#backToTop{
	z-index: 999999; 
	display: none;
	}
	
a.backToTop_a{
	background: url(r_top.png) no-repeat; 
	width: 60px; 
	height: 60px; 
	display: block; 
	}
	
a.backToTop_a:active{  
    background:url(r_top.png) no-repeat; 
	}