* {
	margin: 0;
	padding: 0;
}

body{
	font-family:"Microsoft Yahei";
	font-size:14px;
	color: #333333;
}

a{
	color: #555;
	text-decoration:none;
}

.header{
	width: 1200px;
	margin: 0 auto;
	height: 110px;
	overflow: hidden;
}

.header .logo{
	width: 339px;
	height:94px;
	float: left;
	margin-top: 16px;
	margin-left: 0px;
}

.header .logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.header .nav{
	width: 535px;
	height: 110px;
	float:left;
	margin-left: 90px;
}

.header .nav ul{
	list-style-type:none;
}

.header .nav li{
	float:left;
}

.header .nav li a{
	background: url(../Images/icon2.png) no-repeat bottom center;
	display:block;
	padding:35px 25px;
	font-size: 16px;
	color:#000000;
	text-align: center;
}

.header .nav li.now {
	background: #0A3F89;
}

.header .nav li.now a,.header .nav li.now a:hover {
	color: #FFF;
}

.header .search{
	width:220px;
	height:68px;
	float:left;
	margin-left: 16px;
	padding-top:42px;
	padding-left:0px;
	overflow: hidden;
}

.header .search input[type="text"]{
	width: 165px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	background: #F5F5F5;
}

.header .search input[type="submit"]{
	width: 45px;
	height: 32px;
	background-color:#0A3F89;
	background-image: url(../Images/icon1.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	border:0px;
}


.banner{
	width:100%;
	margin: 0 auto;
	max-width:1200px;
	max-height:446px;	
}
.banner .ban_cont{
	width:100%;
	height:446px;
	overflow:hidden;
	position:relative;
	background:#F5F5F5;
}
.banner .ban_cont ul.ban_img{
	width:300%;
	height:auto;
	list-style-type:none;
	
	transform: translateX(-0%);
	-webkit-transform:translateX(-0%);
	-moz-transform:translateX(-0%);
	-o-transform:translateX(-0%);

	transition-duration:800ms;
	-webkit-transition-duration:800ms;
	-moz-transition-duration:800ms;
	-o-transition-duration:800ms;
	
}
.banner .ban_cont ul.ban_img li{
	width:33.33%;
	height:auto;
	float:left;
	text-align:center;
	margin-bottom:-4px;
}

.banner .ban_cont ul.ban_img li:first-child{
	background-color:#010103;
}
.banner .ban_cont ul.ban_img li:nth-child(2){
	background-color:#013e81;
}
.banner .ban_cont ul.ban_img li:last-child{
	background-color:#f1f5e7;
}

.banner .ban_cont ul.ban_img li img{
	
	height:100%;
}
.banner .ban_cont .ban_list{
	display:block;
	width:100%;
	height:35px;
	position:absolute;
	left:0;
	bottom:0px;
}
.banner .ban_cont .ban_list ul{
	display:block;
	width:240px;
	height:100%;
	margin:0 auto;
	list-style-type:none;
}
.banner .ban_cont .ban_list ul li{
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin-right:20px;
	background:#FFF;
	border-radius:50%;
}
.banner .ban_cont .ban_list ul li:first-child{
	margin-left:60px;
	background:#FF6347;
}

.scrolldiv{
	width:100%;
	min-width:1200px;
	height:29px;
	background:#F5F5F5;
	padding-top:9px;
}
.scrolldiv .scrollbar{
	width: 1200px;
	height: 20px;
	position: relative;
	margin:0 auto;
}
.scrolldiv .scrollbar b{
	width:;
	height:;
	line-height:;
}
.scrolldiv .scrollbar #scroll_list{
	position: absolute;
	width:150px;
	height:20px;
	line-height:20px;
	top:0px;
	left:80px;
	overflow:hidden;
}
#scroll_list ul{
	list-style-type:none;
}


#content_index{
	width:100%;
	height:420px;
	min-width:1200px;
	margin-top:20px;
}

#content_index .i_ma {
	width:1200px;
	height:355px;
	list-style-type:none;
	margin:0px auto;
}

#content_index .i_ma li{
	width:313px;
	float:left;
	margin-right: 130px;
	background: #F5F5F5;
	box-shadow: 0 2px 7px #999;
}
#content_index .i_ma li:last-child{
	width:313px;
	float:left;
	margin-right: 0px;
	background: #F5F5F5;
	box-shadow: 0 2px 7px #999;
}


#content_index .i_ma li .image{
	width: 313px;
	height: 200px;
	overflow: hidden;
}

#content_index .i_ma li .image img{
	width: 313px;
	height: 200px;
	vertical-align: top;
}

#content_index .i_ma li:hover .image img{
	transition: all ease-in-out .4s;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

#content_index .i_ma li .sentence{
	width:313px;
	padding:5px 15px;
}

#content_index .i_ma li .sentence .name{
	width: 283px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}

#content_index .i_ma li .sentence .des{
	width: 283px;
	height: 75px;
	padding:5px 0;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
}


#content_index .i_ma li .sentence .more{
	width: 283px;
	border-top: 1px solid #ddd;
	height: 35px;
	line-height: 30px;
	padding-top: 5px;
}

#content_index .i_ma li .sentence .more a{
	display: inline-block; *
	display: inline;
	zoom: 1;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding-left: 25px;
	background: url(../Images/more.png) no-repeat left center;
}

.footer{
	width:100%;
	min-width:1200px;
	margin-top:25px;
	clear:both;
}

.footer .line{
	width: 1200px;
	margin:0 auto;
	color:silver;
	border-top:1px solid #ddd;
	margin-bottom: 20px;	
}

.footer .footer_nav{
	width: 1200px;
	height:160px;
	margin: 0px auto;
	list-style-type:none;
}
.footer .footer_nav li{
	width: 125px;
	float: left;
	text-align: left;
	margin-right: 20px;
}

.footer .footer_nav li b{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 18px;
	color: #216BB3;
	margin-bottom: 7px;
}

.footer .footer_nav li p{
	width: 100%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
}
.footer .footer_nav li.ft_about{
	width:120px;
	margin:0;
}

.footer .footer_nav li.code{
	width: 280px;
	text-align: center;
}
.footer .footer_nav li.code P{
	display:block;
	margin-top:15px;
}


.footer .footer_nav li.code_er{
	width: 280px;
	text-align: center;

}
.footer .footer_nav li.code_er img{
	width:120px;
	height:120px;
	vertical-align:top;
}


.footer .footer_nav li.dz{
	width: 305px;
	margin-right: 0;
	float: right;
}

.footer .footer_nav li.dz h1{
	font-size: 22px;
	color: #216BB3;
	font-weight: normal;
	margin-bottom: 7px;
}

.footer .footer_nav li.dz p{
	height: auto;
	line-height: 150%;
	padding: 5px 0 5px 25px;
}

.footer .footer_nav li.dz p.tel {
	background: url(../Images/icon3.png) no-repeat left 5px;
}

.footer .footer_nav li.dz p.address {
	background: url(../Images/icon5.png) no-repeat left 5px;
}
.footer .footer_nav li.dz p.police{
	background: url(../Images/police.png) no-repeat left 5px;
}

.main_im{
	width:auto;
	height:auto;
	display:block;
	position:fixed;
	bottom:100px;
	right:10px;
	z-index:20;
}
.main_im .open_im{
	display:block;
	width:40px;
	height:133px;
}
.main_im .open_im img{
	width:40px;
	height:133px;
}
.main_im .main_im{
	display:none;
	width:110px;
	height:272px;
	border-radius:15px;
	border:1px solid #DDD;
	background:#F9FAFB;
}
.main_im .main_im .im_qq{
	width:100%;
	height:120px;
	display:block;
	font-size:14px;
	overflow:hidden;
	text-align:center;
}
.main_im .main_im .im_qq .qq_img{
	width:70px;
	height:70px;
	margin:10px 20px;
	border-radius:50%;
	border:1px;
	box-shadow:0 2px 5px #C0C0C0;
	overflow:hidden;
}
.main_im .main_im .im_qq .qq_img img{
	width:60px;
	height:auto;
}
.main_im .main_im .im_qq:hover .qq_img img{
	transition-duration:800ms;
	
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	
	transform-origin:top;
	-webkit-transform-origin:top;
	-moz-transform-origin:top;
	-o-transform-origin:top;
}

.main_im .main_im .im_qq span{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	color:#0484CD;
}
.main_im .main_im .im_tel{
	width:100%;
	height:100px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	text-align:center;
}
.main_im .main_im .im_tel b{
	display:block;
	weight:100%;
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.main_im .main_im .im_tel span{
	display:block;
	weight:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:normal;
	color:#E66D15;
}
.main_im .main_im .im_footer{
	width:100%;
	height:50px;
}
.main_im .main_im .im_footer .im_weixing{
	display:block;
	width:54px;
	height:50px;
	float:left;
	border-right:1px solid #DDD;
	background:url(../Images/weixing-icon.png) no-repeat center center;
}

.main_im .main_im .im_footer .im_weixing .weixing_show{
	display:none;
	width:130px;
	height:184px;
	border:1px solid #DDD;
	border-radius:15px;
	background:#FFF;
	position:absolute;
	top:105px;
	left:-140px;
	z-index:20;
}
.main_im .main_im .im_footer .im_weixing:hover .weixing_show{
	display:block;	
}
.main_im .main_im .im_footer .im_weixing .weixing_show .erweima{
	width:120px;
	margin:5px;
	height:;
}
.main_im .main_im .im_footer .im_weixing .weixing_show .erweima img{
	width:120px;
}
.main_im .main_im .im_footer .im_weixing .weixing_show .saoyisao{
	width:100%;
	height:50px;
} 
.main_im .main_im .im_footer .im_weixing .weixing_show .saoyisao span{
	display:block;
	width:100%;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#000;
}

.main_im .main_im .im_footer .im_top{
	display:block;
	width:55px;
	height:50px;
	margin-left:55px;
	background:url(../Images/totop-icon.png) no-repeat center center;
}
.main_im .main_im .im_footer .im_top a{
	display:block;
	width:100%;
	height:100%;
}
