/* å…¬å…± */
html,body {
    scroll-behavior:smooth
}
.min {
    width: 1200px;
    margin: 0 auto;
}

.title {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

/* å¯¼èˆª */

.allnav {
    width: 100%;
    height: 85px;
    background: #FFFFFF;
    box-shadow: 0px 8px 6px 0px rgba(62,62,62,0.09);
}
.nav-content{
    overflow: hidden;
}
.nav-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 85px;
    float: left;
}

.nav-tag {
    font-size: 18px;
    color: #333333;
    line-height: 85px;
    margin-right: 30px;
    cursor: pointer;
    float: left;
}
.nav-tag-first{
    color: #D50000;
    margin-left: 166px;
}

.nav-tag:hover {
    color: #D50000;
}

.nav-phone {
    width: 24px;
    height: 24px;
    margin-top: 4px;
    float: left;
}
.phone-right{
    float: left;
    margin-left: 10px;
}
.nav-right {
    margin-top: 26px;
    float: right;
}

.nav-num {
    font-size: 18px;
    color: #D50000;
}
.nav-text {
    width: 100%;
    font-size: 12px;
    color: #666666;
    text-align: justify;
}
.nav-text::after{
    content:"";
    display: inline-block;
    width:100%;
    overflow:hidden;
    height:0;
}
/* banner */
.banner {
    padding-top: 81px;
    height: 444px;
    background: url(/assets/img/banner_bg_policy.png) center/cover no-repeat;
}

.banner-titles {
    font-size: 84px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 8px;
    text-shadow: 0px 2px 13px #004AA4;
    text-align: center;
}

.banner-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 22px;
}

.banner-text div {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-shadow: 0px 1px 0px #002B6F;
    margin: 0 19px;
}

.banner-text img {
    width: 122px;
    height: 34px;
}

.banner-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 26px;
}

.banner-content-item {
    width: 380px;
    height: 172px;
    background: rgba(255,255,255,0.64);
    box-shadow: 0px 2px 17px 0px rgba(160,160,160,0.16);
    border-radius: 17px;
    border: 1px solid #FFFFFF;
    margin-bottom: 22px;
    overflow: hidden;
}

.banner-content-item2 {
    width: 404px;
}

.banner-content-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 27px;
}

.banner-content-title img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.banner-content-title div {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.banner-content-text {
    width: 328px;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    text-align: justify;
    margin: 10px auto 0;
}

.banner-tag {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.banner-tag div {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 41px;
    padding: 0 32px;
    border-radius: 21px;
    background: rgba(0,74,174,0.65);
    margin-right: 20px;
    cursor: pointer;
}

.banner-tag .banner-tag-last {
    margin-right: 0;
}

/* æ¡ˆä¾‹ */
.case {
    padding-top: 40px;
    padding-bottom: 17px;
}
.title-line {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-top: 10px;
    overflow: hidden;
}

.title-line-red {
    width: 158px;
    height: 3px;
    background: #D50000;
    margin-right: 10px;
}

.title-line-grey {
    width: 1032px;
    height: 3px;
    background: #EDEDED;
}

.case-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.case-content-item {
    position: relative;
    width: 332px;
    height: 145px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    margin-bottom: 23px;
    overflow: hidden;
    cursor: pointer;
}

.case-content-item:hover {
    border: 1px solid #D50000;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

.case-content-item div {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 30px;
    position: absolute;
    z-index: 2;
}

.case-content-item div span {
    color: #D50000;
    font-weight: bold;
}

.case-content-item img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 152px;
    height: 76px;
}

.case-content-item2 img {
    width: 118px;
    height: 100px;
}

.case-content-item3 img {
    right: 15px;
    width: 118px;
    height: 100px;
}

.case-content-item4 img {
    width: 90px;
    height: 114px;
    right: 10px;
}

.case-content-right {
    position: relative;
    width: 487px;
    height: 316px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
}
 
.case-content-right:hover {
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.05);
}

.case-right-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 245px;
    height: 316px;
    z-index: -1;
}

.case-right-title {
    position: absolute;
    top: 42px;
    left: 30px;
    width: 118px;
    height: 56px;
}

.case-content-right input {
    width: 258px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #F2F3F5;
    text-indent: 25px;
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 10px;
    margin-left: 197px;
}

.case-content-right .case-first-input {
    margin-top: 42px;
}

input::-webkit-input-placeholder {   
    color: #AFAFAF;   
}

.case-right-button {
    position: absolute;
    right: 30px;
    bottom: 36px;
    width: 260px;
    height: 36px;
    background: #D50000;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bolder;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.case-right-button:hover {
    background: #B60E0E;
}

/* è¡Œä¸š */
.industry {
    height: 223px;
    background: #F5F5F6;
    padding-top: 40px;
}

.industry .title-line-red {
    width: 240px;
}

.industry .title-line-grey {
    width: 950px;
}

.industry-arrangement {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.industry-img {
    margin-top: 16px;
}

.industry-img img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.industry-text {
    margin-top: 4px;
}

.industry-text div {
    width: 100px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 28px;
}

/* æ”¿ç­– */
.policy {
    padding-top: 40px;
}

.policy .title-line-red {
    width: 180px;
}

.policy .title-line-grey {
    width: 1010px;
}