@font-face {
	font-family: 'DINPro-Bold';
	src:url("../font/DINPro-Bold.woff.ttf") format("woff");
	    url("../font/DINPro-Bold.woff.ttf") format2("woff");
}
*{font-family: "微软雅黑","DINPro-Bold";-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin:0; padding:0; border: none; outline: none;list-style: none; text-decoration: none; vertical-align: middle;}
input[type=button], input[type=submit], input[type=file], button {-webkit-tap-highlight-color: rgba(0, 0, 0, 0); cursor: pointer; -webkit-appearance: none; outline: none; } 
input{ -webkit-appearance: none;}
textarea{-webkit-appearance: none;appearance: none;}
select{appearance:none; -moz-appearance:none;-webkit-appearance:none;}
img{height:auto;display:inline-block;}
a{display:block;height:auto;cursor:pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html{
	width:100%; 
	height:100%;
	font-size: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1000px){
	html{	
		font-size: 16px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1150px){
	html{	
		font-size: 22px;
	}
}
@media screen and (min-width: 1150px) and (max-width: 1350px){
	html{	
		font-size: 24px;
	}
}
@media screen and (min-width: 1350px) and (max-width: 1415px){
	html{	
		font-size: 26px;
	}
}
:hover{ transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
    -moz-transition:All 0.2s ease-in-out;
    -o-transition:All 0.2s ease-in-out;}
body{ width:100%; height:100%; margin:auto; background-color:#fff;}
.dx-app{display: none;}
.dx-pc{display: block;}
/*index*/
.head-title{float: left; width: 100%; height: 58px;line-height: 58px; background-color: #f6f8fb;}
.dxbox{ margin: auto; width: 43.75rem;}
.dxboxs{ margin: auto; width: 43.75rem;background-color: #fff;border-radius: 5px;display: flex;display: -webkit-flex;box-shadow: 0px 5px 10px rgba(0, 59, 228, 0.15);}
.head-title h3{float: left;font-weight: normal;font-size: 0.5rem;color: #515d71;font-family:"DINPro-Bold";}
.head-tlerig{float: right;color: #515d71;font-size: 0.5rem;font-family:"DINPro-Bold";}
.head-tlerig img{ width:0.8125rem; height: 0.8125rem; margin-right: 5px;}
.head{float: left; width: 100%; height: 3.125rem;}
.bdabox{margin: auto; display:block; width: 43.75rem;}
.headl{float: left;display: flex;align-items: center;justify-content: center;height: 3.125rem; }
.headl h1 a{height: 3.125rem;display: flex;align-items: center;justify-content: center;height: 3.125rem;}
.headl img{ height:61px;}
.headr{float: right; height: 3.125rem;position: relative;right: -0.5625rem;}
.headr ul{ display: table; width: 30.3125rem; /*Optional*/ table-layout: fixed; /*Optional*/}
.headr ul li{display: table-cell;position: relative;	
	transition:All 0s ease-in-out;
    -webkit-transition:All 0s ease-in-out;
    -moz-transition:All 0s ease-in-out;
    -o-transition:All 0s ease-in-out;}
.headr ul li.active:before {opacity: 1; content: " ";width: 1.875rem;position: absolute; left: 50%; margin-left: -0.9375rem; height: 2px;bottom: 0.875rem;background-color:#3179ff; 
   transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
    -moz-transition:All 0.2s ease-in-out;
    -o-transition:All 0.2s ease-in-out;}
.headr ul li.active a{ color: #145fec;}
.headr ul li a{line-height: 3.125rem;text-align: center; color: #515d71;font-size: 0.5rem;}
.headr ul li:hover a{ color: #145fec;}
.headr ul li:before {opacity: 0; content: " ";width: 0px;position: absolute; left: 50%; margin-left: -0.9375rem; height: 2px;bottom: 0.875rem;background-color:#3179ff; 
   transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
    -moz-transition:All 0.2s ease-in-out;
    -o-transition:All 0.2s ease-in-out;}
.headr ul li:hover:before {opacity: 1; content: " ";width: 1.875rem; bottom: 0.875rem; }
.da-qqzx{position: fixed;display: block;right: 0;top: 60%;z-index: 100; padding: 10px 0 0.625rem 0; background-color:#de1b1b; width: 64px;}
.da-qqzx li{float: left;position: relative; width: 100%;text-align: center; margin-bottom: 10px;}
.da-qqzx li.active img.acimg{position: absolute;left: -113px;display: none; width: 105px;}
.da-qqzx li.active:hover img.acimg{display: block;}
.da-qqzx li img{ margin: auto; display: block; width: 56px;position: relative;top:5px; }
.da-qqzx li a{ color: #fff;font-size: 12px;}
/*轮播图效果*/
.banner-txt{float:left; margin: 95px 0 0 -0.5625rem; z-index: 1;}
.banner-txt img{ width: 27.15625rem; height: 7.4375rem;position:relative;left:-9.735px;}
.banner-txt img{
	animation:mymove;/*动画名称*/
	animation-duration:0.8s;/*2S内完成*/
	animation-fill-mode:forwards;/*停留*/
	
	
	-webkit-animation:mymove;/*动画名称*/
	-webkit-animation-duration:0.8s;/*2S内完成*/
	-webkit-animation-fill-mode:forwards;/*停留*/
	
	-moz-animation:mymove;/*动画名称*/
	-moz-animation-duration:0.8s;/*2S内完成*/
	-moz-animation-fill-mode:forwards;/*停留*/
	
	-o-animation:mymove;/*动画名称*/
	-o-animation-duration:0.8s;/*2S内完成*/
	-o-animation-fill-mode:forwards;/*停留*/
	}
@keyframes mymove
{
	from {left:-9.735rem; opacity:0;}
	to {left:0px;opacity:1;}
}

@-webkit-keyframes mymove /* Safari 和 Chrome */
{
	from {left:-9.735rem; opacity:0;}
	to {left:0px;opacity:1;}
}

@-moz-keyframes mymove /* Safari 和 Chrome */
{
	from {left:-9.735rem; opacity:0;}
	to {left:0px;opacity:1;}
}

@-o-keyframes mymove /* Safari 和 Chrome */
{
	from {left:-9.735rem; opacity:0;}
	to {left:0px;opacity:1;}
}

.banner-img{float: right; z-index: 2;}
.banner-img img{ width:16.25rem; height: 15.625rem;position:relative;right:-9.735rem;}
.banner-img img{
	animation:mymolk;/*动画名称*/
	animation-duration:0.8s;/*2S内完成*/
	animation-fill-mode:forwards;/*停留*/
	
	-webkit-animation:mymolk;/*动画名称*/
	-webkit-animation-duration:0.8s;/*2S内完成*/
	-webkit-animation-fill-mode:forwards;/*停留*/
	}
	@keyframes mymolk
	{
		from {right:-9.735rem; opacity:0;}
		to {right:0px;opacity:1;}
	}
	
	@-webkit-keyframes mymolk /* Safari 和 Chrome */
	{
		from {right:-9.735rem; opacity:0;}
		to {right:0px;opacity:1;}
	}
	.banner-img{
		   transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
		position: relative;
		animation:mymosaf 2s infinite;
		animation-timing-function:linear;
	
		/* Safari and Chrome */
		-webkit-animation:mymosaf 2s infinite;
		-webkit-animation-timing-function:linear;
		}
	@keyframes mymosaf
	{
		0% { 
			transform:translate(0,0);
		    -webkit-transform:translate(0,0);
		    -moz-transform:translate(0,0);
		    -o-transform:translate(0,0);
		    -ms-transform:translate(0,0);
	    }
			
		50% { 
			transform:translate(0,-10px);
		    -webkit-transform:translate(0,-10px);
		    -moz-transform:translate(0,-10px);
		    -o-transform:translate(0,-10px);
		    -ms-transform:translate(0,-10px);
	    }
	    
	    100% {
		    transform:translate(0,0);
		    -webkit-transform:translate(0,0);
		    -moz-transform:translate(0,0);
		    -o-transform:translate(0,0);
		    -ms-transform:translate(0,0);
	     }
	}
	
	@-webkit-keyframes mymosaf /* Safari 和 Chrome */
	{
		0% { 
			transform:translate(0,0);
		    -webkit-transform:translate(0,0);
		    -moz-transform:translate(0,0);
		    -o-transform:translate(0,0);
		    -ms-transform:translate(0,0);
	    }
			
		50% { 
			transform:translate(0,-10px);
		    -webkit-transform:translate(0,-10px);
		    -moz-transform:translate(0,-10px);
		    -o-transform:translate(0,-10px);
		    -ms-transform:translate(0,-10px);
	    }
	    
	    100% {
		    transform:translate(0,0);
		    -webkit-transform:translate(0,0);
		    -moz-transform:translate(0,0);
		    -o-transform:translate(0,0);
		    -ms-transform:translate(0,0);
	     }
	}

/*轮播*/
.floor-box-bottom-banner{overflow: hidden;position: relative; width: 100%;}
.floor-box-bottom-banner .flexslider { position: relative; width: 100%; height:15.625rem; overflow: hidden;  z-index:1}
.floor-box-bottom-banner .slides { position: relative; z-index: 1;}
.floor-box-bottom-banner .slides li { height:15.625rem;position: relative;text-align: center;}
.floor-box-bottom-banner .slides li a{ width:100%; height:15.625rem; display:block;}
.floor-box-bottom-banner .flex-control-nav { position: absolute; bottom: 85px; z-index: 2; width: 100%; text-align: center;}
.floor-box-bottom-banner .flex-control-nav li { display: inline-block; width: 1.25rem; height: 4px; margin: 0 4px; *display: inline; zoom: 1;}
.floor-box-bottom-banner .flex-control-nav a { display: inline-block; width: 1.25rem; height: 4px;  overflow: hidden;line-height:100rem; cursor: pointer; background-color:rgba(255, 255, 255, 0.40); }
.floor-box-bottom-banner .flex-control-nav .flex-active { background-color:#fff;}
.floor-box-bottom-banner .flex-direction-nav{ position: absolute; z-index:5; width: 100%;top:58%;}
.floor-box-bottom-banner .flex-direction-nav a{ display: block; position: absolute; font-size: 0; height: 12px;}
.floor-box-bottom-banner .flex-direction-nav .flex-prev { width: 23px; height: 49px; background:none; left: 0; top: 50%; margin: -50px 0 0 0px;  opacity: 50!important; filter:alpha(opacity=50);}
.floor-box-bottom-banner .flex-direction-nav .flex-next { width: 23px; height: 49px; background:none; right: 0; top: 50%; margin: -50px 0px 0 0;  opacity: 50!important; filter:alpha(opacity=50);}
.floor-box-bottom-banner .flexslider:hover .flex-prev {  opacity: 100!important; filter:alpha(opacity=100);}
.floor-box-bottom-banner .flexslider:hover .flex-next {  opacity: 100!important; filter:alpha(opacity=100);}
.floor-box-bottom-banner .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {}
.floor-box-bottom-banner .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.slide .txt{overflow: hidden;text-align:center;font-size:0.5rem; white-space: nowrap;word-break: break-all; text-overflow: ellipsis;}
.dx-ancit{position:absolute;left: 0;right: 0;bottom:-1.875rem;z-index: 10;width: 100%;}
.dx-ancit .dx-ancita{ margin:auto; display:flex;align-items: center; height: 3.75rem;background-color: #fff;}
.dx-ancits{float: left;font-size: 1.4375rem; color: #236ffb;font-weight: bold; font-family:"DINPro-Bold";letter-spacing: 2px;display: flex; align-items: center; }
.dx-ancits h2{font-size: 1.4375rem; color: #236ffb;font-weight: bold; font-family:"DINPro-Bold";letter-spacing: 2px;}
.dx-ancits sub{font-size: 0.6875rem;font-weight: normal;font-family: "微软雅黑";position: relative;top:8px}
.dx-ancitsp{float: left; margin-left: 0.4375rem;position: relative;top: -3px;}
.dx-ancitsp img{position: relative;left: -5px;top: -2px;}
.dx-ancitsp p{color: #515d71;font-size: 0.5rem;font-family: "微软雅黑";letter-spacing: 1px; } 
.slidebox{float: left; width: 100%;position: relative;}
/*dx-kafa*/
.dx-kafa{float: left; width:100%;background-color: #f6f8fb; padding: 3.4375rem 0 50px 0;}
.dx-kafatit{float: left; width: 100%;text-align: center;}
.dx-kafatith{ position:relative; width: 100%;}
.dx-kafatith h3{color: #191c3d;font-size: 1.25rem;display: inline-block;}
.dx-kafatith img{display: inline-block; margin: 0 22.5px;}
.dx-kafatit p{color: #a0b0ca;font-size: 0.5rem; margin-top: 8px}
.dx-kafali{float: left; width: 100%; margin-top: 30px;}
.dx-kafali ul{  width: 100%; }
.dx-kafali li{ float: left;cursor: pointer; width: 10.46875rem; height: 390px;background-color: #fff;border-radius: 5px;text-align: center; 
	 transition:All 0.3s linear;  
    -webkit-transition:All 0.3s linear;
    -moz-transition:All 0.3s linear;
    -o-transition:All 0.3s linear; }
.dx-kafali li:nth-child(1), .dx-kafali li:nth-child(2), .dx-kafali li:nth-child(3){ margin-right: 0.625rem;}
.dx-kafali li img{ margin: auto; display: block; margin-top: 80px; margin-bottom: 50px; width: 3.125rem; height: 3.125rem;border-radius: 100rem;box-sizing: border-box;}
.dx-kafatxt h4{ color: #191c3d;font-size: 0.625rem; margin-bottom: 0.5625rem;}
.dx-kafatxt p{color: #6d6f80;font-size: 0.4375rem;line-height: 0.8125rem; padding: 0 1.875rem;box-sizing: border-box;}
.dx-kafali li:hover{box-shadow: 0 5px 0.4375rem rgba(35, 111, 251, 0.4);
	transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
     transition:All 0.2s linear;  
    -webkit-transition:All 0.2s linear;
    -moz-transition:All 0.2s linear;
    -o-transition:All 0.2s linear; 
  }
.dx-kafali li:hover .dx-kafatxt h4{color: #236ffb;
	transition:All 0.3s ease-in-out;
    -webkit-transition:All 0.3s ease-in-out;
    -moz-transition:All 0.3s ease-in-out;
    -o-transition:All 0.3s ease-in-out;}
.dx-kafali li:hover img{ box-shadow: 0 4px 12px rgba(35, 111, 251, 0.3);	
	transition:All 0.6s ease-in-out;
    -webkit-transition:All 0.6s ease-in-out;
    -moz-transition:All 0.6s ease-in-out;
    -o-transition:All 0.6s ease-in-out; }
.dx-kafali li:hover .dx-kafatxt p{color:#55576a;}
/*案例*/
.dx-anli{float: left;width: 100%;background-color: #fff; padding: 52px 0 50px 0;}
.dx-anlitab{float: left;width: 100%;}
.tab-dxul{float: left;text-align: center; width: 100%; margin: 65px 0 1.40625rem 0;}
.tab-dxul li{display: inline-block; height: 1.25rem;line-height: 1.25rem; font-size: 0.5rem;color: #505267; padding: 0 0.5rem; margin: 0 30px;cursor: pointer;}
.tab-dxul li:hover{background-color:#236efb;color: #fff;}
.tab-dxul li.active{background-color: #236efb;color: #fff;}
.tab-dxli{float: left;width: 100%;}
.tab-dxli li.thisclass{display: list-item;}
.tab-dxli li{display: none;}
.dxanli{float: left;width: 13.90625rem; margin-right: 1rem; margin-bottom: 30px;}
.dxanli:nth-child(3), .dxanli:nth-child(6), .dxanli:nth-child(9), .dxanli:nth-child(12), .dxanli:nth-child(15), .dxanli:nth-child(18){ margin-right: 0px;}
.dxanlis{	float: left; height: 8.6875rem;width: 100%;position: relative;border-top-left-radius: 10px;border-top-right-radius: 10px; display: flex;align-items: baseline;justify-content: center;overflow: hidden;}
.dxanlis img{ width: 100%;min-height: 8.6875rem;  border-top: 1px solid #e5e4e4;border-left: 1px solid #e5e4e4;border-right: 1px solid #e5e4e4;box-sizing: border-box; }
.dxanlis:hover .dxanlibox{	
	transform:translate(0,-100%);
    -webkit-transform:translate(0,-100%);
    -moz-transform:translate(0,-100%);
    -o-transform:translate(0,-100%);
    -ms-transform:translate(0,-100);
     transition:All 0.2s linear;  
    -webkit-transition:All 0.2s linear;
    -moz-transition:All 0.2s linear;
    -o-transition:All 0.2s linear; }
.dxanlibox{
	transform:translate(0,0%);
    -webkit-transform:translate(0,0%);
    -moz-transform:translate(0,0%);
    -o-transform:translate(0,0%);
    -ms-transform:translate(0,0%);
     transition:All 0.1s linear;  
    -webkit-transition:All 0.1s linear;
    -moz-transition:All 0.1s linear;
    -o-transition:All 0.1s linear;
	position: absolute;bottom: -100%;cursor: pointer; background-color: rgba(0, 0, 0, 0.7);color: #fff;text-align: center; width: 100%; height: 8.6875rem;z-index: 2;}
.dxanlibox div{font-size: 0.8125rem; padding: 3.125rem 5% 30px 5%;box-sizing: border-box;}
.dxanlibox p{font-size: 0.5625rem;padding: 0px 8% 0px 8%;box-sizing: border-box;display: -webkit-box !important;overflow:hidden;text-overflow:ellipsis;word-break: break-all;-webkit-box-orient:vertical;-webkit-line-clamp:3; height: 2.1875rem;   }
.dxanlibot{float: left;width: 100%;border: 1px solid #e5e4e4;box-sizing: border-box; padding: 0.4rem 0.9875rem 0 0.9875rem; height: 2.6875rem; border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.dxanliboth{color: #191c3d;font-size: 0.5625rem; margin-bottom: 0px;}
.dxanlibot span{color:#666666;font-size: 0.5rem; margin-right: 12px; }
.dxanlir{float: left; width: 100%;text-align: center;margin-top: 0.625rem;}
.dxanlir a{ margin: auto; display:inline-block;background-color:#236efb;  padding: 0 1.25rem;  height: 1.25rem;line-height: 1.25rem;color: #fff;font-size: 0.4375rem;}
.dxanlir a:hover{background-color: #0050e6;}
/*合作伙伴*/
.dx-hhb{float: left;width: 100%;background-color: #f6f8fb;padding: 1.625rem 0 0px 0;}
.dxhhbs{float: left;width: 100%;overflow: hidden; margin: 1.25rem 0 1.5625rem 0;}
		.str4 .str_item {
		}
		.str4 a{display: inline-block; margin:  0 13px 0.4375rem 0;}
		.str4 img:hover { opacity:1;}
		.str4.str_wrap.str_active {
			
		}
		/*Plugin CSS*/
		.str_wrap {
			overflow:hidden;
			zoom:1;
			width:100%;
			font-size:12px;
			line-height:0.5rem;
			position:relative;
			-moz-user-select: none;
			-khtml-user-select: none;
			user-select: none;  
			background:#f6f8fb;
			white-space:nowrap;
		}
		
		.str_wrap.str_active {
			background:#f6f8fb;
		}
		.str_move { 
			white-space:nowrap;
			position:absolute; 
			top:0; 
			left:0;
			cursor:move;
		}
		.str_move_clone {
			display:inline-block;
			//display:inline;
			//zoom:1;
			vertical-align:top;
			position:absolute; 
			left:100%;
			top:0;
		}
		.str_vertical .str_move_clone {
			left:0;
			top:100%;
		}
		.str_down .str_move_clone {
			left:0;
			bottom:100%;
		}
		.str_vertical .str_move,
		.str_down .str_move {
			white-space:normal;
			width:100%;
		}
		.str_static .str_move,
		.no_drag .str_move,
		.noStop .str_move{
			cursor:inherit;
		}
		.str_wrap img {
			max-width:none !important;	
			min-height: 138px;
		}
/*新闻中心*/
.dx-news{float: left; width: 100%;background-color:#fff;padding: 1.625rem 0 1.5625rem 0;}
.dxnews{float: left;background-color: #fff; width: 100%;box-shadow: 5px 5px 12px rgba(0, 59, 228, 0.15); margin-bottom: 25px;}
.dxnews-le{float: left;width: 8.9375rem;}
.dxnews-le img{width: 100%;}
.dxnews-ri{float: left; width: 34.8125rem;}
.dxnews-li{float: left; width: 15.625rem; margin-left: 1.09375rem;border-bottom: 1px solid #e8e8e8; padding: 0.46875rem 0 0.4375rem 0;cursor: pointer;}
.dxnews-li:hover .dxnews-w{color: #236efb;text-decoration: underline;}
.dxnews-li:hover .dxnews-q, .dxnews-li:hover .dxnews-e{opacity: 0.7;}
.dxnews-li:nth-child(7), .dxnews-li:nth-child(8){border-bottom: 0;}
.dxnews-q{float: left; width: 100%;color: #999999;font-size: 0.5rem;}
.dxnews-w{float: left; width: 100%;color: #333333;font-size:  0.5rem; margin: 0.375rem 0 0.28125rem 0;}
.dxnews-e{float: left; width: 100%;color: #999999;font-size: 0.4375rem;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; }
.dxnews-gjc{float: left; width: 100%;color: #333;font-size:  0.4375rem; margin-bottom: 0.375rem;}
.anli-biaoqian{font-size:  0.4375rem;color: #333; margin-bottom: 0.375rem;float: left; width: 100%;}
/*我们的优势*/
.dx-me{float: left; width: 100%;background-color:#f6f8fb;padding: 52px 0 1.40625rem 0;}
.dxmeli{float: left; width: 100%; margin: 1.25rem 0 0 0;}
.dxmeli li{float: left; width: 21.5rem; height: 5.59375rem;cursor: pointer; background-color: #fff; margin: 0 0.375rem 0.375rem 0; display: flex;align-items: center;justify-content: flex-start;}
.dxmeli li:hover{box-shadow: 0 5px 0.4375rem rgba(35, 111, 251, 0.4);
     transition:All 0.2s linear;  
    -webkit-transition:All 0.2s linear;
    -moz-transition:All 0.2s linear;
    -o-transition:All 0.2s linear; 
  }
.dxmeli li:hover .dxmeri h3{color:#236ffb;}
.dxmeli li img{ width: 3.125rem; height: 3.125rem; margin: 0 0.8125rem 0 1.0625rem;}
.dxmeri h3{ color: #191c3d;font-size: 0.75rem; margin: 4px 0 11px 0; width: 84%;}
.dxmeri p{ color: #6d6f80;font-size: 0.4375rem;line-height: 0.8125rem;width: 84%;}
/*大寻简介*/
.dx-wome{float: left; width: 100%;position: relative; background:#f6f8fb url(../images/br1.png) top center;background-size: auto 14.6875rem; height: 14.6875rem;}
.dx-womehe{float: left; width: 100%;text-align: center; margin: 2.5625rem 0 1.40625rem 0;}
.dx-womehe img{ margin: auto; display:block;height: 34px; width: 10.625rem;}
.dx-womele{float: left; width: 23.125rem;text-align: left; margin-left: 1.1rem;color: #fff;}
.dx-womele p{font-size: 0.5rem;line-height: 1.2rem; margin: 0.625rem 0 1.2rem 0;}
.dx-womele h3{font-size: 0.75rem;line-height: 1.2rem;text-decoration: underline;}
.dx-pipais{position: relative;float: left; bottom:-0.4rem;display: flex;align-items: center;justify-content: center; text-align: center; width: 100%;background:#fff url(../images/dx21.png);background-size: auto 3.3125rem; height: 3.3125rem;box-shadow: 0px 5px 10px rgba(0, 59, 228, 0.15);}
.dx-pipais img{ height: 1.5625rem;}
.floor-box-bottom{ float: left; margin-left: 3.125rem;}
.floor-box-bottom .floor-box-bottom-banner{ float: left; width: 15rem; height: 6.625rem;overflow: hidden;}
.floor-box-bottom .floor-box-bottom-banner .flexslider { position: relative; margin: auto; width: 10.78125rem;overflow: unset; height: 6.625rem; z-index:1}
.floor-box-bottom .floor-box-bottom-banner .slides { position: relative; z-index: 1;}
.floor-box-bottom .floor-box-bottom-banner .slides li { height:6.625rem;overflow: hidden;border-radius: 0.625rem;}
.floor-box-bottom .floor-box-bottom-banner .slides li img { height: 6.625rem; width: 100%;}
.floor-box-bottom .floor-box-bottom-banner .slides li a{ width:100%; height:6.625rem; display:block;}
.floor-box-bottom .floor-box-bottom-banner .flex-control-nav { position: absolute; bottom: 0.5rem; z-index: 2; width: 100%; text-align: center;}
.floor-box-bottom .floor-box-bottom-banner .flex-control-nav li { display: inline-block; width: 10px; height: 10px; margin: 0 2px; *display: inline; zoom: 1;}
.floor-box-bottom .floor-box-bottom-banner .flex-control-nav a { display: inline-block; width: 10px; height: 10px; line-height: 1.25rem; overflow: hidden; -webkit-border-radius: 100%; border-radius:100%; cursor: pointer; background-color:rgba(255,255,255,.6); font-size:0;}
.floor-box-bottom .floor-box-bottom-banner .flex-control-nav .flex-active { background-color: rgba(255,255,255,1);}
.floor-box-bottom .floor-box-bottom-banner .flex-direction-nav{ position: absolute; z-index: 10001; width: 100%;}
.floor-box-bottom .floor-box-bottom-banner .flex-direction-nav a{ display: block; position: absolute; font-size: 0; height: 12px;}
.floor-box-bottom .floor-box-bottom-banner .flex-direction-nav .flex-prev { width: 0.9375rem; height: 1.875rem; background:url("../images/left.png") no-repeat 50% 50%; left: -28%;background-size: 1.5625rem 1.5625rem; top: 50%; margin: -1.5625rem 0 0 0.9375rem;  opacity: 50!important; filter:alpha(opacity=50);}
.floor-box-bottom .floor-box-bottom-banner .flex-direction-nav .flex-next { width: 0.9375rem; height: 1.875rem; background:url("../images/right.png") no-repeat 50% 50%; right: -28%; background-size: 1.5625rem 1.5625rem; top: 50%; margin: -1.5625rem 0.9375rem 0 0;  opacity: 50!important; filter:alpha(opacity=50);}
.floor-box-bottom .floor-box-bottom-banner .flexslider:hover .flex-prev {  opacity: 100!important; filter:alpha(opacity=100);}
.floor-box-bottom .floor-box-bottom-banner .flexslider:hover .flex-next {  opacity: 100!important; filter:alpha(opacity=100);}
.floor-box-bottom .floor-box-bottom-banner .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {}
.floor-box-bottom .floor-box-bottom-banner .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
/*流程*/
.dx-lc{float: left; width: 100%;background-color: #fff; padding: 3.125rem 0 1.5625rem 0;}
.dxliuc{float: left;width: 100%; margin: 2.8125rem 0 0 0;}
.dxliuc ul{margin: auto;display: table;text-align: -webkit-center;}
.dxliuc li{display: inline-block; width: 6.6rem;text-align: center;}
.dxliuc li .dxlcimgs{ margin: auto;display: block; position: relative; width: 3.5rem; height: 3.5rem;border-radius: 3.125rem;border: 1px solid #236efb;box-sizing: border-box;}
.dxliuc li .dxlcimgs .img2{opacity: 0;position: absolute;top: 0;left: 0; z-index: 2;  width:3.125rem;cursor: pointer; height: 3.125rem;padding: 6px;}
.dxliuc li .dxlcimgs .img1{ margin: auto;display: block; width:3.125rem;cursor: pointer; height: 3.125rem; padding: 0.1875rem;}
.dxliuc li .dxlcimgs:hover{background-color: #236efb;}
.dxliuc li .dxlcimgs:hover .img2{opacity: 1;}
.dxliucs{float: left; width: 100%;text-align: center;}
.dxliucs h3{color: #191c3d;font-size: 0.6875rem; margin: 0.625rem 0 0.3125rem 0;font-weight: normal;}
.dxliucs p{color: #999999;font-size: 0.5rem; }
img.lricon{display: inline-block;  margin-top: -1.75rem; width: 0.8125rem; height: 0.8125rem; }
/*客服热线*/
.kefu{position: fixed;z-index: 20;right: 12px;bottom: 10%;background-color: #fff; width: 175px;box-shadow:0px 5px 10px rgba(0, 59, 228, 0.15);}
.kefuvx{margin: auto; width: 152px;text-align: center;color: #444444;font-size: 0.5rem; border-bottom: 1px solid #e4e4e4; padding-bottom: 10px;}
.kefuvx img{margin:auto;display: block; width:119px;height: 119px; margin-top: 25px; margin-bottom: 12px;}
.kefuqq{ margin:auto;display: block; width: 152px;}
.kefuqq ul{display: inline-block; padding: 0.4375rem 0;border-bottom: 1px solid #e4e4e4; }
.kefuqq li{float: left; width: 100%;display: flex;align-items: center;justify-content: flex-start;height: 35px;}
.kefuqq li a{color: #666666;font-size: 0.4375rem;}
.kefuqq li a:hover{color: #5893ff;}
.kefuqq li img{ width: 0.8125rem;height: 0.8125rem; margin: 0 8px 0 0.5625rem;}
.kefutel{margin: auto; display: block;color: #444444;font-size: 0.5rem;text-align: center; margin-top: 0.5625rem;}
.kefutel span{width: 100%;display: inline-block;font-size: 0.625rem;font-family: "DINPro-Bold";color: #236ffb; margin:  8px 0 23px 0;}
/*footer*/
.dx-fooet{float: left; width: 100%;border-bottom:1px solid #dddddd;}
.dx-fobo{float: left; margin-bottom:0.5625rem;}
.dx-fole{float: left; width: 140px; margin-right: 50px}
.dx-fole h3{ color: #444444;font-size: 0.5625rem;border-bottom: 1px solid #d0d0d0; padding: 30px 0 12px 0;}
.dx-fole ul{float: left; width: 50%; padding: 15px 0 0 0;}
.dx-fole li{cursor: pointer; width: 100%;float: left; color: #666666;font-size: 0.4375rem; margin: 3px 0 3px 0;}
.dx-fole li a{ color: #666666;font-size: 12px;}
.dx-fole li:hover, .dx-yqil a:hover{ color: #3179ff;text-decoration: underline;}
.dx-fori{float: right;text-align: center; margin-right: 80px;}
.dx-fori h3{olor: #444444;font-size: 0.5625rem; padding: 30px 0 12px 0;}
.dx-fori img{ margin: auto; display: block; width: 105px;}
.dx-fori p{ color: #666666;font-size: 12px;letter-spacing: 1px; margin-top: 5px;}
.dx-yqil{text-align: left; float: left; width: 100%;line-height: 1.3125rem; color: #555555;font-size: 13px;}
.dx-yqil a{display: inline-block;font-size: 13px; color: #999999; margin-right: 8px;position: relative;top: -2px;}
/*立即咨询*/
.dx-zhixun{float: left;width: 100%; height: 215px;text-align: center; background-color: #387efd;}
.dx-zhixunbox{ margin: auto;display: block; width: 37.5rem;overflow: hidden;}
.dx-zhixun h3{color: #fefefe;font-size: 1.3125rem;display: inline-block;font-weight: normal; text-shadow: 0px 5px 5px #1c3b96; margin: 31px 0 11px 0;letter-spacing: 1px;}
.dx-zhixun p{color: #e6effe;font-size: 0.5rem; margin-bottom: 12px;}
.dx-zhixun a{color: #0071ff;font-size: 0.6875rem;display: inline-block;width: 250px; height: 48px; line-height: 48px; border-radius: 10px; background-color: #fff;box-shadow: 0px 5px 3px rgba(42, 0, 255, 0.3);}
.dx-zhixun span{top: -2px;}
.dx-zhixun span{  
	position:relative;
	animation:width 2s linear;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	

	/* Safari and Chrome */
	-webkit-animation:width 2s linear;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite; /*Safari and Chrome*/
}
@keyframes width
{
	0% {color:#0071ff;line-height: 48px;}
	10% { color: #e80000;line-height: 47px;}
	20% { color: #e80000;line-height: 46px;}
	30% { color: #e80000;line-height: 45px;}
	40% { color: #e80000;line-height: 44px;}
	50% { color: #e80000;line-height: 48px;}
	60% { color: #e80000;line-height: 49px;}
	70% { color: #e80000;line-height: 50px;}
	80% { color: #e80000;line-height: 51px;}
	90% { color: #e80000;line-height: 52px;}
	100%{ color: #0071ff;line-height: 48px;}

}
@-webkit-keyframes width /* Safari and Chrome */
{
0% {color:#0071ff;line-height: 48px;}
	0% {color:#0071ff;line-height: 48px;}
	10% { color: #e80000;line-height: 47px;}
	20% { color: #e80000;line-height: 46px;}
	30% { color: #e80000;line-height: 45px;}
	40% { color: #e80000;line-height: 44px;}
	50% { color: #e80000;line-height: 48px;}
	60% { color: #e80000;line-height: 49px;}
	70% { color: #e80000;line-height: 50px;}
	80% { color: #e80000;line-height: 51px;}
	90% { color: #e80000;line-height: 52px;}
	100%{ color: #0071ff;line-height: 48px;}
}


/*菜单*/
.njsh-anniu{float: left;width: 100%; padding: 25px 0 30px 0;text-align: center;}
.njsh-anniu li.active{color: #fff;background-color: #236efb;}
.njsh-anniu li{cursor: pointer; display:inline-block;border: 1px solid #dddddd;border-radius: 5px; height: 1.25rem;line-height: 1.25rem; width: 1.875rem;  margin: 0 7px 5px 7px; color: #666666;font-size: 0.4375rem;}
.njsh-anniu li:hover{ color: #fff;background-color: #236efb;}
.njsh-anniu li a{width: 100%; display:inline-block;height: 1.25rem;color: #666666;font-size: 0.4375rem;}
.njsh-anniu li:hover a{ color: #fff;}
/*成功案例*/
.dx-anlis{float: left; width: 100%;text-align: center; height: 15.625rem;overflow: hidden;}
.dx-anlis img{ height: 15.625rem;}
.anli{float: left;text-align: center; width: 100%;border-bottom: 1px solid #ebebeb;}
.anli li{display: inline-block;position: relative; margin: 0 1.40625rem; height: 1.875rem;line-height: 1.875rem;}
.anli li a{color: #666666;font-size: 0.5rem;}
.anli li.active a{color: #236efb;}
.anli li:before {opacity: 1; content: " ";width: 0;position: absolute; left: 50%; margin-left: -0.9375rem; height: 2px;bottom: 0px;background-color:#3179ff; 
   transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
    -moz-transition:All 0.2s ease-in-out;
    -o-transition:All 0.2s ease-in-out;}
.anli li.active:before {opacity: 1; content: " ";width: 1.875rem;position: absolute; left: 50%; margin-left: -0.9375rem; height: 2px;bottom: 0px;background-color:#3179ff; 
   transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
    -moz-transition:All 0.2s ease-in-out;
    -o-transition:All 0.2s ease-in-out;}
.anli li:hover a{color: #236efb;}
.anli li:hover:before{opacity: 1;content: " ";  width: 1.875rem; bottom: 0px;}
.dxanliitem{float: left; width: 100%;}
/*案例详情*/
.anlixq{float: left; width: 100%;background-color: #f6f8fb;}
.anlixqbox{ margin: auto;background-color: #fff;display: flow-root;display: table; width: 43.75rem; margin-top: 0.8125rem; margin-bottom: 35px; padding: 1.25rem 1.7rem 1.40625rem 1.7rem;box-sizing: border-box;}
.anlihead{float: left; width: 100%;}
.anlih-le{float: left; width: 100%;position: relative; color: #444444;font-size: 1.125rem; height: 1.875rem; margin-bottom: 34px}
.anlih-le:before {content: " ";width: 50px;position: absolute; left: 0; height: 4px;bottom: 0rem;background-color: #444444;}
.anlih-le a{display: inline-block;position: relative;top:-2px; margin-left: 27px;  width: 125px;font-size: 0.4375rem; height: 30px;line-height: 30px;color: #fff;text-align: left;border-radius:5px;background-color: #5e7eff;}
.anlih-le a:hover{background-color: #476cff;}
.anlih-le a img{ width:0.8125rem; height: 0.8125rem;  margin: 0 2px 0 0.5625rem;}
.anli-lit{color: #888888;font-size: 0.5rem;float: left; width: 100%; margin-bottom: 10px;}
.anli-litxt{color: #888888;font-size: 0.5rem;float: left; width: 100%;line-height: 0.8125rem;}
.anli-imgs{float: left; width: 100%;border-top:1px solid #e4e4e4;  padding-top: 0.75rem; margin-top: 0.625rem}
.anli-imgs img{ min-width: 60%;width: 100%; }
/*新闻中心*/
.dxnewsbox{margin: auto;background-color: #fff;display: flow-root;display: table; width: 43.75rem; margin-top: 0.8125rem; margin-bottom: 35px; padding: 35px 35px 0px 1.40625rem;box-sizing: border-box;}
.dxnews-left{float: left; width: 28.3125rem;}
.dxnews-leh{float: left; width: 100%; margin-top: 0.9rem;}
.dxnews-leh h3{float:left; width: 100%; color: #111111;font-size: 0.75rem;text-align: center;}
.dxnews-lehj{float: left; width: 100%;text-align: center;border-bottom: 1px solid #eee; padding: 0.5rem 0 38px 0;}
.dxnews-lehj span{display: inline-block;color: #999999;font-size: 12px; margin: 0 8px;}
.dxnews-img{float: left; width: 100%;color:#666666;font-size: 0.4375rem;line-height: 30px; padding: 0.5rem 0;}
.dxnews-img p{ margin: 0.6875rem 0;}
.dxnews-img img{max-width: 100%;min-width: 50%; margin:auto;display: block;}
.dxnews-img a{display: initial;}
.dxnews-alt{float: left; width: 100%;border-top:1px solid #e4e4e4;}
.dxnews-alt a{ height: 68px;line-height: 68px;color: #333333; width: 48%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; }
.dxnews-alt a:hover{color: #236efb;text-decoration: underline;}
.dxnews-alt a.left{float: left;font-size: 0.4375rem;text-align: left;}
.dxnews-alt a.right{float: right;font-size: 0.4375rem;text-align: right;}
.dxnews-right{float: right; width: 11.8125rem;box-sizing: border-box;}
.dxnews-rigli{float:left; width: 100%; border: 1px solid #eee; padding: 0 0 52px 0.875rem;box-sizing: border-box; margin-bottom: 19px;}
.dxnews-riglia{float:left; width: 100%; border: 1px solid #eee; padding: 0 0 0.625rem 0.875rem;box-sizing: border-box; margin-bottom: 19px;}
.dxnews-riglis{float: left; width: 100%; height: 83px;line-height: 83px;color: #333333;font-size: 0.5rem;text-align: left;}
.dxnews-appli{float: left; width: 100%;}
.dxnews-appli li{float: left; height: 29px;text-align: center;line-height: 29px; width: 148px; margin: 0 6px 6px 0;}
.dxnews-appli li:nth-child(1){background-color:#3bb786;} 
.dxnews-appli li:nth-child(2){background-color:#5d97e4;} 
.dxnews-appli li:nth-child(3){background-color:#dda734;} 
.dxnews-appli li:nth-child(4){background-color:#f28f8f;} 
.dxnews-appli li:nth-child(5){background-color:#3bb786;} 
.dxnews-appli li:nth-child(6){background-color:#dda734;} 
.dxnews-appli li:nth-child(7){background-color:#5d97e4;} 
.dxnews-appli li:nth-child(8){background-color:#f28f8f;} 
.dxnews-appli li a{color: #fff;font-size: 0.4375rem;}
.dxnews-appli li:hover{ 	-webkit-filter: brightness(1.08);  filter: brightness(1.08);}
.dxnews-apptxt{float: left; width: 100%;}
.dxnews-apptxt li{float: left; width:88%;color: #999999;font-size: 12px;text-align: left;border-bottom: 1px solid #eee; padding-bottom: 12px; margin-bottom: 0.625rem;}
.dxnews-apptxt li a{color: #999;}
.dxnews-apptxt li p{color: #333333;font-size: 0.4375rem; margin-bottom: 12px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; }
.dxnews-apptxt li:hover p{color: #236efb;opacity: 1;}
.dxnews-apptxt li:hover a{color: #999;opacity: 1;}
.dxnewsimg{float: left; width: 100%; margin-bottom: 30px;}
.dxnewsimg img{ width: 100%;}
.dxnews-bas{float: left; width: 100%;border-top: 2px solid #f1f1f1;}
.dxnews-bas li{float: left;width: 100%;border-bottom: 1px solid #eee; padding: 0.875rem 0;}
.dxnews-bas li:hover h3{color: #236efb;}
.dxnews-basi{float: left; width: 166px; height: 106px;display: flex;align-items: center;justify-content: center;overflow: hidden; margin-right: 0.5625rem;}
.dxnews-basi img{width: 100%;min-height: 106px;}
.dxnews-bast h3{color: #111111;font-size: 0.75rem;position: relative;top: -5px;}
.dxnews-bast p{font-size: 0.4375rem;color: #666666;line-height: 0.75rem; margin: 5px 0 0 0; height: 50px;display: -webkit-box !important;
overflow:hidden;
text-overflow:ellipsis;
word-break: break-all;
-webkit-box-orient:vertical;
-webkit-line-clamp:2; }
.dxnews-bast span{display: inline-block;color: #999999;font-size: 12px; margin-right: 12px;}
.anlitxtcont{float: left; width: 100%;font-size: 0.5rem; margin-bottom: 15px;}
.anlitxtcont div{display: inline-block;font-size: 0.4375rem;}
.anlitxtcont div a{color: #999;display: inline-block;}
/*关于我们*/
.dx-about{float: left; width: 100%;text-align: center;overflow: hidden;display:flex;align-items:center;justify-content:center;}
.dx-about img{ height: 12.8125rem;}
.about{float: left; width: 100%;background-color: #fff;}
.aboutbox{margin: auto;background-color: #fff;display: flow-root;display: table; width: 43.75rem; padding: 72px 0px 0px 0px;box-sizing: border-box;}
.about-le{float: left; width: 20.15625rem; height: 11.09375rem;background: url(../images/about1.png) right center no-repeat;background-size:auto 9.59375rem;}
.about-le img{ height: 11.09375rem;}
.about-ri{float: right;width: 20.625rem; margin-left: 1.40625rem;}
.about-rih{float: left; width: 100%;text-align: left; border-bottom: 2px solid #236efb; padding-bottom: 15px;}
.about-rih h3{font-family: "微软雅黑";font-weight: normal; color: #000000;font-size: 30px; width: 100%;}
.about-rih p{color: #999999;font-size: 0.5rem; margin-top: 2px}
.about-txt{float: left; width: 100%; margin-top: 0.625rem;text-indent: 2em;}
.about-txt p{color: #666666;font-size: 0.5rem;line-height: 34px; margin-bottom: 0.4375rem;}
.dx-aboutbot{float: left; width: 84%; margin: 0 8%;box-sizing: border-box;display: flex; display: -webkit-flex;border-top: 1px solid #eeeeee; margin-top: 1.875rem;}
.dx-aboutbot .dx-ancita{margin: auto; display: flex;  align-items: center; height: 150px;}
/*荣誉资质*/
.about-ryzz{float: left; width: 100%;}
.about-ryzz li{float: left; margin: 0 0.9375rem 1.5625rem 0.9375rem;cursor:pointer; width: 7.6875rem; padding: 0.625rem; border: 1px solid #ddd; }
.about-ryzz li div{height: 10.625rem; display: flex;align-items: center;justify-content: center;width: 100%;}
.about-ryzz li p{text-align: center;color: #999;font-size: 0.4375rem; margin-top: 10px;}
.about-ryzz li img{width: 100%;max-height: 100%;}
/*团队风采*/
.about-ttfc{float: left; width:100%; padding: 0  1.4375rem 0px 1.4375rem;box-sizing: border-box;}
.about-ttfc li{ margin: 0 0.6875rem 0px 0.6875rem; cursor: pointer; float:left; width:12.1875rem;}
.about-ttfc li img{ width: 100%; height: 9.0625rem;}
.about-ttfc li p{ height: 2.1875rem;line-height: 54px;color: #222222;font-size: 0.5rem}
/*联系我们*/
.about-rira{float:left;width: 20.625rem; margin-right: 1.40625rem;}
.about-add{float: left; width: 100%; margin-top: 25px}
.about-add li{float: left; width: 100%; height: 1.3125rem;line-height: 1.3125rem;}
.about-add li p{color: #666666;font-size: 0.5rem;}
.about-add li a p{color: #236efb;}
.lxwmadd{float: left;  width: 158px;display: flex;align-items: center;justify-content: flex-start;color: #333;font-size: 0.5rem;}
.lxwmadd img{ margin-right: 15px; width: 0.8125rem; height: 0.8125rem;}
.lxwm-riadd{float: left; width: 20.3125rem; height: 355px;}
/*微信公众号开发*/
.dx-kfbanner{float: left; width: 100%;display: flex;align-items: center;justify-content: center; overflow: hidden;}
.dx-kfbanner img{ height: 15.625rem;}
/*小程序开发*/
.dx-ycix{float: left;width: 100%;  padding: 50px 0 10px 0; }
.dx-ycix li{float: left; width: 11.675rem;text-align: center; height: 9.735rem; margin: 0 1.40625rem 30px 1.40625rem;}
.dx-ycix li img{ margin: auto; display: block; width:150px;}
.dx-ycix li div{ color: #333333;font-size: 30px;}
.dx-ycix li p{font-size: 0.5rem; color: #666666;width: 100%; margin-top: 0.625rem; padding: 0 12%;box-sizing: border-box;line-height: 32px;}
.dx-ximg{float: left; width: 100%;text-align: center; margin-top: 1.25rem;}
.dx-ximg img{height: 10.1875rem; margin: 0 1.40625rem;}
.dx-ximg{float: left; width: 100%;text-align: center; margin-top: 1.25rem;}
.dx-ximg img{height: 10.1875rem; margin: 0 1.40625rem;}
.listdx-ximg{ margin: 0 auto;  width: 100%; padding-top: 30px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.listdx-ximg a{font-size: 0.5625rem;color: #111;text-align:center;}
.listdx-ximg img{ width:11.71875rem; margin: 0 25px;  
	transition:All 0.2s linear;  
    -webkit-transition:All 0.2s linear;
    -moz-transition:All 0.2s linear;
    -o-transition:All 0.2s linear; }
.listdx-ximg img:hover {transform: scale(1.04);-moz-transform: scale(1.04);-webkit-transform: scale(1.04); }
.dx-autoimg{float: left; width: 100%;}
.dx-autoimg img{margin: auto;display: block; margin-top: 50px;}
/*网站建设*/
.dx-wzjs{float: left; width:100%; padding:34px 0; }
.dx-wzjss{float: left; width: 100%;  margin: auto;display: table;  text-align: -webkit-center;}
.dx-wzjss li{width:30.333%; text-align: center;  margin: 10px 1.5%;box-sizing: border-box; float:left; height:270px; position:relative; }
.dx-wzjss li{background-color:#fff;    border: 1px solid #eee; }
.dx-wzjss li:hover{  box-shadow: 0 5px 0.4375rem rgba(35, 111, 251, 0.4); transform: scale(1.01);}
.dx-wzjss li a{display: inline-block; color: #000;}
.dx-wzjss li .p0{width:74px; margin:0 auto; margin-top:0.875rem;}
.dx-wzjss li .p0 img{width: 62px;}
.dx-wzjss li .p1{margin:0 auto; margin-top:25px; text-align:center; font-size:0.5625rem; margin-top:0.5625rem;}
.dx-wzjss li .p2{padding:0 35px; margin:0 auto; text-align:center; font-size:0.4375rem; color:#666; margin-top:25px;line-height:1.5rem;}
.functio-innerwzjs{float: left;width: 100%; margin-top: 50px}
.functio-innerwzjs ul{
	 margin: auto;
	width: 43.75rem;
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.functio-innerwzjs li{
	float: left;
	width: 4.0625rem;
	margin: 8px 2.03125rem 35px 2.03125rem;
	text-align: center;
	overflow: hidden;
}

.functio-innerwzjs li p{
	color: #515151;
	margin: 15px 0 5px 0;
	font-size: 0.5rem;
	line-height: 0.625rem;
}
.functio-innerwzjs li p.pc3{font-size: 13px;color: #999;}
/*商城系统*/
.dx-scxtkf{float: left;width: 100%;}
.block-top-mess .tm-content {
  margin-top: 0;
  border-top: 0;
  font-size: 0.5rem;
}

.new-lr-content-one {
  margin: 0 auto;
  padding: 30px 0;
  width: 37.5rem;
}

.new-lr-content-one div {
  box-sizing: border-box;
}

.new-lr-item {
  overflow: hidden;
  transition: all 200ms;
  float: left;
  width: 11.875rem;
  height: 13.4375rem;
  border: 1px solid #eee;
  margin-right: 25px;
  margin-bottom: 30px;
  padding: 1.875rem 30px 0 30px;
}

.new-lr-item .new-image {
  width: 100%;
  margin-bottom: 25px;
}

.new-lr-item .new-image img {
  display: block;
  margin: 0 auto;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.new-lr-item .new-title h3 {
  font-size: 0.625rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
}

.new-lr-item .new-content {
  color: #666;
  font-size: 0.5rem;
  line-height: 30px;
  margin-top: 1.40625rem;
  height: 155px;
}

.new-lr-item .new-botton {
  width: 100%;
}

.new-lr-item .new-botton a {
  display: block;
  width: 3.75rem;
  height: 30px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 30px;
  color: #a9a9a9;
  font-size: 0.4375rem;
}

.new-lr-item:hover a {
  border-color: #fa465a;
  color: #e56165;
}

.new-lr-item:hover {
  transform: scale(1.01);
  background: #fff;
      box-shadow: 0 5px 0.4375rem rgba(35, 111, 251, 0.4);
}

.new-lr-item:nth-child(3n+3) {
  margin-right: 0;
}

.new-lr-content-two div {
  box-sizing: border-box;
}

.new-lr-content-two {
  width: 37.5rem;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.new-lr-content-two .two-cont {
  width: 100%;
  height: 30.625rem;
  padding: 30px;
  background: #f7f7f7;
}

.new-lr-content-two .two-cont img {
  display: block;
  width: 100%;
  height: 100%;
}

.block-top-mess {
  width: 640px !important;
}

.block-top-mess .tm-content {
  line-height: 30px !important;
}

.case-block {
  margin: 1.4375rem auto 0;
  height: 30.625rem;
  width: 37.5rem;
}

.mcmore-wrapper .homepage .home-block4 {
  height: auto;
}

.case-block .case-item {
  width: 240px;
  height: 30.625rem;
  position: relative;
  overflow: hidden;
}

.case-block .case-item img {
  width: 100%;
  height: auto;
}

.case-block .case-item:hover .case-shadow {
  background-color: rgba(47, 57, 81, 0.6);
}

.case-block .case-item:hover .case-shadow .shadow-inner {
  height: 189px;
}

.case-block .case-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.case-block .case-shadow .shadow-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 129px;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .3s ease;
}

.case-block div,
.case-block h3 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.case-block .case-shadow .case-title {
  width: 100%;
  line-height: 1.875rem;
  height: auto;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.case-block .case-shadow .case-icon {
  width: 100%;
  height: 1.40625rem;
}

/*功能*/
.functio-inner{float: left;width: 100%; margin-top: 50px}
.functio-wrap{
	padding: 1.4375rem 0px 52px;
}

.functio-inner ul{
	 margin: auto;
	width: 43.75rem;
	    display: flex;
    justify-content: space-between;
	
    flex-wrap: wrap;
}

.functio-inner li{
	float: left;
	width: 2.71875rem;
	margin: 0px 2.03125rem 25px 2.03125rem;
	text-align: center;
	overflow: hidden;
}
.functio-inner li img{    width: 2.71875rem;}
.functio-inner li p{
	color: #515151;
	font-size: 0.5rem;
	line-height: 0.625rem;
}
/*微信公众号开发*/
.dx-gzhkfimg{float: left;width: 100%; margin: 1.875rem 0 30px 0;}
.dx-gzhkfimg img{ margin: auto;display: block; }
  .container_con_dz{
            width: 100%;

          
            float: left;
        }
  .container_con_dz li img{ margin: auto;display: block;width: 129px;}
        .container_con_dz li {
            float: left;
            width: 25%;
           margin: 1.875rem 0 30px 0;
            text-align: center;
        }

        .container_con_dz li h2 {
            font-size: 0.625rem;
            line-height: 30px;
            color: #000;
        }

        .container_con_dz li p {
        	width: 100%;
        	 padding: 0 10%;
        	 margin-top: 12px;
        	 box-sizing: border-box;
            font-size: 0.4375rem;
            color: #8f8e8e;
            line-height: 25px;
        }

        .btn_box_con {
            margin: 0 auto;
            width: 100%;
            text-align: center;
        }

        .btn_box_con a {
            width: 180px;
            height: 37px;
            line-height: 35px;
            color: #ff4242;
            border: 1px #ff4242 solid;
            display: inline-block;
            font-size: 0.5625rem;
            border-radius: 0.625rem;
        }

        .container_con_zq {
            width: 100%;
            color: #fff;
            text-align: center;
            padding-top: 1.25rem;
            height: 50.625rem;
        }

/*app开发*/
.clearfix {
margin: auto;
  width: 90%;

 display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  margin-top: 35px;
}
.clearfix ul {
	width: 100%;
	margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clearfix ul li {
  width: 357px;
  height: 325px;
  background: #fafbff;
  box-shadow: 0px 6px 0.5rem 0px rgba(215, 215, 215, 0.57);
  border-radius: 10px;
  margin-bottom: 1.25rem;
}
.clearfix ul li:nth-of-type(1) .top_nav {
  background: url("../images/customized1.png") no-repeat;
  background-size: contain;
}
.clearfix ul li:nth-of-type(2) .top_nav {
  background: url("../images/customized2.png") no-repeat;
  background-size: contain;
}
.clearfix ul li:nth-of-type(3) .top_nav {
  background: url("../images/customized3.png") no-repeat;
  background-size: contain;
}
.clearfix ul li:nth-of-type(4) .top_nav {
  background: url("../images/customized4.png") no-repeat;
  background-size: contain;
}
.clearfix ul li:nth-of-type(5) .top_nav {
  background: url("../images/customized5.png") no-repeat;
  background-size: contain;
}
.clearfix ul li:nth-of-type(6) .top_nav {
  background: url("../images/customized6.png") no-repeat;
  background-size: contain;
}
.clearfix ul li:nth-of-type(7) .top_nav {
  background: url("../images/customized7.png") no-repeat;
  background-size: contain;
}
.clearfix ul li:nth-of-type(8) .top_nav {
  background: url("../images/customized8.png") no-repeat;
  background-size: contain;
}
.clearfix ul li:nth-of-type(9) .top_nav {
  background: url("../images/customized9.png") no-repeat;
  background-size: contain;
}
.clearfix ul li .top_nav {
  padding: 0.875rem 32px;
}
.clearfix ul li .top_nav h3 {
  font-size: 0.625rem;
  font-family: 'Noto Sans SC';
  font-weight: 500;
  color: #fafbff;
}
.clearfix ul li .top_nav span {
  display: block;
  margin: 10px 0;
  width: 0.875rem;
  height: 1px;
  background: #fafbff;
}
.clearfix ul li .top_nav p {
  font-size: 0.4375rem;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #fafbff;
}
.clearfix ul li .item {
	float: left;
	width: 100%;
	box-sizing: border-box;
  padding: 0.625rem 30px;
}
.clearfix ul li .item p {
  font-size: 0.4375rem;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #999999;
  line-height: 0.6875rem;
}
.clearfix ul li .item a {
  text-align: center;
  width: 87px;
  height: 30px;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  font-size: 0.5rem;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #cacaca;
  line-height: 30px;
  margin-top: 32px;
}
.clearfix ul li .item a:hover {
  border: 1px solid #3179ff;
  color: #3179ff;
}
.content .model_nzsm > a {
  margin: 0 auto;
  margin-top: 32px;
  width: 322px;
  height: 62px;
  line-height: 62px;
  background: #f39939;
  border-radius: 10px;
  font-size: 0.625rem;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #fefefe;
  text-align: center;
}

.index_2 {
	float: left;
		width: 100%;
		 margin-top: 30px;
		background-color: #f6f8fb;
		padding: 10px 0px;

	}

	.index_2 .index2_title {
		margin: 0 auto;
	}

	.index_2 .index2_title img {
		display: block;
		margin: 0 auto;
	}

	.index2_content {
		width:90%;
		margin: auto;
		padding: 30px 0;
		display: flex;
		justify-content: space-between;
	}

	.index_2 .left {
		width: 25%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.index_2 .center {
		flex: 1;

	}

	.index_2 .center img {
		display: block;
		margin: 0 auto;
	}

	.index_2 .right {
		width: 25%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.index_2 .item {
		width: 100%;
		display: flex;
		margin-bottom: 1.25rem;
	}

	.index_2 .item_content {
		flex: 1;
		margin-left: 0.625rem
	}

	.index_2 .item_content:hover{
		color:#3179ff;
	}

	.index_2 .item_title_text {
		margin-bottom: 30px;
	}
	.item_content_text{
		height:50px;
	}
/*footer*/
.footer{background-color: #1e1d1d; width: 100%; color: #Fff; float:left; }
.footerbox{margin: auto; display:table; width: 43.75rem; padding-top: 65px;}
.footer-bot span{margin: auto; display:table; width: 42.6875rem;}
.footer-le{ float:left; width: 26.875rem;position: relative; margin-left: 0.46875rem;}
.footer-le .footer-lebox{ float:left; width: 25%; text-align: left;}
.footer-le .footer-lebox li{ width: 100%; float: left;line-height: 38px; }
.footer-le .footer-lebox li.active{font-size: 0.5625rem;}
.footer-le .footer-lebox li a{ color:#939393;font-size: 0.4375rem;}
.footer-le .footer-lebox li a:hover, .footer-bot div a:hover{ color:#fff;    transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
    -moz-transition:All 0.2s ease-in-out;
    -o-transition:All 0.2s ease-in-out;}
.footer-ri{ float: left;  margin-top: 10px;}
.footer-ri1{ float: left;  width: 11.5625rem;  }
.footer-ri1 .footer-ritel{ float: left;width: 100%; font-size: 0.4375rem;color: #939393;}
.footer-ri1 .footer-ritel img{ width: 0.75rem;height:0.75rem; float: left; margin-right: 8px; margin-top: 1px;}
.footer-ri1 .footer-ritel h3{font-family:"DINPro-Bold"; font-size: 1.125rem;color: #fff; margin-top: 10px;}
.footer-ri1 .footer-ritels{font-size: 0.4375rem;color: #939393; float: left; width: 100%; margin: 0.5625rem 0 15px 0;}
.footer-ri1 .footer-riqq{ float: left;width: 100%; font-size: 0.4375rem;color: #939393;}
.footer-ri1 .footer-radd{float: left;width: 100%;position: relative; font-size: 12px;margin: 0.5625rem 0 10px 0; line-height: 0.6875rem;}
.footer-ri1 .footer-radd div{ width: 165px;right: 0;top:0; position: absolute;}
.footer-ri2{ float: left; margin-left: 5px;}
.footer-ri2 .footer-riimg{ font-size: 0.4375rem;color: #939393; text-align: center;line-height: 50px;}
.footer-ri2 .footer-riimg img{ margin: auto; display: block; width: 3.4375rem; height: 3.4375rem;}
.footer-bot{ float: left; width: 100%; padding: 0.6875rem 0 0.6875rem 0; border-top: 1px solid #262525;border-bottom: 1px solid #363434; margin-top: 0.5rem;}
.footer-bot div{color: #939393; font-size: 0.4375rem;float: left; height: 32px;line-height: 32px; margin-right: 10px;}
.footer-bot div a{ color: #939393;font-size: 0.4375rem;line-height: 32px;}
.foxi{background-color: #262525; width: 1px; height: 175px;position: absolute;right: 2.1875rem;top:12px;}
.dxfoban{color: #939393; text-align: center;font-size: 0.4375rem;width: 100%;float: left; height: 1.25rem;line-height: 1.25rem;}
.dxfoban a{color: #939393;font-size: 0.4375rem;}
.dxfoban a:hover{color: #fff;}










