﻿/*-----------------[初始化]--------------*/
body{color: #333;font-size: 14px;line-height: 1.5;background: #fff;font-family:"Microsoft Yahei", sans-serif;}
a{color: #333;}
a:hover{color: #f5ab18;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
a,img,button,input,textarea,div{-webkit-tap-highlight-color:rgba(255,255,255,0);}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
input,textarea,select{
    font-size: 12px;color: #444;border-radius: 0;
    font-family:"Microsoft Yahei",sans-serif;outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='text'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='text'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #ccc;}
::-moz-placeholder {color: #ccc; }
::-ms-input-placeholder {color: #ccc;}

input[type="text"]:focus,input[type="password"]:focus,input[type="tel"]:focus{
    /*background: #fff;border: 1px solid #bbb;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*input.false:focus{border: 2px solid #ff1531;background: #fff;}*/

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*无选中效果*/
.unselect{
    -moz-user-select     : none;
    -khtml-user-select   : none;
    -webkit-user-select  : none;
    -o-user-select       : none;
    user-select          : none;
}

/*布局*/
.wp{width: 100%;padding: 0 17px; margin: 0 auto;}

/*标题*/

/*按钮*/

/*颜色*/


/*
-----------------[头部]--------------*/

body .body-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .body-mask.open {
    display: block;
}
.nav {
    display: none;
    z-index: 100;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: #fff;
    /*padding: 18px 15px 10px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.icon-link {
    overflow: hidden;
    margin-bottom: 10px;
}
.icon-link a {
    float: left;
    margin: 0 auto;
    width: 20%;
    font-size: 15px;
    line-height: 21px;
    color: #232323;
    text-align: center;
}
.icon-link span {
    display: block;
    margin: 0 auto 7px;
    width: 51px;
    height: 51px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 51px 51px;
    background-size: 51px 51px;
}
.icon-link .icon1 span {
    background-image: url(../image/yx.png);
}
.icon-link .icon2 span {
    background-image: url(../image/zx.png);
}
.icon-link .icon3 span {
    background-image: url(../image/gl.png);
}
.icon-link .icon4 span {
    background-image: url(../image/lb.png)
}
.icon-link .icon5 span {
    background-image: url(../image/zq.png);
}
.nav-tab {
    height: 35px;
    line-height: 35px;
    border: 1px solid #97c03d;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 14px;
}
.nav-tab li {
    float: left;
    width: 33.333%;
    font-size: 16px;
    color: #565656;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-tab li + li {
    border-left: 1px solid #97c03d;
}
.nav-tab li.on {
    background-color: #97c03d;
    color: #fff;
}
.ul-nav {
    overflow: hidden;
    margin-right: -10px;
}
.ul-nav li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ul-nav1 a {
    display: block;
    margin-right: 10px;
    padding: 8px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.ul-nav1 .pic {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 8px;
    border-radius: 5px;
}
.ul-nav1 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.ul-nav1 .txt {
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #989898;
}
.ul-nav1 .txt h3 {
    color: #232323;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:90px;
}
.ul-nav1 .txt span {
    color: #ffb84a;
    margin: 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-nav2 a {
    display: block;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #565656;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}
.ul-nav2 li.on a {
    background-color: #97c03d;
    border-color: #97c03d;
    color: #fff;
}
.so-box {
    display: none;
    z-index: 100;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 44px;
    padding: 8px 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px 5px #f3f3f3; 
}
.so-box .box{
    position: relative;
    height: 28px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #c6c6c6;
}
.so-box .box .so-txt{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 12px;
    color: #000;
    padding: 0 50px 0 10px;
}
.so-box .box .so-btn{
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: 0;right: 0;
    border: none;
    outline: none;
    width: 40px;height: 100%;
    background-color: #97c03c;
}
/*
-----------------[底部]--------------*/


/*
-----------------[公用]--------------*/







