﻿@charset "utf-8";

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,button,input,textarea,select{
	padding:0;
	margin:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}
/*新加了button,input,textarea,select*/

abbr,article,aside,audio,bb,canvas,datagrid,datalist,details,dialog,eventsource,figure,figcaption,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{
	display:block
}
/*@font-face{
	font-family:abc;
	src:url('../font/FZLTHJT.TTF');
}*/
body{
	background: white;
	font-family:'microsoft yahei','arial','helvetica','sans-serif';
	color: #666;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	color: #333;
}

ol,ul{
  list-style:outside none none;
}

img {
	display: block;
	max-width: 100%;
	border:0;
}

a{
	text-decoration: none;
	cursor: pointer;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

.clear{
	height:0;
	clear:both;
	overflow: hidden;
	display: block;
}
.theBody{
	display: flex;
	flex-direction:column;
	box-sizing: border-box;
}
.top {
    height: 80px;
    width: 100%;
    background: white;
}
.topMain{
	width:1200px;
	height: 100%;
	margin:0 auto;
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	align-items: center;
}
.logoPic{
	width: 275px;
	height: 45px;
}
.navUl{
	width: 58%;
	display: flex;
	flex-direction:row;
}
.navLi{
	flex:1;
	margin-left: 2px;
	box-sixing:border-box;
}
.navLi a{
	color: #333;
	font-size: 15px;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	padding:6px 0;
	line-height: 1;
}
.navLi a.actived{
	color:#023055;
	font-weight: bold;
}
.navLi a:hover{
	color: #0072c5;	
}
.partSeven{
	width: 100%;
	height: 276px;
	background: url(../images/smallBanner04.jpg) no-repeat center top;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}
.partSevenMain{
	width: 1180px;
	margin:0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.partSevenMainItems{
	display: flex;
	flex-direction:column;
	box-sizing:border-box;
}
.changeItems{
	flex-direction:row; 
}
.zhou1{
	margin-right: 32px;
}
.zhou img{
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
}
.haveBorder{
	padding-right: 75px;
	background: url(../images/line.jpg) no-repeat right center;
}
.partSevenMainItems a{
	margin-top: 13px;
	margin-bottom: 13px;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1;
	color: white;
	cursor: pointer;
}
.partSevenMainItems span{
	display: block;
	color: #b7b7ba;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
}
.partSevenMainItems p{
	letter-spacing:1px;
	font-size: 15px;
	color: white;
	text-indent: 2.2em;
	margin-bottom: 10px;
	line-height: 1.8;
	background:url(../images/icon016.png) no-repeat left center;
}
.footer{
	height: 60px;
	background: #3a3c49;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #b7b7ba;
}

.smallbanner{
	width: 100%;
	margin:0 auto;
	height: 400px;
	background: url(../images/smallBanner05.jpg) no-repeat center top;
	display: flex;
	align-items: center;
	box-sizing:border-box;
}
.smallbannerMain{
	width: 1200px;
	margin:0 auto;
	display: flex;
	flex-direction:column;
	/*align-items: center;*/
	padding-top: 20px;
	padding-left: 160px;
	box-sizing:border-box;
}
.smallbannerMain h2{
	font-size: 44px;
	color: white;
	font-weight: normal;
	letter-spacing: 5px;
	margin-bottom: 18px;
}
.smallbannerMain p{
	font-size: 25px;
	letter-spacing: 3px;
	color: #dadada;
	line-height: 2;
}
.line{
	height: 1px;
	width: 100%:;
	background: #eee;
}
.titleBox{
	margin:0 auto;
	display: flex;
}
.titleBox h1{
	margin-top: 50px;
	margin-bottom: 28px;
	line-height: 1;
	font-size: 25px;
	letter-spacing: 3px;
	color: #444;
	padding:6px 35px 0 60px;
}
/*返回顶部代码开始*/
#gotoTop{
	display:none;
	position:fixed;
	bottom:20px;
	right:20px;
	cursor:pointer;
	text-align:center;
	border:1px solid #e0e0e0;
	background:#fff;
	padding:0 10px 11px;
	font-size: 22px;
}
#gotoTop:hover{
	border:1px solid #909caa;
	background:#909caa;
	color:#fff;
}
/*返回顶部代码结束*/