/* 首页产品介绍 */
.issue{
	width: 100%;
    height: 730px;
    background: url(../images/product_index.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.issue-main{
	    width: 1280px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.issue-main h2{
	font-size: 32px;
    
    font-weight: 500;
    color: #141517;
    line-height: 40px;
    margin-top: 70px;
    text-align: center;
}
.issue-main div{
	    width: 100%;
    margin-top: 70px;
}
.issue-main div .left{
	float: left;
    width: 220px;
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 5%);
}
.issue-main div .left li{
	width: 100%;
    height: 90px;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #e9eef6;
    -webkit-transition: all .3s;
    transition: all .3s;
	margin-bottom:0px;
}
.issue-main div .left li div{
	    width: 27px;
    height: 27px;
    float: left;
    margin-top: 32px;
    margin-left: 30px;
    position: relative;
}
.issue-main div .left li span{
	    font-size: 16px;
    
    font-weight: 500;
    color: #141517;
    line-height: 18px;
    float: left;
    margin-left: 11px;
    margin-top: 37px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.issue-main div .left .true span{
	font-size: 16px;
    
    font-weight: 500;
    color: #fff;
    line-height: 18px;
    float: left;
    margin-left: 11px;
    margin-top: 37px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.issue-main div .left li div img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.issue-main div .left .true{
	background: #007fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.issue-main div .left.ture:first-child{
	    border: none;
}
.issue-main div .right{
	float: left;
    width: 1060px;
}
.issue-main div .right li{
	width: 341.66px;
    height: 220px;
    background: #fff;
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 5%);
    float: left;
    margin-left: 11px;
    margin-bottom: 11px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.issue-main div .right li a{
	    width: 100%;
    height: 100%
}
.issue-main div .right li a div img{
	    width: 34px;
    height: auto;
    margin-top: 32px;
    margin-left: 27px;
    float: left;
}
.issue-main div .right li a div{
	    overflow: hidden;margin-top:0px;
}
.issue-main div .right li a div span{
	float: left;
    margin-left: 8px;
    margin-top: 37px;
    font-size: 18px;
    
    font-weight: 500;
    color: #141517;
    line-height: 18px;
}
.issue-main div .right li a p{
	    width: 256.66px;
    height: 66px;
    font-size: 14px;
    
    font-weight: 400;
    color: #36415e;
    line-height: 22px;
    margin-left: 30px;
    margin-top: 14px;
}
.issue-main div .right li a ol{
	 margin-left: 30px;
    margin-top: 27px;
}
.issue-main div .right li a ol li{
	float: left;
    padding: 5px 7px;
    border-radius: 2px;
    border: 1px solid #adb0b8;
    font-size: 12px;
    
    font-weight: 400;
    color: #4361b6;
    margin-right: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
	width: auto;
    height: auto;
}
.issue-main div .right li a ol li:hover{
	background-color:#007fff;
	color:#fff;
}
/* 首页联系我们 */
#footers{
	 background: #fff;
}
.footers .contact{
	width: 100%;
    /* padding-bottom: 70px; */
    background: #fff;
}
.footers .contact-main{
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding-top: 1px;
}
.footers .contact-main h2{
    font-size: 28px;
    
    font-weight: 500;
    color: #212632;
    line-height: 42px;
    text-align: center;
    margin-top: 63px;
}
.footers .contact-main .center{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
	margin-top: -38px;
}
.footers .contact-main .center li{
        float: left;
    /* margin-left: 88px; */
    margin-top: 60px;
	text-align:center;
}
.footers .contact-main .center li div span{
    display: block;
    font-size: 20px;
    
    font-weight: 500;
    color: #212632;
    line-height:50px;
}
.footers .contact-main .center li img{
   width: 70px;
    height: 70px;
}
.footers .contact-main .center li .address{
   font-size: 14px;
    
    font-weight: 400;
    color: #788398;
    line-height: 20px;
    margin-top: 8px;
}
.footers .contact-main .center1{}

.footers .contact-main .center1 li{
    float: left;
    margin-left: 88px;
    margin-top: 70px;
}
.footers .contact-main .center1 li:first-child{
    float: left;
    margin-left:0px;
    margin-top: 70px;
}
.footers .contact-main .center1 li img{
     width: 70px;
    height: 70px;
	    float: left;
}
.footers .contact-main .center1 li div{
    float: left;
    margin-left: 20px;
}
.footers .contact-main .center1 li div span{
    display: block;
    font-size: 20px;
    
    font-weight: 500;
    color: #212632;
    line-height: 30px;
}
.footers .contact-main .center1 li div p{
    width: 224px;
    font-size: 14px;
    
    font-weight: 400;
    color: #788398;
    line-height: 20px;
    margin-top: 8px;
}
.footers .top{
    width: 100%;
    height: 90px;
    background: url(../images/indexfoot_you.png) no-repeat;
    background-size: 100% 100%;
 
    cursor: default;
}
.footers .top-main{
    width: 1280px;
    height: 90px;
    margin: 0 auto;
}
.footers .top-main div{
       width: 1280px;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
}
.footers .top-main div div{
    float: left;
    margin-right: 124px;
	width:auto;
}
.footers .top-main div div:last-child{
    float: left;
    margin-right: 0px;
}
.footers .top-main div div img{
    float: left;
}
.footers .top-main div div .span1{
    font-size: 20px;
    
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    display: block;
}
.footers .top-main div div .span2{
    display: block;
    font-size: 12px;
    
    font-weight: 400;
    color: #fff;
    line-height: 15px;
    margin-top: 4px;
    opacity: .7;
}