﻿@charset "utf-8";
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div,span,a {
	border: 0 none;
	margin: 0;
	padding: 0;
	/*box-sizing:border-box;
	font-size: 72%*/
}
ul{
	list-style:none;
}

li{
	list-style:none;
}
a {
    color: #55a7a1;
}
a:hover,a:active,a:focus{
	color: #fff;
	text-decoration: none;

}
a.active{
	text-decoration: none;
	
}
img{
	border:none;
	vertical-align:middle;
}
.fl{
	float: left;
}
.fr{
	float:right;
}
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}
.clearfix {
	*zoom: 1;
	clear: both; 
	height:0px;
}
.clear {
	clear: both;
}
/*字体引入*/


/*@font-face {
	font-family: 'times';
	src: url('../fonts/times/TIMESLTSTD-ROMAN.eot');
	src: url('../fonts/times/TIMESLTSTD-ROMAN.eot?#iefix') format('embedded-opentype'),
		url('../fonts/times/TIMESLTSTD-ROMAN.woff') format('woff'),
		url('../fonts/times/TIMESLTSTD-ROMAN.ttf') format('truetype'),
		url('../fonts/times/TIMESLTSTD-ROMAN.svg#TIMESLTSTD-ROMAN') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
	font-family: 'ligasan';
	src: url('../fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.eot');
	src: url('../fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.woff') format('woff'),
		url('../fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.ttf') format('truetype'),
		url('../fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.svg#LIGASANSLTSTD-BOLD') format('svg');
	font-weight: normal;
	font-style: normal;
	
}



@font-face {
	font-family: 'AvenirLTStd-light';
	src: url('../fonts/Avenir-light/AvenirLTStd-light.eot');
	src: url('../fonts/Avenir-light/AvenirLTStd-light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avenir-light/AvenirLTStd-light.woff') format('woff'),
		url('../fonts/Avenir-light/AvenirLTStd-light.ttf') format('truetype'),
		url('../fonts/Avenir-light/AvenirLTStd-light.svg#AvenirLTStd-light') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
	font-family: 'AvenirLTStd';
	src: url('../fonts/Avenir/AvenirLTStd-Medium.eot');
	src: url('../fonts/Avenir/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avenir/AvenirLTStd-Medium.woff') format('woff'),
		url('../fonts/Avenir/AvenirLTStd-Medium.ttf') format('truetype'),
		url('../fonts/Avenir/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
	
}*/
body{   
	font-size:14px;
    font-family:'Microsoft YaHei';
    color:#666;  
    /*min-width: 1170px;*/
   /*响应式不要加最小宽度*/
}


/*背景-main*/
/*nav导航开始*/
.naxl{
	width: 600px;
	margin:0 auto;
	height: 200px;
	background-color: #fff;
	opacity: 0.8;
}
.naxl li{
	width: 200px;
	margin:0 auto;
	float: left;
	text-align: center;
	padding-top: 20px;
}
.naxl .xl a {
	color:#666;
}
.bla{
	color:#333;
}

.navbar-nav{
	/* 转化为table 并且，宽度百分百，*/
	/*display: table;   
	width: 100%;*/
}
    .navbar-nav > li {
        display: inline-block;
        padding: 5px 10px;
        position: relative;
        /*居中并且转为table-cell*/
        /*text-align: center; 
	display: table-cell;*/
        border-right: 1px solid #fff;
        height: 40px;
        vertical-align: middle;
    }
        .navbar-nav > li > a {
            color: #fff;
            font-size: 18px;
            padding: 0px 16px;
            /*font-family: 'AvenirLTStd-light';*/
            border-radius: 0;
            border: 1px solid transparent;
            padding-bottom: 10px;
            line-height: 24px;
        }
.navbar-default .navbar-nav > li > a.visited {
    color: #fff;
    background: #489d20;
    border-radius: 0;
    /*transition: all 1.5s;*/
}
.navbar-nav > li > a.active {
    color: #fff;
    /*border: 1px solid #fff;*/
    border-radius: 0;
    transition: all 1.5s;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color: #fff;
	/*background: #489d20;*/
	border-bottom: 1px solid #fff;
	border-radius:0;
	transition: all 1.5s;
}
.navbar-nav > li > a:hover {
    color: #fff;
    background: #489d20;
    border-radius: 0;
    transition: all 1.5s;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar-default {
    background-color:transparent;
    border:none;
}
.choose{
	color:#fff;
}
.navbar-nav>li>a>span{
	color:#fff;
	display: block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	background-color: #a41034;
	border-radius: 15px;
}
.navbar-right .xl a{
	font-size: 12px;
	color: #666;
}
/*banner开始*/
 .banner{
 	width: 100%;
 	height: auto;
 }
.banner img{
	display: block;
	width: 100%;
	height: auto;
}
/*.wht{
	background-color:#fff;
}*/

/*按钮适配*/
.btn-p{
	font-size: 16px;
	display: block;
	width: 160px;
	margin:0 auto;
	height: 44px;
	line-height: 44px;
	border-radius: 50px;
	border:2px solid #a41034;
	color:#a41034;
	text-align: center;
	margin-top: 20px;
}
.btn-r{
	color:#fff;
	background-color:#a41034;
}
.btn-s{
	font-size: 14px;
	display:inline-block;
	width: 130px;
	margin:0 auto;
	height: 36px;
	line-height: 36px;
	border-radius: 50px;
	background-color:#a41034;
	color:#fff;
	text-align: center;
	margin-top: 35px;
}
.btn-s1{
	font-size: 14px;
	display:inline-block;
	width: 145px;
	margin:0 auto;
	height: 36px;
	line-height: 36px;
	border-radius: 50px;
	background-color:#a41034;
	color:#fff;
	text-align: center;
	margin-top: 35px;
}
.btn-sp{
	font-size: 14px;
	display: block;
	width: 130px;
	margin:0 auto;
	height: 36px;
	line-height: 36px;
	border-radius: 50px;
	border:2px solid #a41034;
	color:#a41034;
	text-align: center;
	margin-top: 35px;
	transition: all 0.5s;
}

.btn-sp:hover{
	color: #fff;
	background: #a41034;
	
}

.btn-sp1{
	font-size: 14px;
	display: block;
	width: 145px;
	height: 36px;
	line-height: 36px;
	border-radius: 50px;
	border:2px solid #a41034;
	color:#a41034;
	text-align: center;
	margin-top: 35px;
	transition: all 0.5s;
}
.btn-sp1:hover{
	color: #fff;
	background: #a41034;
	
}
/*导航屏幕适应*/
@media only screen and ( min-width:768px) and ( max-width:992px ){
/*.navbar .container{
	width: 970px;
	}*/



}



@media only screen and ( min-width:768px) and ( max-width:1199px ){

} 

@media (min-width: 768px){
		
}
@media only screen and (max-width: 767px){




}
/*
.navbar-nav  li:last-child {
    border-right: none;
}*/

.navbar-nav  li:first-child {
    border-left: 1px solid #fff;
}