/**
 * All SCSS
 */
@charset "UTF-8";
/****************************** reset ******************************/
* {
  margin: 0;
  padding: 0;
}

html, body, img, iframe {
  border: 0;
}

[hidefocus], summary {
  outline: 0;
}

body, button, input, select, textarea {
  font: 14px/1.14 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}

a, button, input[type="submit"], input[type="button"], input[type="reset"], input[type="file"] {
  cursor: pointer;
}

a {
  color: inherit;
  color: expression(this.parentNode.currentStyle.color);
  text-decoration: none;
  outline: 0;
}

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

small {
  font-size: 12px;
}

i {
  font-style: normal;
}

/****************************** scss ******************************/


/* @extend .color; 引用样式*/
/* @include transition; 引用混合*/
/****************************** default ******************************/
.border-box,
.border-box *,
.border-box *:before,
.border-box *:after {
  box-sizing: border-box;
}

html {
  min-width: 1180px;
}

.fc {
  color: #da251d;
}

.bg, .ibox3_list ul li, .foote11 {
  background: #f8f8f8;
}

.center {
  width: 1180px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after, ul:after, .center:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, ul, .center {
  *zoom: 1;
}

.ellipsis, .ibox6 .fl h2 a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tac {
  text-align: center;
}

.big:hover, .bigger {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.block {
  display: block;
}

.inline-block, .head_c .fr a, .banner_btn a, .ibox4 .fr .ibox4_r_btn .l_btn, .ibox4 .fr .ibox4_r_btn .r_btn, .ibox6 .fl h2 a, .foote11 .foot_bottom a, .p1box2 .banner_btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.content img {
  max-width: 100%;
}

/****************************** style ******************************/



.itit {
  height: 120px;
  line-height: 120px;
  font-size: 32px;
  text-align: center;
}

.itit span {
  font-size: 36px;
  color: #da251d;
}

.ibox1 {
  padding-bottom: 40px;
}

.ibox1 .flimg {
	position: relative;
	float:left;
     z-index: 1;
    margin-left: 11px;
}
.ibox1 .flimg .fdiv {
	position: absolute;
    width: 100%;
	height: 350px;

    padding-top: 100px;
}
.ibox1 .flimg .fdiv  a {
	cursor:pointer;
	display:block;
	text-align: center;
    font-size: 22px;
    color: #ffffff;
	margin:15px 0px;
	text-align: left;
    cursor: pointer;
    margin-left: 20%;
}


.ibox1 .fl {
  width: 252px;
  position: relative;
  z-index: 2;
}

.ibox1 .fl li {
  height: 80px;
  border-bottom: 1px solid #e5e5e5;
  /*padding-left: 50px;*/
  padding-top: 9px;
  /* margin-bottom: 10px; */
  overflow: hidden;
}

.ibox1 .fl li .ibox1_icon {
  float: left;
  width: 108px;
  text-align: center;
  padding-top: 5px;
}

.ibox1 .fl li h3 {
  color: #424249;
  font-size: 18px;
  padding: 10px 0;
}

.ibox1 .fl li.last {
  border-bottom: 0;
  margin-bottom: 0;
}

/* right box */

.ibox1 .fr {
  width: 252px;
  position: relative;
  z-index: 1;
}

.ibox1 .fr li {
  height: 80px;
  border-bottom: 1px solid #e5e5e5;
  /*padding-left: 50px;*/
  padding-top: 9px;
  /* margin-bottom: 10px; */
  overflow: hidden;
}

.ibox1 .fr li .ibox1_icon {
  float: right;
  width: 108px;
  text-align: center;
  padding-top: 5px;
}

.ibox1 .fr li h3 {
  color: #424249;
  font-size: 18px;
  padding: 10px 0;
}

.ibox1 .fr li.last {
  border-bottom: 0;
  margin-bottom: 0;
}

.ibox_hover {
  width: 350px;
  height: 87px;
  border: 2px solid #da251d;
 /*  background: url(../img/arrow.png) no-repeat 18px center; */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
}

.ibox_hover span {
  display: block;
  background: #da251d;
  width: 91px;
  text-align: center;
  font-size: 44px;
  color: #fff;
  line-height: 87px;
  float: right;
  margin-right: -2px;
}
.ibox_hover_r {
  width: 350px;
  height: 87px;
  border: 2px solid #da251d;
 /*  background: url(../img/arrow.png) no-repeat 18px center; */
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
  display:none;
}
.ibox_hover_r span {
  display: block;
  background: #da251d;
  width: 91px;
  text-align: center;
  font-size: 44px;
  color: #fff;
  line-height: 87px;
  float: left;
  margin-right: -2px;
}

.ibox2_list {
  padding-bottom: 40px;
}

.ibox2_list ul li {
  float: left;
  width: 220px;
  height: 300px;
  margin-left: 20px;
  text-align: center;
}

.ibox2_list ul li div {
  background: url(../img/ibox2_border.png);
  width: 140px;
  height: 140px;
  line-height: 140px;
  margin: 40px auto 20px;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.ibox2_list ul li div img {
  vertical-align: middle;
}

.ibox2_list ul li p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.ibox2_list ul li:hover div {
  -webkit-animation: zoomIn 1s 0s ease both;
          animation: zoomIn 1s 0s ease both;
}

.ibox2_list ul li:first-child {
  margin-left: 0;
  background-color: #00cc99;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.ibox2_list ul li:first-child:hover {
  background-color: #00e6ac;
}

.ibox2_list ul li:first-child + li {
  background-color: #1088d5;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.ibox2_list ul li:first-child + li:hover {
  background-color: #1297ed;
}

.ibox2_list ul li:first-child + li + li {
  background-color: #f05a25;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.ibox2_list ul li:first-child + li + li:hover {
  background-color: #f26c3d;
}

.ibox2_list ul li:first-child + li + li + li {
  background-color: #10be51;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.ibox2_list ul li:first-child + li + li + li:hover {
  background-color: #12d65b;
}

.ibox2_list ul li:first-child + li + li + li + li {
  background-color: #02cfc8;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.ibox2_list ul li:first-child + li + li + li + li:hover {
  background-color: #02e8e0;
}

.ibox3_list {
  overflow: hidden;
}

.ibox3_list ul {
  margin-right: -20px;
}

.ibox3_list ul li {
  float: left;
  width: 540px;
  height: 98px;
  padding: 33px 0 0 40px;
  margin: 0 20px 20px 0;
}

.ibox3_list ul li:hover div i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.ibox3_list ul li div {
  width: 57px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #da251d;
  font-size: 32px;
  float: left;
  margin-right: 38px;
  position: relative;
}

.ibox3_list ul li div i {
  position: absolute;
  width: 57px;
  height: 66px;
  left: 0;
  top: 0;
  background: url(../img/ibox3_list.png) no-repeat;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.ibox3_list ul li h2 {
  font-size: 18px;
  color: #424249;
  padding: 8px 0 10px;
}

.ibox3_list ul li p {
  font-size: 18px;
}

.ibox4 {
  overflow: hidden;
  height: 760px;
}

.ibox4 .center {
  position: relative;
  height: 100%;
}

.ibox4 .ibox4_bg {
  position: absolute;
  right: 50%;
  z-index: 1;
}

.ibox4 .fl {
  padding-left: 45px;
  position: relative;
  z-index: 2;
}

.ibox4 .fl > h2 {
  font-size: 52px;
  color: #000;
  padding-top: 5px;
}

.ibox4 .fl > span {
  font-size: 24px;
  color: #666;
  border-bottom: 5px solid #da251d;
  padding-bottom: 3px;
}

.ibox4 .fl > p {
  margin-top: 20px;
  color: #666;
}

.ibox4 .fl .ibox4_l_list {
  margin-top: 50px;
  background: url(../img/ibox4_l_list_bg.png) no-repeat;
  width: 156px;
  height: 409px;
  position: relative;
}

.ibox4 .fl .ibox4_l_list ul {
  position: absolute;
  left: 108px;
  top: 15px;
}

.ibox4 .fl .ibox4_l_list ul li span {
  font-size: 50px;
  font-weight: bold;
}

.ibox4 .fl .ibox4_l_list ul li i {
  font-size: 60px;
  position: relative;
  bottom: -5px;
  font-weight: normal;
}

.ibox4 .fl .ibox4_l_list ul li p {
  color: #666;
  font-size: 20px;
  white-space: nowrap;
}

.ibox4 .fl .ibox4_l_list ul li:first-child span {
  color: #ff7171;
}

.ibox4 .fl .ibox4_l_list ul li:first-child + li span {
  color: #eac02e;
}

.ibox4 .fl .ibox4_l_list ul li:first-child + li + li span {
  color: #56a5c1;
}

.ibox4 .fl .ibox4_l_list ul li:first-child + li + li + li span {
  color: #1fd8e3;
}

.ibox4 .fr {
  position: relative;
  z-index: 2;
  height: 637px;
  background: #fff;
}

.ibox4 .fr ul {
  height: 100%;
  position: relative;
}

.ibox4 .fr table {
  width: 600px;
}

.ibox4 .fr table td {
  width: 199px;
  height: 105px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #f1f1f1;
  position: relative;
}

.ibox4 .fr table td img {
      width: 120px;
    margin: 0 auto;
    display: block;
    height: auto;
}

.ibox4 .fr table td span {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  line-height: 105px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  filter: alpha(opacity=0);
  opacity: 0;
}

.ibox4 .fr table td .mask {
  z-index: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
}

.ibox4 .fr table td:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}

.ibox4 .fr table td:hover .mask {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.ibox4 .fr .ibox4_r_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 199px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  background: #fff;
}

.ibox4 .fr .ibox4_r_btn .l_btn, .ibox4 .fr .ibox4_r_btn .r_btn {
  width: 42px;
  height: 42px;
  margin: 0 10px;
  vertical-align: middle;
}

.ibox4 .fr .ibox4_r_btn .l_btn {
  background: url(../img/l_btn.jpg);
}

.ibox4 .fr .ibox4_r_btn .l_btn:hover {
  background: url(../img/l_btn_hover.jpg);
}

.ibox4 .fr .ibox4_r_btn .r_btn {
  background: url(../img/r_btn.jpg);
}

.ibox4 .fr .ibox4_r_btn .r_btn:hover {
  background: url(../img/r_btn_hover.jpg);
}

.ibox5_list {
  overflow: hidden;
}

.ibox5_list ul {
  margin-right: -20px;
}

.ibox5_list ul li {
  float: left;
  margin-right: 20px;
  width: 280px;
}

.ibox5_list ul li dl {
  padding: 5px 10px;
  line-height: 30px;
}

.ibox5_list ul li dt {
  color: #424249;
  font-size: 18px;
}

.box_mask {
  position: relative;
  width: 280px;
  height: 200px;
  overflow: hidden;
}

.box_mask img {
  display: block;
  margin: 0 auto;
  width: 187px;
  height: auto;
}

.box_mask a {
  display: block;
  position: absolute;
  z-index: 2;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 104px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  margin-left: -52px;
  top: 50%;
  margin-top: -18px;
  background: #da251d;
  border-radius: 5px;
  color: #fff;
}

.box_mask .mask {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 1;
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
}

.box_mask:hover a {
  filter: alpha(opacity=100);
  opacity: 1;
}

.box_mask:hover .mask {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.ibox5 {
  padding-bottom: 40px;
  overflow: hidden;
}

.ibox5 .center {
  position: relative;
}

.ibox5 .btn_l, .ibox5 .btn_r {
  top: 330px;
}

.ibox5 .btn_l {
  position: absolute;
  left: -82px;
  border-style: solid;
  border-width: 32px 32px 32px 0;
  border-color: transparent #999 transparent transparent;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}

.ibox5 .btn_l:hover {
  border-color: transparent #1395df transparent transparent;
}

.ibox5 .btn_l:after {
  content: '';
  position: absolute;
  left: 2px;
  top: -32px;
  border-style: solid;
  border-width: 32px 32px 32px 0;
  border-color: transparent #fff transparent transparent;
}

.ibox5 .btn_r {
  position: absolute;
  right: -82px;
  border-style: solid;
  border-width: 32px 0 32px 32px;
  border-color: transparent transparent transparent #999;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}

.ibox5 .btn_r:hover {
  border-color: transparent transparent transparent #1395df;
}

.ibox5 .btn_r:after {
  content: '';
  position: absolute;
  right: 2px;
  top: -32px;
  border-style: solid;
  border-width: 32px 0 32px 32px;
  border-color: transparent transparent transparent #fff;
}

.ibox6 {
  padding-bottom: 65px;
}

.ibox6 .fl {
  width: 560px;
}

.ibox6 .fl h2 {
  padding: 30px 0 20px;
  font-size: 18px;
  color: #424249;
  line-height: 20px;
}

.ibox6 .fl h2 i {
  color: #da251d;
  vertical-align: middle;
}

.ibox6 .fl h2 span {
  font-size: 14px;
  color: #bdbdbd;
  float: right;
  margin-top: 2px;
}

.ibox6 .fl h2 a {
  width: 410px;
  vertical-align: middle;
}

.ibox6 .fl p {
  line-height: 24px;
}

.ibox6 .fr {
  width: 540px;
}

.ibox6 .fr li {
  margin-bottom: 40px;
}

.ibox6 .fr .l_num {
  float: left;
  font-size: 72px;
  border-right: 1px solid #424249;
  color: #424249;
  padding-right: 8px;
}

.ibox6 .fr h2 {
  margin-left: 125px;
  margin-bottom: 14px;
}

.ibox6 .fr h2 a {
  color: #da251d;
  font-size: 16px; width:60%; overflow:hidden; display:inline-block;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
}

.ibox6 .fr h2 span {
  color: #bdbdbd;
  float: right;
}

.ibox6 .fr p {
  margin-left: 125px;
  font-size: 12px;
  line-height: 24px;
}

.ibox6 .more {
  display: block;
  clear: both;
  width: 220px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 26px;
  border: 1px solid #d6d6d6;
  margin: 65px auto 0;
  background: #fff;
  font-size: 16px;
}

.foote11 {
  margin-top: 3px;
}

.foote11 .foot_top {
  overflow: hidden;
  padding: 32px 0 44px;
  border-bottom: 1px dashed #d8d8d8;
}

.foote11 .foot_top ul {
  width: 1280px;
}

.foote11 .foot_top ul li {
  float: left;
  line-height: 24px;
  width: 320px;
}

.foote11 .foot_top ul li img {
  float: left;
}

.foote11 .foot_top ul li h4 {
  margin-left: 80px;
  font-weight: normal;
  font-size: 18px;
  color: #424249;
  padding-bottom: 10px;
}

.foote11 .foot_top ul li h2 {
  margin-left: 80px;
  font-weight: normal;
  font-size: 18px;
  color: #424249;
  padding-bottom: 10px;
}

.foote11 .foot_top ul li p {
  margin-left: 80px;
  font-size: 16px;
}

.foote11 .foot_content {
  padding: 35px 0 90px;
  overflow: hidden;
  position: relative;
  min-height: 100px;
}

.foote11 .foot_content dl {
  float: left;
  margin-right: 70px;
  line-height: 24px;
}

.foote11 .foot_content dt {
  font-size: 16px;
  color: #424249;
  margin-bottom: 20px;
}

.foote11 .ewm {
  width: 132px;
  position: absolute;
  right: 100px;
  top: 30px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #424249;
}

.foote11 .foot_nav {
  line-height: 51px;
  background: #424249;
  color: #fff;
  text-align: center;
}

.foote11 .foot_nav a {
  color: #fff;font-weight:bold; font-size: 18px;
}

.foote11  .foot_nav a:hover{ color: #FFFF00;}

.foote11 .foot_nav a:before {
  content: ' |';
  padding: 0 20px;
}

.foote11 .foot_nav a:first-child:before {
  display: none;
}

.foote11 .foot_bottom {
  background: #030000;
  padding: 25px 0;
  text-align: center;
  color: #fff;
}

.foote11 .foot_bottom p {
  padding-bottom: 20px;
}

.foote11 .foot_bottom .bt_a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  margin: 0 5px;
  text-align: center;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  background: #a6a6a6;
}

.foote11 .foot_bottom a i {
  color: #2e2f34;
  font-size: 20px;
}

.sbanner {
  position: relative;
  overflow: hidden;
}

.sbanner img {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.ptit {
  padding: 40px 0 25px;
  text-align: center;
  width: 100%;
  float: left;
}

.ptit h2 {
  color: #333;
  font-size: 36px;
  padding-bottom: 8px;
}

.pcolor1 {
  background-color: #ee5757;
}

.pcolor2 {
  background-color: #eeb95a;
}

.pcolor3 {
  background-color: #60c98b;
}

.pcolor4 {
  background-color: #5181c8;
}

.pcolor5 {
  background-color: #9667d4;
}

@-webkit-keyframes tada2 {
  from {
    -webkit-transform: scale3d(1, 1.4, 1);
            transform: scale3d(1, 1.4, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 1.4, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 1.4, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1.4, 1);
            transform: scale3d(1, 1.4, 1);
  }
}

@keyframes tada2 {
  from {
    -webkit-transform: scale3d(1, 1.4, 1);
            transform: scale3d(1, 1.4, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 1.4, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 1.4, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1.4, 1);
            transform: scale3d(1, 1.4, 1);
  }
}

.plist1 {
  padding-bottom: 40px;
}

.plist1 ul li {
  float: left;
  margin-left: 7px;
  width: 230px;
  height: 362px;
  text-align: center;
  color: #fff;
}

.plist1 ul li:first-child {
  margin-left: 0;
}

.plist1 ul li strong {
  font-size: 90px;
  padding: 75px 0;
  display: block;
  -webkit-transform: scaleY(1.4);
          transform: scaleY(1.4);
}

.plist1 ul li p {
  font-size: 18px;
  line-height: 30px;
}

.plist1 ul li:hover strong {
  -webkit-animation: tada2 1s 0s ease both;
          animation: tada2 1s 0s ease both;
}

.plist2 ul li {
  width: 274px;
  margin-left: 28px;
}

.p1box1 {
  padding-bottom: 40px;
}

.p1box1 .center {
  position: relative;
}

.p1box1 img {
  display: block;
  margin: 0 auto;
}

.p1box1 li {
  position: absolute;
  width: 375px;
  height: 80px;
  padding: 28px 0 0 60px;
  background: url(../img/p1box1_r.png) no-repeat;
}

.p1box1 li strong {
  float: left;
  color: #ec5959;
  -webkit-transform: scale(0.8, 1.2);
          transform: scale(0.8, 1.2);
  font-size: 55px;
  line-height: 1;
}

.p1box1 li h2 {
  margin-left: 95px;
  font-size: 24px;
  color: #333;
  padding-bottom: 5px;
  font-weight: bold;
}

.p1box1 li p {
  margin-left: 95px;
  color: #333;
}

.p1box1 li:first-child {
  right: 65px;
  top: 150px;
}

.p1box1 li:first-child + li {
  left: 45px;
  top: 320px;
  background: url(../img/p1box1_l.png) no-repeat;
  width: 395px;
  padding: 28px 0 0 40px;
}

.p1box1 li:first-child + li + li {
  right: 65px;
  top: 475px;
}

.p1box1 li:first-child + li + li + li {
  left: 45px;
  top: 650px;
  background: url(../img/p1box1_l.png) no-repeat;
  width: 395px;
  padding: 28px 0 0 40px;
}

.p1box2 {
  padding-bottom: 0px;
}

.p1box2 .p1box2_btn {
  width: 230px;
}

.p1box2 .p1box2_btn a {
  display: block;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  color: #666;
  background: #f1efef;
  margin-bottom: 2px;
  position: relative;
}

.p1box2 .p1box2_btn a:hover, .p1box2 .p1box2_btn a.active {
  color: #fff;
  background: #ec5959;
}

.p1box2 .p1box2_btn a:hover:after, .p1box2 .p1box2_btn a.active:after {
  content: '';
  border-style: solid;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #ec5959;
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -8px;
}

.p1box2 .p1box2_btn.fr a:hover:after, .p1box2 .p1box2_btn.fr a.active:after {
  border-width: 8px 11px 8px 0;
  border-color: transparent #ec5959 transparent transparent;
  left: -11px;
  right: auto;
}

.p1box2 .p1box2_img {
  width: 678px;
  height: 418px;
  margin: 0 auto;
  background: #f9f9f9;
  text-align: center;
}

.p1box2 .p1box2_img ul li {
  width: 678px;
  height: 418px;
  line-height: 418px;
  background: url(../img/logobg.jpg) no-repeat top left;
}

.p1box2 .p1box2_img ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  opacity: .7;
}

.p1box2 .p1box2_img_group {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.p1box2 .banner_btn {
  position: absolute;
  width: 100%;
  height: 12px;
  line-height: 12px;
  bottom: 23px;
  left: 0;
  z-index: 99;
  font-size: 0;
}

.p1box2 .banner_btn a {
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #686868;
  margin: 0 4px;
  filter: alpha(opacity=100);
  opacity: 1;
  border: 0;
}

.p1box2 .banner_btn a:hover, .p1box2 .banner_btn a.in {
  width: 12px;
  height: 12px;
  background: #ec5959;
  margin: 0 2px;
}

.p2box1 {
  padding-bottom: 40px;
}

.p2box1 ul {
  padding: 0 52px;
}

.p2box1 ul li {
  width: 254px;
  float: left;
  margin-left: 20px;
  position: relative;
}

.p2box1 ul li:first-child {
  margin-left: 0;
}

.p2box1 ul li:first-child + li + li + li + li, .p2box1 ul li:first-child + li + li + li + li + li, .p2box1 ul li:first-child + li + li + li + li + li + li {
  left: 116px;
  top: -55px;
}

.p2box1 ul li p {
  position: absolute;
  left: 0;
  top: 190px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.p2box2 {
  height: 458px;
  background: url(../img/p2box2.jpg) no-repeat center;
  text-align: center;
  padding-top: 100px;
  color: #fff;
}

.p2box2 strong {
  font-size: 46px;
}

.p2box2 p {
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
}

.p3box1 {
  overflow: hidden;
  padding-bottom: 40px;
}

.p3box1 ul {
  margin-right: -21px;
}

.p3box1 ul li {
  width: 204px;
  height: 118px;
  padding: 31px 0 31px 175px;
  float: left;
  position: relative;
  margin: 30px 21px 0 0;
  background: #f9f9f9;
}

.p3box1 ul li img {
  position: absolute;
  left: 23px;
  top: 31px;
}

.p3box1 ul li h2 {
  color: #012e5b;
  font-size: 24px;
  padding-bottom: 14px;
  line-height: 1.4;
  font-weight: bold;
}

.p3box1 ul li a {
  font-size: 12px;
  display: block;
  width: 96px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  background: #ededed;
}

.p3box2 {
  padding-bottom: 60px;
}

.p3box2 .center {
  position: relative;
}

.p3box2 .center > img {
  position: absolute;
  top: 235px;
}

.p3box2 .center > img:first-child {
  left: 350px;
}

.p3box2 .center > img:first-child + img {
  left: 775px;
}

.p3box2 ul {
  padding: 0 40px;
}

.p3box2 ul li {
  margin-left: 169px;
}

.p3box3 .center {
  width: 1100px;
  padding: 50px 40px 60px;
}

.p3box3 .center > img {
  margin: 0 auto;
  display: block;
  position: relative;
  top: 85px;
  right: 10px;
}

.p3box3 .center .fl, .p3box3 .center .fr {
  width: 430px;
  height: 327px;
  position: relative;
}

.p3box3 .center .fl > strong, .p3box3 .center .fr > strong {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  *-webkit-writing-mode: tb-rl;
  *        writing-mode: tb-rl;
  position: absolute;
  left: 0;
  top: 110px;
  font-size: 24px;
  color: #333;
}

.p3box3 .center .fl ul, .p3box3 .center .fr ul {
  position: absolute;
  left: 186px;
  top: 10px;
}

.p3box3 .center .fl ul li, .p3box3 .center .fr ul li {
  color: #202020;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 75px;
}

.p3box3 .center .fl ul li:first-child, .p3box3 .center .fr ul li:first-child {
  margin-bottom: 65px;
}

.p3box3 .center .fl {
  background: url(../img/p3box3_l.jpg) no-repeat 50px;
}

.p3box3 .center .fr {
  background: url(../img/p3box3_r.jpg) no-repeat 50px;
}

.p3box3 .center .fr ul li {
  font-size: 16px;
  color: #000;
}

.p4box1 {
  height: 800px;
  position: relative;
}

.p4box1 .p4box1_btn {
  position: absolute;
  width: 1180px;
  left: 50%;
  margin-left: -590px;
  top: 72px;
  z-index: 2;
}

.p4box1 .p4box1_btn ul li {
  float: left;
  width: 245px;
  height: 124px;
  line-height: 124px;
  margin-left: 35px;
  border-radius: 10px;
  padding-left: 125px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.p4box1 .p4box1_btn ul li:after {
  display: none;
  content: '';
  border-style: solid;
  border-width: 16px 16.5px 0 16.5px;
  position: absolute;
  left: 50%;
  margin-left: -16.5px;
  bottom: -16px;
}

.p4box1 .p4box1_btn ul li:first-child {
  margin-left: 0;
  background: #5b677d url(../img/p4box1_btn_1.png) no-repeat 40px center;
}

.p4box1 .p4box1_btn ul li:first-child:after {
  border-color: #5b677d transparent transparent transparent;
}

.p4box1 .p4box1_btn ul li:first-child + li {
  background: #e1a231 url(../img/p4box1_btn_2.png) no-repeat 45px 20px;
}

.p4box1 .p4box1_btn ul li:first-child + li:after {
  border-color: #e1a231 transparent transparent transparent;
}

.p4box1 .p4box1_btn ul li:first-child + li + li {
  width: 265px;
  padding-left: 105px;
  background: #27b968 url(../img/p4box1_btn_3.png) no-repeat 5px center;
}

.p4box1 .p4box1_btn ul li:first-child + li + li:after {
  border-color: #27b968 transparent transparent transparent;
}

.p4box1 .p4box1_btn ul li.active:after {
  display: block;
}

.p4box1 .p4box1_group ul li {
  height: 800px;
  position: relative;
}

.p4box1 .p4box1_group ul li div {
  width: 413px;
  position: absolute;
  left: 50%;
  top: 420px;
  margin-left: -550px;
  color: #fff;
}

.p4box1 .p4box1_group ul li div h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}

.p4box1 .p4box1_group ul li div p {
  line-height: 24px;
}

.p4box1 .p4box1_group ul li img {
  position: absolute;
  right: 50%;
  top: 283px;
  margin-right: -590px;
}

.p4box1 .p4box1_group ul li:first-child {
  background: url(../img/p4box1_group.jpg) no-repeat center;
}

.p4box1 .p4box1_group ul li:first-child + li {
  background: #cc8e1e;
}

.p4box1 .p4box1_group ul li:first-child + li img {
  top: 274px;
  margin-right: -500px;
}

.p4box1 .p4box1_group ul li:first-child + li + li {
  background: #0da34f;
}

.p4box1 .p4box1_group ul li:first-child + li + li img {
  top: 380px;
  margin-right: -520px;
}

.p4box2 {
  padding-bottom: 60px;
}

.p4box2 ul li {
  width: 264px;
  height: 400px;
  float: left;
  margin-left: 30px;
  position: relative;
  background: #f3f3f3;
  text-align: center;
  color: #333;
  font-size: 24px;
}

.p4box2 ul li:first-child {
  margin-left: 17px;
}

.p4box2 ul li .p4box2_cir {
  position: absolute;
  width: 107px;
  height: 107px;
  left: 50%;
  margin-left: -53.5px;
  top: 134px;
}

.p4box2 ul li h2 {
  font-weight: bold;
  margin: 75px 0 20px;
}

.p4box3 {
  background: #fba73b;
  padding-bottom: 77px;
}

.p4box3 .ptit {
  color: #fff;
}

.p4box3 .ptit h2 {
  color: #fff;
}

.p4box3 ul li {
  float: left;
  width: 221px;
  height: 406px;
  background: #f8f8f8;
  margin-left: 18px;
  text-align: center;
  position: relative;
}

.p4box3 ul li:first-child {
  margin-left: 0;
}

.p4box3 ul li div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 50px;
}

.p4box3 ul li strong {
  display: block;
  padding-top: 220px;
  color: #333;
  font-size: 22px;
  line-height: 30px;
}

.p4box3 ul li small {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.p4box3 ul li p {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  line-height: 24px;
  padding-top: 20px;
}

.p4box4 {
  padding-bottom: 40px;
}

.p4box4 .center {
  width: 1153px;
  padding: 0 15px 0 12px;
}

.p4box4 .fl {
  width: 555px;
  height: 596px;
}

.p4box4 .fr {
  width: 507px;
  border: 1px solid #f1f1f1;
  border-left: 0;
  height: 507px;
  padding: 39px 37px 48px 53px;
}

.p4box4 .fr ul li {
  width: 253px;
  height: 253px;
  float: left;
}

.p4box4 .fr ul li:first-child {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.p4box4 .fr ul li:first-child + li {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 35px;
  width: 218px;
}

.p4box4 .fr ul li:first-child + li + li {
  border-right: 1px solid #e5e5e5;
  padding-top: 35px;
  height: 218px;
}

.p4box4 .fr ul li:first-child + li + li + li {
  padding-left: 35px;
  padding-top: 35px;
  width: 218px;
  height: 218px;
}

.p4box4 .fr ul li div {
  height: 105px;
  line-height: 105px;
}

.p4box4 .fr ul li div img {
  max-height: 100%;
  vertical-align: middle;
}

.p4box4 .fr ul li h2 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
}

.p4box4 .fr ul li p {
  line-height: 24px;
}

.banner li img{ position:relative; left:50%; margin-left:-960px; display:block;}

.case_list { width: 100%; }
.case_list ul {}
.case_list li{ width: 100%; float: left; height: 88px; line-height: 88px; border-bottom: 1px dotted #b4948c;
padding-bottom: 10px; margin-bottom: 10px; }
.case_list li img{ float: left; width: 150px; border:1px solid #b4948c; padding: 5px; }
.case_list li span{ float: left; margin-left: 15px;}
.case_list li p{ float: right; }

.prves { margin-top: 10px; }

.show_a{margin-top: 30px;  width: 100%;}
.show_a a{ background: #ce3f3b; height: 38px; line-height: 38px; width: 180px; display: block;
color: #fff; padding: 0 10px; font-size: 14px; }




.click_tetx {
  margin-top: 30px;
}
#clicka{
  width: 290px; height: 40px; background: #fff; border: 1px solid #ce3f3c;
  border-radius: 5px; text-align: center; line-height: 40px; color: #ce3f3c;
  display: block;
}
#clicka:hover {
  background: #ce3f3c; color: #fff;
}
.click_show{
   width: 425px; height: 285px; border-radius: 8px; border: 1px solid #eee;
}
.click_show h3{
  background: #ce3f3c; color: #fff; height: 45px; line-height: 45px; width: 100%;
  border-top-right-radius: 8px;border-top-left-radius: 8px;
}
.click_show h3 span{
  float: left; padding-left: 15px; font-size: 16px;
}
.click_show h3 i{
  float: right; padding-right: 10px; font-style: normal; font-weight: normal;
  cursor: pointer;
}
.click_show p{
  width: 100%; padding: 0 40px; float: left; margin-top: 10px; position: relative;
}
.click_show p span{
  float: left; width: 90px; line-height: 38px; height: 38px; font-size: 14px;
}
.click_show p input{
  float: left; width: 260px; height: 36px; border: none; padding-left: 10px;
  border: 1px solid #ce3f3c;
} 
.clickbtn {
  width: 150px; height: 40px; background: #ce3f3c; color: #fff; text-align: center;
  line-height: 40px; font-size: 14px; float: left; margin-top: 20px; margin-left: 137px;
  cursor: pointer;border-radius: 8px;
}
.click_show p span.hint_str{
      position: absolute; display: none; font-size: 16px;
    background: #333;
    width: 300px;
    color: #fff;
    text-align: center;
    left: 19%;
    opacity: .5;
}
.hint_b {
  background: #474747; width: 425px; height: 220px;
  padding: 20px; display: none;
}
.hint_b p{
  color: #fff; font-size: 18px;
}

#biaoq6{
  margin-top: 0; margin-bottom: 30px; 
}
#biaoq6 #clicka {
  margin: 0 auto; border-color: #000; color: #000; 
  background: #f6e4ce;
}
#biaoq6 #clicka:hover {
  background: #000; color: #fff; 
}
#biaoq6 .click_show {
  margin: 0 auto; background: #fff;
}
#biaoq6 .click_show h3 {
  background: #c49f72;
}
#biaoq6 .click_show p input {
  border-color: #c49f72;
}
#biaoq6 .clickbtn  {
  background: #c49f72;
}







.zxzx {
  width: 100%; 
    background: #f3f7fa;
  padding-top: 20px;
  margin-top: 10px;
  padding-bottom: 40px;
}
.zxzx .center {
  background: #1d4fa8;
  border-radius: 50px;
}
.zxzx_top {
  padding-top: 20px;
}
.zxzx_top p{ text-align: center; font-size: 20px; color: #fff; line-height: 44px; }
.zxzx_top p span{
  width: 105px; height: 44px; border: 1px solid #fff;
  background: #474748; display: inline-block;
}
.zxzx_bot {}
.zxzx_bot .fl{
    width: 250px;
    float: left;
    padding-left: 40px;
}
.zxzx_bot .fl p{
    color: #1472b9;
    font-size: 20px;
    text-align: center;
}
.zxzx_bot .fl span{
    display: block;
    text-align: center;
    color: #999;    
    background: url(../img/xiajian.jpg) no-repeat center;
    font-size: 18px;
    height: 20px;

}
.zxzx_bot .fl a{
    width: 236px;
    height: 60px;
    background: #1472b9;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 12px;
    position: relative;
    z-index: 9;
}

.zxzx_bot .fl img{

}
.zxzx_bot .fr{
  float: left;
  padding-left: 40px;
}





#clicka1{
  width: 200px; height: 40px; background: #5686db; border: 1px solid #5686db;
  border-radius: 5px; text-align: center; line-height: 40px; color: #fff;
  display: block;
}
.click_show1{
   width: 425px; height: 285px; border-radius: 8px; 
   border: 1px solid #eee;
   position: relative;
   top: -190px;
    z-index: 9;
    background: #fff;
    right: -88px;
}
.click_show1 h3{
  background: #5686db; color: #fff; height: 45px; line-height: 45px; width: 100%;
  border-top-right-radius: 8px;border-top-left-radius: 8px;
}
.click_show1 h3 span{
  float: left; padding-left: 15px; font-size: 16px;
}
.click_show1 h3 i{
  float: right; padding-right: 10px; font-style: normal; font-weight: normal;
  cursor: pointer;
}
.ren_tetx .click_show1 p{
  width: 100%; padding: 0 40px; float: left; margin-top: 10px;
   position: relative; border: none; height: auto;
}
.ren_tetx .click_show1 p span{
  float: left; width: 90px; line-height: 38px; height: 38px; font-size: 14px;
}
.click_show1 p input{
  float: left; width: 260px; height: 36px; border: none; padding-left: 10px;
  border: 1px solid #5686db;
} 
.clickbtn1 {
  width: 150px; height: 40px; background: #5686db; color: #fff; text-align: center;
  line-height: 40px; font-size: 14px; float: left; margin-top: 20px; margin-left: 137px;
  cursor: pointer;border-radius: 8px;
}
.click_show1 p span.hint_str1{
      position: absolute; display: none; font-size: 16px;
    background: #333;
    width: 300px;
    color: #fff;
    text-align: center;
    left: 19%;
    opacity: .5;
}
.hint_b1 {
  background: #474747; width: 425px; height: 220px;
  padding: 20px; display: none;
}
.hint_b1 p{
  color: #fff; font-size: 18px;
}

.gxrd_imgs {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
}
.gxrd_imgs img{
  display: block;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.rending{
  width: 100%; background: #f5f5f5;   float: left;
}
.ren_tit {
  width: 100%; margin: 30px 0;
}
.ren_tit h3{
  font-size: 30px; color: #000; text-align: center; margin-bottom: 5px;
}
.ren_tit span{
  width: 280px; height: 30px; border: 1px solid #93a8ca;
  display: block; margin: 0 auto; text-align: center; line-height: 32px;
  font-size: 16px; color: #93a8ca;
}

.ren_cont{
  width: 100%;
}
.ren_cont img{
  float: left; width: 320px; height: 220px;
}
.ren_tetx{
  float: left; width: 830px; height: 220px;
  background: #fff; padding: 0 15px;
}
.ren_tetx p{
  color: #666; width: 100%; height: 90px; border-bottom: 1px solid #ccc;
  font-size: 13px; line-height: 90px;
}
.ren_tetx p span{}
.ren_tetx p span strong{
  color: #ffb266;
  font-size: 22px;
}
.ren_tetx p i{
  font-style: normal; padding-left: 15px;
}
.ren_text_bot{
      float: left;
    position: relative; width: 100%;
}
.ren_fl{
  float: left; margin-top: 25px;
}
.ren_fl img{
  float: left; width: 461px; height: auto;
}
.ren_fr{
  float: right; margin-top: 15px;
}


#biaoq3{
  position: relative;
  bottom: 120px;
}
.click_show3 {}
.click_show3 select{
  float: left; width: 100px; height: 40px;
  background: #fff; text-align: center;
  line-height: 40px; border: none;
  border-right: 1px solid #fba73b; margin-right: 1px;
  border-top-left-radius: 8px;border-bottom-left-radius: 8px;
  padding-left: 10px;
}
.click_show3 select option{
  width: 100px; height: 40px; background: #fff; text-align: center;
  line-height: 40px;
}
.click_show3 p{
  float: left; position: relative;
}
.click_show3 p span{}
.click_show3 p input{
  height: 38px;border: none; border: 1px solid #ccc; 
  width: 285px; padding-left: 10px;
}
.click_show3 p span.hint_str{
  display: none; position: absolute;background: #000;
    width: 285px;
    height: 40px;
    opacity: .5;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.click_show3 .clickbtn{
  float: left; height: 40px; margin: 0; width: 110px;
  background: #fff600; color: #000; border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.click_img {
  height: 32px;
}
.click_img img {
  margin-left: 102px;
}
#biaoq3 .hint_b{
    position: absolute;
    height: 38px;
    width: 480px;
    top: 32px;
}
#biaoq3 .hint_b p{
  font-size: 20px;
}

#biaoq2 #clicka1 {
  margin: 0 auto; border-color: #fff; color: #fff;
  background: #fba73b;
}
#biaoq2 #clicka1:hover {
  background: #fff; color: #fba73b;
}
#biaoq2 .click_show1{
  top: 0; margin: 0 auto; right: 0; border: none;
}
#biaoq2 .click_show1 h3{
  background: #ff6600; color: #fff; height: 45px; line-height: 45px; width: 100%;
  border-top-right-radius: 8px;border-top-left-radius: 8px;
}
#biaoq2 .click_show1 h3 span{
  float: left; padding-left: 15px; font-size: 16px;
}
#biaoq2 .click_show1 h3 i{
  float: right; padding-right: 10px; font-style: normal; font-weight: normal;
  cursor: pointer;
}
#biaoq2 .click_show1 p{
  width: 100%; padding: 0 40px; float: left; margin-top: 10px;
   position: relative; border: none; height: auto;
}
#biaoq2 .click_show1 p span{
  float: left; width: 90px; line-height: 38px; height: 38px; font-size: 14px;
}
#biaoq2 .click_show1 p input{
  float: left; width: 260px; height: 36px; border: none; padding-left: 10px;
  border: 1px solid #ff6600;
} 
#biaoq2 .click_show1 p span.hint_str1{
  position: absolute;
    display: none;
    font-size: 16px;
    background: #333;
    width: 300px;
    color: #fff;
    text-align: center;
    left: 19%;
    opacity: .5;
}
#biaoq2 .clickbtn1 {
  background: #ff6600;
}
#biaoq2 .hint_b1 {
  margin: 0 auto;
}

.biaoq2_img img{ display: block; margin: 20px auto; }

#biaoq3 .click_show3{ float: left; }



#biaoq4 .click_show3{
  float: left; padding-top: 23px;
}
#biaoq4 .click_show3 p{
  float: left; margin-left: 10px;
}
#biaoq4 .click_show3 p i{
  float: left;
  color: #fff;
  line-height: 40px; padding: 0 5px;
}
#biaoq4 .click_show3 p select{
  float: left; border-radius: 0;
}
#biaoq4 .click_show3 p input{
  float: left;
}
#biaoq4 .click_show3 p{}
#biaoq4 .click_show3 .clickbtn{
  background: #ffa334; border-radius: 0;
  margin-left: 20px; color: #fff;
}
#biaoq4 .hint_b {
  position: relative; z-index: 9;
  left: 114px; height: 140px;
}
#biaoq4 .click_show3 p span.hint_str{
  left: 55px;
}

.case_click{
  width: 100%; background: #fff;
  padding: 30px 0;
}
.click_case {}
.click_case ul{}
.click_case li{ float: left;
width: 300px; margin-left: 140px; }
.click_case li:first-child {
  margin-left: 0;
}
.click_case li img{width: 100%;}

.weys {
  width: 100%;
  background: #fff;
  padding: 30px 0;
}
.weys_cont {}
.weys_tit{}
.weys_tit h3{
  font-size: 30px; color: #000;
  margin-bottom: 10px;
  text-align: center;
}
.weys_tit span{
  font-size: 16px;
  color: #333;
  display: block; text-align: center;
}

.weys_f1{
  position: relative;
}
.weys_f1 ul{}
.weys_f1 li{
  width: 25%; margin-right: 25%; float: left;
  margin-top: 60px;
}
.weys_f1 li i{
  float: left; width: 60px; height: 60px; 
  text-align: center; line-height: 60px; color: #fff;
  font-size: 24px;
}
.weys_f1 li.lia{
  border-bottom: 1px solid #58b421;
}
.weys_f1 li.lia i{
  background: #58b421;

}
.weys_f1 li.lib{
  border-bottom: 1px solid #0757bf;
}
.weys_f1 li.lib i{
  background: #0757bf;
}
.weys_f1 li.fr{
  float: right; margin-right: 0;
}
.weys_f1 li.fr i{
  float: right; margin-left: 10px;
}
.weys_f1 li.fr .fl{
  float: right;
}
.weys_f1 li.fr .fl p{float: right; width: 100%; text-align: right;}
.weys_f1 li.fr .fl span{ float: right; width: 100%;}
.weys_f1 li .fl{ 
  padding-left: 10px;
  width: 200px;
}
.weys_f1 li .fl p{
  color: #0757bf;
  padding-top: 8px;
  font-size: 18px; 
  font-weight: bold; padding-bottom: 6px;
}
.weys_f1 li .fl span{
  font-size: 14px;
  line-height: 140%;
}

.ljzxa{
  width: 205px; height: 180px; background: #0757bf;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  bottom: 0px; left: 500px; position: absolute;
}
.ljzxa a{
  font-size: 30px; color: #fff;
  font-weight: bold; text-align: center; line-height: 180px;
  display: block;
}

#biaoq6 .hint_b {
  margin: 0 auto;
}
#biaoq7 .hint_b1 {
    position: relative;
    top: -168px;
    left: 105px;
}
#biaoq7 .hint_b1 p{
  line-height: 24px; font-size: 18px; border: none; color: #fff;
  width: auto;
  height: auto;
}


.banner .hd {position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 99;}
.banner .hd ul{
  width: 100%;
  text-align: center;
}
.banner .hd li{
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.banner .hd li.on {
  background: red;
}
/*.banner .sPrev{
  background: url(../img/le.png) no-repeat left center;
  position: absolute;
  left: : 100px;
  top: 46%;
  width: 30px;
  height: 40px;
}
.banner .sNext{
  background: url(../img/le.png) no-repeat left center;
  position: absolute;
  right: 100px;
  top: 46%;
  width: 30px;
  height: 40px;
  }*/
.banner ul{}
.banner .bd li{ width: 1920px; height: 400px;
position: relative; }
.banner .bd li img {
  position: absolute;
}
.banner_text {
  top: 25px;
  width: 1200px;
  height: 330px;
  margin: 0 auto;
  position: absolute;
  right: 180px;
}
.banner_text .click_tetx {
      float: left;
    position: absolute;
    right: 1%;
}


#biaoq66 .click_show10 {
  display: block; border: none;
  width: 365px; height: 300px;    border-radius: 8px;
  background: #fff;
}
#biaoq66 .click_show10 h3{
  background: #ec5959;
  color: #fff;
    height: 45px;
    line-height: 45px;
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
#biaoq66 .click_show10 h3 span {
      text-align: center;
    display: block;
    font-size: 18px;
}

#biaoq66 .click_show10 strong {
  font-size: 18px; color: #ec5959; text-align: center;
  display: block; font-weight: normal;
  margin: 15px 0;
}
.click_show10 .hint_str {
  display: none;
}
#biaoq66 .click_show10 p {
  width: 334px; padding: 0; float: left;
  margin-left: 16px; margin-bottom: 10px;
}
#biaoq66 .click_show10 p input {
  width: 313px; border: 1px solid #ec5959;
  float: left;
    height: 36px;
    padding-left: 10px;
}
#biaoq66 .click_show10 .clickbtn{
  background: #ec5959;
  width: 323px; margin-left: 16px; border-radius: 0;
  height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    float: left;
    margin-top: 20px;
    cursor: pointer;

}
input::-webkit-input-placeholder {
  color:#ec5959;
}

.qhd-content ul{}
.qhd-content li{
      height: 270px; margin-bottom: 20px;
    float: left;
}

.qhd-content .fl{
  width: 500px;
}
.qhd-content .fl h3 {
  font-size: 36px;
  color: #000; font-weight: bold;
  margin-bottom: 10px;
}
.qhd-content .fl p {
  font-size: 16px; line-height: 200%;
}
.qhd-content .fr{
  float: left; margin-left: 36px; height: 270px;
}
.qhd-content .fr img {
  display: block; height: 80%;
  margin-bottom: 10px;
}
.qhd-content .fr a {
  display: block; width: 130px; height: 40px; background: red;
  text-align: center; color: #fff;
  line-height: 40px; font-size: 18px;border-radius: 10px;
}



.show_guest{
  width: 100%;
  padding: 20px 10px;
  height: 580px;
}
.guest_cont{
  width: 800px;
  float: left;
  padding-top: 63px;
  background: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 5px 1px rgba(124,124,124,.2);
  box-shadow: 0 2px 5px 1px rgba(124,124,124,.2);
}
.guest_f1{
    float: left;
    width: 100%;
    padding: 12px 30px;
    box-sizing: border-box;
}
.guest_f1:hover {
  background: #eee;
}
.guest_f1>span{
    line-height: 1.4;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #000000;
}
.guest_f1>span i{
    margin-left: 5px;
    color: #DA2824;
}
.guest_cont p{
    float: left;
    width: 100%;
    padding: 12px 30px;
    box-sizing: border-box;
}
.guest_cont p:hover {
  background: #eee;
}
.guest_cont p span{
    line-height: 1.4;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}
.guest_cont p span i{
    margin-left: 5px;
    color: #DA2824;
}
.guest_cont p input{
  margin-left: 12px;
  width: 542px;
  height: 28px;
  display: block;
  margin-top: 5px;
  padding-left: 35px;
  border: none;
  border: 1px solid #ccc;
}
.guest_cont p input:focus {
  border-color: #3498db;
}
.guest_cont p input.inp1{
  background: url(../img/xx.jpg) no-repeat 10px center;
}
.guest_cont p input.inp2{
  background: url(../img/xx2.jpg) no-repeat 10px center;
}
.guest_cont p input.inp3{
  background: url(../img/xx3.jpg) no-repeat 10px center;
}

.guest_menu{
  width: 577px;
  position: relative;
}
.guest_menu span{
  margin-left: 12px;
  width: 577px;
  height: 31px;
  line-height: 31px;
  display: block;
  border: none;
  padding-left: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding-right: 30px;
  background: url(../img/bot.gif) no-repeat 560px center;
}
.guest_menu ul{
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  position: absolute;
  background: #fff;
  z-index: 9;
  width: 575px;
  margin-left: 12px;
}
.guest_menu li{
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 2px;
  padding-left: 5px;
}
.guest_menu li:hover {
  background: #3498db;
}
.guest_menu li a{
  display: block;
  color: #333;
}
.guest_menu li:hover a{
  color: #fff;
}
.guest_cont strong{
  display: block;
  text-align: center;
  width: 100%;
  margin: 20px 0;
  float: left;
}
.guest_cont strong input{
      width: 68px;
    height: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    color: #FFFFFF;
    border: none;
    background: #3B67A0;
}



.i_box_tit{}
.i_box_tit h3{
    font-size: 30px;
    color: #f36868;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}
.i_box1{
  width: 100%;
  background: #579be2;
  height: 26px;
  overflow: hidden;
}
.i_box1_cont{
    width: 100%;
}
.i_box1_cont h3{
    background: url(../img/lab.jpg) no-repeat center left;
    width: 30px;
    padding-left: 30px;
    float: left;
    color: #fff;
    line-height: 26px;
}
.i_box1_list {
    width: 1100px;
    float: left;
    padding-left: 20px;
}
.i_box1_list ul{}
.i_box1_list li{
    width: 100%;
    height: 26px;
}
.i_box1_list li span{
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
}

.i_box2{
    width: 100%;
    background: #f3f6f9;
    padding-top: 20px;
    padding-bottom: 50px;
}
.i_box2_cont{}
.i_box2_cont h3{
}
.i_box2_cont .fl{
    width: 590px;
    height: 380px;
    padding: 30px 0 0 25px;
    background: url(../img/h1a1.png) no-repeat left top;
}
.i_box2_cont .fl img{
    margin-right: 15px;
    height: 360px;
    float: left;
}
.i_box2_cont .fr{
    width: 470px;
    float: right;
}
.i_box2_cont .fr span{
    font-size: 30px;
    color: #f2547b;
    display: block;
    text-align: left;
    font-weight: bold;
    margin-bottom: 8px;
}
.i_box2_cont .fr p{
    font-size: 18px;
    color: #575a62;
    text-align: left;
    margin-top: 30px;
}
.i_box2_cont .fr strong{
    display: block;
    margin-top: 100px;
    background: url(../img/h1b1.png) no-repeat center;
    width: 370px;
    padding: 38px 43px;
    padding-top: 50px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.i_box2_cont .fr strong b{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}



.i_box3{
    width: 100%;
    background: #fefefd;
    padding-top: 20px;
    padding-bottom: 40px;
}
.i_box3_cont .i_box_tit h3{ padding-bottom: 10px; }
.i_box3_cont {}
.i_box3_list{}
.i_box3_list .fl{
    width: 780px;
    margin-top: 200px;
}
.i_box3_list .fl ul{}
.i_box3_list .fl li{
    width: 173px;
    padding-left: 13px;
    height: 190px;
    float: left;
    position: relative;
}
.i_box3_list .fl li:hover img{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);     
    -moz-transform:rotate(180deg);    
    -webkit-transform:rotate(180deg); 
    -o-transform:rotate(180deg); 
    transition: 1s;
}
.i_box3_list .fl li img{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 14px;
    width: 187px;
    height: 164px;
}
.i_box3_list .fl li p{
    width: 164px;
    text-align: center;
    height: 135px;
    color: #fff;
    font-size: 30px;
    background: url(../img/dbx.png) no-repeat top left;
    padding-top: 65px;
}
.i_box3_list .fl li span{
    font-size: 24px;
    color: #f36868;
    display: block;
    text-align: center;
    width: 94%;
}
.i_box3_list .fl li.active {
    width: 89px;
    padding: 0;
}
.i_box3_list .fl li.active i{
    display: block;
    text-align: center;
    color: #f36868;
    font-size: 24px;
    height: 190px;
    line-height: 190px;
    font-style: normal;
}
.i_box3_list .fr{
    width: 400px;
    float: left;
}
.i_box3_list .fr img{
    width: 400px;
}
.i_box3_list .fr p{
    font-size: 14px;
    color: #6a717f;
    width: 230px;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 10px;
    line-height: 20px;
}
.i_box3_list .fr a{
    width: 230px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 40px;
    background: #f36868;
    margin-top: 10px;
}
.h3tit{
    width: 100%;
    height: 120px;
    background: url(../img/h6.png) no-repeat top center;
}
.h3tit h3{
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 120px;
}
.h3tit h3 span{
    font-size: 48px;
    color: #ffe312;
}
.i_box3_list{}

.i_box4{
    width: 100%;
    background: #fefefd;
}
.i_box4_cont{
    width: 100%;
}
.i_box4_list {
    width: 107%;
    background: url(../img/hhbg.jpg) no-repeat left top;
}
.i_box4_list ul{}
.i_box4_list li{
    width: 24%;
    float: left;
    padding-top: 390px;
    padding-bottom: 200px;
}
.i_box4_list li span{
    font-size: 30px;
    color: #01a0e9;
    padding-left: 30px;
    display: block;
    margin-bottom: 10px;
}
.i_box4_list li p{
    font-size: 14px;
    line-height: 20px;
    color: #01a0e9;
    display: block;
    padding-left: 30px;
}

.i_box5{
    width: 100%;
    height: 685px;
    background: url(../img/h4bg.jpg) no-repeat center top;
}
.i_box5_cont{}
.i_box5_text{
    width: 100%;
    height: 96px;
    background: #fff;
    position: relative;
    top: 320px;
    left: 2px;
}
.i_box5_text p{
    font-size: 24px;
    color: #5c6164;
    padding-left: 20px;
    padding-top: 12px;
}
.i_box5_list{
    width: 100%;
    position: relative;
    top: 340px;
    left: 5px;
}
.i_box5_list p{
    color: #fff;
    width: 100%;
    font-size: 24px;
}
.i_box5_a{
    width: 160px;
    height: 50px;
    background: #f36868;
    text-align: center;
    line-height: 50px;
    position: relative;
    top: 360px;
    left: 390px;
    float: left;
}
.i_box5_a a{
    color: #fff;
    font-size: 24px;
}
#zshhbg .clicka{
    width: 160px;
    height: 50px;
    background: #f36868;
    text-align: center;
    line-height: 50px;
    position: relative;
    top: 330px;
    left: 410px;
    color: #fff;
    font-size: 24px;
    float: left;
    border-radius: 0;
    border: none;
}
#zshhbg .click_show{
    background: #fff;
    position: relative;
    top: 160px;
    left: 410px;
    z-index: 9;
    height: 380px;
}
#zshhbg .click_show .clickin{
    width: 110px;
}
#zshhbg .click_show h3{
    background: #5686db;
}
#zshhbg .click_show p input{
    border: 1px solid #5686db;
    color: #333;
}
#zshhbg .click_show p img {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}
#zshhbg .click_show p a{
    line-height: 40px;
    float: left;
    margin-left: 8px;
}
#zshhbg .click_show p em {
    width: 100%;
    float: left;
    font-style: normal;
    font-size: 13px;
    color: #666;
    padding-left: 85px;
    margin: 5px 0;
}
#zshhbg .clickbtn{
    background: #5686db;
}
#zshhbg .click_show p input::-webkit-input-placeholder{
    color: #333;
    font-size: 14px;
}

.i_box6{
    width: 100%;
    background: #fefefd;
    padding: 50px 0;
}
.i_box6_cont{
    width: 100%;
    background: #fff;
}
.i_box6_cont h3{
    color: #000;
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
}
.i_box6_text{
    width: 910px;
    height: 351px;
    padding-top: 30px;
    padding-left: 290px;
    position: relative;
    background: url(../img/h5bg.jpg) no-repeat left top;
}
.i_box6_text ul{
    width: 560px;
    float: left;
}
.i_box6_text li{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.i_box6_text li .fl{}
.i_box6_text li .fl span{
    width: 135px;
    height: 40px;
    background: url(../img/cbgr.jpg) no-repeat top left;
    text-align: center;
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}
.i_box6_text li .fr{
    width: 400px;
    float: left;
    margin-left: 15px;
}
.i_box6_text li .fr p{
    line-height: 40px;
    color: #666;
    font-size: 14px;
}
.i_box6_text li .fr p i{
    font-style: normal;
    font-size: 14px;
    color: #666;
    margin-right: 15px;
    display: inline-block;
    width: 160px;
}
.i_box6_text li .fr p i em{
    font-style: normal;
    font-weight: normal;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #ccc;
    font-size: 12px;
    color: #333;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    margin-right: 5px;
}
.i_box6_text a{
    position: absolute;
    width: 210px;
    height: 60px;
    right: 57px;
    top: 150px;
    z-index: 9;
}

.i_box7{
    width: 100%;
    background: #f3f6f9;
    padding-top: 20px;
    padding-bottom: 30px;
}
.i_box7_cont{
    width: 100%;
}
.i_box7_cont h3{
    color: #000;
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
}
.i_box7_text{
    width: 100%;
}
.i_box7_text ul{
    width: 105%;
}
.i_box7_text li{
    width: 375px;
    height: 76px;
    margin: 40px 0;
    margin-right: 27px;
    float: left;
    background: url(../img/h2bg.jpg) no-repeat left top;
}
.i_box7_text li span{
    width: 86px;
    height: 76px;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 76px;
    text-align: center;
    margin-right: 5px;
    transition: .5s;
}
.i_box7_text li:hover span{
    font-size: 40px;
    transition: .5s;
}
.i_box7_text li p{
    font-size: 18px;
    color: #01a0e9;
    padding-top: 10px;
}

.h3tit h3 a{
    width: 210px;
    height: 65px;
    color: #ec6767;
    background: #fff100;
    text-align: center;
    float: right;
    line-height: 65px;
    font-size: 30px;
    margin-top: 27px;
}

.i_box8{
    width: 100%;
    background: #f3f6f9;
    height: 620px;
}
.i_box8_cont{
    width: 100%;
    height: 620px;
    background: url(../img/hdbg.png) no-repeat center;
}
.i_box8_f1{
    width: 100%;
}
.i_box8_f1 h3{
    font-size: 30px;
    color: #1977d9;
    text-align: center;
    display: block;
    padding-top: 30px;
}
.i_box8_f1 p{}
.i_box8_f1 p.p81{
    float: left;
    padding-top: 132px;
    padding-left: 20px;
}
.i_box8_f1 p.p82{
    float: right;
    padding-top: 132px;
    padding-right: 20px
}
.i_box8_f1 p span{
    font-size: 30px;
    color: #1977d9;
    display: block;
}
.i_box8_f1 p span strong{
    font-size: 120px;
    color: #ff0000;
}


.i_box9{}
.i_box9_cont h3{
    font-size: 30px;
    color: #1977d9;
    text-align: center;
    display: block;
    padding-top: 30px;
}
.i_box9_list{
    width: 100%;
    height: 300px;
    margin-top: 30px;
}
.i_box9_list ul{
    width: 100%;
    padding-top: 30px;
}
.i_box9_list li{
    width: 25%;
    float: left;
    position: relative;
}
.i_box9_list li p{
    width: 100%;
    width: 158px;
    height: 152px;
    background: url(../img/fta1.jpg) no-repeat center center;
    display: block;
    margin: 0 auto;
}
.i_box9_list li img{
    position: absolute;
    top: 49px;
    left: 118px;
    width: 56px;
}
.i_box9_list li img.img1{}
.i_box9_list li img.img2{
    top: 44px;
    left: 121px;
}
.i_box9_list li img.img3{
    top: 46px;
    left: 121px;
}
.i_box9_list li img.img4{
    top: 42px;
    left: 124px;
}

.i_box9_list li a{
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid #05478a;
    border-radius: 4px;
    color: #333;
    font-size: 18px;
    margin-top: 30px;
}
.i_box9_list li:hover p{
    transition:  1s;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);}
}


.i_box10{}
.i_box10_cont{}
.i_box10_cont h3{
    font-size: 30px;
    color: #1977d9;
    text-align: center;
    display: block;
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.i_box10_list{}
.i_box10_list ul{
    width: 108%;
}
.i_box10_list li{
    margin-top: 50px;
    padding-bottom: 30px;
    float: left;
    padding-left: 40px;
    background: url(../img/qa.jpg) no-repeat left top;
    margin-right: 90px;
}
.li_text{
    border-bottom: 1px solid #ccc;
    width: 500px;
    padding-bottom: 20px;
}
.li_text  span{
    height: 32px;
    line-height: 32px;
    color: #1977d9;
    display: block;
    font-size: 20px;
}
.li_text  p{
    display: block;
    width: 100%;
    padding-top: 12px;
    height: 160px;
}
.li_text  p i{
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.constion .zxzx {
  width: 100%; 
    background: #f3f7fa;
  padding-top: 20px;
  margin-top: 10px;
  padding-bottom: 40px;
  height: 570px;
}
.constion .zxzx .center {
  background: url(../img/hvbg.jpg) no-repeat left; top;
  height: 570px;
}
.constion .zxzx_top {
  padding-top: 20px;
}
.constion .zxzx_top p{ text-align: center; font-size: 20px; color: #fff; line-height: 44px; }
.constion .zxzx_top p span{
  width: 105px; height: 44px; border: 1px solid #fff;
  background: #474748; display: inline-block;
}
.constion .zxzx_bot {}
.constion .zxzx_bot .fl{
    width: 250px;
    float: right;
    padding-top: 300px;
}
.constion .zxzx_bot .fl p{
    color: #1472b9;
    font-size: 20px;
    text-align: center;
}
.constion .zxzx_bot .fl span{
    display: block;
    text-align: center;
    color: #999;    
    background: url(../img/xiajian.jpg) no-repeat center;
    font-size: 18px;
    height: 20px;

}
.constion .zxzx_bot .fl a{
    width: 236px;
    height: 60px;
    background: #1472b9;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 12px;
    position: relative;
    z-index: 9;
}

.constion .zxzx_bot .fl img{
  padding-left: 80px;
}
.constion .zxzx_bot .fr{
  float: left;
  padding-left: 10px;
  padding-top: 330px;
}
.constion .zxzx_bot .fr p{
}
.constion .zxzx_bot .fr #biaoq4 .click_show3 p i{
    color: #333;
    background: #fff;
    height: 38px;
    line-height: 38px;
}
.constion .zxzx_bot .fr #biaoq4 .click_show3 p .i1{
    background: url(../img/renw.jpg) no-repeat left center #fff;
    padding-left: 25px;
}
.constion .zxzx_bot .fr #biaoq4 .click_show3 p .i2{
    background: url(../img/dianhua.jpg) no-repeat left center #fff;
    padding-left: 25px;
}
.constion .zxzx_bot .fr #biaoq4 .click_show3 p input {
    border: none;
}
.constion .zxzx_bot .fr #biaoq4 .click_show3 p .lianx {
    width: 130px;
}
.constion .zxzx_bot .fr #biaoq4 .click_show3 p .phone {
    width: 255px;
}
.constion .zxzx_bot .fr #biaoq4 .click_show3 p input::-webkit-input-placeholder{
    color: #333;
    font-size: 14px;
}
.constion .zxzx_bot .fr #biaoq4 .click_show3 p .clickin {
    width: 55px;float: left;
}
.constion .zxzx_bot .fr #biaoq4 .click_show3 p img {
    float: left;
    height: 40px;
    margin-top: -1px;
}
.constion .zxzx_bot .fr #biaoq4 .click_show3 .clickbtn{
    background: #f3474b; border-radius: 0;
    color: #fff;
    transition: .5s;
}
.constion .zxzx_bot .fr #biaoq4 .click_show3 .clickbtn:hover{
    background: #fff; 
    color: #f3474b;
    transition: .5s;
}
   


.contains .i_box_tit{}
.contains .i_box_tit h3{
    font-size: 30px;
    color: #f36868;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}
.contains .i_box1{
  width: 100%;
  background: #579be2;
  height: 26px;
  overflow: hidden;
}
.contains .i_box1_cont{
    width: 100%;
}
.contains .i_box1_cont h3{
    background: url(../img/lab.jpg) no-repeat center left;
    width: 30px;
    padding-left: 30px;
    float: left;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}
.contains .i_box1_list {
    width: 1100px;
    float: left;
    padding-left: 20px;
}
.contains .i_box1_list ul{}
.contains .i_box1_list li{
    width: 100%;
    height: 26px;
}
.contains .i_box1_list li span{
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
}


.link_list {
    width: 100%;
    margin-bottom: 20px;
}
.link_list span{
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.link_list li{
    float: left;
    margin-right: 12px;
}
.link_list li a{
    font-size: 14px;
    color: #999;
    line-height: 24px;
}


.login_fix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.logbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.login_fix .box{
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
}
.login_fix .box input {
    font-size: 14px;
    width: 395px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e0e0e0;
    outline: 0;
    margin-bottom: 22px;
    padding: 0 10px;
    color: #999;
}
.login_fix .box .item {
    position: relative;
}
.login_fix .box .msg{
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: red;
}
.zhuce_box {
    width: 415px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    position: relative;
    z-index: 10000;
    margin: 0 auto;
    padding: 30px 25px;
    display: none;
}
.zhuce_box p {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: url("../img/xxx.png") no-repeat center #b72e22;
    border-radius: 50%;
    background-size: 30px;
    margin: 0;
    cursor: pointer;
}
.login_fix .box input.zc_btn {
    width: 100%;
    background: #b72e22;
    color: #fff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.login_fix .box input.log_btn {
    width: 100%;
    background: #b72e22;
    color: #fff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.zhuce_box span {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 22px;
}

.login_box {
    width: 415px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    position: relative;
    z-index: 10000;
    margin: 0 auto;
    padding: 30px 25px;
    display: none;
}
.login_box p {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: url("../img/xxx.png") no-repeat center #b72e22;
    border-radius: 50%;
    background-size: 30px;
    margin: 0;
    cursor: pointer;
}

.dl_btn.on .zuce,.dl_btn.on .login{
    display: none;
} 
.dl_btn p{
    display: block;
    float: right;
    margin: 0;
    margin-left: 15px;
} 
.dl_btn p a {
    color: #ea6645;
}
.dl_btn p a:hover {
    color: #b72e22;
}
.logform .zuce {
    float: none;
    text-align: center;
    border: none;
    display: block;
    width: auto;
}
.logform .zuce:hover {
    background: #fff;
    color: #b72e22;
}
.mshow {
    display: none;
}

.login_fix .box input::-webkit-input-placeholder{
  color:#999;
  font-size:14px;
}
.login_fix .box input:-moz-placeholder{
  color:#999;
  font-size:14px;
}
.login_fix .box input::moz-placeholder{
  color:#999;
  font-size:14px;
}
.login_fix .box input:-ms-input-placeholder{
  color:#999;
  font-size:14px;
}



.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}




.userinfo {
	padding: 20px 0;
	background: #f0f2f5;
 	height: calc(100vh - 205px);
}
.userinfo_top  h4 {
	font-size: 20px;
    font-weight: 700;
    background: #fff;
    line-height: 64px;
    display: block;
    padding: 0 20px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
}
.userinfo_top .text {
	padding: 20px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    background: #fff;
}
.userinfo_top .text ul {
	width: 640px;
	float: left;
}
.userinfo_top .text ul li {
	width: 50%;
	float: left;
	line-height: 40px;
    font-size: 16px;
    color: #666;
}
.userinfo_top .text span {
	width: 220px;
	float: right;
	font-size: 24px;
    font-weight: 700;
    display: block;
    color: #000;
    line-height: 40px;
    margin-top: 20px;
}
.userinfo_top .list {
	padding: 20px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    background: #fff;
}
.userinfo_top .list li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee;
 	 margin-bottom: 5px;
	text-align: center;
	line-height: 40px;
  
}
.userinfo_top .list li span {
	width: 14.28%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #999;
  	line-height: 40px;
}
.userinfo_top .list li:first-child span {
	font-weight: bold;;
	color: #666;
}










.cleargai {
  clear: both;
}





/*

@media screen and (max-width: 1500px) {
    #bannertext {
        right: 22%;
    }
}
*/



.yq_con {
	padding: 10px;
	line-height: 25px;
	color: #333
}
.yq_con li{
	display: inline-block;
}
.yq_con a {
	padding: 0 8px;
	color: #333;
	font-size: 14px;
}
.yq_con {
	padding: 10px;
	line-height: 25px;
	color: #333
}

.yq_con a {
	padding: 0 8px;
	color: #333
}




.p3box1xm {
  overflow: hidden;
  padding-bottom: 40px;
}

.p3box1xm ul {
  margin-right: -21px;
}

.p3box1xm ul li {
  width: 204px;
  height: 50px;
  padding: 31px 0 31px 75px;
  float: left;
  position: relative;
  margin: 30px 21px 0 0;
  background: #f9f9f9;
}

.p3box1xm ul li img {
  position: absolute;
  left: 11px;
  top: 38px;
}

.p3box1xm ul li h2 {
  color: #012e5b;
  font-size: 24px;
  padding-bottom: 14px;
  line-height: 0.2;
  font-weight: bold;

}

.p3box1xm ul li a {
  font-size: 12px;
  display: block;
  width: 96px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 10px;
  margin-top: 10px;
  background: #ededed;
}

.article .bd p img

{
    margin: 1rem 0 1rem 0;
}
