body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {margin:0;padding:0}
body, button, input, select, textarea {font: 12px/1.5 Microsoft YaHei,tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;}
a {text-decoration:none;outline:none;}
a:hover {text-decoration:underline}
em {font-style:normal}
li {list-style:none}
img{
    vertical-align:top;
    border:0;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
table {border-collapse:collapse;border-spacing:0}
p {word-wrap:break-word}
b {font-weight:normal;}
html, body{
    width: 100%;
    height: 100%;
}
.home_wrapper{
     position: relative;
     width: 100%;
     height: 100%;
     min-width: 1200px;
     min-height: 650px;
     max-width: 1920px;
     max-height: 1000px;
     background: url("../images/home_bg.jpg") no-repeat center center;
     margin: 0 auto;
}
.home_wrapper .home_header{
    width: 100%;
}
.home_wrapper .home_header .header_title{
    width: 100%;
    height: 32px;
    background: #f6f6f6;
}
.home_wrapper .home_header .header_title .title_container{
    width: 1200px;
    margin: 0 auto;
}
.home_wrapper .home_header .header_title .title_container .title_select_all{
    float: right;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_select{
    float: left;
    margin: 9px 0 0 23px;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_dl{
    position: relative;
    font-size: 14px;
    color: #222222;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_dt{
    width: 72px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    overflow: hidden;
    background: url("../images/home_down.png") no-repeat 60px 4px;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_dd{
    position: absolute;
    right: 0px;
    top: 20px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 6px 10px #939aa4;
    display: none;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_app{
    right: -40px;
    width: 166px;
    padding-top: 20px;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_app .code_container{
    width: 106px;
    margin: 0 auto;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_app .code_img{
    width: 106px;
    height: 106px;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_app .code_img .image{
    width: 100%;
    height: 100%;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_app .code_msg{
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_us{
    width: 275px;
    height: 100px;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_us .list{
    padding-top: 16px;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_us .item{
    width: 100%;
    margin-bottom: 14px;
    line-height: 1;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_us .item1{
    padding-left: 66px;
    background: url("../images/icon_phone.png") no-repeat 44px 0px;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_us .item2{
    padding-left: 66px;
    background: url("../images/icon_email.png") no-repeat 44px 0px;
}
.home_wrapper .home_header .header_title .title_container .title_select_all .title_us .item3{
    text-align: center;
}
.home_wrapper .home_header .header_logo{
    width: 100%;
    height: 60px;
    background: #ffffff;
}
.home_wrapper .home_header .header_logo .logo_container{
    width: 1200px;
    margin: 0 auto;
}
.home_wrapper .home_header .header_logo .logo_container .logo_content{
    width: 142px;
    height: 60px;
    float: left;
}
.home_wrapper .home_content{
    width: 1200px;
    margin: 0 auto;
}
.home_wrapper .home_content .font_title{
    width: 532px;
    height: 155px;
    background: url("../images/home_title.png") no-repeat center center;
    margin: 145px auto 22px;
}
.home_wrapper .home_content .font_subTitle{
    width: 249px;
    height: 36px;
    background: url("../images/home_subTitle.png") no-repeat center center;
    margin: 0PX auto 24px;
}
.home_wrapper .home_content .button_container{
    position: relative;
    z-index: 100;
    width: 100%;
    text-align: center;
}
.home_wrapper .home_content .button_container .content_button{
    display: inline-block;
    width: 238px;
    height: 38px;
    border: 1px solid #203649;
    margin: 0 19px;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    color: #203649;
    border-radius: 4px;
}
.home_wrapper .home_content .button_container .content_button:hover{
    width: 240px;
    height: 40px;
    line-height: 40px;
    border: none;
    color: #ffffff;
    background: #ff721f;
    text-decoration: none;
}
.home_wrapper .home_footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 196px;
    background: url("../images/home_footer.png") no-repeat center center;
}
.home_wrapper .home_footer .footer_msg{
    width: 1200px;
    line-height: 25px;
    padding-top: 10px;
    margin: 126px auto 0px;
    text-align: center;
    font-size: 14px;
    color: #bcbcbc;
}
.home_wrapper .home_footer .footer_msg a{
    color: #bcbcbc;
}
@media screen and (max-height: 700px) {
    .home_wrapper{
        min-height: 560px;
    }
    .home_wrapper .home_content .font_title{
        margin-top: 80px;
    }
}