html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote { display: block; }
ul, ol { list-style: none; }
img { border: 0 none; vertical-align: top; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong, em, i { font-style: normal; font-weight: normal; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
mark { background: none; }
input::-ms-clear { display: none !important; }
input{   
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
textarea {
  outline: none;
}
body { font: 14px/1.5 \5FAE\8F6F\96C5\9ED1,"PingFang SC","PingFangSC-Regular", \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, Arial, sans-serif; background: #fff;padding-top: 74px }
a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; }
body * {
  box-sizing: border-box;
}


.active_link span{
  color: #F5A737 !important;
}
header {
  /*height: 74px;*/
  /*width: 100%;*/
}
header * {
  box-sizing: content-box !important;
}
header .headerbox {
  height: 74px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 10000000000;
  -webkit-box-shadow: 0 0 6px #dedede;
  /*box-shadow: 0 0 6px #dedede;*/
}
header .headerbox .zhezhao{
  -webkit-box-shadow: 0 0 6px #dedede;
  box-shadow: 0 0 6px #dedede;
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: -1;
}
header .headerbox .headInner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
header .headerbox .logos {
  height: 54px;
  padding: 10px 0px;
  float: left;
  /*margin-right: 350px;*/
}
header .headerbox .logos a {
  display: block;
  width: 142px;
  height: 60px;
  overflow: hidden;
  position: relative;
}
header .headerbox .logos a span {
  position: absolute;
  left: -1000px;
}
header .headerbox .logos a img {
  width: 99px;
  /*height: 40px;*/
}
header .headerbox .lis-nav {
  height: 74px;
}
header .headerbox .lis-nav .lis {
  float: left;
  height: 40px;
  padding: 17px 0px;
  margin-right: 38px;
  color: #000;
  position: relative;
  font-size: 14px;
}
header .headerbox .lis-nav .btn_try {
  padding: 18px 0px;
  float: left;
  width: 150px;
  margin-right: 15px;
}
header .headerbox .lis-nav .btn_try a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 36px;
  font-size: 16px;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #F5A737;
  color: #F5A737;
  text-align: center;
  overflow: hidden;
  position: relative;
}
header .headerbox .lis-nav .btn_try .img_box{
  width: 50px;
  height: 19px;
  margin-right: 5px;
  background: url(../imgs/header/icon_vip01.png) no-repeat center center;
}
header .headerbox .lis-nav .btn_try a:hover {
  background-color: #F5A737;
  color: #fff;
}
header .headerbox .lis-nav .btn_try a:hover .line {
  display: none;
}
header .headerbox .lis-nav .btn_try a:hover .img_box {
  background: url(../imgs/header/icon_vip02.png) no-repeat center center;
}
header .headerbox .lis-nav .btn_try .line{
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 36px;
  background-color: rgba(255,255,255,.6);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  animation: mymove 1s infinite;
}
@keyframes mymove
{
  from {left:0px;}
  to {left:150px;}
}

header .headerbox .lis-nav .lis .select {
  color: #156def;
}
/*header .headerbox .lis-nav .lis:hover .arrow {*/
  /*transform: rotate(180deg);*/
/*}*/
header .headerbox .lis-nav .lis .arrow {
  position: absolute;
  right: -13px;
  top: 33px;
  width: 10px;
  height: 10px;
  background: url(../imgs/home/xiala.png) no-repeat center center;
  background-size: 10px 10px;
}
header .headerbox .lis-nav .lis .bigLink {
  display: block;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #000;
}
header .headerbox .lis-nav .lis .bigLink span {
  display: block;
  color: #000;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
}
header .headerbox .lis-nav .lis .bigLink .select {
  color: #156def;
}
header .headerbox .lis-nav .lis .nextNavs {
  position: fixed;
  padding-top: 30px;
  width: 100%;
  height: 150px;
  left: 0px;
  top: 74px;
  background-color: #ffffff;
  z-index: -2;
  box-shadow: 0px 5px 5px #dedede;
}
header .headerbox .lis-nav .lis .nextNavs .mountLink {
  color: #333;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}
header .headerbox .lis-nav .lis .nextNavs .mountLink:hover .yunpingtai {
  display: block;
}
header .headerbox .lis-nav .lis .nextNavs .pingtai {
  color: #2d3e50;
  height: 40px !important;
  display: block;
}
header .headerbox .lis-nav .lis .nextNavs .pingtai span {
  padding-left: 10px;
}
header .headerbox .lis-nav .lis .nextNavs .pingtai:hover {
  color: #156def;
}
header .headerbox .lis-nav .lis .nextNavs .yunpingtai {
  padding-left: 60px;
  padding-top: 30px;
  width: 370px;
  height: 310px;
  background-color: #fff;
  position: absolute;
  left: 166px;
  top: 0px;
  display: none;
}
header .headerbox .lis-nav .lis .nextNavs .yunpingtai li {
  font-size: 14px;
  float: left;
  width: 160px;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  margin-right: 50px;
  margin-bottom: 10px;
  cursor: pointer;
}
header .headerbox .lis-nav .lis .nextNavs .yunpingtai li a {
  display: block;
  width: 160px;
  height: 26px;
  color: #666666;
}
header .headerbox .lis-nav .lis .nextNavs .yunpingtai li a:hover {
  color: #156def;
}
header .headerbox .lis-nav .lis .nextNavs  a:hover span{
  /*color: #127DE1;*/
  color:#F5A737;
}
header .headerbox .lis-nav .lis .nextNavs .yunpingtai li:nth-child(even) {
  margin-right: 0px;
}
header .headerbox .lis-nav .lis .footLink {
  width: 100%;
  color: #333;
  font-size: 14px;
}
header .headerbox .lis-nav .lis .footLink li {
  height: 36px;
  line-height: 36px;
  float: left;
  width: 150px;
  margin-right: 65px;
  cursor: pointer;
}
header .headerbox .lis-nav .lis .footLink li a {
  display: block;
  width: 100%;
  height: 40px;
  color: #2d3e50;
}
header .headerbox .lis-nav .lis .footLink li a:hover {
  color: #156def;
}
header .headerbox .lis-nav .lis .footLink li:nth-child(3) {
  margin-right: 0px;
}
header .headerbox .lis-nav .lis .footLink li:last-child {
  margin-right: 0px;
}
header .headerbox .lis-nav .lis:hover .bigLink {
  cursor: pointer;
  color: #156def;
}
header .headerbox .lis-nav .lis_no2 {
  margin-right: 0px;
  padding-right: 51px;
}
header .headerbox .lis-nav .lis_no2 .bigLink {
  position: relative;
}
header .headerbox .lis-nav .lis_no2 .bigLink .arrow {
  right: -15px;
  top: 50%;
  margin-top: -3px;
}
/*header .headerbox .lis-nav .lis_no2:hover .nextNavs {*/
  /*display: block;*/
/*}*/
header .headerbox .lis-nav .link_shengya {
  float: right;
  padding: 18px 0px;
}
header .headerbox .lis-nav .link_shengya a {
  display: block;
  width: 104px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  background-color: #127de1;
  text-align: center;
  border-radius: 18px;
  line-height: 36px;
}
header .headerbox .lis-nav .xingaokao {
  margin-right: 51px;
}
header .headerbox .lis-nav .xingaokao .nextNavs {
  width: 200px;
  height: 100px;
  left: -10px;
  z-index: 20000;
}
header .headerbox .lis-nav .xingaokao .nextNavs a {
  width: 100%;
  color: #2d3e50;
}
header .headerbox .lis-nav .xingaokao .nextNavs a:hover {
  color: #156def;
}
header .headerbox .lis-nav .guanyuwomen .nextNavs {
  width: 200px;
  height: 100px;
  left: -42px;
  z-index: 20000;
}
header .headerbox .lis-nav .guanyuwomen .mountLink {
  display: block;
  width: 100%;
  height: 40px;
}
header .headerbox .lis-nav .guanyuwomen .mountLink:hover {
  color: #156def;
}
header .headerbox .nextNavs {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 100000000;
  background-color: #fff;
  padding: 30px 0px;
  padding-bottom: 40px;
}
header .headerbox .nextNavs .nav_box {
  /*float: left;*/
  width: 340px;
  height: 164px;
  border-right: 1px solid #e5e5e5;
}
header .headerbox .nextNavs .nav_box .headerTitle {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  font-weight: 600;
}
header .headerbox .nextNavs .nav_box ul {
  width: 100%;
}
header .headerbox .nextNavs .nav_box ul li {
  padding-top: 20px;
  font-size: 14px;
  line-height: 14px;
  float: left;
  width: 50%;
  color: #666;
  cursor: pointer;
}
header .headerbox .nextNavs .nav_box ul li.qiangjichognci {
  width: 100%;
}
header .headerbox .nextNavs .nav_box ul li .btn_link {
  display: inline-block;
  margin-left: 8px;
  text-align: center;
  width: 38px;
  height: 18px;
  line-height: 18px;
  color: #F6A839;
  border-radius: 3px;
  border: 1px solid #F6A839;
}
header .headerbox .nextNavs .nav_box ul li .btn_link:hover {
  color: #fff;
  background-color: #F6A839;
}
header .headerbox .nextNavs .nav_box2 {
  padding-left: 35px;
  width: 150px;
}
header .headerbox .nextNavs .nav_box3 {
  border: none;
  padding-left: 35px;
  width: 260px;
}
header .headerbox .nextNavs .nav_box4 {
  float: left;
  width: 95px;
  border: none;
  padding-left: 25px;
}

header .fixed_box {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000000001;
  background-color: rgba(0,0,0,.6);
}

header .fixed_box .main_box {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -220px;
  margin-top: -250px;
  width: 440px;
  height: 500px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
header .fixed_box .main_box img {
  display: block;
  width: 100%;
}
header .fixed_box .main_box .main {
  padding: 40px 25px 25px 25px;
  background-color: #fff;
}
header .fixed_box .main_box .main ul {
  padding-bottom: 20px;
}
header .fixed_box .main_box .main ul li {
  display: flex;
  margin-bottom: 15px;
}

header .fixed_box .main_box .main ul li p {
  width: 90px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
}

header .fixed_box .main_box .main ul li input, header .fixed_box .main_box .main ul li textarea{
  background-color: #F5F5F5;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 5px;
  flex: 1;
  border: none;
}
header .fixed_box .main_box .main ul li textarea{
  padding: 10px 15px;
  height: 170px;
  line-height: 20px;
}
header .fixed_box .main_box .main .btn {
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background-color: #F5A737;
}
header .fixed_box .main_box .main .btn:active {
  /*background-color: #F7980F;*/
  opacity: .9;
}
header .fixed_box .main_box .close_fixed{
  width: 30px;
  height: 30px;
  position: absolute;
  right: 13px;
  top: 17px;
  cursor: pointer;
}


.xcxewm{
  position: fixed;
  width: 433px;
  height: 493px;
  top: 50%;
  left: 50%;
  margin-left: -198px;
  margin-top: -270px;
  z-index: 100000000000;
  display: none;
}
.xcxewm>.ewm{
  display: block;
  width: 100%;
  height: 100%;
}
.xcxewm>.close{
  width: 30px;
  height:30px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 13px;
}
.zhezhao{
  position: fixed;
  z-index:10000000000;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  display: none;
}
.c_orange {
  color: #FBAD2D;
}
.c_blue {
  color: #2C9DB0;
}
h5.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 158px;
}
h5.header p{
  /*padding: 0 50px;*/
  display: flex;
  font-size: 38px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
h5.header p:before, h5.header p:after{
  content: '';
  display: block;
  width: 60px;
  height: 40px;
  margin-top: -6px;
  background: url(../imgs/common/icon_hdbg.png) no-repeat 13px center;
}


