@charset "utf-8";

/* body {
    background: #fff;
    font-size: 14px;
    font-family:"思源黑体","Microsoft YaHei", "黑体";
	padding: 0;
	margin: 0;
} */
ul{
	list-style: none;
}
div,ul{ 
	margin:0; padding:0;
}
/* 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;
} */
a,
a:link,
a:visited {
    color: #231815;
    text-decoration: none
}

a:hover {
    color: #0068b7
}

.fl {
    float: left
}

.fr {
    float: right
} 

.wrap {
    width: 1200px;
    margin: 0 auto
}

.header1 {
    height: 191px;
    position: relative
}

.header .logo {
    float: left;
    width: 480px;
    height: 66px;
}

.header .logo-text {
    float: right;
    width: 500px;
    height: 65px;
    padding-top: 60px;
	display: flex;
	justify-content: space-between;

}
.header .logo-text img{
	width: 279px;
	height: 34px;
	display: block;
	margin-left: 60px;
}
.header .logo-text ul {
    width: 102px;
    height: 24px;
    background: #10b5ff;
    border-radius: 18px;
    padding: 1px;
}

.header .logo-text ul li {
    float: left;
    width: 51px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.header .logo-text ul li a,
.header .logo-text ul li a:link,
.header .logo-text ul li a:visited {
    display: block;
    height: 24px;
    border-radius: 18px;
    color: #fff;
}

.header .logo-text ul li a:hover,
.header .logo-text ul li a.on {
    display: block;
    height: 24px;
    background: #fff;
    color: #10b5ff;
} 

/*导航*/
.nav {
    width: 100%;
    height: 55px;
    /* background: url(../images/nav-bg.jpg) repeat-x; */
	background-color: #f0f0f0;
    /* margin-bottom: 10px; */
    padding-top: 1px
}
.navline{
	width: 100%;
	height: 5px;
	background-color: #35aefd;
}
.nav .ul-nav {
    height: 55px;
	display: flex;
}

.nav .ul-nav li {
    width: 150px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    color: #1b1b1b;
    text-align: center;
    overflow: hidden
}
.nav .ul-nav li a:hover {
    display: block;
    color: #0078ff;
    /* transform: translateX(5px); */
}
.nav .ul-nav .active a{
    display: block;
    color: #0078ff;
}