@charset "UTF-8";
#loadingbox {
  position: fixed;
  z-index: 1000;
  width: auto;
  height: 60px;
  line-height: 60px;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-family: simsun;
}

.color_main {
  color: #e65243;
}

.red {
  color: #d72323;
}

.level {
  font-size: 0;
}
.level li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  vertical-align: middle;
}

.dl dl {
  width: 100%;
  clear: both;
  font-size: 0;
}
.dl dt, .dl dd {
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
}
.dl dt {
  padding-right: 10px;
  text-align: right;
}
.dl .vt {
  vertical-align: top;
}
.dl .tl {
  text-align: left;
}

.w1200 {
  width: 1200px;
}

.w100p {
  min-width: 1200px;
}

.inp {
  -webkit-box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
  box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
  outline: none;
  border: 1px solid #dadada;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
}
.inp:hover, .inp:focus {
  border: 1px solid #e65243;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dadada !important;
  -webkit-box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
  box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
}

.otw, .ul_imgentrance .p_title, .ul_imgentrance .p_text, .ul_list .a_title, .ul_list .p_desc, .swiper_footerpicscl .p_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bg_black50 {
  background: url(../images/bg_black50.png) 0 0 repeat\9;
  background: rgba(0, 0, 0, 0.5);
}

.bg_black65 {
  background: url(../images/bg_black65.png) 0 0 repeat\9;
  background: rgba(0, 0, 0, 0.65);
}

.bg_black40 {
  background: url(../images/bg_black40.png) 0 0 no-repeat\9;
  background: rgba(0, 0, 0, 0.4);
}

.bg_black30 {
  background: url(../images/bg_black30.png) 0 0 repeat\9;
  background: rgba(0, 0, 0, 0.3);
}

.bg_white50 {
  background: url(../images/bg_white50.png) 0 0 repeat\9;
  background: rgba(255, 255, 255, 0.5);
}

/** 
* 修改时间：2014-05-30
* 参考： html5doctor.com Reset Stylesheet v1.6.1和YUI 3.5.0和Eric Meyer's Reset CSS v2.0和normalize.css v1.0.0，以及参考tmall等网站
**/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* vertical-align:baseline; */
  background: transparent;
}

body {
  line-height: 1;
  font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1',tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
}

ol, ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

h1, h2, h3 {
  font-weight: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:link {
  color: #e65243;
}
a:visited {
  color: #e65243;
}
a:hover {
  color: #c43021;
}
a:active {
  color: #e65243;
}

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

/* 按要求改变边框的颜色 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/** 
* 修改时间：2014-06-26
* 修改人：ABpasser
**/
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}

/* 行内元素对齐 */
.vm {
  vertical-align: middle;
}

.vt {
  vertical-align: top;
}

.vb {
  vertical-align: bottom;
}

/* display */
.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.w10 {
  width: 10px;
}

.w100 {
  width: 100px;
}

.w10p {
  width: 10%;
}

.w20 {
  width: 20px;
}

.w200 {
  width: 200px;
}

.w20p {
  width: 20%;
}

.w30 {
  width: 30px;
}

.w300 {
  width: 300px;
}

.w30p {
  width: 30%;
}

.w40 {
  width: 40px;
}

.w400 {
  width: 400px;
}

.w40p {
  width: 40%;
}

.w50 {
  width: 50px;
}

.w500 {
  width: 500px;
}

.w50p {
  width: 50%;
}

.w60 {
  width: 60px;
}

.w600 {
  width: 600px;
}

.w60p {
  width: 60%;
}

.w70 {
  width: 70px;
}

.w700 {
  width: 700px;
}

.w70p {
  width: 70%;
}

.w80 {
  width: 80px;
}

.w800 {
  width: 800px;
}

.w80p {
  width: 80%;
}

.w90 {
  width: 90px;
}

.w900 {
  width: 900px;
}

.w90p {
  width: 90%;
}

.w100 {
  width: 100px;
}

.w1000 {
  width: 1000px;
}

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.p0 {
  padding: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt1 {
  margin-top: 1px;
}

.mb1 {
  margin-bottom: 1px;
}

.ml1 {
  margin-left: 1px;
}

.mr1 {
  margin-right: 1px;
}

.p1 {
  padding: 1px;
}

.pt1 {
  padding-top: 1px;
}

.pb1 {
  padding-bottom: 1px;
}

.pl1 {
  padding-left: 1px;
}

.pr1 {
  padding-right: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mb2 {
  margin-bottom: 2px;
}

.ml2 {
  margin-left: 2px;
}

.mr2 {
  margin-right: 2px;
}

.p2 {
  padding: 2px;
}

.pt2 {
  padding-top: 2px;
}

.pb2 {
  padding-bottom: 2px;
}

.pl2 {
  padding-left: 2px;
}

.pr2 {
  padding-right: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mb3 {
  margin-bottom: 3px;
}

.ml3 {
  margin-left: 3px;
}

.mr3 {
  margin-right: 3px;
}

.p3 {
  padding: 3px;
}

.pt3 {
  padding-top: 3px;
}

.pb3 {
  padding-bottom: 3px;
}

.pl3 {
  padding-left: 3px;
}

.pr3 {
  padding-right: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mb4 {
  margin-bottom: 4px;
}

.ml4 {
  margin-left: 4px;
}

.mr4 {
  margin-right: 4px;
}

.p4 {
  padding: 4px;
}

.pt4 {
  padding-top: 4px;
}

.pb4 {
  padding-bottom: 4px;
}

.pl4 {
  padding-left: 4px;
}

.pr4 {
  padding-right: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.p5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.mt-1 {
  margin-top: -1px;
}

.mb-1 {
  margin-bottom: -1px;
}

.ml-1 {
  margin-left: -1px;
}

.mr-1 {
  margin-right: -1px;
}

/* padding */
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

/* margin */
.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

/* float */
.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

/* position */
.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.b0 {
  bottom: 0;
}

.t0 {
  top: 0;
}

.l0 {
  left: 0;
}

.r0 {
  right: 0;
}

/* 清除浮动*/
.cf {
  *zoom: 1;
}

.cf:after {
  display: table;
  content: '';
  clear: both;
}

/* text-align */
.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}

.b {
  font-weight: bold;
}

.tno, .tno a {
  text-decoration: none;
}

.ovh {
  overflow: hidden;
}

.bgn {
  background: none !important;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}

.f28 {
  font-size: 28px;
}

.f36 {
  font-size: 36px;
}

.lh20 {
  line-height: 20px;
}

.lh22 {
  line-height: 22px;
}

.lh24 {
  line-height: 24px;
}

.lh26 {
  line-height: 26px;
}

.lh28 {
  line-height: 28px;
}

.lh30 {
  line-height: 30px;
}

.lh36 {
  line-height: 36px;
}

.lh40 {
  line-height: 40px;
}

.lh20_h {
  line-height: 20px;
  height: 20px;
}

.lh22_h {
  line-height: 22px;
  height: 22px;
}

.lh24_h {
  line-height: 24px;
  height: 24px;
}

.lh26_h {
  line-height: 26px;
  height: 26px;
}

.lh28_h {
  line-height: 28px;
  height: 28px;
}

.lh30_h {
  line-height: 30px;
  height: 30px;
}

.lh36_h {
  line-height: 36px;
  height: 36px;
}

.lh40_h {
  line-height: 40px;
  height: 40px;
}

.bde {
  border: 1px solid #eee;
}

.bte {
  border-top: 1px solid #eee;
}

.bbe {
  border-bottom: 1px solid #eee;
}

.bdn {
  border: none;
}

.bdc {
  border: 1px solid #ccc;
}

.btc {
  border-top: 1px solid #ccc;
}

.bbc {
  border-bottom: 1px solid #ccc;
}

.bgfff {
  background: #fff;
}

.bgeee {
  background: #eee;
}

.cfff {
  color: #fff;
}

.ceee {
  color: #eee;
}

.cddd {
  color: #ddd;
}

.cccc {
  color: #ccc;
}

.c999 {
  color: #999;
}

.c666 {
  color: #666;
}

.c333 {
  color: #333;
}

.c000 {
  color: #000;
}

.wordwrap {
  word-wrap: break-word;
}

body {
  background: #F3F3F3;
}

.header_box {
  height: 40px;
  padding: 22px 0;
  background: #333;
}
.header_box .logo {
  display: block;
  width: 226px;
  height: 41px;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.header_box .logo:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.header_box .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header_box .ul_nav {
  height: 40px;
  line-height: 40px;
}
.header_box .ul_nav li {
  margin: 0 25px;
}
.header_box .ul_nav a {
  display: block;
  font-size: 14px;
  color: #FFF;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.header_box .ul_nav a:hover {
  color: #A83042;
}

.swiper_banner {
  display: block;
  height: 800px;
}
.swiper_banner .swiper-slide {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.swiper_banner .swiper-pagination {
  bottom: 30px;
}
.swiper_banner .swiper-pagination-bullet {
  width: 38px;
  height: 2px;
  opacity: 1;
  background: #BCBCBC;
  border-radius: 0;
  vertical-align: bottom;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.swiper_banner .swiper-pagination-bullet-active {
  height: 5px;
  background: #5E5E5E;
}

.topfastentrance {
  margin-top: 90px;
  margin-bottom: 40px;
}

.ul_fastleft {
  width: 228px;
  height: 168px;
  background: #666;
}
.ul_fastleft li {
  width: 33.33%;
  box-sizing: border-box;
  height: 84px;
  padding: 8px;
  position: relative;
}
.ul_fastleft li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #777;
}
.ul_fastleft li:after {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  right: 8px;
  top: 0;
  background: #777;
  height: 1px;
}
.ul_fastleft li:nth-child(3n-2):before {
  display: none;
}
.ul_fastleft li:nth-child(-n+3):after {
  display: none;
}
.ul_fastleft a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.ul_fastleft a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ul_fastleft i {
  display: block;
  width: 100%;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
}
.ul_fastleft .ico_list1 {
  background-image: url(../images/ico_llis1.png);
}
.ul_fastleft .ico_list2 {
  background-image: url(../images/ico_llis2.png);
}
.ul_fastleft .ico_list3 {
  background-image: url(../images/ico_llis3.png);
}
.ul_fastleft .ico_list4 {
  background-image: url(../images/ico_llis4.png);
}
.ul_fastleft .ico_list5 {
  background-image: url(../images/ico_llis5.png);
}
.ul_fastleft .ico_list6 {
  background-image: url(../images/ico_llis6.png);
}
.ul_fastleft span {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.ul_imgentrance li {
  margin-left: 14px;
  width: 310px;
  height: 168px;
}
.ul_imgentrance a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 30px 120px 30px 20px;
  color: #fff;
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.ul_imgentrance a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ul_imgentrance .bg_orange {
  background: url(../images/bg_orange.jpg) center center no-repeat;
}
.ul_imgentrance .bg_red {
  background: url(../images/bg_red.jpg) center center no-repeat;
}
.ul_imgentrance .bg_blue {
  background: url(../images/bg_blue.jpg) center center no-repeat;
}
.ul_imgentrance .p_title {
  font-size: 24px;
  height: 30px;
  line-height: 30px;
}
.ul_imgentrance .p_title i {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}
.ul_imgentrance .p_title .ico_list7 {
  width: 24px;
  background-image: url(../images/ico_llis7.png);
}
.ul_imgentrance .p_title .ico_list8 {
  width: 39px;
  background-image: url(../images/ico_llis8.png);
}
.ul_imgentrance .p_title .ico_list9 {
  width: 17px;
  background-image: url(../images/ico_llis9.png);
}
.ul_imgentrance .imgbox {
  position: absolute;
  width: 132px;
  height: 124px;
  right: -6px;
  bottom: 22px;
}
.ul_imgentrance .imgbox img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ul_imgentrance .p_text {
  font-size: 14px;
  margin-top: 10px;
}
.ul_imgentrance .span_btn {
  display: block;
  height: 28px;
  margin-top: 20px;
  width: 92px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.index_brank {
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
}
.index_brank .index_title {
  height: 34px;
  line-height: 34px;
  padding: 18px 20px;
  background: #FBFBFB;
  border-radius: 10px 10px 0 0;
}
.index_brank .index_title .p_title {
  font-size: 24px;
  color: #333;
  height: 100%;
}
.index_brank .index_title .ico_fire {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-right: 5px;
  background: url(../images/ico_fire.png) center center no-repeat;
  width: 25px;
}
.index_brank .a_btnmore {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  color: #999;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.index_brank .a_btnmore:hover {
  color: #A83042;
  border: 1px solid #A83042;
}

.index_container1 {
  border-top: 1px solid #DDDDDD;
}
.index_container1 .leftbig {
  display: block;
  width: 598px;
  height: 447px;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.index_container1 .leftbig:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.index_container1 .leftbig img {
  display: block;
  border-radius: 0 0 0 10px;
  width: 100%;
  height: 100%;
}
.index_container1 .rightlist {
  width: 600px;
  height: 447px;
  border-radius: 0 0 10px 0;
  overflow: hidden;
}
.index_container1 .rightlist .ul_list {
  height: 447px;
}
.index_container1 .rightlist .ul_list li {
  width: 50%;
}

.ul_list li {
  background: #fff;
  width: 25%;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  height: 100%;
}
.ul_list li + li {
  border-left: 1px solid #DDDDDD;
}
.ul_list .a_topimg {
  display: block;
  width: 100%;
  height: 310px;
  position: relative;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.ul_list .a_topimg:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ul_list .a_topimg img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ul_list .a_title {
  font-size: 12px;
  color: #000;
  display: inline-block;
  max-width: 170px;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  margin-top: 20px;
}
.ul_list .a_title:hover {
  color: #A83042;
}
.ul_list .p_desc {
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.ul_list .p_price {
  font-size: 18px;
  text-align: center;
  color: #A83042;
  padding-top: 10px;
}

.index_container2 {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.index_container2 .ul_switchtrth {
  width: 100%;
}
.index_container2 .ul_switchtrth li {
  text-align: center;
  width: 25%;
  font-size: 18px;
  color: #FFF;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  cursor: pointer;
  background: #333;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
}
.index_container2 .ul_switchtrth li.cur {
  background: #A83042;
}
.index_container2 .ul_switchtrth li + li {
  border-left: 1px solid #434343;
}
.index_container2 .ul_switchtrth li:hover {
  background: #A83042;
}
.index_container2 .ul_list {
  height: 407px;
}
.index_container2 .ul_list .a_topimg {
  height: 280px;
}
.index_container2 .switchtr {
  position: relative;
  width: 100%;
  height: 407px;
}
.index_container2 .switchtr .switchtd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index_container3 .ul_sskt {
  height: 370px;
  border-top: 1px solid #DDDDDD;
}
.index_container3 .ul_sskt li {
  width: 20%;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  background: #fff;
  padding-top: 80px;
}
.index_container3 .ul_sskt li:hover {
  -webkit-box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.23);
  position: relative;
  z-index: 1;
}
.index_container3 .ul_sskt li:hover .ico_toppic1 {
  background-image: url(../images/ico_sskt1_2.png);
}
.index_container3 .ul_sskt li:hover .ico_toppic2 {
  background-image: url(../images/ico_sskt2_2.png);
}
.index_container3 .ul_sskt li:hover .ico_toppic3 {
  background-image: url(../images/ico_sskt3_2.png);
}
.index_container3 .ul_sskt li:hover .ico_toppic4 {
  background-image: url(../images/ico_sskt4_2.png);
}
.index_container3 .ul_sskt li:hover .ico_toppic5 {
  background-image: url(../images/ico_sskt5_2.png);
}
.index_container3 .ul_sskt li:hover .p_title {
  color: #A83042;
}
.index_container3 .ul_sskt li:hover .a_more {
  border: 1px solid #A83042;
  color: #A83042;
}
.index_container3 .ul_sskt li:first-child {
  border-radius: 0 0 0 10px;
}
.index_container3 .ul_sskt li:last-child {
  border-radius: 0 0 10px 0;
}
.index_container3 .ul_sskt li + li {
  border-left: 1px solid #DDDDDD;
}
.index_container3 .ul_sskt i {
  display: block;
  width: 81px;
  height: 83px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.index_container3 .ul_sskt .ico_toppic1 {
  background-image: url(../images/ico_sskt1_1.png);
}
.index_container3 .ul_sskt .ico_toppic2 {
  background-image: url(../images/ico_sskt2_1.png);
}
.index_container3 .ul_sskt .ico_toppic3 {
  background-image: url(../images/ico_sskt3_1.png);
}
.index_container3 .ul_sskt .ico_toppic4 {
  background-image: url(../images/ico_sskt4_1.png);
}
.index_container3 .ul_sskt .ico_toppic5 {
  background-image: url(../images/ico_sskt5_1.png);
}
.index_container3 .ul_sskt .p_title {
  font-size: 18px;
  color: #666;
  margin-top: 50px;
}
.index_container3 .ul_sskt .a_more {
  display: inline-block;
  margin-top: 30px;
  width: 80px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #797777;
  font-size: 14px;
  color: #666;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.swiper_footerpicscl {
  margin-top: 40px;
}
.swiper_footerpicscl .swiper-slide {
  display: block;
}
.swiper_footerpicscl .a_linkimg {
  position: relative;
  display: block;
  width: 100%;
}
.swiper_footerpicscl .a_linkimg .img_mainshow {
  display: block;
  width: 100%;
}
.swiper_footerpicscl .a_linkimg:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.swiper_footerpicscl .a_linkimg:hover:before {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.swiper_footerpicscl .a_linkimg:hover .hidden {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0px);
}
.swiper_footerpicscl .hidden {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 38px;
  z-index: 2;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(10px);
}
.swiper_footerpicscl .p_title {
  font-size: 20px;
  color: #F3F3F3;
}
.swiper_footerpicscl .logo {
  margin: 0 auto;
  display: block;
  width: 57%;
  margin-bottom: 10px;
}
.swiper_footerpicscl .p_text {
  font-size: 12px;
  color: #CECDCD;
  line-height: 24px;
}

.footer_box {
  margin-top: 20px;
}
.footer_box .footer_t {
  padding: 60px 0;
}
.footer_box .lefttimetel {
  margin-left: 20px;
  border-right: 1px solid #DEDFE1;
  width: 218px;
  padding-top: 2px;
  padding-right: 60px;
  padding-bottom: 30px;
}
.footer_box .img_tel {
  display: block;
  width: 218px;
  height: 55px;
  margin-top: 20px;
}
.footer_box .p_time {
  font-size: 12px;
  color: #AAABAB;
  text-align: center;
  margin-top: 30px;
}
.footer_box .center_text {
  padding-left: 60px;
  padding-top: 28px;
}
.footer_box .p_addr {
  font-size: 16px;
  color: #818182;
}
.footer_box .links {
  font-size: 14px;
  line-height: 26px;
  margin-top: 40px;
}
.footer_box .links .span_line {
  display: inline-block;
  vertical-align: -2px;
  height: 16px;
  width: 1px;
  background: #C7C7C7;
  margin: 0 5px;
}
.footer_box .links a {
  color: #8F9090;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.footer_box .links a:hover {
  color: #8E273C;
}
.footer_box .p_copyright {
  font-size: 12px;
  color: #969697;
  line-height: 30px;
}
.footer_box .rightcode_img {
  width: 320px;
  padding-top: 20px;
  font-size: 0;
}
.footer_box .rightcode_img .ew_codebox {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: 130px;
  text-align: center;
}
.footer_box .rightcode_img img {
  display: block;
  width: 100%;
  height: 130px;
}
.footer_box .rightcode_img .p_text {
  text-align: center;
  font-size: 16px;
  color: #000;
  padding-top: 30px;
}

.page_topbanner {
  display: block;
  width: 100%;
}
.page_topbanner img {
  display: block;
  width: 100%;
}

.about_uspage .p_pagetitle {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}
.about_uspage .topaboutnum {
  width: 1230px;
  height: 488px;
  background: url(../images/bg_aboutus.png) 2px center no-repeat;
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  margin-top: -294px;
  position: relative;
  z-index: 1;
  padding: 70px 90px;
}
.about_uspage .topaboutnum .lefttext {
  width: 580px;
}
.about_uspage .topaboutnum .text_about {
  display: block;
  margin-top: 20px;
}
.about_uspage .topaboutnum .span_line {
  display: block;
  width: 65px;
  height: 5px;
  background: #A83042;
  margin-top: 40px;
}
.about_uspage .topaboutnum .p_bomtext {
  font-size: 14px;
  color: #858585;
  line-height: 30px;
  max-height: 150px;
  margin-top: 40px;
}
.about_uspage .righttext {
  width: 400px;
}
.about_uspage .ul_numbox li {
  width: 50%;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 60px;
}
.about_uspage .ul_numbox li:nth-child(2n) {
  padding-left: 70px;
}
.about_uspage .ul_numbox .p_num {
  font-size: 54px;
  color: #A83042;
  font-weight: bold;
}
.about_uspage .ul_numbox .p_text {
  font-size: 16px;
  color: #999;
}
.about_uspage .our_values {
  margin-top: 30px;
  background: #fff;
  padding: 40px 0;
}
.about_uspage .ul_ourvalues {
  text-align: center;
  padding-top: 60px;
  display: -ms-flex;
  display: flex;
}
.about_uspage .ul_ourvalues li {
  -ms-flex: 1;
  flex: 1;
  width: 20%;
  box-sizing: border-box;
  padding: 20px;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  vertical-align: top;
}
.about_uspage .ul_ourvalues li:hover {
  background: #A83042;
}
.about_uspage .ul_ourvalues li:hover .ico_value1 {
  background-image: url(../images/ico_ourvalues1_1.png);
}
.about_uspage .ul_ourvalues li:hover .ico_value2 {
  background-image: url(../images/ico_ourvalues2_1.png);
}
.about_uspage .ul_ourvalues li:hover .ico_value3 {
  background-image: url(../images/ico_ourvalues3_1.png);
}
.about_uspage .ul_ourvalues li:hover .ico_value4 {
  background-image: url(../images/ico_ourvalues4_1.png);
}
.about_uspage .ul_ourvalues li:hover .ico_value5 {
  background-image: url(../images/ico_ourvalues5_1.png);
}
.about_uspage .ul_ourvalues li:hover .span_line {
  background: #fff;
}
.about_uspage .ul_ourvalues li:hover .p_name {
  color: #fff;
}
.about_uspage .ul_ourvalues li:hover .p_text {
  color: #fff;
}
.about_uspage .ul_ourvalues i {
  display: block;
  height: 57px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  margin-top: 10px;
}
.about_uspage .ul_ourvalues .ico_value1 {
  background-image: url(../images/ico_ourvalues1_2.png);
}
.about_uspage .ul_ourvalues .ico_value2 {
  background-image: url(../images/ico_ourvalues2_2.png);
}
.about_uspage .ul_ourvalues .ico_value3 {
  background-image: url(../images/ico_ourvalues3_2.png);
}
.about_uspage .ul_ourvalues .ico_value4 {
  background-image: url(../images/ico_ourvalues4_2.png);
}
.about_uspage .ul_ourvalues .ico_value5 {
  background-image: url(../images/ico_ourvalues5_2.png);
}
.about_uspage .ul_ourvalues .span_line {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #A83042;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.about_uspage .ul_ourvalues .p_name {
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.about_uspage .ul_ourvalues .p_text {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  margin-top: 10px;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.development_course {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 168px;
  background: white url(../images/bg_development_course.jpg) center bottom no-repeat;
}
.development_course .swiper_develop {
  margin-top: 40px;
  text-align: center;
  height: 532px;
}
.development_course .swiper_develop .p_text {
  width: 290px;
  box-sizing: border-box;
  height: 52px;
  line-height: 52px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -26px;
  z-index: 3;
}
.development_course .swiper_develop .span_text {
  font-size: 24px;
  color: #999;
  display: block;
  position: relative;
  z-index: 2;
  background: #fff;
  line-height: 34px;
  height: 34px;
  margin-top: 9px;
}
.development_course .swiper_develop .swiper-slide {
  position: relative;
  height: 76px;
  padding: 12px 0;
  box-sizing: border-box;
}
.development_course .swiper_develop .swiper-slide:before {
  content: '';
  left: 50%;
  border-left: 1px solid #D8D8D8;
  top: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.development_course .swiper_develop .swiper-slide:nth-child(2n-1) .p_text {
  background-image: url(../images/bg_licheng1.png);
  padding-right: 14px;
  margin-left: -378px;
}
.development_course .swiper_develop .swiper-slide:nth-child(2n) .p_text {
  background-image: url(../images/bg_licheng2.png);
  padding-left: 14px;
  margin-left: 93px;
}
.development_course .swiper_contorl {
  width: 18px;
  margin: 0 auto;
}
.development_course .swiper_prev, .development_course .swiper_next {
  display: block;
  width: 18px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 10px;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  cursor: pointer;
}
.development_course .swiper_prev:hover, .development_course .swiper_next:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.development_course .swiper_prev.swiper-button-disabled, .development_course .swiper_next.swiper-button-disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: auto;
}
.development_course .swiper_prev {
  background-image: url(../images/ico_arrowup.png);
}
.development_course .swiper_next {
  background-image: url(../images/ico_arrowdown.png);
}

.our_advantages {
  margin-top: 60px;
}
.our_advantages .ul_advantage {
  padding-top: 60px;
}
.our_advantages .ul_advantage li {
  width: 25%;
  vertical-align: top;
}
.our_advantages .ul_advantage .liimgbox {
  position: relative;
  width: 100%;
  height: 242px;
  overflow: hidden;
}
.our_advantages .ul_advantage .liimgbox:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
}
.our_advantages .ul_advantage .liimgbox:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.our_advantages .ul_advantage .liimgbox:hover img {
  transform: scale(1.2);
}
.our_advantages .ul_advantage .liimgbox:hover .p_text {
  background: rgba(168, 48, 66, 0.5);
}
.our_advantages .ul_advantage img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
}
.our_advantages .ul_advantage .p_text {
  font-size: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 25%;
  right: 25%;
  z-index: 3;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.patent_technology {
  background: #fff;
  margin-top: 30px;
  background: #fff;
  padding: 40px 0 70px;
}
.patent_technology .swiper_technology {
  margin: 20px 90px;
  z-index: 3;
  padding: 20px;
}
.patent_technology .swiper_technology .swiper-slide {
  height: 443px;
  -webkit-box-shadow: 0px 0px 21px 11px rgba(47, 48, 49, 0.06);
  box-shadow: 0px 0px 21px 11px rgba(47, 48, 49, 0.06);
}
.patent_technology .swiper_technology img {
  display: block;
  width: 100%;
  height: 100%;
}
.patent_technology .technology_crtlbox {
  display: block;
  position: relative;
  height: 483px;
  margin-top: -523px;
  z-index: 2;
}
.patent_technology .technology_prev, .patent_technology .technology_next {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 67px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  cursor: pointer;
  margin-top: -33.5px;
}
.patent_technology .technology_prev.swiper-button-disabled, .patent_technology .technology_next.swiper-button-disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: auto;
}
.patent_technology .technology_prev {
  background-image: url(../images/ico_arrowleft.png);
  left: 0;
}
.patent_technology .technology_prev:hover {
  background-image: url(../images/ico_arrowleft2.png);
}
.patent_technology .technology_next {
  background-image: url(../images/ico_arrowright.png);
  right: 0;
}
.patent_technology .technology_next:hover {
  background-image: url(../images/ico_arrowright2.png);
}

.ourhonor {
  margin-top: 60px;
}
.ourhonor .honorimg {
  margin-top: 50px;
  width: 100%;
  height: 454px;
}
.ourhonor .honorimg img {
  display: block;
  width: 100%;
  height: 100%;
}

.brandadvange {
  background: #fff;
  margin-top: 30px;
  padding: 50px;
}
.brandadvange .ul_brandadvan {
  margin-top: 30px;
}
.brandadvange .ul_brandadvan li {
  width: 20%;
  height: 70px;
  margin: 10px 0;
  box-sizing: border-box;
  padding: 0 10px;
}
.brandadvange .ul_brandadvan li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.brandadvange .ul_brandadvan li:hover .imgbox:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.brandadvange .ul_brandadvan li .imgbox:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  text-align: center;
  line-height: 70px;
  z-index: 1;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.brandadvange .ul_brandadvan .imgbox {
  position: relative;
  height: 100%;
}
.brandadvange .ul_brandadvan img {
  display: block;
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
