You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
1.0 KiB
CSS

@charset "utf-8";
/* banner */
.banner {width:100%;height:280px;background-color:#408CE8;background:url(../../images/index/about.png) center top no-repeat;}
.banner .title {text-align:center;font-size:40px;line-height:50px;color:#FFFEFF;margin-top:56px;letter-spacing:4px;font-weight:100!important;}
.banner .title .item {position:relative;width:50%;float:left;}
.banner .title .item:first-child {text-align:right;padding-right:35px;margin-left:-35px;}
.banner .title .item:last-child {text-align:left;padding-left:35px;margin-right:-35px;}
.banner .title .item~.item:before {content:'';display:block;position:absolute;width:1px;height:38px;top:7px;left:0;background-color:#8F908C;}
.banner .btnwrap {text-align:center;height:50px;line-height:50px;padding-top:18px;}
.banner .btnwrap a {color:#fff;background-color:#267EEC;padding:10px 100px;border-radius:5px;font-size:16px;}
.banner .reg {color:#fff;text-align:center;padding:5px 0;}
.banner .reg a:hover {text-decoration:underline;}
/* about */
.about .content {padding:30px 14%;}