@charset "utf-8";
/*CSS reset*/
*{margin:0;padding:0;}
body{margin:0;padding:0; font-family:"微软雅黑"; font-size:16px; line-height:1.5; cursor:default; color:#333;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none; vertical-align:middle;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none; color:#333;}
a:hover{ text-decoration:none;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
i{font-style:normal}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
figure{margin:0}

.clearfix:after {content:"";display:block;clear:both;}
.clearfix { *zoom:1;}
.clear{ clear:both;}
.fl{ float: left;}
.fr{ float: right;}
.pr{position:relative;}
.img-rounded{border-radius:6px}
.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.img-circle{border-radius:50%}
.hide{display:none!important}
.show{display:block!important}
.invisible{visibility:hidden}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.hidden{display:none!important}
.affix{position:fixed}
.the{ color: #666; font-size: 14px; }
.abstract{ color: #656565; font-size: 14px; line-height: 20px; }

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}
.h1,h1{font-size:36px}
.h2,h2{font-size:30px}
.h3,h3{font-size:24px}
.h4,h4{font-size:18px}
.h5,h5{font-size:14px}
.h6,h6{font-size:12px}

.floor{ width: 1200px; margin: 0 auto; }
.w1200{ width: 1200px; margin: 0 auto; }

body{ background: #4d9dda; }
.header{ background: url("2022css_ndbbhzzl_BANNER.png"); height: 559px; }
.header .logo{ padding-top: 20px; }

.main{ background: #fff; border-radius: 70px; -webkit-border-radius: 50px; box-shadow: 0px 4px 25.11px 1.89px rgba(45, 24, 172, 0.36);; -webkit-box-shadow: 0px 4px 25.11px 1.89px rgba(45, 24, 172, 0.36); }
/* 容器1 */
.main-box{ padding: 100px 120px; }
.wrap1{ margin-top: 40px; position: relative; }
.list li{ padding: 0 80px; margin-bottom: 40px; background: #4d9dda; text-align: center; -webkit-border-radius: 40px;  }
.list li:last-child{ margin-bottom: 0; }
.list li a{ line-height: 130px; font-size: 40px; color: #ffffff; font-family: "华文中宋"; font-weight: bold;  }
.list li a i{ display: inline-block; vertical-align: middle; margin-top: -4px; margin-right: 40px; }


/* 底部 */
.footer{  border-top:3px solid #027fab; padding:30px 0; background:#fff; margin-top:100px; }
.footer a, .footer p{ color:#666; font-size:14px; line-height:25px; }
.footer .footer-con{ float:left; }
.footer .footer-con01{ width:205px; }
.footer .footer-con02{ width:355px; }
.footer .footer-con03{ width:240px; }
.footer .footer-con04{ float:right; }


@media only screen and (max-width: 1200px) {
    html,body{ width: 1200px; }
}