/* banner轮播图 */
.banner{
    width: 100%;
    height: 360px;
    background: #eeee;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.banner ul li{
    position: absolute;
    top: 0;
    left:50%;
    margin-left:-960px;
    display: none;
}
.banner ul li.cur{
    display: block;
}
.banner ol{
    width:77px;
    height: 14px;
    position: absolute;
    bottom:20px;
    left:50%;
    margin-left:-31px;

}
.banner ol li{
    float: left;
    width: 14px;
    height:14px;
    background: #fff;
    margin-right:10px;
    border-radius: 50%;
    cursor: pointer;
}

.banner ol li.cur{
    background: #0173b1;
}
/* 模块标题公用 */
.title{
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 40px;
    position: relative;
}
.title h2{
    font-size: 20px;
    color:#1e1e1e;
}
.title h3{
    font-size: 14px;
    color:#b6b6b6;
    margin:2px;
}
.title .line{
    width: 50px;
    height: 2px;
    background:#ff0000;
    position: absolute;
    top: 100px;
    left:50%;
    margin-left:-25px;
}
/* 公司介绍 */
.company{
    width: 1020px;
    height: 390px;
    margin: 0 auto;
}
.company .con{
    width: 100%;
    height: 200px;
}
.company .con .left{
    float: left;
    width: 300px;
    height: 200px;
}
.company .con .right{
    float: right;
    width: 690px;
    height: 200px;
}
.company .con .right .txt{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.company .con .right .txt p{
    text-indent: 2em;
    font-size: 14px;
    color:#333;
    line-height: 26px;
}
.more{
    font-size: 14px;
    color:#333;
    float: right;
    margin-top: 10px;
}
/* 产品介绍 */
.product_wrap{
    width: 100%;
    height: 590px;
    background: #fbfbfb;
}
.product_wrap .product{
    width: 1020px;
    height: 590px;
    margin: 0 auto;
}
.product_wrap .product .con{
    width: 100%;
    height: 400px;
    background: pink;
}
.product_wrap .product .con ul{
    overflow: hidden;
}
.product_wrap .product .con li{
    overflow: hidden;
    float: left;
    position: relative;
}
.product_wrap .product .con li a{
    display: block;
    width: 100%;
    height: 100%;
}
.product_wrap .product .con li img{
    vertical-align: middle;
}
.product_wrap .product .con li span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    background: rgba(0,0,0,.2);
}
.product_wrap .product .con li.cur span{
    opacity: 0;
}
/* 最新热点 */
.news{
    width: 1020px;
    height: 490px;
    margin: 0 auto;
}
.news .con{
    width: 100%;
    height: 300px;
}
.news .con .left{
    float: left;
    width: 450px;
    height: 300px;
    overflow: hidden;
}
.news .con .left ul{
    width: 4000px;
    overflow: hidden;
    position: relative;
}
.news .con .left ul li{
    width: 450px;
    height: 300px;
    float: left;
}
.swiper-container {
    width: 450px;
    height: 300px;
}
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.news .con .right{
    float: right;
    width: 540px;
    height: 300px;
}
.news .con .right ul li{
    width: 510px;
    height: 37px;
    line-height: 37px;
    border-bottom:1px dashed #a4a4a4;
    padding-left:30px;
    background: url("../pro_images/arrow.png") no-repeat 11px center;
    font-size: 14px;
}
.news .con .right ul li a{
    float: left;
    width: 390px;
    height: 37px;
    line-height: 37px;
    color:#333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .con .right ul li a:hover{
    color:#0173b1;
    text-decoration: underline;
}
.news .con .right ul li span{
    float: right;
    width: 85px;
    height: 37px;
    line-height: 37px;
    color:#7c7c7c;
    font-family: "微软雅黑";
}
/* 解决方案 */
.solution{
    width: 1020px;
    height: 465px;
    margin: 0 auto;
}
.solution .item{
    float: left;
    width: 238px;
    height: 243px;
    border: 1px solid #a4a4a4;
    border-radius: 10px;
    margin-right: 20px;
}
.solution .item.last{
    margin-right:0px;
}
.solution .item .top{
    width: 238px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:#333;
    text-align: center;
    background: url("../pro_images/solution_top_bg.png") repeat-x;
    border-radius: 10px 10px 0px 0px;
    margin-bottom:10px;
}
.solution .item ul li{
    width: 214px;
    height: 32px;
    line-height: 32px;
    padding-left: 24px;
    background: url("../pro_images/arrow.png") no-repeat 9px center;
}
.solution .item ul li a{
    display: block;
    width: 200px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.solution .item ul li a:hover{
    text-decoration:underline;
}
.solution .item .more{
    margin:5px 15px 0px 0px;
}
