@charset "utf-8";
.main{
    width: 1100px;
    margin: 0 auto;
}

/*top start*/
.top{
    height: 100px;
    overflow: hidden;
}
.logo a{
    display: block;
}
.logo a img{
    display: block;
    width: 336px;
    height: 100px;
}
.tel{
    margin: 19px 0;
    line-height: 62px;
    font-size: 24px;
    font-weight: bold;
    color: #0068b7;
}
.tel img{
    display: inline-block;
    vertical-align: middle;
}
/*top end*/

/*nav start*/
nav{
    width: 100%;
    height: 50px;
    background: #0068b7;
    background: linear-gradient(top,#0173c9,#0069b8);
    background: -webkit-linear-gradient(top,#0173c9,#0069b8);
    background: -moz-linear-gradient(top,#0173c9,#0069b8);
    max-width: 1500px;
    margin: 0 auto;
}
ul.menu{
    height: 50px;
}
ul.menu>li{
    width: 19.9%;
    float: left;
    position: relative;
}
ul.menu>li>a{
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #018edf;
}
ul.menu>li:last-child a{
    border: none;
}
ul.menu>li a{
    background: #0068b7;
    background: linear-gradient(top,#0173c9,#0069b8);
    background: -webkit-linear-gradient(top,#0173c9,#0069b8);
    background: -moz-linear-gradient(top,#0173c9,#0069b8);
    color: #fff;
}
ul.menu>li.on>a{
    background: #fc7902;
    background: linear-gradient(top,#fe8b04,#fc7902);
    background: -webkit-linear-gradient(top,#fe8b04,#fc7902);
    background: -moz-linear-gradient(top,#fe8b04,#fc7902);
}
ul.menu>li a:hover{
    background: #fc7902;
    background: linear-gradient(top,#fe8b04,#fc7902);
    background: -webkit-linear-gradient(top,#fe8b04,#fc7902);
    background: -moz-linear-gradient(top,#fe8b04,#fc7902);
}
ul.two-menu{
    position: absolute;
    top: 50px;
    left: 0;
    width: 219px;
    display: none;
    z-index: 1000;
}
ul.two-menu>li{
    position: relative;
}
ul.two-menu>li>a{
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
}
ul.two-menu>li a i{
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #fff;
    float: right;
    margin: 7px 0;
}
/*nav end*/

/*pro-con start*/
.pro-con{
    margin-top: 30px;
    overflow: hidden;
}
.pro-con ul li{
    float: left;
    width: 250px;
    margin: 0 30px 30px 0;
}
.pro-con ul li a,img,span{
    display: block;
}
.pro-con ul li a img{
    width: 100%;
    border: 1px solid #eee;
}
.pro-con ul li a:hover img{
    border-color: #fc7902;
}
.pro-con ul li a span{
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-con ul li a:hover span{
    color: #fc7902;
}
/*pro-con end*/

/*footer start*/
footer{
    padding: 20px 0 50px;
    background: url("../img/fbg.jpg") repeat;
    max-width: 1500px;
    margin: 50px auto 0;
}
footer ul{
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}
footer ul li{
    float: left;
}
footer ul li a{
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0 30px;
    line-height: 50px;
}
footer ul li a:hover{
    color: #fc7902;
}
.fcon{
    overflow: hidden;
    width: 800px;
    margin: 30px auto 0;
}
.fcon .fl{
    width: 550px;
}
.fcon p{
    font-size: 16px;
    line-height: 36px;
}
.fcon p a{
    display: inline-block;
    line-height: 36px;
}
.fcon p img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.fcon .fr{
    width: 180px;
}
.fcon a{
    display: block;
    line-height: 80px;
    font-size: 18px;
}
.fcon a:first-child{
    border-bottom: 1px solid #222;
}
.fcon a:hover{
    color: #fc7902;
}
.fcon a i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../img/arrow.png") no-repeat center;
    vertical-align: middle;
    margin-right: 10px;
}
/*footer end*/