/*超算租用css*/
#app header .nav_url>li:nth-child(3)>a {
    color: rgba(196, 48, 44, 1) !important;
}

#app header .nav_url>li:nth-child(3)>a>p {
    border-color: rgba(196, 48, 44, 1);
}

#app header .nav_url>li:nth-child(3):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(196, 48, 44, 1);

}

.supercomputing {
    min-height: calc(100vh - 691px);
}

.menu {
    width: 100%;
    height: 72px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.menu_content {
    width: 100%;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .menu_content>ul {
    width: 1200px;
    height: 72px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.menu_content>ul>li {
    flex: 1;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .menu_content>ul>li>a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    height: 72px;
}

.menu .menu_content>ul>li:hover>a {
    color: #FFF;
    background: #C4302C;
}

.product_service {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_service>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1200px;
    padding: 70px 0;
}

h3 {
    height: 26px;
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    position: relative;
}

h3::after {
    position: absolute;
    left: 50%;
    bottom: -11px;
    width: 50px;
    height: 3px;
    background: #C4302C;
    content: "";
    transform: translateX(-50%);
}

.product_service>div>p {
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-top: 34px;
}

.product_service>div>strong {
    height: 20px;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #333333;
    line-height: 20px;
    display: block;
    position: relative;
    margin-top: 37px;
    padding: 0 7px;
}

.product_service>div>strong:nth-child(n+2) {
    margin-top: 60px;
}

.product_service>div>strong::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 14px;
    background: rgba(196, 48, 44, .1);
    width: 100%;

}

.product_service>div>.product_service_type {
    display: flex;
    flex-direction: row;
    width: 1200px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.product_service>div>.product_service_type>li {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
    align-items: center;
    width: 381px;
    height: 514px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(10, 49, 90, 0.2);
    border-radius: 3px;
    transition: 0.3s;
}

.product_service div .product_service_type>li:hover {
    transform: translateY(-10px);
}

.product_service div .product_service_type>li:hover strong {
    color: #C4302C;
    font-weight: 700;
}

.product_service div .product_service_type li button:hover {
    background-color: #C4302C;
    color: #fff;
}

.product_service>div>.product_service_type>li>i {
    display: block;
    width: 129px;
    height: 5px;
    background: linear-gradient(90deg, #C5312D, #EC5550);
}

.product_service>div>.product_service_type>li>strong {
    height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
    margin-top: 33px;
}

.product_service>div>.product_service_type>li>p {
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 22px;
    border-bottom: 1px solid RGBA(243, 214, 213, 1);
}

.product_service>div>.product_service_type>li>div {
    height: 237px;
    width: 100%;
    border-bottom: 1px solid RGBA(243, 214, 213, 1);
    border-top: 1px solid RGBA(243, 214, 213, 1);
    display: flex;
    flex-direction: column;
    padding-left: 7px;
    padding-top: 25px;
    margin-top: 22px;
}

.product_service>div>.product_service_type>li>div>p {
    display: flex;
    flex-direction: row;
}

.product_service>div>.product_service_type>li>div>p:nth-child(n+2) {
    margin-top: 15px;
}

.product_service>div>.product_service_type>li>div>p>label,
.product_service>div>.product_service_type>li>div>p>span {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.product_service>div>.product_service_type>li>div>p>span {
    margin-left: 20px;
}

.product_service>div>.product_service_type>li>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 7px;
    margin-top: 25px;
}

.product_service>div>.product_service_type>li>ul>li {
    height: 24px;
    background: #F9EAE9;
    border-radius: 2px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    color: #C4302C;
}

.product_service>div>.product_service_type>li>ul>li:nth-child(n+2) {
    margin-left: 10px;
}

.product_service>div>.product_service_type>li>button {
    width: 129px;
    height: 38px;
    /* background: linear-gradient(90deg, #C5312D, #EC5550); */
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #C4302C;
    border: 1px solid #C4302C;
    background-color: #fff;
    margin-top: 30px;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
}


.product_service>div>table {
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(10, 49, 90, 0.2);
    margin-top: 30px;
    border: 1px solid RGBA(233, 233, 233, 1);
}



.product_service>div>table thead {
    width: 1200px;
    height: 42px;
    background: linear-gradient(0deg, #C4302C, #F7625E);
}

.product_service>div>table th {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.product_service>div>table tbody tr {
    height: 42px;
}

.product_service>div>table td {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.product_service table tr :hover {
    background-color: #ed5854;
}

.product_service>div>table td:nth-child(n+2) {
    border-left: 1px solid RGBA(233, 233, 233, 1);
}

.product_service>div>table tbody tr:nth-child(n+2)>td {
    border-top: 1px solid RGBA(233, 233, 233, 1);
}

.product_service>div>.resource {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin-top: 37px;
}

.product_service>div>.resource>li {
    width: 584px;
    height: 310px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(10, 49, 90, 0.2);
    border-radius: 3px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    transition: 0.2s;
}

.product_service>div>.resource>li:nth-child(n+3) {
    margin-top: 30px;
}

.resource li:hover {
    transform: scale(1.05);
}

.resource li:hover strong {
    color: #C4302C;
    font-weight: 600;
}

.product_service>div>.resource>li>i {
    display: block;
    width: 180px;
    height: 5px;
    background: #C4302C;
}

.product_service>div>.resource>li>strong {
    height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
    margin-top: 33px;
}

.product_service>div>.resource>li>div {
    width: 100%;
    height: 224px;
    border-top: 1px solid RGBA(243, 214, 213, 1);
    /* border-bottom: 1px solid RGBA(243, 214, 213, 1); */
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;

}

.product_service>div>.resource>li>div>img {
    width: 170px;
    height: 200px;
}

.product_service>div>.resource>li>div>div {
    display: flex;
    flex-direction: column;

}

.product_service>div>.resource>li>div>div>p {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product_service>div>.resource>li>div>div>p>label,
.product_service>div>.resource>li>div>div>p>span {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.product_service>div>.resource>li>div>div>p:nth-child(n+2) {
    margin-top: 15px;
}

.product_service>div>.resource>li>button {
    width: 129px;
    height: 38px;
    /* background: linear-gradient(90deg, #C4302C, #ED5551); */
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #C4302C;
    border: 1px solid #C4302C;
    background-color: #fff;
    margin-top: 36px;
    outline: none;
    cursor: pointer;
}

.product_service>div>.resource>li>button:hover {
    color: #fff;
    background-color: #C4302C;
}

.advantage_platform {
    width: 100%;
    background: rgba(250, 250, 250, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage_platform>div {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 67px 0 85px;
}

.advantage_platform>div>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin-top: 66px;
}

.advantage_platform>div>ul>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 226px;
    height: 316px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding-top: 12px;
    transition: 0.2s;
}

.advantage_platform ul li:hover {
    box-shadow: 0px 0px 10px rgb(204, 203, 203), 0px 0px 10px rgba(204, 203, 203);
    transform: translateY(-10px);
}

.advantage_platform>div>ul>li>img {
    width: 207px;
    height: 151px;
}

.advantage_platform>div>ul>li>strong {
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-top: 30px;
}

.advantage_platform>div>ul>li>p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 22px;
}

.solution {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution>div {
    width: 1200px;
    display: flex;
    flex-direction: column;
    padding: 66px 0 78px;
    align-items: center;
}

.solution>div>div {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin-top: 60px;
}

.solution>div>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 18px;
    transition: 0.2s;
}

.solution div div ul li {
    transition: 0.3s;
}

.solution ul :hover {
    transform: scale(1.05);
    border: 1px solid #C4302C;
}

.solution ul :hover p {
    transform: scale(1);
    border: 0;
}

.solution ul :hover strong {
    transform: scale(1);
    border: 0;
    color: #C4302C;
    font-weight: 600;
}

.solution ul :hover img {
    transform: scale(1);
    border: 0;
}

.solution>div>div>div>strong {
    height: 24px;
    font-size: 24px;
    font-weight: 500;
    color: #C4302C;
    line-height: 24px;
}

.solution>div>div>div>strong:nth-child(2) {
    height: 22px;
    font-size: 22px;
    font-weight: 500;
    color: #C4302C;
    line-height: 22px;
    margin-top: 16px;
}

.solution>div>div>div>p {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    text-align: center;
}

.solution>div>div>div>img {
    width: 251px;
    height: 315px;
    margin-top: 73px;
}

.solution>div>div>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 46px;
}

.solution>div>div>ul>li {
    width: 213px;
    height: 295px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 21px;
}

.solution>div>div>ul>li:nth-child(n+5) {
    margin-top: 13px;
}

.solution>div>div>ul>li>img {
    width: 58px;
    height: 58px;
}

.solution>div>div>ul>li>strong {
    margin-top: 21px;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(196, 48, 44, 1);
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.solution>div>div>ul>li>p {
    margin-top: 17px;
    font-size: 13px;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
}

.service_process {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(250, 250, 250, 1);
}

.service_process>div {
    width: 1200px;
    padding: 67px 0 97px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.service_process>div>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 79px;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
}

.service_process>div>ul>li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_process>div>ul>li>div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.service_process>div>ul>li:nth-child(2n-1) {
    width: 294px;
}

.service_process>div>ul>li>div>strong {
    height: 30px;
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    color: #C4302C;
    line-height: 30px;
}

.service_process>div>ul>li>div>span {
    margin-left: 10px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}

.service_process li :hover {
    color: #C4302C;
    font-weight: 700;
}

.service_process>div>ul>li>p {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 14px;
    margin-top: 24px;
}

.service_process>div>ul>li>img {
    width: 34px;
    height: 19px;
}

.immediate_trial {
    width: 100%;
    height: 311px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../images/supercomputing/immediate_trial_bj.png") no-repeat;
    background-size: cover;
    justify-content: center;
}

.immediate_trial>strong {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.immediate_trial>button {
    width: 139px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 17px;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #C4302C;
    margin-top: 66px;
}

.immediate_trial button:hover {
    background-color: #C4302C;
    color: #fff;
}

#popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply1 {
    width: 800px;
    height: 742px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 57px 0;
    position: relative;
}

.apply1>h4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.apply1>h4>span {
    display: block;
    width: 276px;
    height: 1px;
    background: #CCCCCC;
}

.apply1>h4>strong {
    font-size: 32px;
    font-weight: 400;
    color: #202425;
    line-height: 32px;
    margin: 0 20px;
}

.popup_close {
    width: 15px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    right: 22px;
    top: 22px;
}

.apply1>.form_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 34px;
}

.apply1>.form_item>span {
    width: 110px;
    font-size: 16px;
    font-weight: 400;
    color: #40415A;
    line-height: 17px;
    text-align: right;
}

.apply1>.form_item>input {
    width: 598px;
    height: 44px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    outline: none;
    margin-left: 18px;
    font-size: 16px;
    color: #333;
    padding: 0 15px;
}

.apply1>.form_item>select {
    color: #666;
    height: 44px;
    font-size: 16px;
    width: 598px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    outline: none;
    margin-left: 18px;
    padding: 0 15px;
}

.apply1>.form_item>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 18px;
    width: 598px;
}

.btn {
    display: inline-block;
    height: 44px;
    width: 150px;
    transform: translateX(-150px);
    background-color: #c4302c;
    border: 0;
    border-radius: 3px;
    color: #fff;
}


.apply1>.form_item>div>img {
    width: 8px;
    height: 7px;
}

.apply1>.form_item>div>span {
    margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #C4302C;
    line-height: 16px;
}

.apply1>.form_hint {
    margin-top: 18px;
}

.apply1>button {
    margin-top: 57px;
    width: 205px;
    height: 46px;
    background: #C4302C;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    outline: none;
    border: none;
    cursor: pointer;
}

.banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.carousel_form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(332px, -50%);
    z-index: 9;
    width: 268px;
    height: 274px;
    background: rgba(0, 0, 0, .4);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 29px;
}

.carousel_form>h6 {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    height: 20px;
}

.carousel_form>input {
    width: 196px;
    height: 35px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    outline: none;
    padding: 0 17px;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    background: transparent;
    margin-top: 21px;
}

.carousel_form>input::placeholder {
    color: #fff;
}

.carousel_form>input:nth-child(n+3) {
    margin-top: 14px;
}

.carousel_form>button {
    width: 196px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 14px;
}

/* 声明弹窗 */
#statement {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: #00000091;
}

/* 里面内容 */
#statement .box {
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 1000px;
    height: 700px;
    box-shadow: 0 0 15px #817b7bb6, 0 0 15px #817b7bb6;
    border-radius: 10px;
}

#statement .cancel {
    float: right;
    margin: 20px;
    cursor: pointer;
}

#statement .top {
    color: #c4302c;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    border-bottom: 3px solid #c4302c;
    padding-bottom: 20px;
    margin-left: 60px;
    margin-right: 60px;
    letter-spacing: 2px;
}

#statement .title {
    margin-left: 60px;
    margin-right: 60px;
    text-align: center;
    margin-top: 2px;
    padding-top: 20px;
    font-weight: 700;
    font-size: 20px;
    border-top: 3px solid #c4302c;
    letter-spacing: 2px;
}

#statement .text {
    padding: 30px 60px;
}

#statement p {
    font-family: "宋体";
    text-indent: 2em;
    padding-bottom: 10px;
    line-height: 165%
}

#statement .l {
    text-align: left;
}

#statement .r {
    text-align: right;
}

#statement .seal {
    float: right;
    transform: translateY(-120px);
    margin-right: 10px;
}

/* 下载 */
.download .box {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.download .box .li {
    padding: 30px;
    transition: 0.5s;
}

.download .box .li:hover {
    transform: translateY(-20px);
}

.download .box .li:hover .text {
    color: #C4302C;
}

.download .box .li .img {
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 16px 0px rgba(89, 90, 90, 0.21);
    border-radius: 50%;
}

.download .box .li .img img {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
}

.download .box .li .text {
    width: 122px;
    height: 24px;
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #221815;
    line-height: 85px;
}