@charset "utf-8";

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

.contain{
    margin-top: 30px;
    overflow: hidden;
}
.tit{
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    color: #666;
    margin-bottom: 30px;
}
.lcon{
    width: 300px;
}
.rcon{
    width: 750px;
}
.lcon>ul>li>a{
    display: block;
    line-height: 20px;
    background: #0068b7;
    background: linear-gradient(top,#0173c9,#0069b8);
    background: -webkit-linear-gradient(top,#0173c9,#0069b8);
    background: -moz-linear-gradient(top,#0173c9,#0069b8);
    color: #fff;
    padding: 10px;
    font-size: 16px;
}
.lcon ul.threemenu{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.lcon ul.threemenu:last-child{
    border-bottom: 1px solid #eee;
}
.lcon ul.threemenu li{
    border-top: 1px dashed #ddd;
}
.lcon ul.threemenu li:first-child{
    border: none;
}
.lcon ul.threemenu li a{
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    padding: 10px 20px;
}
.lcon ul.threemenu li a:hover{
    color: #fc7902;
}
ul.threemenu li.tab>a{
    background: #eee;
    color: #0068b7;
}
ul.threemenu li.tab>a:hover{
    color: #0068b7;
}
ul.threemenu li.tab>a i{
    display: inline-block;
    border: 5px solid transparent;
    border-top-color: #222;
    float: right;
    margin: 6px 0;
}
/*product start*/
.prolist ul li{
    border: 1px solid #ddd;
    margin-bottom: 10px;

}
.prolist ul li a{
    display: block;
    line-height: 24px;
    font-size: 16px;
    padding: 10px;
    color: #0068b7;
}
.prolist ul li a:hover{
    background: #0068b7;
    color: #fff;
    border-color: #0068b7;
}
.rcon .pro-con ul li{
    width: 220px;
    margin: 0 43px 30px 0;
}
.bbox{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: none;
}
.box{
    position: absolute;
    width: 500px;
    height: 402px;
    top: 50%;
    margin-top: -201px;
    left: 50%;
    margin-left: -250px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.lbox{
    position: relative;
}
.lbox img{
    display: block;
    width: 500px;
    height: 402px;
    border-radius: 5px;
}
.lbox i{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: -25px;
    right: -25px;
    background: #0068b7;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s;
}
.lbox i:hover{
    transform: rotateZ(90deg);
    background: #fc7902;
}
.pcon h1{
    font-size: 24px;
    color: #0068b7;
    margin-bottom: 20px;
}
.pcon h1 i{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #0068b7;
    vertical-align: middle;
    margin-right: 10px;
}
.pcon .pc{
    overflow: hidden;
}
.pcon .pc img{
    display: block;
    float: left;
    width: 200px;
    border: 1px solid #eee;
}
.pcon .pc p{
    float: right;
    width: 520px;
    font-size: 14px;
    color: #666;
}
.intro{
    margin-top: 20px;
}
.intro table{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.intro th,td{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}
.intro th{
    background: #bbb;
    color: #fff;
    font-size: 14px;
}
/*product end*/

.contact h1{
    font-size: 18px;
    margin-bottom: 20px;
    color: #0068b7;
}
.contact p{
    font-size: 16px;
    color: #666;
}
.contact p a{
    color: #0068b7;
}
.contact p a:hover{
    text-decoration: underline;
}
.contact img{
    display: block;
    width: 100%;
}

.pages {padding-top: 10px; line-height:40px; text-align:center; width:700px;}
.pages A { padding: 2px 5px; border: 1px solid #ccc; margin-right:3px; margin-left: 3px;}