﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    border: none;
    outline: medium;
}

a {
    text-decoration: none;
}

.w1200 {
    width: 1200px;
    margin: auto;
}
.w_100B{
    width:100%;
}
.flex {
    display: flex !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.flex1 {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between; /* 横向中间自动空间 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}


.flex2 {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center; /*水平居中*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.flex3 {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center; /*垂直居中*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.flex4 {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end; /*靠右对齐*/
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
}

.flex5 {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center; /*水平居中*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center; /*垂直居中*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.flex6 {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap; /* 自动换行 */
}

.show {
    display: block;
}

.hide {
    display: none !important;
}
.cur_p{
    cursor:pointer;
}
.text_l {
    text-align: left !important;
}

.text_c {
    text-align: center !important;
}

.text_r {
    text-align: right !important;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.clearfix {
    clear: both;
}
/* 头部开始 */
.headerImg {
    height: 80px;
    background: #ebf3f6;
}

.headerImg .left .title {
    font-size: 36px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    color: #242933;
    line-height: 36px;
    margin-top: 7px;
    margin-bottom: 6px;
}

.headerImg .left span {
    display: block;
    width: 61px;
    height: 19px;
    background: #009FE8;
    border-radius: 15px 9px 9px 2px;
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 19px;
    text-align: center;
    margin-top: 12px;
    margin-left: 5px;
}

.headerImg .center {
    margin-left: 65px;
    margin-right: 50px;
}

.headerImg .left p {
    font-size: 22px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #242933;
    line-height: 22px;
}

.headerImg .right {
    margin-top: 16px;
    width: 218px;
    padding-left: 20px;
    height: 49px;
    border: 1px solid #242933;
    border-radius: 24px;
}

.headerImg .right p {
    font-size: 22px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #00041A;
    line-height: 49px;
}

.headerImg .right p span {
    font-weight: bold;
}

.headerImg .right .link {
    cursor: pointer;
    width: 180px;
    height: 49px;
    background: #242933;
    border-radius: 24px;
    line-height: 49px;
    font-size: 22px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 49px;
    text-align: center;
}

.headerImg .right img {
    width: 8px;
    height: 14px;
    margin-left: 5px;
}

.del {
    cursor: pointer;
    margin-top: 12px;
    width: 26px;
    height: 26px;
    margin-left: 40px;
}


.top .left {
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #7E7E7E;
    line-height: 40px;
}

.top .left a {
    width: 60px;
    height: 20px;
    background: #4E6EF2;
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 5px;
}

.top .right img {
    width: 16px;
    height: 14px;
    margin-top: 13px;
    margin-right: 4px;
}

.top .right {
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    color: #242933;
    line-height: 40px;
}

.top .right p {
    font-size: 22px;
    font-weight: bold;
    margin-left: 15px;
}

.top .right a {
    width: 105px;
    height: 25px;
    background: #009FE8;
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
    margin-top: 7px;
    margin-left: 23px;
}

.header {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.header .nav {
    font-size: 15px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 120px;
    height: 120px;
}

.header .hot {
    position: relative;
}

.header .hot img {
    position: absolute;
    top: 27px;
    left: 29px;
}

.header .nav a {
    margin-right: 28px;
    color: #fff;
    display:block;
}

.header .nav .logo img {
    width: 242px;
    padding-top: 28px;
}

.header .nav .logo1 {
    display: block;
}

.header .nav .logo2 {
    display: none;    
}

.header .nav .option7 {
    opacity: .7;
    margin-right: 0px;
    margin-left: 20px;
}

.header .nav .register {
    font-size: 15px;
    margin-left: 26px;
    width: 81px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #EDFAFF;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    margin-top: 44px;
}

.nav_product {
    margin-right: 32px;
    position: relative;
    cursor: pointer;
}

.nav_product img {
    width: 14px;
    height: 8px;
    margin-top: 57px;
    margin-left: 4px;
}

.nav_product ul {
    display: none;
    width: 278px;
    position: absolute;
    background: #F1FBFF;
    font-size: 16px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #00041A;
    line-height: 36px;
    text-align: center;
    padding: 20px 0;
    top: 95px;
    left: -100px;
}

.nav_product:hover ul {
    display: block;
}

.nav_product ul .tip_title {
    font-size: 22px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #00041A;
    line-height: 61px;
}

.nav_product ul .line {
    width: 42px;
    height: 2px;
    background: #00041A;
    margin: auto;
    margin-bottom: 20px;
}

.nav_product ul a {
    color: #00041A !important;
    cursor: pointer;
    margin-right: 0 !important;
}

.nav_product ul a:hover {
    color: #009FE8 !important;
}

.header_fixed {
    position: fixed;
    background: rgb(255, 255, 255);
    top: 0px;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
}

.header_fixed .logo1 {
    display: none !important;
}

.header_fixed .logo2 {
    display: block !important;
}

.header_fixed a {
    color: #242933 !important;
}

.header_fixed .nav {
    color: #393939;
}

.header_fixed .nav .register {
    border-color: #7E7E7E;
}
/* 头部结束 */
/* 页脚开始 */
.footer {
    background: #242933;
    padding: 56px 0;
    padding-bottom:0px;
}
.Copyright {
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #AEAFB2;
    line-height: 50px;
    margin-top: 25px;
}
.Copyright a{
    color: #AEAFB2;
}
.footer .top .logo {
    width: 136px;
    margin-right: 16px;
}

.footer .top .right_img {
    width: 7px;
    height: 14px;
    margin-right: 16px;
    margin-top: 12px;
}

.footer .top p {
    font-size: 16px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 35px;
}

.footer .footer_block {
    margin-right: 135px;
}

.footer .footer_block .h1 {
    font-size: 20px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 37px;
    margin-top: 42px;
}

.footer .footer_block a {
    display: block;
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #AEAFB2;
    line-height: 30px;
}

.footer .right {
    margin-top: 42px;
}

.footer .right img {
    margin-bottom: 20px;
    margin-right: 10px;
    display: block;
}

.footer .right p {
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #AEAFB2;
    line-height: 22px;
}

.footer .right .h1 {
    font-size: 26px;
    font-family: 060-CAI978;
    font-weight: 400;
    color: #009FE8;
    line-height: 30px;
    opacity: 0.7;
}

.footer .right span {
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #AEAFB2;
    line-height: 30px;
}
/* 页脚结束 */
/* 公共title开始 */
.title_all {
    padding-top: 80px;
    font-size: 36px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    color: #242933;
    line-height: 36px;
    margin-bottom: 12px;
}

.title_tip_all {
    font-size: 16px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #7E7E7E;
    line-height: 18px;
    margin-bottom: 50px;
}

.title_line {
    width: 80px;
    height: 2px;
    background: #888888;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 16px;
}

.bannerImg {
    width: 100%;
    display: block;
}
/* 公共title结束 */
/* margin、padding、width等等 */
.mt70 {
    margin-top: 70px;
}
.mr0 {
    margin-right: 0px !important;
}
.mb22 {
    margin-bottom: 22px;
}

.mb3 {
    margin-bottom: 3px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}
.mb60 {
    margin-bottom: 60px;
}
.mt6{
    margin-top:6px
}
.pt0 {
    padding-top: 0px !important;
}
/* margin、padding、width等等 */
/*分页样式*/
.page_css span {
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #009FE8;
    display: inline-block;
    font-size: 16px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    color: #7E7E7E;
    line-height: 36px;
    text-align: center;
}
.page_css a {
    color: #7E7E7E;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #e6e4e4;
    display: inline-block;
    font-size: 16px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
}
.newList {
    background: #fff;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-top: 30px;
}
.crumbs {
    padding-top: 40px;
    font-size: 16px;
    color: #333;
}
.crumbs a{
    color:#333;
    font-size:16px;
}
.crumbs span{
    margin:0px 5px;
}
.crumbs p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 670px;
}
.mt0{
    margin-top:0px !important;
}
.pt1{
    padding-top:1px !important;
}
/*公共微信弹窗*/
.popupBoxWx {
    position: fixed;
    left: 50%;
    top:50%;
    padding: 2rem 1rem !important;
    padding-bottom: 0 !important;
    flex-direction: column;
    width: 20rem;
    height: 25rem;
    display: none;
    background-color: #fff !important;
    background-position: center;
    background-size: cover;
    transition: all .3s;
    border: 0 !important;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 20px 0 rgba(50, 50, 51, .1);
    box-shadow: 0 6px 20px 0 rgba(50, 50, 51, .1);
    margin-top:-210px;
    margin-left:-175px;
    z-index:999;
}
.popupBoxWx p {
    margin: 0;
    font-size: 1rem;
    color: #444444;
    text-align: center;
}
.popupBoxWx .wechat-popup-window-img {
    height:auto;
}
.popupBoxWx .delImgIcon {
    position: absolute;
    right: 15px;
    top: 20px;
    cursor:pointer;
}