/* banner start! */

.banner img {

    width: 100%;

    display: block;

}



/* banner end! */



/* 面包屑导航 start!  */

.crumbsNav {

    height: 54px;

    background: #FAFAFA;

    line-height: 54px;

}



.crumbsNav .crumbs {

    float: left;

    cursor: default;

}



.crumbsNav .crumbs span,

.crumbsNav .crumbs a {

    font-size: 14px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #666666;

}


.crumbsNav .crumbs a:hover {

    color: rgba(187, 19, 1, 1);

}



.crumbsNav .crumbs a.active {

    color: rgba(187, 19, 1, 1);

}



/* 面包屑导航 end!  */



/* 左边 */

.leftBox {

    float: left;

    width: 856px;

}


/* 二级导航 */

.newNavItem {

    margin: 0 0 40px;

}



.newNavItem .navBox {

    width: 100%;

    height: 49px;

    border-radius: 0px 25px 25px 0px;

    background: #ef1123;

}



.newNavItem .navBox li {

    float: left;

    width: 126px;

    height: 49px;

    line-height: 49px;

    text-align: center;

    margin: 0 20px 0 0;

    font-size: 14px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

    border-top-right-radius: 25px;

    border-bottom-right-radius: 25px;

    transition: .5s;
}



.newNavItem .navBox li:last-child {

    margin-right: 0;
}



.newNavItem .navBox li a {

    display: block;

    color: #fff;

}



.newNavItem .navBox li:hover {

    background: #FFB911;

}



.newNavItem .navBox li:hover a {

    color: #ef1123;

}



.newNavItem .navBox li.active {

    background: #FFB911;

}



.newNavItem .navBox li.active a {

    color: #ef1123;

}



.contactItem .info {

    margin-bottom: 25px;

}



.contactItem .info .tel,

.contactItem .info .mailbox {

    float: left;

    width: 401px;

    height: 154px;

    background: #FAFAFA;

    padding: 38px 0 0 30px;

    box-sizing: border-box;

    cursor: default;

}



.contactItem .info .mailbox {

    float: right;

}



.contactItem .info .tel {

    margin-right: 23px;

}



.contactItem .info .tel h2,
.contactItem .info .mailbox h2 {

    font-size: 24px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    margin-bottom: 18px;

    color: #666666;

}



.contactItem .info .tel h2 img,

.contactItem .info .mailbox h2 img {

    margin-right: 6px;

}



.contactItem .info .tel i {

    font-style: normal;

    font-size: 41px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #ef1123;

}



.contactItem .info .mailbox i {

    font-style: normal;

    font-size: 30px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #ef1123;

}



.map {

    margin-bottom: 33px;

}



.system .title{

    position: relative;

    width: 213px;

    height: 49px;

    background: #ef1123;

    border-radius: 0px 25px 25px 0px;

    line-height: 49px;

    padding-left: 43px;

    font-size: 24px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #FFFFFF;

    cursor: default;

    box-sizing: border-box;

    margin-bottom: 25px;

}



.system .title::before {

    position: absolute;

    content: '';

    width: 8px;

    height: 49px;

    left: 12px;

    top: 0;

    background-color: #fff;

}



.system .desc {

    width: 856px;

    background: #FFF9EA;

    padding: 24px 21px 26px 10px;

    box-sizing: border-box;

    cursor: default;

    margin-bottom: 26px;

}



.system .desc p {

    font-size: 18px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #333333;

    line-height: 30px;

    margin-bottom: 25px;

}



.system .desc p:last-child {

    margin-bottom: 0;

}



.system .form {

    width: 813px;

    margin: 0 auto;

}



.system .form div {

    position: relative;

    width: 100%;

    height: 64px;

    background: #FFFFFF;

    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.05);

    margin-bottom: 18px;

}



.system .form div input,

.system .form div option,

.system .form div select {

    display: block;

    width: 100%;

    height: 100%;

    border: 0;

    padding: 0 22px 0 17px;

    font-size: 16px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #333;

    line-height: 30px;

}



.system .form div.name::before,

.system .form div.tel::before {

    position: absolute;

    content: '*';

    top: 23px;

    left: 8px;

    font-size: 16px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #ef1123;

}



.system .form div.remarks {

    height: 167px;

    padding: 23px 22px 0 17px;

    box-sizing: border-box;

}



.system .form div.remarks textarea {

    width: 100%;

    height: 100%;

    border: 0;

    font-size: 16px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #333;

    line-height: 30px;

    resize: none;

}



.system .form button {

    width: 816px;

    height: 83px;

    background: #ef1123;

    border: 0;

    font-size: 24px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

}