html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a,
img {
    padding: 0;
    margin: 0;
    border: none;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
}

ol,
ul,
li {
    list-style: none;
}

i {
    font-style: normal !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
}

.cur {
    cursor: pointer;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

/*颜色*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.m0 {
    margin: 0 !important;
}

.p0 {
    padding: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
    box-sizing: border-box;
}

.ml10 {
    margin-left: 10px !important;
    box-sizing: border-box;
}

.ml20 {
    margin-left: 20px !important;
    box-sizing: border-box;
}

.ml30 {
    margin-left: 30px !important;
    box-sizing: border-box;
}

.mt5 {
    margin-top: 5px !important;
    box-sizing: border-box;
}

.mt10 {
    margin-top: 10px !important;
    box-sizing: border-box;
}

.mt20 {
    margin-top: 20px !important;
    box-sizing: border-box;
}

.mt30 {
    margin-top: 30px !important;
    box-sizing: border-box;
}

.mr5 {
    margin-right: 5px;
    box-sizing: border-box;
}

.mr10 {
    margin-right: 10px;
    box-sizing: border-box;
}

.mr20 {
    margin-right: 20px;
    box-sizing: border-box;
}

.mr30 {
    margin-right: 30px;
    box-sizing: border-box;
}

.mb5 {
    margin-bottom: 5px;
    box-sizing: border-box;
}

.mb10 {
    margin-bottom: 10px;
    box-sizing: border-box;
}

.mb20 {
    margin-bottom: 20px;
    box-sizing: border-box;
}

.mb30 {
    margin-bottom: 30px;
    box-sizing: border-box;
}

.pd5 {
    padding: 5px;
    box-sizing: border-box;
}

.pd7 {
    padding: 7px;
    box-sizing: border-box;
}

.pd10 {
    padding: 10px;
    box-sizing: border-box;
}

.tx-c {
    text-align: center;
}

.tx-r {
    text-align: right;
}

.tx-l {
    text-align: left;

}

.dn {
    display: none;
}

.db {
    display: block;
}

/*top public css */

.header {
    width: 100%;
    background-color: #f8f8f8;
    position: fixed !important;
    top: 0;
    z-index: 9999999;
    height: 80px;
}

.navbar-default {
    background-color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
}

.logo a.navbar-brand {
    display: inline-block;
    width: 189px;
    height: 63px;
    background: url(../image/zsLOGO.png) no-repeat 0 0;
	background-size: 100% 100%;
    margin: 10px;
    vertical-align: -webkit-baseline-middle;
    float: initial;
}

.logo span {
    font-size: 20px;
    font-family: 'YouYuan';
    color: #292929;
    line-height: 80px;
}

.server {
    color: #222;
    font-size: 16px;
    z-index: 9999999;
}

.server .phone {
    line-height: 66px;
    margin-right: 20px;
}

@media only screen and (max-width:760px) {
    .server .phone {
        line-height: 30px;
        background: #fff;
    }

    .server .regist {
        /* margin-top: 17px !important; */
    }
}

@media only screen and (min-width:760px) {
    .server .regist {
        margin-left: 47px;
    }

    /* .server .regist {
        margin-top: 17px !important;
    } */
}


.server .fs16 {
    font-size: 16px;
}

.server i {
    font-size: 20px;
}

.server .navbar-nav {
    margin: 0 -15px !important;
    display: flex;
    background: #fff;
    align-items: center;
}

.server .regist {
    padding: 13px 39px;
    margin: 12px 0;
    background: #00C48E;
    border-radius: 24px 0px 24px 0px;
}
.server .loginInput {
    width: 240px;
    height: 52px;
    background: #F5F4F4;
    border-radius: 6px;
    border: 1px solid #E7E7E7;
    padding: 0 20px !important;
    margin-right: 20px;
    margin-left: 0;
}

.server .regist a {
    color: #fff !important;
    line-height: 22px;
}

.server .regist a:hover {
    text-decoration: underline !important;
}

.loginInput,
.loginInput2 {
    position: relative;
}

.loginInput2 {
    margin: 0 auto;
    width: 60%;
}

@media only screen and (max-width:767px) {
    .loginInput {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    .loginInput2 {
        display: none;
    }
}

.loginInput input {
    border: 1px solid #c5c3c3;
    line-height: 26px;
    border-radius: 6px;
    font-size: 12px;
    padding: 0 20px 0 10px;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.loginInput2 input {
    border: 1px solid #c5c3c3;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    font-size: 12px;
    padding: 0 20px 0 10px;
    width: 100%;
}

.loginInput span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/search1.png) no-repeat center right;
    position: absolute;
    right: 22px;
    top: 14px;
}

.loginInput2 span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/search1.png) no-repeat center right;
    position: absolute;
    right: 4px;
    top: 5px;
}

.searchResult {
    margin-top: 80px;
}

.searchResult .srbg {
    background: #cfcfcf;
    height: 60px;
}

.searchResult h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 60px;
}

.searchResult .bg {
    background: #e5e5e5;
}

.searchResult .container p {
    font-size: 18px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.searchResult .container p label {
    width: 120px;
    text-align: right;
    font-weight: normal;
    float: left;
}

.searchResult .container p span {
    display: inline-block;
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    float: left;
}

.searchResult .Content {
    padding: 100px 0;
}

.searchResult .Content ul {
    width: 90%;
    margin: 0 auto;
}

.searchResult .Content ul li p {
    font-size: 16px;
    word-break: normal;
    word-wrap: break-word;
}

.Content ul li p label {
    display: inline-block;
    width: 135px;
    text-align: right;
    float: left;
}

.Content ul li p span {
    display: block;
    width: calc(100% - 138px);
    width: -webkit-calc(100% - 138px);
    float: left;
    margin-left: 3px;
}

@media only screen and (max-width:960px) {
    .searchResult .container p {
        word-break: normal;
        word-wrap: break-word;
        line-height: 30px;
    }

    .searchResult .container p:nth-child(2) {
        margin-top: 15px;
    }

    .searchResult .Content {
        padding: 30px 0;
    }

    .searchResult .Content ul {
        width: 95%;
    }
}

/*banner*/
.banner {
    position: relative;
    top: 80px;
}

.banner img {
    width: 100%;
}

@media only screen and (max-width:520px) {
    .loginBox {
        width: 100% !important;
        right: 0 !important;
        top: 193px !important;
        border-radius: 0 0 5px 5px !important;
        border-top: 2px solid #eaeaea !important;
        z-index: 0;
        padding: 10px !important;
        box-shadow: 5px 7px 9px rgb(0 0 0 / 20%);
    }
    .loginForm>div {
        margin-top: 10px !important;
    }
    .loginForm input[type=button] {
        margin-top: 10px !important;
        width: 65% !important;
        height: 52px !important;
    }
    .Pesticides {
        width: 100%;
        height: auto;
        padding: 552px 0 60px 0 !important;
        box-sizing: border-box;
        background: none !important;
        background-size: 100% 100%;
    }

    .aboutUs {
        background: none !important;
    }
}

.loginBox {
    background: #FFFFFF;
    border-radius: 12px;
    border: 7px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 440px;
    padding: 25px 20px;
    top: 10%;
    right: 12%;
    z-index: 9999;
    /* transform: translate(0, -50%); */
}

.loginBox .titleKuang {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginBox .titleBj {
    position: absolute;
    width: 100%;
    height: 11px;
    background: #84FDDB;
    bottom: 0;
    left: 0;
	z-index: -1;
}

.loginBox h1 {
    font-weight: 600;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
}
.loginForm>div {
	position: relative;
    margin-top: 16px;
    height: 62px;
    border-radius: 4px;
    border-bottom: 1px solid #D7D7D7;
}
.loginForm>div label {
	position: absolute;
    left: 0;
    top: 50%;
    z-index: 999;
    transform: translate(0, -50%);
}
.iconP>label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 3px;
}
.person label span {
    background: url(../image/person.png) no-repeat center center;
	background-size: 100% 100%;
}

.passWord label span {
    background: url(../image/close.png) no-repeat center center;
	background-size: 100% 100%;
}

.yzm label span {
    background: url(../image/right.png) no-repeat center center;
	background-size: 100% 100%;
}

.loginForm div input {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    padding-left: 37px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}
.loginForm div input:-WebKit-input-placeholder {

	color: #999;
	
}
	
.loginForm div input:-moz-placeholder {
	
	color: #999;
	
}

.loginForm input[type=button] {
    display: block;
    width: 85%;
    height: 72px;
    margin: 30px auto 5px;
    border: none;
    color: #fff;
    font-size: 20px;
    background: #00C48E;
    border-radius: 36px 0px 36px 0px;
}

.code_pic {
    position: absolute;
    right: 0;
    color: #000;
    /* font-size: 20px;
    line-height: 40px; */
    position: absolute;
    text-align: center;
    cursor: pointer;
	transform: translate(0, -55%);
	top: 50%
}

.code_pic img {
    display: block;
    width: 120px;
    height: 42px;
}
@media only screen and (max-width:520px) {
    .code_pic img {
        display: block;
        width: 120px;
        height: 40px;
    }
    .public-h1 {
        font-size: 32px !important;
    }
}

/*banner  end*/
.Pesticides {
    width: 100%;
    height: auto;
    padding: 120px 0 60px 0;
    box-sizing: border-box;
    background: url(../image/bj1.png) no-repeat center center;
    background-size: 100% 100%;
}

.public-h1 {
    text-align: center;
    font-size: 45px;
    color: #000000;
    line-height: 60px;
}

.Pesticides .container h1 {
    color: #000;
}

.aboutUs .container h1 {
    color: #ffffff;
}

.public-p {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}

.Pesticides .container>p {
    color: #000;
}

.aboutUs .container>p {
    color: #fff;
}

.Pesticides .container ul {
    margin-top: 50px;
}

.Pesticides .container ul li {
    margin-bottom: 15px;
}

.Pesticides .container>p a {
    color: #2c93fd;
    text-decoration: underline !important;
}

.Pesticides .container li>p {
    color: #000;
    font-size: 24px;
}

.aboutUs {
    width: 100%;
    height: auto;
    background: url(../image/bj2.png) no-repeat center center;
    background-size: 100% 100%;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.rgba0 {
    padding: 20px 0 30px 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .55);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
}

.service {
    margin-top: 66px;
}

.service h1 {
    color: #000 !important;
}

.spint {
    padding: 28px 0;
}

.spint div {
    text-align: center;
    cursor: pointer;
}
.spint div img {
    /* width: 160px; */
    height: 80px;
}
.spint .fwkhName {
    padding-top: 8px;
    font-size: 16px;
    color: #000000;
    line-height: 21px;
}

/*关于我们结束*/
.winsafe-footer {
    padding: 80px 0;
    background-color: #30333a;
}

.winsafe-footer p {
    margin-top: 15px;
    color: #fff;
}

.winsafe-footer p span {
    color: #fff;
    margin-left: 10px;
}

.winsafelogo {
    width: 126px;
    height: 16px;
    background: url(../image/winsafe.png) no-repeat 0 0;
}

.winsafe-phone i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../image/iphone.png) no-repeat 0 0;
}

.winsafe-local i {
    display: inline-block;
    width: 16px;
    height: 22px;
    background: url(../image/local.png) no-repeat 0 0;
    vertical-align: text-top;
}

.footer-txt dd {
    text-align: center;
    margin-top: 15px;
}

.footer-txt dd a {
    color: #fff;
}

.footer-txt dd a:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* ssss */
.registerBox {
    margin-top: 80px;
}

.registerBox h1 {
    font-size: 20px;
}

.registerBox .reTit {
    background: #e7e7e7;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}

.reForm label {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-align: right;
    padding: 7px 0 0 15px !important;
}

.formTextarea {
    width: 350px;
    max-width: 500px;
    max-height: 140px;
    border: 1px solid #ddd;
}

.rBtn {
    color: white;
    font-size: 22px;
    width: 160px;
    height: 42px !important;
    border: none;
    background: -webkit-linear-gradient(top, #ecd33d, #f7a20c);
    background-repeat: no-repeat;
    border-radius: 8px;
    border: 0 !important;
}

.layui-layer-content {
    text-align: center;
    margin-top: 20px;
}

.resultError {
    text-align: center;
    color: red;
    font-size: 16px;
}