﻿@charset "utf-8";
/*常用css*/
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #35A6FF;
}
.btn {
  cursor: pointer;
}
body {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  min-width: 1003px;
  font-family: 'Microsoft YaHei';
}
.l {
  color: #35A6FF !important;
}
.w {
  width: 1003px;
  min-width: 1003px;
  margin: 0 auto;
}
/*header*/
body {
  background: url(../images/bg.jpg) center 0 no-repeat;
}
.header {
  height: 124px;
  background: #fff;
  border-bottom: 4px solid #00A7E4;
  margin-bottom: 18px;
}
.header .mid {
  text-align: center;
}
.header .mid span {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  color: #7F7F7F;
}
.header .mid span:before {
  content: "";
  display: inline-block;
  background: url(../images/web-left.png) no-repeat;
  width: 48px;
  height: 13px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -6px;
  margin-right: 8px;
}
.header .mid span:after {
  content: "";
  display: inline-block;
  background: url(../images/web-right.png) no-repeat;
  width: 48px;
  height: 13px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -6px;
  margin-left: 8px;
}
.header .right {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.header .links {
  line-height: 28px;
  font-family: simsun;
  font-size: 12px;
}
.header .links em {
  padding: 0 8px;
}
.logo {
  background: url(../images/logo.png) center no-repeat;
  width: 233px;
  height: 124px;
  text-indent: -9999px;
  margin-right: 58px;
}
.slogen {
  float: left;
  text-align: center;
  margin: 25px 0 0;
}
.link-kefu {
  background: url(../images/imgkefu.png) no-repeat;
  width: 173px;
  height: 68px;
  float: right;
  text-indent: -9999px;
  margin-top: 4px;
}
.nav-bar {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 23px;
}
.nav-bar ul {
  float: left;
  width: 105%;
}
.nav-bar li {
  float: left;
  width: 195px;
  height: 100px;
  position: relative;
  background: #33A7FF;
  margin-right: 6px;
}
.nav-bar li:before {
  content: "";
  display: block;
  background: url(../images/hot.png) no-repeat;
  width: 38px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
}
.nav-bar a {
  display: block;
  height: 100px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-bar h3 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  position: relative;
  top: 22px;
  left: 0;
  font-weight: bold;
}
.nav-bar p {
  width: 111px;
  height: 32px;
  background: #35A5FF;
  text-align: center;
  line-height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -16px;
  font-size: 14px;
  color: #fff;
  display: none;
  border-radius: 50px;
  font-weight: bold;
}
.nav-bar li:hover {
  background: #fff;
}
.nav-bar li:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.nav-bar li:hover a {
  border: 2px solid #35A5FF;
}
.nav-bar li:hover a h3 {
  color: #A7A7A7;
}
.nav-bar li:hover a p {
  display: block;
}
.box2 {
  margin-bottom: 24px;
}
.box2-right {
  width: 305px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid;
  border-color: #33B7F6;
  height: 376px;
  border-image: linear-gradient(0deg, #33a6ed, #33b7f6) 1 1;
}
.box2-right .hd {
  height: 44px;
  background: #33A7FF;
  line-height: 44px;
}
.box2-right .hd h3 {
  font-size: 18px;
  padding-left: 20px;
  color: #fff;
}
.box2-right .bd {
  width: 276px;
  margin: 0 auto;
}
.box2-right li {
  float: left;
  width: 49.99999%;
  height: 108px;
  border-bottom: 1px dashed #33A7FF;
}
.box2-right li a {
  height: 108px;
  display: block;
  padding-left: 48px;
  position: relative;
}
.box2-right li a:before {
  content: "";
  display: block;
  width: 48px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url() center no-repeat;
}
.box2-right li h4 {
  padding-top: 35px;
  font-size: 18px;
  line-height: 24px;
  color: #484747;
}
.box2-right li p {
  font-size: 12px;
  color: #33A7FF;
}
.box2-right a:hover h4 {
  color: #33A7FF;
}
.box2-right .li1 a:before {
  background-image: url(../images/icon-nav1.png);
}
.box2-right .li2 a:before {
  background-image: url(../images/icon-nav2.png);
}
.box2-right .li3 a:before {
  background-image: url(../images/icon-nav3.png);
}
.box2-right .li4 a:before {
  background-image: url(../images/icon-nav4.png);
}
.box2-right .li5 {
  border-bottom: 0;
}
.box2-right .li5 a:before {
  background-image: url(../images/icon-nav5.png);
}
.box2-right .li6 {
  border-bottom: 0;
}
.box2-right .li6 a:before {
  background-image: url(../images/icon-nav6.png);
}
.box2-left {
  width: 678px;
  height: 376px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid;
  border-color: #33B7F6;
  border-image: linear-gradient(0deg, #33a6ed, #33b7f6) 1 1;
}
.box2-left .hd {
  height: 60px;
  line-height: 60px;
  position: relative;
  padding-left: 14px;
}
.box2-left .hd h3 {
  font-size: 18px;
  color: #000;
}
.box2-left .hd b {
  color: #35A6FF;
}
.box2-left .btn-reload {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 14px;
  display: inline-block;
  font-size: 16px;
}
.box2-left .btn-reload span {
  display: inline-block;
  background: url(../images/icon-reset.png) 0 center no-repeat;
  padding-left: 25px;
}
.cesu-list {
  padding-left: 20px;
}
.cesu-list .p {
  margin-bottom: 13px;
  position: relative;
  overflow: hidden;
  height: auto;
}
.cesu-list .em {
  float: left;
  width: 111px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #ffffff;
  border: 1px solid;
  font-size: 16px;
  color: #333;
  border-color: #35A6FF;
  border-image: linear-gradient(0deg, #33a6ed, #33b7f6) 1 1;
}
.cesu-list i {
  float: left;
  height: 38px;
  background: url(../images/arrr.png) center no-repeat;
  width: 45px;
}
.cesu-list .arr2 {
  display: none;
}
.cesu-list .web-input {
  float: left;
  width: 291px;
  height: 36px;
  padding: 0 30px;
  text-align: left;
  line-height: 36px;
  background: #ffffff;
  border: 1px solid;
  font-size: 16px;
  color: #333;
  border-color: #35A6FF;
  border-image: linear-gradient(0deg, #33a6ed, #33b7f6) 1 1;
  margin-right: 13px;
}
.cesu-list .btn-ab {
  float: left;
  width: 111px;
  text-align: center;
  line-height: 38px;
  height: 38px;
  font-size: 16px;
  color: #fff;
  background: #35A6FF;
  cursor: pointer;
}
.cesu-list .btn-ab:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.box3 {
  margin-bottom: 12px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid;
  border-color: #35A6FF;
  border-image: linear-gradient(0deg, #33a6ed, #33b7f6) 1 1;
}
.box3 .left {
  padding-left: 13px;
  width: 402px;
  padding-bottom: 20px;
  margin-right: 30px;
}
.box3 .left h3 {
  font-size: 20px;
  color: #33A7FF;
  line-height: 2.4em;
}
.box3 .left p {
  font-size: 14px;
  color: #010101;
}
.box3 .mid {
  padding-bottom: 15px;
}
.box3 .code {
  text-align: center;
  float: left;
  width: 165px;
  padding-top: 20px;
}
.box3 .code img {
  vertical-align: middle;
}
.box3 .code .img {
  height: 117px;
  position: relative;
  background: url(../images/code-k.png) center 0 no-repeat;
}
.box3 .code .img img {
  width: 106px;
  height: 106px;
  margin: 0 auto;
  position: relative;
  top: 4px;
}
.box3 .code p {
  font-size: 14px;
  color: #35A6FF;
}
.box3 .right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.box3 .right img {
  display: block;
}
.box4 {
  background: #E7F4FB;
  padding-top: 10px;
  padding-bottom: 20px;
}
.list + .list {
  margin-top: 11px;
}
.list .title {
  background: url(../images/label-titlebg.png) 1px center #fff no-repeat;
  padding: 0 18px;
  line-height: 42px;
  height: 42px;
  display: block;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 18px;
  font-weight: bold;
}
.list ul {
  margin-top: 11px;
  margin-left: 17px;
}
.list ul li {
  float: left;
  height: 33px;
  line-height: 33px;
  width: 152px;
  border: 1px solid #c9c9c9;
  text-align: center;
  margin-right: 8px;
  margin-top: 4px;
  background: #fff;
}
.list ul li a {
  color: #77571a;
  font-family: "微软雅黑";
  font-size: 15px;
  display: block;
  background: #fff;
  font-weight: bold;
}
.list ul li a:hover {
  background-color: #927236;
  text-decoration: none;
}
.list ul li a img {
  display: block;
  float: left;
}
.list ul li a em {
  display: block;
  float: left;
  font-style: normal;
  text-indent: 2px;
  font-weight: bold;
}
.list ul li.last {
  margin-right: 0px;
}
.list ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.list ul li a:hover em {
  color: #F00;
}
.list-web a {
  vertical-align: middle;
  text-align: center;
}
.list-web a img {
  vertical-align: middle;
  margin-left: 30px;
  margin-top: 5px;
}
/*footer*/
.contact {
  height: auto;
  overflow: hidden;
  padding: 30px 0;
}
.contact ul {
  text-align: center;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-flow: row;
  -webkit-align-items: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: space-between;
}
.contact li {
  padding-left: 52px;
  display: inline-block;
  position: relative;
}
.contact .li1:before {
  content: "";
  display: block;
  background: url(../images/icon-nav1.png) 0 center no-repeat;
  width: 45px;
  height: 45px;
  left: 0;
  top: 50%;
  position: absolute;
  margin-top: -23px;
}
.contact .li2:before {
  content: "";
  display: block;
  background: url(../images/icon-nav5.png) 0 center no-repeat;
  width: 45px;
  height: 45px;
  left: 0;
  top: 50%;
  position: absolute;
  margin-top: -23px;
}
.contact .li3:before {
  content: "";
  display: block;
  background: url(../images/icon-online-kefu.png) 0 center no-repeat;
  width: 45px;
  height: 45px;
  left: 0;
  top: 50%;
  position: absolute;
  margin-top: -23px;
}
.contact .li4:before {
  content: "";
  display: block;
  background: url(../images/icon-email.png) 0 center no-repeat;
  width: 45px;
  height: 45px;
  left: 0;
  top: 50%;
  position: absolute;
  margin-top: -23px;
}
.contact .li1:hover:before {
  background-image: url(../images/icon-nav1.png);
}
.contact .li2:hover:before {
  background-image: url(../images/icon-nav5.png);
}
.contact .li3:hover:before {
  background-image: url(../images/icon-online-kefu2.png);
}
.contact .li4:hover:before {
  background-image: url(../images/icon-email2.png);
}
.contact li:hover a {
  color: #FFC547;
}
.contact a {
  display: block;
  color: #fff;
  text-align: left;
  line-height: 1.6em;
}
.contact a h3 {
  font-size: 16px;
  font-weight: bold;
}
.contact a p {
  font-size: 14px;
  font-weight: bold;
}
.footer {
  text-align: center;
}
.footer .safe {
  border-top: 1px solid #fff;
  text-align: center;
  padding: 17px 0;
}
.copyright {
  font-size: 14px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 60px;
}
