/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
body {font:13px/1.75 "Microsoft YaHei", arial,sans-serif; color: #333;  background:#fff;overflow-x: hidden;font-family: "微软雅黑";}
a { text-decoration: none; color: #333;display: block;}
p{color: #434343;}
a:hover {text-decoration: none}
a img {border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none}
div {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
li {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
p,strong,em{padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;font-weight: normal;}
form {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;}
em{font-style: normal; font-weight: normal}
table {padding-bottom: 0px;list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
dt {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
dl {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
dd {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
tr {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
input,textarea,select{outline: none;border: 0;}
.cl{height: 0px; clear: both;}
.fl{float: left; display: block;}
.fr{float: right;}
.container{width:1520px; margin:0 auto; height: 100%;}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-l{ text-align: left !important;}
.txt-r{text-align: right;}
.bg-black{background: #000;}
.col-black{color: #000;}
.col-white{color: #fff !important;}
strong{ font-weight: bold;}
i{font-style: normal;}
.m{ margin: 0 auto;}
.blue{color:#4271ce;}


body{
    background: #fff;
    font-family: "微软雅黑";
}

/* 头部开始 */
.fat>li:nth-child(2) .sz {
    margin-left: 23% !important;
}
.fat>li:nth-child(3) .sz {
    /*margin-left: 33% !important;*/
    margin-left: 9% !important;
}
.fat>li:nth-child(4) .area{
    display: flex;
    justify-content: center;
}
.fat>li:nth-child(5) .sz {
    margin-left: 54% !important;
}
.fat>li:nth-child(6) .sz {
    margin-left: 65% !important;
}
.pc-nav{

    display: flex;

    justify-content: space-between;

    padding: 0 99px;

    position: relative;
    height: 100px;

}

.pc-nav .logo{

    width: 15.82%;
    line-height: 100px;

}
.pc-nav .logo>img{
    width: 50%;
}
.pc-nav .navList{

    width: 56%;
    margin-top: -10px;

}

.pc-nav .navList .fat{

    display: flex;

    justify-content: space-between;

    align-items: center;

    height: 100%;

}

.pc-nav .yy-ss{

    width: 17.5%;

    display: flex;

    justify-content: center;

    align-items: center;

}

.pc-nav .navList ul a{

    transition: all .3s;

    font-size: 18px;

	letter-spacing: 1px;

	color: #0f0f0f;

}

.n-active{
    position: relative;
}
.fat>li{
    /* position: relative; */
}
.fat>li::after{
    content: "";
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: 0px; */
    width: 0;
    height: 4px;
    background-color: #ff572c;
    transition: 0.6s;
    display: block;
    margin: auto;
}
/* .fat>li:hover::after{
    content: "";
    width: 100%;
    height: 5px;
    background-color: #ff572c;
    transition: 0.6s;
    display: block;
    margin: auto;
} */
.fat>li:hover>a{
    color: #4271ce !important;
}
/* .navList{
    margin-left: 100px;
    opacity: 0;
    transition: all 1s;
} */
#tita{
    transition: all .3s;
    font-size: 18px;
    letter-spacing: 2px;
    color: #0f0f0f;
    text-align: center;
    white-space: nowrap;
    height: 95%;
    line-height: 121px;
}
/* .c-active{
color: #4271ce;

} */

.n-active::before{
    content: "";
    position: absolute;
    left: 0%;
    bottom: -5px;
    width: 100%;
    height: 4px;
    background-color: #ff572c;
}
.son-active::before{
    content: "";
    position: absolute;
    left: 0%;
    bottom: -0;
    width: 100%;
    height: 4px;
    background-color: #ff572c;
}
.sz li::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    transition: 0.6s;
    background-color: #ff572c;
}

.sz li:hover::before{
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 4px;
    transition: 0.6s;
    background-color: #ff572c;
}

/* .pc-nav .navList ul a:hover{

    color: #4271ce;

} */
.pc-nav .yy-ss input{

    outline: none;

    height: 28px;

	background-color: #f7f7f7;

	border-radius: 14px;

    padding-left: 12px;

}

.pc-nav .yy-ss .inp{

    position: relative;

}

.pc-nav .yy-ss .inp img{

    cursor: pointer;

    position: absolute;

    right: 10px;

    top: 50%;

    transform: translateY(-50%);

}

.pc-nav .yy-ss .yy span{

    display: inline-block;

    margin: 0 8px;

}

.pc-nav .yy-ss .yy a:hover{

    color: #4271ce;

}


.son{

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    height: 50px;

    display: none;

    z-index: 99;

    background-color: #fff;

}

.son .area{
    height: 100%;
    position: relative;


}

.son .sz{
    width: unset;
    display: flex;
    top: 0;
    left: 0;
    height: 100%;

}

.son .sz li{
    position: relative !important;
    display: flex;
    align-items: center;
    margin: 0 30px;
}
.son {
    border-top: 1px solid #ccc;
}
.son .sz li a{
    color: #0f0f0f;

}

/* 头部结束 */

@media (max-width:1550px){
    .pc-nav{
        padding: 0 40px;
    }
    .pc-nav .navList ul a{
        font-size: 14px;
    }
    .pc-nav .yy-ss{
        width: 21%;
    }
}
@media (max-width:1199px){
    .pc-nav{
        display: none !important;
    }
    .vx{
        display: none !important;
    }
}