﻿/* 公用类名 start */
.alertBackground{
    width: 50%;
    position: relative;
    margin: 50px auto;
}

.alertBackground:before{
    content: "";
    display: inline-block;
    height: 49px;
    width: 26px;
    position: absolute;
    top: 50%;
    margin-top: -24.5px;
    left: -26px;
    background: url("../images/imgleft.png") no-repeat left center;
    background-size: 26px 49px;
}
.alertBackground:after{
    content: "";
    display: inline-block;
    height: 49px;
    width: 26px;
    position: absolute;
    top: 50%;
    margin-top: -24.5px;
    right: -26px;
    background: url("../images/imgright.png") no-repeat left center;
    background-size: 26px 49px;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0px;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.isNone {
    display: none !important;
}

.isShow {
    display: block !important;
}

/* 公用类名 end */


/* 网页的宽度 start */
.width1500 {
    max-width: 100%;
    min-width: 1500px;
    margin: 0px auto;
}

.width1440 {
    width: 1440px;
    margin: 0px auto;
}

.width1260 {
    max-width: 100%;
    min-width: 1260px;
    margin: 0px auto;
}

.width1200 {
    width: 1200px;
    margin: 0px auto;
}

.mobileWidth100 {
    width: 100%;
    padding-left: 4%;
}

@media (max-width: 767px) {
    .width1500 {
        width: 100%;
        min-width: auto;
    }

    .width1440 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

    .width1260 {
        width: 100%;
        min-width: auto;
    }

    .width1200 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
}

/* 网页的宽度 end */


/*  鼠标hover效果 start */
.hover_style {
    transition: all 0.6s;
    cursor: pointer;
}

/* 放大效果 */
.hover_magnify:hover {
    transform: scale(1.05);
}

/* 向上移动效果 */
.hover_top:hover {
    transform: translateY(-20px);
}

.hover_top2:hover {
    transform: translateY(-10px);
}


/* 鼠标hover效果 end */


/*  优化滚动条样式 start  */
.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.scrollbar::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 4px;
}

/*  优化滚动条样式 end  */


/* 公用标题 start */
.public_title {
    width: 100%;
    text-align: center;
}

.public_title>h4 {
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    color: #333333;
}

.public_title>span {
    display: block;
    margin-top: 12px;
    font-family: SourceHanSerifCN-Regular;
    color: #999999;
}

/* 公用标题 end */


/* 公用次级标题 start */
/* 公用次级标题 end */



/* 内页banner start */
.publicBanner {
    width: 100%;
    overflow: hidden;
}

.publicBanner img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 内页banner end */


/* 分页 start */
.pages {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}

.pages a.pages_center {
    line-height: 32px;
}

.pre_red,
.next_red {
    display: none;
}

.prev_pre img,
.next_nex img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 14px;
    margin-left: -4px;
    margin-top: -7px;
}

.pages a {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #d9d9d9;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 18px;
    font-family: Barlow-Regular;
    border-radius: 50%;
    color: #666;
}

.pages a {
    text-decoration: none;
    position: relative;
}

/* 分页选中状态 start*/
.pages a.active,
.pages a.on,
.pages a:hover {
    background-image: linear-gradient(to right, #009de0 , #00c8cf);
    ;
    color: #fff;
    border-color: transparent;
}

.pages a:hover .pre_red,
.pages a:hover .next_red {
    display: block;
}

.pages a:hover .pre_gray,
.pages a:hover .next_red {
    display: block;
}

/* 分页选中状态 end*/
/* 分页移动端样式 start*/
@media (max-width:768px) {
    .pages_mobile {
        width: 100%;
        margin: 20px 0px;
        overflow: hidden;
    }

    .pages_mobile>a {
        display: block;
        width: 48%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #f7f7f7;
        float: left;
        color: #333;
    }

    .pages_mobile>a+a {
        margin-left: 4%;
    }
}

/* 分页移动端样式 end*/
/* 分页 end */


/* 内页面包屑 start */
.crumbs_tabs {
    height: 70px;
    background-color: #f8f8f8;
}

/* 左侧面包屑导航 start */
.crumbs_nav {
    width: 60%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.crumbs_nav li a {
    color: #666666;
    width: 112px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    float: left;
}

.crumbs_nav li:hover a {
    height: 80px;
    margin-top: -10px;
    line-height: 90px;
    background-image: linear-gradient(to right, #009de0 , #00c8cf);
    color: #ffffff;
}

.crumbs_nav .crumbs_nav_active>a {
    height: 80px;
    margin-top: -10px;
    line-height: 90px;
    background-image: linear-gradient(to right, #009de0 , #00c8cf);
    color: #ffffff;
}

/* 左侧面包屑导航 end */

/* 右侧面包屑 start */
.crumbs {
    width: 40%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 70px;
    height: 70px;
    vertical-align: middle;
    text-align: right;
}

.crumbs a,
.crumbs span {
    vertical-align: middle;
    margin-right: 2px;
    line-height: 20px;
    color: #666;
}

.crumbs .crumbs_end {
    color: #666666;
}

.crumbs a:hover,
.crumbs a:hover span {
    color: #137ce5;
}

.crumbs a img {
    width: 16px;
    height: 18px;
    margin-right: 5px;
    margin-top: -4px;
}

/* 右侧面包屑 end */
/* 内页面包屑 end */


/* 公用头部 start */
header {
    background-color: #f5f5f5;
}

.navBox .navBox_top {
    width: 100%;
    height: 50px;
    font-family: MicrosoftYaHei;
    color: #666666;
}

.navBox .navBox_top p {
    line-height: 50px;
}

.navBox .navBox_top p span {
    color: #333;
}

.navBox .navBox_top .navBox_phone {
    color: #137ce5;
    font-family: SourceHanSerifCN-Bold;
}

.navBox .navBox_top .navBox_phone img {
    vertical-align: middle;
    width: 23px;
    height: 22px;
    margin-top: -4px;
}

.navHeader {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 999999;
}

.navHeader .index_logo {
    height: 54px;
    margin-top: 23px;
}

.navHeader .public_topNav {
    margin-left: 110px;

}

.navHeader .public_topNav>li {
    float: left;
    /* position: relative; */
}

.navBox2 {
    position: relative;
}

.navHeader .public_topNav>li .navBox2>a {
    line-height: 100px;
    font-family: MicrosoftYaHei;
    display: inline-block;
}

.navHeader .public_topNav>li+li {
    margin-left: 50px;
}

.searchBox {
    position: relative;
    margin-top: 27px;
}

.navHeader .searchBox input {
    width: 200px;
    height: 45px;
    border-radius: 22px;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.navHeader .searchBox .search_icon {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 19px;
    top: 13px;
    cursor: pointer;
}

.navHeader .public_topNav>li.active .navBox2>a {
    color: #137ce5;
}

.navHeader .public_topNav>li.active .navBox2:before {
    content: "";
    display: block;
    width: 19px;
    height: 14px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -9.5px;
    background: url("../images/navactive.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/navActive.png', sizingMethod='scale');
}

.navHeader .public_topNav>li .navBox2:hover>a {
    color: #137ce5;
}

.navHeader .public_topNav>li .navBox2:hover:before {
    content: "";
    display: block;
    width: 19px;
    height: 14px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -9.5px;
    background: url("../images/navactive.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/navActive.png', sizingMethod='scale');
}

.navHeader .public_topNav li:hover .diagnosisBox,
.navHeader .public_topNav li:hover .game_Information_item {
    display: block;
}

.game_Information_item {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    background-color: rgba(36, 43, 51, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f34221e, endcolorstr=#7f34221e);
    padding: 10px 0px;
    display: none;
}

.game_Information_item p a {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    text-align: center;
    line-height: 36px !important;
    color: #fff;
}

.game_Information_item p a:hover {
    background-color: rgba(36, 43, 51, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1934221e, endcolorstr=#1934221e);
    /* color: #137ce5; */
}

.diagnosisBox {
    display: none;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    padding: 40px 0px 30px;
    box-sizing: border-box;
    background-color: rgba(36, 43, 51, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f34221e, endcolorstr=#7f34221e);
}

.diagnosisBox_item>li {
    float: left;
    margin-right: 46px;
    padding-left: 42px;
}

.diagnosisBox_item>li p {
    font-family: MicrosoftYaHei-Bold;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
}

.diagnosisBox_item>li p:after,
.diagnosisBox_item>li p:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -42px;
    width: 30px;
    height: 30px;
}

.diagnosisBox_item>li p:before {
    background: #fff;
    border-radius: 50%;
}

/*.diagnosisBox_item>li p img{*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*}*/


    .diagnosisBox_item>li p.p1:after {
    background: url("../images/item_icon1.png") no-repeat center center;
    background-size: 18px 18px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/item_icon1.png', sizingMethod='scale');
}

.diagnosisBox_item>li p.p2:after {
    background: url("../images/item_icon2.png") no-repeat center center;
    background-size: 18px 16px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/item_icon2.png', sizingMethod='scale');
}

.diagnosisBox_item>li p.p3:after {
    background: url("../images/item_icon3.png") no-repeat center center;
    background-size: 18px 18px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/item_icon3.png', sizingMethod='scale');
}

.diagnosisBox_item>li p.p4:after {
    background: url("../images/item_icon4.png") no-repeat center center;
    background-size: 20px 20px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/item_icon4.png', sizingMethod='scale');
}

.diagnosisBox_item>li p.p5:after {
    background: url("../images/item_icon5.png") no-repeat center center;
    background-size: 18px 17px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/item_icon5.png', sizingMethod='scale');
}


.diagnosisBox_item>li ul li a {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.diagnosisBox_item>li ul li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.diagnosisBox_left p {
    font-family: MicrosoftYaHei;
    line-height: 30px;
    color: #ffffff;
}

.diagnosisBox_left p span {
    font-family: SourceHanSerifCN-Bold;
    color: #ffffff;
}

.diagnosisBox_left img {
    margin-top: 15px;
    width: 314px;
    height: 127px;
    background-color: #ffffff;
}

.boundary {
    margin-left: 142px;
    margin-top: 20px;
}

/* 公用头部 end */


/* 公用底部 start */

footer {
    background: url(../images/footer_bg1.png) no-repeat center center;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer_bg1.png', sizingMethod='scale');
}

footer .aq a {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

footer .aq {
    width: 100%;

   
    line-height: 30px;
    text-align: center;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
}

.publicFooter .footer_logo {
    height: 50px;
    margin-top: 35px;
}

.publicFooter ul li {
    float: left;
    height: 120px;
    position: relative;
}

.publicFooter ul li .navBox2 a {
    display: inline-block;
    padding: 0px 28px;
    line-height: 120px;
    color: #fff;
}

.publicFooter ul li:hover .navBox2 a {
    background: #137ce5;
}

.foooter_row {
    width: 100%;
    height: 1px;
    background-color: rgb(255, 255, 255);
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.publicFooter ul li:hover .game_Information_item {
    display: block;
}

.publicFooter ul li .game_Information_item {
    width: 100%;
    top: 120px;
    left: 0px;
    margin-left: 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: 200px;
}


.publicFooter ul li .game_Information_item a:hover {
    background: #137ce5;
}

.footer_bottom {
    padding-bottom: 40px;
}

.footer_bottom_left {
    width: 265px;
}

.footer_bottom_center {
    width: 300px;
    margin-left: 305px;
}

.footer_bottom_right {
    width: 414px;
}

.footer_bottom h6 {
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 20px;
}

.footer_bottom .qrCodeBox div {
    width: 50%;
}

.footer_bottom .qrCodeBox div p {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.6;
    margin: 30px 0px 10px;
}

.footer_bottom_left .title {
    width: 100%;
    margin-top: 13px;
}

.footer_bottom_center .us {
    width: 100%;
    padding-left: 33px;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-top: 18px;
}

.footer_bottom_center .us.icon1 {
    padding-left: 45px;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    line-height: 40px;
    background: url("../images/footer_phone.png") no-repeat left 5px;
    background-size: 31px 31px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer_bottom_center .us.icon2 {
    background: url("../images/footer_phone2.png") no-repeat left 5px;
    background-size: 22px 22px;
}

.footer_bottom_center .us.icon3 {
    background: url("../images/footer_address.png") no-repeat left 5px;
    background-size: 19px 22px;
}

.footer_bottom_center .us.icon4 {
    background: url("../images/footer_time.png") no-repeat left 5px;
    background-size: 20px 20px;
}

.footer_bottom_right .footer_from {
    width: 100%;
}

.footer_bottom_right .footer_from .txta {
    width: 100%;
    height: 88px;
    padding: 16px;
    border: solid 1px #000;
    border: solid 1px rgba(255, 255, 255, 0.2);
    margin-top: 18px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    color: rgb(255, 255, 255, 0.6);
}

.footer_bottom_right .footer_from .iptBox .item {
    width: 200px;
    height: 40px;
    border: solid 1px #000;
    border: solid 1px rgba(255, 255, 255, 0.2);
    margin-top: 18px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    color: rgb(255, 255, 255, 0.6);
    margin-left: 14px;
    padding: 0px 10px;
}

.footer_bottom_right .footer_from .iptBox .subBtn {
    background-color: #009de0;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff !important;
}

.mgl0 {
    margin-left: 0px !important;
}

/* 公用底部 end */


/* 侧边栏 start */
/* 侧边栏 start */
.packSidebar{
    position: fixed;
    right: 10px;
    bottom: 524px;
    height: 206px;
    z-index: 999999;
    width: 75px;
    text-align: center;
    background: url('../images/packupsildebar.png') no-repeat center top;
    background-size: 100% 100%;
    padding: 0px 20px;
    cursor: pointer;
    display: none;
}

.packSidebar .chat{
    margin-top: 27px;
    width: 21px;
    height: 19px;
}

.packSidebar p{
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 3px;
    color: #ffffff;
    /*文字竖排显示*/
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}

.packSidebar .moreSidebar{
    width: 11px;
    height: 14px;
}

.public_sidebar {
    position: fixed;
    right: 10px;
    bottom: 100px;
    height: 630px;
    z-index: 999999;
    display: none;
}

.sidebarClose{
    position: absolute;
    right: 15px;
    top: 0px;
    width: 25px;
    height: 25px;
    z-index: 999999;
    cursor: pointer;
}

.public_sidebar1 {
    width: 198px;
    height: 495px;
    padding-top: 105px;
    background: url('../images/public_sidebar_bg11.png') no-repeat center top;
    background-size: 100% 100%;
    position: relative;
}

.public_sidebar1>ul {
    width: 112px;
    margin: 0px auto;
}

.public_sidebar1 li {
    width: 100%;
    padding: 12px 0px;
    border-bottom: 1px solid #f4eceb;
}

.public_sidebar1 li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #009de0;
}

.public_sidebar1>a {
    display: block;
    width: 112px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding-left: 30px;
    background: url('../images/wx_icon_white.png') no-repeat 6px center;
    position: absolute;
    bottom: 47px;
    left: 50%;
    margin-left: -56px;
}



.public_sidebar2 {
    width: 198px;
    height: 107px;
    margin-top: -26px;
    text-align: center;
    background: url('../images/public_sidebar_bg22.png') no-repeat center top;
    background-size: 100% 100%;
    position: relative;
}

.public_sidebar2>span {
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
}

.public_sidebar2>a {
    display: inline-block;
    font-family: SourceHanSerifCN-Heavy;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.zhu1 {
    position: absolute;
    top: -8px;
    left: 38px
}

.zhu2 {
    position: absolute;
    top: -8px;
    right: 38PX;
}

.public_sidebar3 {
   /* display: none;*/
    cursor: pointer;
    width: 198px;
    height: 80px;
    line-height: 60px;
    margin-top: -26px;
    text-align: center;
    background: url('../images/public_sidebar_bg33.png') no-repeat center top;
    background-size: 100% 100%;
    position: relative;
    z-index: 99;
}

.public_sidebar3>span {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    padding-left: 30px;
    background: url('../images/top_back.png') no-repeat left center;
    background-size: 18px;
}

/* 侧边栏 end */