.main>.banner {
    width: 100%;
    height: 37.4375rem;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.main>.banner>.ul1 {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    margin-bottom: 3rem;
    z-index: 99;
}

.main>.banner>.ul1>li {
    width: .8rem;
    height: .8rem;
    background-color: #fff;
    margin: 0 1rem;
    border-radius: 100%;
}

.main>.banner>.ul1>li:nth-child(1) {
    background-color: #0086aa;
}

.main>.banner>.ul2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    transition: all 1s;
}

.main>.banner>.ul2>li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    flex-shrink: 0;
}

.main>.banner>.ul2>li>a>img {
    width: 100%;
    height: 100%;
}

.goods {
   padding: 4rem 0;
   width: 1440px;
   margin: 0 auto;
   max-width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
   
}

.goods>p {
    font-size: 4.5rem;
    color: #404a59;
    font-family: LeagueGothicRegular;
    margin-bottom: 3.3125rem;
}

.goods>div {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    
}

.goods>div>img {
    width: 2.5625rem;
    height: 2.5625rem;
    cursor: pointer;
}

.goods>div>.right {
    transform: rotate(180deg);
}

.goods>div>ul {
    /* width: 96%;*/
    overflow: hidden;
}

.goods>div>ul>div {
    display: block;
    /* justify-content: start; */
    align-items: center;
    transition: all .5s;
    flex-wrap: wrap;
    justify-content: space-between;
}

.goods>div>ul>div>li {
    flex-shrink: 0;
    /* margin: 0 1rem; */
    /* margin: 0.7rem 1rem 0.7rem 1rem; */
	float: left;
	margin: 1%;
	width: 23%;
}
/*.goods>div>ul>div>li:hover{box-shadow: 0 0 10px #0086aa;}*/

.goods>div>ul>div>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.goods>div>ul>div>li>a>div {
    width: 19rem;
    height: 19rem;
    background-color: rgba(255, 255, 255, .8);
    /* padding: 3rem; */
    box-sizing: border-box;
	border-radius: 10px;
}

.goods>div>ul>div>li>a>div>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	border-radius: 10px;
}
.goods>div>ul>div>li>a>div:hover{box-shadow: 0 0 10px #0086aa;}
video {
    width: 100%;
    height: auto;
  }
.goods>div>ul>div>li>a>span {
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 1.375rem; */
    font-size: 1.2rem;
    color: #333;
    font-family: RobotoRegular;   
    white-space: normal;
    text-align: center;
}

@media screen and (max-width: 760px){
	.goods>p{font-size:3.5rem}
	
	.goods>div>ul>div>li {
	    flex-shrink: 0;
	    /* margin: 0 1rem; */
	    /* margin: 0.7rem 1rem 0.7rem 1rem; */
		float: left;
		margin: 1%;
		width: 48%;
	}
	.goods>div>ul>div>li>a>span {font-size: 2.2rem;}
}

.main>.div3 {
    width: 100%;
    height: 33rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main>.div3>img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.main>.div3>div {
    width: 66.75rem;
    height: 23.9375rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4.1875rem;
    box-sizing: border-box;
    z-index: 9;
}

.main>.div3>div>.p1 {
    font-size: 4.375rem;
    color: #0086aa;
    font-family: LeagueGothicRegular;
}

.main>.div3>div>.p2 {
    font-size: 1.25rem;
    color: #333;
    font-family: RobotoLight;
    margin-top: 1.3125rem;
    margin-bottom: 2.9375rem;
}

.main>.div3>div>a>button {
    width: 12.5625rem;
    height: 2.6875rem;
    background: none;
    border: .125rem solid #0086aa;
    border-radius: 1.5rem;
    color: #0086aa;
    font-size: 1.375rem;
    font-family: RobotoRegular;
}

.main>.div3>div>a>button:hover {
    background-color: #0086aa;
    color: #fff;
    cursor: pointer;
}

.main>.div4 {
    width: 100%;
   /* max-height: 34.4375rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.main>.div4>.p1 {
    font-size: 4.5rem;
    font-family: LeagueGothicRegular;
    color: #404a59;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.main>.div4>.p2,
.main>.div4>.p3 {
    font-size: 1.25rem;
    font-family: RobotoLight;
    color: #333;
}

.main>.div6,
.main>.div5 {
    max-width: 100rem;
    margin: auto;
}

.main>.div5 {
    width: 100%;
    /* height: 53.125rem;  */
    padding-top: 0rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    /* padding: 7.0625rem 2% 0 2%; */
    margin-bottom: 7rem;
    justify-content: space-around;
    align-items: stretch;
}

.main>.div5>div {
    width: 46%;
    position: relative;
    /* margin: 0 1rem; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.main>.div5>div>img {
    width: 100%;
   height: 33.1875rem;
   object-fit: contain;
}

.main>.div5>div>div {
    position: relative;
    /*margin-top: -8.2rem;
     padding: 0 7.0625rem; */
    box-sizing: border-box;
    bottom: 0;
    min-height: 16rem;
    width: 100%;
    background: url(../../images/HOME/bg.png)no-repeat top center;
    padding: 4rem;
    background-size: contain;
}

.main>.div5>div>div>.title {
    font-size: 2.625rem;
    color: #333;
    font-family: LeagueGothicRegular;
    margin-bottom: 2.1875rem;
    white-space: nowrap;
}

.main>.div5>div>div>.i {
    font-size: 1.25rem;
    color: #333;
    font-family: RobotoRegular;
}

.main>.div5>div>div>a>button {
    margin-top: 3.375rem;
    width: 10.125rem;
    height: 2.6875rem;
    background: none;
    border: .125rem solid #0086aa;
    border-radius: 1.5rem;
    color: #0086aa;
    font-size: 1.375rem;
    font-family: RobotoRegular;
}

.main .div5 .but-read {
    position: absolute;
    bottom: 2rem;
}

.main>.div5>div>div>a>button:hover {
    background-color: #0086aa;
    color: #fff;
    cursor: pointer;
}

.main>.div5 {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
	width: 1440px;
    margin: 0 auto;
    max-width: 92%;
}

.main>.div6>div {
    width: 100%;
    height: 48.1875rem;
    max-height: 48.1875rem;
    position: relative;
    margin-bottom: 1.8125rem;
    overflow: hidden;
    /* background-size: cover; */
}

.main .div6 .div1 {
    background: url(../../images/HOME/d6/one.jpg) no-repeat center;
    background-size: 100% 100%;
}

.main .div6 .div2 {
    background: url(../../images/HOME/d6/tow.jpg)no-repeat center;
    background-size: 100% 100%;
    background-position-x: 65%;
}

.main .div6 .div3 {
    background: url(../../images/HOME/d6/three.jpg)no-repeat center;
    background-size: 100% 100%;
    background-position-x: 29%;
}

.main .div6 .div4 {
    background: url(../../images/HOME/d6/four.jpg)no-repeat center;
    background-size: 100% 100%;
    background-position-x: 29%;
}

.main>.div6>div>img {
    width: 100%;
    /* height: 100%; */
    position: absolute;
}

.main>.div6>div>div {
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* padding: 17.75rem 9.9125rem; */
    padding: 10% 8% 6.75rem 8%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    height: 100%;
    justify-content: center;
}

.main>.div6>div>div.text_right {
    right: 0;
    background-image: url(../../images/HOME/d6/dright.png);
    background-position: left center;
    float: right;
    padding-right: 2%;
    background-size: cover;
    max-width: 45%;
}

.main>.div6>div>div.text_left {
    left: 0;
    align-items: start;
    background-image: url(../../images/HOME/d6/dleft.png);
    background-position: right center;
    float: left;
    padding-left: 2%;
    max-width: 45%;
}

.listnews_img {
    width: 100%;
   /* height: 200px;
    overflow: hidden;*/
}
.listnews_img img{
    width: 100%;
    height: 260px;
	object-fit: cover;
}


/* .main>.div6>.div1>div,
.main>.div6>.div3>div {

    position: absolute;

    right: 0;

    display: flex;

    flex-direction: column;

    align-items: flex-start;



    padding: 17.75rem 9.9125rem;


    box-sizing: border-box;

    background: url(../../images/HOME/d6/dright.png) no-repeat right center;

    background-size: contain;

    height: 100%;

    justify-content: center;

} */


/* 
.main>.div6>.div2>div,

.main>.div6>.div4>div {

    position: absolute;

    left: 0;

    display: flex;

    flex-direction: column;

    align-items: start;

 

    padding: 17.75rem 9.9125rem;

 

    box-sizing: border-box;

    background: url(../../images/HOME/d6/dleft.png) no-repeat left center;

    background-size: contain;

    height: 100%;

    justify-content: center;

} */

.main>.div6>div>div>.title {
    font-size: 4.0625rem;
    font-family: LeagueGothicRegular;
    color: #333;
    margin-bottom: 2.25rem;
    border-top: .1875rem solid #0086aa;
    width: 100%
}

.main>.div6>div>div>p {
    font-size: 1.25rem;
    font-family: RobotoRegular;
    color: #333;
    max-width: 88%;
}

.main>.div6>div>div>a>button {
    margin-top: 3.1875rem;
    margin-top: 3.375rem;
    width: 10.125rem;
    height: 2.6875rem;
    background: none;
    border: .125rem solid #0086aa;
    border-radius: 1.5rem;
    color: #0086aa;
    font-size: 1.375rem;
    font-family: RobotoRegular;
}

.main>.div6>div>div>a>button:hover {
    background-color: #0086aa;
    color: #fff;
    cursor: pointer;
}

.main>.div7 {
   
    /* height: 53.6875rem; */
    padding-top: 7.75rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 93rem; */
	width: 1440px;
    margin: 0 auto 7rem;
    max-width: 92%;

}

.main .div7 .OUR-list {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

.main>.div7>.title {
    color: #404a59;
    font-size: 4.5rem;
    font-family: LeagueGothicRegular;
    margin-bottom: 6.4375rem;
}

.main>.div7>ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.main>.div7>ul>li {
    width: 25%;
    margin: 0 1.7813rem;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.main>.div7>ul>li>img {
    width: 100%;
}

.main>.div7>ul>li>div>p {
    font-size: 1.875rem;
    color: #333;
    font-family: scenarieregular;
    margin-top: 1.75rem;
    margin-bottom: 3.375rem;
    letter-spacing: -0.02rem;
}

.main>.div7>ul>li>div>a {
    display: flex;
    align-items: center;
}

.main>.div7>ul>li>diva>img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}

.main>.div7>ul>li>div>a>span {
    border-bottom: .0625rem solid black;
    padding: .3125rem 0;
    color: #333;
    font-family: RobotoRegular;
    font-size: 1.15rem;
    margin-left: 0.4rem;
}

@media screen and (max-width: 1600px) and (min-width: 1000px) {
    /* åœ¨è®¾å¤‡å®½åº¦åœ¨1600pxåˆ°1000pxä¹‹é—´åº”ç”¨çš„æ ·å¼ */
    /* body {
      font-size: 16px;
    } */
}

@media screen and (max-width: 791px) {
    /* åœ¨è®¾å¤‡å®½åº¦åœ¨1600pxåˆ°1000pxä¹‹é—´åº”ç”¨çš„æ ·å¼ */
    /* body {
      font-size: 16px;
    } */
    .listnews_img {
        height: auto;
    }
	.listnews_img img{
    width: 100%;
    height: 150px;
	object-fit: cover;
}
    .main>.div5 {
        padding: 7.0625rem 2rem 0 2rem;
        /* display: flex;
        flex-direction: column; */
        height: auto;
    }
    .main>.div6>div>div.text_right {
        /* padding: 0; */
        padding-left: 6rem;
        padding-right: 3rem;
        max-width: 70%;
    }
    .main>.div6>div>div.text_left {
        /* padding: 0; */
        padding-right: 6rem;
        padding-left: 3rem;
        max-width: 70%;
    }
    .main>.div3>div {
        width: 90%;
        height: 25.9375rem;
    }
    .main>.div5>div>div {
        /* margin-top: -2.5rem; */
    }
    .main>.div5>div>div>.title {
        font-size: 3.625rem;
        white-space: normal;
        line-height: 1;
		text-align: center;
    }
    .main>.div5>div>div {
        min-height: 28rem;
        padding: 4rem 1rem;
    }
    .main>.div7>ul {
        flex-wrap: wrap;
    }
    .main>.div7>ul>li {
        width: 44%;
        height: auto;
        margin-bottom: 5rem;
        margin: 4% 2%;
    }
    .main>.div4>.p1 {
        margin-top: 8.0625rem;
    }
    .main>.goods>div>ul>div>li>a>span {
        font-size: 2rem;
    }
    .main>.div3>div>.p2 {
        font-size: 2rem;
        text-align: center;
    }
    .main>.div3>div>a>button {
        width: 12.5625rem;
        height: 3.6875rem;
        font-size: 1.375rem;
    }
    .main>.div4>.p2,
    .main>.div4>.p3 {
        font-size: 2.25rem;
        text-align: center;
    }
    .main>.div4>.p1 {
        font-size: 5.5rem;
    }
    .main>.div5>div>div>.i {
        font-size: 2rem;
    }
    .main>.div5>div>div>a>button {
        width: 15.125rem;
        height: 4.6875rem;
        border-radius: 3.5rem;
        font-size: 2rem;
    }
    .main>.div7>ul>li>div>p {
        font-size: 2.5rem;
    }
    .main>.div7>ul>li>div>a>span {
        font-size: 1.5rem;
    }
    .main>.div6>div>div>p {
        font-size: 1.8rem;
        width: 100%;
    }
	
}


/* 
@media screen and (orientation: portrait) {
    .main>.banner {
        height: auto;
        min-height: auto !important;
    }
    
    .main>.div6>div {
        height: 28rem;
        overflow: hidden;
    }
  
    .main>.div6>div>img:nth-child(2) {
        width: 180%;
    }
    .main>.div6>.div1>img:nth-child(2),
    .main>.div6>.div3>img:nth-child(2) {
        position: absolute;
        right: 0;
    }
    .main>.div7 {
        width: 100%;
        height: auto;
        align-items: start;
    }
    .main>.div7>.title {
        width: 100%;
        text-align: center;
    }
    .main>.div7>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .main>.div7>ul>li {
        width: 46%;
        display: flex;
        align-items: start;
        flex-wrap: wrap;
        margin: 0;
        margin-bottom: 3rem;
        position: relative;
    }
    .main>.div7>ul>li>img {
        width: 100%;
        height: 100%;
        margin-right: 2rem;
    }
    .main>.div7>ul>li>div>a {
        position: absolute;
        bottom: 0;
    }
    .main>.div7>ul>li>div>a>img {
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
    }
} */

@media screen and (max-width: 600px) {
    .main>.div5 {
        flex-direction: column;
        margin: 0%;
    }
    .main>.div5>div {
        width: 98%;
        margin: 1% 1% 7% 1%;
    }
    .main>.div6>div>div>.title {
        font-size: 4.0625rem;
        /* max-width: 84%; */
    }
    .main>.goods {
        height: auto;
    }
    .main>.goods>div {
        padding: 0 2.5rem;
    }
    .main>.goods>div>ul>div>li {
        width: 45%;
        white-space: nowrap;
        overflow: hidden;
    }
    .main .div6 .div1,
    .main .div6 .div2,
    .main .div6 .div3,
    .main .div6 .div4   {
         background-size: cover;
    }  
}

.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}


.con{padding: 4rem 0;width: 1440px;margin: 0 auto;max-width: 92%;}
.con .left{width: 48%;}
.con .left .nr{margin: 30px 0;color: #6D6D6D;font-size: .84vw;line-height: 2em;}
.con .left .nr strong{font-weight:bold;}
.con .left .more a{display: inline-block;/*border: 1px solid #2974F0;*/width: 140px;line-height: 40px;border-radius: 5px;text-align: center;font-size: 14px;background: #2974F0;}
.con .left .more a{color:#fff;}
.con .left .clist{margin-top: 30px;}
.con .left .clist ul li{display: inline-block;float: left;width: 25%;}
.con .left .clist ul li .limain{border-left: 1px solid #F0F0F0;padding:  0 5%;}
.con .left .clist ul li .litop h3{display: inline-block;font-size: 1.87vw;font-weight: 600;}
.con .left .clist ul li .litop{color: #2974F0;font-size: .72vw;}
.con .left .clist ul li .libottom {color:#6D6D6D;font-size: .72vw;}
.con .right{width: 48%;}
.tit{}
.tit h3{color: #333;font-size:36px;}
.tit span{color: #A5A5A5;display: block;font-size: 20px;}
@media screen and (max-width: 780px) {
	.con .left{width: 100%;}
	.con .left .nr{margin: 20px 0;color: #6D6D6D;font-size: 14px;line-height: 2em;}
	.con .right{width: 100%;}
	
	.con .left .clist ul li{display: inline-block;float: left;width: 50%;margin-bottom: 10px;}
	.con .left .clist ul li .litop h3{font-size:24px;}
	.con .left .clist ul li .litop{font-size:14px;}
	.con .left .clist ul li .libottom{font-size:14px;}
	.con .left .clist ul li .limain{border-left: 0;padding: 0;}
}

.con2{padding: 4rem 0;width: 1440px;margin: 0 auto;max-width: 92%;display: flex;justify-content: space-between;align-items: center;}
.con2 .left{width: 33%;}
.con2 .left .h3{color: #0f3c6c;font-size: 30px;margin-bottom: 20px;font-weight: bold;}
.con2 .left .nr{color:#6D6D6D ;font-size: 18px;line-height: 2;}
.con2 .right{width: 64%;}


@media screen and (max-width: 780px) {
	.con2{display: block;}
	.con2 .left{width: 100%;margin-bottom: 20px;}
	.con2 .right{width: 100%;}
}


.con3 .videoarea{position: relative;}
.con3 .posp{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 99;padding: 10% 0;text-align: center;}
.con3 .posp .wenzi h3{color: #fff;font-weight: normal;font-size: 2.625rem;text-shadow: 2px 2px 1px #7d7d7d;padding: 4% 0 0;}

@media screen and (max-width: 780px) {
	.con3 .posp{padding: 5% 0;}
	.con3 .posp .wenzi h3{font-size: 24px;}
	.con3 .posp .videobtn img{height: 50px;}
}
.con4 {background: linear-gradient(to bottom, #f2f2f2, #f2f2f2, #e5e5e5, #ebebeb);}
 
 
 
 .con3 .videoarea{overflow-x: hidden;} 
 .con3 .imgimg{max-width: 1000%;min-height: 550px;object-fit: cover;
    width: 100%;}
 @media screen and (max-width: 780px) {
 .con3 .posp {
         padding: 45% 0 !important;
     }
	 .con3 .imgimg{min-height:450px;}
 	}