html {
	font-size: 16px;
}
.w1150{
	max-width: 1150px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.w1110{
	max-width: 1110px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.headertop{
	height: 35px; background: #4a4c52; line-height: 35px;
}
.headertop>div{
	height: auto; overflow: hidden;
}
.headertopleft{
	float: left;  color: #fff; font-size: 12px;
}
.headerrighttop{
	float: right; background: url(../statics/images/icon2.png) no-repeat left center; padding-left: 30px; line-height: 35px;
}
.headerrightsecond {
	float: right; background: url(../statics/images/icon3.png) no-repeat left center; padding-left: 30px; line-height: 35px;
}
.headerrighttop span{
	color: #fff; 
	font-size: 12px; 
	padding-right: 30px;
	float: left;
}
.headerrightsecond span{
	color: #fff; 
	font-size: 12px; 
	float: left;
}
.headerrighttop>div{
	margin-left: 25px; 
	display: inline-block;
	height: 23px;
	margin-top: 5px;
	line-height: 23px;
	border: 1px solid #a5c0cc;
	margin-right: 2px;
}
.headerrighttop>div img{
	vertical-align: inherit;
}
.headerrighttop>div>a{
	display: inline-block;
	margin-right: 5px;
	height: 100%;
}
.Vis {
	overflow: visible;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: rgb(28, 101, 109);
    background-color: transparent;
}
.index-subtitle {
	font-size: 18px;
	margin-bottom:45px;
}
body{
	font-family: "微软雅黑";
}
.mb0{
	margin-bottom: 0;
}
.mt3{
	margin-top: 3px;
}
ul,ol,li{
	list-style: none;
	padding: 0;
}
a{
	color: #373737;
}
a:focus, a:hover{
	text-decoration: none;
	color: #373737;
	cursor: pointer;
}
.bgcolor-f9 {
	background-color: #f9f9f9;	
}
#nav li{ width: 120px; text-align: center;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	background: #fff;
}
.navbar-default{
	border: none;
	background: #fff;
	margin-bottom: 0;
}
.container-fluid{
	padding: 0;
}
.navbar-default .navbar-nav>li>a{
	font-size: 14px;
	line-height: 50px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a{
	color: #323232;
}
.navbar-nav>li{
	margin-left: 20px;
}
.navbar-nav>li:last-child a{
	padding-right: 0;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: rgb(28, 101, 109);
}
.index-title {
	margin: 40px 0 20px;
}
.index-section1-itemSvg {
	position: absolute;
    top: 0;
    left: 0;
}
.index-section1-itemMin {
	padding:32px 24px 26px;
	position: relative;
}
.index-section1-itemMin h2 {
	padding-bottom: 8px;
    display: inline-block;
    border-bottom: 2px solid #1a636b;
    font-size: 24px;
    color: #21252E;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 24px;
}
.index-section1-itemMin p{
	height: 66px;
	line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    color: #505363;
}
.index-section1-itemPic {
	margin-bottom: 32px;
	height:80px;
}
.index-section1-itemMore {
	display: block;
    width: 114px;
    height: 36px;
    background: rgb(26, 99, 107);
    text-align: center;
    line-height: 36px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.index-section1-itemMore:hover {
	opacity: 1;
}
