/*content-begin*/
.content {
    margin: 0 auto 0;
}
.content .content_item13 {
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto 80px;
    text-align: center;
    background-color: #f4f9fd;
}
.content_item13 form {
    width: 1200px;
    margin: 0 auto;
}
.content_item13 form .content_item13_ul {
    width: 100%;
}
.content_item13_ul {
    display: flex;
    justify-content: space-between;
    background-color: #1a038b;
    border-radius: 7px;
    padding: 10px;
    box-sizing: border-box;
}
.content_item13_ul li {
    display: flex;
    width: 75%;
    height: 50px;
    margin: 0 10px;
    position: relative;
}
.content_item13_ul li:last-child {
    width: 15%;
}
.content_item13_ul li input {
    border: none;
    padding-left: 10px;
    width: 100%;
}
.content_item13_ul li .yzm {
    width: 20%;
    background-color: white;
    border-left: 1px solid #dbd0cc;
    padding: 0;
}
.content_item13_ul li:last-child input {
    border: none;
    background-color: #f15b5c;
    border-radius: 7px;
    width: 130px;
    color: white;
    font-size: 16px;
}
.content_item13_ul li span {
    color: red;
    position: absolute;
    top: 50px;
}

.content .content_item14 {
    width: 1200px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto 0;
    text-align: center;
}
.content_item14 {
    display: flex;
    justify-content: space-between;
}
.content_item14 .content_item14_left {
    width: 47%;
}
.content_item14_left img {
    width: 100%;
}
.content_item14 .content_item14_right {
    width: 47%;
    text-align: left;
}
.content_item14_right h2 {
    margin-bottom: 30px;
    font-size: 28px;
    color: #333333;
    font-weight: normal;
}
.content_item14_right .content_item14_ul {

}
.content_item14_ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.content_item14_ul li svg {
    margin-top: 20px;
    width: 30px;
    height: 30px;
}
.content_item14_ul li img {
    margin-top: 20px;
    width: 30px;
    height: 30px;
}
.content_item14_ul li .content_item14_ul_div {
    width: 85%;
}
.content_item14_ul_div h3 {
    margin: 0 0 10px;
    color: #333333;
    font-size: 21px;
    font-weight: 550;
}
.content_item14_ul_div p {
    color: #666666;
}

.content .content_item15 {
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0 auto 20px;
    text-align: center;
    background-color: #f4f9fd;
}
.content_item15>.content_item15_h1 {
    margin-bottom: 100px;
}
.content_item15 .content_item15_ul {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.content_item15_ul li {

}
.content_item15_ul li .content_item15_ul_top {
    margin-bottom: 20px;
    position: relative;
}
.content_item15_ul_top b {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    height: 50px;
    border: 1px solid #999999;
    color: #666666;
    font-size: 26px;
}
.content_item15_ul_top .top_line_right {
    display: inline-block;
    height: 1px;
    width: 30px;
    background-color: #999999;
    position: absolute;
    right: 0;
    top: 25px;
}
.content_item15_ul_top .top_line_left {
    display: inline-block;
    height: 1px;
    width: 30px;
    background-color: #999999;
    position: absolute;
    left: 0;
    top: 25px;
}
.content_item15_ul li .content_item15_ul_bottom {
}
.content_item15_ul li .content_item15_ul_bottom p {
    width: 80%;
    margin: 0 auto;
    color: #666666;
}
.content_item15_ul li .content_item15_ul_bottom p:first-child {
    font-weight: 550;
    margin-bottom: 10px;
    font-size: 18px;
}

.content .content_item16 {
    width: 1200px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto 80px;
}
.content_item16 .content_item16_body {
    display: flex;
    justify-content: space-between;
}
.content_item16_body .content_item16_left  {
    width: 47%;
}
.content_item16_left img {
    width: 100%;
}
.content_item16_body .content_item16_right  {
    width: 47%;
}
.content_item16_right img {
    width: 200px;
    height: 100px;
}
.content_item16_right .content_item16_ul {
    margin-top: 20px;
}
.content_item16_ul li {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333333;
}

.content .content_item17 {
    width: 1200px;
    margin: 0 auto 0;
    padding-bottom: 70px;
}
.content_item17 .content_item17_h1 {
    text-align: left;
    border-left: 3px solid #e65407;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.content_item17 .content_item17_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content_item17_ul li {
    width: 48%;
    margin-bottom: 40px;
}
.content_item17_ul li p:first-child {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333333;
    font-weight: 550;
}
.content_item17_ul li p:last-child {
    font-size: 16px;
    color: #666666;
}

.content .content_item18 {
    width: 1200px;
    margin: 0 auto 80px;
    padding-bottom: 70px;
}
.content_item18>.content_item18_h1 {
    margin-bottom: 50px;
}
.content_item18 .content_item18_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content_item18_ul li {
    width: 32%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
}
.content_item18_ul li img {
    width: 100%;
    height: 140px;
}
.content_item18_ul li .content_item18_ul_info {
    position: relative;
    top: -110px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
}
.content_item18_ul_info span {
    font-size: 24px;
    color: #e65407;
}
.content_item18_ul_info a {
    float: right;
    width: 100px;
    text-align: center;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background-color: rgba(230, 84, 7, 1);
    text-decoration: none;
    transition: all 0.5s;
}
.content_item18_ul_info a:hover {
    opacity: 0.5;
}

/*content-end*/