/*轮播图*/
body,div,ul,li,a,img{margin: 0;padding: 0;}

.wrapper{
    position: relative;
    /*margin: 0px auto;*/
    width: 100%;
    height: 300px;
}
.banner{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.imgList{
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10;
}
.imgList li{
    display: none;
}
.imgList .imgOn{
    display: inline;
    z-index: 10;
}
.bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 62px;
    z-index:10;
    opacity: 0.4;
    background-color:#a170e5;
}
.indexList{
    position: absolute;
    /*display: block;*/
    left: 50%;
    bottom: 25px;
    z-index: 30;
    /*text-align: center;*/
    transform: translate(-50%, -50%);
}
.indexList span {
    float:left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 12px;
    background: rgba(255,255,255,.68);
    cursor: pointer;
}
.indexList .indexOn {
    border-color:#fff;
    background:#fff;
}
/*轮播图结束*/
.slogan{
    /*margin-top: 18px;*/
    width: 100%;
    height: 128px;
}
.slogan_img{
    width: 1200px;
    height: 128px;
    margin: 0 auto;
}
.slogan_img img{
    width: 1200px;
    height: 128px;
}
.slogan1{
    /*margin-top: 18px;*/
    width: 100%;
    height: 150px;
    margin-top: 20px
}
.slogan_img1{
    width: 1200px;
    height: 150px;
    margin: 0 auto;
}
.slogan_img1 img{
    width: 1200px;
    height: 150px;
}
.newprd{
    width: 1200px;
    margin: 40px auto 50px;
}
.prd_title{
    width: 273px;
    height: 50px;
    margin: 0 auto;
}
.prd_title1{
    color: #3f3f3f;
    font-size: 22px;
}
.left_line{
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.right_line{
    display: block;
    float: right;
    margin-top: 10px;
}
.en_title{
    color: #999999;
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
}
.new_prd{
    margin-top: 45px;
    display: flex;
}
.prd{
    width: 384px;
    height: 403px;
}
.prd:hover{
    border: solid 1px #1fbf51;
    color: #1fbf51;
}
.prd:hover .prd_name{
    color: #1fbf51;
}
.prd + .prd{
    margin-left: 21px;
}
.prd_img{
    display: block;
    margin: 40px auto 40px;
}
.prd_name{
    color: #3f3f3f;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.sup_title{
    color: #999999;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.trends{
    width: 1200px;
    margin: 20px auto 60px;
}
.trends_term{
    margin-top: 5px;
    display: flex;
}
.company_info{
    width: 384px;
    height: 498px;
    border: solid 1px #f6f6f6;
    border-radius: 12px;
    background-color: #f6f6f6;
}
.company_info + .company_info{
    margin-left: 21px;
}
.company_info img{
    width: 384px;
    height: 210px;
}
.com_name{
    margin-top: 30px;
    color: #3f3f3f;
    font-size: 18px;
    text-align: center;
}
.com_sup{
    margin-top: 5px;
    color: #b6b6b6;
    font-size: 12px;
    text-align: center;
}
.line{
    width: 60px;
    height: 0;
    border: solid 1px #1fbf51;
    text-align: center;
    margin-left: 160px;
    margin-top: 10px;
}

.info {
    position:relative;
    width: 302px;
    line-height:30px;
    max-height:124px;
    overflow:hidden;
    color: #7c7c7c;
    font-size: 14px;
    margin: 30px auto 0;
    text-align: justify;
}
.info::after {
    content: "\02026";
    position:absolute;
    bottom:0;
    right:0;
    padding-left:40px;
    background:-webkit-linear-gradient(left,transparent,#f6f6f6 55%);
    background:-o-linear-gradient(right,transparent,#f6f6f6 55%);
    background:-moz-linear-gradient(right,transparent,#f6f6f6 55%);
    background:linear-gradient(to right,transparent,#f6f6f6 55%);
}
.more{
    margin-top: 10px;
    font-size: 14px;
    color: #c2c2c2;
    float: right;
    margin-right: 40px;
    height: 15px;
    line-height: 15px;
}
.more img{
    width: 8px;
    height: 14px;
    margin-left: 5px;
}
ul, li{
    margin: 0;
    padding: 0;
}
.dynamic{
    padding-left: 60px;
    margin-top: 30px;
}
.dynamic li{
    list-style-type: circle;
    color: #1fbf51;
    font-size: 16px;
	height: 30px;
    line-height: 15px;
    width: 290px;
    white-space: nowrap;
}
.dynamic li a{
    display: inline-block;
    color: #7c7c7c;
    font-size: 14px;
    width: 290px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.dynamic li:hover{
    color: #1fbf51;
}
.dynamic li:hover a{
    color: #1fbf51
}
.cooperation{
    padding-left: 60px;
    margin-top: 30px;
}
.cooperation li{
    list-style-type: square;
    color: #1fbf51;
    font-size: 16px;
    line-height: 30px;
    width: 290px;
    white-space: nowrap;
}
.cooperation li a{
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    width: 290px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cooperation li:hover{
    color: #1fbf51;
}
.cooperation li:hover a{
    color: #1fbf51
}



.guide_title{
    margin-top: 25px;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #dddddd;
}
.title_name{
    width: 72px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    border-bottom: solid 2px #1fbf51;
    color: #3f3f3f;
    font-size: 18px;
}
.en_title{
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
}
.partner{
    width: 100%;
    margin: 35px 0;

}

 .img {
    position: relative;
    float: left;
    margin-bottom: 30px;
     /*margin-right: 12px;*/
     /*margin-left: 12px;*/
     margin-right: 25px;
    width: 278px;
    /*overflow: hidden;*/
    height: 160px;
     display: block;
     border: #dcdcdc  1px solid;
}
.img:nth-child(4n) {
    margin-right: 0;
}

/*.img:first-child {*/
    /*margin-right: 25px;*/
/*}*/
/*.img:last-child {*/
    /*margin-right: 0;*/
/*}*/
.img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 278px;
    height: 160px;
}
.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(31,191,81,0.902);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.overlay {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}
.partner_name{
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.partner_desc{
    margin-top: 10px;
    font-size: 12px;
    color: #ffffff;
    padding: 0 10px;
    height: 95px;
    text-align: justify;
    overflow: hidden;
}
.img.hover .overlay {
    height: 100%;
}