﻿@charset "UTF-8";

/*
*   program: 张掖市山丹县
*   author: ln
*   date: 2018-07-09
*/

.g-head, .g-main, .g-foot {
    min-width: 1200px;
}

.sd-body {
    background: #edf6ff url("sd-bg.jpg") center top no-repeat;
}

.sd-head-tool {
    height: 222px;
}

.sd-head-logoWrapper {
    padding-top: 72px;
    margin-left: -15px;
}

.sd-head-logo {
    display: inline-block;
    width: 378px;
    height: 130px;
}

.sd-head-logo .img {
    width: 100%;
    height: 100%;
}

.sd-head-searchWrapper {
    padding-top: 109px;
}

.sd-head-search {
    padding: 1px 0 1px 26px;
    background: url("sd-head-searchBg.png") center top no-repeat;
}

.sd-head-search .inp {
    width: 382px;
    height: 40px;
    line-height: 40px;
    padding-right: 26px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}

.sd-head-search .btn {
    width: 41px;
    height: 40px;
    font-size: 0;
    cursor: pointer;
    background: url("sd-head-searchBtn.png") center top no-repeat;
}

.sd-head-nav li {
    float: left;
}

.sd-head-nav .a {
    display: block;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #d13a37;
    border-left: 1px solid #de726f;
    box-sizing: border-box;
}

.sd-head-nav .a:first-child {
    border-left: none;
}

.sd-head-nav .a.cur, .sd-head-nav .a:hover {
    border-left-color: #9d1512;
    background-color: #9d1512;
}

.sd-head-nav .a .img {
    margin-right: 7px;
}

.sd-head-nav .a .tt {
    font-size: 18px;
    color: #fff;
}

.sd-foot {
    margin-top: 13px;
}

.sd-drop {
    line-height: 40px;
}

.sd-drop>.sp {
    font-weight: bold;
    font-size: 16px;
    color: #f2370b;
}

.sd-drop>.img {
    margin: 0 3px 0 -1px;
}

.sd-drop-groups {
    float: right;
}

.sd-drop-down {
    float: left;
    position: relative;
    width: 198px;
    height: 38px;
    line-height: 38px;
    margin-left: 17px;
    background: #fff url(sd-drop-iconArrow.png) 178px center no-repeat;
    border: 1px solid #eee;
}

.sd-drop-down:first-child {
    margin-left: 0;
}

.sd-drop-down .tag {
    padding-left: 9px;
    font-size: 12px;
    color: #828282;
    cursor: pointer;
}

.sd-drop-lists {
    display: none;
    position: absolute;
    bottom: 39px;
    left: 0;
    width: 100%;
    max-height: 120px;
    overflow-y: auto;
    background: #fff;
}

.sd-drop-lists li {
    height: 38px;
}

.sd-drop-lists li a {
    margin-left: 9px;
    font-size: 12px;
    color: #828282;
}

.sd-foot-ti {
   padding: 29px 7px 32px 13px; 
}

.sd-foot-ti .lf {
    width: 930px;
}

.sd-foot-ti .p {
    margin-top: 18px;
}

.sd-foot-ti .p:first-child {
    margin-top: 0;
}

.sd-foot-ti .p .tt {
    margin-left: 12px;
    font-size: 12px;
    color: #666;
}

.sd-foot-ti .p .tt:first-child {
    margin-left: 0;
}

.sd-foot-ti .img {
    display: inline-block;
}

.sd-foot-ti .find {
    margin: 5px 0 0 33px;
}