.warp{
	overflow: hidden;
}
.banner{
	width: 100%;
	/*height: 420px;*/
}
.banner img{
	width: 100%;
	/*height: 100%;*/
}
.show-bg{
	overflow: hidden;
	background-color: #f3f3f3;
}
.show{
	width: 1200px;
	height: 118px;
	margin: auto;
	padding: 20px 0px;
}
.show div{
	width: 285px;
	height: 118px;
	float: left;
}
.show div img{
	width: 100%;
}
.m-r-20{
	margin-right: 20px;
}
.home-content{
	width: 1200px;
	margin: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;	
}
.home-content-top{
	margin-top: 40px;
}
.home-beauty{
	width: 874px;
	float: left;
}
.home-beauty-title{
	overflow: hidden;
}
.home-beauty-title div{
	float: left;
}
.beauty-title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.beauty-title-text{
	font-size: 15px;
	color :#b2b2b2;
	margin-left: 15px;
	font-weight: normal;
}
.home-beauty-title ul{
	float: right;
}
.home-beauty-title ul li{
	float: left;
	width: 60px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #808080;
	font-size: 16px;
	cursor: pointer;
}
.home-beauty-title ul li:hover{
	background: -webkit-gradient(60deg, 0 0, 0 0, from(#fd4f74),to(#fe696b));   
    background: -webkit-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -moz-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -o-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -ms-linear-gradient(60deg,#fd4f74, #fe696b);
    background: linear-gradient(60deg,#fd4f74, #fe696b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #fd4f74, endColorstr = #fe696b);   
    color: #fff !important;
    border-radius: 14px;
    -moz-box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
    -webkit-box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
    box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
}
.active {
	background: -webkit-gradient(60deg, 0 0, 0 0, from(#fd4f74),to(#fe696b));   
    background: -webkit-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -moz-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -o-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -ms-linear-gradient(60deg,#fd4f74, #fe696b);
    background: linear-gradient(60deg,#fd4f74, #fe696b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #fd4f74, endColorstr = #fe696b);   
    color: #fff !important;
    border-radius: 14px;
    -moz-box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
    -webkit-box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
    box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
}
.beauty-ul{
	width: 100%;
	overflow: hidden;
	
}
.beauty-ul li{
	width:437px; 
	padding-top: 30px;
}
.beauty-photo{
	width: 241px;
	height: 120px;
}
.beauty-photo-before{
	width: 120px;
	height: 120px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	position: relative;
}
.beauty-photo-before img{
	width: 100%;
	border-radius: 8px;
}
.beauty-photo-before span{
	width: 24px;
	height: 24px;
	background-color: #000;
	opacity: .8;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 24px;
}
.beauty-photo-after{
	width: 120px;
	height: 120px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	position: relative;
	overflow: hidden;
}
.beauty-photo-after img{
	/*width: 100%;*/
	width:auto;
	height:100%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.beauty-photo-after span{
	width: 24px;
	height: 24px;
	background-color: #e83341;
	opacity: .8;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 24px;
}
.beauty-text{
	width: 256px;
	margin-left: 20px;
}
.beauty-project{
	width: 134px;
	height: 35px;
	border: 1px solid #e5e5e5;
	border-radius: 25px;
	text-align: center;
	line-height: 35px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #fe999d;
	font-size: 14px;
	margin-top: 10px;
}
.beauty-hosptial{
	width: 100%;
	/*margin-top: 7px;*/
}
.m-t-7{
	margin-top: 7px;
}
.beauty-hosptial i{
	display: inline-block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	border-radius: 25px;
	margin-right: 6px;
	float: left;
}
.beauty-hosptial i img{
	/*width: 100%;*/
	width:auto;
	height:100%;
	border-radius: 25px;
}
.beauty-hosptial span{
	display: inline-block;
	width: 128px;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 3px;
}
.beauty-hosptial span:hover{
	color: #ed4f5b;
}
.beauty-ul li:first-child+li,
.beauty-ul li:first-child+li+li+li,
.beauty-ul li:first-child+li+li+li+li+li,
.beauty-ul li:first-child+li+li+li+li+li+li+li,
.beauty-ul li:first-child+li+li+li+li+li+li+li+li+li{
    margin-right:0;
}

.new-diary{
	width: 286px;
	float: right;
	margin-top: 40px;
	position: relative;
}
.new-diary-box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 7px;
}
.new-diary-icon{
	position: absolute;
	top: -12px;
	left: 95px;
	z-index: 88;
}
.new-diary-more{
	font-size: 16px;
	color: #808080;
	line-height: 35px;
}
.new-diary-more:hover{
	color: #000;
}
.new-diary-content{
	width: 100%;
	overflow: hidden;
	padding: 28px 0px 28px 0px;
	border-bottom: 1px solid #e5e5e5;
}
.new-diary-photo{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 10px;
	overflow:hidden;
}
.new-diary-photo img{
	/*width: 100%;*/
	width:auto;
	height:100%;
	border-radius: 10px;
}
.new-diary-right{
	width: 166px;
	float: left;
	margin-left: 20px;
}
.new-diary-right p{
	width: 100%;
	font-size: 16px;
	color: #4d4d4d;
    padding-top: 10px;
}
.new-diary-content:hover{
	border-bottom: 1px solid #ff9999;
}
.new-diary-right p:hover{
	color: #ed4f5b;
}
.new-diary-date{
	color: #D3D3D3;
	padding-top: 10px;
}
.new-diary-content:last-child{
	border: none;
}
.hos-box{
	width: 1200px;
	margin: auto;
}
.master-titles {
    padding: 40px 0 35px 0;
    font-size: 15px;
}
.bold22 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.beauty-text p:hover{
	color: #ed4f5b;
}
.master-titles {
    padding:50px 0 20px 0;
    font-size:15px;
}
.master-titles .color6 a {
  display:inline-block;
  margin-top:12px;
  color: #4d4d4d;
}
.colorb2 {
    color: #b2b2b2;
    margin-left: 15px;
}
.hs-part {
    display: inline-block;
    margin: 8px 30px 0 0;
    font-size: 16px;
    overflow: hidden;
}
.hs-part li {
    float: left;
	width: 60px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #808080;
	font-size: 16px;
	cursor: pointer;
}
.hs-part li:hover{
	background: -webkit-gradient(60deg, 0 0, 0 0, from(#fd4f74),to(#fe696b));   
    background: -webkit-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -moz-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -o-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -ms-linear-gradient(60deg,#fd4f74, #fe696b);
    background: linear-gradient(60deg,#fd4f74, #fe696b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #fd4f74, endColorstr = #fe696b);   
    color: #fff !important;
    border-radius: 14px;
    -moz-box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
    -webkit-box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
    box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
}
.color6{
	color: #4d4d4d;
}
.item-list {
    margin-top: 15px; 
    width: 100%;
}
.item-list li{
	width: 300px;
	height: 366px;
	position: relative;
	float: left;
	box-sizing: border-box;
	/* margin-right: 20px;
	margin-bottom: 30px; */
	border:1px solid #e9e9e9;
}

.doct-list li{
	height: 410px !important;
}

.item-list li:first-child+li+li+li,
.item-list li:first-child+li+li+li+li+li+li+li,
.item-list li:first-child+li+li+li+li+li+li+li+li+li+li+li{
    margin-right:0;
}
.hos-list-img{
	width: 283px;
	height: 188px;
	overflow: hidden;
}
.hos-list-img img{
	width: 100%;
}
.hos-list-logo{
	/* width: 108px;
	height: 108px;
	border-radius: 50%;
	position: absolute;
	top: 134px;
	left: 88.5px;
	 -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0, 0.1), 0 1px 8px 0 rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0, 0.1), 0 1px 8px 0 rgba(0,0,0, 0.2);
	box-shadow: 0 1px 10px 0 rgba(0,0,0, 0.1), 0 1px 8px 0 rgba(0,0,0, 0.2); */
	width:164px;
	height:164px;
	border-radius: 50%;
	margin-top:30px;
	margin:30px auto 20px;
	overflow: hidden;
}
.hos-list-logo img{
	width: 100%;
	border-radius: 50px;
}
.hos-list-name{
	font-size: 18px;
	color: #333;
	text-align: center;
	padding: 0px 10px;
	/* margin-top: 74px; */
}
.hos-list-name:hover{
	color: #ed4f5b;
}
.d-des {
    width: 90%;
    margin: 3% auto 0;
    font-size: 15px;
    color: #b2b2b2;
    text-align: center;
    align-items: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.d-des .sptlit {
    width: 1px;
    height: 14px;
    background: #ccc;
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}
.d-des .buy-number {
    color: #ed4f5b;
    font-style: normal;
}
.hos-list-btn{
	width: 181px;
	height: 35px;
	border-radius: 18px;
	border: 1px solid #e5e5e5;
	margin: auto;
	margin-top: 30px;
	margin-bottom:30px;
	color: #666;
}
.hos-list-btn span{
	display: inline-block;
	width: 90px;
	float: left;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}
.hos-list-btn span:nth-child(1){
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}
.hos-list-btn span:nth-child(2){
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
}
.hos-list-btn span:hover{
	background-color: #fd6b6b;
	color: #fff !important;
}
.color-e5{
	border-right: 1px solid #e5e5e5;
}
/*.hos-list-btn:hover{
	background-color: #fd6b6b;
	color: #fff !important;
}*/
.item-list li:hover{
	/* -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0, 0.1), 0 1px 8px 0 rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0, 0.1), 0 1px 8px 0 rgba(0,0,0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0,0,0, 0.1), 0 1px 8px 0 rgba(0,0,0, 0.1);
	transform: translateY(-5px); */
	border-color:#febbbb;
}
.doc-list-img{
	/* width: 283px;
	height: 285px;
	overflow: hidden; */
	width:164px;
	height:164px;
	border-radius:50%;
	overflow: hidden; 
	margin:30px auto 20px;
}
.doc-list-img img{
	width: 100%;
}
.doc-list-name{
	/* width: 240px;
	height: 82px;
	-moz-box-shadow: 0 1px 10px 0 rgba(0,0,0, 0.1), 0 1px 8px 0 rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0, 0.1), 0 1px 8px 0 rgba(0,0,0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0,0,0, 0.1), 0 1px 8px 0 rgba(0,0,0, 0.1);
    transform: translateY(-5px);
    position: absolute;
    top: 223px;
    left: 22px;
    background-color: #fff; */
}
.hosp-icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../image/hosp.png);
	margin-right: 10px;
}
.doc-list-name p{
	font-size: 18px;
	color: #333;
	text-align: center;
	/* margin-top: 20px; */
}
.doc-list-name p:hover{
	color: #fc5174;
}
.m-tb-15{
	margin:15px auto !important;
}
.doc-des {
    width: 90%;
    margin: 3% auto 0;
    font-size: 15px;
    color: #b2b2b2;
    text-align: center;
    align-items: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.doc-des .sptlit {
    width: 1px;
    height: 14px;
    background: #ccc;
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}
.doc-des .buy-number {
    color: #ed4f5b;
    font-style: normal;
}
.hosp-list-name{
	font-size: 15px;
	color: #b2b2b2;
	/* margin-top: 28px; */
	text-align: center;
}
.hosp-list-name:hover{
	color: #ed4f5b;
}
.m-t-15{
	margin-top: 15px;
}
.hos-nav{
	width: 1200px;
	height: 64px;
	margin: 30px auto 0;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 10px;
}
.online{
	width: 1200px;
	height: 1px;
	margin: auto;
	margin-top: 40px;
	background-color: #f5f5f5;
}
.strategy{
	width: 1200px;
	margin: auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.strategy-zx{
	width: 160px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #e5e5e5;
	margin-left: 20px;
	color: #666;
}
.strategy-hl{
	width: 160px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #e5e5e5;
	margin-left: 20px;
	color: #666;
}
.zx-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	float: left;
	background: url(../image/consultation.png);
	margin: 8px 5px 8px 18px;
}
.strategy-zx span{
	float: left;
	margin: 6px 5px;
	font-size: 16px;
	cursor: pointer;
}
.strategy-hl span{
	float: left;
	margin: 6px 5px;
	font-size: 16px;
	cursor: pointer;
}
.diary-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	float: left;
	background: url(../image/diary2.png);
	margin: 8px 5px 8px 18px;
}
.strategy-zx:hover{
	color: #fff !important;
	background: -webkit-gradient(60deg, 0 0, 0 0, from(#fd4f74),to(#fe696b));   
    background: -webkit-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -moz-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -o-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -ms-linear-gradient(60deg,#fd4f74, #fe696b);
    background: linear-gradient(60deg,#fd4f74, #fe696b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #fd4f74, endColorstr = #fe696b);
    -moz-box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
    -webkit-box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
    box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
}
.strategy-zx:hover i{
	background: url(../image/zs2.png);
}
.strategy-hl:hover{
	color: #fff !important;
	background: -webkit-gradient(60deg, 0 0, 0 0, from(#fd4f74),to(#fe696b));   
    background: -webkit-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -moz-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -o-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -ms-linear-gradient(60deg,#fd4f74, #fe696b);
    background: linear-gradient(60deg,#fd4f74, #fe696b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #fd4f74, endColorstr = #fe696b);
    -moz-box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
    -webkit-box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
    box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
}
.strategy-hl:hover i{
	background: url(../image/diary.png);
}
.strategy-content{
	margin-top: 30px;
}
.strategy-left{
	width: 585px;
	float: left;
	border: 1px solid #e5e5e5;
}
.strategy-left-heard{
	width: 100%;
	height: 125px;
	background: url(../image/index-zs-bg.png);
	background-size: cover;
	padding-top: 30px;
}
.strategy-icon{
	width: 58px;
	height: 58px;
	overflow: hidden;
	margin: auto;
	background: url(../image/zhishi.png);
}
.strategy-left-heard p{
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin-top: 15px;
}
.strategy-left-box{
	margin: 30px;
	overflow: hidden;
}
.strategy-left-content{
	height: 30px;
	margin-bottom: 20px;
}
.strategy-left-content .list-hospital,.strategy-right-content .list-hospital {
    float: left;
    margin-top: 0px;
	width: 420px;
}
}
.strategy-left-content .m-l-15 {
    margin-left: 15px;
    float: right;
}
.strategy-left-img{
	width: 158px;
	height: 68px;
	float: left;
	overflow: hidden;
}
.strategy-left-img img{
	width: 100%;
}
.strategy-left-title{
	width: 347px;
	float: right;
}

.strategy-left-title p :hover{
	color: #ee5d68;
}
.strategy-left-data{
	margin-top: 12px;
	font-size: 12px;
	color: #b2b2b2;
}

.strategy-left-data.m-l-15 {
    padding-top: 5px;
}
.two-sprite {
	display: inline-block;
	width: 13px;
	height: 13px;
    background:url(../image/time.png);
    float: left;
    margin-top: 2px;
    margin-right: 6px;
}
.strategy-more{
	height: 36px;
	background: #f5f5f5;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
	color: #999;
}
.strategy-more:hover{
	color: #000;
}
.strategy-right{
	width: 585px;
	float: right;
	border: 1px solid #e5e5e5;
}
.strategy-right-heard{
	width: 100%;
	height: 125px;
	background: url(../image/index-qus-bg.png);
	background-size: cover;
	padding-top: 30px;
}
.strategys-icon{
	width: 58px;
	height: 58px;
	overflow: hidden;
	margin: auto;
	background: url(../image/question.png);
}
.strategy-right-heard p{
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin-top: 15px;
}
.strategy-left-box{
	margin: 30px;
	overflow: hidden;
}
.strategy-right-content{
	height: 30px;
	border-left: 3px solid #eee;
	margin-bottom: 20px;
}
.strategy-right-content p{
	 margin-left: 15px;
}
.list-hospital{
        font-size: 16px;
        color: #666;
        line-height: 22px;
        text-overflow: ellipsis;
        text-overflow: -o-ellipsis-lastline;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -moz-box;
        -moz-line-clamp: 2!important;
        -moz-box-orient: vertical;
        position: relative;
        max-height: 42px;
       
    }
    .list-hospital:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 10%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        bottom: 0;
        content: "...";
        padding: 0 5px 1px 5px;
        position: absolute;
        right: 0;
        display:none;
    }
    .list-hospitals{
        font-size: 16px;
        color: #666;
        line-height: 22px;
        text-overflow: ellipsis;
        text-overflow: -o-ellipsis-lastline;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -moz-box;
        -moz-line-clamp: 2!important;
        -moz-box-orient: vertical;
        position: relative;
        max-height: 42px;
       
    }
    .list-hospitals:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 10%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        bottom: 0;
        content: "...";
        padding: 0 5px 1px 5px;
        position: absolute;
        right: 0;
        display:none;
    }
    .two-line:after{
        display: block;
    }
.m-l-15{
	margin-left: 15px;
}
.strategy-right-content p:hover{
	color: #ee5d68;
}
.strategy-right-content:hover{
	height: 30px;
	border-left: 3px solid #ff6a6b;
}
.new-enter {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.new-enter span {
    display: inline-block;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}
.big-box {
    width: 1056px;
    overflow: hidden;
}
.section-box {
    width: 800%;
    height:2.6em;
    overflow: hidden;
}
.enter-list {
    margin-top: 4px;
}
.enter-list li {
    display: inline-block;
    margin-right: 20px;
    overflow: hidden;
}
.enter-list li .en-img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border-radius: 100%;
    overflow: hidden;
}
.enter-list li .en-img img {
    width: 100%;
}
.enter-list li .en-text {
    display: inline-block;
    font-size: 15px;
    color: #808080;
}
.more a:hover{
    color: #000;
}


.strategy-left,.strategy-right{
	height:764px;
}