.fh5co_logo_width
{
    width:180%;
}

.footer_logo {
    width:220px;    
}

.article{
    padding-top:10px;
}
.article p {
    /*text-indent: 2em;*/
}
.article p img {
    max-width:100%;
}

.article .imgBox {
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
	
}


.article .splitLine{
    border-top:1px #ddd solid;
    margin-bottom:15px;
}

.single #fh5co-title-box{
    height:300px;
}


/*�����ύ��ť*/
.commitBtn {
    width: 70%;
    border-radius: 0px;
    margin: 0px;
    background-color: #f5bc04;
    color: #fff;
    border-color: #ddd;
    font-weight: 600;
    border-top:none;
}

    .commitBtn:hover {
        color: #fff;
        margin: 0px;
        border-color: #222;
        background-color: #222;
        font-weight: 600;
    }

/*�ײ���������*/
.footer_link {
    color: #ffffff;
}
    .footer_link:hover {
        color: #f5bc04 !important;
        padding: 8px 0 !important;
        display: -webkit-box;
        margin-left: 5px
    }
/*��������*/
.searchBox {
    width: 350px;
}
    .searchBox .fh5co_verticle_middle {
        /* border: 1px solid #ccc; */
        /* border-radius:5px; */
    }
    .searchBox input {
        width: 300px;
		height:40px;
        border:none;
    }
        .searchBox input:focus {
             width: 300px;
		height:40px;
            outline: none
        }
.searchBtn {
        width: 35px;
    height: 35px;
    padding-left:5px;
    border-left:1px solid #ddd;
}
    .searchBtn:hover {
        color: #f5bc04;
    }

/*��ҳ���ⳬ������ʽ*/

.fh5co_latest_trading_img_position_absolute_1 a {
    font-size: 18px;
    color: #fff;
}

    .fh5co_latest_trading_img_position_absolute_1 a:hover {
        text-decoration: none;
        color: #f5bc04;
    }

/*���ջ����*/
.science_events {
    -moz-transition: all  0.5s ease;
    -o-transition: all  0.5s ease;
    -webkit-transition:  all 0.5s ease;
    -ms-transition: all  0.5s ease;
    transition: all all 0.5s ease ;
    margin-top:4%;
	
}
.science_events:hover {
    color: #f5bc04;
    margin-left:3px;
}

/*��Ʒ����*/
.collecting {
    overflow: hidden;
    width:100%;
}
.collecting img {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all all 0.5s ease;
}

    .collecting img:hover   {
        background-color: #ddd;
        filter: Alpha(Opacity=60);
        opacity: 0.6;
    }

/*ר������*/
.footer_img_post_6 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all all 0.5s ease;
}
.footer_img_post_6:hover{
    transform:scale(1.3);
    border:1px solid #ddd;
}

/*�ֲ�*/@media (min-width: 768px) {
.carousel-caption {
    bottom: 10px;
}
    .carousel-caption .captionText {
        font-size: 30px;
        color: #fff;
    }

        .carousel-caption .captionText:hover {
            color: #f5bc04;
            word-wrap: break-word;
            text-decoration: none;
            cursor: pointer;
        }
}

/*�ֲ�*/@media(min-width:320px) and (max-width:480px)  {
.carousel-caption {
    bottom: 10px;
}
    .carousel-caption .captionText {
        font-size: 1.4em;
        color: #fff;
    }

        .carousel-caption .captionText:hover {
            color: #f5bc04;
            word-wrap: break-word;
            text-decoration: none;
            cursor: pointer;
        }
}

/*����΢��΢��qqͼ��*/
.sns_icon {
    /*color: #f5bc04*/
}
.sns_icon:hover {
    color: #f5bc04
}

    .sns_icon img {
        visibility: hidden;
        opacity: 0;
        transform: translate(10px, 10px);
        transition: all 0.3s ease-in-out;
        position: absolute;
        width: 90px;
        height: 90px;
        z-index: 4;
    }

    .sns_icon:hover img {
        visibility: visible;
        transform: translate(0, 0px);
        opacity: 1;
        z-index: 4;
    }
	
	/* ��ҳ�Ҳ����� */
	
	.captionTextn {
        font-size: 16px;
        color: #000;
	
		
	
		
    }

    .captionTextn:hover {
            color: #f5bc04;
            word-wrap: break-word;
            text-decoration: none;
            cursor: pointer;
        }
	
	
	
	
	