@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

html,
body {
    font-size: 14px;
    font-family: Arial, 'Microsoft yahei';
    color: #333;
    margin: 0px;
    padding: 0px;
}

ul li,
li {
    list-style: none;
}

ul,
li,
dl,
dt,
dd,
span,
p,
cite,
em,
i,
h1,
h2,
h3,
h4,
h5,
h6,
b {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: Arial, 'Microsoft yahei';
}

cite,
em,
i {
    font-style: normal;
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:visited {
    text-decoration: none;
}

a:hover,
a:active,
input,
:focus {
    outline: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}


/*==========首页 begin==========*/
/*首焦广告轮播*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 560px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 560px;
    text-align: center;
}

.fullSlide .bd li .banner-link {
    display: block;
    height: 560px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    height: 15px;
    line-height: 15px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 6px;
    width: 38px;
    height: 3px;
    cursor: pointer;
    line-height: 15px;
    color: transparent;
    background: #fff;
    opacity: 0.3;
}

.fullSlide .hd ul .on {
    opacity: 1;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 5%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -110px 15px no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: blcok;
}

.fullSlide .next {
    left: auto;
    right: 5%;
    background-position: 8px 15px;
}

.fullSlide .prev:hover,
.fullSlide .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}


/*banner*/
.banner-header {
    min-width: 1300px;
    height: 560px;
}
.banner-header .nex_btn{ width: 1190px; height: 100px; margin: 0 auto; margin-top: 400px;}
.banner-header .nex_btn .nex_btn_btn1{ width: 180px; height: 50px; background: #072e59; color: #fff; font-size: 16px; text-align: center; line-height: 50px; display: block; margin-right: 20px; float: left;}
.banner-header .nex_btn .nex_btn_btn2{  width: 220px; height: 50px; background: #ef9016; color: #fff; font-size: 16px; text-align: center; line-height: 50px; display: block;  float: left;}
.banner-header .nex_btn .nex_btn_btn2 i{ margin-right: 10px;}
.banner-header .nex_btn .nex_btn_btn1:hover{ background: #111;}
.banner-header .nex_btn .nex_btn_btn2:hover{ background: #955400;}
/*container*/
.main_box_index {
    min-width: 1300px;
    background: #f6f6f6;
    margin: 0px auto;
    padding: 50px 0px 0px;
}

.cont_index {
    width: 1300px;
    margin: 0 auto;
}

.cont_index .banben_list {
    margin: 0 auto 40px;
    overflow: hidden;
    float: left;
}

.cont_index .banben_list li {
    float: left;
    margin-left: 10px;
}

.cont_index .banben_list li .banben_box {
    width: 290px;
    height: 360px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.cont_index .banben_list li .banben_box .banben_img {
    text-align: center;
    
}
.cont_index .banben_list li .banben_box .banben_img img{
    margin: 22px auto 20px;
}
.cont_index .banben_list li .banben_box .bb_tit {
    font-size: 18px;
    color: #171717;
    text-align: center;
    line-height: 24px;
}

.cont_index .banben_list li .banben_box .bb_ms {
    font-size: 14px;
    color: #626262;
    line-height: 24px;
    text-align: center;
    padding: 10px 25px 28px;
}

.cont_index .banben_list li .banben_box .banben_btn {
    display: block;
    font-size: 14px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 18px;
    text-align: center;
    margin: 0 auto;
}
.appbtn_bg{
    background: linear-gradient(-95deg, #12CCB0, #2DF1F8);
}
.dnbbtn_bg{
    background: linear-gradient(95deg, #FF8441, #FD4526);
}
.wybbtn_bg{
    background: linear-gradient(95deg, #62A7F7, #5F86F3);
}
.xcxbtn_bg{
    background: linear-gradient(95deg, #38B6F8, #2590E2);
}
.qybbtn_bg{
    background: linear-gradient(95deg, #7c8dfd, #5e69e7);
}
.cont_index .banben_list li .banben_box .banben_hover_box {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 290px;
    height: 330px;
    border-radius: 8px;
    display: none;
}

.cont_index .banben_list li .banben_box .banben_hover_img {
    text-align: center;
    margin: 60px auto 15px;
}

.cont_index .banben_list li .banben_box .banben_hover_ms {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 25px;
    padding: 0 28px;
}

.rollBox {
    width: 1300px;
    overflow: hidden;
    height: 360px;
}

.rollBox .LeftBotton {
    height: 65px;
    width: 30px;
    background: url(../images/index/left.png) no-repeat top left;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-top: 160px;
}

.rollBox .RightBotton {
    height: 65px;
    width: 30px;
    background: url(../images/index/right.png) no-repeat top right;
    cursor: pointer;
    float: right;
    margin-left: 10px;
    margin-top: 160px;
}

.rollBox .Cont {
    width: 1200px;
    float: left;
    overflow: hidden;
}

.rollBox .Cont .ScrCont {
    width: 1000000000px;
    height: 360px;
}

.ljk a{
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    height: 250px;
    display: block;
    margin-top: 50px;
}

/*==========首页 end==========*/


/*==========vip会员页面 begin==========*/
/*banner*/
.swiper_container1{ width: 100%; height: 380px; margin: 0 auto; margin-top: 80px; min-width: 1200px;}
.swiper_container1 .swiper_img{width: 100%; height: 380px; min-width: 1200px;}
.swiper_container1 .swiper_img a{ width: 100%; display: block; height: 380px;}
.swiper_container1 .swiper_pagination{bottom: 12px;}
.swiper_container1 .swiper-pagination-bullet-active{background-color: #fff;}
/* .swiper-button-next{ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23ffffff'/%3E%3C/svg%3E")!important;}
.swiper-button-prev{ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23ffffff'/%3E%3C/svg%3E")!important;} */
.banner_vip {
    background: url(../images/vip/banner.jpg) no-repeat center top;
    height: 380px;
    min-width: 1200px;
}

.banner_vip .banner_btn_vip {
    width: 760px;
    margin: 0 auto;
    height: 80px;
    padding-top: 230px;
}

/*.banner_vip .banner_btn_vip .b_vip_btn01{display: block; float: left; margin-right: 40px;width:200px; height:46px; background:rgba(255,255,255,1);box-shadow:0px 6px 12px 0px rgba(250,72,98,0.54);border-radius:23px;font-size:20px;
font-weight:400; color:rgba(251,46,69,1);line-height: 46px; text-align: center;}*/
.banner_vip .banner_btn_vip .b_vip_btn02 {
    display: block;
    float: left;
    margin-right: 80px;
    width: 200px;
    height: 46px;
    background: rgba(255, 250, 100, 1);
    box-shadow: 0px 6px 12px 0px rgba(250, 72, 98, 0.54);
    border-radius: 23px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(251, 46, 69, 1);
    line-height: 46px;
    text-align: center;
}

.banner_vip .banner_btn_vip .b_vip_btn03 {
    display: block;
    float: left;
    width: 200px;
    height: 46px;
    background: rgba(248, 255, 197, 1);
    box-shadow: 0px 6px 12px 0px rgba(250, 72, 98, 0.54);
    border-radius: 23px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(251, 46, 69, 1);
    line-height: 46px;
    text-align: center;
    margin-right: 80px;
}

.banner_vip .banner_btn_vip .b_vip_btn05 {
    display: block;
    float: left;
    width: 200px;
    height: 46px;
    background: #f4f7e2;
    box-shadow: 0px 6px 12px 0px rgba(250, 72, 98, 0.54);
    border-radius: 23px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(251, 46, 69, 1);
    line-height: 46px;
    text-align: center;
}

.banner_vip .banner_btn_vip .b_vip_btn04 {
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin: 0 auto;
    clear: both;
}

.banner_vip a:hover {
    text-decoration: underline;
}



.main_vip_bg {
    min-width: 1200px;
    margin: 0 auto;
    background: #ebf2fb;
    padding: 20px 0;
}

.main_vip_bg .main_vip {
    width: 1190px;
    margin: 0px auto 30px;
    background: #fff;
    padding: 30px 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #d9e3f2;
}

.main_vip_bg .main_vip .vip_tit {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 120px;
    border-bottom: 2px solid #ff3c00;
    margin: 0 auto 45px;
    line-height: 60px;
}

/*VIP协议*/
.term_btn {
    color: #fb6b0b;
    font-size: 18px;
    text-align: center;
    display: block;
}

.term_btn:hover {
    text-decoration: underline;
}

/*VIP特权*/
.cont_vip_tequan .vip_tq_ms {
    font-size: 18px;
    color: #333;
    text-align: center;
}

.cont_vip_tequan .vip_tq_list {
    width: 1140px;
    margin: 50px auto 0px;
    overflow: hidden;
    border-bottom: 1px solid #eaecef;
}

.cont_vip_tequan .vip_tq_list li {
    width: 33%;
    float: left;
    margin-bottom: 50px;
}

.cont_vip_tequan .vip_tq_box {
    width: 100%;
}

.cont_vip_tequan .vip_tq_img {
    text-align: center;
}

.cont_vip_tequan .vip_tq_box p {
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #333;
}

.cont_vip_tequan .vip_tq_vs {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.cont_vip_tequan .vip_tq_table {
    width: 1140px;
    margin: 0 auto 20px;
    border-right: 1px solid #eaecef;
    border-top: 1px solid #eaecef;
}

.cont_vip_tequan .vip_tq_table tr {
    border-left: 1px solid #eaecef;
    border-bottom: 1px solid #eaecef;
    line-height: 50px;
}

.cont_vip_tequan .vip_tq_table tr th {
    border-left: 1px solid #eaecef;
    border-bottom: 1px solid #eaecef;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    background: #f7f7f7;
}

.cont_vip_tequan .vip_tq_table tr th p i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -9px;
}

.cont_vip_tequan .vip_tq_table tr th p span {
    color: #f66504;
}

.cont_vip_tequan .vip_tq_table tr.vip_tq_table_bg {
    background: #f7f7f7;
}

.cont_vip_tequan .vip_tq_table tr td {
    border-left: 1px solid #eaecef;
    border-bottom: 1px solid #eaecef;
    text-align: center;
}

.cont_vip_tequan .vip_tq_table tr td p {
    font-size: 14px;
    color: #444;
}

/*VIP价格*/
.cont_vip_price .vip_price_table {
    width: 1140px;
    margin: 0 auto 20px;
    border-right: 1px solid #eaecef;
    border-top: 1px solid #eaecef;
}

.cont_vip_price .vip_price_table tr {
    border-left: 1px solid #eaecef;
    border-bottom: 1px solid #eaecef;
    line-height: 70px;
}

.cont_vip_price .vip_price_table tr td {
    border-left: 1px solid #eaecef;
    border-bottom: 1px solid #eaecef;
    text-align: center;
    width: 227px;
}

.cont_vip_price .vip_price_table tr td p {
    font-size: 18px;
    color: #333;
}

.cont_vip_price .vip_price_table tr td p span {
    color: #fe2549;
}

.cont_vip_price .vip_price_table tr td p span b {
    font-size: 26px;
    font-weight: normal;
}

.cont_vip_price .vip_price_table tr td p a:hover {
    text-decoration: underline;
}

.cont_vip_price .vip_btn {
    display: block;
    font-size: 20px;
    color: #fefefe;
    text-align: center;
    background: url(../images/vip/vip_btn.png) no-repeat center top;
    width: 242px;
    height: 77px;
    margin: 40px auto 0px;
    line-height: 65px;
}

.cont_vip_price .vip_btn:hover {
    text-decoration: underline;
}

/*开票弹窗*/
.invoice_tc_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.invoice_tc_box {
    width: 590px;
    height: 440px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
    margin: 0 auto;
    position: relative;
    top: 30%;
}

.invoice_tc_box_tit {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 75px;
    border-bottom: 1px solid #ddd;
    width: 260px;
    margin: 0 auto;
}

.invoice_tc_box_ms {
    line-height: 32px;
    width: 550px;
    margin: 20px auto 0;
    overflow: hidden;
    font-size: 16px;
    color: #444;
}

.invoice_tc_box_ms span.s1 {
    width: 80px;
    float: left;
    font-weight: bold;
}

.invoice_tc_box_ms span.s2 {
    width: 470px;
    float: left;
}

.invoice_tc_box_ms b {
    font-weight: normal;
    color: #ff0a21;
}

.invoice_tc_btn {
    display: block;
    width: 165px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #0e7bf6;
    font-size: 18px;
    border-radius: 8px;
    margin: 30px auto 0;
}

.invoice_tc_btn:hover {
    background: #0b6cda;
}

.invoice_tc_close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*==========vip会员页面 end==========*/


/*==========常见问题页面 begin==========*/
.banner_problem {
    background: url(../images/banner_problem.jpg) no-repeat center top;
    height: 380px;
    margin-top: 80px;
    min-width: 1200px;
}

.banner_problem p {
    text-align: center;
    padding-top: 140px;
    font-size: 54px;
    color: #fff;
}

.faq_main {
    min-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    background: #fafafa;
}

.faq_cont {
    width: 1190px;
    margin: 0 auto 30px;
}

.faq_list {
    overflow: hidden;
    margin-top: 5px;
}

.faq_list li {
    width: 1140px;
    margin: 0 auto;
    margin-top: 15px;
}

.faq_list .faq_box {
    position: relative;
    width: 1140px;
    height: 60px;
    overflow: hidden;
}

.faq_list .faq_box .faq_box_list {
    overflow: hidden;
    height: auto;
}

.faq_list .faq_box.on {
    height: auto;
}

.faq_list .faq_box .p_question {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background: #f2f2f2;
    cursor: pointer;
}

.faq_list .faq_box .p_question i {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 16px;
    font-family: Arial;
    margin-left: 10px;
    background: url(../images/faq/ico_qa.png) no-repeat center;
}

.faq_list .faq_box .p_question span {
    float: left;
    width: 1000px;
    line-height: 60px;
}

.faq_list .faq_box .p_answer {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    line-height: 30px;
    width: 1040px;
    padding: 20px 0px 5px 52px;
}

.faq_list .faq_box .p_answer i.point {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: #2e87e1;
    vertical-align: middle;
    margin-top: 12px;
    margin-right: 8px;
    margin-left: 5px;
}

.faq_list .faq_box .p_answer a {
    color: #fb0000;
    font-size: 14px;
}

.faq_list .faq_box .p_answer a:hover {
    text-decoration: underline;
}

.faq_list .faq_box .faq_btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 20px;
    height: 60px;
}

.faq_list .faq_box .faq_btn .faq_arrow_down {
    display: block;
    width: 14px;
    height: 60px;
    background: url(../images/faq/arrow_down.png) no-repeat center;
}

.faq_list .faq_box .faq_btn .faq_arrow_up {
    display: block;
    width: 14px;
    height: 60px;
    background: url(../images/faq/arrow_up.png) no-repeat center;
}

/*==========常见问题页面 end==========*/


/*==========更新日志页面 begin==========*/
.banner_update {
    background: url(../images/banner_update.jpg) no-repeat center top;
    height: 250px;
    margin-top: 80px;
    min-width: 1200px;
}

.main_updatelog {
    min-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.cont_updatelog {
    width: 1000px;
    padding: 20px;
    border: 1px solid #cddbe8;
    margin: 50px auto;
}

.tit_edition {
    border-bottom: 1px solid #cddbe8;
    height: 50px;
    overflow: hidden;
}

.t_e_num {
    font-size: 22px;
    line-height: 50px;
    color: #333;
    float: left;
    margin-left: 10px;
}

.t_e_time {
    font-size: 16px;
    line-height: 50px;
    color: #333;
    float: right;
    margin-right: 20px;
}

.info_function {
    width: 970px;
    margin: 0 auto;
    padding: 30px 15px 15px 15px;
}

.info_function li {}

.info_function li p {
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

/*==========更新日志页面 end==========*/

/*==========加入代理商页面 begin==========*/
.banner_agent {
    background-image: url(../images/agent/banner_agent.jpg);
    background-position: center;
    width: 100%;
    height: 400px;
    margin-top: 80px;
    min-width: 1190px;
}

/*代理合作*/
.main_center {
    margin: 50px auto;
    min-width: 1190px;
}

.bar1 {
    width: 100%;
    font-size: 30px;
    color: #222;
    text-align: center;
    line-height: 50px;
    background: url(../images/agent/line2.png) no-repeat center center;
    margin: 0 auto;
}

.tit_a {
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #444;
    margin-top: 14px;
}

.layer01 {
    width: 1190px;
    margin: 50px auto;
}

.suppot_list {
    float: left;
    width: 33.3%;
}

.suppot_list img {
    margin: 0 auto;
    display: block;
}

.suppot_list h4 {
    text-align: center;
    font-size: 18px;
    color: #222;
    margin-top: 20px;
    font-weight: bold;
}

.suppot_list p {
    text-align: center;
    font-size: 14px;
    color: #444;
    line-height: 24px;
    margin-top: 30px;
}

.intro_btn {
    width: 200px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    background-color: #1883DF;
    display: block;
    margin: 60px auto 0;
    border-radius: 4px;
    text-align: center;
}

.intro_btn:hover {
    text-decoration: underline;
}

.main_center2 {
    margin: 50px auto;
    min-width: 1190px;
    background-color: #ECF6FF;
    padding-top: 50px;
}

.require_list {
    float: left;
    width: 25%;
    display: block;
}

.require_list img {
    display: block;
    margin: 0 auto;
}

.require_list p {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    padding: 10px;
    color: #444;
}

.layer02 {
    width: 1190px;
    margin: 50px auto;
    background-color: #ECF6FF;
    height: 230px;
}

.step {
    width: 1190px;
    margin: 50px auto;
}

.step_list {
    float: left;
    width: 200px;
}

.step_list img {
    display: block;
    margin: 0 auto;
}

.step_list P {
    text-align: center;
    font-size: 16px;
    color: #444;
    padding-top: 42px;
}

.pic {
    float: left;
    width: 40px;
}

.pic img {
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}

.step_us {
    width: 1190px;
    margin: 50px auto 0;
    background-color: #ECF6FF;
    height: 120px;
}

.step_us ul li {
    float: left;
    width: 380px;
}

.step_us ul li img {
    float: left;
    padding-right: 10px;
}

.step_us ul li p {
    line-height: 52px;
    font-size: 18px;
    color: #666；
}

.step_us ul li a {
    line-height: 52px;
    font-size: 18px;
    color: #666；
}

.step_us ul li a:hover {
    text-decoration: underline;
}


/*==========加入代理商页面 end==========*/


/*==========快速了解页面 begin==========*/
.banner_know {
    background: url(../images/know/banner.jpg) no-repeat center top;
    height: 380px;
    margin-top: 80px;
    min-width: 1200px;
}

.banner_know p {
    text-align: center;
    padding-top: 140px;
    font-size: 54px;
    color: #fff;
}

.main_know {
    min-width: 1200px;
    margin: 0 auto;
    background: #f4f7fb;
    padding: 50px 0 0;
}

.main_know .know_list {
    overflow: hidden;
    padding: 20px;
    width: 1150px;
    margin: 0 auto;
}

.main_know .know_list li {
    float: left;
    margin-right: 95px;
    margin-bottom: 90px;
}

.main_know .know_list li:nth-child(3n) {
    margin-right: 0px;
}

.main_know .know_box {
    width: 318px;
    height: 310px;
    background: #fff;
    box-shadow: 0 0 10px #79bafb;
    border-radius: 10px;
}

.main_know .know_img {
    height: 80px;
    display: block;
    line-height: 130px;
    text-align: center;
    padding-top: 50px;
}

.main_know .know_img img {
    vertical-align: middle;
}

.main_know .know_box p {
    font-size: 18px;
    color: #555555;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}

.main_know .know_btn {
    width: 120px;
    height: 35px;
    border: 1px solid #2e87e1;
    text-align: center;
    font-size: 14px;
    color: #2e87e1;
    line-height: 35px;
    display: block;
    margin: 45px auto 0;
}

.main_know .know_btn:hover {
    background: #2e87e1;
    color: #fff;
}

/*.know_list li{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;}
.know_list li:hover{transform: translateY(-6px);-webkit-transform: translateY(-6px);-moz-transform: translateY(-6px);-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; }*/
/*==========快速了解页面 end==========*/


/*==========快速了解子页面 begin==========*/
.banner_kslj {
    background: url(../images/kslj/banner_kslj.jpg) no-repeat center top;
    height: 199px;
    margin-top: 80px;
}

.banner_kslj p {
    text-align: center;
    padding-top: 70px;
    font-size: 36px;
    color: #fff;
}

.main_kslj {
    width: 100%;
    margin: 0 auto;
    background: #f4f7fb;
    padding: 50px 0;
}

.cont_kslj {
    overflow: hidden;
    width: 1190px;
    margin: 0 auto;
}

/*目录*/
.kslj_nav {
    width: 246px;
    float: left;
}

.kslj_nav_list {}

.kslj_nav_list li {
    background: #fff;
    width: 250px;
}

.kslj_nav_list li a {
    width: 240px;
    height: 80px;
    line-height: 80px;
    display: block;
    border-bottom: 1px dashed #e0e0e0;
    font-size: 18px;
    color: #444444;
}

.kslj_nav_list li a span {
    display: inline-block;
    width: 6px;
    height: 80px;
    background: #fff;
    float: left;
    margin-right: 20px;
}

.kslj_nav_list li a.active {
    color: #0372c5;
}

.kslj_nav_list li a.active span {
    background: #0c73c0;
}

.kslj_nav_list li:last-child a {
    border-bottom: 0;
}

/*内容*/
.kslj_box {
    width: 860px;
    float: right;
    background: #fff;
    padding: 40px 30px 20px 30px;
}

.kslj_info_box {
    line-height: 30px;
}

.kslj_info_t1 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.kslj_info_t1 i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.kslj_info_p1 {
    font-size: 16px;
    color: #444444;
}

.kslj_info_img {
    margin: 20px 0 30px;
}

.kslj_info_t1 span {
    color: #2e87e1;
}

.kslj_box .line {
    border-bottom: 1px solid #e5e5e5;
    margin: 40px 0 20px;
}

.kslj_info_t2 {
    text-align: center;
}

.kslj_info_p2 {
    font-size: 16px;
    color: #777777;
    text-align: center;
}

.kslj_info_p1 span {
    color: #ff0202;
}

.kslj_info_box table {
    margin-top: 20px;
    text-align: center;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
}

.kslj_info_box table th {}

.kslj_info_box table th,
.kslj_info_box table td {
    line-height: 22px;
    padding: 10px 5px;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    text-align: center;
}

.kslj_info_box table tr th:first-child,
.kslj_info_box table tr td:first-child {
    border-left: 0;
}

.kslj_info_box thead tr {
    background: #f6f6f7;
}

.kslj_info_box tbody tr:nth-child(even) {
    background: #fff;
}

.kslj_info_box tbody tr:nth-child(odd) {
    background: #fff;
}

/*按钮*/
.kslj_info_btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #2e87e1;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
}

/*文件的浏览与交互*/
.kslj_browse_list .kslj_info_icon {
    background: url(../images/kslj/icon_browse.png) no-repeat;
    display: inline-block;
    width: 48px;
    height: 30px;
    vertical-align: middle;
}

.kslj_browse_list .kslj_info_icon1 {
    background-position: 0 0;
}

.kslj_browse_list .kslj_info_icon2 {
    background-position: 0 -50px;
}

.kslj_browse_list .kslj_info_icon3 {
    background-position: 0 -98px;
}

.kslj_browse_list .kslj_info_icon4 {
    background-position: 0 -149px;
}

.kslj_browse_list .kslj_info_icon5 {
    background-position: 0 -202px;
}

.kslj_browse_list .kslj_info_icon6 {
    background-position: 0 -251px;
}

.kslj_browse_list .kslj_info_icon7 {
    background-position: 0 -304px;
}

.kslj_browse_list .kslj_info_icon8 {
    background-position: 0 -354px;
}

.kslj_info_list_box {
    overflow: hidden;
}

.kslj_info_list_box p {
    width: 690px;
    height: 32px;
    border: 1px solid #96b0de;
    background: rgba(242, 242, 242, .56);
    display: inline-block;
    margin-bottom: 15px;
}

.kslj_info_list_box span {
    font-size: 14px;
    color: #222222;
    margin-left: 10px;
}

/*批注与评论*/
.kslj_comment_list .kslj_info_icon {
    background: url(../images/kslj/icon_comment.png?time=180727) no-repeat;
    display: inline-block;
    width: 48px;
    height: 35px;
    vertical-align: middle;
}

.kslj_comment_list .kslj_info_icon1 {
    background-position: 0 0;
}

.kslj_comment_list .kslj_info_icon2 {
    background-position: 0 -51px;
}

.kslj_comment_list .kslj_info_icon3 {
    background-position: 0 -103px;
}

.kslj_comment_list .kslj_info_icon4 {
    background-position: 0 -155px;
}

.kslj_comment_list .kslj_info_icon5 {
    background-position: 0 -207px;
}

.kslj_comment_list .kslj_info_icon6 {
    background-position: 0 -258px;
}

.kslj_comment_list .kslj_info_icon7 {
    background-position: 0 -312px;
}

.kslj_comment_list .kslj_info_list_box p {
    width: 610px;
}

/*==========快速了解子页面 end==========*/
/*==========关于新迪 begin==========*/
.banner {
    background: url(../images/about/banner.jpg) no-repeat center top;
    height: 450px;
    min-width: 1190px;
    margin-top: 80px;
}

.main_box1 {
    min-width: 1190px;
    margin: 0 auto;
    background: #f6f6f6;
}

.main_center {
    width: 1190px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 0px;
}

.cont_about {
    width: 1100px;
    margin: 0 auto;
}

.cont_about p {
    font-size: 16px;
    color: #666;
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 40px;
}

.about_btn {
    display: block;
    width: 156px;
    height: 38px;
    line-height: 38px;
    background: #218fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
}

.about_btn:hover {
    text-decoration: underline;
}

/*==========关于新迪 end==========*/