@charset "UTF-8";

html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	outline: none;
}

body {
	background: #FFF;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	line-height: 26px;
	text-align: left;
	margin: auto;
	width: 100%;
	height: 100%;
	min-width:1200px;
	outline: none;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@-webkit-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-moz-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-o-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}


a:hover {
	text-decoration: none;
	color: #00923f;
}

ul, 
ol {
	padding-left: 0;
	margin: 0
}

li {
	list-style: none;
}

input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"] {
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}


textarea:focus, 
input:focus {
	color: #666;
}

iframe, 
embed, 
object {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
/* Other Fixes */
*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-spacing: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
	text-decoration:none;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #a3a3a3;
}

::-moz-selection {
	color: #fff;
	background: #a3a3a3;
}

::-webkit-input-placeholder {
	color: #838383;
	text-overflow: ellipsis;
}

:-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

::-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

/* ==========================================================================
 Typography
========================================================================== */

h1, 
h2 {
	font-weight: normal;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei',sans-serif;
	text-transform: none;
	margin: 0;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}




/* ==========================================================================
 Background Color
========================================================================== */

.gray-bg {
	background-color: #f3f3f3;
}

.color-overlay {
	position: relative;
	height: 100%;
	width: 100%
}



/* ==========================================================================
 Floats and Margins
========================================================================== */

/* Float */
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
}
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear-both {
    clear: both !important;
    float: none !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border: none !important;
    padding: 0 !important;
    min-height: auto !important;
}

.clearfix:before{
    display: table;
    content: " ";
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}

/* ==========================================================================
Sections
========================================================================== */


section {
    overflow: hidden;
    position: relative;
	background:#fff;
    z-index: 9;
}

.nr-cz{
    vertical-align: middle;
    display: table-cell;
}
.nr-djz{
    position: relative;
    max-width: 1365px;
    margin: 0 auto;
}


.isotope, 
.isotope .portfolio-item, 
.isotope .post-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.align-center{
	text-align:center;
	line-height:0;
	font-size:0;
}
.align-left{
	text-align:left;
	line-height:0;
	font-size:0;
}
.align-right{
	text-align:right;
	line-height:0;
	font-size:0;
}
.align-left li,.align-right li,.align-center li{
	display:inline-block;
}

.pagerMain{
    text-align: center;
    margin-top: 20px;
}
.pagerMain span:first-child,.pagerMain span:last-child{
	display: none;
}
.pagerMain a{
	width:auto;
	padding:0 15px;
	height:30px;
	border:1px solid #e4e4e4;
	line-height:30px;
    background: #fff;
	color:#666666;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
	font-family:"宋体";
	margin:5px;
	border-radius:4px;
}
.pagerMain a.page_current{
	color:#fff;
	background:#00923f;
	border:1px solid #00923f;
}
.pagerMain a:hover{
	background:#00923f;
	color:#fff;
}

.jjbq-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jjbq-box li{
    -webkit-box-flex: 0;
}

.container{
	width:1200px;
	margin:0 auto;
}
em{
	font-style:normal;
}
img{
    -webkit-user-drag: none;
    vertical-align: middle;
     max-width: 100%;
}
.time4{

    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}

.cz-cen {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
}


.ho_til{
    width: 100%;
    text-align: center;
    margin: 40px 0 20px 0;
}
.ho_til h2{
    color: #333333;
    font-size:24px;
	line-height: 25px;
	display: inline-block;
}
.ho_til h4{
    color: #999999;
    font-size: 13px;
	line-height: 20px;
	position: relative;
	display: inline-block;
}


/* Header */
header {
    z-index: 999;
    position: relative;
    width: 100%;
}
.navbar{
	width: 100%;
	z-index:99;  
	top: 0;
	left: 0;
	background:#fff;     
}
.head-top{
	width: 100%;
	background: #e7e7e7;
}
.head-top p{
	color: #505050;
	font-size: 14px;
	line-height: 40px;
}
.head-cen{
	height:116px ;
}
.logo{
	float: left;
	margin-top: 12px;
}
.tel{
	float: right;
	background: url(../images/tel-icon.png) no-repeat left center;
	padding-left: 50px;
	margin-top: 25px;
}
.tel h5{
	color: #666666;
	font-size: 16px;
	line-height: 20px;
}
.tel h2{	
	color: #e5151a;
	font-size: 22px;
	line-height: 25px;
	font-family: Impact, Haettenschweiler;
}
.nav-tab{
	width: 100%;
	background: #00923f;
    position: relative;
    z-index: 9;
}
.nav-tab .align-left{
	float: left;
}
.nav-tab .sub-li{
	position: relative;
	padding:0 30px;
}
.nav-tab .sub-li:hover,.nav-tab .sub-li.current{
	background: #057d39;
}
.nav-tab .sub-li a{
    color: #fff;
    font-size: 15px;
    line-height: 60px;
    display: block;
}
.sub-menu{
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
	width: 100%;
	display: none;
}
.sub-menu li{
    display: block;
    background: #00923f;
    margin-bottom: 1px;
}
.sub-menu li:hover{
	background: #057d39;
}
.nav-tab .sub-li .sub-menu li a{
	line-height: 40px;
    text-align: center;
    padding-left: 0;
    font-size: 13px;
}


/*search*/
.search{
	background: #fff;
    z-index: 15;
    width: 310px;
    float: right;
	border-radius: 20px;
	margin-top: 13px;
}
.search  input{
    width:212px;
    border-right: 1px solid #d1d1d1;
    float: left;
    padding-left: 10px;
	line-height: 35px;
	background: none;
}
.search button{
    width: 97px;
    float: left;
    height: 35px;
    background: url(../images/search_btn.png) no-repeat 20px center;
    color: #666666;
    font-size: 14px;
    line-height: 35px;
	text-indent: 20px;
	cursor: pointer;
}
.search .logo-box{
    float: right;
    width: 275px;
    background: #003f98;
    height: 100%;
}


/*foot*/
#footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    text-align: left;
    z-index: 0;
	background:#f3f3f3;
}
.foot-nav{
	padding:30px 0 40px 0;
}
.foot_tab1{
	float: left;
	width: 15.8%;
}
.foot_tab1.contact_foot{
	width: 21%;
}
.foot_tab1 h3{
	color: #555555;
	font-size: 16px;
	line-height: 45px;
	position: relative;
	margin-bottom: 12px;
}
.foot_tab1 h3::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #929292;
	width: 16px;
	height: 2px;
}
.foot_tab1 ul li a,.foot_tab1 p,.foot_tab1 p a{	
	color: #999999;
	font-size: 14px;
	line-height: 25px;
}

.foot_tab1.ewm_foot{
	width: 115px;
	float: right;
}
.foot_tab1.ewm_foot span{
	display: block;
	text-align: center;
	color: #555555;
}

.foot-bq{
	text-align: center;
	background: #2f2f2f;
}
.foot-bq_font p,.foot-bq_font p a{
	color: #cccccc;
	font-size: 12px;
	line-height: 45px;
}



.rebox{
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-filter: none!important;
	background: #000;
	background: url(data:image/png);background: rgba(0,0,0,.7)
}

.rebox-contents {
	position: absolute;
	top: 5%;
	left: 5%;
	text-align: center;
	width: 90%;
    height: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
}

.rebox-contents .rebox-content {
	border: 5px solid #fff;
	box-shadow: 0 0 20px #000;
	border-radius: 1px;
	max-width: 100%;
	max-height: 100%
}

.rebox-loading {
	width: 31px;
	height: 31px;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 48%;
	left: 50%
}

.rebox-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	background: #000;
	background: rgba(0,0,0,.7)
}

.rebox-caption p {
	margin: 0 auto;
	max-width: 70%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 18px
}

.rebox-button {
	position: absolute;
	z-index: 9999;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000;
	opacity: .4;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	border-radius: 32px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.rebox-button:hover,.rebox-button:focus {
	opacity: 1;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4)
}

.rebox-close {
	right: 10px;
	top: 10px
}

.rebox-next {
	right: 10px;
	top: 48%
}

.rebox-prev {
	left: 10px;
	top: 48%
}

.rebox-loading {
	left: 50%;
	top: 48%;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg)
	}

	to {
		-ms-transform: rotate(360deg)
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}