﻿
/*global css*/
* {
	font-family: '微软雅黑', Arial, Helvetica, sans-serif;
	outline-style: none !important;
	-webkit-text-size-adjust: none; /*_behavior:url(/iepng/iepngfix.htc);*/
	behavior: url(/inc/file/ie-css3.htc);
}
td, th, div, input, select, textarea, li, ol, dt, dd, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	color: #333;
}
font, span {
	font-size: 12px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
	padding: 0;
	margin: 0;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
li {
	list-style-type: none;
}
img {
	border: none;
}
/*文字大小，颜色，行距定义 fz:font-size；fc:font-color；flh:font-line-height*/
.fz_12px {
	font-size: 12px;
}
.fz_14px {
	font-size: 14px;
}
.fz_16px {
	font-size: 16px;
}
.fz_60px {
	font-size: 60px;
}
.fc_red {
	color: #ff0000;
}
.fc_gory {
	color: #666;
}
.fc_white {
	color: #fff;
}
.fc_yellow {
	color: #ff6600;
}
.flh_150 {
	line-height: 150%;
}
.flh_180 {
	line-height: 180%;
}
/*form*/
.form_input {
	border: 1px solid #ccc;
	color: #333;
	background: url(../images/input_bg.gif) #fff repeat-x;
	height: 20px;
	line-height: 20px;
}
.form_area {
	border: 1px solid #ccc;
	color: #333;
	background: url(../images/input_bg.gif) #fff repeat-x;
	line-height: 180%;
}
.form_button {
	border: none;
	background: #505050;
	color: #fff;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	overflow: hidden;
	width: 80px;
}
.form_button_130 {
	width: 130px;
}
.form_focus {
	border-color: red;
}
.form_gory_button {
	border: none;
	background: url(../images/button_grey.gif);
	width: 110px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #555;
	text-align: center;
}
select.form_focus {
	background: #ccc;
}
/* padding */
.clear {
	margin: 0px auto;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.blank3 {
	margin: 0px auto;
	clear: both;
	height: 3px;
	font-size: 1px;
	overflow: hidden;
}
.blank6 {
	margin: 0px auto;
	clear: both;
	height: 6px;
	font-size: 1px;
	overflow: hidden;
}
.blank9 {
	margin: 0px auto;
	clear: both;
	height: 9px;
	font-size: 1px;
	overflow: hidden;
}
.blank12 {
	margin: 0px auto;
	clear: both;
	height: 12px;
	font-size: 1px;
	overflow: hidden;
}
.blank15 {
	margin: 0px auto;
	clear: both;
	height: 15px;
	font-size: 1px;
	overflow: hidden;
}
.blank20 {
	margin: 0px auto;
	clear: both;
	height: 20px;
	font-size: 1px;
	overflow: hidden;
}
.blank25 {
	margin: 0px auto;
	clear: both;
	height: 25px;
	font-size: 1px;
	overflow: hidden;
}
.blank30 {
	margin: 0px auto;
	clear: both;
	height: 25px;
	font-size: 1px;
	overflow: hidden;
}
/*a*/
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #ff6600; /*text-decoration:underline;*/
}
a.red {
	color: red;
	text-decoration: none;
}
a.red:hover {
	color: red;
	text-decoration: underline;
}
.clean:after, .clean:before {
	display: table;
	content: '';
}
.clean:after {
	clear: both;
}
.clean {
	zoom: 1;
}
/*搜索*/
.seek{
    border: 1px solid #2fad38;
    margin: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    max-width: 300px;
    margin: 0 auto;
}
.box{
    display: flex;
    /* flex-direction: row; */
    /* align-items: center; */
    justify-content: space-between;
    margin: 0 0 0 15px;
}
.box input{
    font-size: 14px;
    border: 0;
    background-color: rgb(255 255 255 / 0%) !important;
}
.box button{
    width: 60px;
    height: 36px;
    background: url(https://yanshi.eyoucms.com/skin/tem_4.png) no-repeat center #2fad38;
    background-size: 20px;
    /* display: block; */
    -moz-border-radius: 0 9px 9px 0;
    -webkit-border-radius: 0 9px 9px 0;
    border-radius: 0 6px 6px 0;
    border: none;
}
.box input:-webkit-autofill { 
        -webkit-box-shadow:0 0 0px 1000px white inset;
        -webkit-text-fill-color: #333;
}
/*首页服务*/
.con{
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 50px;
}
.con dl{
    float: left;
    width: 25%;
    line-height: 26px;
    color: #666;
    text-align: center;
}
.con h2{
    font-size: 16px;
    margin: 25px 0 5px 0;
    color: #333;
}
.img-cover {
    width: 100%;
    height: 103px;
    object-fit: cover;
}
/*绿色*/
.join_in {
    padding: 100px 0;
    background: #2fad38;
    text-align: center;
}
.join_in_title {
    font-size: 30px;
    color: #fff;
}
.join_in_text {
    color: #fff;
    font-size: 18px;
    margin: 35px 0 35px 0;
}
.join_in_button {
    padding: 8px 20px;
}
.all_button {
    display: inline-block;
    background: #fff;
    border: solid 1px #fff;
    color: #2fad38;
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden;
}
.all_button:hover{
    background: #fff;
    color: #2fad38;
}
/*turn page*/
#turn_page {
	text-align: center;
}
#turn_page[first] .page_button:first-child, #turn_page[last] .page_button:last-child {
	background-color: #fff;
}
#turn_page[first] .page_button:first-child i, #turn_page[last] .page_button:last-child i {
	color: #4b4b4b;
}
#turn_page .page_button {
	width: 26px;
	height: 26px;
	line-height: 26px;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 5px;
}
#turn_page .page_button i {
	font-size: 14px;
	color: #0078cc;
}
#turn_page .page_button:hover {
	background-color: #2fad38 !important;
}
#turn_page .page_button:hover i {
	color: #fff !important;
}
#turn_page .page_item {
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #666;
	background-color: #fff;
}
#turn_page .page_item:hover {
	color: #fff;
	background-color: #2fad38;
}
#turn_page .page_item_current {
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	background-color: #2fad38;
}
#turn_page a, #turn_page font {
	font-family: Arial;
	display: inline-block;
	border-radius: 3px;
	margin: 0 2.5px;
	vertical-align: middle;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	content: '';
}