@charset "utf8";
body{
margin:0;
padding:0;
font-family: 微软雅黑;
}
/*top部分css*/  
#top{
width:100%;
height:40px;
background-color:rgba(25,25,25,0);
z-index:1;
border-bottom: 1px solid rgba(239,239,239,.3);
}
.top_fixed{
position:fixed;
}
/*导航栏部分css*/  
#right{
width:100%;
height:40px;
position:absolute;
top:0px;
z-index: 2;
border-bottom: 1px solid rgba(239,239,239,.3);
}
.right_fixed{
background:#3a9dca;
box-shadow:0px 0px 5px #888;

}
#right_ul {
width:100%;
margin-right:40px;
position:absolute;
top:-1px;
right:0px;
}
.right_ul_li{
list-style-type:none;
float:right;
color:#fff;
font-size:15px;
}
.display{
 background-color:#fff;
 color:#000;
}
.right_ul_li_dis{
list-style-type:none;
float:right;
font-size:15px;
}
.right_ul_li_dis a{
 display:block;
 width:100px;
 text-align:Center;
 padding:11px 0px;
}
.display_a{
 color:#fff;
}
.display_a:hover{
 background-color:#fff;
 color:#000;
 transition:all 0.3s;
}
.right_ul_li a{
 color:#fff;
 display:block;
 width:100px;
 text-align:Center;
 padding:11px 0px;
}
.right_ul_li_1_ul a{
 display:block;
 width: 110px;
 text-align:left;
 padding:12px 20px;
 color:#fff;
}
.right_ul_li a:hover{
 background-color:#fff;
 color:#000;
 transition:all 0.3s;
}
.rightul_1,.rightul_2,.rightul_3,.rightul_4,.rightul_5{
 position:absolute;
 top:42px;
 padding:0px;
 background-color:#00a4ff;
 display:none;
}

/*导航栏自适应部分*/
@media all and (min-width:1800px){
.right_ul_li:hover .rightul_5{
 transition:all 0.5s;
 height:50px;
}
.right_ul_li:hover .rightul_4{
 transition:all 0.5s;
 height:227px;
}
.right_ul_li:hover .rightul_3{
 transition:all 0.5s;
 height:157px;
 opacity:1;
}
.right_ul_li_dis:hover .rightul_3{
 transition:all 0.5s;
 height:157px;
 opacity:1;
}
.right_ul_li:hover .rightul_2{
 transition:all 0.5s;
 height:181px;
 opacity:1;
}
.right_ul_li:hover .rightul_1{
 transition:all 0.5s;
 height:317px;
 opacity:1;
}
}
.right_ul_li_1_ul li{
list-style-type:none;
color:#fff;
font-size:15px;
}
.right_ul_li_1_ul a:hover{
 background-color:#fff;
 color:#000;
 transition:all 0.5s;
}
/*导航栏部分css end*/  

#left{
  width:120px;
  position:absolute;
  top:4px;  
  left:100px;
  z-index: 2;
}
#left img{
height:33px;
}
/*main部分css*/
#main{
width:100%;
position:relative;
top:-40px;
z-index:0;
}
 #bg{
 width:100%;
 height:390px;
}
.main_text{
 width:400px;
 position:absolute;
 top:100px;
 left:50px;
}
.main_text h3{
   font-size:22px;
   color:#fff;
   text-align:center;
   margin-bottom:0px;
 }
 .main_text div{
   font-size:16px;
   color:#fff;
   line-height:28px;
   text-indent:32px;
   margin-top:13px;

 }
/*content-部分css*/
@media all and (min-width:1600px){
#content{
    width:100%;
	position:relative;
}
  }
@media screen and (max-width:1600px){
#content{
    width:100%;
	position:relative;
}
}
.content_one{
   width:1200px;
   margin:0 auto;
   margin-top:0px;
}
.content_one h3{
   font-size:30px;
   color:#333;
   font-weight:400;
   text-align:center;

   margin-bottom:0px;
 }
 .content_one_1{
   width:100%;
   margin:0 auto;
   margin-top:0px;
   background:#f6f8ff;
}
.content_one_1 h3{
   font-size:30px;
   color:#333;
   font-weight:400;
   text-align:center;
   margin-bottom:0px;
   padding-top:50px;
 }
/*第一部分*/
.jdc-rwd .w {
    width: 100%;
    max-width: 1200px;
}
.jdc-price-floor1 {
    padding-bottom: 30px;
}
.w {
    margin: 0 auto;
}
.row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    height: 280px;
	margin-top:50px;
}
.jdc-price-floor1 .col-4 {
    padding: 0 60px;
    text-align: center;
	width: 280px;
    float: left;
}
.jdc-price-floor1 .ico {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
}
.ico-mode1{
    background: url(/yun_admin/images/mode1.svg) no-repeat;
}
.ico-mode2{
    background: url(/yun_admin/images/mode2.svg) no-repeat;
}
.ico-mode3{
    background: url(/yun_admin/images/mode3.svg) no-repeat;
}
.jdc-price-floor1 .tit {
    margin: 30px 0 20px;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jdc-price-floor1 .txt {
    line-height: 24px;
    text-align: left;
    height: 75px;
	width: 280px;
    overflow: hidden;
	font-size:14px;
	color:#333;
	line-height:25px;
}
/*第二部分*/
.jdc-rwd .w {
    width: 100%;
    max-width: 1200px;
	margin:0 auto;
}
.jdc-pirce-floor2{
    margin-top:30px;
}
.jdc-common-product-top {
    border-bottom: 2px solid #f3f5fb;
    height: 58px;
    font-size: 16px;
    background: #fff;
}
.jdc-rwd .jdc-common-product-top .w {
    width: 100%;
    box-sizing: border-box;
}
.jdc-common-product-top .w>.product-top-item {
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    height: 58px;
    line-height: 58px;
}
.jdc-common-product-top .w>.product-top-item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	cursor:pointer;
}
.on{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	background: linear-gradient(80deg,#3171ff 0,#a14faf 100%);
	color:#fff;
}
.off{
   color:#333;
}
.jdc-price-product {
    padding-top: 60px;
	height:540px;
	display:block;
}
.li_row1{
    display:block;
}
.jd_cp{
   padding-left: 40px;
   margin-bottom: 40px;
   width:353px;
   float:left;
}
.jd_cp:hover{
   box-shadow: 0 6px 10px 0 rgba(20,34,67,.1);
}
.des {
    overflow: hidden;
    padding: 0px 20px;
}
.tit {
    font-size: 18px;
    line-height: 24px;
    color: #3171ff;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.txt {
    height: 74px;
    margin-top: 10px;
    color: #666;
    line-height: 24px;
	font-size:14px;
}
.mon{
    color: #ff9600;
	font-size:19px;
}
.jdc-price-product2{
    color:red;
	padding-top: 60px;
	display:none;
}
.jdc-price-product2 p{
    padding:0px 40px;
	font-size:24px;
}
.jdc-price-product3{
    color:red;
	padding-top: 60px;

	display:none;
}
.jdc-price-product3 p{
    padding:0px 40px;
	font-size:24px;
}

/*第三部分*/
.jdc-price-qa {
    padding: 0 100px;
	margin-top:80px;
}
.jdc-price-qa dl {
    padding-bottom: 30px;
}
.jdc-price-qa dt {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.jdc-price-qa dd {
    color: #666;
    line-height: 30px;
	margin:0px;
	font-size:14px;
}

/*第四部分*/
.jdc-price-step-wrap {
    text-align: center;
    padding-bottom: 50px;
	width: 1200px;
}
.jdc-price-step-wrap .jdc-price-step {
    width: auto;
    padding: 0 120px;
    margin: 40px auto;
}
.jdc-model-process, .solution-process {
    position: relative;
    text-align: center;
	z-index: 0;
}
.jdc-model-process .g-table, .solution-process .g-table {
    width: 100%;
    position: relative;
    z-index: 1;
    table-layout: fixed;
}
.g-table {
    display: table;
}
.jdc-model-process .g-cell, .solution-process .g-cell {
    text-align: center;
    position: relative;
}
.g-table .g-cell {
    display: table-cell;
}
.jdc-model-process .icon, .solution-process .icon {
    display: inline-block;
    width: 86px;
    height: 86px;
    line-height: 86px;
    background: url(/yun_admin/images/process2.png) no-repeat;
    color: #666;
    font-size: 22px;
}
.jdc-price-step-wrap .jdc-price-step .tit {
    font-size: 18px;
    margin-top: 16px;
    font-weight: 400;
}
.jdc-price-step-wrap .tit {
    font-size: 18px;
    font-weight: 700;
    color: #333;
	padding:5px 20px;
}
.jdc-price-step-wrap .txti {
    margin-top: 20px;
    color: #666;
	font-size:14px;
}
.jdc-model-process .fk1:before, .solution-process .fk1:before {
    content: "";
    position: absolute;
    top: 43px;
    right: 1px;
    border-bottom: 1px dashed #666;
    width: 15%;
}
.jdc-model-process .fk2:after, .solution-process .fk2:after {
    content: "";
    position: absolute;
    top: 43px;
    left: 1px;
    border-bottom: 1px dashed #666;
    width: 15%;
}
.cp_gx_hl{
    width:820px;
	height:360px;
	margin:0 auto;
	background: url(/yun_admin/images/cp_gx_hl.jpg) no-repeat;
}
.cp_gx_zz{
    width:820px;
	height:360px;
	margin:0 auto;
	background: url(/yun_admin/images/cp_gx_zz.jpg) no-repeat;
}