* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

i, a {
    font-style: normal;
    text-decoration: none;
}

img {
    display: block;
}

body, form, li, p, ul {
    list-style: none;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-size: 12rem;
	/* letter-spacing: 2rem; */

}

body > div, body > footer {
    margin: 0 auto;
}

/*字体样式*/
.font_size_0 {
    font-size: 12rem;
}

.font_size_1 {
    font-size: 14rem;
}

.font_size_2 {
    font-size: 16rem;
}

.font_size_3 {
    font-size: 18rem;
}

.font_size_7 {
    font-size: 22rem;
}
.font_size_6 {
    font-size: 36rem;
}

.font_size_4 {
    font-size: 48rem;
}

.font_size_5 {
    font-size: 60rem;
}


/*盒子样式合集*/
.box_style_1 {
    max-width: 1920rem;
	width: 100%;
}

/*弹性布局样式合集*/
.flex {
    display: flex;
}

.flex_j_c_SP {
    display: flex;
    justify-content: space-between;
}

.flex_ALL_C {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_a_i_C {
    display: flex;
    align-items: center;
}

/*按钮样式合集*/
.button_style_1 {
    width: 151rem;
    height: 36rem;
    background: #fff;
    color: #5C2EB4;
    border-radius: 17rem;
    border: 1px solid #5C2EB4;
    cursor: pointer;
}

.button_style_1 img {
    display: none;
}

.button_style_1:hover {
    background: linear-gradient(-12deg, #B65BCD, #5C2EB4);
    color: #fff;
    border: none;
}

.button_style_1:hover img {
    display: block;
}

.button_style_2 {
    width: 151rem;
    height: 36rem;
    border: 1rem solid #FFFFFF;
    border-radius: 18rem;
    cursor: pointer;
}

.button_style_2:hover {
    background: linear-gradient(-12deg, #B65BCD, #5C2EB4);
    color: #fff;
    border: none;
}

.button_style_1 > img, .button_style_2 > img {
    width: 16rem;
    margin-top: 2rem;
}

.button_style_3 {
    width: 146rem;
    height: 36rem;
    background: #362B87;
    border-radius: 18rem;
    cursor: pointer;
    font-size: 14rem;
}


.button_style_4 {
    width: 186rem;
    height: 44rem;
    background: rgba(221, 103, 65, 0);
    border: 1rem solid #AF4ACA;
    border-radius: 20rem;
    cursor: pointer;
}

.button_style_3 > img, .button_style_4 > img {
    width: 12rem;
    height: 10rem;
    margin-left: 9rem;
}

.button_style_5 {
    width: 131rem;
    height: 41rem;
    background: #362B87;
    border-radius: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16rem;
    color: #fff;
    cursor: pointer;
	border: none;
}

.button_style_6 {
    width: 122rem;
    height: 32rem;
    background: #FFFFFF;
    border: 1rem solid #C6C6C6;
    border-radius: 15rem;
    cursor: pointer;
    margin: 19rem auto 0;
}

.button_style_6 > img {
    width: 6rem;
    height: 10rem;
    margin-left: 13rem;
}


/*换行样式合集*/
.text_warp_one {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.text_warp_two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

/*公共标题/文字样式*/
.common_title {
    font-size: 36rem;
    text-align: center;
    line-height: 36rem;
    font-weight: bold;
    color: #333333;
}

.common_title_2 {
    font-size: 24rem;
    line-height: 24rem;
    font-weight: 400;
    color: #333333;
}

.common_font_1 {
    font-size: 24rem;
    font-weight: 400;
    color: #AF4AC9;
    line-height: 24rem;
}

.common_font_2 {
    font-size: 24rem;
    font-weight: 400;
    color: #362B87;
    line-height: 24rem;
}

/*杂项*/
.must {
    font-size: 16rem;
    color: #DC3545;
}

#pop {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    display: none;
}

.pop_window {
    width: 605rem;
    height: 897rem;
    background: #FFFFFF;
    border-radius: 20rem;
    /* margin: 10% auto; */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.pop_window_title {
    font-size: 18rem;
    font-weight: bold;
    color: #333333;
    line-height: 18rem;
    display: flex;
    justify-content: space-between;
    padding: 28rem 35rem 15rem 24rem;
    border-bottom: 1rem solid #E5E5E5;
}

.pop_window_title > span {
    display: flex;
    align-items: center;
}

.pop_window_title > img {
    cursor: pointer;
}

.pop_window_form_title {
    font-size: 16rem;
    font-weight: 400;
    color: #666666;
    line-height: 16rem;
}

.pop_window_form {
    padding: 36rem 25rem 63rem 35rem;
}

.pop_window_form_check i {
    width: 12rem;
    height: 12rem;
    display: inline-block;
    margin-right: 8rem;
}

.pop_window_form_check li {
    margin-top: 24rem;
    display: flex;
    align-items: center;
    font-size: 16rem;
    line-height: 16rem;
}

.pop_window_form_check li input {
    width: 15rem;
    height: 15rem;
    margin-right: 12rem;
}

.pop_window_form_check input {
    border-color: #ccc !important;
}

.pop_window_form_radio {
    margin-top: 33rem;
    font-size: 16rem;
    color: #000;
    line-height: 16rem;
}

.pop_window_form_radio > div + div {
    margin-left: 29rem;
}

.pop_window_form_radio input {
    margin-right: 4rem;
}

.pop_window_form_input {
    margin-top: 39rem;

}

.pop_window_form_input > div {
    display: flex;
    align-items: center;
    font-size: 16rem;
    padding-left: 23rem;
}

.pop_window_form_input > div + div {
    margin-top: 18rem
}

.pop_window_form_input input {
    width: 298rem;
    height: 34rem;
    background: rgba(186, 198, 182, 0);
    border: 1rem solid #CCCCCC;
    padding: 10rem;
    margin-left: 16rem;
}

.pop_window_form_input_left {
    width: 78rem;
    font-size: 16rem;
    font-weight: 400;
    color: #666666;
    line-height: 30rem;
    text-align: right;
}

.pop_window_form_input_button {
    margin-top: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop_window_form_input_button > button {
	font-size: 18rem;
    width: 176rem;
    height: 48rem;
    border-radius: 24rem;
    cursor: pointer;
    background-color: #fff;
    border: 1rem solid #4564ff;
    color: #4564ff;
}

.pop_window_form_input_button > button:last-child {
    margin-left: 40rem;
    background-color: #4564ff;
    color: #fff;
    border: none;
}

/*公共颜色*/
.color_bg_1 {
    background-color: #27933D;
}

.color_bg_2 {
    background-color: #1A355E;
}

.color_bg_3 {
    background-color: #BAC6B6;
}

.color_bg_4 {
    background-color: #B2047C;
}

.color_bg_5 {
    background-color: #CF0889;
}

.color_bg_6 {
    background-color: #0318EB;
}

.color_bg_7 {
    background-color: #195B0A;
}


.common_header_nav img {
    cursor: pointer;
}

.common_header_nav a:hover {
    color: #5C2EB4;
}

/*手机版本header*/
.small_header {
    width: 100%;
    position: fixed;
    height: 45px;
    line-height: 45px;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 0 0 46px;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgb(4 0 0 / 4%);
    z-index: 100;
    display: none;
}

.small_header .logo {
    width: auto;
    height: 100%;
}
.small_header .logo_index {
    width: auto;
    height: 100%;
}

.mo-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 55px;
    height: 45px;
    background-color: #c8c8c8;
}

.menuBtn b {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn {
    position: absolute;
    top: 12px;
    left: 19px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.mo-menu.open .menuBtn b {
    display: none;
    position: absolute;
    left: 0;
    top: 20%;
    width: 20px;
}

.mo-menu.open .menuBtn b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.mo-menu.open .menuBtn b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.allMenu {
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    padding: 20px;
    height: calc(100vh - 45px);
    background: rgba(0, 0, 0, .9);
    z-index: 100;
}

.allMenu li {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.allMenu a {
    color: #fff;
    font-size: 16px;
}
.lan-c{
    position: fixed;
    top: 0;
    right: 60px;
    display: flex;
    flex-flow: row-reverse;
}
.lan-ico{
    width: 55px;
    height: 45px;
}
.lan-change a{
    display: inline-block;
    padding: 0 10px;
    font-size: 28rem;
}
.lan-change .active{
    color: #ff0000;
}
.lan-change{
    overflow: hidden;
    width: 0;
}
    /*杂项*/
.logo-box img {
    cursor: pointer;
}


/*放上动态显示*/
.img_hover {
    transition: .2s all linear;
}

.img_hover:hover {
    transform: scale(1.05);
}

.img_bg_hover {
    transition: .2s all linear;
}

.img_bg_hover:hover {
    transform: scale(1.05);
}

/*媒介查询*/
@media (max-width: 769px) {
    .small_header {
        display: block;
        padding: 0;
    }

    body {
        padding-top: 45px;
    }

    .box_style_1 {
        width: 100%;
    }

    /* .foot_css {
        display: none !important;
    }
 */
    .index-header {
        display: none !important;
    }

    .common_header_nav {
        visibility: hidden;
    }
}

.arrow_right {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    background-color: gray;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30rem;
}
/* 分页 */
.pagebar{
	margin: 30rem;
}
.paginations{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.paginations a{
	border: 1px solid #ccc;
	color: #666;
	display: block;
	margin:0 5rem 5rem 5rem;
	padding: 10rem;
}
.paginations .page-num-current{
	background: #362B87;
	color: #fff;
	border: 1px solid #362B87;
}
.common_header_title{
    font-size: 48rem;
    color: #fff;
    letter-spacing: 10rem;
	padding: 200rem;
	
}
.out-msky {
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
    display: none;
}
.out-box {
    margin:16% auto;
    width: 60%;
    background: #020230;
    padding:30px;
    box-sizing: box-sizing;
}
.out-title {
    font-size: 26px;
    font-weight: bold;
    color:#ed9e0e;
    margin-bottom: 20px;
}
.out-word {
    font-size: 18px;
    color:#fff;
    line-height: 30px;
}
.btn-box {
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
     margin-top:30px;
}
.btn-one {
    font-size: 16px;
    padding:10px 40px;
    border:1px solid #fff;
    color:#fff;
    margin-right:30px;
    cursor: pointer;
}
.btn-one a {
    color:#fff;
}
#outlik {
    color:#fff;
    cursor: pointer;
    font-size: 16rem;
}