body{
	background-color: #f6f6f6;
/*    background: url(../img/background.png);*/
}
ul{
	margin-bottom: 0;
}
a{
	color: #000;

}
.text{
	color: #FCAC45;

}
#tf-menu.navbar-default {
    background: linear-gradient(#1a91de,#2677c3);
    background-image: url(../img/banner_bottom.png);
    background-position: right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#tf-menu.navbar-default .navbar-nav > li > a:active,
#tf-menu.navbar-default .navbar-nav > li > a:hover{
    background-color: #eee;
}

#tf-menu.navbar-default{
	padding-bottom:0;
	background-color: #2677c3;
}
.banner{
    padding: 20px 0 10px 5px;
    border-bottom: 1px solid #d1d1d1;
}
.introduce div.contanier{
	padding: 5px;
}
.left,.right{
    float: left;
    margin: 20px 2px 20px 2px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    box-sizing: border-box;
}
.left{
	width: 15%;
	text-align: center;
	min-height: 40px;
    line-height: 40px;
    margin-right: 20px;
    background-color: #fff;
}
.left ul{
	list-style:none;
}
.left ul li{
	border:1px solid #efefef;
}
.left ul li.active,
.left ul li:hover{
	position: relative;
}
.left ul li.active{
    color: #fff;
	background-color: #00abfc;
}
.left ul li:hover{
    color: #fff;
	background-color: #4dbff5;
}
.left ul li.active a:after{
	position: absolute;
    top: -1px;
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: ' ';
    border-color: transparent transparent transparent #00abfc;
    border-style: solid;
    border-width: 20px 0 20px 8px;
}
.right{
	width: 82%;
	border: 1px solid #ececec; 
}
.right .about-text{
    min-height: 700px;
}
.main-title{
	text-transform: uppercase;
	vertical-align: bottom;
    color: #00abfc;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    line-height: 53px;
    padding-left: 5px;
}
.main-title .mini{
	font-size: 24px;
}
.about-text .title{
	text-align: center;
	padding: 10px 0 20px;
	margin-bottom:10px;
	font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Microsoft Yahei", "微软雅黑", "宋体";
}
.about-text .date{
	text-align: center;
	color: #aaa;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.strategy>div{
    margin: 5px 5px;
    padding-left: 20px;
}
.strategy .type{
    display: inline-block;
    width: 40%;
}
.strategy .content{
    display: inline-block;
    width: 55%;
    padding: 0;
}
.strategy .type h1,{
    line-height: 70px;
    margin: 0;
}
.about-text p{
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
	text-indent:32px;
}
.about-text h6{
	font-size: 20px;
	font-weight: bold;
	padding: 10px auto;
    text-indent:32px;
    margin-top: 20px;
}
.about-text .service{
	width: 40%;
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 50px 20px;
}
.about-text i.fa{
	font-size: 76px;
    border: 4px solid #0189cb;
    height: 150px;
    line-height: 150px;
    width: 150px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
}
.about-text .item{
    display: inline-block;
    padding: 10px 50px;
}
.about-text .remarks{
	text-align: right;
}
#tf-menu{
	height: 120px;
	position: static;
}
#tf-menu a.navbar-brand{
    text-align: center;
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 300;
    color: #fff;
    margin-top: -20px;
    height: 88px;
    line-height: 63px;
    width: 900px;
    background: url(../img/images/logo-bottom.png) no-repeat;
    background-size: 100%;
}
.classic-li{
    padding: 20px 0;
    width: 100%;
    cursor: pointer;
    float: left;
}
.classic-img{
    padding: 0;
    margin: 0;
    width: 35%;
    float:left;
}
.info{
    float:left;
    width: 63%;
    padding-left: 40px;
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
}