@charset "utf-8";
*{ margin:0; padding:0;}
a{color:#333333; text-decoration:none; cursor:pointer;}
img{ border:none;}
ul,li{ list-style:none;}
.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
body{font-size:18px; width:100%; min-width:320px; color:#333333; overflow:auto;font-family:"Microsoft YaHei", "微软雅黑", "宋体", "SimSun", "Arial";}

#body{ width:100%; height:auto; background:#fff; overflow:hidden;}
/*顶部*/
#top{ width:100%; height:auto; overflow:hidden; background:#0badca;}
.top{ width:1200px; height:35px; line-height:35px; margin:0 auto;}
.top .top_1{ width:50%; height:auto; float:left; font-size:18px; color:#fff;}
.top .top_2{ width:40%; height:auto; float:right; font-size:18px; color:#fff;}
.top .top_2 a{ padding:0 20px; height:35px; line-height:35px; float:right; font-size:16px; color:#0badca; background:#fff; text-align:center; margin-left:10px;}
/*顶部*/

/*导航*/
#nav{ width:1200px; height:auto; margin:0px auto;  background:#801dab;border-radius: 100px;overflow: hidden; }
.nav{ width:1200px; height:auto; overflow:hidden; margin:0 auto;background: #801dab;}
.nav .logo{ width:240px; height:auto; float:left;}
.nav .nav_1{ width:100%; height:auto; float:left; font-size:18px;display: flex;flex-direction: row;justify-content: center;}
.nav .nav_1 li{ width:118px; height:30px; line-height:30px; float:left; margin-left:1px; padding:10px 0; color:#fff; text-align:center;}
.nav .nav_1 li:hover{color:#000;  background:#fff593;}
.nav .nav_1 .nav_li1{ margin-left:0;}
.nav .nav_1 .nav_li2{ color:#000; background:#fff;}
/*导航*/
/*banner*/
#banner{ width:1200px; height:auto; overflow:hidden; margin:0px auto; margin-top:20px; border-radius:20px;}
.banner{ width:100%; height:auto; overflow:hidden;}
.banner img{ width:100%; height:auto;}
/*banner*/
/*底部*/
#font{ width:1200px; height:auto;margin:0px auto; overflow:hidden; background:#801dab; border-radius:20px 20px 0px 0px;}
.font{ width:980px; height:auto; overflow:hidden; margin:0 auto; text-align:center; color:#fff; padding:34px 0; font-size:16px;}
.font p{ margin-bottom:5px;}
.font a{ color:#fff;}
/*底部*/











