@charset "utf-8";
*{margin: 0px;padding: 0px;-webkit-box-sizing: border-box;/*规定padding不影响宽度*/-moz-box-sizing: border-box;box-sizing: border-box;}
body{overflow-x:hidden;font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;min-width:1300px;}
img{border:0;/*设置所有图片没有边框*/}
a {text-decoration:none;/*设置链接颜色以及没有下划线*/color:#333;}
ul {list-style-type:none;/*设置所有列表没有样式（列表前面的数字、字母或者符号排序）*/}
/* input, button, select, textarea {outline: none;-webkit-appearance: none;border-radius: 0;border:0;} */

.clear::after{content:"";display: block;clear: both;}

.windlass-absolute{position: absolute;top:-60px;}
.windlass{position: relative;}

header{
    position: fixed;
    width: 100%;
    top: 0;left: 0;
    height: 60px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    z-index: 99;
    background: #fff;
}
.header{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}
.logo{
    float: left;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
}
.logo img{
    width: 100px;
}
.phone{
    float: left;
    margin:0 40px;
    font-size: 18px;
    line-height: 60px;
}
nav{
    float: left;
}
.nav-item{
    float: left;
    padding:0 16px;
}
.nav-item>a{
    line-height: 60px;
    position: relative;
    display: block;
    transition: all .3s;
}
.nav-item>a::after{
    content: "";
    display: block;
    height: 2px;
    background: #0087D5;
    position: absolute;
    bottom: 0;
    width: 0%;
    left: 50%;
    transform: translate(-50%);
    transition: all .3s;
}
nav i.down{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/icon_down.png)no-repeat;
    background-position: center;
    margin-left: 6px;
    transition: transform .3s ease;
}
.nav-item:hover>a{
    color: #0087D5;
}
.nav-item:hover>a i.down{
    transform: rotate(180deg);
}
.nav-item:hover>a::after{
    width: 100%;
}
.second-menu{
    position: fixed;
    background: #fff;
    top: 60px;
    left: 0;
    z-index: 100;
    border-top: 1px solid #DDE9F9;
    border-bottom: 1px solid #DDE9F9;
    width: 100%;
    display: none;
}
.second-blank{
    padding: 40px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.second-box-l{
    width: 810px;
}
.second-box-2{
    width: 550px;
}
.second-box-l h3{
    color: #0087D5;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    padding-left: 28px;
    margin-bottom: 10px;
    position: relative;
}
.second-box-l h3::before{
    content: '';
    width: 2px;
    height: 16px;
    display: block;
    background: #0087D5;
    position: absolute;
    top: 12px;
    left: 16px;
}
.second-box-l div{
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
}

.second-box-l div a{
    font-size: 18px;
    font-weight: bold;
    width: 260px;
}
.second-box-l div span{
    display: block;
    font-size: 14px;
    padding: 10px 0 30px;
    font-weight: normal;
}
i.icon-hot{
    width: 26px;
    height: 16px;
    display: inline-block;
    background: url(../img/icon_hot.png) no-repeat;
    position: relative;
    top: -5px;
    left: 5px;
}
i.icon-new{
    width: 26px;
    height: 16px;
    display: inline-block;
    background: url(../img/icon_new.png) no-repeat;
    position: relative;
    top: -5px;
    left: 5px;
}
i.icon-new-red{
    width: 26px;
    height: 16px;
    display: inline-block;
    background: url(../img/icon_new_red.png) no-repeat;
    position: relative;
    top: -5px;
    left: 5px;
}
.second-box-r{
    width: 200px;
    height: 200px;
    background: url(../img/bg_second.png);
    background-size: cover;
}
.second-box-r h2{
    font-size: 24px;
    padding-top: 50px;
    text-align:center;
    color: #fff;
}
.second-box-r p{
    padding:12px 0 20px;
    font-size: 14px;
    color:#fff;
    text-align: center;
}
.second-box-r span{
    font-size: 12px;
    padding: 10px 0;
    background: #ff9c01;
    text-align: center;
    color: #fff;
    width: 100px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}


.header a.btn{
    float: right;
    color: #fff;
    background: #ff9c01;
    display: block;
    width: 100px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    margin-top: 13px;
}
.head-height{height: 60px;}
/* 头部 end */




footer{
    background: #111A2D;
}
.footer{
    width:1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.foot-logo{
    float: left;
    width:240px;
}
.foot-logo img{
    display: block;
}
.foot-logo span{
    display: block;
    font-size: 15px;
    color: #fff;
    padding:10px 0;
}
.foot-logo p{
    font-size: 13px;
    line-height: 30px;
    margin: 14px 0;
    color: #ff9c01;
}
.foot-nav{
    float: right;
    width: 900px;
    display: flex;
    justify-content: space-around;
}
.foot-nav h3{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 23px;
    color: #fff;
}
.foot-nav ul li{
    font-size: 13px;
    line-height: 14px;
    margin: 14px 0;
}
.foot-nav ul li a{
    color: #73767b;
    transition: ease color .3s;
}
.foot-nav ul li a:hover{
    color: #fff;
}
.link{
    clear: both;
    padding-top: 15px;
    min-height: 38px;
}
.link h2{
    font-size: 15px;
    line-height: 18px;
    color: rgba(255,255,255,0.6);
    padding-bottom: 20px;
}
.link div{
    padding-bottom: 20px;
}
.link a{
    font-size: 12px;
    line-height: 18px;
    color: rgba(255,255,255,0.6);
    float: left;
    transition: ease .3s color;
}
.link a+a{
    margin-left: 20px;
}
.link a:hover{
    color: #fff;
}

.foot{
    background: #0D1628;
    padding: 10px 0;
}
.foot p{
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    color: #b7b6b6;
}