html, body {
    margin: 0;
    padding: 0
}

a, b, body, dd, div, dl, dt, em, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, hr, i, img, input, li, ol, option, p, select, span, strong, textarea, ul, button {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    font-weight: 400;
    box-sizing: border-box
}

ul, ol, li {
    list-style: none
}

input {
    outline: none
}

body {
    font-family: Arial, Helvetica, Microsoft Yahei, PingFang SC, Lantinghei SC, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, Sans-Serif;
    background-color: #eeeeee;
    color: #2e2e2e;
    font-size: 14px
}

.wide {
    width: 1200px;
    padding: 0 auto;
    margin: 0 auto
}

header {
    width: 100%;
    height: 80px;
    background: #fff
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

header .nav {
    float: left;
		width: 700px;
		height: 80px;
		font-size: 16px;
		line-height: 80px;
		text-align: right;
}

header .nav .nav-a {
	margin-right: 50px;
	text-decoration: none;
	color: #697aa0;
	line-height: 76px;
	padding: 26px 0px;
	font-size: 16px;
}

header .nav a.active {
    color: #2845d8;
    border-bottom: 4px solid transparent;
    border-bottom-color: #2845d8;
    transition: .2s ease-in-out
}

header .nav .nav-btn {
    float: left;
    margin-top: 24px;
    margin-right: 10px;
    width: 80px;
    height: 30px;
    border: 1px solid #2845d8;
    text-align: center;
    line-height: 30px
}

header .nav .btn-red {
    background: #2845d8;
    color: #fff
}

header .nav .btn-red:hover {
    background: #3768de;
    border: 1px solid #3768de
}

header .nav .btn-white {
    background: #fff;
    color: #2845d8
}

header .nav .btn-white:hover {
    color: #3768de;
    border: 1px solid #3768de
}

header .wide img {
    float: left;
		margin-right: 128px;
}

header .login-nav {
    float: right
}

.login-nav#logining {
    float: right;
    /* background-color: #2845d8; */
    width: 200px;
		height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 10px 0 0;
}

.login-nav#logining a#J_topname {
		color: #FFF;
		background: #3768de;
		border-radius: 15px;
		padding: 4px 25px;
		text-decoration: none;
		margin-right: 10px;
}

.login-nav#logining a#J_logout {
		color: rgb(0, 0, 238);
}

.login-nav#logining span {
    display: none
}

.foots{
	width: 100%;
	height: 200px;
	float: left;
	background: #3d3d3d;
}
.footcontent{
	width: 1200px;
	height: 200px;
	margin: 0px auto;
}
.tel, .service, .footwx{
	width: 398px;
	height: 200px;
	float: left;
}
.tel p, .service p{
	margin-top: 70px;
	margin: 70px 0px 0px 100px;
	color: #d2d2d2;
	font-size: 14px;
}
.tel h1{
	color: #FFF;
	font-size: 30px;
	margin: 10px 0px 0px 100px;
}
.service h4{
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	margin: 15px 0px 0px 100px;
}
.line{
	width: 2px;
	height: 140px;
	float: left;
	margin: 30px 0px;
	border-right: 1px solid #515151;
}
.footwx{
	width: 400px;
	height: 200px;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	line-height: 28px;
}
.footwx img{
	margin-top: 30px;
	display: inline-block;
}
.footaddress{
	width: 100%;
	height: 39px;
	float: left;
	background: #363636;
	border-top: 1px solid #4a4a4a;
}
.address{
	width: 1200px;
	height: 39px;
	line-height: 39px;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
	color: #9b9b9b;
}
.address a{
	margin: 0px 20px;
	color: #3768de;
}

/* footer {
    width: 100%;
    background-color: #3a3a3a;
    color: #999;
    font-size: 13px
}

footer .footer-title {
    color: #bcbcbc;
    font-size: 16px;
    font-weight: normal
}

footer .footer-title1 {
    color: #fff;
    font-size: 12px;
    font-weight: normal
}

footer .pad {
    padding: 30px 0
}

footer .pad .footer-contact {
    width: 250px
}

footer .pad .footer-contact .tel {
    margin-top: 15px;
    color: #fefefe;
    font-size: 30px
}

footer .pad .footer-sitemap {
    width: 520px
}

footer .pad .footer-sitemap ul {
    float: left;
    width: 33.33%;
    text-align: left
}

footer .pad .footer-sitemap ul li {
    height: 24px;
    padding-left: 30px;
    font-size: 14px
}

footer .pad .footer-sitemap ul li a {
    color: #959595
}

footer .pad .footer-sitemap ul li a:hover {
    color: #fefefe
}

footer .pad .footer-qrcode {
    width: 400px
}

footer .pad .footer-qrcode .row {
    float: left;
    margin-left: 45px;
    text-align: center
}

footer .pad .footer-qrcode .row p {
    padding-bottom: 20px
}

footer .pad .footer-qrcode .row img {
    width: 74px;
    height: 74px
}

.footer-copyright {
    color: #959595;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #464646
}

.container-s {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
    *zoom: 1
} */

.fl {
    float: left
}

.fr {
    float: right
}

.sz-login-dialog .btn.btn-gold {
    background-color: #2845d8
}

.sz-login-dialog .szldcl-content h2, .sz-login-dialog .szldcr-tips {
    color: #666
}

.hidden {
    display: none
}

.about-us-list {
    line-height: 36px;
    border-bottom: 1px dashed #ccc;
    color: #3a9bfc;
}

.about-us-list a {
    color: #8fbff0;
    width: 500px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.J_transfer_page {
    display: inline-block;
    font-size: 0;
    border: solid #e5e5e5;
    border-width: 0 0 1px 1px
}

.pagination {
    margin-top: 20px;
    margin-bottom: 20px
}

.pagination li, .pagination a, .pagination input {
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.pagination li {
    padding: 0 13px;
    color: #333;
    background-color: white;
    border: solid #e5e5e5;
    border-width: 1px 1px 0 0
}

.pagination li.active {
    background-color: #2845d8;
}

.pagination li.active a.page {
    color: #fff
}

.pagination .prev, .pagination .paginationol, .pagination .next {
    display: inline-block
}

.pagination .prev, .pagination .next {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    border: solid #e5e5e5;
    border-width: 1px 1px 0 0;
    cursor: pointer;
}

.paginationol:last-child li:nth-child(2) {
    background-color: #eeeeee
}

.paginationol li {
    display: inline-block
}

.paginationol input {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
    text-align: center
}

.meterial-list li a {
    color: #148dea
}

.modal-footer {
    text-align: center!important;
}

.modal-footer .btn {
    padding: 7px 14px;
    height: 36px;
    border-radius: 3px;
    cursor: pointer;
}

.modal-footer .btn-gold {
    background: #2845d8;
    color: #fff;
}

.btn-hover, .btn:focus, .btn:hover {
    filter: alpha(opacity=90);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.btn-active, .btn:active {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
    border-color: #000\9;
}

.btn:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button-red {
    color: #fff;
    border: 1px solid #2845d8;
    background: #2845d8;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    padding: 0px 10px;
}
.button-default {
    border: 1px solid #dedede;
    background: #eaeaea;
    color: #333;
}
.paginationol li.jump-page{
    cursor: pointer; 
 }

 .close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: none;
    background-image: url(../../images/xiaowei/icon/remove-icon-small.png) !important;
}