.idx-center{
    overflow-x: hidden;
    min-width: 1200px;
}

.idx-center>div {
    box-sizing: border-box;
}

.idx-center .c-one {
    height: 600px;
    width: 100%;
    padding-left: 23%;
    padding-top: 138px;
    color: #fff;
    background-image: url(/image/index.png);
    background-repeat: no-repeat;
    /* background-position: 50%; */
    background-size: 100% 100%;
    background-color: #205089;
    background-size: cover;
}


.c-one h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 16px;
}

.c-one h2 {
    margin: 32px 0;
    font-size: 40px;
    color: #02a7f0;
	font-weight: 500;
	text-shadow: 1px 3px 5px #000;
}

.c-one p {
    font-size: 24px;
    max-width: 600px;
}

.c-one .c-one-connect,
.c-five .c-one-connect {
    width: 250px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    /* background-color: #f59a23; */
    border-radius: 25px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-top: 50px;
    border: 1px solid #fff;
}

.c-one .c-one-connect:hover {
    color: #fff;
    transition-duration: 200ms;
    transform: translateX(5px);
}

.c-five .c-one-connect:hover {
    color: #fff;
    transform: scale(1.1);
}

.c-two {
    margin: 0 auto;
    height: 568px;
}

.c-two h1,
.c-three h1,
.c-four>h1 {
    color: #000;
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 80px;
}

.c-two p,
.c-three p,
.c-four>p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 24px;
}

.c-two .c-two-zoom {
    position: relative;
    height: 120px;
    font-weight: 600;
    text-align: center;
    padding-top: 50px;
    min-width: 1140px;
}


.c-two .c-two-pic {
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
}

.c-two-item {
    position: relative;
    display: inline-block;
    height: 110px;
    min-width: 250px;
    top: -35px;
}
.mr50 {
    margin-right: 30px !important;
}
.ml50 {
    margin-left: 30px !important;
}
.c-two-item img {
    position: absolute;
    left: 30%;
}

.c-two-item span {
    position: absolute;
    top: 75px;
    left: 46%;
}

.c-three {
    background-color: #f2f2f2;
    min-height: 720px;
    padding: 40px 20%;
}

.c-three h1 {

}

.c-three p {
    margin-bottom: 0;
}

.disflex {
    display: flex;
}

.c-three-ul li {
    margin-top: 50px;
    height: 330px;
    padding: 20px;
    background-color: #fff;
    /* flex: 1; */
    width: 260px;
    overflow: hidden;
    transition: transform .3s ease;
}

@media screen and (min-width: 1440px) {
    .c-three-ul {
        min-width: 1200px;
    }
}
@media screen and (max-width: 1024px) {
    .c-three-ul {
        margin-left: 100px;
    }
}

/* .c-three-ul li {
    max-width: 320px;
    transition: transform .3s ease;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;

} */
.c-three-ul li:hover {
    transform: translate(-10px, -10px);
    box-shadow: 0 0 19px 1px rgb(0 0 0 / 50%);
}

.mr-30 {
    margin-right: 30px;
}

.c-three-ul li p {
    font-size: 16px;
    color: #7f7f7f;
    padding-top: 10px;
    text-align: left;
}

.c-three-ul h2 {
    margin: 15px 0;
    font-size: 18px;
    text-align: center;
}

.c-four {
    height: 920px;
    background-image: url("/image/u2-12.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.c-four>p {
    margin: 0 23%;
    text-align: left;
}

.c-four-box {
    margin: 0 20%;
    /* min-width: 1300px; */
}

@media screen and (max-width: 1440px) {
    .c-four-box {
        margin: 0 25%;
    }

    .c-four-item1 {
        top: 43px;
    }

    .c-four-item2 {
        top: 300px;
    }

}

.c-four-item1 {
    position: absolute;
    display: flex;
    top: 48px;
    /* left: 360px; */
    width: 100%;
}

.c-four-item2 {
    position: absolute;
    top: 360px;
    /* left: 360px; */
    width: 100%;
    display: flex;
}

.c-four-item {
    position: relative;
    display: inline-block;
    width: 21%;
    /* min-width: 183px; */
    height: 200px;
    flex: 1;
    text-align: center;
}

.c-four-tip {
    position: absolute;
    top: 120px;
    width: 100%;
    text-align: center;
}

.c-four-tip p {
    font-size: 14px;
    color: #555555;
    margin-top: 5px;
}

.c-four-item h1 {
    font-size: 18px;
}

@media only screen and (min-width: 1024px) {
    .c-four-item1 {
        top: 58px;
    }

    .c-four-item2 {
        top: 360px;
    }
}

@media only screen and (min-width: 1440px) {
    .c-four-item1 {
        top: 78px;
    }

    .c-four-item2 {
        top: 380px;
    }
}

.c-five {
	margin:0 auto;
	width:100%;
	height: 300px;
    background-color: #015B81;
    text-align: center;
    color: #fff;
}

.c-five h1 {
    padding-top: 50px;
    margin-bottom: 35px;
    font-size: 32px;
    font-weight: 500;
}

.bottom {
    width: 250px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    /* background-color: #f59a23; */
    border-radius: 25px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-top: 50px;
    border: 1px solid #fff;
}

.bottom a {
    color: #fff;
}

.bottom a:link {
    color: #fff;
}

.bottom a:hover {
    color: #fff;
}

.bottom a:active {
    color: #fff;
}


/*产品方案*/
.introdu{
    height: 120px;    
    margin: 50px 0 0 0;
}
.introduce_center{
	width:1200px;
	height:100%;
	margin:0 auto;
    background-color: #f3f3f3;
    border-bottom: 1px solid #eee;
}
.introduce_center>li{
	width: 25%;
    height: 100%;
    float: left;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    cursor: pointer;
    font-weight: bold;
    overflow: hidden;
}
.introduce_center>li:last-child{
	margin-right:0;
}
.introduce_center>li:hover{
    background-color: #fb2c3d;
	background: #e64552;
}
.introduce_center>li:hover span{
	color:#fff;
	transition: all 0.2s;
    -webkit-transition: all 0.2s linear;
}
.introduce_center>li>a{
    display: block;
    padding: 16px 40px;
    height: 100%;
    box-sizing: border-box;
}
.introWord{
	height: 100%;
    margin-left: 90px;
}
.introWord>span{
	width:100%;
	display:block;
	color:#333;
	font-size:16px;
    margin-top: 14px;
}
.introWord .botWord{
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    font-weight: 300;
}
.introduce_center>li:hover .botWord{
	color:#fff;
	transition: 0.2s;
    -webkit-transition: all 0.2s linear;
}
.introduce_center .inImg_all{ 
    float: left;
    width: 72px;
    height: 80px;
    background: url(/image/index_icon.png) no-repeat;
}
.introduce_center .inImg1{
	background-position: 0 0;
}
.introduce_center>li:hover .inImg1{
	background-position: 0px -105px; 
}
.introduce_center .inImg2{
	background-position: -73px 0;
}
.introduce_center>li:hover .inImg2{
	background-position: -73px -105px; 
}
.introduce_center .inImg3{
	background-position: -145px 0;
    width: 62px;
}
.introduce_center>li:hover .inImg3{
	background-position: -145px -105px;
}
.introduce_center .inImg4{
	background-position: -205px 0;
    width: 61px;
}
.introduce_center>li:hover .inImg4{
	background-position: -205px -105px;	
}
