#list_1 .member-list:first-child{display:block;}
#list_2 .member-list:first-child{display:block;}
#list_3 .member-list:first-child{display:block;}

.container-full{
    overflow: hidden;
	/* background-color: #F0EFF0; */
}

.main-nav {
    width: 100%;
    position: absolute;
    height: 48px;
    background: linear-gradient(225deg,#f4f5f7,#f0f1f3);
    top: 0;
    border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	/* left: 300px; */
}

.left-tab {
    width: 20%;
    /* position: absolute; */
    float:left;
	height: auto;
	/* border-top: 1px solid #e7e7e7; */
    /* overflow: auto; */
}
.left-item-wrapper {
    width: 100%;
    height: 100%;
    padding: 28px 27px 28px 36px;
}
.left-tab .left-tab-item {
    height: 172px;
    /* border-bottom: 1px solid #e7e7e7; */
	border-top: 1px solid #e7e7e7;
    position: relative;
    z-index: 0;
    transition: height .5s;
}
.left-tab .active{
	height: 210px;
	
}
.left-tab .active>.tab-item-bg{
	display:block;
}
.left-tab .active .tab-item-bg {
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    animation: cardFadeImg 1s ease;
}
.left-item-wrapper .left-item-title {
    height: 24px;
    font-weight: 700;
    /* width: 180px; */
    font-size: 18px;
    color: #181818;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-item-wrapper .left-item-des {
    padding: 7px 0;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: height .5s;
}

.main-bg-left {
    left: 0;
    background-color: #f5f5f6;
	
	position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
.right-wrapper,.right-content-wrapper{
    position: relative;
    z-index: 1;
	width: 80%;
    float: left;
}
.right-content-wrapper .ace-tabs-nav {
    height: 48px;
    width: 100%;
	/* text-align: center; */
    /* border-left: 1px solid #e7e7e7; */
	padding-inline-start: 0px;
	
	margin-left: auto!important;
    margin-right: auto!important;
    padding-top: 0.1px;
    padding-bottom: 0.1px;
}
.right-content-wrapper .ace-tabs-nav a{
    text-align: center;
    line-height: 48px;
	border-left: 1px solid #e7e7e7;
	display: inline-block;
    position: relative;
    transition: all .1s linear;
	
    cursor: auto;
    color: #181818;
    line-height: 48px;	
	
	-webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
	
	    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.right-content-wrapper .ace-tabs-nav .focus {
    z-index: 1;
    color: #ff6a00;
    background-color: transparent;
	border-bottom: 3px solid #ff6a00!important;
}
.right-content-wrapper .tab-item {
    text-align: center;
    line-height: 48px;
	border-left: 1px solid #e7e7e7;
	display: inline-block;
    position: relative;
    transition: all .1s linear;
	
}
.right-wrapper .right-tab .tab-item {
    text-align: center;
    line-height: 48px;
}

.right-wrapper .ace-tabs-content {
    min-height: 680px;
    background-color: #fff;
}
.right-wrapper .ace-tabs-tab-inner {
    cursor: auto;
    color: #181818;
	line-height: 48px;
	padding: 0 10px;    font-size: 16px;
}
.right-wrapper .ace-tabs-tab {
    cursor: auto;
    color: #181818;
	line-height: 48px;
	margin-left: 20px;
}
.right-wrapper .ace-tabs-tab i {
    display: inline-block;
    width: 7px;
    height: 24px;
    background: url(../images/nav_icon.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 15px;
}
.right-content-wrapper .tab-item.focus {
    z-index: 1;
    color: #ff6a00;
    background-color: transparent;
	border-bottom: 3px solid #ff6a00!important;
}
.right-wrapper .right-tab .focus:before {
    border-bottom: 3px solid #ff6a00!important;
}
.member {
    display: none;
    width: 100%;
}
.member-list {
    display: none;
    /* margin-top: 20px; */
	padding-top: 20px;
}

.member-list ul li {
	/* width: 100%;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-right: 10px;
	box-sizing: border-box;
	overflow: hidden; */
}

li {list-style-type:none;}
.head{
    height: 635px;
    padding-top: 60px;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px #000;
}
.head .background_img{
    background-image: url("../images/home_banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.icon-xuanzhong{
	padding-right:10px;
	line-height: 40px;
}

.background_video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.head>div{
    height: 100%;
    /* padding: 55px 0px; */
    box-sizing: border-box;
    margin: auto;
}
.head .btns{
    display: flex;
    margin-top: 20px;
}
.head .btn_{
    height: 40px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    background: #ffffff!important;
    color: #333333!important;
    width: 170px;
    text-shadow: none;
}

.head .btn_.red{
    margin-left: 15px;
    border: 1px solid #c70808;
    background: #c70808!important;
    color: #ffffff!important;
}
.head .infos_{
    padding-left: 200px;
    padding-top:55px;
    color: #ffffff;
}

.head .infos_>div:nth-child(1){
    font-size: 36px;
    margin-top: 5px;
}
.head .infos_>div:nth-child(2){
    font-size: 68px;
}
.head .infos_>div:nth-child(3){
    margin-top:20px;
    margin-left: 5px;
    opacity: .9;
}

.head .infos_>div:nth-child(3)>div>div{
    margin-top: 10px;
}

.head .infos_>div:nth-child(3)>div:nth-child(2){
    margin-left: 30px;
}
.head .infos_>div:nth-child(3) .iconfont{
    margin-right: 5px;
}
.shandow{
    z-index: 99998!important;
}

.head .infos_ h4 {
    margin: 25px 0;
    font-size: 24px;
    font-weight: normal;
    color: #fdd000;
}

.w_bg_1{
    /* background: #F5F5F5!important; */
     /* padding-top: 30px; */
   padding-bottom: 10px;
	margin-top: 30px;
}
.w_bg_f{
    background: #FFFFFF!important;
     padding-top: 30px;
	 /* margin-top:30px; */
   /* padding-bottom: 10px; */
}

.g_bg_1{
    background: #FFFFFF!important;
    padding-top: 123px;
    padding-bottom: 150px;
}


.w_bg_2{
    background: #ffffff!important;
    padding-top: 158px;
    padding-bottom: 200px;
}
.w_bg_3{
	height: 760px;
    width: 100%;
    background: url(../images/h_clients_bj.jpg) no-repeat top;
    overflow: hidden;
    position: relative;

    padding-top: 50px;
    padding-bottom: 20px;
}


.iconnav {
  padding: 30px 0 0;
  background-color: #fff;
}
.iconnav ul li {
  float: left;
  width: 16.66%;
  list-style: none;
}
.iconnav ul li a {
  display: block;
  text-align: center;
  
}
.iconnav ul li i {
  display: block;
  height: 60px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.iconnav ul li:hover p {
	color:#6a6a8e;
	/* font-weight:bold; */
}
.iconnav ul li:hover i {
  background-position: 50% 100%;
  
}
.iconnav ul li h3 {
  margin: 0 0 6px;
  font-size: 32px;
  font-weight: bold;
  color:#EB0000;
}
.iconnav ul li p {
  margin: 0;
  font-size: 18px;
  color:#121212;
}
.clearfix{
	/* margin:0 auto; */
	/* margin-left: -30px; */
}
.right,.right_inn{
	margin:0 auto;
	/* height: 700px; */
}
.screen_c .right_in{
	display:none;
}
.hx-data-intro {
  padding-top: 35px;
  height: 220px;
  max-width: 1500px;  width:100%;
  margin: 0 auto;
}
.hx-data-intro .hx-data-item {
  width: 23.5%;
  height: 164px;
  float: left;
  transition: all .3s;  margin: 0 10px;
}
.hx-data-intro .hx-data-item a {
  display: block;
  margin-top: 15px;
  /* height: 121px; */
}.hx-data-intro .hx-data-item a:hover p,.hx-data-intro .hx-data-item a:hover span{	/* color:#ffe000;	opacity: 1; */}
.hx-data-intro .hx-data-item p {
  font-size: 20px;
  font-weight: bold;
  /* padding-top: 20px; */  margin-bottom: 5px;
  color: #ffffff;
  padding-left: 30px;
}
.hx-data-intro .hx-data-item span {
  display: block;
  font-size: 15px;
  color: #ffffff;
  /* padding-top: 10px; */
  padding-left: 30px;
  width: 320px;
}
.hx-data-intro .hx-data-item:nth-child(1) {
  background: url(../images/data_item_bg1.png) bottom no-repeat;  border-radius: 10px;
}
.hx-data-intro .hx-data-item:nth-child(2) {
  background: url(../images/data_item_bg2.png) bottom no-repeat;
}
.hx-data-intro .hx-data-item:nth-child(3) {
  background: url(../images/data_item_bg3.png) bottom no-repeat;
}
.hx-data-intro .hx-data-item:nth-child(4) {
  background: url(../images/data_item_bg4.png) bottom no-repeat;
}
.hx-data-intro .hx-data-item:hover {
  transform: translateY(-15px);
}
.hx-data-intro .hx-data-link {
  width: 247px;
  height: 142px;
  float: right;
  margin-top: 38px;
  background: url(../images/data_item_link.png) bottom no-repeat;
  box-sizing: border-box;
}
.hx-data-intro .hx-data-link span {
  display: block;
  float: left;
  font-size: 15px;
  color: #ffffff;
  padding-top: 28px;
  padding-left: 22px;
  box-sizing: border-box;
}
.hx-data-intro .hx-data-link span .point-a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  background: url(../images/a_mbg_1.png) right no-repeat;
  padding-right: 28px;
  
  color: inherit;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
}
.hx-data-intro .hx-data-link span .point-a:hover {
  background: url(../images/a_mbg_0.png) right no-repeat;
}
.hx-data-intro .hx-data-link span:nth-child(even) {
  padding-left: 25px;
}


/*公司介绍*/
.pad-tb {
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-sec-rpb {
    background: #F5F5F5;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
	/* padding-left: 50px; */
}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;	
}
.pt30 {
	padding-bottom: 30px;
}
.text-l {
    text-align: left !important;
}
.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.common-heading > span {
    line-height: 26px;
    color: #eb0000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
    display: block;
}
.mb20 {
    margin-bottom: 20px;
	font-size: 28px;
	display: block;
	color:#eb0000;
    font-size: 44px;
    font-weight: 400;
    line-height: 44px;
}
.common-heading.text-l > p {
    margin-top: 10px;
	text-indent: 24px;
}
p {
    font-size: 15px;
    line-height: 200%;
}
/* 视频网课 */



.zg_part3{
    background: url(../images/part3.jpg) no-repeat center center;
    width: 100%;
    height:832px ;
	margin-bottom: 20px;
}

.zg_part3 .content{

    background: url(../images/part3_in.jpg) no-repeat center center;

    max-width: 1500px;

    height:832px ;

    padding-top: 20px;

}

.part3_tit{

    background: url(../images/part3_tit.png) no-repeat center center;

    width: 258px;

    height:38px ; 

    margin-left: -6px;

    float: left;

}

.part3_tit h3{

    font:bold 26px/26px "Microsoft YaHei";

    color: #ffffff;

    margin: 7px 0 0 6px;

}

.part3_top{

float: left;

padding-left: 30px;

position: relative;
top:-5px;

}

.part3_top>li{

    float: left;

    position: relative;

    cursor: pointer;

}

.part3_top>li>a{

    display: block;

    font:20px/24px "Microsoft YaHei";

    color: #ffffff;

    padding: 5px 20px;

}

.part3_top .on>a{

    color: #fff21f;

}



.part3_top>li span{

    display: block;

    width: 32px;

    height: 3px;

    background: #fff21f;

    margin:-5px 0 0 0;

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-left: -16px;



}

.part3_top .kaifa{

    margin-right: 10px;

}

.part3_top>li>img{

    position: absolute;

    left: 175px;

    top: 15px;

}

.chengxu{

    border-radius: 5px;

    position: absolute;

    top: 35px;

    left:20%;

    margin-left: -280px;

    width: 1200px;

display: none

    }

.chengxu dd{

    float: left;

    cursor: pointer;
	margin:3px auto;

}

.chengxu dd a{

    display: block;

    font:16px/24px "Microsoft YaHei";

    color: #ffffff;

    padding: 1px 10px;

}



.chengxu dd a:hover{

    color: #fff21f;

}

.part3_top .on .chengxu{

display: block;

}

.part3_top>li .kechengless{

    display: none;

}

.part3_top .on .kechengless{

    display: block;

}

.part3_top .on .kechengmore{

    display: none;

}



.zg_part3 .part3_nav{
    /* padding: 0 0 60px 0; */
	margin-bottom:60px;
	margin: 0 auto;
	min-width: 1200px;
    max-width: 1500px;
    padding-left: 20px;
	height: 65px;
}

.zg_part3 .part3_nav .more{

    float: right;

    display: block;

    width: 62px;

    height: 24px;

    border: 1px solid #1c528a;

    font:12px/24px "Microsoft YaHei";

    color: #1f8ce0;

    text-align: center;

    margin-top: 8px;
	margin-right: 30px;

}

.zg_part3 .part3_nav .more:hover{

    border-color: #ff4a00;

    color: #ff4a00;

}

.p3_cont{
    padding: 20px 0 0 0;
    background: #FFFFFF;
    border-radius: 3px;
	margin-bottom:20px;
    /* margin-top: 20px; */
	/* height: 700px; */
	overflow: hidden;

}

.p3_cont .left{

    float: left;

}

.p3_cont .left div p{

    font:16px/57px "Microsoft YaHei";

    color: #333333;

    text-align: center;

    border: 1px solid #e5e5e5;

    border-bottom-left-radius: 3px;

    border-bottom-right-radius: 3px;

}

.p3_cont .left>a{

    display: block;

    width: 370px;

    height: 46px;

    border: 1px solid #ffcac9;

    border-radius:3px; 

    margin-top: 15px;

    background: #fff7f7;

    font:16px/26px "Microsoft YaHei";

    color: #fe6270;

    text-align: center;

    padding-top: 22px;

}

.p3_cont .left>a img{

    margin-left: 12px;

}

.p3_cont .right,{

    margin-left: 392px;

    width: 788px;

    display: none;

} 
.right_in .right_inn{

    max-width: 1500px;
    display: none;
} 

/**li另一种展现**/
.p3_cont .right li{width: 380px;/* height: 310px; */margin:0 30px 30px 0;float: left;-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);box-shadow: 0 0 30px rgba(0,0,0,0.2);position:unset;z-index: 11;}
.p3_cont .right li:nth-of-type(3n){margin-right:0px;}
.p3_cont .right li .g-img{/*height: 200px; width: 450px; */position: relative;overflow: hidden;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.p3_cont .right li .g-img img{-webkit-transition: transform 0.5s ease-out ;transition: transform 0.5s ease-out ;}
.p3_cont .right li .g-img .tt{padding: 0 10px;bottom: 0;color: #ffffff;font-size: 16px;position: absolute;text-shadow:2px 2px 2px #333}
.p3_cont .right li .g-img .text{opacity: 0;background-color: rgba(0,0,0,0.5);position: absolute;top:30px;left: 0;/* padding: 0 20px; */ margin: 0 20px;/*height: 145px; width: 320px; */-webkit-transition: opacity 0.5s ease-out ;transition: opacity 0.5s ease-out ;}
.p3_cont .right li .g-img .text .box{box-sizing: border-box;color: #ffffff;position: relative;height: 155px;/* width: 360px; */padding: 5px 10px 10px 10px;}
.p3_cont .right li .g-img .text .box::before,.p3_cont .right li .g-img .text .box::after{box-sizing: border-box;content: '';position: absolute;width: 100%;height: 100%;}
.p3_cont .right li .g-img .text .box::before,
.p3_cont .right li .g-img .text .box::after{border: 1px solid transparent;width: 0;height: 0;}
.p3_cont .right li .g-img .text .box::before{top: 0;left: 0;}
.p3_cont .right li .g-img .text .box::after{bottom: 0;right: 0;}
.p3_cont .right li .g-img:hover .text{opacity: 1;}
.p3_cont .right li .g-img:hover .tt{opacity: 0; }
.p3_cont .right li .g-img:hover img{-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1);}

.p3_cont .right li .g-img :hover .text .box .more{opacity: 1;-webkit-transition: opacity 0.2s ease-out 0.6s;transition: opacity 0.2s ease-out 0.6s;}
.p3_cont .right li .g-img :hover .box::before,
.p3_cont .right li .g-img :hover .box::after{width: 100%;height: 100%;}
.p3_cont .right li .g-img :hover .box::before{border-top-color: #ffffff;border-right-color: #ffffff;-webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;}
.p3_cont .right li .g-img :hover .box::after{
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	-webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	}
.p3_cont .right li .g-img .text .box .title{width: 100%;height: 34px;text-align: center;text-overflow: ellipsis;overflow: hidden;white-space: normal;color: #ffffff;font-size: 18px;font-weight: bold;}
.p3_cont .right li .g-img .text .box .xt{width: 200px;margin: 5px auto;height: 2px;background-color: #ffffff}
.p3_cont .right li .g-img .text .box .txt{color: #eeeeee;line-height: 20px;text-align: justify;height: 94px;overflow: hidden;}
.p3_cont .right li .g-img .text .box .more{width: 30px;height: 30px;border-radius: 50%;z-index: 2;background:#ffffff url(../images/case_more1.png) no-repeat center;position: absolute;left: 50%;margin-left: -15px;bottom: -14px;opacity: 0;}
.p3_cont .right li .info{height: 50px;line-height: 50px;background-color: #ffffff;padding-left: 20px;color: #888888;}

.p3_cont .right li .info .cate{width: 100%;line-height: 50px; height: 50px;font-size: 16px;text-align: center;}
.p3_cont .right li .info .cate a{
	color: inherit;
	line-height: 40px;
    height: 40px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	display: contents;
    /* border: 1px solid #e5e5e5; */
    font: 16px/40px "Microsoft YaHei";
    color: #888888;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* border-left: 1px solid #e6e6e6; */
    */: ;
    flex-grow: 1;
    
    flex-direction: column;
	}
.f-fl, .fl {
    float: left !important;
}

.right_in .right_inn li{width: 380px;height: 310px;margin:0 30px 30px 0;float: left;-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);box-shadow: 0 0 30px rgba(0,0,0,0.2);position: relative;}
.right_in .right_inn li:nth-of-type(3n){margin-right:0px;}
.right_in .right_inn li .g-img{height: 270px;max-width: 450px;position: relative;overflow: hidden;}
.right_in .right_inn li .g-img img{-webkit-transition: transform 0.5s ease-out ;transition: transform 0.5s ease-out ;}
.right_in .right_inn li .g-img .tt{padding: 15px 20px;bottom: 0;color: #ffffff;font-size: 16px;position: absolute;text-shadow:2px 2px 2px #333}
.right_in .right_inn li .g-img .text{opacity: 0;background-color: rgba(0,0,0,0.5);position: absolute;top:0;left: 0;padding: 30px;height: 200px;/* width: 320px; */-webkit-transition: opacity 0.5s ease-out ;transition: opacity 0.5s ease-out ;}
.right_in .right_inn li .g-img .text .box{box-sizing: border-box;color: #ffffff;position: relative;height: 200px;/* width: 380px; */padding: 30px 35px 40px;}
.right_in .right_inn li .g-img .text .box::before,.right_in .right_inn li .g-img .text .box::after{box-sizing: border-box;content: '';position: absolute;width: 100%;height: 100%;}
.right_in .right_inn li .g-img .text .box::before,
.right_in .right_inn li .g-img .text .box::after{border: 1px solid transparent;width: 0;height: 0;}
.right_in .right_inn li .g-img .text .box::before{top: 0;left: 0;}
.right_in .right_inn li .g-img .text .box::after{bottom: 0;right: 0;}
.right_in .right_inn li .g-img:hover .text{opacity: 1;}
.right_in .right_inn li .g-img:hover .tt{opacity: 0;}
.right_in .right_inn li .g-img:hover img{-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1);}

.right_in .right_inn li .g-img :hover .text .box .more{opacity: 1;-webkit-transition: opacity 0.2s ease-out 0.6s;transition: opacity 0.2s ease-out 0.6s;}
.right_in .right_inn li .g-img :hover .box::before,
.right_in .right_inn li .g-img :hover .box::after{width: 100%;height: 100%;}
.right_in .right_inn li .g-img :hover .box::before{border-top-color: #ffffff;border-right-color: #ffffff;-webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;}
.right_in .right_inn li .g-img :hover .box::after{
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	-webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	}
.right_in .right_inn li .g-img .text .box .title{width: 100%;height: 34px;text-align: center;text-overflow: ellipsis;overflow: hidden;white-space: normal;color: #ffffff;font-size: 18px;font-weight: bold;}
.right_in .right_inn li .g-img .text .box .xt{width: 40px;margin: 10px auto;height: 2px;background-color: #ffffff}
.right_in .right_inn li .g-img .text .box .txt{color: #eeeeee;line-height: 24px;text-align: justify;height: 94px;overflow: hidden;}
.right_in .right_inn li .g-img .text .box .more{width: 30px;height: 30px;border-radius: 50%;z-index: 2;background:#ffffff url(../images/case_more1.png) no-repeat center;position: absolute;left: 50%;margin-left: -15px;bottom: -14px;opacity: 0;}
.right_in .right_inn li .info{height: 50px;line-height: 50px;background-color: #ffffff;padding-left: 20px;color: #888888;}

.right_in .right_inn li .info .cate{width: 400px;line-height: 40px;
    height: 40px;font-size: 16px;}
.right_in .right_inn li .info .cate a{
	color: inherit;
	line-height: 40px;
    height: 40px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	display: contents;
    /* border: 1px solid #e5e5e5; */
    font: 16px/40px "Microsoft YaHei";
    color: #888888;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* border-left: 1px solid #e6e6e6; */
    */: ;
    flex-grow: 1;
    
    flex-direction: column;
	}
/*li结束*/

.p3_cont .right li,.right_in .right_inn li{
    float: left;
    margin: 0 30px 50px 0;
    overflow: hidden;
    cursor: pointer;
	width: 31%;
	background-color: #ffffff;
}
.p3_cont .right li:hover,.right_in .right_inn li:hover{
	/* transform: scale(1.06); */
    box-shadow: 0 0 10px #c2c2c2;
}

/* .right_in .right_inn li{

    float: left;

    margin: 0 15px 19px 0;

    overflow: hidden;

    cursor: pointer;

}  */
.p3_cont .right li>a img{
	/* width:430px; */
}


.p3_cont .right li .play{
    position: absolute;
	right: 15px;
    top: 238px;
}
.right_in .right_inn li .play{
    position: absolute;
    right: 15px;
	top: 238px;
}

.p3_cont .right li img:first-child:hover{

    animation: scal 3s infinite;

    -webkit-animation: scal 3s infinite;

    -o-animation: scal 1s infinite;

    -moz-animation: scal 1s infinite;

    -ms-animation: scal 1s infinite;

  

}

.right_in .right_inn li img:first-child:hover{

    animation: scal 3s infinite;

    -webkit-animation: scal 3s infinite;

    -o-animation: scal 1s infinite;

    -moz-animation: scal 1s infinite;

    -ms-animation: scal 1s infinite;

  

}

    @keyframes scal

    {

    0% {-webkit-transform: scale(1);

        -o-transform: scale(1);

        -moz-transform: scale(1);

        -ms-transform: scale(1);

    }

    100% {-webkit-transform: scale(1.1);

        -o-transform: scale(1.1);

        -moz-transform: scale(1.1);

        -ms-transform: scale(1.1)}

 

    }

.p3_cont .right li a,.right_in .right_inn li a{

    display: block;
	/* display: flex; */
    /* border: 1px solid #e5e5e5; */

    font:14px/42px "Microsoft YaHei";

    color: #333333;

    text-align: center;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	/* border-left: 1px solid #e6e6e6; */ */
    /* border-right: 1px solid #e6e6e6; */
    flex-grow: 1;
    
    flex-direction: column;

}

.p3_cont .right .kecheng_pic,.right_in .right_inn .kecheng_pic{

    display: block;

    /* width: 450px; */

    height: 270px;

    position: relative;

    overflow: hidden;

    border: none;

}
/* .right_in .right_inn .kecheng_pic{

    display: block;

    width: 246px;

    height: 139px;

    position: relative;

    overflow: hidden;

    border: none;

} */

/*我们的业务*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}
.bg-gradient9 {
    background: #ffffff;
/*     background: -moz-linear-gradient(top, #ffffff 0%, #fff9f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#fff9f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e2f6ff 100%); */
}

.index .cando{margin:0px auto 0 auto;width:90%}
.index .cando .title{text-align:center; padding-bottom: 10px; 
	display: block;
	color:#eb0000;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}
.index .cando .title span{font-size:18px;line-height: 26px;color:#999;display:block;}



.w1200 {
    max-width: 1500px;
    margin: auto;
}
.content{

    max-width: 1500px;

    margin: 0 auto;

    /* min-width: 1200px; */

}
/*part5签约合作*/
.part5{
    background: #FFFFFF;
    /* padding: 59px 0 0 0; */
    overflow: hidden;
}
.part5_slide{

    /* margin-top: 42px; */

}

.part5_slide .hd{

    position: relative;



}

.part5_slide .bd{
    width: 100%;
    height: 80px;
    border: 1px solid #eeeeee;
    box-shadow: #f1f3f5 0  10px 15px;
    border-radius: 3px;
    background: #f6f6f6;
    overflow: hidden;
}
.part5_slide .bd ul{

    
    width: 500px !important;
	margin: 0 auto;

    
}
.part5_slide .hd .prev{

    position: absolute;

    left: 7px;

    top: 43px;

    cursor: pointer;

    z-index: 10;

}

.part5_slide .hd .next{

    position: absolute;

    right: 7px;

    top: 43px;

    cursor: pointer;

    z-index: 10;

}

.part5_slide .bd li{
    float: left;
    border-right: 1px dashed #e5e5e5;
    margin-top: 20px;
    cursor: pointer;
    width: 150px;
    padding-bottom: 6px;
	text-align:center;
}


.part5_slide .bd li p{
	font-size:26px;
	line-height: 30px;
}
.part5_slide .bd li a{
	font-size:26px;
	line-height: 30px;
	color: #212529;
	margin-top: 0;
    margin-bottom: 1rem;
	
}
.part5_slide .bd .focus {
    border-bottom: 2px solid #fc4a04;
}

/* .part4_slide .bd li:hover .bd_text{
	display:block;
} */

.part5_slide .bd .on{

    border-bottom: 2px solid #fc4a04;

}

.contenthz {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
}
.part5 .bd_text ul{
	/* width:100%; */
	margin:0 auto;
	padding-inline-start: 0px;
}
.bd_text table {
	width:95%;
	margin:0 auto;
    border: 1px solid #ededed;
    border-top: 0;
}
.bd_text table thead tr th {
    background: #eb0000;
    color: white;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-right: 1px dotted #ededed;
}
.bd_text table tbody tr td {
    height: 40px;
    line-height: 40px;
    border-right: 1px dotted #ededed;
    border-bottom: 1px dotted #ededed;
    width: 10%;	font-size:14px;	overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;
}
.bd_text table tbody tr td:nth-child(-n+3) {
    text-align: center;
}
.bd_text table tbody tr td:nth-child(n+3) {
    /* text-indent: 10px; */
}.bd_text table tbody tr td:nth-child(5){	text-align: center;	text-indent: 0;	}
.bd_text table tbody tr td:nth-child(4), .bd_text table tbody tr td:last-child {
    width: 30%;	
}

/**/
.part6 {
	width: 95%;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.part6 li {
	width: 20%;
	float: left;
	background: #fff;
}
.part6 li a {
	display: block;
	height: 160px;
	line-height: 160px;
	border: 1px solid #e5e5e5;
	border-left: 0;
	border-top: 0;
	text-align: center;
	position: relative;
}
.part6 li img {
	vertical-align: middle;
	max-width: 85%;
	margin: 0 auto;
}
.gy_zqpz {
	overflow-x: hidden;
}
.part6 li:hover .img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.part6 li:hover .img1 {
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}
.part6 li .img {
	transition: all .5s linear 10ms;
	-webkit-transition: all .5s linear 10ms;
	-moz-transition: all .5s linear 10ms;
	-ms-transition: all .5s linear 10ms;
	-o-transition: all .5s linear 10ms;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(100%);
	filter: Gray;
}
.part6 li .img1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .5s linear 10ms;
	-webkit-transition: all .5s linear 10ms;
	-o-transition: all .5s linear 10ms;
	-moz-ms-transition: all .5s linear 10ms;
	-ms-transition: all .5s linear 10ms;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

/*part4*/
.part4{

    background: #FFFFFF;

    /* padding: 59px 0 0 0; */

    overflow: hidden;
	

}

.part4_tit{

    background: url(../images/part4_tit.png) no-repeat center center;

    width: 314px;

    height:36px ; 

    margin-left: -6px;

    overflow: hidden;

    margin-bottom: 39px;

}

.part4_tit h3{

    font:bold 24px/24px "Microsoft YaHei";

    color: #333333;

    margin: 7px 0 0 6px;

}

.part4_slide{

    /* margin-top: 42px; */

}

.part4_slide .hd{

    position: relative;



}

.part4_slide .bd{

    max-width: 1500px;

    height: 106px;

    border: 1px solid #eeeeee;

    box-shadow: #f1f3f5 0  10px 15px;

    border-radius: 3px;

    background: #f6f6f6;

    overflow: hidden;

  

}

.part4_slide .bd ul{

    /* margin-left: 10px;

    width: 3000px !important;

    margin-left: -7px !important; */
	
	text-align: center;
    width: 450px !important;
    margin: 0 auto;
	padding-inline-start: 0px;

}



.part4_slide .hd .prev{

    position: absolute;

    left: 7px;

    top: 43px;

    cursor: pointer;

    z-index: 10;

}

.part4_slide .hd .next{

    position: absolute;

    right: 7px;

    top: 43px;

    cursor: pointer;

    z-index: 10;

}

.part4_slide .bd li{

    float: left;

    border-right: 1px dashed #e5e5e5;

    margin-top: 20px;

    cursor: pointer;

    width: 150px;

    padding-bottom: 6px;

}
/* .part4_slide .bd li:hover .bd_text{
	display:block;
} */

.part4_slide .bd .on{

    border-bottom: 2px solid #fc4a04;

}

/* .part4_slide .bd .last{

    border-right: none;

} */

.part4_slide .l1 .normol{

 

    background: url(../images/part4_hd0.png) no-repeat 0 -91px;

    width: 36px;

    height:36px ; 

}

.part4_slide .l1 .color{

 

    background: url(../images/part4_hd0.png) no-repeat 0px -139px;

    width: 36px;

    height:36px ; 

}

.part4_slide .l2 .normol{

 

    background: url(../images/part4_hd0.png) no-repeat -41px 0;

    width: 32px;

    height:36px ; 

}

.part4_slide .l2 .color{

 

    background: url(../images/part4_hd0.png) no-repeat -41px -44px;

    width: 32px;

    height:36px ; 

}



.part4_slide .l3 .normol{

 

    background: url(../images/part4_hd0.png) no-repeat -77px 6px;

    width: 32px;

    height:36px ; 

}

.part4_slide .l3 .color{

 

    background: url(../images/part4_hd0.png) no-repeat -77px -38px;

    width: 32px;

    height:36px ; 

}

.part4_slide .l4 .normol{

 

    background: url(../images/part4_hd0.png) no-repeat -114px 6px;

    width: 32px;

    height:36px ; 

}

.part4_slide .l4 .color{

    background: url(../images/part4_hd0.png) no-repeat -114px -38px;

    width: 32px;

    height:36px ; 

}

.part4_slide .l5 .normol{

    background: url(../images/part4_hd0.png) no-repeat -153px 15px;

    width: 32px;

    height:36px ; 

}

.part4_slide .l5 .color{

    background: url(../images/part4_hd0.png) no-repeat -153px -29px;

    width: 32px;

    height:36px ; 

}





.part4_slide .l6 .normol{

 

    background: url(../images/part4_hd0.png) no-repeat -45px -90px;

    width: 36px;

    height:36px ; 

}

.part4_slide .l6 .color{

    background: url(../images/part4_hd0.png) no-repeat -45px -136px;

    width: 36px;

    height:36px ; 

}



.part4_slide .l7 .normol{

 

    background: url(../images/part4_hd0.png) no-repeat -231px 0px;

    width: 32px;

    height:36px ; 

}

.part4_slide .l7 .color{

    background: url(../images/part4_hd0.png) no-repeat -231px -44px;

    width: 32px;

    height:36px ; 

}



.part4_slide .l8 .normol{

    background: url(../images/part4_hd0.png) no-repeat -98px -88px;

    width: 36px;

    height:38px ; 

}

.part4_slide .l8 .color{

    background: url(../images/part4_hd0.png) no-repeat -98px -134px;

    width: 36px;

    height:38px ; 

}



.part4_slide .l9 .normol{

    background: url(../images/part4_hd0.png) no-repeat -154px -88px;

    width: 33px;

    height:36px ; 

}

.part4_slide .l9 .color{

    background: url(../images/part4_hd0.png) no-repeat -154px -135px;

    width: 33px;

    height:36px ; 

}



.part4_slide .l10 .normol{

    background: url(../images/part4_hd0.png) no-repeat -212px -88px;

    width: 36px;

    height:36px ; 

}

.part4_slide .l10 .color{

 

    background: url(../images/part4_hd0.png) no-repeat -212px -134px;

    width: 36px;

    height:36px ; 

}

.part4_slide .l11 .normol{

    background: url(../images/part4_hd0.png) no-repeat -439px 8px;

    width: 36px;

    height:36px ; 

}

.part4_slide .l11 .color{

 

    background: url(../images/part4_hd0.png) no-repeat -439px -37px;

    width: 36px;

    height:36px ; 

}

.part4_slide li .color{

    display: none;

}

.part4 .part4_slide li div{

  margin: 0px auto 0 auto; 

}



.part4 .part4_slide li p{

    color: #333333;

    font:18px/42px "Microsoft YaHei";

    /* padding: 0 22px 0 22px; */

    text-align: center;

}

.part4 .part4_slide .on p{

    color: #fc4a04;
	

}
.part4 .part4_slide .focus p{

    color: #fc4a04;
	

}

.part4 .part4_slide .on .color{

display: block;

}

.part4 .part4_slide .on .normol{

    display: none;

}

.part4 .part4_slide .on .line{

    display: block

}    




.bd_text{

    margin-top: 36px;



}

.bd_text>ul{

    display: none;
	padding-inline-start: 0;

}

.bd_text .left{

    /* width: 235px; */
	width: 18%;

    height: 429px;

    border: 3px solid #fedddd;

    border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;

    float: left;

}

.bd_text .left .left_in{

    background: url(../images/part4_left_java.png) no-repeat center center;

    width: 95%;

    height:390px ; 

    margin: 19px auto;

    overflow: hidden;

}



.bd_text .l_dsj{

    border: 3px solid #6958e6;

}

.bd_text .l_dsj .left_in{

    background: url(../images/part4_left_dsj.png) no-repeat center center;

}

.bd_text .l_hlwyx{

    border: 3px solid #58e6c6;

}

.bd_text .l_hlwyx .left_in{

    background: url(../images/part4_left_hlwyx.png) no-repeat center center;

}

.bd_text .l_linux{

    border: 3px solid #00bcc2;

}

.bd_text .l_linux .left_in{

    background: url(../images/part4_left_linux.png) no-repeat center center;

}

.bd_text .l_python{

    border: 3px solid #23dcff;

}

.bd_text .l_python .left_in{

    background: url(../images/part4_left_python.png) no-repeat center center;

}

.bd_text .l_qrs{

    border: 3px solid #ca84ff;

}

.bd_text .l_qrs .left_in{

    background: url(../images/part4_left_qrs.png) no-repeat center center;

}

.bd_text .l_qzkf{

    border: 3px solid #feaf33;

}

.bd_text .l_qzkf .left_in{

    background: url(../images/part4_left_qzkf.png) no-repeat center center;

}

.bd_text .l_rjcs{

    border: 3px solid #3fcc9c;

}

.bd_text .l_rjcs .left_in{

    background: url(../images/part4_left_rjcs.png) no-repeat center center;

}

.bd_text .l_ui{

    border: 3px solid #ff52b8;

}

.bd_text .l_ui .left_in{

    background: url(../images/part4_left_ui.png) no-repeat center center;

}

.bd_text .l_vrar{

    border: 3px solid #1eb8ff;

}

.bd_text .l_vrar .left_in{

    background: url(../images/part4_left_vrar.png) no-repeat center center;

}



.bd_text .l_vrar{

    border: 3px solid #1eb8ff;

}

.bd_text .l_vrar .left_in{

    background: url(../images/part4_left_vrar.png) no-repeat center center;

}

.bd_text .l_php{

    border: 3px solid #3f8fcc;

}

.bd_text .l_php .left_in{

    background: url(../images/part4_left_php.png) no-repeat center center;

}





.bd_text .left_in h5{

    font:bold 30px/32px "Microsoft YaHei";

    color: #ffffff;

    text-align: center;

    margin: 28px 0 0 0;

}

.bd_text .left_in .p1{

    font:14px/16px "Microsoft YaHei";

    color: #ffffff;

    text-align: center;

    margin: 10px 0 0 0;

}
.bd_text .left_in .p2{

    color: #ffffff;

    text-align: center;

    margin: 10px 0 0 0;

}

.bd_text .left_in a{

    display: block;

    width: 145px;

    height: 32px  ;

    border-radius: 3px;

    text-align: center;

    margin:  20px auto 0 auto;

    font:20px/32px "Microsoft YaHei";

    color: #ffffff;

    background: #fb8a63;

}

.bd_text .l_dsj .left_in a{

    background: #6958e6;

}

.bd_text .l_hlwyx .left_in a{

    background: #3ac1bf;

}

.bd_text .l_linux .left_in a{

    background: #00c8c0;

}

.bd_text .l_python .left_in a{

    background: #21dfff;

}

.bd_text .l_qrs .left_in a{

    background: #bb71fe;

}

.bd_text .l_qzkf .left_in a{

    background: #feaf33;

}

.bd_text .l_rjcs .left_in a{

    background: #3fcc9c;

}

.bd_text .l_ui .left_in a{

    background: #ff52b8;

}

.bd_text .l_vrar .left_in a{

    background: #21b3ff;

}

.bd_text .l_php .left_in a{

    background: #3f8fcc;

}



.bd_text .left_in>span{

    font:16px/16px "Microsoft YaHei";

    color: #ffffff;

    display: block;

    text-align: center;

    margin-top: 10px;

}

.bd_text .left_in .p2{

    font:16px/16px "Microsoft YaHei";

    color: #ffffff;

    text-align: center;



}

.bd_text .left_in .p3{

    font:16px/16px "Microsoft YaHei";

    color: #ffffff;

    text-align: center;

  

}

.bd_text .left_in p span{

    color: #feee3b;

}

.bd_text .left_in .p2{

    margin-top: 10px;

}

.bd_text .left_in .p3{

    margin-top: 12px;

}

.bd_text .center{

    padding: 5px 0px 0px 0px;

    border: 1px solid #e7e7e7;

    border-radius: 3px;

    display: block !important;

    float: left;

    /* width: 800px; */
	width: 58%;

    margin-left: 20px

}
.bd_text .center p{
	font-size:16px;	
    padding: 0 15px;
}

.bd_text .center ul{

    /* margin-left: 12px; */

}

.bd_text .center li{

    float: left;
    margin: 0 10px 19px 0;
    overflow: hidden;
    cursor: pointer;
	width: 31%;

}
.bd_text .center li:hover img{
 transform: scale(1.35)!important;
}


.bd_text .center .kecheng_pic {
    display: block;
    /* width: 246px; */
    height: 139px;
    position: relative;
    overflow: hidden;
    border: none;
}
.bd_text .center li a, .right_in .right_inn li a {
    display: block;
    border: 1px solid #e5e5e5;
    font: 16px/42px "Microsoft YaHei";
    color: #333333;
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bd_text .center li .play {
    position: absolute;
    right: 11px;
    top: 106px;
}

.bd_text .center li img{

    float: left;

    /* margin: 10px 0 0 15px;  */

}

.bd_text .center li dl{

    margin: 10px 0 0 15px;

    float: left;

}

.bd_text .center li dt{

    font:bold 16px/16px "Microsoft YaHei";

    color: #333333;

}

.bd_text .center li dd{

    font:14px/22px "Microsoft YaHei";

    color: #666666;

    margin-top: 15px;

    width: 160px;

}

.bd_text .center .l1{

    border-top: 1px dashed #e5e5e5;

    padding-top: 40px;

    height: 90px;

}

.bd_text .center .l2{

    border-right: 1px dashed #e5e5e5;
}

.bd_text .center ul{
    margin-bottom:20px;	padding-inline-start: 30px;
}

.p4_from{
    color: #666666;
    font-size: 14px;
    text-align: right;
    margin:0 19px 25px 0 ;
}
.bd_text .right{
    float: right;
	width: 22%;
	width: 22%;
    height: 495px;
    border: 1px solid #e5e5e5;
    display: block !important;
}

.bd_text .right h5{

    background: url(../images/part4_right.png) no-repeat center center;

    width: 298px;

    height: 27px;

    margin: 29px auto 0 auto;

    font: bold 18px/27px "Microsoft YaHei";

    color: #333333;

    padding-left: 90px;

    letter-spacing: 0px;
	margin-bottom: 20px;

}

.bd_text .right ul{

    padding: 0 10px 0 0;

    /* height: 258px; */

}

.bd_text .right ul li{

   /* padding-top: 27px; */
   padding-left: 5px;

}

.bd_text .right ul li em{

    float: right;

    position: relative;

    left: 66px;

    top: -9px;

    display: none;

}

.bd_text .right ul .on em{

    display: block;

}


.bd_text .right ul li a span{

    padding: 0;

    font:16px/16px "Microsoft YaHei";
	color: #2d2d2d;
	float:left;
	line-height:20px;
	margin-bottom: 15px;
}

.bd_text .right ul .on span{

    color: #fc4a04;

}

.bd_text .right ul li .time{

    /* float: left; */
	width: 73%;
	line-height:20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;

}



.bd_text .right ul li .xu{
	color: #ffffff;
    font-size: 13px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    background: #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}	

.bd_text .right ul li .xu1,.bd_text .right ul li .xu2,.bd_text .right ul li .xu3{
   background:#fe4e3d!important;
}

.bd_text .right ul li .state{

    float: right;
	line-height:20px;

}


.bd_text .right>a{

    display: block;

    width: 218px;

    height: 45px;

    border: 1px solid #ffcac9;

    border-radius:3px; 

    margin: 5px auto 0 auto ;

    background: #fff7f7;

    font:16px/24px "Microsoft YaHei";

    color: #fe6270;

    text-align: center;

    padding-top: 10px;

}

.bd_text .right>a img{

    margin-left: 12px;

}


/*END*/

.black_bg_1{
    background: #121212!important;
}
.black_bg_1 .intor_title_label_{
    color: #cccccc;
}

.black_bg_1 .intor_title{
    color: #ffffff;
}

.black_bg_1 .intor_desc{
    color: #cccccc;
}

.make_video_title{
    display: block;
    font-size: 44px;
    color: #333333;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}
.make_video_title_sub{
    text-align: center;
    /* font-size: 20px; */
    color: #999999;
    margin-top: 14px;
    line-height: 20px;
}

.creation_service_title{
    display: block;
    font-size: 44px;
    color: #333333;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}
.creation_service_title_sub{
    text-align: center;
    font-size: 20px;
    color: #999999;
    margin-top: 14px;
    line-height: 20px;
}


.intor_title_label_{
    font-size: 20px;
    color: #666666;
    display: flex;
    align-items: center;
    line-height: 20px;
    /*font-weight: 500;*/
}
.intor_title_label_:before{
    content: " ";
    width: 13px;
    height: 11px;
    background: #c70808;
    border-radius: 4px;
    margin-right: 7px;
}
.intor_title{
    font-size: 36px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
}
.intor_desc{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
.sign_btn_{
    width: 162px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c70808;
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff!important;
    margin-top: 20px;
}

.btn_content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.btn_content .btn_{
    min-width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    background: #c70808;
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff!important;
    margin-right: 6px;
    margin-top: 8px;
}

.btn_content .more_{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #c70808!important;
    margin-right: 6px;
    margin-top: 8px;
}

.btn_content .more_>span{
    vertical-align: super;
}
.title_tooles{
    font-size: 36px;
    color: #333333;
    font-weight: 500;
    line-height: 36px;
}


.tools_content{
    display: flex;
    margin-top: 50px;
}
.tools_content .tooles_item{
    margin-left: 25px;
    display: block;
    width: 0px;
    flex-grow: 1;
    padding-bottom: 20px;
}
.tools_content .tooles_item::before{
    content: " ";
    left: 0px;
    right: 0px;
    height: 1px;
    background: #c70808;
    bottom: 0px;
    position: absolute;
}

.tools_content .tooles_item .pic{
    width: 100%;
}

.tools_content .tooles_item .t_{
    font-size: 22px;
    line-height: 22px;
    color: #333333;
    font-weight: 500;
    padding: 0 10px;
    margin-top: 22px;
    margin-bottom: 7px;
}
.tools_content .tooles_item .desc{
    font-size: 14px;
    color: #656565;
    padding: 0 10px;
}


.tools_content .tooles_item:first-child{
    margin-left: 0px;
}

.bottom_bg{
    background-image: url("../images/bottom_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 510px;
    padding-top: 135px;
}


.bottom_bg .t_{
    font-size: 42px;
    color: #ffffff;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}
.bottom_bg .desc_t{
    margin-top: 22px;
	margin-bottom:30px;
    font-size: 18px;
    line-height: 22px;
    color: #cccccc;
    text-align: center;
}
.bottom_bg .desc_t1 {
    margin-top: 22px;
    font-size: 18px;
    line-height: 22px;
    color: #cccccc;
    /* text-align: center; */
    width: 750px;
    margin: 0 auto;
	line-height: 28px;
}
.bottom_bg .btns_{
    margin-top: 35px;
    display: flex;
    justify-content: center;
}
.bottom_bg .btns_ .btn_1{
    width: 164px;
    height: 52px;
    background: #7d7e7e;
    color: #ffffff!important;
    border-radius: 2px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_bg .btns_ .btn_2{
    width: 164px;
    height: 52px;
    background: #ab1212;
    color: #ffffff!important;
    border-radius: 2px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 17px;
}



.intor_1{
    margin-top: 72px;
    display: flex;
    align-items: center;
}
.intor_1_intor_img_content{
    width: 62.4%;
}
.intor_1_intor_img{
    width: 100%;
    opacity: 0;
    position: relative;
    left: 0%;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.intor_1_intor_img .top_view{
    height: 40px;
    padding: 1px;
    box-sizing: border-box;
}

.intor_1_intor_img .top_view .point{
    margin-left: 41px;
    margin-top: 10px;
}

.intor_1_intor_img .bottom_view{
    height: 58px;
    padding: 1px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}

.intor_1_intor_img .bottom_view .point{
    margin-right: 42px;
    margin-top: 23px;
}
.intor_1_intor_img .point{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #8a8a8a;
}

.intor_1_intor_img .point::after{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cccccc;
    content: " ";
    position: absolute;
    left: -22px;
}

.intor_1_intor_img .point::before{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cccccc;
    content: " ";
    position: absolute;
    left: 22px;
}
.intor_1_intor_img .videos{
    display: flex;
    flex-wrap: wrap;
}

.intor_1_intor_img .videos .video{
    margin-right: 1.5%;
    width: 23.875%;
    margin-bottom: 13px;
}
.intor_1_intor_img .videos .video .cover{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.intor_1_intor_img .videos .video .time{
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 100%;
    padding: 0 15px 15px;
    line-height: 1;
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
}

.intor_1_intor_img .videos .video:hover .video_info{
    opacity: 1;
}

.intor_1_intor_img .videos .video:nth-child(4n+4){
    margin-right: 0%;
}

.intor_1_intor_img .videos .video .video_info{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    transition: all .3s ease-in-out;
}
.intor_1_intor_img .videos .video .video_info .title{
    font-size: 13px;
    margin: 15px 15px 0;
    color: #e2e3e5;
}
.intor_1_intor_img .videos .video:hover .time{
    opacity: 0;
}

.intor_1_intor_img .videos .video .video_info .name{
    line-height: 1;
    font-weight: 300;
    font-size: 12px;
    color: #e9e9e9;
    position: absolute;
    bottom: 0px;
    margin: 0 0px 15px;
    left: 15px;
    right: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.intor_1_info_content{
    width: 0px;
    flex-grow: 1;
    padding-left: 4%;
}

.intor_1.anim .intor_1_intor_img,
.intor_3.anim .intor_3_intor_img,
.intor_5.anim .intor_5_intor_img,
.intor_7.anim .intor_7_intor_img{
    opacity: 1;
    animation:left_in 2s  ;
    animation-fill-mode: forwards;
}



@keyframes left_in {
    0% {
        left: -100%;
        opacity: 0;
    }


    70% {
        opacity: 1;
        left: 20px;
    }



    70% {
        left: 20px;
    }
    80% {
        left: -20px;
    }



    90% {
        left: 10px;
    }

    100% {
        left: 0px;
    }
}


.intor_2.anim .intor_2_intor_img,
.intor_4.anim .intor_4_intor_img,
.intor_6.anim .intor_6_intor_img,
.intor_8.anim .intor_8_intor_img{
    opacity: 1;
    animation:right_in 2s  ;
    animation-fill-mode: forwards;
}


@keyframes right_in {
    0% {
        right: -100%;
        opacity: 0;
    }


    70% {
        opacity: 1;
        right: 20px;
    }



    70% {
        right: 20px;
    }
    80% {
        right: -20px;
    }



    90% {
        right: 10px;
    }

    100% {
        right: 0px;
    }
}





.intor_2{
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.intor_2_intor_img_content{
    width: 62.2%;
}
.intor_2_intor_img{
    width:100%;
}

.intor_2_info_content{
    width: 0px;
    flex-grow: 1;
    padding-right: 4%;
}

.intor_3{
    padding-top: 340px;
    padding-bottom: 170px;
    display: flex;
    align-items: center;
}

.intor_3_intor_img_content{
    width: 55%;

}

.intor_3_intor_img{
    width:100%;
    opacity: 0;
    position: relative;
    left: 0%;

    padding: 20px 30px 40px;
    box-sizing: border-box;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;

}

.intor_3_intor_img .user{
    width: 25%;
    padding-bottom:25%;
    height:0;
}
.intor_3_intor_img .user .pic{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.intor_3_intor_img .user .user_info {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    transition: all .3s ease-in-out;
}
.intor_3_intor_img .user:hover .user_info{
    opacity: 1;
}
.intor_3_intor_img .user .user_info .name {
    line-height: 1;
    font-weight: 300;
    font-size: 12px;
    color: #e9e9e9;
    position: absolute;
    bottom: 0px;
    margin: 0 0px 15px;
    left: 15px;
    right: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.intor_3_info_content{
    width: 0px;
    flex-grow: 1;
    padding-left: 7%;
}



.intor_4{
    margin-top: 130px;
    display: flex;
    align-items: center;
}

.intor_4_intor_img_content{
    width: 58.2%;
}
.intor_4_intor_img{
    width: 100%;
}
.intor_4_intor_img .bg_img{
    width: 100%;
    display: block;
    height: auto;
}
.intor_4_intor_img .intro_4_c{
    z-index: 2;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    width: 88%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}


.item_wenku{
    background: #ffffff;
    width: 23.6%;
    height: 115px;
    display: block;
    margin-bottom: 18px;
    overflow: hidden;
}
.item_wenku .pic_c{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.item_wenku .pic_c .pic{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.item_wenku:hover .wenku_info{
    opacity: 1;
}
.item_wenku:hover .wenku_info{
    opacity: 1;
}
.item_wenku .wenku_info{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    transition: all .3s ease-in-out;
}
.item_wenku .wenku_info .title{
    font-size: 13px;
    margin: 15px 15px 0;
    color: #e2e3e5;
}




.intor_4_info_content{
    width: 0px;
    flex-grow: 1;
    padding-right: 4%;
}


.article_c{
    padding: 50px 0 70px;
    background: #F2F3F5;

}
.article_c_title {
    display: block;
    font-size: 44px;
    color: #333333;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}
.article_c_title_sub {
    text-align: center;
    font-size: 20px;
    color: #999999;
    margin-top: 14px;
    line-height: 20px;
    margin-bottom: 60px;
}


.item_encyclopedias{
    height: 650px;
    background: #ffffff;
    border-radius: 5px;
    display: block;
}
.item_encyclopedias .info{
    padding: 0 26px;
}
.item_encyclopedias .info a:hover{
	text-decoration:none;
}
.item_encyclopedias .cover_{
    width: 100%;
    display: block;
    overflow: hidden;
}
.item_encyclopedias .cover_ > img{
    width: 100%;
    display: block;
    transition: all .5s ease-in-out!important;
}
.item_encyclopedias > .cover_ > img:hover{
    transform: scale(1.1)!important;
}

.item_encyclopedias .info .item{
    padding: 20px 0 10px;
    display: flex;
    border-bottom: 1px dotted #ededed;
}

.item_encyclopedias .info .item img{
    width: 137px;
    height: 90px;
    display: block;
    margin-right: 20px;
}

.item_encyclopedias .info .item .item_info{
    height: 90px;
    width: 0px;
    flex-grow: 1;
    padding-top: 10px;
}

.item_encyclopedias  .item:hover{
    transform: scale(1.05)!important;
}
.item_encyclopedias  .text:hover{
}
.item_encyclopedias .info .item .item_info>div:nth-child(1){
    font-size: 18px;
    color: #212121;
}


.item_encyclopedias .info .item .item_info>div:nth-child(2){
    margin-top: 5px;
    font-size: 14px;
    color: #666666;
}

.item_encyclopedias .info .text{
    display: block;
    /* margin-top: 30px; */
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}

.item_encyclopedias .arrow{
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #cccccc;
    font-size: 30px;
}

.intor_5{
    margin-top: 130px;
    display: flex;
    align-items: center;
}

.intor_5_intor_img_content{
    width: 50%;
}
.intor_5_intor_img{
    width: 100%;
    opacity: 0;
    position: relative;
    left: 0%;
    display: flex;
    justify-content: flex-end;
}
.intor_5_info_content{
    width: 0px;
    flex-grow: 1;
    padding-left: 6%;
}
.intor_5 .project_c{
    background: #f7f7f7;
    padding: 30px 25px 20px;
    width: 730px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.project_item{
    background: #ffffff;
    padding: 20px 17px 5px;
    margin-bottom: 10px;
    display: inline-block;
    width: 330px;
}

.project_item .top_info{
    display: flex;
    align-items: center;
}

.project_item .top_info .pic{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #F8F8F8;
}
.project_item .top_info .name_desc{
    margin: 0 6px;
    width: 0px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.project_item .top_info .name_desc .name{
    font-size: 14px;
    color: #333333;
}

.project_item .top_info .name_desc .address{
    font-size: 12px;
    color: #999999;
}
.project_item .top_info .share{
    font-size: 12px;
    color: #333333!important;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
}

.project_item .top_info .share::before{
    font-size: 14px;
    margin-right: 3px;
}


.project_item .title_{
    font-size: 16px;
    color: #333333;
    margin: 20px 0 15px;
    height: 48px;
    word-break:break-all;
}

.project_item .project_option{
    display: flex;
    font-size: 13px;
    color: #666666;
    margin-bottom: 5px;
    align-items: center;
}


.project_item .project_option .icon{
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
}
.project_item .project_option .key{
    text-align: justify;
    text-align-last: justify;
    width: 60px;;
}

.project_item .project_option .val{
    margin-left: 5px
}
.project_item .project_option.price_ .val{
    font-size: 18px;
    color: #c70808;
    font-weight: 500;
}

.project_item .line_{
    height: 1px;
    background: #eeeeee;
    margin-top: 15px;
}

.project_item  .status_info{
    display: flex;
    height: 42px;
    align-items: center;
}
.project_item  .status_info .date_time_text{
    font-size: 12px;
    color: #666666!important;
    flex-grow: 1;
}

.project_item  .status_info .status{
    font-size: 14px;
    color: #666666!important;
    font-weight: 500;
}



.share_model{
    width: 535px;
    height: 295px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.share_model .t{
    padding: 15px 20px;
    border-bottom: 4px solid #f7f7f7;;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.share_model .t .close{
    color: #333333!important;
}
.share_model .c_{
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.share_model .c_ > div{
    width: 0px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share_model .line_{
    width: 1px !important;
    height: 167px;
    background: #f0f0f0;
    flex-grow: 0!important;
}
.share_model .ewm_c{
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: #333333;

}

.share_model .ewm_c .ewm{
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
}
.share_model .share_other {
    flex-direction: column;
    margin-top: -22px;
}
.share_model .share_other .text_{
    font-size: 13px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 500;
}
.share_model .share_other .text_{
    font-size: 13px;
    color: #333333;
    margin-bottom: 20px;
}

.share_model .share_other .share_btns_{
    display: flex;
    justify-content: center;
}

.share_model .share_other .share_btns_ a{
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 30px;
    color: #333333!important;
    border-radius: 50%;
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share_model .share_other .share_btns_ a:last-child{
    margin-right: 0px;
}









.intor_6{
    display: flex;
    align-items: center;
}
.black_bg_1 .white_bg{
    height: 80px;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    background: #FFFFFF;
}

.intor_6_intor_img_content{
    width: 55.5%;
}
.intor_6_intor_img{
    width: 100%;
}
.intor_6_info_content{
    width: 0px;
    flex-grow: 1;
    padding-left: 6%;
}



.intor_7{
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.intor_7_intor_img_content{
    width: 54.7%;
}
.intor_7_intor_img{
    width: 100%;
    opacity: 0;
    position: relative;
    left: 0%;
}
.intor_7_info_content{
    width: 0px;
    flex-grow: 1;
    padding-left: 6%;
}




.intor_8{
    padding-top: 140px;
    padding-bottom: 157px;
    display: flex;
    align-items: center;
}

.intor_8_intor_img_content{
    width: 53%;
}
.intor_8_intor_img{
    width: 100%;
}
.intor_8_info_content{
    width: 0px;
    flex-grow: 1;
}
.intor_8 .bg_img{
    width: 100%;
    display: block;
}
.intor_8 .sucai_c{
    z-index: 2;
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    width: 86%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.intor_8 .sucai_item{
    display: block;
    background: #ffffff;
    width: 23%;
}


.intor_8 .sucai_item .cover{
    height: 50px;
}
.intor_8 .sucai_item .cover .pic{
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.intor_8 .sucai_item .cover .pic::before{
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /*content: "\e664";*/
    font-size: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.intor_8 .sucai_item .cover .pic.loading::before{
    content: "\e665";
    -webkit-animation:haha1 1s linear infinite;
}

@-webkit-keyframes haha1{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}

.intor_8 .sucai_item .cover .pic.hidden{
    opacity: 0;
    display: block;
    transition: all .4s ease-in-out;
}




.intor_8 .sucai_item .cover .time_{
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    left: 10px;
    top: 5px;
    text-shadow: 0 0 2px rgba(0,0,0,1);
}

.intor_8 .sucai_item .cover .resolution_ratio_show{
    font-size: 14px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 3px;
    padding: 1px 5px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.intor_8 .sucai_item .info_{
    padding: 5px;
}
.intor_8 .sucai_item .info_ .title{
    font-size: 12px;
    color: #000000!important;
}





.right_options.show{
    display: none!important;
}
.right_options.m_right_options,.right_options.show.m_right_options{
    display: block!important;
    text-align: center;
}


.m_right_options .option_.icon{
    flex-direction: column;
    height: 85px;
}

.m_right_options .option_.icon .iconfont{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 3px;
}
.native_to{
}
/*:hover*/
.native_to:hover .icon-shang-copy-copy{
    opacity: 1;
}
.native_to .icon-shang-copy-copy{
    display: inline-block;
    opacity: 0;
    transition: all .2s ease-in-out;
    position: absolute;
}
.native_to .icon-shang-copy-copy::before{
    font-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -23px;
    top: -10px;
    color: #999999;
}
.intor_6{
    min-height: 563px;
}

.app_content{
    width: 220px;
    height: 230px;
    left: -230px;
}

.app_qrcode{
    width: 140px;
    height: 140px;
}

@media (max-width: 1500px) and (min-width: 1px) {

    .item_wenku{
        height: 90px;
    }
    .project_c{

    }
    .project_item{
        width: 259px;
    }
    .project_item .title_{
        font-size: 14px;
        color: #333333;
        margin: 10px 0 5px;
        height: 45px;
        word-break: break-all;
    }
    .project_item .project_option{
         margin-bottom: 0px;
    }
}

@media (max-width: 1024px) and (min-width: 1px){

    .item_wenku{
        height: 75px;
    }

    .intor_5 .project_c{
        padding: 15px 10px 10px;
    }
    .project_item{
        width: 233px;
        padding: 10px 10px 5px;
    }
    .project_item .top_info .pic{
        width: 35px;
        height: 35px;
    }
    .project_item .title_{
        font-size: 13px;
        margin: 5px 0 5px;
        height: 37px;
    }
    .intor_8 .sucai_item .info_{
        padding: 3px 5px;
    }
}


.tts_video_tools_list{
    display: flex;
    justify-content: space-between;
}

.tts_video_tools_list .btn{    
	color: #fff;
	background-color: #E74B3B;
	border-radius: 4px;	font-size:14px;
	height: 30px;
	line-height: 13px;
    min-height: 30px;
	display: block;
    margin: 0 8px;
    outline: 0;
    overflow: hidden;
    position: relative;
    width: 30%;
	margin: 0 auto;
	margin-top: 20px;
    text-align: center;
}

.video_tools_item{
    width: 32%;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 16%);
    border-radius: 16px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    justify-content: space-between;
}
.tts_video_tools_list a:hover{
	text-decoration:none;
}
.video_tools_item:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 24%);
}

.video_tools_item:hover .video_tools_text h2{
	/* font-size:40px; */
	color:#ff0000;
}
.video_tools_item:hover .video_tools_text h2::after{
	height: 4px;
	background-color:#f00;
}

.fuwu_tools_item{
    width: 24%;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 16%);
    border-radius: 16px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    justify-content: space-between;
}
.fuwu_tools_item:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 24%);
}

.fuwu_tools_text h2{
	font: 12px/1.5 微软雅黑,arial,Hiragino Sans GB,宋体,sans-serif;
	color: #333;
    font-size: 24px;
    text-align: center;
}
.fuwu_tools_text p {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.video_tools_qrcode img{
    width: 125px;
    height: 125px;
}

.video_tools_qrcode.active img{
    width: 100px;
    height: 100px;
} 

.video_tools_qrcode{
    margin-left: 16px;
}

.video_tools_text h2{
    font-size: 32px;
    font-weight: 500;
    color: #dc3545;
    position: relative;
}

.video_tools_text h2::after{
    content: '';
    width: 70px;
    height: 2px;
    background-color: rgba(0, 0, 0, .26);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.video_tools_text p{
    color: #999;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0px;
	margin-top:5px;
}
.video_tools_text p b{
    color: #dc3545;
    font-size: 16px;
}

.func_pic_text{
    display: block;
    font-size: 44px;
    color: #333333;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}

.tools_exhibition{
    margin-bottom: 60px;
}
.tools_exhibitionhz{
    margin-bottom: 40px;
}

.tools_exhibition .make_video_title_sub{
    margin-bottom: 40px;
}