﻿/*基础样式*/


/*zhanging upload 2018-02-7*/

body,
html {
	height: 100%;
	width: 100%;
}

body {
	font-family: "微软雅黑", "sans-serif";
	font-size: 14px;
	line-height: 1;
}

ul,
li {
	list-style: none;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box
}

img,
hr,
legend {
	border: 0;
}

a,
input,
select {
	outline: none;
	background: none;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a:focus {
	outline: none;
}

label {
	font-weight: normal;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w1300 {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.w33 {
	width: 33.33%;
}

.w50 {
	width: 50%;
}

.ft18 {
	font-size: 18px;
}

.ml10 {
	margin-left:10px;
}

.ml5 {
	margin-left: 5px;
}

.mt60 {
	margin-top: 60px;
}
.mt80{
	margin-top: 80px;
}
.mt50 {
	margin-top: 50px;
}
.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt5 {
	margin-top: 5px;
}
.ft60{
	font-size: 60px;
}.ft16{
	font-size: 16px;
}
.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}
/*flex 布局*/
	
	.flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	/*垂直显示*/
	
	.flex-v {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.flex-1 {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		overflow: hidden
	}
	/*垂直对其方式*/
	
	.flex-align-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	/*左右居中*/
	
	.flex-pack-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	/*两端对齐*/
	
	.flex-pack-justify {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.center{
		margin-left: auto;margin-right: auto;
	}

@font-face {
	font-family: numFont;
	src: url('num.ttf');
}

.num {
	font-family: 'numFont';
}

/* 头部 */
.header {
	height: 90px;
	background: #fff;
	/* line-height: 90px; */
	font-size: 16px;
}

.header .logo {
	margin-right: 30px;
	display: block;
	padding-top: 30px;
	line-height: 0;
}

.header .logo,
.header ul.nav {
	float: left;
}

.header ul.nav li {
	float: left;
	line-height: 87px;
}

.header ul.nav li+li {
	margin-left: 43px;
}

.header ul.nav li a {
	display: block;
	color: #333;
	border-bottom: 3px solid transparent;
}

.header ul.nav li a.active,
.header ul.nav li a:hover {
	color: #005da2;
	border-bottom-color: #005da2;
}

.header ul.nav li.tel {
	color: #005da2;
	margin-left: 34px;
}

.header ul.nav li.tel img,
.header ul.nav li.tel span {
	vertical-align: middle;
}

.header .dropdown-menu {
	float: right;
	width: 90px;
	position: relative;
}

.header .dropdown-menu .menubtn {
	height: 90px;
	width: 90px;
	display: block;
	background: url(../images/menu.png) #005da2 no-repeat center center;
}

.header .dropdown-menu .dropdown-menu-wrap {
	position: absolute;
	/* width: 734px; */
	right: 0;
	top: 90px;
	background: #005da2;
	color: #fff;
	padding: 50px;
	display: none; 
	z-index: 9999;

}.header .dropdown-menu .dropdown-menu-wrap >div{
	width: 235px;
	float: left;
}
.header .dropdown-menu .dropdown-menu-wrap >div+div{
	margin-left: 140px;
}
.header .dropdown-menu .dropdown-menu-wrap p{
	margin-bottom: 3px;
}
.header .dropdown-menu .dropdown-menu-wrap ul+p {
	margin-top: 55px;
}

.header .dropdown-menu .dropdown-menu-wrap li {
	float: left;
	margin-top: 20px;
}

.header .dropdown-menu .dropdown-menu-wrap a {
	color: #fff;
	font-size: 14px;
}

/*wei 2019-05-29 start*/
.header .dropdown-menu .dropdown-menu-wrap a:hover {
	color: #3a9be3;
}
/*wei 2019-05-29 end*/

/* 底部 */
.footer {
	background: #005da2;
	color: #fff;
	padding: 80px 0 25px;
}

.footer .logo {
	text-align: center;
	font-size: 18px;
	
}

.footer .logo a {
	display: inline-block;position: relative;
}.footer .logo a:before,.footer .logo a:after{
	content: '';
	position: absolute;
	height: 1px;
	background: rgba(255,255,255,.7);
	width: 200px;
	top: 50%;
}
.footer .logo a:before{
	left: -224px;
}.footer .logo a:after{
	left: 282px;
}
.footer .logo span+span {
	margin-left: 30px;
	margin-top: 20px;
	display: inline-block;
}

.footer .linklist {
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer .linklist dl {
	float: left;
	width: 233px;
	font-size: 16px;
	margin-top: 80px;
	color: #fff;
}

.footer .linklist dl a {
	color: #fff;
	font-size: 14px;
}
.footer .linklist dl a:hover{
	/*color: #fff;*/
	/*wei 2019-05-29 start*/
	color:#3a9be3;
	/*wei 2019-05-29 end*/
}
.footer .linklist dl dt {
	margin-bottom: 30px;
}

.footer .linklist dl dd+dd {
	margin-top: 15px;
}

.footer .linklist dl:last-child {
	text-align: center;
	width: 134px;
	float: right;
}

.footer .company {
	padding: 50px 100px 60px;
}

.footer .company li {
	float: left;
	font-size: 16px;
	color: #fff;
}

.footer .company li:nth-child(2) {
	margin: 0 145px;
}

.footer .company li .title {
	margin-bottom: 20px;
}

.footer .company li .title i {
	display: inline-block;
	height: 31px;
	width: 31px;
	vertical-align: middle;
	background: no-repeat center center;
}

.footer .company li .title i+span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.footer .company li .title i.icon1 {
	background-image: url(../images/addr.png);
}

.footer .company li .title i.icon2 {
	background-image: url(../images/phone.png);
}

.footer .company li .title i.icon3 {
	background-image: url(../images/email.png);
}

.footer .copyright {
	text-align: center;
	/* color: #888; */
	font-size: 14px;
}

.footer .copyright span,
.footer .copyright img {
	vertical-align: middle;
}

.footer .copyright a {
	color: #3a9be3;
}
.banner .swiper-pagination-bullet {
	width: 50px;
	height: 2px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	background: #005da2;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px;
}

.footer .linkurl {
	color: #3a9be3;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid rgba(255,255,255,.1);
	padding-top:30px;
	padding-bottom:30px;
}

.footer .linkurl a {
	color: #3a9be3;
}

/*----------------qq start------------------------*/
.qqico {
    /*width: 143px;*/
    z-index: 9999999;
    position: fixed;
    top: 150px;
    right: 2px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 50)||50)-(parseInt(this.currentStyle.marginBottom, 50)||50)));
    font-family: "微软雅黑", "宋体", Arial;
}

.qqsmall {
	background-color:#1599CF; 
	width:30px; 
	height:auto;
	text-align:center;
	float:right;
	line-height:20px;
	color:white;
	cursor:pointer;
	padding:5px 0;
    display:none;
}

.itemFloat {
    height: auto;
    line-height: 5px;
    background: url(../images/line_qq_d.png) no-repeat 0 bottom;
    padding-bottom: 8px;
	/*display:none;*/
    display:block;
}

.qqico .qqlist {
    width: 143px;
    line-height: 34px;
    background: #1599cf;
    padding: 0px 0px 8px 0px;
    padding-top: 5px;
}

.qqico h3 {
    text-align: center;
    background: url(../images/line_qq.png) no-repeat 0 0;
    height: 39px;
    cursor:pointer;
}

.qqico .qqlist li {
    background: url(../images/qq_bg.png) no-repeat center 0;
    height: 46px;
    text-align: left;
    color: #000;
    font-size: 12px;
    padding-left: 20px;
    margin-top: 10px;
}

    .qqico .qqlist li a {
        display: inline;
        clear: both;
        font-size: 12px;
        line-height: 34px;
        color: #000;
        padding-left: 0px;
    }

    .qqico .qqlist li img {
        margin-top:-3px;
		vertical-align:middle;
    }
/*----------------webqq end------------------------*/
