1234567891011121314151617181920212223242526272829303132333435 |
- .member{background: url(../../img/member_bj.jpg) no-repeat center center;background-size: 100% 160%;padding-top: 80px;padding-bottom: 150px;}
- .member .member_contant{width: 780px;margin: 0px auto ;position: relative;z-index: 12;text-align: center;background: #ffffff;overflow: hidden;}
- .shadow{width:780px ;margin: 0 auto 150px;}
- .gold{position: absolute;top: 0;left: -4px;}
- .diamond{position: absolute;top: 0;right: 0;}
- .member_on,.partingline{float: left;}
- .member_contant h3{font-size: 18px;color: #373739;margin-top: 20px;margin-bottom: 10px;}
- .member_on h5 img{margin-right: 10px;margin-left: -50px;}
- .member_on h5{font-weight: normal;font-size:16px ;color: #f18101;margin-left: 10px;}
- .member_on .blur{color: #0f72ba;}
- .member_on{width: 386px;margin-bottom: 100px;}
- .member_on>p{font-size: 14px;color: #5f5e5e;line-height: 36px;color: #5f5e5e;}
- .member_main .member_on:first-child{border-right: 1px solid #e5e5e5;}
- .member_on .member_left{margin-top: 20px;}
- .member_on .member_business_list { min-height: 320px}
- .member_on .member_business_list p{font-size: 14px;color: #5f5e5e;line-height: 36px;color: #5f5e5e;}
- .member_main a:hover{cursor: pointer;}
- .member_on ul{overflow: hidden;margin-left: 13px;margin-bottom: 100px;margin-top: 20px;}
- .member_on ul li{cursor: pointer;float: left;width: 110px;height: 48px;border: 1px solid #CCCCCC;line-height: 48px;text-align: center;margin: 5px;}
- .member_on ul .then{border: 1px solid #f18101;}
- .member_on ul .then span{width: 70px;height: 20px;background: #ff6000;display: inline-block;color: #ffffff;line-height: 20px;font-size: 12px;margin-left: -38px;vertical-align: top;}
- .member_on ul .then time{width: 100px;height: 14px;font-size: 14px;line-height: 14px;display: inline-block;margin-top: -22px;vertical-align: top;color:#ff6000 ;}
- #bottom{margin-top: -150px;}
- .member_contant>a{width:150px ;height: 46px;display: inline-block;background: #ffb200;color: #FFFFFF;line-height: 46px;font-size: 16px;position: absolute;bottom: 32px;left: 50%;margin-left: -75px;}
- @media only screen and (max-width:1440px ) {
- .member{background: url(../../img/member_bj.jpg) no-repeat center center;background-size: 100% 120%;padding-top: 80px;padding-bottom: 150px;}
- }
|