@charset "utf-8";
/* 
	



*/

/* 中间部分 */
.Container-wrapper{padding:50px 0;; background-color:#fbfbfb;}
.content_bg{width:1170px; height:auto; margin:0 auto; }
.snav{width:100%; height:30px; line-height:30px; color:#979c9b; margin-top:20px;}

/* 中间右侧部分 */
.cont_right{float:right; width:874px; height:600px; padding:100px 15px 0 15px; text-align:center; border:1px solid #ddd;}
.cont_right h2{width:220px; height:80px; line-height:80px; margin:0 auto; font-size:26px; color:#2aa738; background:url(../images/dw-ico_03.png) left center no-repeat; background-size:24px 24px;}
.fdown_ct{width:760px; height:auto; border:1px solid #2aa738; border-radius:15px; margin:0 auto; padding:30px 0;}
.fdown_ct .a_input{display:inline-block; width:286px; height:auto;}
.fdown_ct .a_input span{display:block; width:100%; height:40px; line-height:40px; text-align:left; font-size:18px; color:#626262; padding-left:8px;}
.fdown_ct .a_input input{width:286px; height:36px; line-height:36px; border:1px solid #c2c2c2; text-align:center; font-weight:700;}
.fdown_ct .a_input:nth-child(2){margin-left:60px;}
.mytijiao{width:126px; height:36px; line-height:36px; background-color:#2aa738; font-size:20px; color:#ffffff; margin:30px auto 0 auto; cursor:pointer;}

/* 遮罩层 */
#fullbg{background-color:gray; left:0; opacity:0.7; position:absolute; top:0; z-index:3; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;}

/* 弹出部分 */
.myresult{display:none; position:fixed; width:500px; height:200px; background-color:#ffffff; border:1px solid #2aa738; border-radius:10px; left:50%; top:50%; transform:translate(-50%,-50%); z-index:5;}
.myresult .close a{display:block; float:right; width:20px; height:20px; background:url(../images/closeBg.png) no-repeat;}
.myresult .result{height:30px; line-height:30px; font-size:16px; color:#2aa738; border-bottom:1px dashed #d5d5d5; margin:0 20px;}
.myresult .d_file{height:auto; margin:10px 20px; padding:0 20px; background:#efefef;}
.myresult .d_file h2{float:left; width:80%; height:30px; line-height:30px;}
.myresult .d_file span{float:right; display:block; height:30px; line-height:30px;}
.myresult .d_file a:hover{color:#2aa738;}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

