﻿* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #f5f5f5;
}

.bfc::after {
    content: "";
    display: block;
    clear: both;
}
/* å½“å‰æ—¶é—´ */
.demo {
    display: flex;
    float: right;
}

a{
	text-decoration: none;
}
.dhlb.bfc li a {
    color: #333333;
}
.nav_active a {
    color: #569def !important;
}
/*å¤´éƒ¨æ ·å¼*/
input {
    border: none;
}

li{
    list-style: none;
}

.herder_top {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    background-color: #569def;
    font-size: 14px;
}
.top1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.top_title {
    width: 900px;
    float: left;
}

.search {
    width: 260px;
    float: right;
    position: relative;
}

.dqsj {
    display: inline-block;
    margin-left: 30px;
}


.texts {
    width: 190px;
   height: 25px;
    line-height: 25px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 360px;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px; 
    behavior: url(ie-css3.htc);
    padding: 0 1%;
    position: absolute;
    top: 5px;
    border:none;
}

.s_btn {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 70px;
    top: 9px;
    cursor: pointer;
    vertical-align: middle;
    boder:none;
    background: url(sou1.png) no-repeat;
    border: none;
}
/* ç™»å½•æ³¨å†Œæ ·å¼ */
 .top_title ul {
       display: flex;
       float: right;
      
   }
   .top_title ul li a{
   color: #fff;
   margin-right: 20px;
   }
	 
.logo {
    width: 46%;
    float: left;
}

.logo img {
    width: 480px;
}


.lodh {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    width: auto;
}

.lodh_root {
    /* margin-top: 20px; */
    margin-top: 0px;
}


.lodh ul li {
    width: 90px;
    height: 70px;
    margin-top: 30px;
    line-height: 90px;
    float: left;
}

.lodh ul li:hover {
	border-bottom: 2px solid #569def;
}

.lodh ul li:hover a {
	color:  #569def;
}
 .navigation ul li:hover{
	border-bottom: 2px solid #569def;
}
.navigation ul li:hover a{
	color: #569def;
}
.navigation ul li .hli_active{
	border-bottom: 2px solid #569def;
}

 #nav .nav_active{

color: #569def;
    display: block;
    width: 7%;
    height: 70px;
   
    border-bottom: 2px solid #569def;

}

/* 页面 */
@media (max-width: 1300px) {
    body {
        width: 1300px;
    }
}