@charset "UTF-8";

/**
* 通用样式文件
*@file:common.css;
*@create author:gj;
**/
html,body{width:100%;height:100%}
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
fieldset, img {
  border: 0;
//width: 1070px;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

em, cite {
  font-style: normal;
}
input, button, textarea, select, optgroup, option {
  outline: none;
}

input, button, textarea, select {
  *font-size: 100%;
  font-family:"Microsoft YaHei";
}

img {
  vertical-align: top;
  border: 0;
}

html, body {
  font: normal 14px/24px "Microsoft YaHei";/*"cochinArchaic",*/
  background-color: #fff;
}
a {
  color: #3e3e3e;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display:inline-block; }
.clearfix { display:block; }

.marginNo{
  margin:0 !important;
}
/*头部 开始*/
/*首页头部 开始*/
.headerContent{
  width:100%;
  height: 62px;
  line-height: 61px;
  background: transparent;
  position: fixed;
  top:0;
  /*border-bottom: 1px solid #05235C;*/
  z-index: 9;
}
.headerContent:hover{
  background: #17181A;
}
.headerAddBg{
  background: rgba(45, 49, 57, 1);
  /*border-bottom: 1px solid #575a60;*/
}
.scrolledDown{
  background: #17181A;
  color: #ddd;
  border-bottom: 1px solid #17181A;
}
.headerContent .headMain{
  width:1136px;
  overflow: hidden;
  margin:0 auto;
}
.headerContent .headMain .mainLogo a{
  display: inline-block;
  width:107px;
  height: 32px;
  float: left;
  margin-right: 62px;
  margin-top: 13px;
  background: url(../../images/common/logo-1n.png) no-repeat;
  background-size: 100% 100%;
}
.navList .iconSix{
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(../../images/common/schoolIcon.png) no-repeat;
  vertical-align: -2px;
  margin-right: 6px;
}
.navList dl{
  float: left;
  text-align:center;
  padding: 0 20px;
}
.navList dl dt .listTit{
  color: #fff;
  text-decoration:none;
  display: inline-block;
  font-size:16px;
}
.navList .modrop{
  width: 100%;
  background: #17181A;
  position: absolute;
  top: 62px;
  left: 0;
  right: 0px;
  display: none;
}
.navList .dropDown{
  background: #17181A;
  position: absolute;
  top: 75px;
  z-index: 9;
  display: none;
}
.navList .dropDown:after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.navList .dropDown a{
  text-decoration:none;
}
.navList .dropDown li{
  height: 38px;
  line-height: 38px;
  text-align: left;
  color: #fff;
  margin-right: 80px;
}
.navList .dropDown li a{
  color: #a5a6aa;
  font-size: 12px;
}
.navList .dropDown li a:hover{
  color: #fff;
}
.navList dl:hover .listTit{
  border-bottom: 2px solid #fff;
}

.navList dl:hover .dropDown{
  display: block;
}
.navList dl:hover .modrop{
  display: block;
}
.headMain .eaperien{
  position: absolute;
  right: 200px;
  top: 1px;
  z-index: 9999;
}
.headMain .eaperien a{
  display: inline-block;
  width: 98px;
  height: 28px;
  text-align: center;
  color: #fff;
  border:1px solid #fff;
  text-decoration:none;
  line-height: 26px;
}
.headMain .eaperien:hover a{
  background: #197efb;
  border: 1px solid #197efb;
}
.headMain .eaperien a:active {
  background: #197efb;
  border: 1px solid #197efb;
}
.headMain .eaperCommit{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 610px;
  transform: translateY(-610px);
  transition: transform .3s ease-out;
}
.headMain .eaperShow{
  top: 0;
  transform: translateY(0px);
}
.headMain .eabg{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 610px;
  background: rgba(9, 22, 59, .85);
}
.headMain .eaContent{
  position: absolute;
  top: 100px;
  left: 50%;
  color: #fff;
  width: 1090px;
  height: auto;
  overflow: hidden;
  margin-left: -545px;
}
.eaContent .leftText{
  float: left;
  margin-right: 160px;
}
.eaContent .leftText dl{
  font-size: 16px;
}
.eaContent .leftText dl span{
  color: red;
}
.eaContent .leftText dl dd{
  width: 298px;
  height: 38px;
  border: 1px solid #9ca0b3;
  margin-bottom: 40px;
}
.eaContent .leftText dl dd span.nameIcon,
.eaContent .leftText dl dd span.nameIconH{
  display: inline-block;
  width: 18px;
  height: 21px;
  margin-left: 10px;
  vertical-align: 8px;
}
.eaContent .leftText dl dd span.nameIcon{
  background: url(../../images/common/nameIcon.png) no-repeat;
  background-size: 100%;
}
.eaContent .leftText dl dd span.nameIconH{
  background: url(../../images/common/nameIconHover.png) no-repeat;
  background-size: 100%;
}
.eaContent .leftText dl dd span.companyIcon,
.eaContent .leftText dl dd span.companyIconH{
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-left: 10px;
  vertical-align: 8px;
}
.eaContent .leftText dl dd span.companyIcon{
  background: url(../../images/common/companyIcon.png) no-repeat;
  background-size: 100%;
}
.eaContent .leftText dl dd span.companyIconH{
  background: url(../../images/common/companyIconHover.png) no-repeat;
  background-size: 100%;
}
.eaContent .leftText dl dd span.phoneIcon,
.eaContent .leftText dl dd span.phoneIconH{
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 10px;
  vertical-align: 8px;
}
.eaContent .leftText dl dd span.phoneIcon{
  background: url(../../images/common/phoneIcon.png) no-repeat;
  background-size: 100%;
}
.eaContent .leftText dl dd span.phoneIconH{
  background: url(../../images/common/phoneIconHover.png) no-repeat;
  background-size: 100%;
}
.eaContent .leftText dl dd input{
  margin-left: 15px;
  width: 80%;
  border: none;
  box-shadow: none;
  height: 38px;
  line-height: normal;
  vertical-align: middle;
  color: #808080;
  outline-style: none;
  background:none;
  outline: none;
  vertical-align: top;
  color: #fff;
}
.eaContent .leftText input:-moz-placeholder {
  color: #999db1; opacity:1;
}
.eaContent .leftText input::-moz-placeholder {
  color: #999db1;opacity:1;
}
.eaContent .leftText input:-ms-input-placeholder{
  color: #999db1;opacity:1;
}
.eaContent .leftText input::-webkit-input-placeholder{
  color: #999db1;opacity:1;
}
.eaContent .rightText{
  width:620px;
  float: left;
  height: auto;
  overflow: hidden;
}
.eaContent .rightText dl{
  font-size: 16px;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.eaContent .rightText dl dt{
  position: relative;
}
.eaContent .rightText dl dt span{
  color: red;
}
.eaContent .leftText dl dd{
  position: relative;
}

.eaContent .leftText .error{
  position: absolute;
  top:25px;
  left:0;
  font-size:14px;
  color:#dd0000;
}
.eaContent .rightText dl dt em.promptText{
  position:absolute;
  top:0;
  left:175px;
  color:red;
  font-size: 12px;
}
.eaContent .rightText dl dd a{
  display: inline-block;
  color: #9095aa;
  min-width: 100px;
  text-decoration:none;
  border:1px solid #9ca0b3;
  border-radius: 50px;
  font-size: 12px;
  text-align: center;
  float: left;
  height: 28px;
  line-height: 28px;
  margin:0 15px 15px 0;
}
.eaContent .rightText dl dd a:hover{
  color: #1775eb;
  border: 1px solid #197efb;
}
.eaContent .rightText dl dd a:active,
.eaContent .rightText dl dd a.Cur{
  background: #197efb;
  color: #fff;
  border:1px solid #197efb;
}
.eaContent .eaSubmit{
  width:320px;
  float: left;
  margin:50px 0 0 430px;
}
.eaContent .eaSubmit a.submission{
  display: inline-block;
  width: 180px;
  height: 40px;
  color: #fff;
  background: #197efb;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  opacity: 0.6;
  text-decoration:none;
}
.eaContent .eaSubmit a.already{
  background: #1ec643;
  opacity: 1;
}
.deepNav{
  border-bottom: 1px solid #575a60;
  background: #2d313a !important;
}
@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
}

@keyframes shake {
  0%,100% {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px,0,0);
    -ms-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px,0,0);
    -ms-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
}
.inputError{
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

/*头部 结束*/

/*底部 开始*/
.footerMain{
  width:100%;
  height: 370px;
  background: #34343E;
}
.footerMain .footerContent{
  width:1105px;
  height: auto;
  overflow: hidden;
  margin:0 auto;
  padding:30px 0 0 35px;
}
.footerContent .contentMain{
  height: auto;
  overflow: hidden;
}
.footerContent .contentMain .mainLeft{
  float: left;
  height: auto;
  overflow: hidden;
}
.mainLeft li{
  float: left;
  height: auto;
  overflow: hidden;
  margin-right: 60px;
}
.mainLeft li a{
  display: block;
  font-size: 12px;
  color:#a5a6aa;
  margin-top: 8px;
  text-decoration: none;
}
.mainLeft li a:hover{
  color:#fff;
}
.mainLeft li span{
  display: block;
  font-size: 12px;
  color:#a5a6aa;
  margin-top: 8px;
}
.mainLeft li h4{
  font-size: 14px;
  color:#fff;
}
.footerContent .contentMain .mainRight{
  width:172px;
  text-align: center;
  float: right;
  height: auto;
  overflow: hidden;
  font-size: 12px;
  color:#a5a6aa;
}
.contentMain .mainRight p{
  margin-top: 16px;
}
.footerContent .footerText{
  width:100%;
  height: 60px;
  line-height: 60px;
  color:#818489;
  margin-top: 25px;
  font-size: 12px;
  border-top:1px solid #818489;
}
/*底部 结束*/

/*页数 开始*/
.pageMain{
  text-align: center;
  height: auto;
  overflow: hidden;
  margin:50px 0 0 0;
}
.pageMain a{
  color: #707B85;
  font-size: 16px;
  display: inline-block;
  font-weight: bolder;
  margin:0 20px;
  text-decoration: none;
}
.pageMain a.Cur,
.pageMain a:hover{
  color:#2786fc;
}
/*页数 结束*/

/*404 开始*/
.errorMain{
  width:660px;
  height: auto;
  overflow: hidden;
  margin:200px auto 0;
}
.errorMain .errorLeft{
  width:288px;
  float: left;
  margin-right: 55px;
}
.errorMain .errorRight{
  float: left;
}
.errorMain .errorRight img{
  width:130px;
  height: 82px;
  display: inline-block;
  margin-top:40px;
}
.errorMain .errorRight p{
  color:#333;
  font-size:18px;
  font-weight: bolder;
  margin:18px 0 50px 0;
}
.errorMain .errorRight a{
  width:146px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border:2px solid #197efb;
  color:#2183fc;
  border-radius:20px;
  font-weight: bold;
  text-decoration: none;
}
/*404 结束*/
/*500 开始*/
.server{
  width:600px;
}
.server .errorLeft{
  width:361px;
}
/*500 结束*/

/*右侧悬停 开始*/
.suspension{
  width:46px;
  position: fixed;
  right: 25px;
  bottom: 130px;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}
.suspension a{
  width:46px;
  height: 46px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}
.suspension a.telephone{
  background: #d9e0e6 url(../../images/other/telIcon.png) no-repeat center center;
}
.suspension a.telephone:hover{
  background: #d9e0e6 url(../../images/other/telHIcon.png) no-repeat center center;
}
.suspension a.weixin{
  background: #d9e0e6 url(../../images/other/weixinIcon.png) no-repeat center center;
}
.suspension a.weixin:hover{
  background: #d9e0e6 url(../../images/other/weixinHIcon.png) no-repeat center center;
}
.suspension a.commonNum{
  background: #d9e0e6 url(../../images/other/publicNum.png) no-repeat center center;
}
.suspension a.commonNum:hover{
  background: #d9e0e6 url(../../images/other/publicHIcon.png) no-repeat center center;
}

.suspension a.telephone .telephoneCont{
  width:170px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #006aee;
  position: absolute;
  top:0;
  right: 55px;
  display: none;
}
.suspension a.telephone:hover .telephoneCont{
  display: block;
}
.telephoneCont i,
.weixinCont i,
.commonNumCont i{
  width:4px;
  height: 8px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top:19px;
  right: -4px;
  background: url(../../images/other/suspensionIcon.png) no-repeat;
}
.telephoneCont span{
  font-size: 17px;
  color:#fff;
  font-weight: bolder;
}
.suspension a.weixin .weixinCont,
.suspension a.commonNum .commonNumCont{
  width:170px;
  height: 190px;
  background: #006aee;
  position: absolute;
  top:-70px;
  right: 55px;
  text-align: center;
  display: none;
}
.weixinCont i,
.commonNumCont i{
  top:90px;
}
.weixinCont p,
.commonNumCont p{
  color:#fff;
  width:100%;
  text-align: center;
  font-size: 14px;
  margin:15px 0 15px 0;
}
.suspension a.weixin:hover .weixinCont,
.suspension a.commonNum:hover .commonNumCont{
  display: block;
}
/*右侧悬停 结束*/

/*解决方案共用之处 开始*/
.tab-menu .minmodu .icon{
  display: inline-block;
  width: 36px;
  height: 36px;
}
.tab-menu .minmodu .bank{
  background: url('../../images/index/bank1.png') no-repeat;
  background-size: 100%;
}
.tab-menu .minmodu .xiaojin{
  background: url('../../images/index/xiaojin1.png') no-repeat;
  background-size: 100%;
}
.tab-menu .minmodu .hujin{
  background: url('../../images/index/hujin1.png') no-repeat;
  background-size: 100%;
}
.tab-menu .minmodu .qijin{
  background: url('../../images/index/qijin1.png') no-repeat;
  background-size: 100%;
}
.tab-menu .minmodu .sanfang{
  background: url('../../images/index/three1.png') no-repeat;
  background-size: 100%;
}
.tab-menu .minmodu .zhengfu{
  background: url('../../images/index/zhengfu1.png') no-repeat;
  background-size: 100%;
}
.tab-menu .minmodu .zhengxin{
  background: url('../../images/index/zhengxin1.png') no-repeat;
  background-size: 100%;
}
.line {
  position:absolute;
  width: 0;
  height: 7px;
  background-color: aqua;
  top: 0;
  left: 0;
}
/*解决方案共用之处 结束*/
.footerLine{
  background: #3E3E48;
  width: 100%;
  height: 60px;
}