@charset "utf-8";

header{
    width: 100%;
    height: 300px;
    background:url("../img/head.jpg") no-repeat center;
}

.contain{
    overflow: hidden;
    margin: 30px 0 30px;
}
.lcon{
    width: 280px;
}
.lcon ul li a{
    display: block;
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
    border: 1px solid #eee;
}
.lcon ul li a i{
    display: inline-block;
    width: 1px;
    height: 1px;
    border: 5px solid #ccc;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    float: right;
    margin-top: 20px;
}
.lcon ul li:first-child a{
    border-bottom: none;
}
.lcon ul li.on a{
    background: #003d6f;
    color: #fff;
    border-color: #003d6f;
}
.lcon ul li a:hover{
    background: #003d6f;
    color: #fff;
    border-color: #003d6f;
}
.lcon ul li.on a i{
    border-left-color: #fff;
}
.lcon ul li a:hover i{
    border-left-color: #fff;
}
.lcontact{
    margin-top: 20px;
    padding: 5px;
}
.lcontact h3{
    font-size: 18px;
    color: #003d6f;
    font-weight: bold;
}
.lcontact p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.lcontact img{
    display: block;
    width: 100%;
    margin-top: 10px;
}

.rcon{
    width: 880px;
}
.position{
    font-size: 16px;
    color: #666;
    line-height: 36px;
    border-bottom: 1px solid #eee;
}
.position i{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("../img/home.png") no-repeat center;
    vertical-align: middle;
    margin-right: 5px;
}
.con{
    padding-top: 25px;
}
.product ul{
    padding-top: 30px;
    overflow: hidden;
}
.product ul li{
    float: left;
    margin: 0 22px 20px 0;
}
.product ul li a{
    display: block;
}
.product ul li a div{
    width: 278px;
    height: 185px;
    overflow: hidden;
}
.product ul li a img{
    display: block;
    transition: all .3s;
}
.product ul li a:hover img{
    transform: scale(1.1);
}
.product ul li a span{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}
.product ul li a:hover span{
    color: #e73134;
    transition: all .3s;
}

.device ul{
    padding-top: 30px;
    overflow: hidden;
}
.device ul li{
    float: left;
    margin: 0 20px 20px 0;
}
.device ul li a{
    display: block;
}
.device ul li a div{
    width: 280px;
    height: 185px;
    overflow: hidden;
}
.device ul li a img{
    display: block;
    transition: all .3s;
}
.device ul li a:hover img{
    transform: scale(1.1);
}
.device ul li a span{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}
.device ul li a:hover span{
    color: #e73134;
    transition: all .3s;
}

.news{
    margin-bottom: 30px;
}
.news ul li{
    overflow: hidden;
    margin-top: 30px;
}
.news ul li img{
    display: block;
    width: 300px;
}
.news ul li .new-con{
    width: 550px;
}
.new-con h3{
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}
.new-con p{
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #666;
    margin-bottom: 10px;
}
.new-con a{
    display: block;
    width: 80px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #003d6f;
    border-radius: 36px;
    border: 1px solid #003d6f;
}
.new-con a:hover{
    background: #003d6f;
    color: #fff;
}
.title h1{
    font-size: 24px;
    text-align: center;
}
.title span{
    display: block;
    text-align: center;
    color: #999;
}
.contact{
    padding: 30px 0;
}
.contact h2{
    font-size: 18px;
    line-height: 36px;
}
.contact p{
    font-size: 14px;
    color: #666;
}