@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "PingFang SC", "Microsoft YaHei", "Arial Regular", sans-serif;
    box-sizing: border-box;
}
img {
    vertical-align: middle;
}
a {
    text-decoration: none;
    color: #000;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
body {
    background: #f7f8fa;
}
::-webkit-scrollbar {

  display: none;

}
.head {
    background: #4487f2;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.head .logo {
    height: 56px;
    padding-left: 24px;
    margin-right: 0;
    vertical-align: middle;
}
.head .logo img {
    height: 43px;
    margin-top: 8px;
}
.head .menu {
    display: flex;
    width: 1184px;
    height: 56px;
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.head .menu a{
    color: #fff;
    line-height: 56px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
}
.head .menu span.item-sx{
    width: 1px;
    height: 16px;
    margin: 0 6px;
    background: #fff;
    opacity: .45;
}
.head .menu span.loginBtn .loginBtnText{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: hsla(0, 0%, 100%, .9);
    text-align: center;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb361), to(#e76f0f));
    background-image: linear-gradient(180deg, #ffb361, #e76f0f);
    border-radius: 3px;
}
.bg{
    height: 596px;
    position: relative;
    margin-top: 56px;
}
.bg .bgimg{
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}
.bg .main{
    position: absolute;
    top: 0;
    left: calc(50% - 592px);
    z-index: 1;
    width: 1184px;
    height: 596px;
}
.bg .main .text1{
    position: absolute;
    bottom: 335px;
    width: 300px;
    height: 60px;
}
.bg .main .text2{
    position: absolute;
    bottom: 254px;
    left: 157px;
    width: 300px;
    height: 60px;
}
.notice,.page-fotter{
    background: #f1f2f3;
}
.notice .popular-services{
    width: 1184px;
    line-height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.notice .popular-services .tootip-box{
    margin: 0;
    font-size: 14px;
}
.notice .popular-services .notice-info{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 450px;
    align-items: center;
}
.notice .popular-services .notice-info a{
    display: block;
    color: rgb(66, 133, 244);font-size: 14px;
    display: flex;
    align-items: center;
}
.notice .popular-services .notice-info .nums{
    display: flex;
    font-size: 14px;
}

.notice .popular-services .notice-info .dots .slick-dots li{display: none;}
.notice .popular-services .notice-info .dots .slick-dots li.slick-active{display: block;}
.notice .popular-services .notice-info .dots .slick-dots li a{color: #000;}

.cygn{
    width: 1184px;
    margin: 0px auto;
    margin-top: 14px;
    overflow-x: hidden;
    background-color: #fff;
    border-radius: 2px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .058823529411764705);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .058823529411764705);
}
.cygn .tit{
    padding: 16px 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
    color: #333;
    text-align: center;
}
.cygn .item{
    float: left;
    width: 25%;
    height: 265.5px;
    color: #333;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding-top: 35px;
    text-align: center;
}
.cygn .item:nth-child(4n){
    border-right: none;
}
.cygn .item .item-info{
    padding: 0 48px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
}
.cygn .item:hover .item-info{
    color: #649cf5;
}
.cygn .item .item-gnms {
    padding: 0 35px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    color: #999;
    text-align: left;
}
.page-fotter{
    margin-top: 20px;
}
.page-fotter .copyright-info{
    z-index: 10;
    width: 100%;
    margin-top: 16px;
    background-color: #fff;
}
.page-fotter .top{
    width: 1184px;
    height: 84px;
    margin: auto;
    background: #fff;
}
.page-fotter .top .top_main_left{
    float: left;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.page-fotter .top .logo-box{
    float: right;
    margin: 2px 0;
}
.page-fotter .bottom{
    width: 100%;
    background-color: #e4e4e4;
}
.page-fotter .bottom .bottom_main{
    width: 1184px;
    height: 36px;
    padding-top: 8px;
    margin: auto;
    background-color: #e4e4e4;
}
.page-fotter .bottom .bottom_main p{
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    color: #333;
}
.page-fotter .bottom .bottom_main p span{
    margin-right: 24px;
}

