@charset "utf-8";
/* CSS Document */
.about{ float: left; width: 570px;margin-top: 30px;}
.about img{ width: 142px; float: left; margin-right: 20px;}
.about .text{ width: 408px; float: left;}
.about .text h2{ font-size: 18px; font-weight: bold; color: #323232; margin-top: 5px;}
.about .text h2 span{ color: #1d8dff;}
.about .text h2 i{ color: #646464; font-size: 18px; font-family: Arial; margin-left: 5px;}
.about .text p{ font-size: 14px; color: #646464; margin-top: 20px; line-height: 1.9;}
.about .text p a{ display: inline-block; color: #1d8dff;}


.notice{ float: left; width: 570px;margin-top: 30px; margin-left: 30px;}
.notice .text{ float: left; width: 308px; padding-top: 5px;}
.notice .text h2{ font-size: 18px; font-weight: bold; color: #323232;}
.notice .text h2 span{ color: #1d8dff;}
.notice .text h2 i{ color: #646464; font-size: 18px; font-family: Arial; margin-left: 5px;}
.notice .text p{ font-size: 14px; color: #646464; margin-top: 20px; line-height: 1.9;}
.notice .img-container{ float: left; width: 240px; border: #e1e1e1 1px solid; border-radius: 4px; margin-left: 20px;}
.notice .img-container img{ width: 96%; border-radius: 8px; padding: 2%;}

.project{ padding-top: 30px; padding-bottom: 53px; background-image: url("../img/pic5.png"); background-position: bottom; background-repeat: no-repeat;}
.project h2{ font-size: 18px; font-weight: bold; color: #323232; text-align: center; margin-bottom: 20px;}
.project h2 i{ color: #909090; font-size: 18px; font-family: Arial; margin-left: 5px;}
.project ul li{ float: left; margin-right: 10px;}
.project ul li:last-child{ margin-right: 0;}
.project ul li a{ width: 285px; height: 432px; background-image: url("../img/pic4.png"); background-position: top; background-repeat: no-repeat; }
.project ul li a img{ width: 277px; padding: 4px; padding-bottom: 0; border-radius: 8px 8px 0 0;}
.project ul li a .text{ background: #fff; padding: 15px 0; width: 277px; margin-left: 4px; border-radius: 0 0 4px 4px;}
.project ul li a .text h3{ font-size: 16px; color: #323232; text-align: center;}
.project ul li a .text p{ font-size: 14px; color: #909090; text-align: center; margin-top: 5px;}





