.index_banner .swiper-pagination-bullet , .index_banner .swiper-pagination-switch {
    width: 40px;
	height: 3px;
	background: #fff;
	opacity: 0.5;
    border-radius: 0px;
    margin: 0px 8px;
    filter:alpha(opacity=50);
    display: inline-block;
}

.index_banner .swiper-pagination-bullet-active , .index_banner .swiper-active-switch {
    opacity: 1;
    filter:alpha(opacity=100);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 172% !important;
}
@media(max-width: 769px){
    .index_banner .swiper-pagination-bullet , .index_banner .swiper-pagination-switch {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        text-align: right;
        padding-right: 10px;
    }
}


header {
    /*background: rgba(0,0,0,0.4);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66000000, endcolorstr=#66000000);*/
}

.index_server {
    width: 100%;
    position: relative;
    padding: 40px 0px;
    text-align: center;
}

.index_server>img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.index_banner .swiper-pagination {
    left: 0px;
    bottom: 30px;
    width: 100%;
}


.index_server .index_container {
    position: relative;
    z-index: 1;
}


.index_server_tit {
    font-size: 38px;
	color: #fff;
	opacity: 0.9;
    margin-bottom: 20px;
}


.index_server_desc {
    font-size: 26px;
	color: #fff;
	opacity: 0.9;
}


.index_case {
    padding: 120px 0px 0px;
    background: #fff;
}


.index_case_nav {
    max-width: 70%;
    float: left;
}


.index_case_nav li {
    padding: 16px 44px;
    border: solid 1px #e5e5e5;
    display: inline-block;
    font-size: 20px;
    margin-right: 30px;
	color: #666;
    cursor: pointer;
}

.index_case_nav li.on {
    background: #d90000;
    border: 1px solid #d90000;
    color: #fff;
}

.index_case_top {
    padding-bottom: 62px;
}


.index_case_btns {
    max-width: 30%;
    float: right;
    position: relative;
}

.index_case_btns .swiper-button-prev , .index_case_btns .swiper-button-next  {
    display: inline-block;
    overflow: hidden;
    position: relative;
    right: auto;
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 40px;
	height: 60px;
	background-color: #d90000;
    background: #fff;
    text-align: center;
    line-height: 60px;
    margin: 0px;
    opacity: 1 !important;
    bottom: -25px;
    z-index: 1;
}

.index_case_btns .swiper-button-prev:after , .index_case_btns .swiper-button-next:after  {
    display: none;
}


.index_case_more {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin: 0px 20px;
}

.index_case_more img {
    width: 14px;
    height: auto;
}

.index_case_more img.img2  {
    display: none;
}

.index_case_btns .swiper-button-prev img , .index_case_btns .swiper-button-next img {
    width: 13px;
	height: 24px;
}
.index_case_btns .swiper-button-prev .img2 , .index_case_btns .swiper-button-next .img2 {
    display: none;
} 

.index_progress_top {
    text-align: center;
}

.index_progress_top_tit {
    font-size: 38px;
	color: #333;
    margin-bottom: 36px;
}


.index_progress_top_desc {
    width: 70%;
    font-size: 16px;
    margin: 0px auto 104px;
	line-height: 34px;
	color: #999;
}


.index_progress_list {
    overflow: hidden;
}


.index_progress_list li {
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    position: relative;
    z-index: 1;
}

.index_progress_list li img {
    height: 72px;
    display: block;
    margin: 0px auto 98px;
}


.index_progress_tit {
    font-size: 24px;
	color: #333;
    margin-bottom: 25px;
}

.index_progress_desc {
    font-size: 16px;
	color: #333;
	opacity: 0.4;
}

.index_progress_list li:after {
    position: absolute;
    top: 120px;
    content: '';
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 12px;
	height: 12px;
	background: #fff;
	border: solid 1px #ccc;
    display: block;
    border-radius: 50%;
    z-index: 1;
}

.index_progress_main {
    position: relative;
}


.index_progress_main:after {
    display: block;
    content: '';
    position: absolute;
    top: 126px;
    left: 0px;
    width: 100%;
    height: 1px ;
    border-bottom: 1px dashed #e5e5e5;
}


.index_progress {
    padding: 106px 0px 170px;
    background: #fff;
}


.index_msg {
    overflow: hidden;
}

.index_msg_left {
    width: 63.02%;
    float: left;
    height: 260px;
    background: #07192d;
    padding: 30px  0px 30px 0px;
    box-sizing: border-box;
}

.index_msg_left_inner {
    width: 80%;
    float: right;
    box-sizing: border-box;
    padding-right: 30px;
}

.index_msg_right {
    width: 36.98%;
    float: right;
    height: 260px;
    position: relative;
}

.index_msg_right>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}


.index_msg_right_inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 90px 30px 30px;
    width: 100%;
    box-sizing: border-box;
}


.index_msg_right_tit {
    font-size: 30px;
	color: #fff;
    margin-bottom: 40px;
}

.index_msg_right_tit span {
    display: inline-block;
    padding: 0px 20px;
    position: relative;
}

.index_msg_right_tit span + span:after  {
    content: '';
    display: block;
    width: 1px;
	height: 14px;
	background: #fff;
    opacity: 0.6;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
}


.index_msg_tit {
    font-size: 26px;
	color: #fff;
    margin-bottom: 46px;
}


.index_msg_list {
    overflow: hidden;
    width: 80%;
    float: left
}


.index_msg_list li {
    width: 44%;
    margin-right: 6%;
    float: left;
    margin-bottom: 40px;
    border-bottom: 1px solid #6a7581;
    padding-bottom: 10px;
}

.index_msg_list li.large {
    width: 94%;
    margin: 0px;
}

.index_msg_list_tit {
    font-size: 16px;
    color: #fff;
    margin:0px 0px 10px;
    display: none;
}

.index_msg_list li input , .index_msg_list li textarea {
    font-size: 16px;
    color: #fff;
}

.index_msg_list li input::-webkit-input-placeholder, .index_msg_list li textarea::-webkit-input-placeholder {
    color: #fbefef;
}

.index_msg_list li input::-moz-input-placeholder, .index_msg_list li textarea::-moz-input-placeholder {
    color: #fbefef;
}

.index_msg_list li input::-ms-input-placeholder, .index_msg_list li textarea::-ms-input-placeholder {
    color: #fbefef;
}


.index_msg_submit {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #e61211;
    width: 16%;
    border: 1px solid #fff;
    float: left;
    background: rgba(255,255,255,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);
    margin-top: 62px;
}


.index_msg_right_desc {
    font-family: "HANSKENDRICKV-REGULAR";
    font-size: 16px;
	color: #ccc;
}


.index_banner  .swiper-slide img {
    width: 100%;
    height: auto;
}


.index_case_btns {
    display: none;
}

.index_case_btns.on {
    display: block;
}

.index_case_container {
    display: none;
}

.index_case_container.on {
    display: block;
}


.index_case_btns {
    position: relative;
    bottom: 24px;
}

.index_banner video {
    width:100%;
    height: 900px;
    display: block;
    background: #000;
}

.index_banner .swiper-slide {
    height: 900px !important;
    overflow: hidden;
}

.index_banner .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 10000%;
}
@media (min-width:769px) {

    .index_msg_submit:hover {
        color: #fff;
        background: rgba(217,0,0,0.8);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19d90000,endColorstr=#19d90000);
        border: none;
    }
    .index_progress_list li:hover:after {
        border: solid 1px #fb0202;
    }

    .index_progress_list li:hover .index_progress_tit {
        font-size: 30px;
    }
    .index_progress_list li:hover .index_progress_desc {
        opacity: 0.6;
    }
    .index_case_nav li:hover {
        background: #d90000;
        border: 1px solid #d90000;
        color: #fff;
    }
    .index_case_btns .swiper-button-prev:hover  , .index_case_btns .swiper-button-next:hover  { 
        background: #d90000;
    }
    .index_case_btns .swiper-button-prev:hover .img1 , .index_case_btns .swiper-button-next:hover .img1 {
        display:  none;
    }
    .index_case_btns .swiper-button-prev:hover .img2 , .index_case_btns .swiper-button-next:hover .img2 {
        display: inline-block;
    }
    .index_case_more:hover img.img1  {
        display: none;
    }
    .index_case_more:hover img.img2  {
        display: inline-block;
    }

    header {
        position: absolute;
        top: 0px;
        left: 0px;
        background: rgba(0,0,0,0.4);
        z-index: 99;
    }
/*--- yuanna �������� �޸�start ---*/
    .header_list>li>a {
        color: #fff;
    }
    .header_list li:hover > a , .header_list li.on > a {
        color: #fff;
    }
/*--- yuanna �������� �޸�end ---*/
    .header_list li a:after {
        background: #fff;
    }
    .header_logo img.img2 {
        display: inline-block;
    }
    .header_logo img.img1 {
        display: none;
    }
}


@media (max-width:768px) {
    .index_banner video  , .index_banner .swiper-slide  {
        height: 220px !important;
    }
    .header_logo img.img1 {
        display: inline-block;
    }
    .header_logo img.img2 {
        display: none;
    }
    .index_server_tit {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .index_server_desc {
        font-size: 16px;
    }
    .index_server>img {
        display: none;
    }
    .index_server {
        padding: 26px 0px;
        background: #d90000;
    }
    .index_case_nav li {
        padding: 8px 0px;
        border: solid 1px #e5e5e5;
        display: block;
        font-size: 14px;
        margin-right: 0px;
        color: #666;
        cursor: pointer;
        width: 22%;
        text-align: center;
        float: left;
        margin: 1.5%;
    }
    .index_case_nav {
        max-width: 100%;
        float: left;
        width: 100%;
        text-align: center;
    }
    .index_case_btns {
        max-width: 100%;
        float: right;
        position: relative;
        margin-top: 10px;
        bottom: 0px;
    }
    .index_case_btns .swiper-button-prev, .index_case_btns .swiper-button-next {
        display: inline-block;
        overflow: hidden;
        position: relative;
        right: auto;
        left: 0px;
        top: auto;
        bottom: 0px;
        width: 40px;
        height: 30px;
        background-color: #d90000;
        background: #fff;
        text-align: center;
        line-height: 30px;
        margin: 0px;
        opacity: 1 !important;
        bottom: -10px;
        z-index: 1;
    }
    .index_case_more {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 0px 10px;
    }
    .index_case_top {
        padding-bottom: 30px;
    }
    .index_case {
        padding: 30px 0px 0px;
    }
    .index_progress {
        padding: 30px 0px;
    }
    .index_progress_top_tit {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .index_progress_top_desc {
        width: 100%;
        font-size: 14px;
        margin: 0px auto 40px;
        line-height: 24px;
    }
    .index_progress_main:after {
        top: 54px;
    }
    .index_progress_list li img {
        height: 30px;
        margin: 0px auto 40px;
    }
    .index_progress_tit {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .index_progress_desc {
        font-size: 12px;
        line-height: 20px;
    }

    .index_progress_list li:after {
        top: 50px;
        width: 8px;
        height: 8px;
    }
    .index_msg_left {
        width: 100%;
        float: left;
        height: auto;
        padding: 30px 4%;
        box-sizing: border-box;
    }

    .index_msg_left_inner {
        width: 100%;
        padding-right: 0px;
    }
    .index_msg_tit {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .index_msg_list li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 24px;
        padding-bottom: 10px;
    }
    .index_msg_list {
        width: 100%;
    }
    .index_msg_submit {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        width: 100%;
        margin-top: 24px;
        background-color: white;
    }
    .index_msg_list li input, .index_msg_list li textarea {
        font-size: 14px;
    }
    .index_msg_list li.large {
        width: 100%;
    }
    .index_msg_right_tit {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .index_msg_right_desc {
        font-size: 14px;
    }
    .index_msg_right>img {
        width: 100%;
        height: auto;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .index_msg_right {
        width: 100%;
        float: right;
        height: auto;
        position: relative;
    }
    .index_msg_right_inner {
        position: absolute;
        z-index: 1;
        text-align: center;
        padding: 58px 4%;
        width: 100%;
        box-sizing: border-box;
        height: 100%;
        /* z-index: 10; */
        top: 0px;
        left: 0px;
    }
    .index_msg_right_tit span {
        padding: 0px 10px;
    }
    header {
        background: #fff;
    }
    .index_case_btns {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        text-align: center;
        width: 100%
    }
    .index_case {
        padding: 30px 0px 44px;
        position: relative;
    }
}