/*banner*/
.banner{width: 100%;overflow: hidden;height:500px;position: relative;}
.banner .imgBox ul{width: 100%;height: 100%;}
.banner .imgBox ul li{width: 100%;height:500px;text-align: center;position:relative;}
.banner .imgBox ul li>div{display: block;position: absolute;left: 50%;visibility: visible;}
.banner .imgBox ul li>div img{visibility: visible;}
/*dot*/
.dot{position: absolute;left: 50%;bottom: 30px;z-index: 100;}
.dot ul {overflow: hidden;}
.dot ul li{width: 10px;height: 10px;border-radius: 50%;background-color: #175176;float: left;margin: 0 10px;}
.dot ul .on{background-color: #1d83dc;}
.prev,.next{width: 47px;height: 120px;position: absolute;top: 50%;margin-top:-60px;}
.prev{background: url("../image/prev.png") no-repeat left center;left: 3%;}
.next{background: url("../image/next.png") no-repeat left center;right: 3%;}
/*main*/
/*row*/
.row{padding-top: 40px;}
.row .rowTitle{padding-left: 10px;border-left: 3px solid #013074;margin-bottom: 20px;}
.row .rowTitle>h2{font-size: 25px;line-height: 40px;font-weight: bold;color: #000000;}
.row .rowTitle>p{font-size: 12px;line-height: 26px;color: #949494;clear: both;}
/*product*/
.product{padding-bottom: 40px;}
.product .rowTitle .btn{position: absolute;top: 50%;right: 0;margin-top: -17px;}
.product .rowTitle .btn a{float: right;display: block;width: 37px;height: 34px;}
.product .rowTitle{position: relative;}
.product .rowContent{position: relative;overflow: hidden;}
.product .picBox ul{overflow: hidden;}
.product .picBox ul li{float: left;width: 260px;height: 310px;margin:15px;border: 1px solid #cccccc; position: relative;overflow: hidden;}
.product .picBox ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.product .picBox ul li img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.product .picBox ul li span{
    display: block;
    width: 100%;
    height:40px;
    padding:5px 10px;
    background-color: #000000;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 0.6;
    filter: alpha(opacity:60);
	transition:all ease-out 0.3s;
}
.product .picBox ul li:hover span{
    bottom: -40px;
}
.pro-info{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:310px;
    background-color: #000000;
    opacity:0.8;
    color: #ffffff;
    text-align: center;
    padding: 60px 10px 10px 10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.pro-info>strong{
    font-size: 18px;
    line-height: 36px;
}
.pro-info p{
    font-size: 12px;
    line-height: 20px;
}
.product .picBox ul li:active .pro-info{
   top: 0;
}
.product .picBox ul li:hover img{
    transform: scale(1.2);
}
/*about*/
.about{width: 100%;overflow: hidden;margin: 0 auto;background-color: #282828;}
.about .smallBanner{width:50%;height: 410px;position: relative;overflow: hidden;}
.listBox{position:absolute;left: 0;top: 0;width: 100%;}
.listBox ul{overflow: hidden;}
.listBox ul li{width:100%;height: 410px;overflow: hidden;float: left;}
.listBox ul li a{display: block;width: 100%;height:100%;position: relative;}
.listBox ul li a img{position: absolute;left: 0;right: 0;top: 0;bottom:0;margin: auto;}
.companyInfo{text-align: left;padding: 40px 0 40px 40px;background-color: #4088dc;}
.companyInfo>h2{font-size: 24px;line-height: 40px;font-weight: bold;color: #ffffff;}
.companyInfo>span{font-size: 12px;line-height: 20px;color: #ffffff;margin-bottom: 30px;display: block;}
.companyInfo>p{font-size: 12px;line-height: 20px;color: #ffffff;width: 493px;height:140px;margin-bottom: 54px;overflow: hidden;text-overflow: ellipsis;}
.companyInfo>a{font-size: 12px;line-height: 20px;display: block;width: 137px;height: 40px;text-align: center;padding: 10px 0;color: #ffffff;border: 1px solid #ffffff;}
.companyInfo>a:hover{color: #db0b07;border: 1px solid #db0b07;}
.smallBanner .next,.smallBanner .prev{width: 50px;height: 90px;position: absolute;top: 50%;margin-top: -45px;}
.smallBanner .prev{background: url("../image/left.png") no-repeat left center;left: 3%;}
.smallBanner .next{background: url("../image/right.png") no-repeat left center;right:3%;}
.about .companyInfo{width:50%;height: 410px;}
/*news*/
.news .rowContent ul{
    margin-bottom: 40px;
    overflow: hidden;
}
.news .rowContent ul li{
    width: 260px;
    padding-bottom: 20px;
    margin-left: 53px;
    float: left;
}
.news .rowContent ul li:first-child{
    margin-left: 0;
}
.news-img{
    display: block;
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.news-img img{
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.news-img:hover img{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
}
.news-info h3 a{
    font-size: 16px;
    line-height: 30px;
    color: #11418b;
    font-weight: normal;
    margin-bottom: 12px;
    display: block;
}
.news-info h3 a:hover{
    color: #db0b07;
}
.news-info span{
    color: #666666;
    display: block;
    margin-bottom: 15px;
}
.news-info p{
    width: 100%;
    height: 100px;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-info>a{
    color: #db0b07;
    font-size: 12px;
    line-height: 16px;
}
.news-info>a:hover{
    color: #11418b;
}