html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: #333;
  line-height: 1.2;
  -webkit-overflow-scrolling: touch;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img,
textarea {
  outline: none;
  vertical-align: middle;
}
textarea {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  resize: none;
}
body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
td,
th,
ul,
li {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB,STXihei", "Microsoft YaHei", "SimSun", "Heiti", sans-serif;
}
ul,
li,
ol {
  list-style: none;
}
em {
  font-style: normal;
}
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  box-shadow: none;
}
textarea,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*img{
    display: block;
}*/
.bor-b:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  color: #d9d9d9;
  bottom: 0;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.bor-t:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  color: #d9d9d9;
  top: 0;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fl-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fl-ali {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cr:after {
  content: '';
  display: block;
  clear: both;
  float: none;
  zoom: 1;
}
.hide {
  display: none;
}
p,
a,
body {
  color: #333;
  font-family: "Microsoft Yahei", -apple-system, BlinkMacSystem, sans-serif, "Hiragino Sans GB", Helvetica !important;
}
a:hover,
a:active {
  color: #e60213;
  text-decoration: none;
}
.icon-fav.action {
  color: #e60213;
}
.cur-poi {
  cursor: pointer;
}
.b-f {
  background-color: #fff;
}
.b-b {
  background-color: #e60213;
}
.b-h {
  background-color: #f3f3f3;
}
.c-f {
  color: #fff !important;
}
.c-3 {
  color: #333 !important;
}
.c-0 {
  color: #000 !important;
}
.c-6 {
  color: #666 !important;
}
.c-9 {
  color: #999 !important;
}
.c-b {
  color: #e60213 !important;
}
.c-r {
  color: red !important;
}
.c-d-b {
  color: #099109;
}
.ver-b {
  vertical-align: baseline;
}
.box-s-n {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.w-50 {
  width: 50% !important;
}
.w-40 {
  width: 40% !important;
}
.w-60 {
  width: 60% !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.w-1200 {
  width: 1200px !important;
}
.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-a {
  margin-left: auto;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 10px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.f-l {
  float: left !important;
}
.f-r {
  float: right !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-19 {
  font-size: 19px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-28 {
  font-size: 28px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-32 {
  font-size: 32px !important;
}
.font-36 {
  font-size: 36px !important;
}
.font-40 {
  font-size: 40px;
}
.font-50 {
  font-size: 50px !important;
}
.font-54 {
  font-size: 54px !important;
}
.font-46 {
  font-size: 46px !important;
}
.overflow-h {
  overflow: hidden !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.font-w-b {
  font-weight: bold;
}
.border-0 {
  border: 0 !important;
}
.border-t-0 {
  border-top: 0 !important;
}
.border {
  border: 1px solid #efefef;
}
.border-b {
  border-bottom: 1px solid #efefef;
}
.border-r {
  border-right: 1px solid #efefef;
}
.border-t {
  border-top: 1px solid #efefef;
}
.border-t-b {
  border-top: 1px solid #e60213 !important;
}
.clear-f {
  clear: both;
}
.hide {
  display: none;
}
.h-90 {
  height: 90px !important;
}
button {
  cursor: pointer;
}
i {
  vertical-align: middle;
  margin-top: -2px;
}
.d-i-b {
  display: inline-block;
}
.d-i {
  display: inline !important;
}
.hidden {
  visibility: hidden;
}
.link-font:hover {
  color: #e60213;
  text-decoration: underline;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -3px;
  background: no-repeat center center;
  background-size: 100%;
}
.apostrophe-w {
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.apostrophe-h {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.apostrophr-auto {
  -webkit-line-clamp: inherit !important;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fl-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fl-ali {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bor-tsj {
  display: inline-block;
  border: 5px solid transparent;
  border-top-color: #e60213;
  margin-top: 5px;
}
.bor-rsj {
  display: inline-block;
  border: 5px solid transparent;
  border-right-color: #e60213;
}
.mark-num {
  display: inline-block;
  background: #e60012;
  border-radius: 18px;
  padding: 5px;
  min-width: 8px;
  min-height: 8px;
  line-height: 8px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.mark-dian {
  display: inline-block;
  background: #e60012;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}
.base-btn {
  background-color: #e60213;
  color: #fff;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
.base-btn-k {
  color: #e60213;
  border: 1px solid #e60213;
  border-radius: 3px;
  padding: 6px 20px;
  font-size: 16px;
  display: inline-block;
}
.bread-box {
  padding-bottom: 20px;
  margin-top: 20px;
  font-size: 12px;
}
.bread-box .bread {
  width: 1200px;
  margin: 0 auto;
}
.bread-box .bread a {
  color: #999;
}
/*分页*/
.pagination {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 14px;
}
.pagination ul {
  overflow: hidden;
  display: inline-block;
}
.pagination ul li {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  line-height: 32px;
  text-align: center;
  margin: 0 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
.pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagination ul li.page-btn {
  width: auto;
}
.pagination ul li.page-btn a {
  padding: 0 12px;
  display: inline-block;
  box-sizing: border-box;
}
.pagination ul li.page-btn:hover {
  border-color: #e60213;
}
.pagination ul li.page-btn:hover a {
  color: #e60213;
}
.pagination ul li.num:hover {
  border-color: #e60213;
}
.pagination ul li.num:hover a {
  color: #e60213;
}
.pagination ul li.num.action {
  border-color: #e60213;
}
.pagination ul li.num.action a {
  color: #fff;
  background-color: #e60213;
}
/*分类筛选*/
.type-sx {
  padding: 0 10px;
  font-size: 14px;
}
.type-sx span {
  line-height: 30px;
}
.type-sx > div {
  padding: 17px 0 0;
}
.type-sx > div:last-child {
  border-bottom: 0;
}
.type-sx ul {
  overflow: hidden;
  height: 35px;
}
.type-sx ul li {
  float: left;
  line-height: 28px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.type-sx ul li a {
  padding: 0 10px;
}
.type-sx ul li.action,
.type-sx ul li:hover {
  background-color: #e60213;
  border-radius: 5px;
}
.type-sx ul li.action a,
.type-sx ul li:hover a {
  color: #fff;
}
.type-sx ul.on {
  height: auto;
}
.type-sx .morebtn {
  cursor: pointer;
  position: relative;
}
/*排序*/
.paixu-sx {
  padding: 15px 10px 0;
  font-size: 14px;
}
.paixu-sx span {
  line-height: 30px;
}
.paixu-sx ul {
  overflow: hidden;
}
.paixu-sx ul li {
  float: left;
  line-height: 30px;
  margin-right: 10px;
}
.paixu-sx ul li a {
  padding: 0 10px;
}
.paixu-sx ul li.action,
.paixu-sx ul li:hover {
  background-color: #e60213;
  border-radius: 5px;
}
.paixu-sx ul li.action a,
.paixu-sx ul li:hover a {
  color: #fff;
}
.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomMask {
  position: absolute;
  background: url("../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
/* reset */
/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a {
  text-decoration: none;
  color: #373737;
}
!* start editing from here *!
a{text-decoration:none;}*/
html {
  font-size: 15px;
}
.txt-rt {
  text-align: right;
}
.txt-lt {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.float-rt {
  float: right;
}
.float-lt {
  float: left;
}
.clear {
  clear: both;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.vertical-base {
  vertical-align: baseline;
}
.vertical-top {
  vertical-align: top;
}
.underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
}
nav.vertical ul li {
  display: block;
}
nav.horizontal ul li {
  display: inline-block;
}
img {
  max-width: 100%;
}
/*end reset*/
.topr {
  float: right;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
}
body {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
}
.header_bg {
  background: #252323;
}
.header {
  padding: 2% 4%;
}
.logo {
  float: left;
}
.logo img {
  height: 79px;
}
/*--- social-icons ----*/
.social-icons {
  float: right;
}
.social-icons li:first-child {
  margin-left: 0;
}
.social-icons li {
  float: left;
  margin-left: 15px;
}
.social-icons li a {
  height: 26px;
  width: 26px;
  display: block;
  background: url(../images/soc_icons.png);
}
.social-icons li:nth-child(1) a {
  background: url(../images/soc_icons.png) 0% 0%;
}
.social-icons li:nth-child(1) a:hover {
  background: url(../images/soc_icons.png) 0% 98%;
}
.social-icons li:nth-child(2) a {
  background: url(../images/soc_icons.png) 32% 0%;
}
.social-icons li:nth-child(2) a:hover {
  background: url(../images/soc_icons.png) 32% 98%;
}
.social-icons li:nth-child(3) a {
  background: url(../images/soc_icons.png) 66% 0%;
}
.social-icons li:nth-child(3) a:hover {
  background: url(../images/soc_icons.png) 66% 98%;
}
.social-icons li:nth-child(4) a {
  background: url(../images/soc_icons.png) 100% 0%;
}
.social-icons li:nth-child(4) a:hover {
  background: url(../images/soc_icons.png) 100% 98%;
}
/* start header_btm */
.header_btm {
  background: #ffffff;
  border-bottom: 5px solid #e6e6e6;
}
/* start menu */
.h_menu {
  float: right;
}
.h_menu > ul {
  height: 79px;
}
.h_menu > ul > li {
  margin-left: 20px;
  float: left;
  position: relative;
}
.h_menu > ul > li.active > a {
  color: #e60213;
  border-bottom: 2px solid #e60213;
}
.h_menu > ul > li > a {
  display: block;
  padding: 30px 15px;
  text-transform: uppercase;
  font-size: 0.925em;
  color: #555555;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
}
.h_menu > ul > li > a:hover {
  color: #e60213;
  border-bottom: 2px solid #e60213;
}
/*二级导航*/
.submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 170px;
  z-index: 10;
  background-color: #fff;
}
.submenu p {
  font-size: 15px;
  border-bottom: 1px dotted #dedede;
  line-height: 32px;
  text-align: center;
}
.submenu p a {
  display: block;
}
.submenu p:hover {
  background-color: #efefef;
}
.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.search input[type='text'] {
  width: 90%;
  padding: 10px;
  border: 1px solid #d9dad7;
  color: #555;
  font-size: 13px;
  background: #fff;
  outline: none;
}
.back-btn {
  cursor: pointer;
  background: #474747;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.back-btn ul li {
  display: inline-block;
  padding: 4px 6px;
}
.back-btn ul li:before {
  content: url('../images/back.png');
}
.back-btn ul li a {
  padding: 4px 10px;
  font-size: 13px;
  color: #fff;
  margin-left: -8px;
  line-height: 1.7em;
  vertical-align: bottom;
}
/* start slider */
.slider_bg {
  /*background:  url('../images/slider_bg.jpg');*/
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider {
  padding: 0 4%;
}
/* start main */
.main {
  padding: 6% 4%;
  min-height: 600px;
}
.main_text {
  text-align: center;
}
.main_text h2 {
  font-size: 2em;
  text-transform: uppercase;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
  margin-bottom: 2%;
}
.main_text h2 span {
  color: #555555;
  -webkit-text-stroke: 2px;
}
/** para style **/
p.para {
  font-size: 0.8725em;
  color: #555555;
  line-height: 1.8em;
}
/* start grids_of_3 */
.grids_of_3 {
  /*text-align:center;*/
  margin: 3% 0 4%;
}
.grid1_of_3:first-child {
  margin-left: 0;
}
.grid1_of_3 {
  float: left;
  width: 30.3333%;
  margin-left: 3.3333%;
}
.grid1_of_3 h3 {
  margin: 2% 0;
}
.grid1_of_3 h3 a {
  font-size: 1.2em;
  text-transform: capitalize;
  color: #555555;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: 600;
}
.grid1_of_3 h3 a span {
  color: #777777;
  font-weight: normal;
}
.grid1_of_3 p {
  font-size: 0.8125em;
  color: #555555;
  line-height: 1.8em;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
/* start span_of_3 */
.main_bg {
  background: #eeeeee;
}
.content_top {
  text-align: center;
  position: relative;
}
.content_top:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 40px solid #eee;
  border-top: 0 solid rgba(0, 0, 0, 0) !important;
  border-right: 35px solid rgba(0, 0, 0, 0) !important;
  border-left: 35px solid rgba(0, 0, 0, 0) !important;
  left: 47%;
  top: -40px;
  margin-left: -10px;
}
.span_of_3 {
  margin: 4% 0 0;
}
.span_of_3:first-child {
  margin: 0;
}
.grid1_of_5 {
  float: left;
  width: 18%;
  margin-left: 1%;
  margin-top: 10px;
  border: 1px solid #cecece;
}
.grid1_of_5:first-child {
  margin-left: 1%;
}
.span1_of_3 {
  float: left;
  width: 30.3333%;
  margin-left: 3.3333%;
  border: 1px solid #dedede;
}
.ml0 {
  margin-left: 0px;
}
.span1_of_3:first-child {
  margin-left: 0;
}
.span1_of_3 img {
  width: 100%;
}
.span1_of_3_text {
  padding: 10px;
}
.span1_of_3 h3 {
  margin-bottom: 2%;
}
.span1_of_3 h3 a {
  font-size: 17px;
  text-transform: capitalize;
  color: #555555;
  font-weight: normal;
  text-shadow: 0 1px 0 #ffffff;
}
.span1_of_3 h3 a:hover {
  color: #e60213;
  text-decoration: underline;
}
.span1_of_3 p {
  font-size: 0.8125em;
  color: #555555;
  line-height: 1.8em;
}
/* start cauresol */
.nbs-flexisel-container {
  padding: 4% 0;
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-inner {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item > img {
  width: 200px;
  height: 100px;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  max-height: 45px;
}
/*** start cauresol  navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 46px;
  height: 100px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}
.nbs-flexisel-nav-left {
  left: 0px;
  background: url(../images/img-sprite.png) no-repeat -19px -21px;
}
.nbs-flexisel-nav-right {
  right: 0px;
  background: url(../images/img-sprite.png) no-repeat -55px -20px;
}
/* start footer */
.footer_bg {
  background: url('../images/footer_bg.png');
}
.footer {
  padding: 2%;
}
.span1_of_7 {
  width: 13%;
  margin-left: 1%;
}
.span1_of_5 {
  width: 18%;
  margin-left: 1.2%;
}
.span_of_4 {
  display: block;
}
.span1_of_4 {
  float: left;
  width: 22.3333%;
  margin-left: 3.3333%;
}
.span1_of_4:first-child {
  margin-left: 0;
}
.span1_of_4 h4 {
  margin-bottom: 20px;
  font-size: 1.5em;
  text-transform: capitalize;
  color: #ffffff;
  text-shadow: 0 1px 0 #555555;
}
.span1_of_4 p {
  font-size: 0.8725em;
  line-height: 20px;
  color: #c9c9c9;
}
.span1_of_4 p a {
  color: #c9c9c9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.span1_of_4 p a:hover {
  color: #e60213;
}
.span1_of_4 p.top {
  border-top: 1px solid #636363;
  margin-top: 20px;
  padding-top: 10px;
}
.span1_of_4 p.btm {
  margin-bottom: 8%;
}
.span1_of_4 p.btm1 {
  margin-bottom: 4%;
}
.f_nav1 {
  margin-top: 2%;
}
.f_nav1 li {
  display: inline-block;
}
.f_nav1 li.timer {
  background: url('../images/timer.png') no-repeat;
}
.f_nav1 li a {
  padding-left: 30px;
  font-size: 0.8725em;
  color: #999999;
}
.pin {
  background: url('../images/pin.png') no-repeat;
  padding-left: 30px;
}
.mail {
  background: url('../images/mail.png') no-repeat;
  padding-left: 30px;
}
.call {
  background: url('../images/call.png') no-repeat;
  padding-left: 30px;
}
big {
  font-size: 1.5em;
  color: #ffffff;
}
/* start footer1 */
.footer_bg1 {
  background: url('../images/footer_bg1.png');
}
.footer1 {
  padding: 10px;
  text-align: center;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url(../images/top-move.jpg) no-repeat right top;
}
.copy {
  float: left;
}
.copy p {
  font-size: 0.8725em;
  line-height: 1.8em;
  color: #c9c9c9;
}
.copy p a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.copy p a:hover {
  color: #e60213;
}
/* start about */
.top_bg {
  background: url('../images/slider_bg1.jpg');
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 80px;
}
.top {
  padding: 4% 4%;
}
.top h2 {
  font-size: 2em;
  color: #ffffff;
  text-transform: uppercase;
}
.about {
  display: block;
}
.cont-grid {
  float: left;
  width: 100%;
}
.cont-grid-img {
  margin-left: 3.3333%;
  width: 36.33333%;
  float: left;
}
.cont-grid-img img {
  margin-top: 10px;
}
.cont-grid span {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.abt-para p {
  margin-top: 2%;
}
.about-p {
  margin-top: 20px;
}
.btn {
  color: #000;
  background: #ffffff;
  border: 1px solid #ddd;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 38px;
  font-size: 0.875em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: #e60213;
  color: #ffffff;
}
/* start services */
.ser_btn {
  position: relative;
}
.button {
  color: #555555;
  border-top: 1px solid #dddddd;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875em;
  width: 100%;
  padding: 12px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  background: #e60213;
  color: #ffffff;
}
/* start blog */
.blog {
  display: block;
}
.blog_list {
  position: relative;
}
.blog_list .read_more {
  width: 661px;
}
.blog_list .read_more .zhaiyao {
  line-height: 20px;
}
.blog_list .jiantou {
  background: url('../images/wm_button_icon.png') no-repeat 0 -39px;
  background-size: 19px;
}
.blog_list .xiang-link {
  color: #555;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.blog_list .xiang-link:hover {
  color: #e60213;
}
.blog_list .xiang-link:hover .jiantou {
  background-position-y: -58px;
}
.blog_list:first-child {
  margin-top: 0%;
}
.blog_list h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.blog_list h5 {
  margin-top: 8px;
  font-size: 1em;
  text-transform: capitalize;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.blog_list h5 a {
  color: #e60213;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog_list h5 a:hover {
  color: #777777;
}
.blog_para p a {
  float: left;
  margin-right: 20px;
  width: 160px;
  height: 120px;
  position: relative;
}
.blog_para p a img {
  object-fit: cover;
  object-position: center;
  will-change: opacity;
  width: 100%;
  height: 100%;
}
/* start contact */
.contact {
  display: block;
}
.contact h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.map {
  margin: 2% 0;
}
.col {
  display: block;
}
.contact-form {
  position: relative;
}
.contact-form div {
  padding: 5px 0;
}
.contact-form span label {
  color: #777777;
  display: block;
  font-size: 0.8725em;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.contact-form input[type='text'],
.contact-form textarea {
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  color: rgba(85, 81, 81, 0.84);
  padding: 8px;
  display: block;
  width: 98%;
  outline: none;
  -webkit-appearance: none;
  text-transform: capitalize;
}
.contact-form textarea {
  resize: none;
  height: 120px;
}
.contact-form input[type='submit'] {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  -webkit-appearance: none;
  cursor: pointer;
  color: #e60213;
  background: #ffffff;
  border: 1px solid #22d5e0;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 38px;
  font-size: 0.875em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-form input[type='submit']:hover {
  background: #e60213;
  color: #ffffff;
}
/* start details */
.details {
  display: block;
}
.details h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.det_pic {
  margin: 2% 0;
}
#box_main_sub1 {
  width: 18%;
  float: left;
}
.FrontProductsCategory_show01-d1_c1 {
  z-index: 9999999;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  clear: both;
}
.FrontProductsCategory_show01-d1_c1 UL {
  position: relative;
  padding-bottom: 0;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-image: none;
  padding-top: 0;
  display: inline;
}
.FrontProductsCategory_show01-d1_c1 LI {
  list-style-type: none;
  margin: 0;
  list-style-image: none;
  border-bottom: 1px #ddd dotted;
}
.FrontProductsCategory_show01-d1_c1 LI:last-child {
  border-bottom: 0;
}
.FrontProductsCategory_show01-d1_c1 .menu-first {
  border: 1px solid #dedede;
}
.FrontProductsCategory_show01-d1_c1 .menu-first UL LI.menu-none A {
  line-height: 49px;
  margin: 0;
  display: block;
  background: url(/images/products/first-bg-04.gif) no-repeat 0 0;
  height: 49px;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
}
.FrontProductsCategory_show01-d1_c1 .menu-first UL LI.menu-none A.current,
.FrontProductsCategory_show01-d1_c1 .menu-first UL LI.menu-none A:hover {
  height: 49px;
  color: #e87817;
  background: #f8f8f8;
}
.FrontProductsCategory_show01-d1_c1 .menu-first UL LI.menu-none A.current:hover,
.FrontProductsCategory_show01-d1_c1 .menu-first UL LI.menu-none A:hover:hover {
  background: #f8f8f8;
}
.FrontProductsCategory_show01-d1_c1 .menu-first UL LI.menu-none:hover {
  background: #f8f8f8;
}
.article-box {
  padding: 30px;
}
.article-box h2 {
  text-align: center;
  line-height: 38px;
  color: #322725;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.article-box .article-infobox {
  margin-bottom: 20px;
  border-bottom: #999 1px dashed;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 10px;
}
.article-box .article-infobox span {
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
}
.hottit {
  padding: 15px 30px;
}
.hottit h2 {
  line-height: 30px;
  border-top: #666 1px dashed;
  padding: 10px 0;
  color: #322725;
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}
.hottit a {
  color: #444;
  font-size: 14px;
  line-height: 28px;
}
#box_here {
  border-bottom: #ddd 1px solid;
  width: 100%;
  height: 50px;
}
#box_here_sub1 {
  margin: 0 auto;
  width: 1200px;
}
.FrontPublic_breadCrumb01-d1_c1 {
  width: 100%;
  margin: 0 auto;
  clear: both;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: left;
}
.FrontPublic_breadCrumb01-d1_c1 div {
  padding-left: 25px;
  text-align: left;
  height: 50px;
  line-height: 50px;
  color: #333;
  background: url(../images/home.gif) no-repeat 8px 50%;
  font-size: 13px;
}
.FrontPublic_breadCrumb01-d1_c1 div a {
  color: #050505;
}
.pagep {
  padding: 15px 30px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li.disabled span {
  /*background-color: transparent;*/
  /*border-color: transparent;*/
  color: #333;
  cursor: not-allowed;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #aaa;
  border-color: transparent;
  color: #fff !important;
}
/*联系我们*/
.level5-con {
  width: 1200px;
  padding-bottom: 40px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.level5-left {
  float: left;
  width: 800px;
  padding-top: 30px;
  position: relative;
}
.level5-left dl {
  width: 744px;
  height: 244px;
  padding: 28px 56px 30px 0;
  background: #fff;
  box-shadow: 2px 2px 2px #e9e9e9;
}
.level5-left dl dt {
  float: left;
  width: 328px;
  height: 244px;
  margin-right: 26px;
}
.level5-left dl dd {
  float: left;
  width: 390px;
  padding-top: 0;
  position: relative;
}
.level5-left dl dd h4 {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 16px;
  font-weight: bold;
  color: #111;
  text-align: left;
  border-bottom: 3px #e9e9e9 solid;
}
.level5-left dl dd .con {
  height: 88px;
  line-height: 22px;
  font-size: 13px;
  color: #666;
  padding-top: 20px;
}
.level5-left dl dd span,
.gyjs-con a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 55px;
  color: #fff;
}
.level5-gs {
  float: left;
  width: 220px;
  height: 240px;
  text-align: center;
  padding-top: 36px;
  margin-top: 10px;
  background: #059fc5;
  color: #fff;
}
.level5-gs h4,
.level5-gs h5 {
  font-size: 20px;
  line-height: 36px;
}
.level5-gs h5 {
  padding-bottom: 20px;
}
.level5-gs .p1 {
  height: 40px;
  line-height: 40px;
  padding: 20px 0 20px 46px;
}
.level5-gs .p1 em {
  float: left;
  font-size: 32px;
  font-style: normal;
}
.level5-gs .p1 span {
  float: left;
  height: 40px;
  padding: 0 15px;
}
.level5-zp {
  float: left;
  width: 510px;
  height: 260px;
  padding: 18px 30px 0;
  margin: 10px 0 0 10px;
  color: #000;
  background: #fff;
  box-shadow: 2px 2px 2px #e9e9e9;
}
.level5-zp h4,
.level5-news h4 {
  font-size: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.level5-zp h4 a,
.level5-news h4 a {
  float: right;
  width: 60px;
  height: 24px;
  font-size: 14px;
}
.level5-right {
  float: right;
  width: 390px;
  padding-top: 30px;
  position: relative;
}
.level5-news {
  width: 340px;
  height: 388px;
  padding: 20px 25px 0;
  background: #fff;
  box-shadow: 2px 2px 2px #e9e9e9;
}
.level5-xl {
  width: 354px;
  height: 144px;
  margin-top: 10px;
}
.level5-news ul li {
  padding-left: 14px;
  height: 34px;
  line-height: 34px;
  background: url(../images/arrow4.png) no-repeat 0 12px;
}
.level5-news ul li a {
  display: block;
  width: 326px;
}
.level5-xl {
  width: 354px;
  height: 144px;
  margin-top: 10px;
}
.level5-wdnews {
  width: 340px;
  height: 150px;
  padding: 20px 25px 0;
  background: #fff;
  box-shadow: 2px 2px 2px #e9e9e9;
}
.level5-wdnews h4 {
  font-size: 18px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.level5-wdnews h4 a {
  float: right;
  width: 60px;
  height: 24px;
  font-size: 14px;
}
.level5-wdnews ul li {
  padding-left: 14px;
  height: 34px;
  line-height: 34px;
  background: url(../images/arrow4.png) no-repeat 0 12px;
}
.level5-zp table tr {
  background: url(../images/arrow4.png) no-repeat 0 12px;
  line-height: 30px;
}
.level5-zp .td1 {
  width: 300px;
  padding-left: 14px;
}
.level5-zp .td2 {
  width: 40px;
  text-align: center;
}
.level5-zp .td3 {
  width: 162px;
  text-align: right;
}
.modal-title {
  padding-left: 20px;
  border-left: 4px solid #e60213;
  margin: 50px 0 37px;
}
.modal-title .morelink {
  line-height: 32px;
}
/*首页*/
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: relative;
}
.navbar {
  position: absolute;
  top: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.index-top {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.index-top .sw-banner {
  height: 800px;
}
.index-top .sw-banner #echarts1 {
  width: 100%;
  height: 800px;
  padding: 80px 0 50px;
  background: url('../images/casebanner.png') no-repeat center center;
  background-size: 100% 100%;
}
.index-top .sw-banner .swiper-slide {
  background: no-repeat center center;
  background-size: cover;
}
.index-top .sw-banner .swiper-button-next,
.index-top .sw-banner .swiper-button-prev {
  width: 44px;
  height: 44px;
  background-color: #f1f1f1;
}
.index-top .sw-banner .swiper-button-next,
.index-top .sw-banner .swiper-container-rtl .swiper-button-prev {
  background-image: url('../images/zuo.png');
  background-size: 20px 20px;
}
.index-top .sw-banner .swiper-button-prev,
.index-top .sw-banner .swiper-container-rtl .swiper-button-next {
  background-image: url('../images/you.png');
  background-size: 20px 20px;
}
.index-top .sw-banner .swiper-pagination-bullets,
.index-top .sw-banner .swiper-pagination-custom,
.index-top .sw-banner .swiper-pagination-fraction {
  bottom: 42px;
}
.index-top .sw-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
.index-top .sw-banner .swiper-pagination-bullet-active {
  background-color: #e60213;
  width: 32px;
  border-radius: 10px;
}
.index-top .gonggao {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  line-height: 35px;
  z-index: 100;
}
.index-top .gonggao .gonggao-l {
  padding: 0 15px;
  background-color: rgba(255, 2, 19, 0.8);
}
.index-top .gonggao .i-laba {
  width: 20px;
  height: 20px;
  background-image: url('../images/laba.png');
  margin-right: 5px;
  margin-top: -3px;
}
.index-top .gonggao .sw-gonggao {
  padding: 0 10px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.8);
}
.indexmainbox .xw-left {
  width: 42%;
  height: 350px;
  position: relative;
}
.indexmainbox .xw-left .sw-xinwen {
  height: 100%;
}
.indexmainbox .xw-left .sw-xinwen img {
  height: 100%;
  width: 100%;
}
.indexmainbox .xw-left .sw-xinwen .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.indexmainbox .xw-left .sw-xinwen .swiper-pagination-bullet-active {
  background-color: #e60213;
  width: 30px;
  border-radius: 10px;
}
.indexmainbox .xw-left .xw-swfont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  line-height: 35px;
  background-color: rgba(255, 255, 255, 0.8);
}
.indexmainbox .xw-right {
  padding-left: 20px;
  width: 58%;
  box-sizing: border-box;
}
.indexmainbox .xw-right .topmenu {
  line-height: 35px;
  text-align: center;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.indexmainbox .xw-right .topmenu li {
  cursor: pointer;
  color: #666;
  padding: 0 25px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  -ms-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  border-right: 1px solid #efefef;
  border-top: 1px solid #efefef;
}
.indexmainbox .xw-right .topmenu .active,
.indexmainbox .xw-right .topmenu :hover {
  background-color: #e60213;
  color: #fff;
}
.indexmainbox .xw-right .xw-list {
  line-height: 37px;
}
.indexmainbox .xw-right .xw-list li {
  border-bottom: 1px dotted #dedede;
}
.indexmainbox .xw-right .xw-list li a:hover {
  text-decoration: underline;
}
.indexmainbox .xw-right .rz-list li {
  height: 272px;
  float: left;
  width: 196px;
  margin-right: 20px;
  position: relative;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.indexmainbox .xw-right .rz-list li:hover {
  box-shadow: 6px 7px 18px #cecece;
}
.indexmainbox .xw-right .rz-list li img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.indexmainbox .xw-right .rz-list li:nth-child(4n) {
  margin-right: 0;
}
/*产品中心*/
.fold_wrap {
  width: 1200px;
  height: 150px;
  margin: 40px auto 0 auto;
  overflow: hidden;
}
.fold_wrap li {
  float: left;
  width: 130px;
  height: 150px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.fold_wrap li .mask_b {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  _background: #b2b2b2;
}
.fold_wrap li.active .mask_b {
  background: rgba(0, 0, 0, 0.3);
}
.fold_wrap li.big {
  width: 322px;
}
.fold_wrap li .adv_intro {
  position: absolute;
  top: 36%;
  padding: 5px 15px;
  left: 0;
  right: 0;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.fold_wrap li .adv_intro h4 {
  color: #fff;
  display: block;
  font: 24px/30px Microsoft Yahei;
  position: relative;
  text-align: center;
}
.fold_wrap li .adv_intro .fenlei {
  line-height: 25px;
}
.fold_wrap li .adv_intro .fenlei p .bor-rsj {
  margin-left: 5px;
}
.fold_wrap li .adv_intro .fenlei p a {
  color: #fff;
}
.adv_intro_show {
  bottom: 0 !important;
  transition: bottom 0.3s linear 0.3s;
  -webkit-transition: bottom 0.3s linear 0.3s;
}
.pic_auto {
  width: 100%;
  height: 100%;
  background: url(../images/pic1.jpg) no-repeat center 0;
  background-size: cover;
}
.pic_auto1 {
  background-image: url(http://ee.fuanguodian.com/city.jpg);
}
.pic_auto2 {
  background-image: url(http://ee.fuanguodian.com/portal/index/ipic2.jpg);
}
.pic_auto3 {
  background-image: url(http://ee.fuanguodian.com/portal/index/ipic3.jpg);
}
.pic_auto4 {
  background-image: url(http://ee.fuanguodian.com/portal/index/ipic4.jpg);
}
.pic_auto5 {
  background-image: url(http://ee.fuanguodian.com/portal/index/ipic5.jpg);
}
.pic_auto6 {
  background-image: url(http://ee.fuanguodian.com/portal/index/ipic6.jpg);
}
.pic_auto7 {
  background-image: url(http://ee.fuanguodian.com/portal/index/ipic7.jpg);
}
.pic_auto8 {
  background-image: url(http://ee.fuanguodian.com/portal/index/ipic8.jpg);
}
.pic_auto9 {
  background-image: url(http://ee.fuanguodian.com/portal/index/ipic9.jpg);
}
/*证书*/
#certify {
  position: relative;
  width: 1142px;
  margin: 0 auto 50px;
}
#certify .zsmask {
  position: absolute;
  width: 100%;
  height: 310px;
  z-index: 10;
  overflow: hidden;
  top: 0;
  box-sizing: border-box;
}
#certify .zsmask .leftzs {
  width: 53%;
  height: 100%;
  position: relative;
}
#certify .zsmask .leftzs img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 71%;
  max-width: 75%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#certify .zsmask .rightzs {
  width: 52%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding-right: 10px;
}
#certify .zsmask .rightzs .titfont {
  color: #664b10;
}
#certify .zsmask .rightzs .jianjiefont {
  font-size: 30px;
  color: #664b10;
  font-weight: bold;
  margin-top: 20px;
}
#certify .swiper-container {
  padding-bottom: 60px;
}
#certify .swiper-slide {
  width: 520px;
  height: 375px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
  display: block;
}
#certify .swiper-slide p {
  line-height: 61px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 15px;
  height: 15px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #e60213;
  background-color: #fff;
}
#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
/*员工风采*/
#panda-show {
  font: 12px/1.5 'STHeiti', 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'SimSun', 'STSong', 'Arial', 'sans-serif';
  background: url(../images/bg.jpg) no-repeat center top;
  background-size: 100% auto;
}
#panda-show .shuffer-title {
  height: 70px;
  padding-top: 12px;
  text-align: center;
  box-sizing: border-box;
}
#panda-show .full {
  width: 100%;
  overflow: hidden;
  min-width: 1000px;
}
#panda-show .content {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1400px) {
  #panda-show .content {
    width: 1200px;
  }
}
@media screen and (min-width: 1660px) {
  #panda-show .content {
    width: 1460px;
  }
}
#panda-show .cover-left {
  width: 2000px;
  position: absolute;
  left: -2000px;
  top: 0;
  opacity: 0.4;
  background: #000;
  height: 240px;
  z-index: 10;
}
#panda-show .cover-right {
  width: 2000px;
  position: absolute;
  right: -2000px;
  top: 0;
  background: #000;
  opacity: 0.4;
  height: 240px;
  z-index: 10;
}
#panda-show .swiper-container {
  overflow: visible;
  height: 225px;
}
#panda-show .swiper-slide {
  height: 225px;
  background: #000;
  position: relative;
  width: auto;
}
#panda-show .swiper-slide img {
  max-width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}
#panda-show .swiper-slide a:hover img {
  opacity: 1;
}
#panda-show .arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -40px;
  width: 35px;
  height: 80px;
  z-index: 15;
}
#panda-show .arrow-right {
  background: url(../images/arrows.png) no-repeat right top;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -40px;
  width: 35px;
  height: 80px;
  z-index: 15;
}
#panda-show .shuffer-line {
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  background-color: #e60213;
}
#panda-show a:hover .shuffer-line {
  height: 95px;
  background-color: #e60213;
  opacity: 0.8;
}
#panda-show .stars-info {
  height: 65px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all linear 250ms;
  transition: all linear 250ms;
  color: #fff;
}
#panda-show a:hover .stars-info {
  height: 73px;
  border-bottom: 0 none;
}
#panda-show .stars-info .name {
  font-size: 20px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#panda-show .stars-info .intro {
  padding: 0 10px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*合作伙伴*/
#partener {
  width: 1200px;
  height: 150px;
  position: relative;
  margin: 60px auto 30px;
  overflow: hidden;
}
#partener ul {
  width: 800px;
  height: 150px;
  position: relative;
}
#partener ul li {
  height: 150px;
  float: left;
  list-style: none;
  padding-right: 20px;
}
#partener ul li img {
  height: 75px;
  display: inline-block;
  box-shadow: 5px 6px 12px #ddd;
}
.companyData {
  border-top: 1px solid #eee;
  padding: 50px 0;
}
.companyData ul li > p {
  display: flex;
  justify-content: center;
}
.companyData ul li span {
  font-family: fantasy, Microsoft YaHei;
  font-weight: 900;
  color: #691879;
  display: inline-block;
  width: 28px;
  animation: r_x 4s ease-in-out infinite;
  -webkit-animation: r_x 4s ease-in-out infinite;
  -o-animation: r_x 4s ease-in-out infinite;
}
.companyData ul li em {
  color: #691879;
}
.companyData ul li:nth-child(2) span,
.companyData ul li:nth-child(2) small {
  color: #de0858;
}
.companyData ul li:nth-child(2) small {
  vertical-align: top;
  font-size: 24px;
}
.companyData ul li:nth-child(3) span {
  color: #006bb2;
}
.companyData ul li:nth-child(4) span,
.companyData ul li:nth-child(4) small {
  color: #03a172;
}
.companyData ul li:nth-child(4) small {
  vertical-align: top;
  font-size: 24px;
}
.companyData ul li:nth-child(5) span {
  color: #ee4e07;
}
@keyframes r_x {
  75% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes r_x {
  75% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.caseitem {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.caseitem:hover {
  box-shadow: 6px 7px 18px #cecece;
}
#main-menu.navbar-nav {
  float: right;
}
.navbar-nav > li > a {
  padding-top: 29px;
  padding-bottom: 30px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  box-sizing: border-box;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #dddddd;
  box-sizing: border-box;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #ddd;
  box-sizing: border-box;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #dddddd;
  background-color: transparent;
  border: 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #dddddd;
  box-sizing: border-box;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e60213;
  color: #fff;
}
.navbar-nav > li > .dropdown-menu .menu-item {
  border-bottom: 1px dotted #dedede;
}
.navbar-nav > li > .dropdown-menu .menu-item .iconzhi {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: url('../images/you3.png') no-repeat center center;
  background-size: 100% auto;
  margin-right: 5px;
  margin-top: -3px;
}
.navbar-nav > li > .dropdown-menu .menu-item.active .iconzhi,
.navbar-nav > li > .dropdown-menu .menu-item:hover .iconzhi {
  background-image: url('../images/you2.png');
}
.navbar-nav > li > .dropdown-menu .menu-item:last-child {
  border-bottom: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #e60213;
  color: #fff;
}
.footer .fooitem {
  width: 28%;
}
.footer .fooitem3 {
  width: 15%;
}
.footer .fooitem3 img {
  width: 100%;
}
.contact-info {
  margin-top: 75px;
}
.contact-info p {
  border-radius: 5px;
  overflow: hidden;
  line-height: 45px;
  background-color: #eee;
  margin-bottom: 15px;
}
.contact-info .icon {
  background-color: #e60213;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background-size: 20px 20px;
}
.contact-info .conicon1 {
  background-image: url('../images/coni01.png');
}
.contact-info .conicon2 {
  background-image: url('../images/coni02.png');
}
.contact-info .conicon3 {
  background-image: url('../images/coni03.png');
}
.contact-info .conicon4 {
  background-image: url('../images/coni04.png');
}
.contact-info .conicon5 {
  background-image: url('../images/coni05.png');
}
.contact-info .conicon6 {
  background-image: url('../images/coni06.png');
}
#article_content {
  line-height: 29px;
  color: #333;
}
#article_content img {
  max-width: 600px;
  margin: 5px auto;
}
#article_content section > img {
  max-width: 100%;
}
.case_box {
  height: 200px;
  display: block;
  position: relative;
}
.case_box .case_img {
  max-height: 200px;
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
td {
  border: 1px solid #dedede;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
html,
body,
#panda-show,
.footer_bg,
.navbar {
  min-width: 1200px;
}
html,
body {
  width: 100%;
}
.top_bg {
  min-width: 1200px;
  width: 100%;
}
.casepage .swiper-button-next {
  background: url(../images/arrows.png) no-repeat right center;
  background-size: 50px;
}
.casepage .swiper-button-prev {
  background: url(../images/arrows.png) no-repeat left center;
  background-size: 50px;
}
.casepage #echarts1 {
  height: 800px;
  padding: 80px 0 50px;
  background: url('../images/casebanner.png') no-repeat center center;
  background-size: 100% 100%;
}
.casepage .caseList {
  padding: 90px auto 50px;
  background-color: #f7f7f7;
}
.casepage .classicCase {
  background-size: 100% 100%;
  flex-wrap: wrap;
  padding: 50px 50px 0;
  position: relative;
}
.casepage .classicCase dl {
  width: 23.5%;
  margin-right: 2%;
  background-color: #fff;
}
.casepage .classicCase dl:nth-child(4n) {
  margin-right: 0;
}
.casepage .classicCase dl dt {
  width: 100%;
  height: 180px;
  background-size: cover;
}
.casepage .classicCase dl dd {
  padding: 20px;
}
.casepage .classicCase dl dd .contTop {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  padding-right: 35px;
  position: relative;
}
.casepage .classicCase dl dd .contTop .casetitle {
  height: 46px;
}
.casepage .classicCase dl dd .contTop h3 {
  line-height: 25px;
}
.casepage .classicCase dl dd .contTop .icon-right {
  width: 30px;
  height: 30px;
  background-image: url('../images/caseicon02.png');
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.casepage .classicCase dl dd .contTop .icon-right:hover {
  background-image: url('../images/caseicon01.png');
}
.casepage .classicCase dl dd .jianjie {
  line-height: 25px;
  margin: 10px 0;
  -webkit-line-clamp: 4;
  height: 100px;
  overflow: hidden;
}
.casepage .fenleibox {
  padding: 50px 0;
  box-shadow: 0 0 10px 8px #ddd;
  bottom: -100px;
  position: relative;
}
.casepage .fenleibox ul li {
  position: relative;
}
.casepage .fenleibox ul li .icon-fenlei {
  width: 90px;
  height: 90px;
  background-image: url('../images/flicon01.png');
  background-size: 70% 70%;
  border-radius: 100%;
}
.casepage .fenleibox ul li p {
  margin-top: 10px;
  font-size: 14px;
}
.casepage .fenleibox ul li:hover .icon-fenlei,
.casepage .fenleibox ul li.on .icon-fenlei {
  background-image: url('../images/flicon02.png');
}
.casepage .fenleibox ul li:hover p,
.casepage .fenleibox ul li.on p {
  color: #e60213;
}
.casepage .fenleibox ul li:nth-child(2) .icon-fenlei {
  background-image: url('../images/flicon03.png');
}
.casepage .fenleibox ul li:nth-child(2):hover .icon-fenlei,
.casepage .fenleibox ul li:nth-child(2).on .icon-fenlei {
  background-image: url('../images/flicon04.png');
}
.casepage .fenleibox ul li:nth-child(3) .icon-fenlei {
  background-image: url('../images/flicon05.png');
}
.casepage .fenleibox ul li:nth-child(3):hover .icon-fenlei,
.casepage .fenleibox ul li:nth-child(3).on .icon-fenlei {
  background-image: url('../images/flicon06.png');
}
.casepage .fenleibox ul li:nth-child(4) .icon-fenlei {
  background-image: url('../images/flicon07.png');
}
.casepage .fenleibox ul li:nth-child(4):hover .icon-fenlei,
.casepage .fenleibox ul li:nth-child(4).on .icon-fenlei {
  background-image: url('../images/flicon08.png');
}
.casepage .fenleibox ul li:nth-child(5) .icon-fenlei {
  background-image: url('../images/flicon09.png');
}
.casepage .fenleibox ul li:nth-child(5):hover .icon-fenlei,
.casepage .fenleibox ul li:nth-child(5).on .icon-fenlei {
  background-image: url('../images/flicon10.png');
}
.casepage .fenleibox ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background-color: #e6e6e6;
}
.casepage .yejicontent {
  margin-top: 200px;
}
.casepage .yejicontent .modal-title {
  margin-bottom: 70px;
}
.casepage .casecontent {
  background: url('../images/casebg.png') no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 140px;
}
.casepage .caseListBox {
  margin-bottom: 180px;
  padding: 0 50px;
  position: relative;
}
.casepage .caseListBox .caseleft {
  width: 48%;
  height: 575px;
  background-color: #f7f7f7;
  padding: 40px 60px;
}
.casepage .caseListBox .caseleft .content {
  line-height: 25px;
  max-height: 125px;
}
.casepage .caseListBox .caseleft .anliimg {
  width: 100%;
  height: 270px;
}
.casepage .caseListBox .caseright {
  width: 48%;
  height: 575px;
}
.casepage .caseListBox .caseright ul {
  padding: 10px;
  box-sizing: border-box;
}
.casepage .caseListBox .caseright ul li {
  padding: 19px 15px;
  border-top: 2px solid #e6e6e6;
}
.casepage .caseListBox .caseright ul li.swiper-slide-active {
  border-top: 2px solid #e60213;
  box-shadow: 0 0 10px 2px #ddd;
}
.casepage .caseListBox .caseright ul li .titlebox {
  line-height: 40px;
}
.casepage .caseListBox .caseright ul li .content {
  height: 50px;
  overflow: hidden;
  line-height: 25px;
}
.casepage .caseListBox .caselist {
  padding: 15px 15px 40px;
}
.casepage .caseListBox .caselist .swiper-pagination-bullet-active {
  background: #e60213;
}
.casepage .caseListBox .caselist ul {
  background-color: #fff;
  box-shadow: 0px 0px 12px #ddd;
}
.casepage .caseListBox .caselist ul li {
  padding: 12px 15px;
  border-bottom: 1px solid #efefef;
  line-height: 21px;
  height: 46px;
}
.casepage .caseListBox .caselist ul li:hover {
  background-color: rgba(117, 114, 117, 0.1);
}
/*@media screen and (min-width:1600px)and(max-width: 1700px) {
  .index-top {
    .sw-banner {
      height: 750px;

      #echarts1 {
        height: 750px;
      }
    }
  }
  .casepage {
    #echarts1 {
      height: 750px;
    }
  }
}*/
/*
@media screen and (min-width:1300px)and(max-width: 1600px) {
  .index-top {
    .sw-banner {
      height: 650px;

      #echarts1 {
        height: 650px;
      }
    }
  }
  .casepage {
    #echarts1 {
      height: 650px;
    }
  }
}
@media screen and (max-width: 1300px) {
  .index-top {
    .sw-banner {
      height: 600px;

      #echarts1 {
        height: 600px;
      }
    }
  }
  .casepage {
    #echarts1 {
      height: 600px;
    }
  }
}*/
.joinUs {
  /*.albums-tab-thumb .studio {
    //background-color: rgba(250, 255, 251, 1);
    //padding: 3px;
    //width: 200px;
    //height: 240px;
    //background-image: url("../images/default_tupian1.png");
    //background-size: cover;
    //background-repeat: no-repeat;
    //background-position:center center;

    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; //重要
  }*/
}
.joinUs .swiper-button-prev,
.joinUs .swiper-button-next {
  outline: none;
}
.joinUs .swiper-button-prev,
.joinUs .swiper-button-next {
  width: 26px !important;
  height: 50px !important;
  background-size: 45px !important;
  background-color: rgba(0, 0, 0, 0.35);
}
.joinUs .swiper-button-prev {
  background-image: url('../images/arrows.png') !important;
  background-position: left top;
  left: 0 !important;
}
.joinUs .swiper-button-next {
  background-image: url('../images/arrows.png') !important;
  background-position: right top;
  right: 0 !important;
}
.joinUs .banner {
  height: 450px;
  background: url('../images/69.png') no-repeat center center;
  background-size: cover;
  position: relative;
}
.joinUs .joinmain {
  width: 1100px;
  margin: 80px auto 40px;
}
.joinUs .joinmain .title {
  margin: 100px auto 90px;
  position: relative;
}
.joinUs .joinmain .swiper-container {
  height: 413px;
}
.joinUs .joinmain .swiper-container.swiper-container2 {
  height: 284px;
  margin-top: 70px;
}
.joinUs .joinmain .swiper-container .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
}
.joinUs .joinmain .swiper-container .leftimg {
  width: 600px;
  float: left;
}
.joinUs .joinmain .swiper-container .fontbox {
  height: 413px;
  padding: 34px 34px;
  box-sizing: border-box;
  width: 500px;
  background-color: #f6f6f6;
  float: left;
}
.joinUs .joinmain .swiper-container .fontbox p {
  height: 275px;
  overflow: hidden;
  line-height: 27px;
}
.joinUs .joinmain .swiper-container .fontbox1 {
  position: absolute;
  width: 460px;
  height: 280px;
  padding: 45px;
  left: 0;
  top: 50%;
  margin-top: -140px;
  background-color: rgba(255, 255, 255, 0.7);
}
.joinUs .joinmain .swiper-container .fontbox1 p {
  height: 135px;
}
.joinUs .newsbox {
  width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 0;
  box-sizing: border-box;
}
.joinUs .newsbox .title {
  border-bottom: 1px solid #868686;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.joinUs .albums-inner {
  margin-top: 70px;
}
.joinUs .albums-inner:after {
  content: '';
  display: block;
  clear: both;
}
.joinUs .albums-tab {
  float: left;
  width: 200px;
  margin-right: 25px;
  margin-bottom: 30px;
}
.joinUs .albums-tab:nth-child(5n) {
  margin-right: 0px;
}
.joinUs .albums-tab-thumb {
  width: 200px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.joinUs .albums-tab-thumb .jianjie {
  -webkit-transition: all 0.2;
  -moz-transition: all 0.2;
  -ms-transition: all 0.2;
  -o-transition: all 0.2;
  transition: all 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 10;
  opacity: 0;
}
.joinUs .albums-tab-thumb .jianjie:hover {
  opacity: 1;
}
.joinUs .studiobox {
  width: 200px;
  height: 240px;
  overflow: hidden;
}
.joinUs .studio {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.joinUs .albums-tab-text {
  width: 100%;
  color: #35759f;
  margin-top: 18px;
  font-size: 18px;
  padding: 0 3px;
}
.joinUs .albums-tab-text2 {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  padding: 0 3px;
}
.joinUs .albums-tab-text span {
  font-size: 14px;
  color: #666666;
}
.joinUs .sim-anim-7 {
  position: relative;
}
.joinUs .sim-anim-7 .studiobox {
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.joinUs .sim-anim-7:hover .studiobox {
  z-index: 1;
}
.joinUs .sim-anim-7:hover .studiobox:nth-last-child(4) {
  -ms-transform: translate(0, -40%) scale(0.5, 0.5);
  -webkit-transform: translate(0, -40%) scale(0.5, 0.5);
  transform: translate(0, -40%) scale(0.5, 0.5);
}
.joinUs .sim-anim-7:hover .studiobox:nth-last-child(3) {
  -ms-transform: translate(0, -20%) scale(0.7, 0.7);
  -webkit-transform: translate(0, -20%) scale(0.7, 0.7);
  transform: translate(0, -20%) scale(0.7, 0.7);
}
.joinUs .sim-anim-7:hover .studiobox:nth-last-child(2) {
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.joinUs .sim-anim-7:hover .studiobox:last-child {
  -ms-transform: translate(0, 20%) scale(1.1, 1.1);
  -webkit-transform: translate(0, 20%) scale(1.1, 1.1);
  transform: translate(0, 20%) scale(1.1, 1.1);
}
.joinUs .huodongBox {
  padding-top: 60px;
  /***** Winston *****/
  /***** Jazz *****/
}
.joinUs .huodongBox figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
.joinUs .huodongBox figure img {
  position: relative;
  display: block;
  height: 284px;
}
.joinUs .huodongBox figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.joinUs .huodongBox figure figcaption::before,
.joinUs .huodongBox figure figcaption::after {
  pointer-events: none;
}
.joinUs .huodongBox figure figcaption,
.joinUs .huodongBox figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.joinUs .huodongBox figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.joinUs .huodongBox figure h2 {
  word-spacing: -0.15em;
  font-size: 1.2rem;
  font-weight: 300;
}
.joinUs .huodongBox figure h2 span {
  font-weight: 800;
}
.joinUs .huodongBox figure h2,
.joinUs .huodongBox figure p {
  margin: 0;
}
.joinUs .huodongBox figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.joinUs .huodongBox figure.effect-winston {
  background: #3c3c3c;
  text-align: left;
}
.joinUs .huodongBox figure.effect-winston img {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.joinUs .huodongBox figure.effect-winston figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(triangle.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(0deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.joinUs .huodongBox figure.effect-winston h2 {
  letter-spacing: 2px;
  opacity: 0;
  transition: opacity 0.45s;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.joinUs .huodongBox figure.effect-winston h2 span {
  font-weight: normal;
  font-size: 1rem;
}
.joinUs .huodongBox figure.effect-winston h2 div {
  font-size: 0.9rem;
  margin-top: 0.2rem;
  margin-left: 1.4rem;
}
.joinUs .huodongBox figure.effect-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 8% 8% 0;
}
.joinUs .huodongBox figure.effect-winston figcaption > a {
  -webkit-transform: rotate3d(0, 0, 1, 73deg);
  transform: rotate3d(0, 0, 1, 73deg);
  margin: -3rem 0 0 -1rem;
}
.joinUs .huodongBox figure.effect-winston p > a {
  margin: 0 10px;
  color: #626262;
  font-size: 170%;
}
.joinUs .huodongBox figure.effect-winston p > a:hover,
.joinUs .huodongBox figure.effect-winston p > a:focus {
  color: #009966;
}
.joinUs .huodongBox figure.effect-winston p > a > i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.joinUs .huodongBox figure.effect-winston:hover img {
  opacity: 0.6;
}
.joinUs .huodongBox figure.effect-winston:hover h2 {
  opacity: 1;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.joinUs .huodongBox figure.effect-winston:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
.joinUs .huodongBox figure.effect-winston:hover p i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.joinUs .huodongBox figure.effect-winston:hover p a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.joinUs .huodongBox figure.effect-winston:hover p a:first-child i {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.joinUs .huodongBox figure.effect-jazz {
  background: #3c3c3c;
}
.joinUs .huodongBox figure .studiobox {
  width: 100%;
  height: 100%;
}
.joinUs .huodongBox figure.effect-jazz figcaption::after,
.joinUs .huodongBox figure.effect-jazz img,
.joinUs .huodongBox figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.joinUs .huodongBox figure.effect-jazz figcaption {
  padding: 2em 1em;
}
.joinUs .huodongBox figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.joinUs .huodongBox figure.effect-jazz p,
.joinUs .huodongBox figure.effect-jazz h2 {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.joinUs .huodongBox figure.effect-jazz h2 {
  letter-spacing: 2px;
  padding-top: 32%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.joinUs .huodongBox figure.effect-jazz h2 span {
  letter-spacing: 0;
  font-size: 1rem;
}
.joinUs .huodongBox figure.effect-jazz:hover img {
  opacity: 0.2;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.joinUs .huodongBox figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.joinUs .huodongBox figure.effect-jazz:hover h2,
.joinUs .huodongBox figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.joinUs .huodongBox .items {
  margin: 0 auto;
  overflow: hidden;
}
.joinUs .huodongBox .items li {
  position: relative;
  width: 29.333%;
  height: auto;
  float: left;
}
.joinUs .huodongBox .items li:first-child figure.effect-winston {
  background: transparent;
}
.joinUs .huodongBox .items li:first-child figure.effect-winston figcaption {
  background: rgba(0, 0, 0, 0.6);
}
.joinUs .huodongBox .items li:first-child figure.effect-winston:hover figcaption {
  background: rgba(0, 0, 0, 0);
}
.joinUs .huodongBox .items li:first-child figure.effect-winston h2 {
  opacity: 1;
}
.joinUs .huodongBox .items li:first-child figure.effect-winston:hover h2 {
  opacity: 0;
}
.joinUs .huodongBox .items li:first-child figure.effect-winston figcaption::before {
  display: none;
}
.joinUs .huodongBox .items li:first-child figure.effect-winston:hover img {
  opacity: 1;
}
.joinUs .yulanbox {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2100;
  display: none;
}
.joinUs .yulanbox .close {
  background-image: url('../images/bt-fechar-zoomvisualizer.png');
  background-color: #727272;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 3300;
  border-radius: 2px;
}
.joinUs .yulanbox .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.joinUs .yulanbox .swiper-container img {
  max-width: 50%;
  max-height: 65%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.joinUs .yulanbox .swiper-container .contentfont {
  width: 50%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 22px;
  font-size: 14px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
.joinUs .yulanbox .swiper-button-next,
.joinUs .yulanbox .swiper-button-prev {
  background-color: rgba(143, 143, 143, 0.35);
}
.joinUs .yulanbox .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.9);
}
.joinUs .yulanbox .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e60213;
}
.joinUs .loadMore {
  line-height: 70px;
  text-align: center;
  border: 1px solid #aaa;
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 90px;
  margin-top: 40px;
}
.joinUs .loadMore:hover {
  background-color: #e60213;
  border-color: #e60213;
  color: #fff;
}
