﻿@charset "UTF-8";



@-webkit-keyframes opac{

    from {opacity: 0.2;width:50%;height:50%;top:25%;left:25%;}

    to {opacity : 0;width:100%;height:100%;top:0;left:0;}

}

.wa1,.wa2,.wa3{visibility: hidden;}

.animate .wa1{

    visibility:visible;

    -webkit-animation:opac 2.5s infinite;

}

.animate .wa2{

    visibility:visible;

    -webkit-animation:opac 2.5s infinite;-webkit-animation-delay:0.5s;

}

.animate .wa3{

    visibility:visible;

    -webkit-animation:opac 2.5s infinite;-webkit-animation-delay:1s;

}

.wave{width:400px;height:400px;position:absolute;top:50%;left:50%;margin-top: -200px;margin-left: -217px;}

.wave *{border:3px solid #fbcc00;position:absolute;border-radius:50%;}

.gn_box{}

.gn_box li{overflow: hidden;position: relative;}

.case_more:hover .circle{

    animation: circle-opacity 0.5s linear 0s 1;

    -webkit-animation-fill-mode:forwards;/*让动画停在最后是这个属性，*/

    animation-fill-mode:forwards;

}

.gn_box li:hover .circle2{

    animation: circle-opacity 0.5s linear 0s 1;

    -webkit-animation-fill-mode:forwards;/*让动画停在最后是这个属性，*/

    animation-fill-mode:forwards;

}

.main8_a:hover .circle{

    animation: circle-opacity 0.5s linear 0s 1;

    -webkit-animation-fill-mode:forwards;/*让动画停在最后是这个属性，*/

    animation-fill-mode:forwards;

}

.circle{background: none;border-radius: 50%;width: 42px;height: 42px;display: inline-block;margin: 0 auto;position: absolute;top: 1px;left: 51px;z-index: 100}

.circle2{background: none;border-radius: 50%;width: 44px;height: 44px;display: inline-block;margin: 0 auto;position: absolute;top: 0px;left: 51px;}

@keyframes circle-opacity{

    0% {

        background:none;

    }

    50% {

        transform:scale(4);

        background: rgba(251,204,0,0.4);

    }

    100% {

        transform:scale(16);

        background: rgba(251,204,0,1);

    }

}

.slides_box{width: 700px;height: 200px;position: absolute;left: 0;top: 220px;opacity: 0;}

.slides_box h1{font-size: 40px;color: #fff;font-weight: 400;line-height: 50px;letter-spacing: 3px;}

.slides_box h2{font-size: 20px;color: #fff;font-weight: 400;line-height: 50px;letter-spacing: 3px;}

.slides_box h3{width: 160px;overflow: hidden;height: 40px;border: 1px solid #fff;text-align: center;line-height: 40px;margin-top: 50px;position: relative;}

.slides_box h3 a{display: block;font-size: 16px;color: #fff;z-index: 200;position: absolute;top: 0;left: 0;background: transparent;text-align: center;width: 100%;}

.circle3{background: none;border-radius: 50%;width: 40px;height: 40px;display: inline-block;margin: 0 auto;position: absolute;top: 0;left: 60px;z-index: 100}

.slides_box h3:hover .circle3{

    animation: circle-opacity3 0.3s linear 0s 1;

    -webkit-animation-fill-mode:forwards;/*让动画停在最后是这个属性，*/

    animation-fill-mode:forwards;

}

.slides_box h3:hover a{color: #333;}

@keyframes circle-opacity3{

    0% {

        background:none;

    }

    50% {

        transform:scale(4);

        background: rgba(255,255,255,0.4);

    }

    100% {

        transform:scale(16);

        background: rgba(255,255,255,1);

    }

}

.slider_bot{width: 100%;height: 40px;background: rgba(255,255,255,0.1);position: absolute;left: 0;bottom: 0;}

.slider_bot a{width: 30%;margin-right: 2%;font-size: 14px;color: rgba(255,255,255,0.6);line-height: 40px;display: block;float: left;}

.slider_bot a.more{width: 4%;margin-right: 0;}

.slider_bot a:hover{text-decoration: underline;color: #fff;}

.ban_img{position: absolute;right: 0;top: 120px;opacity: 0;}



/*金频配资授信云系统*/

.system_main1{margin: 50px 0;text-align: center;}

.system_main1 h1{line-height: 60px;color: #111;font-size: 30px;margin-bottom: 20px;}

.system_main1 h2{line-height: 30px;color: #666;font-size: 16px;}

.system_main1_li{margin: 40px 0;}

.system_main1_li li{float: left;width: 25%;}

.system_main1_li li img{width: 75px;height: 75px;margin: 10px 0;}

.system_main1_li li p{font-size: 16px;color: #777;line-height: 30px;}

.system_main2{background: #f8f8f8;padding:50px 0 20px;text-align: center;}

.system_main2 h1{line-height: 60px;color: #111;font-size: 30px;}

.system_main2_li{}

.system_main2_li li{float: left;width: 300px;height: 310px;background: #fff;margin: 20px 50px;position: relative;}

/*.system_main2_li li img{margin-top: 30px;position: absolute;top: 12px;left: 75px;}*/

.system_main2_li li img.pic_next{position: absolute;top: 0px;left: 80px;width: 155px;height: 115px;margin-top: 30px;}

.system_main2_li li h1{font-size: 16px;color: #333;line-height: 30px;margin-top: 30px;}

.system_main2_li li h2{font-size: 14px;color: #666;line-height: 22px;margin-top: 5px;padding: 0 25px;}

.sm2l_bot_line{width: 100%;height: 3px;background: #aaa;position: absolute;left: 0;bottom: 0;z-index: 99;}

.sm2l_bot_line2{width: 0;height: 3px;background: #fbcc00;transition: all 0.5s;position: absolute;left: 0;bottom: 0;z-index: 100;}

.system_main2_li li:hover .sm2l_bot_line2{width: 100%;transition: all 0.5s;}

/*.system_main2_li li .pic_next{display: inline-block;}*/

/*.system_main2_li li:hover img{display: none;}*/

.sm2li_img{width: 100%;height: 150px;position: relative;}

.system_main2_bot{}

.guanggao{width: 100%;height: 165px;background: url("../images/guanggao.png") no-repeat center center;}

.guanggao span{font-size: 35px;color: #fff;line-height: 165px;display: inline-block;margin-left: 50px;}

.guanggao a{width: 140px;height: 43px;border: 1px solid #fbcc00;display: inline-block;margin-right: 40px;line-height: 42px;text-align: center;font-size: 16px;color: #fbcc00;margin-top: 60px;}

.guanggao a i{font-size: 20px;margin-right: 5px;}

.system_main3{background: #fff;padding: 20px;margin: 30px 0;text-align: center;}

.system_main3 h1{font-size: 30px;color: #333;line-height: 60px;}

.system_main3 img{margin: 20px 0;}

.system_main4{width: 100%;height: 470px;position: relative;overflow: hidden;}

.system_main4 video{    position: absolute;  z-index: -100;  min-width: 100%;  min-height: 100%;  top: 50%;  left: 50%;  overflow: hidden;  background-size: cover;  overflow: hidden;  opacity: 1;  transition: 2s opacity;  transform: translateX(-50%) translateY(-50%);}

.system_main4_con{width: 1200px;position: absolute;top: 0;left: 50%;height: 100%;z-index: 100;margin-left: -600px;}

.system_main4_con h1{font-size: 30px;line-height: 60px;margin-top: 50px;color: #fff;text-align: center;}

.system_main4_con h2{font-size: 16px;line-height: 30px;margin-top: 20px;color: #fff;text-indent: 32px;}

.sm4c_li{text-align: center;margin-top: 60px;}

.sm4c_li li{width: 110px;display: inline-block;margin-left: 50px;}

.sm4c_li li img{border-radius: 50%;width: 105px;height: 105px;}

.sm4c_li li p{font-size: 16px;line-height: 30px;color: #fff;margin-top: 5px;}

.sm4c_li li:first-child{margin-left: 0;}

/*.sm4c_li li:hover img{border: 1px solid #fbcc00;}*/

.sm4c_li li:hover p{color: #fbcc00;}





.system_main5{padding: 40px 0;text-align: center;height: 204px;background: #f8f8f8;}

.system_main5 li{float: left;width: 25%;transition: all 0.5s;}

.system_main5 li img{height: 44px;}

.system_main5 li h1{font-size: 18px;color: #333;line-height: 40px;}

.system_main5 li h2{font-size: 14px;color: #888;line-height: 20px;width: 160px;margin: auto;}

.system_main5 li:hover{margin-top: -5px;transition: all 0.5s;}

/*.system_main5 li:hover h1,*/

.system_main5 li:hover h2{color: #fbcc00;}



.per_box{width: 124px;text-align: center;position: relative;}

.per_box_top{width: 100%;height: 50px;cursor: pointer;}

.per_box_top img{width: 30px;height: 30px;margin-top: 5px;display: inline-block;border-radius: 50%;}

.per_box_con{position: absolute;  top: 51px;  left: 50%;  z-index: 9999; width: 100px; margin-left: -50px;}

.per_box_con ul {  background: #000; /*border-radius: 5px;*/  }

.per_box_con ul li {line-height: 30px;height: 30px;text-align: center;  }

.per_box_con ul li a {  color: #fff;  display: block;  }

.per_box_con ul li:hover {  background: #fbcc00;}

.per_box_con ul li a:hover {  display: block;  color: #fff;  }





.cased_top{margin-top: 30px !important;}

.cased_top h1{font-size: 16px; color: #999999;}

.cased_top h1 a{font-size: 16px; color: #999;}

.cased_top h1 a:hover{font-size: 16px; color: #fbcc00;}

.over_hidden{

    width:150px;/*要显示文字的宽度*/

    overflow:hidden; /*超出的部分隐藏起来。*/

    white-space:nowrap;/*不显示的地方用省略号...代替*/

    text-overflow:ellipsis;/* 支持 IE */

}



/*金频金融分销系统*/

.distribution_main1{background: #f8f8f8;padding: 20px 0;}

.distribution_main1 h1{margin: 30px 0;line-height: 50px;font-size: 30px;color: #333;text-align: center;}

.distribution_main1_con{width: 100%;height: 290px;background: #fff;margin-bottom: 30px;box-shadow: 0 0 30px #ddd;}

.distribution_main1_con li{width: 25%;text-align: center;float: left;height: 290px;}

/*.dmc_top{margin-top: 30px;width: 100%;height: 95px;background: url("../images/dsys_li1.png") center center no-repeat;}*/

.dmc_top{width: 100%;}

.dmc_top img{margin-top: 40px;}

.distribution_main1_con li h2{line-height: 35px;font-size: 18px;color: #333;margin-top: 10px;}

.distribution_main1_con li p{line-height: 22px;font-size: 14px;color: #999;padding: 0 40px;margin-top: 5px;}

.distribution_main1_con li:hover{box-shadow: 0 0 10px #fbcc00;}

.distribution_main1_con li:hover h2{color: #fbcc00;}



.distribution_main2{padding: 30px 0;background: #fff;}

.distribution_main2_top{padding: 20px 0;text-align: center;}

.distribution_main2_top h1{font-size: 30px;line-height: 40px;color: #333;}



.distribution_main2_con{}

.slideTxtBox{ width:100%;height: 570px;margin-top: 10px;position: relative;}

.slideTxtBox .hd{width: 600px;line-height: 50px;border-bottom: 1px solid #eaeaea;height: 60px;position: absolute;top: 0px;left: 50%;margin-left: -300px;}

/*.slideTxtBox .hd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;}*/

.slideTxtBox .hd ul li{ width: 32%;text-align: center;float: left;cursor: pointer; }

.slideTxtBox .hd ul li span{display: inline-block;height: 100%;padding: 4px 20px;font-size: 16px;color: #333;}

.slideTxtBox .hd ul li span i{font-size: 16px;margin-right: 5px;}

.slideTxtBox .hd ul li span i.icon-gongsi{font-size: 18px;}

.slideTxtBox .hd ul li.on span{border-bottom: 2px solid #fde066;color: #fde066;}

.slideTxtBox .bd{width: 100%;height: 570px;overflow: hidden;padding-top: 60px;}

.slideTxtBox .bd ul{width: 100%;height: 100%;}

.slideTxtBox .bd li{width: 100%;height: 100%;}



/*.slideTxtBox{}*/

/*.dm2c_top{width: 600px;margin: 15px auto;line-height: 50px;border-bottom: 1px solid #eaeaea;height: 60px;}*/

/*.dm2c_top li{width: 33.3%;text-align: center;float: left;cursor: pointer;}*/

/*.dm2c_top li span{display: inline-block;height: 100%;padding: 4px 20px;font-size: 16px;color: #333;}*/

/*.dm2c_top li span i{font-size: 16px;margin-right: 5px;}*/

/*.dm2c_top li span i.icon-gongsi{font-size: 18px;}*/

/*.dm2c_top li.on span{border-bottom: 2px solid #fde066;color: #fde066;}*/



/*.dm2c_con{width: 100%;height: 480px;position: relative;}*/

/*.dm2c_con li{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}*/

.dm2c_con_left{width: 515px;margin-top: 15px;}

.dm2c_con_left h1{padding: 30px 0 10px 0;text-align: left!important;}

.dm2c_con_left h1 span{width: 70px;height: 30px;background: #f5d85e;display: inline-block;text-align: center;line-height: 30px;font-size: 16px;}

.dm2c_con_left h1 i{font-size: 24px;color: #333333;line-height: 30px;margin-left: 15px;}

.dm2c_con_left p{font-size: 16px;line-height: 30px;color: #666666;}

.dm2c_con_left_icon{margin: 20px 0;height: 80px;}

.dm2c_con_left_icon li{width: 110px!important;text-align: center;display: inline-block;}

.dm2c_con_left_icon li i{font-size: 40px;color: #666;display: block;height: 50px;line-height: 50px;}

.dm2c_con_left_icon li i.icon-jindu{font-size: 50px;}

.dm2c_con_left_icon li span{font-size: 14px;color: #666;display: block;line-height: 25px;}

.dm2c_con_left_icon li:hover span,

.dm2c_con_left_icon li:hover i{color: #f5d85e;}

.dm2c_con_left_bot{margin-top: 20px;}

.dclb {width: 160px;height: 42px;background: none;position: relative;overflow: hidden;border: 1px solid #fbcc00;float: left;margin-right: 20px;}

.dclb a{width: 100%;height: 100%;text-align: center;line-height: 42px;font-size: 18px;display: block;color: #fbcc00;position: absolute;top: 0;left: 0;z-index: 200;}

.dclb a:hover {  color: #fff;  background: none;  transition: all 0.5s;  }



.dm2c_con_right{width: 560px;margin-top: 30px;}

.dm2c_con_right img{box-shadow: 0 0 15px #ccc;}

.dm2c_con_right img.dis_img1{}

.dm2c_con_right img.dis_img2{margin-top: 10px;margin-left: 20px;}



.guanggao2{width: 100%;height: 165px;background: url("../images/guanggao2.jpg") no-repeat center center;background-size: cover;}

.guanggao2 span{font-size: 35px;color: #fff;line-height: 165px;display: inline-block;margin-left: 50px;}

.guanggao2 a{width: 140px;height: 43px;border: 1px solid #fff;display: inline-block;margin-right: 40px;line-height: 42px;text-align: center;font-size: 16px;color: #fff;margin-top: 60px;}

.guanggao2 a i{font-size: 20px;margin-right: 5px;}

.guanggao2 a:hover{border: 1px solid #fbcc00;color: #fbcc00;}



.distribution_main3{background: #f8f8f8;padding: 20px 0;}

.dis_main3_title{padding: 15px 0;}

.dis_main3_title h1{line-height: 60px;font-size: 30px;text-align: center;color: #333;}

.dis_main3_con{background: #fff;width: 100%;margin-bottom: 50px;}

.dis_main3_con li{width: 25%;float: left;height: 160px;text-align: center;border-left:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8;}

.dis_main3_con li img{margin-top: 40px;display: inline-block;}

.dis_main3_con li img.dis3_img2{display: none;}

.dis_main3_con li p{font-size: 16px;color: #666;line-height: 45px;}

.dis_main3_con li:hover{box-shadow: 0 0 15px #ccc;}

.dis_main3_con li:hover img.dis3_img2{display: inline-block;}

.dis_main3_con li:hover img.dis3_img1{display: none;}

.dis_main3_con li:hover p{color: #fbcc00;}



.distribution_main4{padding: 20px 0;background: #fafafa;}

.distribution_main4_title{}

.distribution_main4_title h1{font-size: 30px;color: #333;line-height: 80px;text-align: center;}

.distribution_main4_con{background: url("../images/dis_eck.png") no-repeat center center;width: 100%;height: 150px;}

.dm4c_top{height: 80px;position: relative;width: 100%;}

.dm4c_top i{width: 44px;height: 44px; position: absolute;  display: block;  top: 5px;  left: 42px;  background-size: 44px 44px;  background: url(../images/circle.png) no-repeat center;animation: ani 20s linear infinite;}

.dm4c_con{}

.dm4c_con ul{}

.dm4c_con li{float: left;width: 16.666%;font-size: 18px;color: #333;line-height: 30px;text-align: center;}

.dm4c_con li:nth-child(1){text-align: left;padding-left: 25px;}

.dm4c_con li:nth-child(2){padding-right: 50px;}

.dm4c_con li:nth-child(5){padding-left: 30px;}

.dm4c_con li:nth-child(6){text-align: right;}



@keyframes ani{

    0%{

        left: 42px;

        background-size: 44px 44px

    }

    15%{

        left: 42px;

        background-size: 44px 44px

    }

    16.5%{

        left: 120px;

        background-size: 30px 30px

    }

    18%{

        left: 256px;

        background-size: 44px 44px

    }

    33%{

        left: 256px;

        background-size: 44px 44px

    }

    34.5%{

        left: 360px;

        background-size: 30px 30px

    }

    36%{

        left: 471px;

        background-size: 44px 44px

    }

    51%{

        left: 471px;

        background-size: 44px 44px

    }

    52.5%{

        left: 600px;

        background-size: 30px 30px

    }

    54%{

        left: 686px;

        background-size: 44px 44px

    }

    69%{

        left: 686px;

        background-size: 44px 44px

    }

    70.5%{

        left: 800px;

        background-size: 30px 30px

    }

    72%{

        left: 900px;

        background-size: 44px 44px

    }

    87%{

        left: 900px;

        background-size: 44px 44px

    }

    88.5%{

        left: 1050px;

        background-size: 44px 44px

    }

    90%{

        left: 1115px;

        background-size: 44px 44px

    }

    100%{

        left: 1115px;

        background-size: 44px 44px

    }

}



@-webkit-keyframes ani {

    0%{

        left: 42px;

        background-size: 44px 44px

    }

    15%{

        left: 42px;

        background-size: 44px 44px

    }

    16.5%{

        left: 120px;

        background-size: 30px 30px

    }

    18%{

        left: 256px;

        background-size: 44px 44px

    }

    33%{

        left: 256px;

        background-size: 44px 44px

    }

    34.5%{

        left: 360px;

        background-size: 30px 30px

    }

    36%{

        left: 471px;

        background-size: 44px 44px

    }

    51%{

        left: 471px;

        background-size: 44px 44px

    }

    52.5%{

        left: 600px;

        background-size: 30px 30px

    }

    54%{

        left: 686px;

        background-size: 44px 44px

    }

    69%{

        left: 686px;

        background-size: 44px 44px

    }

    70.5%{

        left: 800px;

        background-size: 30px 30px

    }

    72%{

        left: 900px;

        background-size: 44px 44px

    }

    87%{

        left: 900px;

        background-size: 44px 44px

    }

    88.5%{

        left: 1050px;

        background-size: 44px 44px

    }

    90%{

        left: 1115px;

        background-size: 44px 44px

    }

    100%{

        left: 1115px;

        background-size: 44px 44px

    }

}





/*404*/

.not_found_main{width: 100%;min-height: 300px;}

.nfm_con{width: 650px;margin: 150px auto;}

.nfm_left{width: 200px;}

.nfm_left img{width: 185px;height: 260px;}

.nfm_right{width: 400px;margin-left: 40px;}

.nfm_right h1{font-size: 50px;color: #fbcc00;line-height: 80px;}

.nfm_right h2{font-size: 20px;color: #333;line-height: 30px;}

.nfm_right h3{font-size: 14px;color: #666;line-height: 30px;}

.nfm_right h4{width: 20px;height: 3px;background: #fbcc00;margin: 15px 0;}

.nfm_right h5{font-size: 14px;color: #333;line-height: 30px;}

.nfm_right a{display: block;width: 120px;height: 35px;background: #fbcc00;text-align: center;line-height: 35px;color: #333;font-size: 14px;margin-top: 30px;}





.not_found_head{height: 120px;line-height: 120px;text-align: center}

.not_found_head img{height: 60px;width:200px;vertical-align: middle;}





/*金频分期消费系统*/

.ins_con_main1{padding: 20px 0 50px 0;background: #fff;}

.ins_con_main1 h1{font-size: 30px;color: #333;line-height: 120px;text-align: center;}

.ins_con_main1 p{font-size: 16px;color: #666;line-height: 30px;text-indent: 32px;}



.ins_con_main2{background: #f8f8f8;padding: 20px 0 50px 0;}

.ins_con_main2 h1{font-size: 30px;color: #111;line-height: 120px;text-align: center;}

.ins_con_main2_con{width: 100%;padding: 20px 45px;box-shadow: 0 0 30px #ccc;background: #fff;}

.inscm2_li{border-bottom:1px solid #f7f7f7;}
.inscm2_li:last-child{border: none;}

.inscm2_li_left{width: 300px;line-height: 80px;}

.inscm2_li_left img{width: 40px;height: 40px;border-radius: 50%;vertical-align: middle;margin-right: 10px;margin-top: -3px;}

.inscm2_li_left span{font-size: 16px;color: #333;}

.inscm2_li_right{width: 760px;padding-top: 15px;}

.inscm2_li_right span{font-size: 14px;color: #666;line-height: 22px;}

.inscm2_li_right img{vertical-align: middle;margin-top: -3px;margin-right: 3px;}



.ins_con_main3{background: #fff;padding: 20px 0 50px 0;}

.ins_con_main3 h1{font-size: 30px;color: #111;line-height: 120px;text-align: center;}

 

.insC3_con_ul{width:1200px; min-width: 1200px; margin:0 auto;}

.insC3_con_ul li{width: 25%;text-align: center;height: 110px;position: relative;padding-top: 25px;float: left;cursor: pointer;}

.insC3_con_ul li i{font-size: 35px;color: #666;}

.insC3_con_ul li p{font-size: 14px;color: #666;line-height: 30px;}

.insC3_bot_line{width: 0px;height: 3px;background: #fbcc00;position: absolute;bottom: 0;left: 50%;transition: all 0.5s;}

.insC3_con_ul li.curr i{color: #fbcc00;}

.insC3_con_ul li.curr p{color: #fbcc00;}

.insC3_con_ul li:hover p{color: #fbcc00;}

.insC3_con_ul li.curr .insC3_bot_line{width: 50px;transition: all 0.5s;margin-left: -25px;}



.insC3_con_content{height: 0;overflow: hidden;margin-top: 5px;background: #f8f8f8;padding-left: 82px;}

.insC3_con_content.active{height:110px;}

.insC3_con_content ul{padding: 5px 0 5px 3%;width:1200px; min-width: 1200px; margin:0 auto;}

.insC3_con_content li{width: 33%;float: left;padding:20px 30px;}

/*.insC3_con_content li a{display: block;}*/

.insC3_con_content li h2{font-size: 16px;color: #333;line-height: 30px;}

.insC3_con_content li p{font-size: 14px;color: #999;line-height: 30px;}

.insC3_con_content li p span{margin: 0 5px;}

/*.insC3_con_content li:hover{box-shadow: 0 0 10px #ccc;background: #fff;}*/

/*.insC3_con_content li:hover h2{color: #fbcc00;}*/



.guanggao3{width: 100%;height: 165px;background: url("../images/guanggao3.png") no-repeat center center;background-size: cover;}

.guanggao3 span{font-size: 35px;color: #fff;line-height: 165px;display: inline-block;margin-left: 50px;}

.guanggao3 a{width: 140px;height: 43px;border: 1px solid #fff;display: inline-block;margin-right: 40px;line-height: 42px;text-align: center;font-size: 16px;color: #fff;margin-top: 60px;}

.guanggao3 a i{font-size: 20px;margin-right: 5px;}

.guanggao3 a:hover{border: 1px solid #fbcc00;color: #fbcc00;}



.ins_con_main4{background: #f8f8f8;padding: 20px 0 50px 0;}

.ins_con_main4 h1{font-size: 30px;color: #333;line-height: 120px;text-align: center;}

.ins_con_main4_con{padding: 25px 30px;background: #fff;}

.inscm4_top{}

.inscm4_top_left{width: 860px;}

.i4tl_top_table{width: 100%;}

.i4tl_top_table table{width: 100%;text-align: center;border-collapse: collapse; min-height: 50px; border:1px solid #eaeaea; }

.i4tl_top_table table tr:nth-child(1){background: #f29300;line-height: 50px;}

.i4tl_top_table table tr:nth-child(1) td{font-size: 24px;color: #fff;}

.i4tl_top_table table tr:nth-child(2){background: #f5f7fa;}

.i4tl_top_table table tr:nth-child(2) td{padding: 15px;width: 33.3%;border-right: 1px solid #ededed;}

.i4tl_top_table table tr:nth-child(2) td p{font-size: 16px;color: #f29300;line-height: 25px;}

.i4tl_top_table table tr:nth-child(2) td i{font-size: 12px;color: #999;line-height: 25px;}

.i4tl_top_table table tr:nth-child(2) td span{font-size: 12px;color: #999;line-height: 25px;padding: 0 5px;}

.i4tl_top_table table tr:nth-child(3){background: #fff;}

.i4tl_top_table table tr:nth-child(3) td{padding: 15px;width: 33.3%;border-right: 1px solid #ededed;text-align: left;}

.i4tl_top_table table tr:nth-child(3) td span{width: 32%;line-height: 25px;display: inline-block;font-size: 14px;color: #777;}

.i4tl_bot_table{width: 100%;margin-top: 20px;}

.i4tl_bot_table table{width: 280px;border: 1px solid #ededed;text-align: center;border-collapse: collapse; min-height: 40px;float: left;}

.i4tl_bot_table table tr:nth-child(1){background: #fbcc00;line-height: 50px;}

.i4tl_bot_table table tr:nth-child(1) td{font-size: 16px;color: #fff;}

.i4tl_bot_table table tr{line-height: 42px;border-bottom: 1px solid #eaeaea;}

.i4tl_bot_table table tr td{font-size: 14px;color: #888888;}

.inscm4_top_right{width: 260px;}

.inscm4_top_right table{width: 100%;border: 1px solid #ededed;text-align: center;border-collapse: collapse; min-height: 40px;float: left;}

.inscm4_top_right table tr:nth-child(1){background: #f29300;line-height: 50px;}

.inscm4_top_right table tr:nth-child(1) td{font-size: 24px;color: #fff;}

.inscm4_top_right table tr{background: #fff;line-height: 35px;border-bottom: 1px solid #eaeaea;}

.inscm4_top_right table tr td{font-size: 14px;color: #888888;}

.inscm4_bot{margin-top: 20px;}

.inscm4_bot table{width: 100%;border: 1px solid #ededed;text-align: center;border-collapse: collapse; min-height: 40px;}

.inscm4_bot table tr:nth-child(1){background: #3baf2c;line-height: 50px;}

.inscm4_bot table tr:nth-child(1) td{font-size: 24px;color: #fff;}

.inscm4_bot table tr{background: #fff;line-height: 50px;}

.inscm4_bot table tr td{font-size: 14px;color: #999999;}



.ins_con_main5{width: 100%;height: 800px;background: url("../images/anli_bg.png") no-repeat center center;background-size: cover;}

.ins_con_main5 h1{padding-top: 30px;line-height: 70px;font-size: 30px;color: #fff;text-align: center;}

.ins_main5_banner{}

.picFocus{ width:1200px; height:700px;  position:relative;  zoom:1;}

.picFocus .hd{padding-top:20px;  overflow:hidden; text-align: center;}

.picFocus .hd a{ display: block; float: left; width:75px; height:90px; text-align: center;}

.picFocus .hd a img{ margin-top:29px;}

.picFocus .hd ul{ overflow:hidden; zoom:1;}

.picFocus .hd ul li{ padding:1px; border:transparent 1px solid; text-align:center; margin:0 15px;position: relative;display: inline-block;}

.hd_bg{width: 82px;height: 82px;border-radius: 50%;background: rgba(0,0,0,0.4);position: absolute;top: 0;left: 0px;cursor: pointer;}

.picFocus .hd ul li img{ width:80px; height:80px; cursor:pointer;display: block;}

.picFocus .hd ul li span{font-size: 14px;color: #ccc;display: block;line-height: 30px;}

/*.picFocus .hd ul li.o{}*/

.picFocus .hd ul li.on .hd_bg{display: none;}

.picFocus .hd ul li.on span{color: #fff;}



.picFocus .bd{height: 510px;width: 1200px;overflow: hidden;}

.picFocus .bd li{ vertical-align:middle;height: 510px;width: 1200px;margin-top: 40px;}

.picFocus a.prev{position: absolute;top: 30%;left: -100px;height: 80px;width: 80px;border-radius: 50%;}

.picFocus a.next{position: absolute;top: 30%;right: -100px;height: 80px;width: 80px;border-radius: 50%;text-align: center;}

.picFocus a.prev img,

.picFocus a.next img{width: 100%;}

.picFocus a.next:hover,

.picFocus a.prev:hover

{background: rgba(0,0,0,0.3);}





.picFocus_left{width: 620px;}

.picFocus_left img{ width: 260px;height: 453px;margin-left: 40px;box-shadow: 0 0 15px #ccc;}

.picFocus_right{width: 500px;}

.picFocus_right h2{font-size: 40px;color: #fff;margin-top: 100px;}

.picFocus_right h3{font-size: 18px;line-height: 30px;margin-top: 25px;color: #fff;}

.picFocus_right .main8_a{margin-top: 80px;}

.ins_con_main5_consumption{height: 540px!important;background: #fff!important;}
.ins_con_main5_consumption  h1{color: #333;}
.ins_main5_ul{display: flex;flex-wrap: wrap;padding: 60px 20px;width: 100%;background: #fff;box-shadow: 0 0 10px #ccc;margin-top: 30px;}
.ins_main5_ul li{display: flex;align-items: center;justify-content: center;width: calc(50% - 1px);padding: 20px 40px;}
.ins_main5_ul li:nth-child(1){border-bottom: 1px solid #f5f5f5;border-right: 1px solid #f5f5f5;}
.ins_main5_ul li:nth-child(2){border-bottom: 1px solid #f5f5f5;}
.ins_main5_ul li:nth-child(3){border-right: 1px solid #f5f5f5;}
.ins_main5_ul li div{width:70px;height: 70px;border: 1px solid #ccc;border-radius: 50%;text-align: center;line-height: 70px;margin-right: 20px;}
.ins_main5_ul li div i{font-size: 34px;color:#FFCF2A; }
.ins_main5_ul li p{width: 80%;color: #666;line-height: 20px;font-size: 14px;}

/*分享点赞*/



.article_content_share{margin-top: 40px;width: 100%;}

.acs_left{}

.acs_left span{font-size: 14px;color: #666;line-height: 30px;margin-right: 15px;}

.acs_left a{display: inline-block;width: 80px;height: 30px;text-align: center;line-height: 30px;color: #666;font-size: 14px;}

.acs_left a i{margin-right: 5px;}

.acs_left a.curr{background: #fbcc00;color: #fff;}



.acs_right{}

.acs_right a{display: inline-block;margin-left: 20px;position: relative;}

.acs_right a i{font-size: 35px;}

.acs_right a i.icon-weixin{color: #0cbf63;}

.acs_right a i.icon-sina{color: #fb5c60;}

.acs_right a i.icon-qq{color: #00caf4;}

.wx_ewm_box{position: absolute;background: #fff;width: 150px;height: 200px;bottom: 40px;left: 50%;margin-left: -75px;padding: 10px;text-align: center;box-shadow: 0 0 10px #ccc;display: none;}

.wx_ewm_box img{width: 100%;}

.wx_ewm_box span{font-size: 14px;color: #666;line-height: 20px;margin-top: 5px;display: inline-block;}

.acs_right a:hover .wx_ewm_box{display: block;}





/*会员中心*/

.card_bd{padding: 0!important;}

.card_bd table{width: 100%;text-align: center;border-collapse: collapse; min-height: 30px;}

.card_bd table tr:nth-child(1){background: #f8f8f8;line-height: 30px;}

.card_bd table tr:nth-child(1) th{font-size: 12px;color: #333;text-align: center;}

.card_bd table tr{background: #fff;line-height: 30px;}

.card_bd table tr td{font-size: 12px;color: #666;overflow: hidden}

.card_bd table tr:hover{background: #f8f8f8;}

.bd_account{padding: 20px;}

.bd_account img{width: 80px;height: 80px;border-radius: 50%;margin-top: 15px;}

.account_content{margin-left: 100px!important;}

.account_content p span{}

.account_content p label{color: #666;}





/*金频金融知识付费问答系统*/

.ques_system_main1{padding: 20px 0 50px 0;background: #fff;}

.ques_system_main1 h1{font-size: 30px;color: #111;line-height: 120px;text-align: center;}

.ques_system_main1_con{border: 1px solid #ededed;}

.ques_system_main1_con li{width: 25%;float: left;text-align: center;padding: 15px 0 25px 0;}

.ques_system_main1_con li img{width: 155px;height: 115px;margin: 5px 0 15px 0; }

.ques_system_main1_con li h2{font-size: 18px;color: #282820;line-height: 32px;}

.ques_system_main1_con li p{font-size: 14px;color: #999999;line-height: 22px;width: 175px;margin: 10px auto;}

.ques_system_main1_con li:hover{box-shadow: 0 0 10px #fbcc00;}

.ques_system_main1_con li:hover h2{color: #fbcc00;}



.ques_system_main2{padding: 20px 0 50px 0;background: #f8f8f8;}

.ques_system_main2 h1{font-size: 30px;color: #111;line-height: 120px;text-align: center;}

.ques_system_main2_con{background: #fff;}

.ques_system_main2_con li{width: 25%;float: left;height: 160px;padding: 40px 0;text-align: center;border-left:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8;}

.ques_system_main2_con li img.qsm2_img1{}

.ques_system_main2_con li img.qsm2_img2{display: none;}

.ques_system_main2_con li h2{line-height: 35px;color: #666;font-size: 16px;}

.ques_system_main2_con li:hover h2{color: #fbcc00;}

.ques_system_main2_con li:hover img.qsm2_img2{display: inline-block;}

.ques_system_main2_con li:hover img.qsm2_img1{display: none;}

.ques_system_main2_con li:hover{box-shadow: 0 0 10px #ccc;}



.guanggao4{width: 100%;height: 165px;background: url("../images/guanggao4.png") no-repeat center center;background-size: cover;}

.guanggao4 span{font-size: 35px;color: #fff;line-height: 165px;display: inline-block;margin-left: 50px;}

.guanggao4 a{width: 140px;height: 43px;border: 1px solid #fff;display: inline-block;margin-right: 40px;line-height: 42px;text-align: center;font-size: 16px;color: #fff;margin-top: 60px;}

.guanggao4 a i{font-size: 20px;margin-right: 5px;}

.guanggao4 a:hover{border: 1px solid #fbcc00;color: #fbcc00;}



.ques_system_main4{background: #fff;padding: 40px;text-align: center;}

.ques_system_main4 h1{font-size: 30px;color: #111;line-height: 80px;}

.ques_system_main4 img{margin: 30px 0;}





.ques_system_main5{padding: 60px 0 50px 0;background: #f8f8f8;}

.ques_system_main5 h1{font-size: 30px;color: #111;line-height: 52px;text-align: center;}

.ques_system_main5_con{background: #fff;box-shadow: 0 0 20px #ddd;padding: 20px 40px;margin-top: 20px;}

.ques_system_main5_con li{padding: 20px 0;border-bottom: 1px solid #f7f7f7;line-height: 45px;}

.ques_system_main5_con li:last-child{border:none;}

.qsm5_left{width: 320px;}

.qsm5_left img{margin-right: 15px;}

.qsm5_left span{font-size: 16px;color: #333;}

.qsm5_right{width: 780px;}

.qsm5_right img{vertical-align: middle;margin-top: -3px;margin-right: 5px;}

.qsm5_right span{font-size: 14px;color: #666;}



.ques_system_main6{width: 100%;height: 475px;background: url("../images/qsm6_bg.png") no-repeat center center;background-size: cover;padding: 20px 0;}

.ques_system_main6 h1{font-size: 30px;color: #fff;line-height: 100px;text-align: center;}

.ques_system_main6_con{width: 100%;margin-top: 30px;}

.ques_system_main6_con ul{margin-left: -20px;}

.ques_system_main6_con li{width: 285px;height: 265px;background: #fff;padding: 50px 20px;position: relative;float: left;margin-left: 20px;margin-top: 0;transition: all 0.3s;}

.ques_system_main6_con li h2{font-size: 18px;line-height: 40px;color: #333;}

.ques_system_main6_con li h2 span{color: #fbcc00;padding: 0 5px;}

.ques_system_main6_con li h2 i{color: #fbcc00;padding-right: 5px;}

.ques_system_main6_con li h3{width: 30px;height: 2px;background: #fbcc00;margin: 15px 0;}

.ques_system_main6_con li h4{font-size: 13px;line-height: 22px;color: #888;}

.ques_system_main6_con li img.qsm6_img1{position: absolute;top: 8px;left: 8px;}

.ques_system_main6_con li img.qsm6_img2{position: absolute;bottom: 8px;right: 8px;}

.ques_system_main6_con li:hover{border-bottom: 5px solid #fbcc00;margin-top: -10px;box-shadow: 0 0 15px #ddd;transition: all 0.3s;}



/*demo_bb*/

.demo_bb{width: 140px;height: 130px;position: fixed;right: 20px;bottom: 50px;}

/*.demo_bb img{width: 100%;}*/

.demo_bb img{width: 100%;-webkit-animation: shake 4000ms infinite both;-moz-animation: shake 4000ms infinite both;animation: shake 4000ms infinite both;}



@-webkit-keyframes shake {

    from, 11%, to {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }



    1%, 3%, 5%, 7%, 9% {

        -webkit-transform: translate3d(-3px, 0, 0);

        transform: translate3d(-3px, 0, 0);

    }

    2%, 4%, 6%, 8%, 10% {

        -webkit-transform: translate3d(3px, 0, 0);

        transform: translate3d(3px, 0, 0);

    }

}



@-moz-keyframes shake {

    from, 11%, to {

        -moz-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }



    1%, 3%, 5%, 7%, 9% {

        -moz-transform: translate3d(-3px, 0, 0);

        transform: translate3d(-3px, 0, 0);

    }

    2%, 4%, 6%, 8%, 10% {

        -moz-transform: translate3d(3px, 0, 0);

        transform: translate3d(3px, 0, 0);

    }

}



@keyframes shake {

    from, 11%, to {

        -webkit-transform: translate3d(0, 0, 0);

        -moz-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }



    1%, 3%, 5%, 7%, 9% {

        -webkit-transform: translate3d(-3px, 0, 0);

        -moz-transform: translate3d(-3px, 0, 0);

        transform: translate3d(-3px, 0, 0);

    }

    2%, 4%, 6%, 8%, 10% {

        -webkit-transform: translate3d(3px, 0, 0);

        -moz-transform: translate3d(3px, 0, 0);

        transform: translate3d(3px, 0, 0);

    }

}





/*直播产品页面*/

.pro_live_main1{background: #fff;padding: 50px 0 30px;text-align: center;}

.pro_live_main1 h1{line-height: 60px;color: #111;font-size: 30px;}

.pro_live_main1 h3{color: #666;font-size: 14px; }

.pro_live_main1_li{margin-top: 20px;}

.pro_live_main1_li li{float: left;width: 300px;height: 320px;background: #fff;margin: 20px 50px;position: relative;border: 1px solid #f2f2f2;}

.pro_live_main1_li li img{margin-top: 20px;width: 155px;height: 115px;position: absolute;top: 12px;left: 75px;}

/*.system_main2_li li img.pic_next{display: none;position: absolute;top: 0px;left: 80px;}*/

.pro_live_main1_li li h1{font-size: 16px;color: #333;line-height: 30px;margin-top: 20px;}

.pro_live_main1_li li h2{font-size: 14px;color: #666;line-height: 22px;margin-top: 5px;padding: 0 20px;}

.sm2l_bot_line{width: 100%;height: 3px;background: #aaa;position: absolute;left: 0;bottom: 0;z-index: 99;}

.sm2l_bot_line2{width: 0;height: 3px;background: #fbcc00;transition: all 0.5s;position: absolute;left: 0;bottom: 0;z-index: 100;}

.pro_live_main1_li li:hover .sm2l_bot_line2{width: 100%;transition: all 0.5s;}

.pro_live_main1_li li:hover{box-shadow: 0 0 15px #ddd;}

/*.system_main2_li li:hover .pic_next{display: inline-block;}*/

/*.system_main2_li li:hover img{display: none;}*/

.sm2li_img{width: 100%;height: 150px;position: relative;}



.pro_live_main2{background: #f8f8f8;padding: 50px 0;}

.pro_live_main2 h1{line-height: 60px;color: #111;font-size: 30px;text-align: center;}

.pro_live_main2 h2{line-height: 20px;color: #666;font-size: 14px;text-align: center;}

.pro_live_main2_con{width: 100%;padding: 40px;box-shadow: 0 0 10px #ccc;background: #fff;margin: 30px 0 20px 0;}

.pro_live_main2_con li{padding: 20px 0;border-bottom: 1px solid #f2f2f2;}

.pro_live_main2_con li:last-child{border-bottom: none;}

.plmc_li_left{width: 340px;}

.plmc_li_left img{vertical-align: middle;margin-right: 15px;}

.plmc_li_left span{font-size: 16px;color: #333;}

.plmc_li_right{width: 770px;}

.plmc_li_right img{vertical-align: middle;}

.plmc_li_right span{font-size: 14px;line-height: 22px;color: #666;}

.plmc_li_right p{font-size: 14px;line-height: 22px;color: #666;margin-left: 10px;}



.pro_live_main3{background: #fff;padding: 50px 0;}

.pro_live_main3 h1{line-height: 60px;color: #333;font-size: 30px;text-align: center;}

.pro_live_main3 h2{line-height: 20px;color: #666;font-size: 14px;text-align: center;}

.pro_live_main3_con{margin: 50px 0 40px;}

.pro_live_main3_con ul{margin-left: -30px;}

.pro_live_main3_con ul li{width: 275px;border: 1px solid #ddd;border-radius: 10px;overflow: hidden;float: left;margin-left: 30px;}

.plm3c_top{background: #f8f8f8;padding: 15px 0;text-align: center;border-bottom: 1px solid #eee;}

.plm3c_top span{font-size: 18px;line-height: 22px;color: #f39801;display: block;}

.plm3c_top i{font-size: 12px;line-height: 22px;color: #999;}



.plm3c_nav{text-align: center;padding: 20px 0;border-bottom: 1px solid #eee;}

.plm3c_nav_img{height: 170px;}

.plm3c_nav img{width: 115px;transition: all 0.3s;}

.plm3c_nav span{line-height: 22px;font-size: 12px;color: #666;display: block;}

.pro_live_main3_con li:hover img{transform: scale(1.05);transition: all 0.3s;}

.pro_live_main3_con li:hover{box-shadow: 0 0 15px #ccc;transition: all 0.3s;margin-top: -5px;}

.plm3c_bot{padding: 20px 15px;}

.plm3c_bot p{width: 50%;font-size: 12px;line-height: 22px;color: #888888;float: left;}

.plm3c_bot h3{width: 50%;float: left;padding: 10px 0;text-align: center;}

.plm3c_bot h3 a{display: inline-block;width: 78px;height: 30px;border: 1px solid #fbcc00;border-radius: 5px;text-align: center;line-height: 30px;color: #fbcc00;font-size: 12px;transition: 0.3s;}

.plm3c_bot h3 a:hover{background: #fbcc00;color: #333;transition: 0.3s;}



.pro_live_main3_bot{margin: 20px 0;text-align: center;}

.pro_live_main3_bot a{display: inline-block;width: 180px;height: 45px;border: 1px solid #fbcc00;background: -webkit-linear-gradient(130deg, #facf17, #ffab01);
   background: -o-linear-gradient(130deg, #facf17, #ffab01);
  background: -moz-linear-gradient(130deg, #facf17, #ffab01);
  background: linear-gradient(130deg, #facf17, #ffab01);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;font-size: 18px;color: #333;line-height: 47px;transition: all 0.3s;}

.pro_live_main3_bot a:hover{background: -webkit-linear-gradient(130deg, #ffab01,#facf17);
background: -o-linear-gradient(130deg, #ffab01,#facf17);
background: -moz-linear-gradient(130deg, #ffab01,#facf17);
background: linear-gradient(130deg, #ffab01,#facf17);
box-shadow:0 5px 10px rgba(255,178,49,.4);
transform:translateY(-3px);
background-color: #ffab01;
background-repeat:repeat-y;}


/*解决方案*/
.solution_banner{background: url("../images/solution_case.jpg") no-repeat center center!important;}
.solution_main1{padding: 20px 0 50px 0;background: #f8f8f8;}
.solution_main1 h1{font-size: 30px;color: #333;line-height: 120px;text-align: center;}
/*.solution_main1_con{border: 1px solid #ededed;}*/
.solution_main1_con li{width: 25%;float: left;text-align: center;padding: 15px 0 25px 0;}
.solution_main1_con li img{width: 80px;height: 80px;margin: 5px 0 15px 0; }
.solution_main1_con li h2{font-size: 18px;color: #282820;line-height: 32px;}
.solution_main1_con li p{font-size: 14px;color: #999999;line-height: 22px;width: 260px;margin: 10px auto;}
.solution_main1_con li:hover{box-shadow: 0 0 10px #ccc; background: #fff;}
.ques_system_main5 h4{font-size: 14px;line-height: 26px;color: #888;text-align: center;}
.solution_main3{padding: 60px 0 50px 0;background: #f8f8f8;}
.solution_main3 h1{font-size: 30px;color: #333;line-height: 40px;text-align: center;}
.solution_main3 h2{font-size: 14px;color: #666;line-height: 30px;text-align: center;}
.solution_main3_con{margin-top: 30px;}
.solution_main3_con_li li{width: 25%;float: left;text-align: center;padding: 15px 0 25px 0;}
.solution_main3_con_li li img{width: 155px;height: 115px;cursor: pointer;}
.solution_main3_son{ padding: 10px;height: 150px;}
.sms_list{width: 100%;height: 150px;border: 1px solid #dadada;position: relative; background: #fff;}
.sms_list_title{line-height: 30px;margin: 30px 0 10px 0;padding-left: 40px;}
.sms_list_title i{display: inline-block;width: 9px;height: 9px;border-radius: 50%;margin-right: 12px;background: #333333;}
.sms_list_title span{font-size: 18px;color: #333333;}
.sms_list_text{width: 1050px;margin: auto;}
.sms_list_text span{font-size: 14px;color: #666;line-height: 24px;}
.sms_list.curr .sms_list_title i{background: #fbcc00;}
.sms_list.curr .sms_list_title span{color: #fbcc00;}
.sms_list1 img.up_arrow{position: absolute;top: -9px;left: 127px;}
.sms_list2 img.up_arrow{position: absolute;top: -9px;left: 427px;}
.sms_list3 img.up_arrow{position: absolute;top: -9px;left: 727px;}
.sms_list4 img.up_arrow{position: absolute;top: -9px;left: 1027px;}


/*个股期权产品页面*/
.stock_banner{background: url("../images/stock_banner.jpg") no-repeat center center!important;}
.stock_main1{margin-bottom: 20px; padding: 20px 0 30px;}
.stock_main1 h1{font-size: 30px;color: #333;line-height: 60px;text-align: center;margin-top: 30px;}
.stock_main1 h2{font-size: 16px;line-height: 25px;color: #666;text-align: center;margin-bottom: 35px;}
.stock_main1_img img{width: 100%;}
.stock_main2{padding-bottom: 40px; background: #f8f8f8; padding-top: 20px;}
.stock_main2 h1{font-size: 30px;color: #333;line-height: 60px;text-align: center;margin-top: 30px;}
.stock_main2 h2{font-size: 16px;color: #666;line-height: 25px;text-align: center;}
.stock_main2_img{text-align: center;padding: 30px 0;}
.stock_main2_bot{text-align: center;margin: 20px 0;}
.stock_main2_bot a{display: inline-block;margin-right: 25px;width: 150px;height: 45px;border: 1px solid #fbcc00;font-size: 18px;text-align: center;line-height: 45px;color: #fbcc00;}
.stock_main2_bot a.find_detail{background: #fbcc00;color: #fff;}
.guanggao5{width: 100%;height: 165px;background: url("../images/guanggao5.png") no-repeat center center;background-size: cover;}
.guanggao5 span{font-size: 35px;color: #fff;line-height: 165px;display: inline-block;margin-left: 50px;}
.guanggao5 a{width: 140px;height: 43px;border: 1px solid #fff;display: inline-block;margin-right: 40px;line-height: 42px;text-align: center;font-size: 16px;color: #fff;margin-top: 60px;}
.guanggao5 a i{font-size: 20px;margin-right: 5px;}
.guanggao5 a:hover{border: 1px solid #fbcc00;color: #fbcc00;}
.dis_main3_title h2{font-size: 16px;line-height: 25px;color: #666;text-align: center;}
.stock_main4{background: url("../images/stock_main4_bg.jpg") no-repeat center center!important;width: 100%;height: 660px;}
.stock_main4 h1{font-size: 30px;color: #333;line-height: 80px;text-align: center;padding-top: 20px;}
.stock_main4_img{text-align: center;padding: 30px 0;}
.stock_main5{}
.stock_main5 h1{font-size: 30px;color: #333;line-height: 60px;text-align: center;margin-top: 30px;}
.stock_main5_table{margin: 20px 0 40px 0;}
.stock_main5_table table{width: 100%;border: 1px solid #dbdbdb;text-align: center;border-collapse: collapse; min-height: 40px;}
.stock_main5_table table tr:nth-child(1){background: #f2f2f2;line-height: 75px;}
.stock_main5_table table tr:nth-child(1) th{font-size: 16px;color: #000;font-weight: normal;border: 1px solid #dbdbdb;}
.stock_main5_table table tr{background: #fff;line-height: 50px;}
.stock_main5_table table tr td{font-size: 14px;color: #000;border: 1px solid #dbdbdb;}
.stock_main5_table table tr th{font-size: 14px;color: #000;background: #f2f2f2;border: 1px solid #dbdbdb;font-weight: normal;}


.ques_system_main1_con2{}
.ques_system_main1_con2 ul{margin-left: -10px;}
.ques_system_main1_con2 li{width: 292px;height:292px;float: left;text-align: center;padding: 15px 0 25px 0;border: 1px solid #eeeeee;margin-left: 10px;margin-top: 10px;}
.ques_system_main1_con2 li img{width: 155px;height: 115px;margin: 5px 0 15px 0; }
.ques_system_main1_con2 li h2{font-size: 18px;color: #282820;line-height: 32px;}
.ques_system_main1_con2 li p{font-size: 14px;color: #999999;line-height: 22px;width: 245px;margin: 10px auto;}
.ques_system_main1_con2 li:hover{box-shadow: 0 0 10px #ccc;}

.stock_main3{padding: 40px 0;background: #fff;}
.stock_main3_top{padding: 20px 0;text-align: center;}
.stock_main3_top h1{font-size: 30px;line-height: 40px;color: #333;}

.stock_main3_con{}
.slideTxtBox2{ width:100%;height: 570px;margin-top: 10px;position: relative;}
.slideTxtBox2 .hd{width: 800px;line-height: 50px;border-bottom: 1px solid #eaeaea;height: 60px;position: absolute;top: 0px;left: 50%;margin-left: -400px;}
.slideTxtBox2 .hd ul li{ width: 24%;text-align: center;float: left;cursor: pointer; }
.slideTxtBox2 .hd ul li span{display: inline-block;height: 100%;padding: 4px 20px;font-size: 16px;color: #333;}
.slideTxtBox2 .hd ul li span i{font-size: 16px;margin-right: 5px;}
.slideTxtBox2 .hd ul li span i.icon-gongsi{font-size: 18px;}
.slideTxtBox2 .hd ul li.on span{border-bottom: 2px solid #fde066;color: #fde066;}
.slideTxtBox2 .bd{width: 100%;/*height: 570px;*/overflow: hidden;padding-top: 60px;}
.slideTxtBox2 .bd ul{width: 100%;height: 100%;}
.slideTxtBox2 .bd li{width: 100%;height: 100%;}
.dm2c_con_left{width: 515px;margin-top: 15px;}
.dm2c_con_left h1{padding: 30px 0 10px 0;text-align: left!important;}
.dm2c_con_left h1 span{width: 70px;height: 30px;background: #f5d85e;display: inline-block;text-align: center;line-height: 30px;font-size: 16px;}
.dm2c_con_left h1 i{font-size: 24px;color: #333333;line-height: 30px;margin-left: 15px;}
.dm2c_con_left p{font-size: 16px;line-height: 30px;color: #666666;}
.dm2c_con_left_icon{margin: 20px 0;height: 80px;}
.dm2c_con_left_icon li{width: 110px!important;text-align: center;display: inline-block;}
.dm2c_con_left_icon li i{font-size: 40px;color: #666;display: block;height: 50px;line-height: 50px;}
.dm2c_con_left_icon li i.icon-jindu{font-size: 50px;}
.dm2c_con_left_icon li span{font-size: 14px;color: #666;display: block;line-height: 25px;}
.dm2c_con_left_icon li:hover span,
.dm2c_con_left_icon li:hover i{color: #f5d85e;}
.dm2c_con_left_bot{margin-top: 20px;}
.dclb {width: 160px;height: 42px;background: none;position: relative;overflow: hidden;border: 1px solid #fbcc00;float: left;margin-right: 20px;}
.dclb a{width: 100%;height: 100%;text-align: center;line-height: 42px;font-size: 18px;display: block;color: #fbcc00;position: absolute;top: 0;left: 0;z-index: 200;}
.dclb a:hover {  color: #333;  background: none;  transition: all 0.5s;  }

.dm2c_con_right2{ margin-top: 30px;}
.dm2c_con_right2 img{}
.dm2c_con_right2 img.dis_img1{}
.dm2c_con_right2 img.dis_img2{}



/*h5_solution页面   开发背景区域的样式*/
.qsm5_kfbj{width: 100%!important;}
.qsm5_kfbj_dian{display: inline-block;width: 5px;height: 5px;border-radius: 50%;background: black;margin-bottom: 4px;margin-right: 10px;}
.qsm5_kfbj>img{margin-top: 8px;}
.qsm5_kfbj_text{padding-left: 51px;line-height: 22px!important;font-size: 14px; color: #808080;margin-top: 10px;}
.qsm5_kfbj_text>span:nth-child(1){display: inline-block;margin-right: 5px;}
.qsm5_kfbj_text>span:nth-child(3){display: inline-block;margin-right: 5px;margin-left: 5px;}
.qsm5_kfbj_text>span:nth-child(5){display: inline-block;margin-left: 5px;}
.qsm5_kfbj_text>i{font-weight: bolder;}

/*客户痛点区域的样式*/
.qsm1_khtd{border: none!important;}
.qsm1_khtd >ul{display: flex;margin-bottom:50px;justify-content:space-between;padding: 0 20px;!important; }
.qsm1_khtd>ul>li{border-right: 0.5px solid #c2c2c2;border-top: 0.5px solid #c2c2c2;border-left: 0.5px solid #c2c2c2;border-bottom: 3px solid #c2c2c2;}


.khtd_down{background: #fafafa;width: 1200px;margin: 0 auto;border: 1px solid #fff;!important;}
.khtd_down>div{padding: 20px 0px;height: 130px;!important;}
.khtd_down>div>h2{font-size: 16px;line-height: 30px;}
.khtd_down>div>p{font-size: 14px;color: #999;line-height: 30px;}
.khtd_up>li{width: 16.66667%;!important;}

/*产品优势页面的样式*/
.qsm1_cpys>table{border-collapse :collapse ;width: 100%;}
.qsm1_cpys>table tr td{border: 1px solid #e9e9e9;}
.qsm1_cpys{padding: 0!important;}
.qsm1_cpys_1{height: 94px;text-align: center;background: #f3f3f3!important;}
.qsm1_cpys_2{height: 63px;}
.qsm1_cpys_2_td3{width: 75px;text-align: center;background: #fafafa;font-size: 18px!important;font-weight: 100;}
.qsm1_cpys_1_p1{font-size: 18px;margin-bottom: 10px;}
.qsm1_cpys_1_p2{font-size: 14px;}
.qsm1_cpys_1_td1{width: 700px;}
.qsm1_cpys_2>td{font-size: 14px;color: #666;line-height: 22px;}
.qsm1_cpys_2_span1{border: 2px solid #fbcf10;display: inline-block;width: 9px;height: 9px;border-radius: 50%;margin: 0 7px 0 10px;}
.qsm1_cpys_2_td_2hang{display: flex;height: 63px;border: none!important;align-items: center;}
.ques_system_main4_gngs{background: #f8f8f8!important;}


/*视频远程开户区域*/
.ques_system_main_yckh{background: #f8f8f8!important;:}
.ques_system_main2_con_yckh{background:#f8f8f8!important;}
.ques_system_main2_con_yckh>ul{text-align: center;}
.ques_system_main2_con_yckh>div>ul>li{width: 27%;height:300px;background: white;margin:0 3.1%;!important;}
.ques_system_main2_con_yckh>div>ul>li>p{font-size: 16px;color: #333;padding: 0 15px;margin-top: 50px;line-height: 25px;!important;}

/*视频远程开户-音视频通话故障监控工具*/
.ques_system_main2_con_jkgj{box-shadow: 0 0 10px #cec8c8;padding: 10px 20px;display: flex;justify-content: space-between;height: 175px;cursor: pointer;}
.ques_system_main2_con_jkgj_div1{display: flex;width: 20%;padding-left: 40px;}
.ques_system_main2_con_jkgj_div2{width: 80%;}
#jkgj_img{width: 120px;height: 120px;border: 1px solid #dedede;border-radius: 50%;line-height: 155px;margin-top: 16.5px;display: flex;align-items: center;justify-content: center;margin-right: 15px;transition: all 0.5s;}
#jkgj_text{line-height: 155px;font-size: 16px;}
.ques_system_main2_con_jkgj_div2>div{height: 77px;line-height: 77px;padding-left: 150px;font-size: 14px;color: #666;}
#jkgj_div2_div1{border-bottom: 1px solid #dedede;}
.ques_system_main2_con_jkgj_div2>div>span{display: inline-block;width: 8px;height: 8px;border: 2px solid #fbcf10;border-radius: 50%;margin-right: 10px;}
#jkgj_img>img{transition: all 0.5s;}
.ques_system_main2_con_jkgj:hover #jkgj_img>img{width: 60px;height: 60px;transition: all 1s;}
.jkgj>h1{line-height: 80px;!important;}
.jkgj>p{font-size: 18px;color: #333;text-align: center;margin-bottom: 60px;}


/*开通条件区域*/
.kttj_tr1{background: #fbcc00;text-align: center;font-size: 24px;font-weight: 300;color: white;}
.kttj_tr1>td{padding: 10px 0;width: 48%;}
.kttj_tr2,.kttj_tr3,.kttj_tr4{font-size: 16px;color: #666;line-height: 22px;}
.kttj_tr2{background: #fffcf5;}
.kttj_tr2>td , .kttj_tr3>td , .kttj_tr4>td{padding: 20px 20px;}
.kttj_tr3{background: #f3f9ff;}
.kttj_tr4{background: #f8fff5;}
.kttj_tr2:hover{background: #f7f0e0;}
.kttj_tr3:hover{background: #d3e6f9;}
.kttj_tr4:hover{background: #c4f7ae;}

/*传统券商开户*/
.qskh .qskh_up{width: 500px;margin-left: -260px;!important;}
.qskh .qskh_up ul li{width: 50%;!important;}
.qskh_down_left{width: 360px;}
.qskh_down_left_pic1{height: 380px;!important;}
.dm2c_con_right>img{height: 435px;}
.qskh_down_left>p{margin-bottom: 10px;}


/*h5解决方案banner图*/
.h5_solution_banner{background: url(../images/h5_solution_banner.png) no-repeat center center!important;}


/*产品特色样式*/
.clearfix{display: table;content: ""; clear: both;}
.distribution_main6{background: #fff;padding-top: 60px;margin-bottom: 58px;}
.product_title h1{font-size: 30px;color:#333333;text-align: center;}
.product_cont{margin-top: 56px;}
.product_cont li{float:left;width: 240px;text-align: center;}
.product_cont li h3{font-size: 18px;color: #333333;margin-top: 26px;}
.product_cont li p{font-size: 14px; color: #999999;line-height: 20px;margin-top: 16px;}

/*业务流程*/
.business{background: #f8f8f8;padding: 40px 0; }
.work_flow h1{font-size: 30px;color: #333333; line-height: 60px;text-align: center;padding-top:20px; }
.work_flow img{display: block; width: 90%;margin: 40px auto 0;margin-bottom:20px;}






