*{
    margin:0;
    padding:0;
}
ul li{
    list-style-type:none;
}
a {
    text-decoration: none;
}
.content-box{
    width: 1200px;
    margin: 0 auto;
}
.sp60{
    width: 100%;
    height: 60px;
}
.displayflex{
    display: flex;
}

.sxywrap{
    min-width: 1200px;
}
.sxywrap .bannerwrap{
    width: 100%;
}
.sxywrap .bannerwrap img{
    width: 100%;
}
.sxywrap .bannerinpro{
    position: relative;
    background-color: #ffffff;
    margin-top: -66px;
    z-index: 1;
    box-shadow:0px 4px 10px #E8E8E8;
}
.sxywrap .bannerinpro ul{
    display: flex;
    padding: 20px;
}
.sxywrap .bannerinpro ul li{
    text-align: center;
    flex: 1;
}
.sxywrap .bannerinpro ul li img{
    width: 54px;
    height: 51px;
}
.sxywrap .bannerinpro ul li p{
    font-size: 18px;
    margin-top: 6px;
}
.sxywrap .h2title{
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.sxywrap .h2title span{
    color: #FF5949;
}
.sxywrap .h2title:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    content: '';
    width: 100px;
    height: 6px;
    margin: 0 auto;
    background-color: #FF5949;
    border-radius: 12px;
}
.sxywrap .main_02{
    margin-bottom: 30px;
}
.sxywrap .main_02 ul{
    display: flex;
    justify-content: space-between;
}
.sxywrap .main_02 ul li{
    position: relative;
    border: 1px solid #FF5949;
    padding-bottom: 45px;
}
.sxywrap .main_02 ul li img{
    width: 100%;
    height: 100%;
}
.sxywrap .main_02 ul li p{
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #FF5949;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.sxywrap .main_03{
    background: rgba(255,89,73, .1);
    padding-bottom: 60px;
}
.sxywrap .main_03 ul{
    display: flex;
    justify-content: space-between;
}
.sxywrap .main_03 ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    width: 140px;
    height: 121px;
    background: url("../img/sxy/kjds10_03_03.png") no-repeat;
    text-align: center;
    color: #ffffff;
}
.sxywrap .main_04{
    background: url("../img/sxy/kjds10_04_bg.png") no-repeat center center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sxywrap .main_04 .leftitem ul li, .sxywrap .main_04 .rightitem ul li{
    display: flex;
    margin: 60px 0;
}
.sxywrap .main_04 .leftitem ul li img{
    width: 115px;
    height: 115px;
    margin-right: 20px;
}
.sxywrap .main_04 .leftitem ul li dl dt, .sxywrap .main_04 .rightitem ul li dl dt{
    position: relative;
    font-size: 18px;
    color: #FF5949;
    font-weight: bold;
    margin: 6px 0 12px 0;
}
.sxywrap .main_04 .leftitem ul li:nth-child(1) dl dt:before{
    position: absolute;
    right: -83px;
    top: 14px;
    content: '';
    width: 163px;
    height: 1px;
    border-top: 1px dashed #38456F;
}
.sxywrap .main_04 .leftitem ul li:nth-child(1) dl dt:after{
    position: absolute;
    right: -160px;
    top: 36px;
    transform: rotate(31deg);
    content: '';
    width: 82px;
    height: 1px;
    border-top: 1px dashed #38456F;
}
.sxywrap .main_04 .leftitem ul li:nth-child(2) dl dt:before{
    position: absolute;
    right: -66px;
    top: 14px;
    content: '';
    width: 114px;
    height: 1px;
    border-top: 1px dashed #38456F;
}
.sxywrap .main_04 .leftitem ul li:nth-child(2) dl dt:after{
    position: absolute;
    right: -108px;
    top: 26px;
    transform: rotate(31deg);
    content: '';
    width: 44px;
    height: 1px;
    border-top: 1px dashed #38456F;
}
.sxywrap .main_04 .leftitem ul li:nth-child(3) dl dt:before{
    position: absolute;
    right: -94px;
    top: 14px;
    content: '';
    width: 163px;
    height: 1px;
    border-top: 1px dashed #38456F;
}
.sxywrap .main_04 .leftitem ul li:nth-child(3) dl dt:after{
    position: absolute;
    right: -142px;
    top: 1px;
    transform: rotate(-31deg);
    content: '';
    width: 50px;
    height: 1px;
    border-top: 1px dashed #38456F;
}
.sxywrap .main_04 .leftitem ul li dl dt span{
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #FF5949;
}
.sxywrap .main_04 .centeritem{
    width: 382px;
    height: 332px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    line-height: 44px;
}
.sxywrap .main_04 .rightitem ul li img{
    width: 115px;
    height: 115px;
    margin-left: 20px;
}
.sxywrap .main_04 .rightitem ul li dl{
    flex: 1;
    text-align: right;
}
.sxywrap .main_04 .rightitem ul li:nth-child(1) dl dt:before{
    position: absolute;
    left: -96px;
    top: 14px;
    content: '';
    width: 163px;
    height: 1px;
    border-top: 1px dashed #38456F;
}
.sxywrap .main_04 .rightitem ul li:nth-child(1) dl dt:after{
    position: absolute;
    left: -168px;
    top: 34px;
    transform: rotate(-31deg);
    content: '';
    width: 76px;
    height: 1px;
    border-top: 1px dashed #38456F;
}
.sxywrap .main_04 .rightitem ul li:nth-child(2) dl dt:before{
    position: absolute;
    left: -47px;
    top: 14px;
    content: '';
    width: 114px;
    height: 1px;
    border-top: 1px dashed #38456F;
}
.sxywrap .main_04 .rightitem ul li:nth-child(2) dl dt:after{
    position: absolute;
    left: -74px;
    top: 21px;
    transform: rotate(-31deg);
    content: '';
    width: 28px;
    height: 1px;
    border-top: 1px dashed #38456F;
}
.sxywrap .main_04 .rightitem ul li:nth-child(3) dl dt:before{
    position: absolute;
    left: -94px;
    top: 14px;
    content: '';
    width: 163px;
    height: 1px;
    border-top: 1px dashed #38456F;
}
.sxywrap .main_04 .rightitem ul li:nth-child(3) dl dt:after{
    position: absolute;
    left: -135px;
    top: 3px;
    transform: rotate(31deg);
    content: '';
    width: 43px;
    height: 1px;
    border-top: 1px dashed #38456F;
}
.sxywrap .main_04 .rightitem ul li dl dt span{
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #FF5949;
}
.sxywrap .main_05{
    background: url("../img/sxy/kjds10_05bg.jpg") no-repeat center center;
    background-size: cover;
    color: #ffffff;
}
.sxywrap .main_05 .main_05_left {
    width: 750px;
    padding: 60px 200px 60px 0;
    box-sizing: border-box;
}
.sxywrap .main_05 .main_05_right {
    flex: 1;
    padding: 60px 0px 60px 20px;
    box-sizing: border-box;
}
.sxywrap .main_05 .main_05_left h3, .sxywrap .main_05 .main_05_right h3{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.sxywrap .main_05 .main_05_left h5, .sxywrap .main_05 .main_05_right h5{
    text-align: center;
    margin: 22px auto;
}
.sxywrap .main_05 .main_05_left ul{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.sxywrap .main_05 .main_05_left ul li{
    position: relative;
    text-align: center;
}
.sxywrap .main_05 .main_05_left ul li:after{
    position: absolute;
    top: 0;
    right: -66px;
    content: '';
    width: 1px;
    height: 100%;
    border-right: 1px solid #ffffff;
}
.sxywrap .main_05 .main_05_left ul li:last-child:after{
    content: none;
}
.sxywrap .main_05 .main_05_left ul li img{
    width: 64px;
    height: 65px;
}
.sxywrap .main_05 .main_05_left ul li h4, .sxywrap .main_05 .main_05_left ul li dl{
    margin-top: 12px;
    line-height: 24px;
}
.sxywrap .main_06 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sxywrap .main_06 ul li{
    width: 30%;
    text-align: center;
    box-shadow: 0 0 10px #E8E8E8;
    margin: 30px 0;
    padding: 30px;
    box-sizing: border-box;
}
.sxywrap .main_06 ul li img{
    width: 124px;
    height: 124px;
}
.sxywrap .main_06 ul li p{
    line-height: 24px;
    font-size: 18px;
    margin-top: 12px;
}
.sxywrap .main_07{
    background: url("../img/sxy/kjds10_07.jpg") no-repeat center center;
    background-size: cover;
}
.sxywrap .main_07{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 12px 0px;
    color: #ffffff;
}
.sxywrap .main_07 button{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    margin-left: 30px;
    white-space: nowrap;
    cursor: pointer;
    background: #FF5949;
    border: 1px solid #FF5949;
    color: #ffffff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    transition: .1s;
    font-weight: 600;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 24px;
    border-radius: 4px;
}
.sxywrap .main_07 .botban{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.sxywrap .main_07 .botban .logoimg{
    width: 80px;
}
.sxywrap .main_07 .botban .wechartimg{
    width: 80px;
}
/*多国语言支持*/
.imgtransbanner{
    display: flex;
}
.imgtransbanner img{
    width: 100%;
}
.imgtransbanner .leftwrap,
.imgtransbanner .rightwrap{
    flex: 1;
}
.imgtransbanner .rightwrap{
    margin-left: 16px;
}