/***

   ====================================================================
       Reset
   ====================================================================

***/

* {
    margin:0px;
    padding:0px;
    outline:none;
}
body {
    font-size:14px;
    color:#777777;
    line-height:1.7em;
    font-weight:400;
    background:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

a{
    text-decoration:none;
    cursor:pointer;
    color:#1e58c3;
}

a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none;
}

.page-wrapper{
    width: 100%;
}

.main-box{
    height: 74px;
    text-align: center;
    width:100%;
    position:relative;
}
.outer-container{
    width:85%;
    height: 74px;
    margin: auto;
}

.logo-outer{
    height: 74px;
}
.header-sign div{
    width: 100px;
    height: 74px;
    line-height: 74px;
}

.logo-outer hr{
    margin-top: -2px;
}

hr {
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-form{
    width: 100%;
    height:200px;
}
.contact-form-style{
    height:100%;
}

.contact-remark{
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    font-weight: 600;
    color: #473930;
}

.contact-input {
    width: 504px;
    margin: 0px auto 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-input input {
    width: 340px;
    height: 56px;
    border: 1px solid #cdcfd0;
    border-radius: 2px;
}
.input-lg {
    padding: 6px 11px;
    height: 40px;
    font-size: 16px;
}

.ant-input {
    font-family: "Chinese Quote",-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-variant: tabular-nums;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 4px 11px;
    width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
}

.contact-input .contact-button {
    width: 154px;
    height: 56px;
    font-size: 18px;
    margin-left: 10px;
    border-radius: 2px;
    color: #fff;
    background-color: #60bee8;
    border-color: #60bee8;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.035);
    box-shadow: 0 2px 0 rgba(0,0,0,.035);
}

.ant-btn-lg {
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
    height: 40px;
}
.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}
.ant-btn {
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    position: relative;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    color: rgba(0,0,0,.65);
    background-color: #fff;
    border-color: #d9d9d9;
}
.banner{
    width: 100%;
    height: 1020px;
}

.banner-first{
    height: 535px;
    background:url(../images/banner/banner-first.jpg) no-repeat 0px 0px;
    background-size: 100% 535px;
    display: flex;
    align-items: center;
}
.banner-desc{
    text-align: center;
    margin: auto;
    width: 100%;
    height: 200px;
    color: #ffffff;
    opacity:0.8;
    filter:alpha(opacity=80); /* 针对 IE8 以及更早的版本 */
}
.banner-big-desc{
    font-family: Berlin Sans FB;
    height: 100px;
    font-size: 106px;
}
.banner-small-desc{
    height: 100px;
    font-size: 36px;
}
.banner-second{
    width: 100%;
    height: 485px;
}

.second-desc{
    text-align: center;
    margin: auto;
    color: #ffffff;
    opacity:0.8;
    filter:alpha(opacity=80); /* 针对 IE8 以及更早的版本 */
}
.second-big-desc{
    font-family: Berlin Sans FB;
    height: 100px;
    font-size: 60px;
}
.second-small-desc{
    height: 100px;
    font-size: 28px;
}

.banner-second-left{
    width: 50%;
    height: 100%;
    background: #319CD7;
    display: flex;
    align-items: center;
}
.banner-second-right{
    width: 50%;
    height: 100%;
    background:url(../images/banner/banner-second-right.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
}

.category-outer{
    height: 485px;
    border: 1px solid #ffffff;
    background: aliceblue;
    background:url(../images/banner/category1.png) no-repeat 0px 0px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.category{
    width: 100%;
    height: 400px;
}

.category-title{
    text-align: center;
    margin: 30px auto;
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.category-title span{
    font-size: 60px;
    color: #333333;
    font-family: Berlin Sans FB;
}

.category-detail{
    width: 70%;
    height: 300px;
    margin: 20px auto;
}

.category-detail-son{
    text-align: center;
    font-size: 18px;
    width: 33.2%;
    height: 300px;
}
.category-detail-son ul li{
    color: #555555;
    padding: 7px;
    display: block;
    margin: 0;
}

.product-outer{
    height: 450px;
    display: flex;
    align-items: center;
}

.product{
    margin: auto;
    width: 1020px;
    height: 420px;
}

.product-title{
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-family: Berlin Sans FB;
}

.product-title span{
    font-size: 60px;
    color: #333333;
}

.product-body{
    width: 100%;
    height: 280px;
}

.product-detail{
    margin-top: 14px;
    height: 120px;
}

.product-detail-son{
    width: 320px ;
    height: 120px;
    border: 1px solid #dadada;
}

.icon-outer{
    text-align: center;
    width: 80px;
    height: 120px;
    display: flex;
    align-items: center;
}

.icon{
    text-align: center;
    margin: auto;
    width: 48px;
    height: 48px;

}
.icon img{
    width: 48px;
    height: 48px;
}

.icon-text{
    width: 240px;
    height: 100%;
}

.icon-text-title{
    margin-top: 30px;
    width: 100%;
    font-weight: 600;
    color: #333333;
}

.icon-text-desc{
    width: 100%;
    font-size:14px ;
    color: #999999;
}

.footer-box{
    height: 150px;
    text-align: center;
    width:100%;
    /*position:relative;*/
    border: 1px solid #dadada;
    background: #EBF6FC;
}
.outer-footer{
    width:85%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.footer-desc{
    color: #b3b3b3;
    font-size: 17px;
    margin: auto;
}

.footer-logo{
    position: absolute;
    width: 200px;
    height: 150px;
}

.footer-logo-img{
    height: 80px;
}

.share{
    height: 70px;
}

.share ul {
    margin: 0 22px;
    padding: 0;
}

.share ul li{
    display: block;
    float: left;
    margin: 0;
    width: 40px;
}

.tips-outer{
    width: 100%;
    height: 100px;
    margin: auto;
    text-align: center;
}
.tips-foot{
    font-size: 40px;
    font-family: Berlin Sans FB;
}
.tips-foot a{
    left: 15px;
    top: 100px;
}
