body,
html {
  font-family: "Microsoft YaHei";
  background: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
}

select,
textarea,
input {
  /*鐟欙絽鍠呯悰銊ュ礋鐎硅棄瀹虫稉宥勭閼峰娈戦梻顕€顣�*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

address,
caption,
cite,
code,
em,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
strong,
th {
  font-weight: 400;
  font-style: normal;
}

dd,
dl,
dt,
li,
ul {
  list-style: none;
}

fieldset,
iframe,
img {
  border: 0;
}

img {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
video {
  display: block;
}

a {
  text-decoration: none;
  color: #333;
}

input,
select {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input[type=text] {
  background-position-y: -1px;
}

input[type=radio] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

address,
cite,
em,
var {
  font-style: normal;
}

.clearFix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearFix {
  zoom: 1;
}

input::input-placeholder{
  color: #93959c;
}

::-webkit-scrollbar-thumb {
  background: #097dea;
  border-radius: 6px;
  -webkit-border-radius: 6px
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px
}


/* inner */
.inner{
  width: 1300px;
  margin: 0 auto;
}


/* header */
.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background: #FFFFFF;
}
.header .inner{
  display: flex;
  align-items: center;
  height: 90px;
}
.header .inner .logo{
  display: block;
  width: 169px;
}
.header .inner .nav{
  display: flex;
  align-items: center;
  margin: 0 65px 0 169px;
}
.header .inner .nav li a{
  position: relative;
  display: block;
  padding: 0 32px;
  font-size: 18px;
  color: #2E3444;
}
.header .inner .nav li a:after{
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 3px;
  background: #014AFF;
  border-radius: 2px;
  transition: all .3s;
}
.header .inner .nav li a:hover{
  color: #014AFF;
}
.header .inner .nav li a:hover:after{
  width: 18px;
}
.header .inner .btns{
  display: flex;
}
.header .inner .btns a{
  display: block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
}
.header .inner .btns .login-btn{
  margin-right: 10px;
  color: #fff;
  background: #014AFF;
}
.header .inner .btns .register-btn{
  color: #2E344E;
  background: #E8EFFF;
}
.header .inner .btns .login-btn:hover{
  color: #2E344E;
  background: #E8EFFF;
}
.header .inner .btns .register-btn:hover{
  color: #fff;
  background: #014AFF;
}


/* container */
.container{
  position: relative;
  width: 100%;
  height: 990px;
  padding-top: 208px;
  background: url("../images/container_bg.jpg") no-repeat top center;
  box-sizing: border-box;
}
.container .title{
  margin-bottom: 43px;
}
.container .title h2{
  line-height: 74px;
  text-align: center;
  font-size: 56px;
  color: #000;
  letter-spacing: 2px;
}
.container .title p{
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.container .search-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 822px;
  height: 70px;
  margin: 0 auto;
  border: 2px solid #2860f6;
  border-radius: 50px;
  box-sizing: border-box;
}
.container .search-box .search{
  width: 650px;
  height: 66px;
  padding-left: 33px;
  font-size: 20px;
  color: #93959c;
  background: #fff;
  border-radius: 50px 0 0 50px;
  caret-color: black;
}
.container .search-box .btn{
  display: block;
  width: 160px;
  height: 58px;
  line-height: 58px;
  margin-right: 4px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #2860f6;
  border-radius: 30px;
}
.container .search-box .btn:hover{
  background: #1748c8;
}

.container .no-data{
  width: 822px;
  margin: 0 auto;
  display: none;
}
.container .no-data p{
  line-height: 30px;
  margin-left: 36px;
  font-size: 14px;
  color: #f00;
}


.container .tc-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  display: none;
}
.container .tc-wrap .tc{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -260px;
  margin-left: -371px;
  width: 741px;
  height: 519px;
  padding-top: 98px;
  background: url("../images/tc_wrap.jpg") no-repeat;
  box-sizing: border-box;
}
.container .tc-wrap .tc .close{
  position: absolute;
  top: -41px;
  right: -60px;
  width: 40px;
  height: 40px;
  background: url("../images/close.png") no-repeat;
}
.container .tc-wrap .tc .small-logo{
  position: absolute;
  top: 78px;
  left: 120px;
  width: 116px;
}
.container .tc-wrap .tc .tc-tit{
  margin: 0 auto 25px;
}
.container .tc-wrap .tc .tc-txt{
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 30px;
  font-size: 16px;
  color: #221815;
  font-weight: bold;
}
.container .tc-wrap .tc .tc-txt .company{
  width: auto;
  padding: 0 7px;
  margin: 0 5px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #716a68;
}
.container .tc-wrap .tc .zdfx{
  margin: 16px auto 44px;
}
.container .tc-wrap .tc .tc-fot{
  line-height: 20px;
  text-align: center;
}
.container .tc-wrap .tc .tc-fot p{
  font-size: 12px;
  color: #040000;
  font-weight: bold;
}


/* footer */
.footer-wrap .fot-bot{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 161px;
  background: #25344C;
}
.footer-wrap .fot-bot p{
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}
.footer-wrap .fot-bot a{
  font-size: 18px;
  color: #FFFFFF;
}
.footer-wrap .fot-bot a:hover{
  text-decoration: underline;
}