@font-face {
    font-family:"Microsoft YaHei";;
}
html {
    font-size: 14px;
}
body{
    line-height: 1.8;
    background: #fff !important;
    font-family: Microsoft YaHei;
    margin:0;
    overflow-x: hidden;
}
a{
    color: #666;
    text-decoration: none;
    transition: all .4s;
}
a:active,a:hover{
    text-decoration: none;
}
/* HTML5 display definitions */
article,aside,details, figcaption,figure,footer,header,main, menu,nav,section,summary {
    display: block;
}
audio,canvas,progress,video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
h1,h2,h3,h4,h5,h6{
   margin: 0 !important;
   padding:0 !important;
   font-weight: normal;
}
.container{width: 76%; margin-left: auto;margin-right: auto;padding: 0px;}
.wrapper{width: 100%; margin: 0 auto; padding: 0;}
.clear{clear:both; height:0;}
.clearfix:after {content: "."; display: block;  height: 0; clear: both;  visibility: hidden;}
.clearfix{zoom:1;}
/* Text-level semantics */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
figure {
    margin: 1em 40px;
}
b,
strong {
    font-weight: bolder;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
small {
    font-size: 80%;
}
.block{
    display: block !important;
}
/* Embedded content */
img {
    border-style: none;
}
/*=============
 * 基础默认样式
 =============*/
html, body {
    position: relative;
    height: 100%;
}
ul,h1,h2,h3,p,div,dl,dt,dd,figure,figcaption{
    margin: 0;
    padding: 0;
}
li{list-style: none;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{ max-width: 100%; height: auto; transition: all .5s;}
/*=============
 * 工具样式
 =============*/
.center-block{
    display: block;
    margin-right: 0;
    margin-left: 0;
}
.float_r{
    float: right !important;
}
.float_l{
    float: left !important;
}
.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}
.text-center{
    text-align: center !important;
}
.hide {
    display: none;
}
.obHide {
    display: none;
    visibility: hidden;
    position: absolute;
    z-index: 99;
}
.show {
    display: block;
}
*{box-sizing: border-box;}

/*=============
 * 浏览器更新提示
 =============*/
.browerupgrade{
    margin: 0;
    padding: 1rem;
    background: #ccc;
}
/*图标文件*/
.icon-yonghuming:before {
  content: "\e6fe";
}
@-webkit-keyframes bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes navFixed {
    0% {
        -webkit-transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes navFixed {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes nav-item-searchshow {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(
            0.2727,
            0.0986,
            0.8333,
            1
        );
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes nav-item-searchhide {
    0% {
        opacity: 0;
        transform: scale(0.7);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/*分页*/
.pageNum{
  width:100%;
  height:2rem;
  text-align: center;
  vertical-align: middle;
  margin: 3rem auto 0;
}
.pageNum a{
  display:inline-block;
  width: 2rem;
  height:2rem;
  line-height:2rem;
  text-align:center;
  color:#29a7da;
  border:1px solid #52bd32;
  margin:0 .1rem;
}
.pageNum a:hover{
  color:#fff;
  background: #29a7da;
  border:##29a7da solid 1px;
}
.pageNum a.active{
  color:#fff;
  background: #29a7da;
  border:#29a7da solid 1px;
}
/*翻页*/
.page_fan{
    margin:25px 0;
    border-top: #c7c7c7 dotted 1px;
    border-bottom: #c7c7c7 dotted 1px;
    height: 45px;
    line-height: 45px;
}
.fan_l a{
    background: url(../images/arrow_l.png) no-repeat left;
    padding-left: 20px;
}
.fan_l a span{
    font-size: 14px;
    color: #686868;   
}
.fan_l a:hover span{
    color: #198339;
}
.fan_r a{
    background: url(../images/arrow_l.png) no-repeat right;
    padding-right: 20px;
}
.fan_r a span{
    font-size: 14px;
    color: #686868;   
}
.fan_r a:hover span{
    color: #198339;
}
.message form{
	width: 100%;
}
.message .mess_input{
	width: 70%;
}
.message .mess_input span{
	font-size: 16px;
	margin-bottom: 8px;
	color: #333;
	position: relative;
	padding-right: 15px;
	display: inline-block;
}
.message .mess_q span::after{
	color: red;
	content: "*";
	position: absolute;
	right: 2px;
	top: 0;
	font-size: 16px;
}
.message .mess_input{
	margin-bottom: 1.5%;
}
.message .mess_input input{
	padding: 8px 10px;
	width: 100%;
	display: block;
	outline-style: none;
	font-size: 16px;
	border:#e8e8e8 solid 1px;
}
.message .mess_textarea input{
	padding: 8px 10px 40px;
}
.btn4{
	width: 100%;
	padding-top: 1.5%;
}
.btn4 input{
	width: 70%;
	border: none;
	padding: 0;
	margin: 0;
	padding: 12px 10px;
	font-size: 16px;
	background-color: #198339;
	outline-style: none;
	color: #fff;
	cursor: pointer;
}
.btn4 input:hover{
	background-color: #198339;
}