/* CSS Document */
html {overflow-x:hidden;}
body {margin:0; padding:0; font-style: normal;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,iframe,fieldset,input,button,select,textarea,blockquote,p,big,small,a,span,b,strong,center,font,em{
    padding:0; margin:0; outline:none}
ol,ul {list-style:none;}
li{list-style-type:none;line-height: 100%;}
img{vertical-align:top;border:0; max-width:100%}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;line-height: 100%;}
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: .3rem; } 
button, input, select, textarea { font-size: 100%; }
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
area{outline:none}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
*,*::before,*::after {box-sizing: border-box;}
a {color:#373737; text-decoration:none; outline:none}
a:visited {text-decoration:none;}
/*a:active {color:#ba2636;}*/

body{
    font-family: "微软雅黑";
    /* cursor: url(./shou32x32.ico), default; */
}
/*商务通*/
#LRdiv0,#LRdiv2{display:none !important}
/*商务通结束*/
.width{
    width: 1900px;
}
.margin{
    margin: 0 auto;
}
.banner{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .txt{
    width: 1169px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}
.banner .txt h2{
    font-size: 40px;
    line-height: 80px;
}
.banner .txt h3{
    font-family: 18px;
    line-height: 36px;
}
.banner .txt a{
    display: inline-block;
    width: 180px;
    height: 60px;
    font-size: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 2px solid #ffffff;
    margin-top: 30px;
}
.sales{
    width: 1169px;
    margin: 0 auto;
    position: relative;
}
.sales h2{
    font-size: 30px;
    text-align: center;
    color: #333333;
    font-weight: 700;
    padding: 100px 0 40px 0;
}
.sales .txt{
    position: absolute;
    top: 280px;
    left: 760px;
}
.sales .txt h3{
    font-size: 20px;
    font-weight: 700;
    color: #3f85ff;
    padding-bottom: 10px;
}
.sales .txt1{
    top: 442px;
}
.sales .txt2{
    width: 350px;
    top: 618px;
}
.sales .txt3{
    top: 802px;
}
.type{
    width: 1169px;
    margin: 100px auto auto;
}
.type h2{
    text-align: center;
    line-height: 100%;
    padding-bottom: 14px;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}
.type h3{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}
.type ul.list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.type ul.list li{
    width: 280px;
    padding: 50px 0;
    /* height: 250px; */
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
    position: relative;
}
.type ul.list li span{
    width: 75%;
    height: 8px;
    background-color: #3f85ff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.type ul.list li h4{
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.type ul.list li p{
    font-size: 15px;
}
.type ul.list li:hover{
    box-shadow: 0 0 10px rgba(0,0,0, .2);
}
.type ul.list li:hover span{
    display: block;
}
.type ul.list li:hover a{
    background-color: #3f85ff;
    color: #ffffff;
}
.type ul.list li a{
    margin: 50px auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    font-size: 20px;
    border: 1px solid #3f85ff;
    color: #3f85ff;
    border-radius: 5px;
}
.type .img{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.type .img div{
    width: 577px;
    position: relative;
    margin-bottom: 15px;
}
.type .img div:nth-of-type(n+2){
    margin-bottom: 0;
}
.type .img div span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .5);
    display: none;
}
.type .img div span em{
    width: 500px;
    height: 254px;
    border-radius: 10px;
    border: 2px solid #9dadd2;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.type .img div span em h4{
    color: #ffffff;
    font-size: 24px;
    line-height: 254px;
}
.type .img div:hover span{
    display: block;
}
.apply{
    width: 140px;
    height: 50px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3f85ff;
    color: #3f85ff;
    font-size: 20px;
    border-radius: 5px;
}
.we{
    max-width: 1920px;
    position: relative;
}
.we img{
    width: 100%;
}
.we ul{
    width: 63%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 49.5%;
    transform: translateX(-50%);
}
.we ul li{
    width: 25%;
    text-align: center;
    line-height: 22px;
}
.type .fa{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.type .fa li{
    width: 376px;
    height: 170px;
    background-color: #eee;
    box-sizing: border-box;
    padding: 30px;
}
.type .fa li h3{
    text-align: left;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    position: relative;
    padding-bottom: 40px;
}
.type .fa li h3::after{
    content: '';
    width: 40px;
    height: 4px;
    background-color: #3f85ff;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.type .fa li p{
    line-height: 28px;
    color: #666666;
    font-size: 14px;
}
.type .fa li:hover{
    background-color: #3f85ff;
}
.type .fa li:hover h3{
    color: #ffffff;
}
.type .fa li:hover h3::after{
    background-color: #ffffff;
}
.type .fa li:hover p{
    color: #ffffff;
}
.type .hy{
    width: 100%;
    margin-top: 30px;
}
.type .hy img{
    width: 100%;
}
.foot{
    max-width: 1920px;
    margin: 0 auto;
    background-color: #141622;
}
.foot .foot-foot{
    padding: 50px 0;
    width: 1169px;
    margin: 0 auto;
    color: #aeb2cd;
    display: flex;
}
.foot .foot-foot div{
    margin-right: 80px;
}
.foot .foot-foot div h2{
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 20px;
}
.foot .foot-foot div p{
    line-height: 100%;
    font-size: 14px;
    padding-top: 14px;
}
.foot .foot-foot div p:first-of-type{
    padding-top: 20px;
}
.foot .foot-foot div a{
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot .foot-foot div h3{
    text-align: center;
    margin: 20px 0 15px 0;
}
@media screen and (max-width: 1920px) {}

