/* reset style */
* {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Microsoft YaHei UI", "Arial";
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
img,
label,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
}
form,
input,
textarea,
file,
button,
select {
  padding: 0px;
  margin: 0px;
  font: 14px/24px "宋体", "Arial", Verdana, Helvetica, sans-serif;
}
input,
textarea {
  outline: none;
  font-family: "Microsoft YaHei UI", "宋体";
}
textarea {
  resize: none;
  overflow: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  cursor: pointer;
}
table {
  border: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  -webkit-user-select: auto;
  /*webkit浏览器*/
}
/* common style */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.cl {
  clear: both;
}
.fB {
  font-weight: bold;
}
.fN {
  font-weight: normal;
}
.ovfw {
  overflow: hidden;
}
.lineTh {
  text-decoration: line-through;
}
.cursor {
  cursor: pointer;
}
.auto {
  margin: 0 auto;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center!important;
}
.tr {
  text-align: right;
}
.fr {
  float: right;
}
.fl {
  float: left!important;
}
.col_blue {
  color: #5088ee;
}
.bg_blue {
  background: #5088ee;
}
.bg_fff {
  background: #fff;
}
.b_radius {
  border-radius: 3px;
}
.block {
  display: block;
}
.in_block {
  display: inline-block;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.text_over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.main_width {
  width: 1200px;
}
.minWidth {
  min-width: 1480px;
}
.w240 {
  width: 240px!important;
}
.bg_f8 {
  background: #f8f8f8;
  min-width: 1480px;
  min-height: calc(100% - 316px);
}
.mg_l20 {
  margin-left: 20px;
}
.mg_t20 {
  margin-top: 20px;
}
.mg_b20 {
  margin-bottom: 20px!important;
}
.mg_l110 {
  margin-left: 110px;
}
.mg_t0 {
  margin-top: 0!important;
}
.pd_t70 {
  padding-top: 70px!important;
}
.opacity3 {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.opacity5 {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
header {
  width: 100%;
  position: relative;
  z-index: 10;
  background: #fff;
}
header .logo {
  width: 1200px;
  margin: 0 auto;
}
header .logo img {
  float: left!important;
  margin: 12px 0;
}
header .logo .nav {
  float: right;
  height: 70px;
}
header .logo .nav ul.nav_menu li.nav_menu-item {
  display: inline-block;
  position: relative;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
header .logo .nav ul.nav_menu li.nav_menu-item a {
  position: relative;
  display: block;
  color: #0b0b0b;
  padding: 0 10px;
  font-size: 16px;
  width: 100px;
}
header .logo .nav ul.nav_menu li.nav_menu-item a em.narrow_top {
  top: 43px;
  right: 8px;
  transform: rotate(180deg);
}
header .logo .nav ul.nav_menu li.nav_menu-item ul {
  text-transform: none;
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 70px;
  z-index: 10;
}
header .logo .nav ul.nav_menu li.nav_menu-item ul li {
  height: 44px;
  line-height: 44px;
  text-align: center;
}
header .logo .nav ul.nav_menu li.nav_menu-item ul li a {
  display: block;
  font-size: 16px;
  padding: 0 10px;
  width: 100px;
  color: #fff;
}
header .logo .nav ul.nav_menu li.nav_menu-item ul li:hover a {
  background: #5088ee;
}
header .logo .nav ul.nav_menu li.nav_menu-item:hover a .narrow_top {
  transform: rotate(0deg);
  top: 27px;
  right: 18px;
}
header .logo .nav ul.nav_menu li.nav_menu-item:hover ul {
  display: block;
}
header .logo .nav ul.nav_menu li.nav_menu-item:hover a.nav_title,
header .logo .nav ul.nav_menu .current a.nav_title {
  color: #5088ee;
}
header .logo .nav ul.nav_menu li.nav_menu-item:hover .narrow_top:before,
header .logo .nav ul.nav_menu .current .narrow_top:before {
  border-bottom: 5px #5088ee solid;
}
footer {
  background: #f7f7f7;
  padding: 0 0 30px 0;
  width: 100%;
  min-width: 1480px;
}
footer .banner {
  width: 100%;
  height: 90px;
  background: #5088ee;
}
footer .banner ul li {
  width: 100%;
  min-width: 1480px;
}
footer .banner .column {
  width: 1200px;
  margin: 0 auto;
}
footer .footer {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
footer .footer h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
}
footer .footer ul.link {
  margin: 0 auto;
  padding-right: 200px;
}
footer .footer ul.link li {
  line-height: 26px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  color: #999;
}
footer .footer ul.link li a {
  display: inline-block;
  text-align: center;
  color: #999;
}
footer .footer ul.link li:hover a {
  color: #5088ee;
}
footer .footer img {
  margin: 40px 0;
  width: 220px;
  height: 124px;
}
footer .footer .icp {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
footer .footer p.foot_tip {
  float: left!important;
  width: 100%;
  color: #999;
  line-height: 24px;
  text-align: center;
}
.main {
  background: #f8f8f8;
}
.main .banner {
  width: 100%;
  height: 550px;
  position: relative;
}
.main .banner img {
  width: 100%;
  height: 550px;
}
.main .banner ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.main .banner ul li {
  position: absolute;
  display: none;
  opacity: 0;
  width: 100%;
  height: 550px;
}
.main .banner ul li img {
  width: 100%;
  position: absolute;
  top: 0px;
}
.main .banner ul li:nth-child(1) {
  opacity: 1;
  display: block;
}
.main .banner ul li:first-child img {
  position: relative;
}
.main .banner .preImg {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -15px;
  width: 50px;
  height: 50px;
  z-index: 12;
  background-image: url(../imgs/index_icon.png);
  background-position: -85px 0px;
  background-repeat: no-repeat;
  background-size: 260px 1000px;
  opacity: 0.5;
  cursor: pointer;
}
.main .banner .nexImg {
  display: block;
  position: absolute;
  top: 50%;
  right: 64px;
  margin-top: -15px;
  width: 50px;
  height: 50px;
  z-index: 12;
  background-image: url(../imgs/index_icon.png);
  background-position: -142px 0px;
  background-repeat: no-repeat;
  background-size: 260px 1000px;
  opacity: 0.5;
  cursor: pointer;
}
.main .banner .preImg:hover,
.main .banner .nexImg:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .main .banner {
    width: 100%;
    height: 345px;
    overflow: hidden;
  }
  .main .banner ul li img {
    width: 768px;
    height: 345px;
    position: absolute;
    left: 50%;
    margin-left: -384px;
  }
}
.main .column {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}
.main .featureContainer {
  background: #fff;
  width: 100%;
  padding: 30px 0;
}
.main .featureContainer h3.title {
  font-weight: normal;
  color: #333;
  font-size: 22px;
  text-align: center;
  margin: 30px 0 50px 0;
}
.main .featureContainer .feature {
  position: relative;
  margin: 20px auto 0;
  width: 1200px;
}
.main .featureContainer .feature .prev {
  position: absolute;
  width: 30px;
  height: 48px;
  display: block;
  background: url(../imgs/feature_left.png) center top;
  left: -30px;
  top: 41px;
}
.main .featureContainer .feature .next {
  position: absolute;
  width: 30px;
  height: 48px;
  display: block;
  background: url(../imgs/feature_right.png) center top;
  right: -30px;
  top: 41px;
}
.main .featureContainer .feature .prev:hover,
.main .featureContainer .feature .next:hover {
  background-position: center bottom;
}
.main .featureContainer .feature #botton-scroll {
  z-index: 0;
  position: relative;
  margin: 0px auto;
  width: 1200px;
  height: 130px;
  overflow: hidden;
}
.main .featureContainer .feature .featureUL {
  postion: relative;
  width: 3800px;
  float: left;
}
.main .featureContainer .feature .box {
  width: 240px;
  height: 130px;
  float: left;
}
.main .featureContainer .feature .box img {
  display: block;
  margin: 0px auto;
}
.main .featureContainer .feature .box span {
  display: block;
  width: 240px;
  line-height: 60px;
  color: #333;
  font-size: 18px;
  text-align: center;
}
.main .company h3.title {
  font-weight: normal;
  color: #333;
  font-size: 22px;
  text-align: center;
  margin: 30px 0 50px 0;
}
.main .company ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.main .company ul li {
  display: inline-block;
  width: 188px;
  height: 100px;
  margin: 20px 25px;
  border: 1px solid #e5e5e5;
}
.main .company ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.main .company ul li a img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.main .introduce {
  background: #fff;
  padding: 40px 0;
}
.main .introduce h2 {
  font-size: 26px;
  color: #5088ee;
  font-weight: normal;
  text-align: center;
}
.main .introduce h3 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
.main .introduce ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .introduce ul li {
  display: inline-block;
  position: relative;
  width: 258px;
  height: 318px;
  border: 1px solid #e5e5e5;
}
.main .introduce ul li h4 {
  font-size: 24px;
  text-align: center;
  padding: 50px 0 32px;
  line-height: 26px;
}
.main .introduce ul li p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.main .introduce ul li div {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.main .introduce ul li div:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  -moz-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}
.main .introduce ul li .server-bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-size: 260px 1000px;
}
.main .introduce ul li.li-1 h4 {
  color: #fc5c5e;
}
.main .introduce ul li.li-1 .server-bg {
  background: url(../imgs/index_icon.png) no-repeat center -154px;
}
.main .introduce ul li.li-2 h4 {
  color: #ffba13;
}
.main .introduce ul li.li-2 .server-bg {
  background: url(../imgs/index_icon.png) no-repeat center -268px;
}
.main .introduce ul li.li-3 h4 {
  color: #01cea2;
}
.main .introduce ul li.li-3 .server-bg {
  background: url(../imgs/index_icon.png) no-repeat center -499px;
}
.main .introduce ul li.li-4 h4 {
  color: #5088ee;
}
.main .introduce ul li.li-4 .server-bg {
  background: url(../imgs/index_icon.png) no-repeat center -154px;
}
.about_bg {
  width: 100%;
  position: absolute;
  z-index: 0;
}
.con {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0 30px 0;
  z-index: 1;
}
.con .nav {
  float: left!important;
  width: 190px;
  background-color: #fff;
}
.con .nav dl dt {
  color: #333;
  font-size: 16px;
  position: relative;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
}
.con .nav dl dt em.n_arrow {
  top: 27px;
}
.con .nav dl dt em.n_arrow:before {
  border-top: 5px solid #5088ee;
}
.con .nav dl dt em.n_arrow.down:before {
  border-top: none;
  border-bottom: 5px solid #5088ee;
}
.con .nav dl dt.current,
.con .nav dl dt:hover {
  background: #e5eef7;
  border-left: 4px solid #5088ee;
}
.con .nav dl dd {
  display: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.con .nav dl dd a {
  display: block;
  color: #666;
}
.con .nav dl dd:hover a {
  color: #5088ee;
}
.con .left {
  float: left!important;
  width: 190px;
  background: #fff;
}
.con .left span.title {
  background: #edf3fd;
  display: block;
  line-height: 60px;
  color: #5088ee;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.con .left ul {
  padding: 10px 0;
}
.con .left ul li {
  line-height: 60px;
}
.con .left ul li a {
  position: relative;
  display: block;
  color: #333;
  font-size: 16px;
  padding-left: 55px;
}
.con .left ul li a em {
  height: 14px;
  width: 10px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 45px;
  top: 23px;
}
.con .left ul li a.arrow span {
  height: 6px;
  width: 10px;
  display: inline-block;
  box-sizing: border-box;
  background-image: url(../imgs/index_icon.png);
  background-position: -1px -928px;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 26px;
}
.con .left ul li a.slide span {
  background-image: url(../imgs/index_icon.png);
  background-position: -39px -928px;
  background-repeat: no-repeat;
}
.con .left ul li dl {
  display: none;
}
.con .left ul li ul li a {
  font-size: 14px;
}
.con .left ul li.current a {
  color: #5088ee;
}
.con .left ul li.current a em {
  border-left: 3px solid #5088ee;
}
.con .left ul li.current dl dt {
  line-height: 30px;
}
.con .left ul li.current dl dt a {
  color: #333;
  font-size: 14px;
}
.con .left ul li.current dl dt a:hover {
  color: #5088ee;
}
.con .left ul li.current dl dt.checked a {
  color: #5088ee;
}
.con .left ul li:hover a {
  color: #5088ee;
}
.con .right {
  float: right;
  width: 990px;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.con .right .content {
  display: none;
}
.con .right h2 {
  font-size: 26px;
  color: #333;
  font-weight: normal;
  line-height: 150px;
  text-align: center;
}
.con .right .summary {
  padding: 0 70px 70px 70px;
}
.con .right .summary p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-indent: 32px;
  margin-bottom: 10px;
}
.con .right .summary h4.name {
  line-height: 40px;
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  margin-top: 20px;
}
.con .right .summary h4.name img {
  display: inline-block;
  height: 60px;
  vertical-align: middle;
}
.con .right .summary p.download {
  line-height: 40px;
}
.con .right .summary p.download a {
  color: #5088ee;
}
.con .right .summary h3 {
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  margin: 30px 0 10px 0;
  color: #333;
}
.con .right .summary img.rj_info {
  margin: 0 auto;
}
.con .right .summary ul.imgs li {
  float: left!important;
  width: 210px;
  margin-right: 23px;
}
.con .right .summary ul.imgs li img {
  width: 210px;
  height: 380px;
}
.con .right .summary ul.imgs li:last-child {
  margin-right: 0;
}
.con .right .summary .chairman {
  position: relative;
}
.con .right .summary .chairman p {
  margin-bottom: 0;
}
.con .right .event .head {
  text-align: center;
}
.con .right .event .head img {
  display: block;
  margin: 0 auto;
  width: 170px;
  height: 100px;
}
.con .right .event .head em {
  display: block;
  margin: 20px auto 0;
  width: 150px;
  height: 36px;
  line-height: 36px;
  background: #5088ee;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
}
.con .right .event .head h4 {
  font-size: 18px;
  margin-top: 20px;
}
.con .right .event .time_line {
  margin-top: 40px;
}
.con .right .event .time_line .middle {
  float: left!important;
  width: 90px;
  height: 725px;
}
.con .right .event .time_line .middle .line {
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background: #d3d3d3;
  position: relative;
}
.con .right .event .time_line .middle .line .triangle {
  display: block;
  width: 18px;
  height: 14px;
  background-image: url(../imgs/index_icon.png);
  background-position: -4px -855px;
  background-repeat: no-repeat;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -9px;
}
.con .right .event .time_line .list {
  width: 380px;
  position: relative;
}
.con .right .event .time_line .list .tip {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../imgs/index_icon.png);
  background-position: -137px -854px;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  z-index: 2;
}
.con .right .event .time_line .list .time {
  display: block;
  font-size: 20px;
  color: #000;
  margin: 20px 0;
}
.con .right .event .time_line .list .substance {
  width: 380px;
  background: #f5f5f5;
  padding: 40px;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
}
.con .right .event .time_line .list .substance em {
  display: block;
  width: 18px;
  height: 14px;
  background-image: url(../imgs/index_icon.png);
  background-position: -70px -855px;
  background-repeat: no-repeat;
  position: absolute;
  top: -14px;
}
.con .right .event .time_line .list .substance span {
  display: block;
  margin-bottom: 20px;
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #5088ee;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
}
.con .right .event .time_line .list .substance p {
  font-size: 16px;
  color: #333;
  text-indent: 0;
  margin-bottom: 0;
}
.con .right .event .time_line .left {
  float: left!important;
  width: 380px;
  padding-top: 70px;
}
.con .right .event .time_line .left .list .time {
  text-align: right;
  padding-right: 10px;
}
.con .right .event .time_line .left .list .tip {
  right: -55px;
}
.con .right .event .time_line .left .list em {
  right: 34px;
}
.con .right .event .time_line .right {
  float: left!important;
  width: 380px;
  padding-top: 170px;
}
.con .right .event .time_line .right .list .time {
  padding-left: 10px;
}
.con .right .event .time_line .right .list .tip {
  left: -55px;
}
.con .right .event .time_line .right .list em {
  left: 34px;
}
.con .right .culture {
  padding: 0 70px 80px 70px;
}
.con .right .culture h3 {
  font-size: 18px;
  margin: 20px 0;
  color: #333;
}
.con .right .culture .imgs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.con .right .culture .logoIntro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
.con .right .culture .logoIntro p {
  margin-left: 30px;
  margin-top: 14px;
  text-indent: 32px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.con .right .manage {
  padding: 0 70px 80px 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.con .right .manage li {
  width: 200px;
  box-shadow: 1px 2px 4px #dbdbdb;
}
.con .right .manage li p {
  padding: 15px 18px 30px;
  color: #333;
  line-height: 20px;
  font-size: 14px;
  text-indent: 28px;
  word-break: normal;
  text-align: justify;
}
.con .right ul.product_list {
  padding: 15px 70px 30px;
}
.con .right ul.product_list li {
  border-bottom: 1px dotted #ebebeb;
  padding: 30px 0;
  min-height: 140px;
}
.con .right ul.product_list li img {
  float: left!important;
  border-radius: 2px;
  width: 140px;
  height: 140px;
  margin-right: 20px;
}
.con .right ul.product_list li h3 {
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
}
.con .right ul.product_list li h3 a {
  color: #333;
}
.con .right ul.product_list li h3 a:hover {
  color: #5088ee;
}
.con .right ul.product_list li p {
  line-height: 22px;
  color: #666;
}
.con .right ul.product_list li p.date {
  padding-left: 160px;
  margin-top: 40px;
}
.con .right ul.product_list li p.date a {
  float: right;
  display: block;
  background: #5088ee;
  color: #fff;
  width: 146px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 3px;
}
.con .right ul.product_list li:last-child {
  border: none;
}
.con .right .productDetail {
  margin: 0 auto;
  width: 910px;
  padding-bottom: 50px;
}
.con .right .productDetail .insure {
  position: relative;
}
.con .right .productDetail .insure a {
  position: absolute;
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: #eb2e25;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  right: 0;
  top: 20px;
}
.con .right .haveMore {
  display: block;
  width: 92px;
  height: 92px;
  position: fixed;
  right: 20px;
  bottom: 150px;
}
.con .right .recruit h4 {
  font-size: 16px;
  color: #333;
  margin-top: 40px;
}
.con .right .recruit h5 {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
  line-height: 30px;
}
.con .right .recruit p {
  font-size: 14px;
  line-height: 26px;
  text-indent: 0;
  margin-bottom: 0;
}
.con .empty {
  padding: 150px 0;
}
.con .empty img {
  margin: 0 auto;
}
.con .empty p {
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 40px;
}
.con .order {
  border-radius: 4px;
  background: #fff;
  display: none;
  padding-bottom: 50px;
}
.con .order h1 {
  border-bottom: 2px solid #5088ee;
  height: 116px;
  line-height: 116px;
  padding: 0 100px 0 133px;
  font-size: 34px;
  color: #444;
  font-weight: 700;
}
.con .order .data {
  border-bottom: 1px solid #f1f1f1;
  height: 104px;
  line-height: 104px;
  margin: 0 50px;
  padding: 0 86px 0 116px;
  font-size: 18px;
  color: #333;
  background: url(../imgs/bao.png) 88px center no-repeat;
  background-size: 22px 22px;
}
.con .order .data span {
  color: #5088ee;
  padding-right: 4px;
}
.con .order .dz-from {
  margin: 0 50px;
}
.con .order .dz-from .row {
  padding: 30px 20px 12px 86px;
  border-bottom: 1px solid #f1f1f1;
}
.con .order .dz-from .row .row-title {
  font-size: 18px;
  color: #333;
}
.con .order .dz-from .row .row-title span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #999;
  font-size: 14px;
}
.con .order .dz-from .row .row-title span#insuredCall {
  font-size: 18px;
  color: #333;
}
.con .order .dz-from .row .row-title i {
  font-style: normal;
  font-size: 16px;
  color: #5088ee;
}
.con .order .dz-from .row .row-contain .name,
.con .order .dz-from .row .row-contain .tel {
  width: 300px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  background: #f9f9f9;
  border-radius: 3px;
  margin: 15px 0;
}
.con .order .dz-from .row .row-contain .radio {
  height: 40px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  background-color: #f9f9f9;
  display: inline-block;
  margin: 14px 18px 18px 0;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  color: #444;
  *display: inline;
  zoom: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.con .order .dz-from .row .row-contain .radio:hover {
  border: 1px solid #5088ee;
  color: #5088ee;
}
.con .order .dz-from .row .row-contain .radio.active {
  color: #fff;
  background-color: #5088ee;
  border: 1px solid #5088ee;
}
.con .order .dz-from .row .row-contain .radio.active:hover {
  color: #fff;
}
.con .order .dz-from .row .row-contain label {
  height: 40px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  background-color: #f9f9f9;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 14px 18px 18px 0;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  color: #444;
  width: 170px;
  position: relative;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}
.con .order .dz-from .row .row-contain.who-select .radio {
  padding: 0 32px;
}
.con .order .dz-from .row .row-contain.age-select {
  position: relative;
  width: 218px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  background-color: #f9f9f9;
  margin: 14px 18px 18px 0;
  border-radius: 8px;
  font-size: 18px;
  color: #444;
  overflow: hidden;
}
.con .order .dz-from .row .row-contain.age-select span {
  position: absolute;
  left: 60px;
  z-index: 2;
}
.con .order .dz-from .row .row-contain.age-select select {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  *margin-top: 6px;
  height: 34px\9;
  *height: 40px;
  width: 200px;
  background-color: #f9f9f9;
  border: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 7px;
  font-family: "PingFang SC", "Microsoft YaHei", Arial;
  z-index: 1;
  font-size: 18px;
}
.con .order .dz-from .row .row-contain.sex-select .radio {
  padding: 0 42px;
}
.con .order .dz-from .row .row-contain.budget-select .radio {
  width: 170px;
  padding: 0;
}
.con .order .dz-from .row .row-contain label.active:hover {
  color: #fff;
}
.con .order .dz-from .row .row-contain label:hover {
  border: 1px solid #5088ee;
  color: #5088ee;
}
.con .order .dz-from .row .row-contain label.active {
  color: #fff;
  background-color: #5088ee;
  border: 1px solid #5088ee;
}
.con .order .dz-from .row .row-contain label input {
  opacity: 0;
  vertical-align: text-bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}
.con .order .dz-from .row .row-contain label .checkshot {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  border-radius: 5px 0;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}
.con .order .dz-from .row .row-contain label.active .checkshot {
  border: 1px solid #5088ee;
  background: url(../imgs/check.png) center center #fff no-repeat;
  background-size: 14px 14px;
}
.con .order .dz-from .submit {
  width: 300px;
  height: 50px;
  background-color: #5088ee;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  margin: 40px auto 20px;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.con .order.active {
  display: block;
  margin-bottom: 60px;
}
.con ul.company_news {
  background: #fff;
  padding: 15px 70px 0;
}
.con ul.company_news li {
  border-bottom: 1px dotted #ebebeb;
  padding: 10px 0;
  position: relative;
}
.con ul.company_news li img {
  float: left!important;
  margin-right: 20px;
  width: 110px;
  height: 110px;
}
.con ul.company_news li h3 {
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
}
.con ul.company_news li h3 a {
  color: #333;
}
.con ul.company_news li h3 a:hover {
  color: #5088ee;
}
.con ul.company_news li p {
  line-height: 22px;
  color: #666;
}
.con ul.company_news li p.date a {
  color: #5088ee;
  margin-right: 20px;
}
.con ul.company_news li p.date span {
  color: #999;
}
.con ul.company_news li:last-child {
  border: none;
}
.con .news_detail {
  background: #fff;
  padding: 30px 70px 70px;
}
.con .news_detail .back {
  color: #999;
  font-size: 12px;
}
.con .news_detail .back:hover {
  color: #5088ee;
}
.con .news_detail h3 {
  text-align: center;
  font-weight: normal;
  margin-top: 30px;
  font-size: 24px;
}
.con .news_detail p.sub {
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.con .news_detail p.sub span {
  color: #888;
  font-size: 14px;
  margin: 0 10px;
}
.con .news_detail p {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  text-indent: 32px;
  margin-bottom: 10px;
}
.con .news_detail p img {
  margin: 0 auto;
}
.con .news_detail p.bottom {
  text-align: right;
}
.con .news_detail p.no_indent {
  text-indent: 0;
}
.con .contact {
  background: #fff;
  padding: 30px 70px 70px;
}
.con .contact h3 {
  text-align: center;
  font-weight: normal;
  margin-top: 30px;
  font-size: 24px;
}
.con .contact img {
  float: left!important;
  margin-top: 50px;
}
.con .contact .link {
  float: right!important;
  margin-top: 50px;
  padding-left: 50px;
  width: 400px;
}
.con .contact .link h4 {
  font-size: 20px;
  margin-top: 30px;
  color: #333;
}
.con .contact .link p {
  text-indent: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  color: #333;
}
.con .contact .link p.title {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
}
.con .productImgs img {
  width: 100%;
}
.pilu {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  z-index: 1;
}
.pilu h2 {
  color: #5088ee;
  font-size: 29px;
  text-align: center;
  line-height: 80px;
}
.pilu .product {
  background: #fff;
  width: 100%;
}
.pilu .product td,
.pilu .product th {
  padding: 8px 10px;
  text-align: center;
  border: 1px solid #5088ee;
  color: #555;
}
.pilu .product td a,
.pilu .product th a {
  color: #5088ee;
}
.pilu .product td a:hover,
.pilu .product th a:hover {
  color: #2963ce;
}
.pilu .product th {
  color: #fff;
  background: #5088ee;
  border-right: 1px solid #fff;
}
.pilu .product th:last-child {
  border-right-color: #5088ee;
}
.newsLamp {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 70px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  z-index:10;
}
.newsLamp .lampCon {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 40px;
  padding: 15px 0;
}
.newsLamp .lampCon em.horn {
  width: 30px;
  height: 20px;
  display: inline-block;
  background: url(../imgs/index_icon.png) -90px -920px no-repeat;
  position: absolute;
  left: 10px;
  top: 25px;
  z-index: 10;
}
.newsLamp .lampCon a.close {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../imgs/index_icon.png) -145px -915px no-repeat;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 10;
}
.newsLamp .lampCon .caroufredsel_wrapper {
  width: 1100px;
  margin: 0 auto!important;
  padding: 0 50px;
}
.newsLamp .lampCon dl {
  display: block;
  margin: 0;
}
.newsLamp .lampCon dl dt {
  display: block;
  float: left;
  margin: 0 50px 0 0;
  height: 40px;
  line-height: 40px;
}
.newsLamp .lampCon dl dt a {
  color: #fff;
  font-size: 16px;
}
ul.sideBar {
  width: 70px;
  position: fixed;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 7px #e5e5e5;
  bottom: 130px;
  right: 25px;
  z-index: 12;
}
ul.sideBar li a {
  display: block;
  color: #333;
  text-align: center;
  line-height: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
ul.sideBar li a em {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 3px;
  background-image: url(../imgs/index_icon.png);
}
ul.sideBar li:hover {
  background: #5088ee;
}
ul.sideBar li:hover a {
  border-bottom: 1px solid #5088ee;
}
ul.sideBar li:first-child a em {
  background-repeat: no-repeat;
  background-position: 1px -710px;
}
ul.sideBar li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
ul.sideBar li:first-child:hover a {
  color: #fff;
}
ul.sideBar li:first-child:hover a em {
  background-repeat: no-repeat;
  background-position: 1px -775px;
}
ul.sideBar li:nth-child(2) a em {
  background-repeat: no-repeat;
  background-position: -78px -710px;
}
ul.sideBar li:nth-child(2) .code {
  display: none;
}
ul.sideBar li:nth-child(2):hover {
  position: relative;
}
ul.sideBar li:nth-child(2):hover a {
  color: #fff;
}
ul.sideBar li:nth-child(2):hover a em {
  background-repeat: no-repeat;
  background-position: -78px -775px;
}
ul.sideBar li:nth-child(2):hover .code {
  display: block;
  position: absolute;
  right: 70px;
  top: 0;
  width: 150px;
  height: 200px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #5088ee;
}
ul.sideBar li:nth-child(2):hover .code img {
  margin: 14px auto;
}
ul.sideBar li:nth-child(2):hover .code p {
  text-align: center;
  color: #fff;
  line-height: 20px;
}
ul.sideBar li:nth-child(3) {
  position: relative;
}
ul.sideBar li:nth-child(3) a em {
  background-repeat: no-repeat;
  background-position: -152px -706px;
}
ul.sideBar li:nth-child(3) .phone {
  display: none;
}
ul.sideBar li:nth-child(3):hover a {
  color: #fff;
}
ul.sideBar li:nth-child(3):hover a em {
  background-repeat: no-repeat;
  background-position: -152px -771px;
}
ul.sideBar li:nth-child(3):hover .phone {
  display: block;
  position: absolute;
  right: 70px;
  top: 0;
  width: 180px;
  height: 74px;
  line-height: 74px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #5088ee;
}
ul.sideBar li:nth-child(4) {
  position: relative;
}
ul.sideBar li:nth-child(4) a {
  border: none;
  padding: 20px 0 15px;
}
ul.sideBar li:nth-child(4) a em {
  background-repeat: no-repeat;
  background-position: -229px -710px;
}
ul.sideBar li:nth-child(4):hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
ul.sideBar li:nth-child(4):hover a {
  color: #fff;
}
ul.sideBar li:nth-child(4):hover a em {
  background-repeat: no-repeat;
  background-position: -229px -772px;
}
.page {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
.page a,
.page span {
  display: inline-block;
  color: #666;
  margin: 0 5px;
  border: 1px solid #dedede;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  padding: 0 13px;
}
.page a.current,
.page a:hover {
  color: #fff;
  background: #5088ee;
  border: 1px solid #5088ee;
}
.page a.unable {
  border: 1px solid #f0f0f0;
  color: #999;
}
.dialogBox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
.dialogBox .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialogBox .dialogCon {
  width: 340px;
  height: 370px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -170px;
  margin-top: -185px;
  background: #fff;
  border-radius: 3px;
}
.dialogBox .dialogCon .close {
  color: #666;
  position: absolute;
  display: block;
  padding: 15px;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url(../imgs/index_icon.png);
  background-position: -185px -843px;
  background-repeat: no-repeat;
}
.dialogBox .dialogCon .dialogContent {
  margin-top: 60px;
}
.dialogBox .dialogCon .dialogContent .code {
  display: block;
  margin: 0 auto;
}
.dialogBox .dialogCon .dialogContent .scan {
  text-align: center;
  color: #333;
  line-height: 40px;
}
.n_arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 20px;
}
.n_arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  margin-left: 6px;
}
.narrow_top {
  position: absolute;
}
.narrow_top:before,
.narrow_top:after {
  position: absolute;
  content: '';
  border-top: 5px transparent dashed;
  border-left: 5px transparent dashed;
  border-right: 5px transparent dashed;
  border-bottom: 5px #fff solid;
}
.narrow_top:before {
  border-bottom: 5px #737373 solid;
}
.narrow_top:after {
  top: 1px;
  /*覆盖并错开1px*/
  border-bottom: 5px #fff solid;
}
/*# sourceMappingURL=commen.css.map */