* {
    font-family: cursive;
}
body{
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 509px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, strong, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
ul,ol,li {
    list-style: none;
}
a {
    text-decoration: none;
}
/*
/   工具栏
 */
.ds-top-toolBar{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    line-height: 70px;
    text-align: left;
    z-index: 10001;
    background-color: #fff;
    font-family: "微软雅黑";
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    padding: 0 40px;
    box-sizing: border-box;
    outline: none;
}
.ds-toolBar-box{
    margin: 0 auto;
    max-width: 1580px;
    min-width: 1200px;
    height: 100%;
    font-size: 12px;
}
.ds-Logo{
    float: left;
    margin: 0;
    width: 455px;
    height: 95px;
    margin-top: 10px;
}
.ds-Logo img{
    height: 97px;
    width: 240px;
    border: 0;
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
    margin-top: -10px;
}
.ds-Logo span{
    height: 70px;
    font-family: 华文楷体!important;
    padding-left: 20px;
    font-size: 25px;
    color: #333333;
}
.ds-toolBar-right{
    position: relative;
    float: right;
    width: auto;
    height: 70px;
    font-size: 0;
}
.ds-toolBar-item{
    position: relative;
    margin-right: 35px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}
.ds-toolBar-btn{
    line-height: 100px;
}
.ds-toolBar-btn-text{
    font-size: 20px;
    color: #333;
    text-decoration: none;
    transition: color .3s;
}
.ds-toolBar-item:hover .ds-toolBar-btn-text {
    color: #0076fe;
}
/*
/   搜索框，保障说明
 */
#banner-img{
    width: 100%;
}

/* #search{
    width: 100%;
    background-color: white;
}
#search .search-body{
    width: 1200px;
    margin: 0 auto;
} */
.search-body-tiele{
    padding: 50px 0 40px;
}
.order-enquiry-cv{
    font-size: 26px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.order-enquiry-ev{
    font-size: 14px;
    text-align: center;
    color: #888888;
    font-family: arial;
    line-height: 32px;
}
.search-body-tiele span{
    display: block;
    width: 60px;
    border-bottom: 1px solid #a51e32;
    margin: 0 auto;
    padding-top: 10px;
}
.search-body-box{
    width: 610px;
    margin: 10px auto;
    height: 60px;
    /* margin-bottom: 80px; */
}
.box-input{
    float: left;
    font-size:16px
}
.box-btn{
    float: left;
}
.box-input input{
    width: 528px;
    height: 60px;
    border: 1px solid #c8c8c8;
    padding: 0 29px;
    font-size: 18px;
    color: #333333;
}
.box-btn button{
    width: 80px;
    height: 60px;
    background: url(images/search.png) no-repeat center center;
    background-color: #333333;
    border:0px;
    cursor: pointer;
}
.search-body-Authority{
    width: 1300px;
    padding-bottom: 60px;
    overflow: hidden;
    margin: 0 auto;
}
.ds-Authority1{
    width: 278px;
    height: 318px;
    border: 1px solid #eeeeee;
    margin-right: 27px;
    position: relative;
    float: left;

}
.ds-Authority1-box{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 40px;
}
.boxImg1{
    background: url(images/Authority1-1.png) no-repeat center center;
}
.boxImg2{
    background: url(images/Authority1-2.png) no-repeat center center;
}
.boxImg3{
    background: url(images/Authority1-3.png) no-repeat center center;
}
.boxImg4{
    background: url(images/Authority1-4.png) no-repeat center center;
}
.ds-Authority1-box img{
    margin: 0 auto;
}
.img{
    -webkit-transition: -webkit-transform 0.5s ease-out;
}
.ds-Authority1:hover{
    -webkit-box-shadow:0px 3px 3px #c8c8c8 ;
    -moz-box-shadow:0px 3px 3px #c8c8c8 ;

    box-shadow:0px 3px 3px #c8c8c8 ;
}
.ds-Authority1:hover .img{
    -webkit-transform: rotateZ(360deg);
}
.ds-Authority1-title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    line-height: 56px;
}
.ds-Authority1 span{
    width: 60px;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #a51e32;
}
.ds-Authority1-content{
    padding-top: 15px;
    width: 195px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    color: #888888;
}
/*
/   尾部
 */
.ds-bottom{
    padding-bottom:0;
    background-color: #ffffff;
    box-shadow: inset 0px 1px 0px 0px #e5e5e5;
    width: 100%;
    overflow: hidden;
}
.ds-bottm-contact{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.ds-contact-left{
    width: 70%;
    box-sizing: border-box;
    padding-top: 82px;
    padding-left: 80px;
    float: left;
    position: relative;
    z-index: 99;
}
.ds-contact-left ul{
    height: 26px;
    margin-bottom: 18px;
}
.ds-contact-left li{
    float: left;
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: rgb(51, 51, 51);
    padding: 0px 14px;
}
.ds-contact-left a{
    text-decoration: none;
    color: #333333;
}
.ds-contact-right{
    float: right;
    width: 25%;
    box-sizing: border-box;
    padding-top: 32px;
    padding-left: 18px;
}
.ds-contact-right h3{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -1px;
    color: #333333;
    padding-left: 3px;
}
.ds-contact-right p{
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -1px;
    color: #333333;
    margin-top: 8px;
    margin-bottom: 10px;
}
.ds-bottm-footer{
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    margin-top: 33px;
    letter-spacing: 0px;
    color: rgb(102, 102, 102);
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding: 30px 10px;
}
.ds-bottm-footer a{
    text-decoration: none;
    color: #333333;
}
