@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
body{
background-color: #FAFAFA;
}
a{
    text-decoration: none;
    /*color: #595757;;*/
    color: black;
}
.head {
    width: 100%;
    height: 92px;
    background-color: white;
}

.head_main {
    width: 1020px;
    margin: 0 auto;
}

.logo {
    width: 449px;
    height: 57px;
    position: relative;
    top: 15px;
}

.head_right {
    background-image: url(../img/head.png);
    background-size: cover;
    float: right;
    width: 40%;
    height: 41px;
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
}

.head_right  div {
    display: inline-block;
    _zoom: 1;
    _display:inline;
    vertical-align: middle;
    margin-left: 20px;
}

.head_right > div:nth-of-type(1) {
    margin-left: 26px;
}

.head_right span {
    color: white;
    font-size: 13px;
}

.head_right img {
    position: relative;
    top: 2px;
}
.detail_banner{
    width: 100%;
    height: 295px;
    position: relative;
    /*top: 15px;*/
}
.detail_main{
    width: 976px;
    margin: 0 auto;
    /*border: 1px solid;*/
    _margin-left: auto;
    _margin-right: auto;
    background-color: white;
    /*margin-top: 350px;*/
}
h3{
    text-align: center;
    font-size: 33px;
    font-weight: 500;
}
.sub_tittle{
    text-align: center;
    margin-top: 20px;
    color: #A3A3A3;
}
.sub_tittle span{
    margin-left: 10px;
}
.content_img{
    text-align: center;
    margin-top: 50px;
}
.tittle_div{
    border-bottom: 2px solid #2393E6;
    height: 116px;
    margin-top: 30px;
}
.content_world{
    text-indent: 33px;
    padding: 15px;
    line-height: 30px;
}
.attachment{
    margin-top: 80px;
    border-top: 1px solid #efefef;
    padding-top: 30px;
    padding-bottom: 30px;
}
.attachment_div{
    height: 35px;
    font-size: 13px;
    padding-left: 20px;
}
.content_btn{
    margin-top: 50px;
    margin-bottom: 100px;
    padding-bottom: 30px;
}
.attachment_name{
    color: #555555;
    padding: 0 0 0 20px;
    background: url(../img/icons.png) no-repeat left -357px;
}
.btn{
    background-color: #1C8FE5;
    width: 50px;
    height: 17px;
    color: white;
    border-radius: 6px;
    text-align: center;
    padding-top: 0;
    font-size: 12px;
    margin-left: 15px;
    display: inline-block;
    _zoom:1;
    _display: inline;
    position: relative\9;
    top: -3px\9;
    _top: 1px;
}

.foot{
    width: 100%;
    height: 121px;
    background-color: #0E82D9;
    /*margin-top: 50px;*/
}
.outermost{
    display: block;
    width: 933px;
    height: 38px;
    background-color: white;
    margin: 0 auto;
    border-radius: 100px;
}
.outermost>span{
    width: 920px;
    height: 29px;
    background-color: #F1F1F1;
    display: block;
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
    top: 3px;
}
.inside{
    display: inline-block;
    _zoom: 1;
    _display: inline;
    width: 140px;
    height: 29px;
    background-color: #0E82D9;
    border-radius: 100px;
    color: white;
    font-size: 15px;
    _position: relative;
    _top: 5px;
    _left: 10px;
}
.inside>span{
    position: relative;
    top: 4px;
    left: 14px;
}
.foot a{
    font-size: 12px;
    color: #0E82D9;
}
.inside_link{
    position: relative;
    top: 3px;
    left: 10px;
    _top: -2px;
}
.foot_first{
    width: 976px;
    margin: 0 auto;
}
.foot_second{
    display: block;
    width: 933px;
    margin: 0 auto;
    font-size: 12px;
    color: white;
    margin-top: 25px;
}
a{
    color: white;
    position: relative\9;
    top: 2px\9;
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){
    /*兼容IE11*/
    a{
        color: white;
        position: relative;
        top: 2px;
    }
    .btn{
        background-color: #1C8FE5;
        width: 50px;
        height: 17px;
        color: white;
        border-radius: 6px;
        text-align: center;
        padding-top: 0;
        font-size: 12px;
        margin-left: 15px;
        display: inline-block;
        _zoom:1;
        _display: inline;
        position: relative;
        top: -3px;
    }
}