/*reset css start*/
*:focus {
    outline: none;
}

input {
    border: none;
}

textarea:focus {
    outline: none;
}

body,
html {
    width: 100%;
    min-width: 1200px
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body {
    font-family: 微软雅黑;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    display: block;
}

li {
    list-style: none
}

img {
    display: block;
    border: 0 none;
}

video:focus {
    outline: none
}

/*common css*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w900 {
    width: 900px;
    margin: 0 auto;
}

.head_wrap {
    background-color: #da251d;
    height: 120px;
    padding-top: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.head_wrap>.w1200 {
    position: relative;
}

.head_wrap>.w1200>h1>a {
    font-size: 0;
}

.head_wrap>.w1200>h1>a>#logo {
    margin-right: 14px;
}

.head_wrap>.w1200>h1>a>img {
    display: inline-block;
    vertical-align: middle;
}

.head_wrap>.w1200>a.back {
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    margin-right: 16px;
    margin-top: 26px;
}

.head_wrap>.w1200>.fr {
    margin-top: 26px;
    margin-left: 10px;
}

.head_wrap>.w1200>.fr>.search_box {
    position: relative;
    min-width: 23px;
    min-height: 23px;
    z-index: 999;
}

.head_wrap>.w1200>.fr>.search_box>.search {
    display: none;
    width: 140px;
    height: 25px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    margin-right: 29px;
}

.head_wrap>.w1200>.fr>.search_box>i {
    position: absolute;
    right: 2px;
    width: 23px;
    height: 23px;
    display: inline-block;
}

.head_wrap>.w1200>.fr>.search_box>i.start_search {
    background: url("../img/start_serach_24.png") no-repeat center;
}

.head_wrap>.w1200>.fr>.search_box>i.close_search {
    display: none;
    background: url("../img/close_serach_03.png") no-repeat center;
}

.head_wrap>.w1200>.fr>.search_box>.btn_search {
    display: none;
    position: absolute;
    width: 18px;
    height: 19px;
    right: 32px;
    top: 3px;
    background: url(../img/search_btn.png) no-repeat center;
    cursor: pointer;
}