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;
}
.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: #f8f8f8 !important;
    border-radius:0 !important;
    border:none !important;
}
.logo a.navbar-brand{
	display:inline-block;
	width:187px;
	height:60px;
	background:url(../img/logo.png) no-repeat 0 0;
	margin:10px;
	vertical-align: -webkit-baseline-middle;
	float:initial;
}
.logo span{
	font-size:20px;
	font-family:'YouYuan';
	color:#292929;
	line-height:80px;
}
.server{
	color:#292929;
	font-size:16px;
	z-index:9999999;
}
.server .phone{
	line-height:80px;
}
@media only screen and (max-width:760px) {
	.server .phone{line-height:30px;background:#fff;}
	.server .regist{margin-top:0 !important;}
}
.server i{
	font-size:20px;
}
.server .navbar-nav{
	margin:0 -15px !important;
}
.server .regist{
	padding:10px 20px;
	box-sizing:border-box;
	margin-top:25px;
	background:#f8f8f8;
}
.server .regist a{
	color:#292929;
}
.server .regist a:hover{
	text-decoration: underline !important;
}
/*banner*/
.banner{
	position:relative;
}
.banner img{
	width:100%;
}
@media only screen and (max-width:520px) {
	.loginBox{
		width:100% !important;
		right:0 !important;
		top:80px !important;
		border-radius:0 0 5px 5px !important;
		border-top:2px solid #eaeaea;
		z-index: 0;
	}
}
.loginBox{
	position: absolute;
    width:400px;
    padding: 20px;
    top:23%;
    right:12%;
    z-index: 9999;
    background:rgba(255,255,255,.92);
    background:rgba(255,255,255);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
    border-radius:5px;
    box-shadow: 5px 7px 9px rgba(0,0,0,.2);
 
}
.loginBox h1{
	font-size:18px;
	color:#292929;
	font-weight:600;
}
.loginForm>div{
	position:relative;
	border:1px solid #e8e8e8;
	height:40px;
	margin-top:20px;
}
.loginForm>div label{
	position:absolute;
	left:0;
	top:2px;
	width:40px;
	height:32px;
	border-right:1px solid #ddd;
	z-index:999;
}
.iconP>label span{
	display:inline-block;
 	width:22px;
 	height:22px; 
    margin:7px;
}
.person label span{
	background:url(../img/person.png) no-repeat center center;
}
.passWord label span{
	background:url(../img/close.png) no-repeat center center;
}	
.yzm label span{
	background:url(../img/right.png) no-repeat center center;
}	
.loginForm div input{
	position:absolute;
	left:0;
	top:0;
    height:38px;
    padding-left:45px;
    width:100%;
    box-sizing: border-box;
   background-color:#fff;
}
.yzm{
	width:50%;
}
.loginForm input[type=button]{
	display:block;
	width:90%;
	height:56px;
	background-color:#2c93fd;
    margin:15px auto;
    border:none;
    color:#fff;
    font-size:20px;
}
.code_pic{
	position:absolute;
	right:-95%;
	width:90%;
	height:40px;
	color:#000;
	font-size:20px;
	line-height:40px;
	position: absolute;		
	text-align: center;
	cursor:pointer;
}
.code_pic img{
	display:block;
	width:100%;
	height:100%;
}
/*banner  end*/
.Pesticides{
	width:100%;
	height:auto;
	padding:120px 0 60px 0;
	box-sizing:border-box;
	background:url(../img/bj1.png) no-repeat center center;
	background-size:100% 100%;
}
.public-h1{
	font-size:34px;
    text-align:center;
}
.Pesticides .container h1{
	color:#292929;
}
.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(../img/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:50px;
}
.service h1{
	color:#000 !important;
}
.spint{
	padding:20px 0;
}
.spint div{
	text-align: center;
	cursor: pointer;
	margin-bottom:15px;
}

/*关于我们结束*/
.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(../../img/cttweb/login/winsafe.png) no-repeat 0 0;
}
.winsafe-phone i{
	display:inline-block;
	width:19px;
	height:19px;
	background:url(../../img/cttweb/login/iphone.png) no-repeat 0 0;
}
.winsafe-local i{
	display:inline-block;
	width:16px;
	height:22px;
	background:url(../../img/cttweb/login/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;
}
.xyRed{color:red !important;}
.form-control{border-radius:0 !important;}
.rBtn{
	color: white;
    font-size: 22px;
    width: 160px;
    height: 42px !important;
    border: none;
    background:#2c93fd;
    background-repeat: no-repeat;
    border-radius: 8px;
}