
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	/*width: 100%;*/
	/*height: 100%;*/
	font-family: 'Microsoft Yahei', sans-serif;
	/*position: relative;*/
	overflow-x: hidden;
}

/*---------------------------------------------*/
a {
	font-family: 'Microsoft Yahei';
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #a64bf4;
}
a:link{text-decoration:none; }  

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}
/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: 'Microsoft Yahei';
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}
.p-b-49 {
    padding-bottom: 49px;
}

.p-r-55 {
    padding-right: 55px;
}
.p-l-55 {
    padding-left: 55px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-t-50 {
    padding-top: 50px;
    }
.m-b-23 {
    margin-bottom: 23px;
}
.p-b-31 {
    padding-bottom: 31px;
}
.p-t-8 {
    padding-top: 8px;
}
.p-t-39{
	padding-top: 39px;
}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;
    }
.clearfix{
        *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
    }


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: 'Microsoft Yahei';
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}

.txt2 {
  font-family: 'Microsoft Yahei';
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  text-transform: uppercase;
}

.bg1 {background-color: #3b5998}
.bg2 {background-color: #1da1f2}
.bg3 {background-color: #ea4335}



/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  /*margin: 0 auto;*/
      position: relative;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
/*  align-items: center;*/
  /*padding: 15px;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrap-login100 {
  width: 470px;
  background: #fff;
  /*border-radius: 10px;*/
  overflow: hidden;
  height: 485px;
  float:left ;
  
}
.login-con{
	width: 100%;
}

.container-login10{
	background: url('../assets/images/login.png') no-repeat center;
	width: 640px;
	display: inline-block;
	height: 660px;
	float: left;
	transform: translateX(20%);
	-webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
	background-size: 90%;
	    
}
.loginMain{
width: 650px;	
transform: translateX(60%);
 -webkit-transform: translateX(60%);
  -moz-transform: translateX(60%);
  -ms-transform: translateX(60%);
  -o-transform: translateX(60%);
 overflow: hidden;
  height: 485px;
  display: inline-block;
}

.loginTab{
	float: left;
	width: 180px;
	height: 485px;
	background-color: #365292;
}

.loginTab li{
	font-size: 20px;
	color:#fff;
	text-align: center;
	line-height: 100px;
	font-weight: 500;
	font-family: 'Microsoft Yahei';
	cursor: pointer;
}
.loginTab .selected{
	background-color: #286efd;
	position: relative;
	/*font-weight: 700;*/
}
.loginTab .selected:before{
	content: "";
	display: inline-block;
	width:0;
   	height:0;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-bottom:10px solid #286efd;
	right: -15px;
    top: 45px;
    transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
    position: absolute;

}
/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: 'Microsoft Yahei';
  font-size: 28px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  /*border: 1px solid #ddd;*/
}

.label-input100 {
  font-family: 'Microsoft Yahei';
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  /*padding-left: 7px;*/
}

.input100 {
  font-family: 'Microsoft Yahei';
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
	border: 1px solid #ddd;
  display: block;
  width: 100%;
  height: 55px;
  background: transparent;
  padding: 0 7px 0 43px;
}


/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 55px;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::after {
  content: attr(data-symbol);
  font-family: Material-Design-Iconic-Font;
  color: #adadad;
  font-size: 22px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 8px;
  left: 0;
  padding-left: 13px;
  /*padding-top: 3px;*/
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 55px;
  /*border: 1px solid #999;*/
  background: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input100:focus{
	 border: 1px solid #999;
outline:#999 solid 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
 
}
.input100:hover{
	border: 1px solid #aaa;
}


/*
.input100:active{
	border: 1px solid #999;
}
.input100:visited{
	border: 1px solid #999;
}*/
.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.input100:focus + .focus-input100::after {
 /* color: #a64bf4;*/
color: #2882fe;
}

.has-val.input100 + .focus-input100::after {
  /*color: #a64bf4;*/
 color: #2882fe;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
      width: 100%;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  /*border-radius: 25px;*/
  overflow: hidden;
  margin: 0 auto;

  /*box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);*/
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #2882fe;
/*  background: #a64bf4;*/
  /*background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);*/
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-family: 'Microsoft Yahei';
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  /*left: 0;*/
 background: #236fd7;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 4px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;

  font-family: 'Microsoft Yahei';
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}


.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  bottom: calc((100% - 4px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

.yzmCode.alert-validate::before {
	right: 38%;
	 bottom: calc((100% - 52px) / 2);
}
.yzmCode.alert-validate::after {
	right: 38%;
	 bottom: calc((100% - 52px) / 2);
}


@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Social item ]*/
.login100-social-item {
  font-size: 25px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
}

.login100-social-item:hover {
  color: #fff;
  background-color: #333333;
}
.container-login100 .top{
	background-color:#fff ;
	width: 100%;
	height: 80px;
}
.topLogo{
	width: 100%;
	height: 60px;
	margin: 10px 0;
	background:url(../assets/images/work_logo2.png) no-repeat 160px ;
	
}

.foot{
	
	padding:15px 0;
	background-color: #fff;
	    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.fl{
	float: left;
}
.foot-main{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.foot-img {
	margin-right: 50px;
	margin-left: 380px;
}
.foot-p p{
	font-size: 12px;
}
.yzmCode .input100{
	float: left;
}
.yzmCode .input100,.yzmCode .focus-input100{
	width: 64%;
	
}
.codeImg{
	width: 100%;
	height: 55px;
	display: inline-block;
	background: url('../assets/images/yzm.png') no-repeat;
	background-size: cover;
	border:1px solid #eff6ff;
	cursor: pointer;
	
	
}
.yazImg{
	width: 32%;
	height: 55px;
	float: right;
}
/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

.containerRk{
	width: 100%;
	/*height: 100%;*/
	transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
  -moz-transform:translateY(-10%);
  transform: translateY(-10%);
}

.RkList{
	width: 1200px;
	margin: 0 auto;
}
.RkList_top{
	margin-bottom: 20px;
}
.RkList_top li{
	width: 32%;
	height: auto;
	display: inline-block;
	
}
.RkList_top li a{
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	padding:60px 0 10px 0;
}

.RkList_top li a span{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 28px;
	margin: 20px 0;
	letter-spacing: 2px;
	/*font-weight: 700;*/
	
}

.RkList_top .ListOne{
	background: url(../assets/images/1.png) no-repeat;
	
}
.RkList_top .ListTwo{
	background: url(../assets/images/2.png) no-repeat;
	
}
.RkList_top .ListThree{
	background: url(../assets/images/3.png) no-repeat;
	
}

.RkList_bot li{
	width: 49%;
	height: auto;
	display: inline-block;
}
.RkList_bot li a{
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	padding:50px 0 50px 0;
}
.RkList_bot li a span{
	display:inline-block;
	width: 50%;
	/*height: 60px;
	line-height: 60px;*/
	color: #fff;
	    vertical-align: middle;
	font-size: 28px;
	text-align: center;
	letter-spacing: 2px;	
}
.RkList_bot .RkList_botOne{
	background: url(../assets/images/4.png) no-repeat;
}
.RkList_bot .RkList_botTwo{
	background: url(../assets/images/5.png) no-repeat;
}
.out{
	float: right;
	margin-right: 160px;
}
.out span{
	padding:6px 26px;
	border-radius: 30px;
	display: inline-block;
	background-color:#efefef ;
	margin-top: 12px;
}
/*@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
} */


@media (max-width: 1680px) {
 .container-login100 .top {
 	height: 65px;
 	 }
 	 .topLogo{
 	 	margin: 10px ;
 	  height: 45px;
 	 background-size: contain;	
 	 }
 	 .container-login10{
 	 	width: 440px;
 	 	height: 460px;
 	 	transform: translateX(40%);
	-webkit-transform: translateX(40%);
  -moz-transform:translateX(40%);
  transform: translateX(40%);
    background-size: 100%;
 	 }
 	 .login100-form-title{
 	 	font-size: 22px;
 	 }
 	 .wrap-login100{
 	 	width: 370px;
 	 	height:400px;
 	 } 
 	 .p-l-55{
 	  	padding-left: 35px;
 	  }
 	  .p-r-55 {
 	  	padding-right: 35px;
 	  }
 	  .p-t-50 {
 	  	padding-top: 30px;
 	  }
 	  .p-b-50{
 	  	padding-bottom: 30px;
 	  }
 	  .p-b-49{
 	  	padding-bottom: 35px;
 	  }
 	  .loginTab{
 	  	width: 120px;
 	  	
 	  }
 	  .loginTab li{
 	  	font-size: 16px;
 	  	line-height: 80px;
 	  }
 	  .loginTab .selected:before{
 	border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #286efd;
    right: -12px;
    top:35px
 	  }
 	  .input100{
 	  	height: 45px;
 	  }
 	  .yazImg{
 	  	width: 32%;
 	  	height: 45px;
 	  	display: inline-block;
 	  }
 	  .codeImg{
 	  	height: 45px;
 	  }
 	  .login100-form-btn{
 	  	height: 45px;
 	  }
 	  .loginMain{
 	  	width:590px;
 	  	height:400px ;
 	  	transform: translateX(86%);
    -webkit-transform: translateX(86%);
    -moz-transform: translateX(86%);
    -ms-transform: translateX(86%);
    -o-transform: translateX(86%);
 	  }
 	  .loginTab{
 	  	height:400px ;
 	  }
 	  /*.RkList{
 	  	width: 1000px;
 	  }*/
 	  .containerRk{
 	  	     transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
  -moz-transform:translateY(-10%);

 	  }
 	  .RkList_top li a{
 	  	padding:40px 0 20px 0;
 	  }
 	  .RkList_top li a img{
 	  	width: 160px;
 	  	height: 140px;
 	  }
 	  .RkList_top li a span{
 	  	font-size: 24px;
 	  	height: 50px;
    line-height: 50px;
    margin: 20px 0;
 	  }
 	  
 	.RkList_bot li a img{
 		width: 68px;
 		height: 68px;
 	}
 	.RkList_bot li a span {
    display: inline-block; 
    font-size: 24px;
}
.RkList_bot li a{
	padding: 40px;
}
.out{
	
	margin-right: 100px;
}
.out span{
	
	margin-top: 5px;
}

.focus-input100{
	height: 45px;
}

.focus-input100::before{
	height: 45px;
}
.alert-validate::before {
	bottom: calc((100% - 0px) / 2);
}
.alert-validate::after{
	
	    bottom: calc((100% - 0px) / 2);
}
.yzmCode.alert-validate::before {
	bottom: calc((100% - 45px) / 2);
}
.yzmCode.alert-validate::after{
	    bottom: calc((100% - 45px) / 2);
}
 	}
 	
@media (max-width: 1440px) {
 .container-login100 .top {
 	height: 65px;
 	 }
 	 .topLogo{
 	 	margin: 10px ;
 	  height: 45px;
 	 background-size: contain;	
 	 }
 	 .container-login10{
 	 	width: 440px;
 	 	height: 460px;
 	 	transform: translateX(20%);
	-webkit-transform: translateX(20%);
  -moz-transform:translateX(20%);
  transform: translateX(20%);
    background-size: 90%;
 	 }
 	 .login100-form-title{
 	 	font-size: 22px;
 	 }
 	 .wrap-login100{
 	 	width: 370px;
 	 	height: 331px;
 	 } 
 	 .p-l-55{
 	  	padding-left: 35px;
 	  }
 	  .p-r-55 {
 	  	padding-right: 35px;
 	  }
 	  .p-t-50 {
 	  	padding-top: 30px;
 	  }
 	  .p-b-50{
 	  	padding-bottom: 30px;
 	  }
 	  .p-b-49{
 	  	padding-bottom: 20px;
 	  }
 	  .loginTab{
 	  	width: 120px;
 	  	
 	  }
 	  .loginTab li{
 	  	font-size: 16px;
 	  	line-height: 80px;
 	  }
 	  .loginTab .selected:before{
 	border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #286efd;
    right: -12px;
    top:35px
 	  }
 	  .input100{
 	  	height: 35px;
 	  }
 	  .yazImg{
 	  	width: 32%;
 	  	height: 35px;
 	  	display: inline-block;
 	  }
 	  .codeImg{
 	  	height: 35px;
 	  }
 	  .login100-form-btn{
 	  	height: 35px;
 	  }
 	  .loginMain{
 	  	width:490px;
 	  	height:331px ;
 	  	transform: translateX(60%);
    -webkit-transform: translateX(60%);
    -moz-transform: translateX(60%);
    -ms-transform: translateX(60%);
    -o-transform: translateX(60%);
 	  }
 	  .loginTab{
 	  	height:331px ;
 	  }
 	  .RkList{
 	  	width: 1000px;
 	  }
 	  .containerRk{
 	  	     transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
  -moz-transform:translateY(-10%);

 	  }
 	  .RkList_top li a{
 	  	padding:30px 0 10px 0;
 	  }
 	  .RkList_top li a img{
 	  	width: 140px;
 	  	height: 120px;
 	  }
 	  .RkList_top li a span{
 	  	font-size: 20px;
 	  	height: 40px;
    line-height: 40px;
    margin: 10px 0;
 	  }
 	  
 	.RkList_bot li a img{
 		width: 58px;
 		height: 58px;
 	}
 	.RkList_bot li a span {
    display: inline-block; 
    font-size: 20px;
}
.RkList_bot li a{
	padding: 30px;
}

.out{
	
	margin-right: 100px;
}
.out span{
	
	margin-top: 5px;
}
.focus-input100{
	height: 35px;
}
.alert-validate::before {
	bottom: calc((100% - 0px) / 2);
}
.alert-validate::after{
	
	    bottom: calc((100% - 0px) / 2);
}
.yzmCode.alert-validate::before {
	bottom: calc((100% - 36px) / 2);
}
.yzmCode.alert-validate::after{
	    bottom: calc((100% - 36px) / 2);
}
 	}
 	