/*top样式*/
.tit{
    width: 100%;
    height: 36px;
    background: #eaeaea;
}
.tit_conter{
    width: 1200px;
    height: 36px;
    line-height: 36px;
    margin: 0px auto;
    font-size: 14px;
    overflow: hidden;
}
.tit_conter b{
    color: #075fe8;
}
.tit_conter div:first-child{
    float: left;
    width: 1033px;
}
.tit_conter div:first-child a{
    display: inline-block;
}
.tit_conter a{
    display: inline-block;
    cursor: pointer;
}

.tit_conter span{
    margin: 0px 7px;
}
.tit_conter span:first-child{
    margin-left: 0px;
    margin-right: 11px;
}
.outside-box {
    width: 100%;
}
.inside-box {
    width: 1200px;
    margin: 0px auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.sep {
    margin-top: 20px;
    margin-bottom: 20px;
}
.adv a img{
    display: block;
    width: 100%;
    height: 80px;
}
.ls-box .logo {
    display: block;
}
.ls-box .search {
    margin-left: 118px;
    margin-top: 30px;
    overflow: hidden;
    width: 521px;
}

.ls-box .search form .inp {
    width: 377px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #1183de;
    border-right:none;
    float: left;
    text-indent: 2em;
    color: #cccccc;
    font-size: 14px;
}
.ls-box .search form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form :-ms-input-placeholder {
    /* IE 10+ */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form :-moz-placeholder {
    /* Firefox 18- */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form .but {
    width: 91px;
    height: 34px;
    line-height: 34px;
    background-color: #1183de;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    font-size: 14px;
    margin-left: -1px;
    border: 1px solid #1183de;
    border-left: none;
}
.land{
    width: 285px;
}
.phone{
    overflow: hidden;
    margin-top: 23px;
}
.phone div{
    float: left;
    text-align: center;
    margin-left: 13px;
}
.phone div:first-child{
    width: 40px;
}
.phone div:first-child img{
    width:100%;
    height: 40px;
}
.phone div span{
    color: #1183de;
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height:40px;
}
/*导航*/
.navs-box {
    height: 44px;
}
.navs-box .navs {
    height: 44px;
    line-height: 44px;
    display: flex;
    justify-content: space-between;
}
.navs-box .navs li {
    width: 105px;
    overflow: hidden;
    float: left;
    text-align: center;
}
.navs-box .navs li a {
    display: block;
    font-size: 16px;
}
.navs-box .navs li:hover a {
    font-weight: bold;
}

.navs-box .navs li:first-child {
    width: 263px;
    height: 44px;
    line-height: 44px;
    position: relative;
    text-align: center;
    background: url(../images/nav.png) center top no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.navs-box .navs li:first-child a {
    font-size: 18px;
    color: white;
    display: block;
}
.navs-box .navs li:first-child a img {
    position: relative;
    top: 5px;
    padding-right: 6px;
}
.navs-box .navs li:first-child a span{
    display: inline-block;
}
.footer {
    width: 100%;
    background: #1d8be4;
    min-height: 180px;
    overflow: hidden;
    margin-top: 40px;
}
.fotnav {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;

}
.footer-a{
    width: 810px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;

}
.fotnav a {
    float: left;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
}
.fotnav span {
    float: left;
    margin: 0px 2.5%;
    color: #fff;
}
.footer em{
    margin: 0px 300px;
    display: block;
    text-align: center;
    color: #ffff;
    line-height: 40px;
    font-size: 14px;
    text-indent: 85px;
}
em{
    font-style: normal;
}
.footer p {
    text-align: center;
    color: #ffff;
    line-height: 20px;
    font-size: 14px;
}
