
/*公共样式*/
html,body{
	min-width: 1240px;
	min-height: 684px;
	font-size: 100% !important;
}
.flex{
	display: -webkit-flex;  
    display: -webkit-box;  
    display: -moz-box;      
    display: -ms-flexbox;
    display: flex; 
}
.pt30{
	padding-top: 30px;
}
.flex_wrap{
	flex-wrap: wrap;
}
.h47{
	height: 47px !important;
}
/*#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background: #000;
}
#fp-nav ul li a.active span{
	margin: -8px 0 0 -8px;
	background: none;
	border: 2px solid #000;
}*/
.img {
    max-width: 100%;
    height: auto;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 20px;
}
.swiper-pagination-bullet {
    width: 120px;
    height: 8px;
    border-radius: 0;
    background: #fff;  
    opacity: .6;
}
.inl{
	display: inline-block;
}
.banner2,.banner3{
	overflow: hidden;
	min-height: 600px;
}
/*fullpage样式修改*/
.fp-tableCell {
    display: block;
}

/*第一屏*/
.first{
	width: 100%;
	height: 100%;
	font-size: 15px;
	position: relative;
}
.banner1{
	background: url("../img/banner1-.jpg")/*tpa=http://www.DRAGON DIGIT.cn/img/banner1-.jpg*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:100%;
	height:100vh;
}

.logo{
	margin-top: 1px; 
}
#primary-navigation {
    position: absolute;
    bottom: 0;
    right: -20px;
}
.pull-left {
    float: left;
}
#primary-navigation a {
	color: #999;
    display: inline-block;
    padding: 20px 15px;
    margin: 0 11px;
    border-bottom: 4px solid transparent;
}
/*.nav-active1:hover{
    border-bottom: 4px solid #fff !important;
    color: #fff;
}
.nav-active2:hover{
    border-bottom: 4px solid #fd4f00 !important;
    color: #fd4f00;
}*/

/*#primary-navigation a:hover{
	border-bottom: 4px solid #fff !important;
}*/
.nav-active{
	border-bottom: 4px solid #fff !important;
	color: #fff !important;
}
.nav-active-fff:hover{
	border-bottom: 4px solid #fff !important;
	color: #fff !important;
}
.nav-active-g1{
	border-bottom: 4px solid #fd4f00 !important;
}
.nav-active-g:hover{
	border-bottom: 4px solid #fd4f00 !important;
	color: #fd4f00 !important;
}
.nav-active-g99{
	border-bottom: 4px solid #fd4f00 !important;
	color: #fd4f00 !important;
}
#primary-navigation a:hover{
	border-bottom: 4px solid #fd4f00 !important;
	color: #fd4f00 !important;
}
.nav-active-white{
	color: #fff !important;
}
.nav-active-white-g{
	color: #fd4f00 !important;
}
a {
    color: inherit;
    text-decoration: none;
}
.pull-right {
    float: right;
}
.nav-menu{
	color: #fff;
}
.firstNav{
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
}
.white{
	background: #fff;
}
.black{
	color: #000;
}
.allNav{
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0;
	top: 100vh;
	z-index: 999;
}
.nav{
	position: relative;
	width: 1240px;
	height: 100%;
	margin: 0 auto;
}
.auto{
	position: relative;
	width: 1240px;
	height: auto;
	margin: 0 auto;
}
.center{
	text-align: center;
}
.mt15vh{
	margin-top: 15vh;
}
.mt90{
	margin-top: 90px;
}
.downIcon{
	background: url("../img/downIcon.png")/*tpa=http://www.DRAGON DIGIT.cn/img/downIcon.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:11px;
	height:7px;
	margin-left: 5px;
	margin-bottom: 1px;
}
.downIcon_s{
	background: url("../img/downIcon_s.png")/*tpa=http://www.DRAGON DIGIT.cn/img/downIcon_s.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:11px;
	height:7px;
	margin-left: 5px;
	margin-bottom: 1px;
}
/*第二屏*/
.banner2{
	background: url("../img/businessBanner.jpg")/*tpa=http://www.DRAGON DIGIT.cn/img/businessBanner.jpg*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:100%;
	height:100vh;
}
.business-title,
.cases-title,
.advantage-title,
.service-title,
.success-title,
.process-title,
.news-title,
.new1-title{
font-size: 29px;
color: #fff;
}
.business-en,
.cases-en,
.advantage-en,
.service-en,
.success-en,
.process-en,
.news-en,
.new1-en{
font-size: 15px;
color: #fff;
padding-top: 3px;
}
.business{
	position: absolute;
	z-index: 9999;
	width: 100%;
}
.business-content{
	height: 100%;
}
.business-content ul,.business-content-div{
	height: 100%;
}
.business-content ul li{
	width: 413px;
	height: 100%;
	float: left;
	position: relative;
	line-height: 100vh;
}
.bg_black:hover{
   background-color: rgba(253, 79, 0, 0.5);
}
.bg_black, .bg_black_n {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.vertical_c {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: normal;
}
.text-center {
    text-align: center;
}
.business-app{
	width: 100px;
	height: 100px;
	margin-bottom: 30px;
}
.undelined{
width: 75px;
height: 1px;
background-color: #fff;
margin: 10px auto 0;
opacity: .5
}
.business-h3{
	font-size: 18px;
}
.font12{
	font-size: 12px;
}
.mt50{
	margin-top: 50px;
}
.display-none{
	display: none;
}
.business-show{
	display: block;
}
.business-wethat{
	width: 137px;
	height: 100px;
}
/*第三屏*/
.banner3{
	background: url("../img/banner-3.jpg")/*tpa=http://www.DRAGON DIGIT.cn/img/banner-3.jpg*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:100%;
	height: 100vh;
}
.mt10_{
	margin-top: 10vh;
	display: -webkit-flex;  
    display: -webkit-box;  
    display: -moz-box;      
    display: -ms-flexbox;
    display: flex; 
}
.ul-right{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	margin-left: 150px;
}
.ul-right h3{
font-size: 22px;

color: #fff;

padding-bottom: 30px;
}
.ul-right p{
line-height: 27px;

color: #fff;
}
.mt10_ .ul-left{
	width: 150px;
	height: 340px;
	border-right: 1px solid #fff; 
}
.mt10_ .ul-left>div{
	width: 86px;
	height: 46px;
	margin: 0 auto;
	border: 1px solid transparent;
}
.mt10_ .ul-left li{
height: 40px;
width: 80px;
margin: 3px auto 0;
line-height: 40px;
text-align: center;
color: #fff;
cursor: pointer;
}
.mt10_ .ul-left li:hover{
background-color: #fd4f00;
}
.mt10_ .ul-left>div:hover{
border: 1px solid #fd4f00;
}
.wait{
	width: 106px;
	height: 46px;
	border: 1px solid #fd4f00;
	margin-top: 20px;
    margin-bottom: 5vh;
}
.button{
height: 40px;
width: 100px;
margin: 3px auto 0;
line-height: 40px;
text-align: center;
color: #fff;
cursor: pointer;
background-color: #fd4f00;
}
.casesIcon-div img{
	/*width: 145px;
	height: 145px;*/
	margin-right: 87px;
   border: 12px solid rgba(255,255,255,0.5);
}
.casesIcon-div>img:last-child{
	margin-right: 0;
}
/*第四屏*/
.banner4{
	background: url("../img/banner4.jpg")/*tpa=http://www.DRAGON DIGIT.cn/img/banner4.jpg*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:100%;
	height: 100vh;
}
.advantage-title,.advantage-en{
	text-align: center;
}
.advantage{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 160px;	
	z-index: 9999;
	width: 100%;
	background-color: #1f2631;
}
.advantage-bottom{
	text-align: center;
	margin-top: 38px;
}
.advantage-bottom>div{
	width: 413px;
	height: auto;
}
.advantage-10,.advantage-50,.advantage-500{
	font-size: 47px;

    color: #fff;
    /*padding-top: 37px;*/
    padding-bottom: 20px;

    padding-left: 10px;
}
.advantage-10-add,.advantage-50-add,.advantage-500-add{
	color: #fff;

    font-size: 15px;
}
.advantage-rotate{
	width: 20vh;
	height: 20vh;
	border:2px solid #fff;
	transform: rotate(45deg);
	border-radius: 7px;
}
.advantage-rotate-in{
	width: 15vh;
	height: 15vh;
	transform: rotate(-45deg);
	position: relative;
}
.advantage-rotate-in>img{
	/*position: absolute;*/
	margin-top: 6vh;
	/*left: 80px;
	top: 20px;*/
}
.advantage-undelined{
	opacity: 1;
	display: none;
}
.advantage-p-1{
	padding-top: 15px;
}
.advantage-p-1,.advantage-p-2,.advantage-p-3,.advantage-p-4{
	padding: 2px 0;
	color: #fff;
}
.advantage-p-2,.advantage-p-3,.advantage-p-4{
	font-size: 13px;
}
.advantage-detail{
	display: none;
	/*position: absolute;*/

   /*top: 77px;

   left: 21px;*/
}
.absolute{
	position: absolute;
}
.advantage-in-absolute{
	/*position: absolute;*/

  /*  left: 60px;

    top: 87px;*/
}
.advantage-detail{
	/*position: absolute;*/
}
.advantage-rotate:nth-of-type(1){
position: absolute;

top: 0px;

left: 383px;
}
.advantage-rotate:nth-of-type(2){
position: absolute;

top: 0px;

left: 686px;
}
.advantage-rotate:nth-of-type(3){
position: absolute;

top: 143px;

left: 232px;
}
.advantage-rotate:nth-of-type(4){
position: absolute;

top: 143px;

left: 535px;
}
.advantage-rotate:nth-of-type(5){
position: absolute;

top: 143px;

left: 833px;
}
/*第五屏*/
.service-title,.service-en{
	text-align: center;
}
.banner5{
	background: url("../img/banner5.jpg")/*tpa=http://www.DRAGON DIGIT.cn/img/banner5.jpg*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:100%;
	height: 100vh;
}
.service-title,.service-en{
	color: #000;
}
/*第六屏*/
.success-title,.success-en{
	color: #000;
}
.success-chioce{
	width: 600px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 20px;
}
.success-chioce>p{
padding: 22px;
cursor: pointer;
font-size: 13px;
}
.success-chioce>p:hover{
color: #fd4f00 !important;
text-decoration: underline !important;
}
{
	display: block;
}
.success-wx,.success-xcx,.success-pp,.success-xt,.success-all{
	display: none
}
/*第七屏*/
.process-title,.process-en{
	color: #000;
}
.process-div{
	width: 206px;
	height: 130px;
	background: #f8f8f8;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.process-div>img{
	 position: absolute;  

top: 0;

left: 0;

bottom: 0;

right: 0;  
margin: auto;
}
.process-back{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	border-radius: 20px;
	background-color: rgba(0,0,0,.2);
}
.process-back-p{
	width: 100%;
	height: 40px;
	margin-top: 82px;
	text-align: center;
	background-color: #fd4f00;
	line-height: 40px;
	border-bottom-right-radius: 20px; 
	border-bottom-left-radius: 20px; 
	color: #fff;
}
/*第八屏*/
.news-title,.news-en{
	color: #000;
}
.news-chioce{
	width: 600px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 20px;
}
.news-chioce>p{
padding: 22px;
cursor: pointer;
font-size: 13px;
}
.news-chioce>p:hover{
color: #fd4f00 !important;
text-decoration: underline !important;
}
.news-app{
	display: block;
	width: 100%;
}
.news-app>div>div,
.news-wx>div>div,
.news-xcx>div>div,
.news-pp>div>div,
.news-xt>div>div,
.news-all>div>div{
	margin: 5px;
	cursor: pointer;
}
.news-app>div>div:nth-of-type(1),
.news-wx>div>div:nth-of-type(1),
.news-xcx>div>div:nth-of-type(1),
.news-pp>div>div:nth-of-type(1),
.news-xt>div>div:nth-of-type(1),
.news-all>div>div:nth-of-type(1){
	margin-left: 40px;
}
.news-app>div>div:nth-of-type(4),
.news-wx>div>div:nth-of-type(4),
.news-xcx>div>div:nth-of-type(4),
.news-pp>div>div:nth-of-type(4),
.news-xt>div>div:nth-of-type(4),
.news-all>div>div:nth-of-type(4){
	/*padding-right: 40px;*/
}
.news-wx,.news-xcx,.news-pp,.news-xt,.news-all{
	display: none;
}
.w25{
	width: 25%;
}
.ellipsisP{
font-size: 18px;
overflow: hidden;
/*display: -webkit-box;*/
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
word-break: break-all;
margin: 2% 0;
line-height: 20px;
overflow:hidden; 

text-overflow:ellipsis; 

white-space:nowrap; 
}
.news-detail{
	font-size: 13px;
	color: #666;
	padding: 10px 0 0;
	/*-webkit-line-clamp: 3;*/
	overflow:hidden; 

text-overflow:ellipsis; 

white-space:nowrap; 
}
.news-undelined{
	width: 13%;
	height: 2px;
	background-color: #c9c9c9;
	/*margin-top: 25px;*/
}
/*第九屏*/
.news1-left{
	background: url("../img/banner9.jpg")/*tpa=http://www.DRAGON DIGIT.cn/img/banner9.jpg*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:100%;
	height: auto;
	position: relative;
}
.news1-right{
	position: relative;
	background-color: #e7e7e7;
}
.news1-right p{
	color: #271604 !important;
}
.section9{
	min-height: 100vh;
	display: -webkit-flex;  
    display: -webkit-box;  
    display: -moz-box;      
    display: -ms-flexbox;
    display: flex; 
	flex-direction: column;
}
.section9-nav{
	height: 90px;
	width: 100%;
}
.section9-all{
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	display: -webkit-flex;  
    display: -webkit-box;  
    display: -moz-box;      
    display: -ms-flexbox;
    display: flex; 
}
.news1-center{
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0;
	top: 30%;
}
.new1-div>p:nth-of-type(1){
padding-top: 40px;
}
.new1-div>p{
	color: #fff;
	line-height: 22px;
}
.new1-button{
	position: absolute;
    bottom: 0;
    width: 100%;
}
.new1-button-in{
	width: 88px;
	height: 30px;
	background-color: #fd4f00;
	margin: 0 auto;
	margin-top: 3px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
}
.new1-button-out{
	width: 94px;
	height: 36px;
	border: 1px solid #fd4f00;
	margin: 0 auto;
}
/*第十屏*/
.section10{
	min-height: 100vh;
	display: -webkit-flex;  
    display: -webkit-box;  
    display: -moz-box;      
    display: -ms-flexbox;
    display: flex; 
	flex-direction: column;
}
.section10-nav{
	height: 90px;
	width: 100%;
}
.section10-all{
	/*flex: 1;*/
	height: 400px !important;
	display: -webkit-flex;  
    display: -webkit-box;  
    display: -moz-box;      
    display: -ms-flexbox;
    display: flex; 
}
.section10-connect{
	height: 46px;
	width: 100%;
	min-width: 1200px;
}
.section10-footer{
	height: 45%;
	width: 100%;
}
/*米袋1.0公用样式(友情提示)*/
.wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.link_box {
    padding: 15px 0;
    width: 1000px;
    margin: 0 auto;
}
.wrapper a{
	font-size: 13px;
	color: inherit;
    text-decoration: none;
}
.wrapper a:hover{
	color: #fd4f00;
}
/*米袋1.0公用样式(底部)*/
.footer {
    min-width: 1200px;
    width: 100%;
    background-color: #1f2631;
    padding: 100px 0 24px;
}
.font-s {
    font-size: 12px;
}
.white {
    color: #fff;
}
.wrapper1 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footer .main_box {
    margin-bottom: 18px;
}
.clearfix {
    clear: both;
    zoom: 1;
}
.footer img.block {
    display: block;
    margin-bottom: 38px;
}
.footer .first .h2 {
    height: auto;
}

.footer .h2, .footer dt {
    font-size: 18px;
    padding-top: 20px;
    height: 60px;
}
.footer .h2, .footer dt {
    font-size: 18px;
    padding-top: 20px;
    height: 60px;
}
.footer dd {
    line-height: 2.4;
}
ol,ul {
    list-style: none;
}
.footer .first {
    padding-left: 50px;
    width: 300px;
}
.footer li {
    float: left;
}
.footer .normal {
    width: 190px;
}
.footer .end {
    width: 280px;
}
.text-center {
    text-align: center;
}
.footer p {
    margin: 0.5em 0;
    line-height: 1.5em;
    text-indent: 0;
}
.wrapper1 dd a:hover{
 color:  #fd4f00;
}
/*右侧fixed*/
.help {
    z-index: 100;
    padding: 36px 7px 25px 11px;
    width: 90px;
    height: 213px;
    background: url("../img/tip_bgi.png")/*tpa=http://www.DRAGON DIGIT.cn/img/tip_bgi.png*/ center no-repeat;
    background-size: cover;
    position: fixed;
    top: 160px;
    right: 0;
    margin-right: -5px;
}
.text-center {
    text-align: center;
}
.help{
	display: none
}
.help li.first {
    padding-top: 6px;
    height: 78px;
    color: #fd4f00;
}

.help li.border {
    border-bottom: 1px solid #d2d2d2;
}
.help li.hover {
    padding-top: 9px;
    height: 55px;
    color: #666;
}
.help li {
    font-size: 13px;
    cursor: pointer;
}
.help li p {
    margin: 0;
}

.bold {
    font-weight: bold;
}
.help li p {
    margin: 0;
    padding-top: 7px;
}

.bold {
    font-weight: bold;
}
.help li a {
    display: block;
}
.qr{
	display: none;
	position: fixed;

top: 270px;

right: 105px;
}

/*点击到顶部*/
.to-top-icon{
	background: url("../img/to-top.png")/*tpa=http://www.DRAGON DIGIT.cn/img/to-top.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:18px;
	height: 10px;
	margin-top: 25px;
}
.to-top{
    position: fixed;
    z-index: 100;
    background-color: #fd4f00;
    width: 60px;
    height: 60px;
    background-size: auto auto;
    background-size: auto auto;
    background-size: cover;
    position: fixed;
    top: 90vh;
    right: 20px;
    margin-right: -5px;
    text-align: center;
    display: none;
    opacity: .5;
    cursor: pointer;
}
.to-top:hover{
	opacity: 1;
}
#sx{
	padding: 19px 0 !important;
    cursor: pointer !important;
    font-size: 13px !important;
}
#sx:hover{
	text-decoration: none !important;
	color: #000 !important;
}
.success-chioce>p{
	padding: 20px;
}
.w25{
	width: 22% !important;
}
.w33{
	width: 33% !important;
}
.div-img{
	cursor: pointer;
}
.div-img>img{
	vertical-align: bottom;
}
.all{
	text-decoration: underline ;
	color: #fd4f00 ;
}
.industrt-type{
	width: 575px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.industrt-type > p {
    padding: 13px;
    cursor: pointer;
    font-size: 13px;
}
#sx{
    padding: 19px 0 !important;
    cursor: pointer !important;
    font-size: 13px !important;
}
.all{
	color: #fd4f00 ;
    text-decoration: underline ;
}
/*.cases-type > p:last- {
    color: #fd4f00 ;
    text-decoration: underline ;
}*/
.industrt-type > p:hover {
    color: #fd4f00 !important;
    text-decoration: underline !important;
}
#sx:hover{
	color: #000 !important;
	text-decoration: none !important;
}

/*首页第一屏显示隐藏(服务)*/
.nav-slide {
    display: none;
    width: 100%;
    height: 380px;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 90px;
    z-index: 1000;
    background: #fff;
}
.shadow-h2{
	-webkit-box-shadow: 0 2px 6px rgba(170, 202, 187, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(170, 202, 187, 0.3);
    -ms-box-shadow: 0 2px 6px rgba(170, 202, 187, 0.3);
    -o-box-shadow: 0 2px 6px rgba(170, 202, 187, 0.3);
    box-shadow: 0 2px 6px rgba(170, 202, 187, 0.3);
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.nav-slide .nav-slide-main {
    position: relative;
    left: 0;
    padding: 10px 0;
    display: inline-block;
    height: auto;
    padding-right: 50px;
}
ul, ol {
    list-style: none outside none;
}
.nav-slide .nav-slide-main .slide-list li {
    width: 536px;
    height: 60px;
    margin-bottom: 10px;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.nav-slide .nav-slide-main .slide-list li.hover {
    border-color: #3fcdfd;
}
a:link, a:visited {
    text-decoration: none;
    color: inherit;
}
.nav-slide .nav-slide-main .img-left {
    width: 605px;
    height: 340px;
    position: absolute;
    left: -453px;
    top: 10px;
    display: none;
    overflow: hidden;
}
.nav-slide .nav-slide-main .slide-list li h2 {
    font-size: 14px;
    color: #333;
    line-height: 2.4em;
}
.nav-slide .nav-slide-main .slide-list li p {
    font-size: 12px;
    color: #999;
    text-align: justify;
}

.txt-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: justify;
}
.nav-slide .nav-slide-main .img-left.active{
	display: block;
}
/*首页第一屏显示隐藏(方案)*/
.nav-slide.h435 {
    height: 435px;
}
.address_icon{
background: url("../img/address_icon.png")/*tpa=http://www.DRAGON DIGIT.cn/img/address_icon.png*/ no-repeat center center; 
-webkit-background-size: 100%; 
-moz-background-size: 100%; 
-o-background-size: 100%; 
background-size: 100%;
width:18px;
height:18px;
margin-bottom: -5px;
margin-right: 7px;
}
.cases-type p{
	margin: 0 auto;
}
/*2.0*/
#primary-navigation a:hover{
	border-bottom: 4px solid #fd4f00;
	color: #fd4f00;
}
.auto1200{
	width: 1200px;
	margin: 0 auto;
}
.business2{
   margin-top: 80px; 
}
.business2 .business2_title{
	font-size:24px;
	font-family:Segoe UI;
	font-weight:400;
	text-align: center;
	line-height:32px;
}
.business2 .business2_en{
	font-size:14px;
	font-family:Segoe UI;
	font-weight:400;
	line-height:19px;
	text-align: center;
}
.business2 .business2_detail{
	font-size:14px;
	font-family:Segoe UI;
	font-weight:400;
	line-height:19px;
	text-align: center;
	color:rgba(143,143,143,1);
}
.business2 .content ul li{
	width: 280px;
	height: 264px;
    float: left;
    margin-right: 26px;
}
.business2 .content{
    height: 375px;
    margin-top: 23px;
}
.business2 .content ul li:last-child{
	margin-right: 0px;
}
.business2 .content ul li:nth-of-type(1){
	background: url("../img/new/app.jpg")/*tpa=http://www.DRAGON DIGIT.cn/img/new/app.jpg*/ no-repeat center center; 
	position: relative;
	box-shadow:0px 0px 0px rgba(107,91,91,0.8);
	border-radius:20px;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:280px;
	height: 264px;
}
.business2 .content ul li:nth-of-type(2){
	background: url("../img/new/xcc.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/xcc.png*/ center center no-repeat; 
	position: relative;
	box-shadow:0px 0px 0px rgba(107,91,91,0.8);
	border-radius:20px;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:280px;
	height: 264px;
}
.business2 .content ul li:nth-of-type(3){
	background: url("../img/new/pp.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/pp.png*/ no-repeat center center; 
	position: relative;
	box-shadow:0px 0px 0px rgba(107,91,91,0.8);
	border-radius:20px;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:280px;
	height: 264px;
}
.business2 .content ul li:nth-of-type(4){
	background: url("../img/new/oa.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/oa.png*/ no-repeat center center; 
	position: relative;
	box-shadow:0px 0px 0px rgba(107,91,91,0.8);
	border-radius:20px;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:280px;
	height: 264px;
}
.business2 .content ul li .bg_black{
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,.5);*/
	position: absolute;
    top: 0;
    left: 0;
    border-radius:20px;
}
.business2 .content ul li .bg_black img{
	margin-top: 30px;
	max-width: 100%;
	height: auto;
}
.business2 .content ul li .bg_black h3{
	margin: 10px 0;
	font-size:22px;
	font-family:Segoe UI;
	font-weight:bold;
	line-height:32px;
	color:rgba(255,255,255,1);
}
.business2 .content ul li .bg_black p{
	font-size:18px;
	font-family:Segoe UI;
	font-weight:400;
	line-height:24px;
	margin: 0 10px;
	display: none;
}
.advan2{
	background: url("../img/new/adv.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/adv.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	/*width:62.5vw;
	height: 38.38vw;*/
	width: 1200px;
	height: 738px;
}
.add-show{
	background: url("../img/new/icon_jia@2x.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_jia@2x.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	margin-top: 8px;
	/*transform: rotate(45deg);*/
}
.add-show-out{
	position: absolute;
	right: 140px;
	bottom: -12px;
	z-index: 998;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 12px rgba(0,0,0,0.16);
	opacity:1;
	border-radius:20px 20px 0px 20px;
	/*display: none;*/
}
.add-show-in{
	position: absolute;
	width: 300px;
	height: 313px;
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 12px rgba(0,0,0,0.16);
	opacity:1;
	border-radius:20px 20px 0px 20px;
	right: 140px;
	z-index: 998;
	background:#fff;
	bottom: -12px;
}
.add-show-out:hover{
	cursor: pointer;
}
.dpt_icon1{
	background: url("../img/new/icon_midaiyoushi01@2x.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_midaiyoushi01@2x.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width: 100px;
	height: 101px;
	margin-left: 52px;
}
.dpt_icon2{
	background: url("../img/new/icon_midaiyoushi02@2x.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_midaiyoushi02@2x.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width: 100px;
	height: 101px;
	margin-left: 52px;
}
.dpt_icon3{
	background: url("../img/new/icon_midaiyoushi03@2x.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_midaiyoushi03@2x.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width: 100px;
	height: 101px;
	margin-left: 52px;
}
.dpt_icon4{
	background: url("../img/new/icon_midaiyoushi04@2x.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_midaiyoushi04@2x.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width: 100px;
	height: 101px;
	margin-left: 52px;
}
.dpt_icon5{
	background: url("../img/new/icon_midaiyoushi05@2x.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_midaiyoushi05@2x.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width: 100px;
	height: 101px;
	margin-left: 52px;
}
.dpt_title{
	font-size:22px;
	font-family:Segoe UI;
	font-weight:bold;
	margin-left: 30px;
	color: #fff;
}
.flex{
	display: flex;
}
.flex-1{
	flex: 1;
}
.align_center{
	align-items: center;
}
.justify_content{
	justify-content: space-between;
}
.adv-this1,.adv-this2,.adv-this3,.adv-this4,.adv-this5{
	width: 400px;
	height: 146px;
	border: 2px solid rgba(255,255,255,1);
	border-top: none;
	border-left: none;
}
.adv-this1,.adv-this2,.adv-this3,.adv-this4,.adv-this5:hover{
	cursor: pointer;
}
.adv-this5{
	border-bottom: none;
}
.adv-detail{
	display: table;
}
.adv-table{
	width: 798px;
	height: 738px;
	display: table-cell;
	vertical-align: middle;
}
.w250{
	width: 250px;
	margin: 0 auto;
	text-align: center;
}
.w250-p{
	font-size:28px;
	font-family:Segoe UI;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin-top: 10px;
}
.w250-p1{
	font-size:16px;
	font-family:Segoe UI;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.dis-none{
	display: none;
}
.cases1-div{
	margin: 10px 5px;
	position: relative;
	width: 390px;
}
.cases1-div:hover{
	cursor: pointer;
}
.all-cases{
	font-size:15px;
	font-family:Segoe UI;
	font-weight:400;
	color:rgba(255,0,0,1);
}
.all-cases:hover{
	cursor: pointer;
}
.inner{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	border-radius: 10px;
}
.show_button_in{
	display: none;
}
/*解决方案*/
.solve_{
	width:1200px;
	height:451px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(223,223,223,1);
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
	opacity:1;
	border-radius:20px;
	margin-bottom: 30px;
}
.pd169{
	padding: 29px 106px;
}
.solve_title{
	border-bottom:1px solid rgba(112,112,112,1);
}
.solve_title p{
	font-size:16px;
	font-family:Segoe UI;
	font-weight:400;
	color:rgba(0,0,0,1);
	padding-bottom: 20px;
	border-bottom: 4px solid transparent;
}
.solve_title p:nth-of-type(1){
	border-bottom: 4px solid rgba(255,0,0,1);
}
.solve_title p:hover{
	cursor: pointer;
}
.mdt45{
	margin-top: 45px;
}
.solve_title_detail{
	position: relative;
	width: 300px;
}
.solve_title_detail_h1{
	font-size:20px;
	font-family:Segoe UI;
	font-weight:400;
	margin-bottom: 19px;
	margin-top: 19px;
}
.solve_title_detail_detail{
	font-size:15px;
	font-family:Segoe UI;
	font-weight:400;
	line-height: 23px;
}
.solve_title_img{
	margin-left: 246px;
	flex: 1;
	flex-wrap: wrap;
}
.solve_title_img img{
width:188px;
height:120px;
background:rgba(0,0,0,0);
border:1px solid rgba(223,223,223,1);
box-shadow:0px 3px 6px rgba(0,0,0,0.16);
opacity:1;
border-radius:20px;
}
/*parent*/
.partner_back{
	width: 100%;
	background:rgba(245,245,245,1);
}
.partner_{

}
.parent_title{
	font-size: 24px;
    font-family: Segoe UI;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    padding-top: 31px;
}
.parent_en{
	font-size: 14px;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}
.parent_detail{
	margin-bottom: 30px;
    font-size: 14px;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    color: rgba(143,143,143,1);
    margin: 12px 0 30px 0;
}
.process_{
    background: url("../img/new/icon_fuwuliucheng@2x.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_fuwuliucheng@2x.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width: 1200px;
	height: 546px;
	margin-bottom: 31px;
}
.ind_title{
    font-size: 18px;
    overflow: hidden;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 2% 0;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ind_detail{
	    font-size: 13px;
    color: #666;
    padding: 10px 0 0;
    /* -webkit-line-clamp: 3; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
        color: rgb(102, 102, 102);
}
.ind_div:hover{
	cursor: pointer;
}
.about_md{
	width: 590px;
}
.about_md_title{
	font-size: 24px;
    font-family: Segoe UI;
    font-weight: 400;
    text-align: center;
}
.about_md_en{
	font-size: 14px;
    font-family: Segoe UI;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.about_md_detail{
	width: 100%;
	height: 200px;
	text-align: center;
	background:rgba(255,255,255,1);
border:1px solid rgba(223,223,223,1);
opacity:1;
border-radius:20px;
}
.about_md_detail p{
	line-height: 24px;
}
.wechat1{
	background: url("../img/new/icon_wenxin.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_wenxin.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width: 48px;
	height: 49px;
	margin-right: 5px;
}
.qq1{
	background: url("../img/new/icon_qq.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_qq.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width: 48px;
	height: 49px;
	margin-right: 5px;
}
.phone1{
	background: url("../img/new/icon_dianhua.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_dianhua.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width: 48px;
	height: 49px;
	margin-right: 5px;
}
/*.add-show-in>div>div{
	height: 70px;
	border-bottom: 1px solid rgba(223,223,223,1);
}*/
/*.add-show-in>div>div:hover{
	cursor: pointer;
}*/
.x{
	background: url("../img/new/icon_cha.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_cha.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width: 20px;
	height: 20px !important;
	position: absolute;
	right: 8px;
	bottom: -12px;
	border-bottom: none!important;
}
.x:hover{
	cursor: pointer;
}
.meinv{
	background: url("../img/new/icon_meinv.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_meinv.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:88px;
	height:59px;
}
.meinv-p{
    font-size:16px;
	font-family:Segoe UI;
	font-weight:400;
	color:rgba(143,143,143,1);
}
.bot-div{
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px 15px;
	border-bottom: 1px solid rgba(216,216,216,1);
}
.back-red{
	width: 103px;
	height: 29px;
	background:linear-gradient(180deg,rgba(255,109,109,1) 0%,rgba(255,0,0,1) 100%);
	opacity:1;
	border-radius:20px;
	font-size:16px;
	font-family:Segoe UI;
	font-weight:400;
	color:rgba(255,255,255,1);
	text-align: center;
	line-height: 29px;
}
.back-f8{
	width: 103px;
	height: 29px;
	background:linear-gradient(180deg,rgba(223,223,223,1) 0%,rgba(195,195,195,1) 100%);
	opacity:1;
	border-radius:20px;
	font-size:16px;
	font-family:Segoe UI;
	font-weight:400;
	color:rgba(255,255,255,1);
	text-align: center;
	line-height: 29px;
}
.back-red,.back-f8,.div-qq,.div-wx:hover{
	cursor: pointer;
}
.div-qq{
	width: 100%;
	height: 60px;
	margin-top: 21px;
	margin-bottom: 10px;
	background:linear-gradient(0deg,rgba(187,187,187,1) 0%,rgba(225,225,225,1) 100%);
	opacity:1;
	border-radius:20px 20px 0px 0px;
	display: flex;
	align-items: center;
}
.div-wx{
	width: 100%;
	height: 60px;
	background:linear-gradient(0deg,rgba(187,187,187,1) 0%,rgba(225,225,225,1) 100%);
	opacity:1;
	border-radius:0px 0px 20px 20px;
	display: flex;
	align-items: center;
}
.iconqq1{
	background: url("../img/new/icon_qq1.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_qq1.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:32px;
	height:33px;
	margin-left: 20px;
}
.iconwx1{
	background: url("../img/new/icon_weixin.png")/*tpa=http://www.DRAGON DIGIT.cn/img/new/icon_weixin.png*/ no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	width:32px;
	height:33px;
	margin-left: 20px;
}
.iconqq1-div,.iconwx1-div{
    font-size:16px;
	font-family:Segoe UI;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-left: 10px;
}
.show_qrcode{
	display: none;
	width: 270px;
	height: 265px;
	background:linear-gradient(0deg,rgba(187,187,187,1) 0%,rgba(225,225,225,1) 100%);
	opacity:1;
	border-radius:0px 0px 20px 20px;
	text-align: center;
}
.show_qrcode_p{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.show_qrcode_p p{
	font-size:16px;
	font-family:Segoe UI;
	font-weight:400;
	line-height:21px;
	color:rgba(255,255,255,1);
}