﻿body
{
    background-color:#fff;
    font-size:0.8em;
    line-height:1.5em;
}
.layout_row{
    width:100%;
    display:table;
    padding:4% 0; 
    font-size:0.8em;
    background-color:#fff;
}
.content_container{
    width:96%;
    margin:0 auto;
    display: table;
}
.navigation_item_ul{
    margin:0;
    padding:0;
    list-style:none;
}
.navigation_item_ul li{
    float:left;
    width:25%;
}
.navigation_item_ul li:first-child{
    padding-left:0;
}
.navigation_ico{
    width:25px;
    height:25px;
    float:left;
    background-image:url('../image/navigation.jpg');
    background-position:-7px 0px;
}
.ico_position{
    background-position:-51px 0px;
}
.ico_position_1{
    background-position:-98px 0px;
}
.ico_position_2{
    background-position:-138px 0px;
}
.navigation_layout{
    float:left;
    color:#bd404e;
}
.navigation_content_top{
    font-size:1.2em;
    font-weight:bold;
    margin-top: 10%;
}
a{
    color:initial;
    text-decoration:none;
}
.background_color{
    background-color:#f2f2f2;
}
.item_title_cn{
    font-size:1.5em;
    color:#bd404e;
    font-weight:bold;
    text-align:center;
    letter-spacing:3px;
}
.item_title_en{
    color:#777777;
    text-align:center;
    font-size:0.8em;
    font-style:italic;
}
.item_image{
    width:8%;
    height:5px;
    background-color:#fde428;
    border-radius:5px;
    margin:5px auto 0 auto;
}
.service_item{
    margin-top:2%;
}
.service_ul{
    margin:0;
    padding:0;
    list-style:none;
}
.service_ul li{
    float:left;
    width:49%;
    height:10em;
    margin:2% 0 0 2%;
}
.service_ul li:nth-child(1),.service_ul li:nth-child(3),.service_ul li:nth-child(5){
    margin-left:0;
}
.service_ul li img{
    width:100%;
}
.service_content{
    width:90%;
    background-color:#fff;
    opacity:0.8;
    margin-top:-18.2%;
    padding:0 5% 2% 5%;
}
.service_content_title{
    text-align:center;
    font-size:1.2em;
    font-weight:bold;
    color:#dc021a;
    padding:1% 0;
    text-align:center;
    letter-spacing:0.2em;
}
.news_item{
    margin-top:4%;
}
.news_item_table{
    border-collapse:separate;
    border-spacing:0;
    width:100%;
}
.news_item_table td{
    vertical-align:middle;
}
.news_item_table td:first-child{
    width:45%;
}
.news_item_table td:first-child img{
    width:100%;
}
.news_item_table td:last-child{
    padding-left:5%;
}
.frist_news_title{
    font-size:1.2em;
    font-weight:bold;
    line-height:1.4em;
        height: 35px;
    overflow: hidden;
}
.frist_news_content{
    text-indent: 2em;
    line-height: 1.5em;
    margin-top: 5%;
    height: 55px;
    overflow: hidden;
}
.frist_news_content span{
    padding-left:3%;
    color:#bd404e;
}
.news_split{
    border:1px solid #f2f2f2;
    margin-top:1%;
}
.news_table_list{
    border-collapse:separate;
    border-spacing:0;
    width:100%;
}
.news_table_list tr{
    height:2.5em;
}
.news_table_list td{
    border-bottom: 1px solid #f2f2f2;
    vertical-align:middle;
    padding: 1.8% 0 1.5% 0;
}
.news_table_list td:first-child{
    width:5%;
    color:#bd404e;
}
.news_table_list td:nth-child(2){
    width:70%;
}
.news_table_list td:last-child{
    text-align:right;
}
.news_list_title{
	overflow: hidden;
    height: 20px;
    width: 100%;
}
.expert_item{
    margin-top:4%;
}
.expert_item_table{
    border-collapse:separate;
    border-spacing:0;
    width:100%;
}
.expert_item_table td{
    vertical-align:middle;
}
.expert_item_table td img{
    width:100%;
}
.expert_item_table td:first-child,.expert_item_table td:last-child{
    width:5%;
}
.expert_layout{
    width:90%;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    height:133px;
}
.expert_ul{
    width:100%;
    list-style:none;
    padding:0;
    margin:0;
}
.expert_ul li{
    width:100%;
    float:left;
    display:inline;
    height:133px;
}
.expert_synopsis{
    background-color:#b7b7b7;
    border-radius:5px;
    padding:10% 6%;
    color:#fff;
    float:left;
}
.expert_synopsis_title{
    font-size:1.3em;
    font-weight:bold;
}
.expert_synopsis_content{
    height:72px;
    margin-top:3%;
    font-size:0.95em;
    overflow:hidden;
}
.expert_triangle{
    float:left;
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #b7b7b7;
    margin-top:4%;
}
.expert_info_table{
    border-collapse:separate;
    border-spacing:0;
    width:100%;
}
.expert_info_table td{
    vertical-align:middle;
}
.expert_info_table td:first-child{
    width:77%;
}
.expert_info_table td:nth-child(2){
    width:20px;
    vertical-align:top;
    padding-top:4%;
    padding-left:-1%;
}
.expert_info_table td:last-child{
    width:22%;
    padding-left:8%;
}
.expert_image img{
    width:60px !important;
    border-radius:30px;
    border:1px solid #b7b7b7;
}
.expert_name{
    color:#bd404e;
    font-size:1.3em;
    font-weight:bold;
    text-align:center;
    letter-spacing:5px;
    margin-top:40%;
}
.expert_professional{
    color:#777777;
    font-size:1em;
    margin-top:4%;
    margin-top:5%;
    text-align:center;
}
.environment_item{
    margin-top:3%;
}
.environment_item img{
    width:100%;
}
