@font-face
{
font-family: Poppins-b;
src: url('../fonts/poppins-semibold.ttf'),
     url('../fonts/poppins-semibold.woff'); /* IE9 */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
.pagelist {
    text-align: center;
}
.pagelist a{
    padding: 5px;
}
.pagelist a, .pagelist span {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    color: #b2b1b1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a,a:focus,a:hover {
	color: inherit;
	text-decoration: none;
	outline: none;
	transition: all ease 0.4s;
}
/*定位*/
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix{
	zoom: 1;
}
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.curp {
	cursor: pointer;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 10px;  
    height: 10px;  
    background-color: #fff;  
}  
/*定义滚动条轨?内阴?圆角*/  
::-webkit-scrollbar-track  
{  
    background-color: #e5e5e5;  
}    
/*定义滑块 内阴?圆角*/  
::-webkit-scrollbar-thumb  
{  
    background-color: #bdbdbd;  
}  
/*滑块效果*/
::-webkit-scrollbar-thumb:hover
{
	background: #145593;
}
/*原reset*/
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
outline: none;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/*end reset*/


#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 52px;
	width: 52px
}
#roll_top {
	background: url(../images/top.gif) no-repeat
}
#fall {
	background: url(../images/top.gif) no-repeat 0 -80px
}
#ct {
	background: url(../images/top.gif) no-repeat 0 -40px
}
#roll {
	display: block;
	width: 15px;
	margin-right: -558px;
	position: fixed;
	right: 46%;
	top: 80%;
	z-index: 100;
}
/* CSS Document */
body {
	background-color: #fff;
	color: #333;
	font-size: 14px;
	font-family: microsoft yahei;
}
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1180px;
}
.content {
	margin-top: 10px;
}
/*页眉*/
.header {
	width: 100%;
}
.headerTop {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px #eaeaea solid;
}
.headerTop p {
	font-size: 13px;
	color: #666;
	float: left;
	line-height: 40px;
}
.headerTop ul {
	overflow: hidden;
	float: right;
}
.headerTop li {
	float: left;
	line-height: 40px;
	font-size: 13px;
}
.headerTop li a {
	color: #666;
	border-left: 1px solid #eaeaea;
	padding: 0 17px;
}
.headerTop li:first-child a{
	border-left: none;
}
.headerTop li:last-child a{
	padding-right: 0;
}
.headerCenter {
	overflow: hidden;
	height: 122px;
}
.headerCenter dl {
	float: left;
	margin-top: 26px;
}
.headerCenter dt {
	float: left;
	overflow: hidden;
}
.headerCenter dl > dt:last-child{
	position: relative;
	padding-left: 40px;
}
.headerCenter dl > dt:last-child:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #eaeaea;
	left: 20px;
}
.headerCenter dl > dt p{
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4em;
}
.headerCenter dl > dt .line_1{
	margin-top: 2px;
}
.headerCenter h2 {
	font-size: 24px;
	color: #145593;
	font-weight: bold;
	margin: 12px 0 7px 0;
}
.headerCenter dd p {
	font-size: 18px;
	color: #333333;
}
.headerCenter .phone {
	overflow: hidden;
	float: right;
	margin-top: 30px;
	background: url(../images/header-phone.png) no-repeat left center;
	padding-left: 56px;
}
.headerCenter .phone p {
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	margin: 5px 0 2px 0;
}
.headerCenter .phone span {
	color: #145593;
	display: block;
	font-family: "Poppins-b";
    font-weight: 600;
    font-size: 26px;	
}
.headerCenter .phone span em{
	color: #333333;
    font-weight: normal;
    font-size: 18px;	
}
.headerNav {
	width: 100%;
	height: 54px;
	background: #145593;
}
.headerNav ul {
	width: 100%;
}
.headerNav li {
	float: left;
	font-size: 16px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	width: calc(100% / 8);
}
.headerNav li a {
	text-decoration: none;
	color: #fff;
	position: relative;
	width: 100%;
	line-height: 54px;
	display: block;
}
.headerNav li a:before {
	content: "";
	border-left: 1px rgba(255,255,255,.15) solid;
	display: block;
	height: 36%;
	top: 32%;
	position: absolute;
}
.headerNav li a:hover, .headerNav li a.current {
	background: #fd9831;
}
/* footer */
.footer {
	width: 100%;
	overflow: hidden;
	background: #333333;
}
.footer .menu {
	height: 65px;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer .menu ul {
	height: 65px;
	text-align: center;
}
.footer .menu li {
	font-size: 16px;
	display: inline;
}
.footer .menu li a {
	color: #fff;
	height: 65px;
	line-height: 65px;
}
.footerCon {
	width: 100%;
	overflow: hidden;
}
.footerCon .conL {
	float: left;
    padding-right: 60px;
	border-right: 1px solid rgba(255,255,255,0.2);
	margin-top: 50px;
}
.footerCon p {
	font-size: 14px;
	color: #cccccc;
	margin-top: 12px;
}

.footerCon .conL p:first-child, .footerCon .conM p:first-child {
	color: #fff;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 0;
}

.footerCon .conM {
	margin-left: 60px;
	float: left;
	margin-top: 50px;
}
.footerCon .conM a {
	color: #dedede;
}
.footerCon .conR {
	float: right;
	margin-top: 85px;
	margin-left: 30px;
	text-align: center;
}
.footer .copyright{
    line-height: 1.8em;
	margin-top: 50px;
	color: #cccccc;
}
.copyright2{
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 15px 0;
	line-height: 1.8em;
	color: #cccccc;
	margin-top: 15px;
}
.copyright2 li{
	display: inline;
}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1 {
	display: none;
	z-index: 1001;
	width: 398px;
	border: 1px solid #ccc;
	background: #fff;
	padding-bottom: 20px;
}
#mesbook1_c div, #mesbook1 div {
	border: 1px solid #E4E3E3;
	background: #EBECEB;
	height: 18px;
	padding: 4px .5em 0;
	margin-bottom: 10px;
}
#mesbook1_c dl.b1, #mesbook1 dl.b1 {
	width: 370px;
	margin: 0 auto;
}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {
	float: left;
	width: 105px;
	overflow: hidden;
}
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
	width: 265px;
	float: right;
}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns {
	padding-bottom: 10px;
}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {
	margin-right: 20px;
}
#toTop{
	width: 52px;
	height: 52px;
	background: url(../images/totop.png) rgba(0,0,0,.2) center no-repeat;
	cursor: pointer;
	position: fixed;
	z-index: 999;
	right: 5%;
	bottom: 12%;
	transition: all ease 0.4s;
}
#toTop:hover{
	background-color: rgba(0, 0, 0, 0.8);
}
/* search */
.search {
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #145593;
}

.search p {
    float: left;
    width: 682px;
    margin-top: 22px;
    color: #666;
}

.search p a {
    padding: 0 20px;
    display: inline-block;
    position: relative;
}

.search p a:after {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background: #eaeaea;
    position: absolute;
    right: 0;
    top: 5%;
}

.search p a:last-child:after {
    display: none;
}

.search .ssBox {
    float: right;
    width: 263px;
    height: 35px;
    overflow: hidden;
    margin-top: 13px;
    position: relative;
}

.search .ssBox input.search_box {
    width: 241px;
    padding: 0 10px;
    height: 33px;
    border: 1px solid #e8e8e8;
    line-height: 33px;
    float: left;
    outline: none;
}

.search .ssBox input.search_ico {
    position: absolute;
    display: block;
    width: 39px;
    height: 33px;
    right: 0;
    top: 1px;
    background: url(../images/search_ico.png) no-repeat center;
    outline: none;
    border: none;
    cursor: pointer;
}
