/*
* @Author: Administrator
* @Date:   2018-07-23 13:53:59
* @Last Modified by:   Administrator
* @Last Modified time: 2018-07-26 15:31:21
*/
/*css reset*/
*{font-family:"微软雅黑", tahoma,arial,"宋体", Helvetica, sans-serif,"iconfont","Microsoft YaHei"  !important;margin:0;padding:0;list-style: none;}
body,div,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,dl,dd,dt,input,span{margin:0;padding:0;}
body{font-size: 14px; background:#F6F6F6;color:#8a8a8a;font-family:"Microsoft YaHei","微软雅黑", tahoma,arial,"宋体", Helvetica, sans-serif}
img{ border: none;}
li{list-style: none;}
input,select,textarea{outline: none;}
textarea{ resize: none;}
a{ text-decoration: none;outline:none;color:#8a8a8a;cursor: pointer;}
a:hover{color: #444444;}
i,em{ font-style:normal; font-family:"Microsoft YaHei";}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
table{border-collapse: collapse;border-spacing: 0;}

body{background-color: #f1f1f1;min-height: 100%;}
/* display */
.dn{display:none;}
.di{display:inline;}
.db{display:block;}
.dtc{display:table-cell;}
.dib{display:inline-block;*display:inline;*zoom:1} /* if the element is block level(eg. div, li), using 'inline_any' instead */
a:hover{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
h3{
	font-weight: normal;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;  zoom: 1;
}
.login_content .top{
	height: 68px;

}
.login_con{
	width: 1200px;
	margin: 0 auto;
}
.top .left{
	float: left;
	margin-left: 70px;
	margin-top: 22px;
}
.top .left img{
	width: 213px;
}
.top .right{
	float: right;
	margin-right: 110px;
}
.top .right a{

	font-size: 14px;
	color: #939393;
}
.right ul{
	margin-top: 25px;
}
.right li{
	float: left;
}
.login_phone2{
	background: url(../../img/login/login_phone2.png) no-repeat left;
	background-size: 12px 18px;
	padding-left: 18px;
	margin-right: 25px;
}
.login_kf{
	background: url(../../img/login/login_kf.png) no-repeat left;
	background-size: 16px 14px;
	padding-left: 22px;
	color: #939393;
}
.login_container{
	width: 100%;
	height: 440px;
	background: url(../../img/login/login_bg.png) no-repeat ;
	background-size: 100% 100%;
}
.part1{
	float: left;
	margin-top: 105px;
	margin-left: 65px;
}
.part1 img{
	width:560px;
}
.part2{
	float: right;
	margin-right: 110px;
}
/* 登录    */
 .login-top-bg2{
	width: 300px;
	height: 340px;
	background: #fff;
	margin-top: 50px;
	padding-top: 30px;
} 
.login-ul{
	padding: 0;
}
.on{
	color: #366EFB;
}
.input1,.input2{
	 width: 232px; 
	height: 34px;
	background: #ffffff;
    padding:0;
    position: relative;
    border: 1px solid #EDEDED;
    border-radius: 2px;
    margin-left: 34px;
}
.input1 input, .input2 input{
	float: left;
    width: 180px;
    border: 0;
    font-size: 14px;
	color: #343744;
    border-left: 1px solid #EDEDED;
    padding-left: 10px;
    margin-top: 5px;
}
.input1 img {
    width: 12px;
    height: 18px;
    margin: 8px 12px;
    float: left;
}
.input2 img {
    width: 16px;
    height: 18px;
    margin: 7px 10px;
    float: left;
}
.dialog{
	position: absolute;
	top: -14px;
	right: -11px;
	width: 80px;
	height: 24px;
	background: url(../../img/login/login_icon2.png) no-repeat;
	background-size: 100% 100%;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 4px
}
.inputdel i {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 12px;
    top: 10px;
    background: url(../../img/login/login_close.png) no-repeat center center;
    background-size: 100%;
}
.login_fg{
	width: 248px;
	margin: 20px auto 0;
}
.login_fg img{
	width: 100%;
}
.login-btn {
	width: 232px;
	height: 34px;
    text-align: center;
    margin-top: 27px;
    background-color: #366EFB;
    margin:30px auto 0;
    border-radius: 2px;
}
.login-tips{
	font-size: 12px;
    height: 26px;
    line-height: 26px;
    color: red;
    margin-left: 35px;
}
.login-btn a {
    color: #ffffff;
    font-size: 14px;
    display: block;
    line-height: 34px;
    padding: 0;
}
.lost-password {
    margin-top: 20px;
    font-size: 12px;
    color: #C0C0C0;
    text-align: left;
    cursor: pointer;
    margin-left: 35px;
}
.lost-password span {
    padding-left: 12px;
    background: url(../../img/login/login_icon.png) no-repeat left center;
    background-size: 10px 10px;
}
.forget{
	float: right;
    margin-right: 32px;
}
.tab{
	text-align: center;
}
.tabList{
	font-size: 18px;
	margin: 0 auto;
	color: #939393;
	position: relative;
}
.tabList span{
	cursor: pointer;
}
.log{
	margin-right: 74px;
}
.login_footer a{
	font-size: 12px;
	color: #939393;
	padding: 0 15px;

}
.login_footer i{
	display:inline-block;
	width: 1px;
	height: 8px;
	background: #DEDEDE;
}
.login_footer .foot{
	font-size: 12px;
	color: #DEDEDE;
	text-align: center;
	margin-top: 48px;
}
.login_footer .foot span{
	margin-left: 20px;
}
.index-desc{
	margin-top: 25px;
	display: flex;
}
.index-desc dl{
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 110px;
}
.index-desc dl dt{
	margin: 0 20px;
}
.index-desc dl dt img{
	display: inline-block;
    vertical-align: middle;
}
    
.index-desc-tit {
    font-size: 16px;
    color: #000;
    line-height: 16px;
    padding-bottom: 12px;
    padding-top: 18px;
    margin: 0;
}
.index-desc dl dd p {
    font-size: 12px;
    color: #939393;
    line-height: 12px;
    padding-bottom: 5px;
    margin: 0 0 6px 0;
}
.index-desc dl dd{
	font-size: 14px;
	color:  #939393;
}
.index-desc dl dd i{
	width: 1px;
    height: 12px;
    margin: 0 12px;
    display: inline-block;
    background:  #939393;
}
.login_yd{
	width: 73px;
}
.login_xt{
	width: 64px;
}
.login_zd{
	width: 67px;
}
.index-desc dl .index-desc-line2 {
    width: 2px;
    height: 30px;
    border-right: 1px solid #DEDEDE;
    margin-top: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 0.7;
    text-align: right;
}
.footer{
	width: 100%;
    height: 20px;
    margin: 60px auto 0;
    text-align: center;
}
.footer li{
	display: inline-block;
}