/* 全局共用 */

* {
	padding: 0;
	margin: 0;
	/* box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; */
}

::-webkit-scrollbar {
	width : 8px; height: 1px;
}
::-webkit-scrollbar-thumb {
	background   : #84d1e1;
}
::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background   : #f0f0f0;
}

body, html {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	overflow-x: hidden;
}

body, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	outline: none;
}

body, td, button, input, select, textarea {
	color: #444;
	font: 12px 微软雅黑, Microsoft Yahei;
	line-height: 24px;
	outline: none;
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

a:link, a:active, a:visited {
	color: #444;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #222;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

input:focus, textarea:focus, a:focus, select:focus {
	outline: none;
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.nowrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hand {
	cursor: pointer;
}

.tips {
	height: auto;
	padding: 5px 20px;
	background: #666;
	color: #fff;
	line-height: 18px;
	position: fixed;
	z-index: 1000;
	top: 40%;
	left: 50%;
	FILTER: alpha(opacity=0);
	opacity: 0;
	font-size: 0.75em;
	text-align: center;
	border-radius: 15px;
}

.maskbg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	overflow: auto;
}

.coverimg img {
	transition: all 0.5s;
}
.coverimg img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.shadow {
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
    box-shadow:10px 10px 10px rgba(0,0,0,0.1);
}

/* placeholder颜色 */

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}



.head {
	width: 100%;
	height: 85px;
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	z-index: 1000;
}
.headbox {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	width: 200px;
	height: 45px;
	margin-top: 20px;
	overflow: hidden;
	float: left;
}

.navi, .navi ul, .navi ul li, .navi ul li a {
	display: block;
	position: relative;
}

.navi {
	height: 100%;
	float: left;
	margin-left: 40px;
}

.navi>ul>li {
	float: left;
	margin: 0 22px;
}

.navi>ul>li:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	left: 0;
	top: 0;
	z-index: 9;
	background: transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navi>ul>li:hover,.navi>ul>li.on {
	color: #222;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navi>ul>li:hover:after,.navi>ul>li.on:after {
	width: 100%;
	background: #58cfe8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navi>ul>li>a {
	font-size: 14px;
	line-height: 80px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.navi>ul>li:hover>a {
	color: #222;
}
.navi>ul>li.on>a {
	color: #58cfe8;
}

.topb {
	float: right;
	margin-top: 25px;
}
.topb span {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 30px;
	margin-left: 30px;
}
.topb span img {
	height: 20px;
	margin-right: 15px;
	vertical-align: middle;
}
.topb a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	float: right;
}
.topb a:hover {
	font-weight: bold;
}

.maint {
	height: auto;
	overflow: hidden;
	padding: 25px 0;
	text-align: center;
}
.maint span {
	display: block;
	font-size: 26px;
	line-height: 50px;
}
.maint i {
	display: block;
	font-size: 12px;
	color: #999;
	font-style: normal;
}


/* 页脚 */

.foot {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #3a3d44;
}
.footc {
	height: auto;
	padding: 15px 0;
	overflow: hidden;
	color: #aaa;
	text-align: center;
	line-height: 26px;
}

.footc a {
	color: #ccc;
}

/* 右侧浮动bar */

.kfbar {
	width: 60px;
	height: 280px;
	padding-top: 15px;
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -120px;
	background:#55607b;
	border-radius: 5px;
	z-index: 100;
}

.kfico {
	height: 70px;
	width: 60px;
	cursor: pointer;
	position: relative;
}
.kfico img {
	display: block;
	height: 20px;
	margin: 0 auto;
}
.kfico img.gzh {
	position: absolute;
	left: -150px;
	top: 0;
	width: 140px;
	height: 140px;
	display: none;
}
.kfico:hover img.gzh {
	display: block;
}

.kfico span {
	display: block;
	padding-top: 5px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.kfico a {
	color: #fff;
	text-decoration: none;
}

.kfico::after{
	content: "";
	position: absolute;
	width: 8px;
	height: 2px;
	left: 25px;
	top: 52px;
	z-index: 9;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.kfico:hover {
	font-weight: bold;
}
.kfico:hover::after{
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	left: 10px;
	top: 52px;
	z-index: 9;
	background: #fff;
}

.kfsmall {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: fixed;
	right: 5px;
	top: 50%;
	background: rgba(255, 255, 255, 0.9);
	border: 1px dashed #ccc;
	border-radius: 50%;
	z-index: 100;
	display: none;
	font-size: 26px;
	text-align: center;
	color: #999;
	cursor: pointer;
}


.iconbox1 {
    width: 100%;
    height: 230px;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

.iconbox1 a {
    display: inline-block;
    width: 240px;
    height: auto;
    text-decoration: none;
    vertical-align: top;
}

.iconbox1 a p {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    background: #58cfe8;
    border-radius: 50%;
}

.iconbox1 a p img {
    width: 60%;
    height: 60%;
    margin: 20%;
    display: block;
}

.iconbox1 a span {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.iconbox1 a i {
    display: block;
    height: auto;
    color: #999;
    font-style: normal;
    font-size: 12px;
}

.iconbox2 {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 50px auto 20px auto;
}

.iconbox2 a {
    display: block;
    width: 150px;
    height: 135px;
    float: left;
    text-decoration: none;
}

.iconbox2 a p {
    width: 60px;
    height: 60px;
    border: 1px dashed #4c4c4c;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.iconbox2 a p img {
    display: block;
    height: 45px;
    width: auto;
    margin: 7px auto;
}

.iconbox2 a span {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.actbox {
    width: 1190px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 20px;
}

.actli {
    width: 258px;
    height: 548px;
    border: 1px solid #dbdbdd;
    position: relative;
    float: left;
    margin-left: -1px;
    background: #fff;
    z-index: 99;
    overflow: hidden;
}

.actt {
    height: 145px;
    padding-top: 25px;
}

.actbox .b1 .actt {
    background: #ebebec;
}

.actbox .b2 .actt {
    background: #e5e6e6;
}

.actbox .on {
    border: 1px solid #3eb2e8;
    z-index: 100;
}

.actbox .on .actt {
    background: #3eb2e8;
}

.actbox .on .actt span, .actbox .on .actt font {
    color: #fff;
}

.actt b {
    display: block;
    height: 65px;
    margin: 0 auto;
}

.actt span {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.actt font {
    display: block;
    height: 20px;
    text-align: center;
}

.actc1 {
    height: auto;
    line-height: 24px;
    font-size: 12px;
    overflow: hidden;
}

.actc1 font {
    height: auto;
    padding: 20px 20px 10px 20px;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.actc1 img.actcp {
    position: absolute;
    FILTER: alpha(opacity=100);
    opacity: 1;
}

.actc1 a {
    text-decoration: none;
    display: block;
    color: #666;
}

.actc1 a:hover {
    color: #222;
}

@media screen and (max-width: 1450px) {
    .iconbox1 {
        height: 220px;
    }
    .iconbox1 a {
        width: 220px;
    }
    .iconbox1 a p {
        width: 80px;
        height: 80px;
    }
    .iconbox1 a span {
        font-size: 16px;
    }
    .iconbox2 {
        width: 1000px;
    }
    .iconbox2 a {
        width: 125px;
        height: 120px;
    }
    .iconbox2 a p {
        width: 50px;
        height: 50px;
    }
    .iconbox2 a p img {
        height: 40px;
        margin: 5px auto;
    }
    .iconbox2 a span {
        line-height: 50px;
        font-size: 12px;
    }
}