body {
    background: #F7F7F7;
    overflow-x: hidden;
    min-width: 1210px;
    color: #9d9d9d;
    /*
    font-size: 14px;
    font-family: Microsoft YaHei,Arial, Helvetica,"\534E\6587\9ED1\4F53", sans-serif;
    */
}
a {
    color: #9d9d9d;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: 0;
}


ul, ol, li {
    list-style: none;
}

.fl {
	float: left;
	}

.fr {
    float: right;
}

.w1000 {
    margin: 0 auto;
    min-width: 1000px;
    width: 1000px;    
}

.clearfix:after {
    clear: both;
}

.header {
    position: relative;
    z-index: 99;
    background-color: #f3f3f4;    
}

.fixedStyle .header_top {
    display: block;
    position: fixed;
    width: 100%;
}

.home_top{
    display: block;
    width: 100%;
    background: #f7f7f7;
    color: #9d9d9d;
    font-size: 14px;
    padding: 15px 50px;
}

.home_top .loginRegister span {
    color: #ea6060;
}

.home_top .loginRegister a {
    font-size: 14px;
    color: #666;
    border-radius: 50px;
    padding: 5px 20px;
    margin: 0 5px;
    background: #fff;
}


.navAndLogo {
    padding: 10px 0;
    margin: 0;
    background: #fff;
    /*
    background: rgba(255,255,255,.95);
    */
    width: 100%;
    min-width: 1210px;
    width: expression_r(document.body.clientWidth < 1210? "1210": "auto" );
    z-index: 9;
		border-top: 1px solid #f1f1f1;    
    border-bottom: 1px solid #f1f1f1;
}

.fixedStyle .navAndLogo {
   padding:5px 0;
}  



.navAndLogo .logo {
    position: relative;
    z-index: 1001;
    width: 212px;
    left: 50px;
}



.navAndLogo .logo a {
    display: block;
}

.navAndLogo .logo a img {
    height: 50px;
}

.navAndLogo .bigNav {
    text-align: center;
    position: relative;
    z-index: 1000;
}

.navAndLogo .bigNav ul{
    margin: 5px 0;
}

.navAndLogo .bigNav ul li {
    display: inline-block;
    margin: 0 20px;
}

.navAndLogo .bigNav ul li a {
    display: block;
    font-size: 18px;
    color: #3d3d3d;
    padding: 10px 0;
    position: relative;
}

  
.navAndLogo .bigNav ul li.on a,.navAndLogo .bigNav ul li:hover a,.navAndLogo .bigNav ul li.hover a{color: #2daa3f}

.subNav {
    left: 0;
    right: 0;
    padding: 5px 0;
    background: url(../img/subnavbg.png) repeat;
    text-align: center;
    display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
.subNav {
    top: 150px;
}

.subNav li {
    display: inline-block;
    padding: 0px 35px;
    border-radius: 40px;
    cursor: pointer;
}
.subNav li a {
    display: block;
}

.subNav li .navIcon {
    width: 50px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.subNav li .desc {
    color: #fff;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.subNav li h2 {
    font-size: 18px;
    font-weight: normal;
}

.fixedBar {
    width: 80px;
    position: fixed;
    top: 50%;
    margin-top: -130px;
    z-index: 999;
    right: 50px;
}

.fixedBar ul li {
    width: 80px;
    background: url(../img/darkrbga.png) repeat;
    margin-bottom: 5px;
    padding: 20px 0;
}

.fixedBar ul li i {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/sprite.png) no-repeat 0 -1057px;
    margin: 0 auto;
}

.fixedBar ul li.chat i {
    background-position: 0 -1115px;
}

.fixedBar ul li.phone i {
    background-position: 0 -1057px;
}


.fixedBar ul li .text {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}
/**/

.backTop {
    background: url(../img/backtop.png) no-repeat top center;
    width: 94px;
    height: 94px;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 10px;
    display: none;
}


.home_footer {
	/*
    position: fixed;
    bottom: 0;	
    */
    background: #000;
    line-height: 20px;
    padding: 20px 0;
    color: #b8b8b8;
    width: 100%;     
}

.home_footer .companyinfo {
    width: 850px;
    overflow: hidden;
    padding: 0;  
    margin: 0 auto;     
}

.companyinfo .company{
	width:400px;	
}
.companyinfo .qr{
	width:300px;	
	text-align:center;
}

.companyinfo .qr img {
    height: 75px;
    width: 75px;
}

.companyinfo .tel b {
    font-size: 20px;
    color: #22ac38;
}

.swiper-container {
    width: 100%;
    height: 500px;
    max-height: 500px;
    min-height: 100px;
}

.swiper-slide img {
	   width: 100%;
	   height: 100%;
	   max-width: 100%;
	   max-height: 100%;
	   -ms-transform: translate(-50%, -50%);
	   -webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	   transform: translate(-50%, -50%);
	   position: absolute;
	   left: 50%;
     top: 50%;
 }

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    margin: 0 3px;
    cursor: pointer;
}

.arrow-left {
    background: url(../img/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}

.arrow-right {
    background: url(../img/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-bottom: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}

.page__content{
	margin:0 auto;
	width:1200px;
}

	.login {
	    background-color: #364150 !important;
	}  	
	
	.login .content {
	    background-color: #eceef1;
	    -webkit-border-radius: 7px;
	    -moz-border-radius: 7px;
	    -ms-border-radius: 7px;
	    -o-border-radius: 7px;
	    border-radius: 7px;
	    width: 550px;
	    margin: 30px auto 10px auto;
	    padding: 20px;
	    padding-top: 10px;
	    overflow: hidden;
	    position: relative;
	}		
	.login .content h3 {
			margin-bottom: 25px;			
	    color: #4db3a5;
	    text-align: center;
	    font-size: 23px;
	    font-weight: 400 !important;
	}	
	.lrForm .formRow .row {
	    margin: 15px 0;
	}		
  .lrForm .formRow {
     width: 450px;
     margin-left: 45px;
  }

	.lrForm .formRow label {
	    width: 60px;
	    display: inline-block;
	    text-align: right;
	    margin-right: 5px;
	  /*  float: left; */
	    margin-top: 5px;    
	}

	.lrForm .formRow span {
	    border: 1px solid #e3e3e3;
	    display: inline-block;
	    border-radius: 5px;
	}    

   .lrForm .formRow span.noborder{
	    border: 0px;
	}    
							
	.lrForm .formRow span input[type=text] {
	    border: 0;
	    height: 30px;
	    line-height: 30px;
	    width: 335px;
	    padding: 0 10px;
	    border-radius: 5px;
	}  
	 
	.lrForm .formRow span input[type=password] {
	    border: 0;
	    height: 30px;
	    line-height: 30px;
	    width: 335px;
	    padding: 0 10px;
	    border-radius: 5px;
	}	
		
	.lrForm .formRow span.short input[type=text] {
	    width:120px;
	}		 
		
	.lrForm .formRow span.shortCode {
	    border: 0;
	    height: 32px;
	    width: 120px;
	    margin-left: 5px;
	}		
	
	.lrForm .formRow span.shortCode img {
	    border-radius: 5px;
	    height: 32px;
	    width: 120px;
	}			
	
	.lrForm .formRow a.changeA {
	    color: #333;
	    margin-left: 15px;
	}		

	.lrForm .formRow span.w242 {
	    width: 242px;
	}		
	
	.lrForm .formRow .lrBtn a {
	    width: 242px;
	    height: 32px;
	    line-height: 32px;
	    text-align: center;
	    color: #fff;
	    display: block;
	    border-radius: 5px;
	    font-size: 16px;
	}		
	.lrForm .formRow .lrBtn a.loginBtn,.lrForm .formRow .lrBtn a.registerBtn {
	    background: #1bbc6b;
	}
	
	
		.lrForm .formRow .selectPut {
	    border: 0;
	    height: 30px;
	    line-height: 30px;
	    width: 110px;
	    border-radius: 5px;
      display: inline-block;
	} 

.lrForm .formRow .loginBtn.l-left{
	width:150px;
	float:left;
	margin:10px;
}