﻿ul, ol, li, dl, dt, dd {
    list-style: none;
    font-style: normal;
    margin: 0;
    padding: 0;
}
/*index共用class*/
.index-more {
    text-align: center;
}
.index-more a {
    display: inline-block;
    border: 1px solid #A0AEC8;
    color: #fff;
    font-size: 16px;
    padding: 8px 27px;
}
.index-more a:hover {
    background: #E93E3D;
    border: 1px solid #E93E3D;
}

/*index-main1*/
.index-main1 {
    position: relative;
    background: #4a4a4a;
    z-index: 2;
    overflow: hidden;
}
.index-main1 ul {
	width: 1200px;
	margin: 0 auto;
}
.index-main1 ul li {
    width: 16.6666%;
    text-align: center;
    float: left;
}
.index-main1 ul li .img {
    padding-top: 26px;
}
.index-main1 ul li a {
    color: #fff;
    display: block;
    height: 165px;
}
.index-main1 ul li h4 {
    font-size: 18px;
    margin-top: 20px;
}
.index-main1 ul li a:hover {
    background: #fa1e1a;
}
@media (max-width:1199px) {
	.index-main1 ul {
		width: 100%;
	}
	.index-main1 ul li {
		width: 33.3333%;
		border-top: 1px solid #b5b5b5;
   	 	border-right: 1px solid #b5b5b5;
	}
	.index-main1 ul li .img {
		padding-top: 0;
	}
	.index-main1 ul li .img img {
		width: 40%;
	}
	.index-main1 ul li h4 {
		font-size: 14px;
		margin-top: 10px;
	}
	.index-main1 ul li a {
		height: auto;
	}
}


.index-main2 {
    width: 100%;
    background-color: #FFF;
    padding-top: 1vw;
    padding-bottom: 1vw;
    overflow: hidden;
    /* background-image: url(http://www.orico.com.cn/frontend/web/images/indexbox-video.jpg); */
}
.index-main2 .box1 {
    width: 49.3%;
    margin-right: 1.4%;
    float: left;
    position: relative;
    background-color: white;
}
.index-main2 .box1 video {
    width: 100%;
    display: block;
}
.index-main2 .box1 .text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    line-height: 30px;
    height: 30px;
    margin-top: -15px;
    color: #101010;
    font-size: 2.875em;
    font-weight: 600;
}
.index-main2 .box2 {
    width: 49.3%;
    margin-right: 0;
    float: left;
    position: relative;
    /* border: 1px solid #dbdee1; */
    background-color: white;
}
.index-main2 .box2 a {
    display: block;
    width: 100%;
    margin-bottom: 0.74vw;
    overflow: hidden;
    position: relative;
    color: #101010;
	height: 565px;
}
.index-main2 .box2 img {
    height: auto;
    max-width: 100%;
	height: 580px;
}

.index-main2 .box2 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
}
.index-main2 .box2 a:hover .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 2;
    color: #101010;
}
.index-main2 .box2 .content_text {
    margin-top: 95px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /* margin: 0 auto; */
    /* height: 565px; */
}
.index-main2 .box2 .content_text .left {
    width: 100%;
    float: left;
    /* margin: 0 auto; */
    /* height: 565px; */
}
.index-main2 .box2 .content_text .title {
display:inline-block;font-size:1.875em;color:#333333;padding-bottom:0px;margin-right:10px; font-weight: 600;
}
.index-main2 .box2 .content_text .subtitle {
    font-size: 1.25em;
    text-align: left;
    margin-top: 0.8vw;
}
.index-main2 .box2 .content_text .right {
    width: 20%;
    float: left;
    font-size: 4.375em;
    text-align: center;
    padding-top: 1.5vw;
}
@media screen and (min-width:998px) and (max-width:1440px) {
    .index-main2 .box1 .text {
        font-size: 2em;
    }
    .index-main2 .box2 .content_text {
        margin-top: 1.2vw;
    }
    .index-main2 .box2 .content_text .subtitle {
        margin-top: 0;
    }
    .index-main2 .box2 .content_text .right {
        padding-top: 0;
    }
}
@media screen and (min-width:768px) and (max-width:998px) {
    .index-main2 .box1 .text {
        font-size: 1.5em;
    }
    .index-main2 .box2 .content_text {
        margin-top: 1.2vw;
    }
    .index-main2 .box2 .content_text .title {
        line-height: 1.2em;
    }
    .index-main2 .box2 .content_text .subtitle {
        font-size: 1em;
    }
    .index-main2 .box2 .content_text .right {
        padding-top: 0;
        font-size: 3.375em;
    }
}
@media (max-width:767px) {
    .index-main2 .box1 {
        width: 100%;
        margin-right: 0;
    }
    .index-main2 .box2 {
        width: 100%;
    }
    .index-main2 .box1 .text {
        font-size: 1.5em;
    }
    .index-main2 .box2 .content_text {
        margin-top: 1.2vw;
    }
    .index-main2 .box2 .content_text .title {
        line-height: 1.8em;
    }
    .index-main2 .box2 .content_text .subtitle {
        font-size: 1em;
        margin-top: 0;
    }
    .index-main2 .box2 .content_text .right {
        padding-top: 5px;
        font-size: 3.375em;
    }
}


.index-main3 {
    background-size: cover;
}
.index-main3 .title {
    text-align: center;
    padding-top: 200px;
}
.index-main3 .title img {}
.index-main3 .text {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-top: 30px;
}
.index-main3 .box {
    text-align: center;
}
.index-main3 .box img {
	width:100%
}
.index-main3 .box2 {
    text-align: center;
}
.index-main3 .box2 .inbox {
    display: inline-block;
}
.index-main3 .box2 .inbox .item {
    width: 150px;
    height: 150px;
    float: left;
    text-align: center;
    line-height: 150px;
}
.index-main3 .box2 a {
    width: 88px;
    height: 88px;
    line-height: 88px;
    font-size: 18px;
    color: #333;
    background: #FFF;
    text-align: center;
    border-radius: 88px;
    display: inline-block;
}
.index-main3 .box2 a:hover {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #D83E3E;
    color: #FFF;
    line-height: 100px;
}

@media (max-width:767px) {
    .index-main3 {
    }
    .index-main3 .title {
        padding-top: 50px;
    }
    .index-main3 .title img {
        width: 50%;
    }
    .index-main3 .box {
    }
    .index-main3 .box img {
        width: 100%;
    }
    .index-main3 .box2 .inbox {
        display: block;
    }
    .index-main3 .box2 .inbox .item {
        width: 25%;
    }
    .index-main3 .box2 a {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
    }
}

.index-main4 {
    background-repeat: no-repeat;
    background-position: center 0;
	background-color:#313131;
    padding-top: 80px;
    padding-bottom: 50px;
    background-size: cover;
}
.index-main4 .content {
    width: 1440px;
    margin: 0 auto;
}
.index-main4 .title {
    font-size: 36px;
    font-weight: lighter;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
.index-main4 .line-tit {
    display: block;
    width: 40px;
    border-top: 2px solid #E93E3D;
    margin: 0 auto;
}
.index-main4 .index-news-swiper {
    padding: 60px 74px;
    margin-bottom: 40px;
}
.index-main4 .swiper-slide {
    background: #fff;
    overflow: hidden;
}
.index-main4 .swiper-slide .zoomImg {
    display: block;
    width: 380px;
    height: 286px;
    transition: all .3s ease-out 0s;
}
.index-main4 .swiper-slide:hover .zoomImg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s ease-out 0s;
}
.index-main4 .swiper-slide .indexNewsCon {
    padding: 23px 20px 25px;
}
.index-main4 .swiper-slide .indexNewsCon .indexNewsTit {
    font-size: 18px;
    margin-bottom: 13px;
    height: 44px;
    overflow: hidden;
}
.index-main4 .swiper-slide .indexNewsCon .indexNewstext {
    color: #666;
    overflow: hidden;
	height:80px;
}
.index-main4 .swiper-slide .indexNewsCon .date {
    color: #999;
    padding-top: 20px;
}
.index-main4 .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
    margin: 0 7px !important;
}
.index-main4 .swiper-pagination-bullet-active {
    background: #FA1E1A;
}

@media (max-width: 1440px) {
    .index-main4 {
        padding-top: 30px;
    }
    .index-main4 .content {
        width: 100%;
    }
    .index-main4 .swiper-slide .zoomImg {
        min-height: 286px;
		margin: 0 auto;
    }
    .index-main4 .index-news-swiper {
        margin-bottom: 10px;
        padding: 30px 0 50px 0;
    }
}

.index-main5 {
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url(../images/img02.jpg);
    text-align: center;
    padding-bottom: 50px;
    background-size: cover;
}
.index-main5 .numTitle {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 30px;
    margin-top: 0;
}
.index-main5 .numText {
    font-size: 36px;
    font-weight: lighter;
    line-height: 36px;
    color: #fff;
    margin-bottom: 30px;
}
.index-main5 .borderLine {
    display: block;
    width: 40px;
    margin: 0 auto;
    height: 2px;
    background: #fff;
}
.index-main5 .commonWeb {
    width: 1200px;
    margin: 0 auto;
}
.index-main5 .numList {
    margin: 85px -10px 110px -10px;
    padding: 0;
}
.index-main5 .numList li {
    float: left;
    color: #fff;
    font-size: 20px;
    padding: 0 30px;
    list-style: none;
}
.index-main5 .numList li .numInco {
    width: 182px;
    height: 182px;
    background: url(../images/winco23.png) 0 0 no-repeat;
    line-height: 182px;
    font-size: 54px;
    font-weight: bold;
    color: #333;
}
.index-main5 .numList li em.em1 {
    padding-left: 11px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
}
.index-main5 .numList li .text {
    padding-top: 45px;
}
.index-main5 .index-more a {
    border: 1px solid #F1B4B3;
}
.index-main5 .index-more a:hover {
    border: 1px solid #B93635;
    background: #B93635;
}
@media screen and (min-width:768px) and (max-width:1200px) {
    .index-main5 .commonWeb {
        width: 100%;
    }
    .index-main5 .numList li {
        width: 33.333%;
        text-align: center;
    }
    .index-main5 .numList li .numInco {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .index-main5 {
        padding: 0 20px;
        padding-bottom: 30px;
    }
    .index-main5 .numTitle {
        padding-top: 40px;
    }
    .index-main5 .numTitle img {
        width: 50%;
    }
    .index-main5 .numText {
        font-size: 22px;
    }
    .index-main5 .commonWeb {
        width: 100%;
    }
    .index-main5 .numList {
        margin: 20px 0 0 0;
    }
    .index-main5 .numList li {
        width: 33.333%;
        padding: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .index-main5 .numList li:nth-child(4), .index-main5 .numList li:nth-child(5) {
        width: 50%;
    }
    .index-main5 .numList li .numInco {
        width: 80px;
        height: 80px;
        background: #FFF;
        border-radius: 80px;
        line-height: 80px;
        display: inline-block;
        font-size: 22px;
    }
    .index-main5 .numList li em.em1 {
        padding-left: 5px;
        font-size: 14px;
    }
    .index-main5 .numList li .text {
        padding-top: 10px;
        font-size: 14px;
    }
}


.index-main6 {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.index-main6 .swiper-slide {
    width: 100%;
}
.index-main6 .proimg {
    display: block;
    width: 100%;
}
.index-main6 .swiper-button-next {
    right: 20%;
}
.index-main6 .swiper-button-prev {
    left: 20%;
}
@media (max-width: 767px) {
    .index-main6 .swiper-button-next {
        right: 10px;
    }
    .index-main6 .swiper-button-prev {
        left: 10px;
    }
}


.index-main7 {
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url(../images/img07.jpg);
    height: 599px;
}
.index-main7 .title {
    font-size: 36px;
    font-weight: lighter;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
.index-main7 .line-tit {
    display: block;
    width: 40px;
    border-top: 2px solid #FFF;
    margin: 0 auto;
}

.index-main7 .commonWeb {
    width: 1200px;
    margin: 0 auto;
}
.index-main7 .helpTop {
    padding-top: 70px;
    color: #fff;
    text-align: center;
}
.index-main7 .helpTop .lbine {
    border-top: 2px solid #fff;
}
.index-main7 .helplist {
    padding-top: 125px;
    margin: 0 -10px;
}
.index-main7 .helplist li {
    float: left;
    width: 25%;
    font-size: 16px;
    padding: 0 8px;
}
.index-main7 .helplist .helpInco {
    display: block;
    text-align: center;
}
.index-main7 .helplist .helpInco img {
    width: 75px;
    height: 83px;
    position: relative;
}
.index-main7 .helplist .helpInco:hover img {
    top: -3px;
}
.index-main7 .helplist .helpTitle {
    font-size: 20px;
    font-weight: bold;
    margin: 33px 0 15px 0;
}
.index-main7 .helplist .helpTitle a {
    color: #fff;
}
@media (max-width: 1200px) {
    .index-main7 {
        height: auto;
        padding: 0 20px;
    }
    .index-main7 .title {
        font-size: 24px;
    }
    .index-main7 .helpTop {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .index-main7 .commonWeb {
        width: 100%;
    }
    .index-main7 .helplist {
        padding-top: 35px;
    }
    .index-main7 .helplist li {
        width: 50%;
        min-height: 150px;
    }
    .index-main7 .helplist .helpInco img {
        width: 45px;
        height: auto;
    }
    .index-main7 .helplist .helpTitle {
        font-size: 18px;
        margin: 10px 0 10px 0;
    }
    .index-main7 .helplist .helpText {
        font-size: 14px;
    }
}