* {
  font-family: Pingfang SC, "Microsoft YaHei", Helvetica, "黑体", Arial, Tahoma;
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  margin: 0;
  text-align: left;
  color: #6d6d6d;
  font: 14px/140% "\5B8B\4F53", Arial, Verdana;
  font-family: "Microsoft YaHei", Helvetica, "黑体", Arial, Tahoma;
  line-height: initial;
  position: relative;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
/*链接样式*/
a,
a.c-blue {
  color: #2da5ee;
}
a:focus {
  outline: 0;
}
a:link,
a:visited {
  text-decoration: none;
  vertical-align: middle;
  word-break: break-all;
  outline: none;
  color: #5f5f5f;
}
a:hover {
  text-decoration: none;
  word-break: break-all;
}
a:active {
  word-break: break-all;
  color: #5f5f5f;
}
a:hover span {
  cursor: pointer;
  text-decoration: none;
}
img {
  object-fit: cover;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.hidex {
  display: none;
}
/*头部导航*/
.top_header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.top_header.top_bg {
  background: rgba(0, 0, 0, 0.7);
}
.top_header .header {
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_header .header .size-L {
  border-radius: 8px;
}
.top_header .header .logo {
  max-width: 120px;
  display: inline-block;
}
.top_header .header .logo img {
  width: 100%;
}
.top_header .header .btn {
  /*background: rgba(255, 255, 255, 0.31);*/
  background: #f76846;

  border-radius: 20px;
  border: 0px solid #ffffff;
  text-align: center;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  display: inline-block;
  width: 140px;
}
.top_header .header .Navs {
  /* display: inline-block; */
  vertical-align: middle;
  position: relative;
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.top_header .header .Navs li {
  display: inline-block;
  position: relative;
  padding: 10px  20px 0 10px;
  height: 35px;
  min-width: 90px;
  text-align: center;
}
.top_header .header .Navs li > a {
  display: inline-block;
  padding-bottom: 3px;
  -webkit-transition: none;
  transition: none;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
.top_header .header .Navs li > a:hover {
  opacity: 0.8;
  text-decoration: none;
  background-color : none;
}
.top_header .header .Navs li .nav-menu {
  position: relative;
  padding-right: 15px;
}
.top_header .header .Navs li .nav-menu:after {
  background: url("/Template/pc/default/Static/images/tips-down.png") center no-repeat;
  background-size: 10px;
  position: absolute;
  width: 10px;
  height: 12px;
  content: '';
  top: 6px;
  right: 0;
}
.top_header .header .Navs li .nav_pop {
  display: none;
  position: absolute;
  top: 40px;
  left: -25px;
  width: 166px;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 99;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.top_header .header .Navs li .nav_pop a {
  display: block;
  padding: 12px 0;
  font-size: 15px;
  color: #606060;
  border-bottom: 1px solid #f2f2f2;
}
.top_header .header .Navs li .nav_pop a:hover {
  color: #f60;
}
.top_header .header .Navs li .nav_pop a:last-child {
  border: none;
}
.top_header .header .Navs li:hover .nav_pop {
  color: #f60;
  display: block;
}
.top_header .header .Navs li:hover .nav_pop:before {
  content: '.';
  font-size: 0;
  line-height: 0;
  border-width: 10px;
  border-color: inherit;
  border-top-width: 0;
  border-style: dashed;
  border-bottom-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #dedddd;
  border-bottom-color: #dedddd;
  position: absolute;
  top: -10px;
  left: 18%;
}
.top_header .header .Navs li:hover .nav-menu:after {
  transition: 0.2s ease-in-out;
  transform: rotate(180deg);
}
.top_header + #main iframe {
  margin-top: 60px;
}
.item_lang a:hover {
  color: #ffffff;
  text-decoration: none;
}
.relation li a:link {
  color: #ff7b05;
  text-decoration: none;
}
.content_right dd a:hover {
  color: #ff7b05;
  text-decoration: none;
}
.item_lang {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 6px;
  display: none;
}
.item_lang:after {
  content: '|';
  color: #fff;
  width: 0;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  left: -56px;
  top: 0;
}
.item_lang a {
  color: #fff;
  padding: 0 10px;
}
.item_lang a:first-child {
  color: #ff7b05;
}
.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.btn:hover {
  opacity: 0.9;
}
/* .btn-orange{
        background: url(../new_img/common/btn-org.png) no-repeat;
  } */
.btn-orange {
  background: #f67619;
}
.btn-yell {
  background: url("../new_img/common/btn-yel.jpg") no-repeat;
}
.btn-blue {
  background: url("../new_img/common/btn-blue.png") no-repeat;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.size-M {
  width: 115px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.size-L {
  width: 148px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}
.pd-10 {
  padding-bottom: 10px;
}
.pd-50 {
  padding-bottom: 43px;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px;
}
.pd-30 {
  padding: 45px;
}
.mt-15 {
  /* margin-top: 15px; */
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-500 {
  margin-left: 500px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.w-960 {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.w-550 {
  max-width: 650px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.w-400 {
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.slide-50 {
  width: 50%;
  margin: 0 auto;
}
.fl {
  float: left;
}
.font-s16 {
  font-size: 16px;
  line-height: 32px;
}
.font-s18 {
  font-size: 18px;
}
.font-s20 {
  font-size: 20px;
}
.font-s30 {
  font-size: 30px;
}
.font-ctr {
  text-align: center;
}
.font-color-org {
  color: #ff7b05 !important;
}
.font-color-gray {
  color: #9b9da1 !important;
}
.font-wid {
  font-weight: bold;
}
.slide-main,
.slide-main-en {
  height: 750px;
  overflow: hidden;
}
.slide-main img,
.slide-main-en img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 820px;
}
.slide_msg,
.slide_msg1 {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 9;
  top: 290px;
  text-align: center;
}
.slide_msg h1,
.slide_msg1 h1 {
  font-size: 32px;
  padding-bottom: 10px;
  font-weight: normal;
}
.slide_msg p,
.slide_msg1 p {
  font-size: 22px;
  padding: 15px 0;
}
.banner img {
  width: 100%;
}
.item-box-cont2 {
  padding-bottom: 80px;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  padding-top: 80px;
}
.item-box-cont1 {
  padding-bottom: 80px;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
}
.item-box-cont {
  padding-bottom: 80px;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  margin-bottom: 80px;
}
/*标题*/
.tit {
  font-size: 30px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 11px;
  position: relative;
  color: #1d1d1d;
}
.tit:after {
  content: '———';
  font-size: 10px;
  height: 3px;
  position: absolute;
  text-align: center;
  top: 50px;
  font-weight: bold;
  left: 50%;
  color: #e2e2e2;
  margin-left: -41px;
}
.cltit:after {
  content: '';
  display: none;
}
.titsm {
  text-align: center;
  color: #606060;
  font-size: 20px;
  padding: 30px 0 20px;
  line-height: 37px;
  width: 948px;
  margin: 0 auto;
}
.tit-noline {
  font-size: 25px;
  text-align: left;
  padding-bottom: 11px;
  position: relative;
  color: #1d1d1d;
}
.logo-map {
  background: url("../new_img/common/map.jpg")/*tpa=https://www.scrmtech.com/themes/default/styles/new_img/common/map.jpg*/ center no-repeat;
  min-height: 550px;
}
.btm-banner {
  background: url("../new_img/common/btm-banner1.jpg")/*tpa=https://www.scrmtech.com/themes/default/styles/new_img/common/btm-banner1.jpg*/ center no-repeat;
  background-size: cover;
  width: 100%;
  height: 145px;
  max-height: 145px;
}
.btm_banner_box {
  width: 900px;
  margin: 0 auto;
}
.btm_banner_text {
  font-size: 22px;
  color: #fff;
  line-height: 140px;
}
.mt-50 {
  margin-top: 50px;
}
.fl_right {
  float: right;
}
.class-cont > div {
  float: left;
  width: 33.3%;
  height: 240px;
}
.class-cont > div h3 {
  text-align: center;
  padding-top: 50px;
  color: #fff;
  font-size: 24px;
}
.class-cont > div p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
}
.class-cont .btn {
  padding: 9px 25px;
  width: 82px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.txtbox {
  background: #fff;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 10px;
  margin: 20px;
  margin-left: 70px;
  width: 230px;
  /* text-align: center; */
  display: block;
}
.class-cont-box1 {
  background: url("../new_img/common/tab-bg_48.jpg")/*tpa=https://www.scrmtech.com/themes/default/styles/new_img/common/tab-bg_48.jpg*/ no-repeat;
  background-size: cover;
}
.class-cont-box2 {
  background: url("../new_img/common/tab-bg_49.jpg")/*tpa=https://www.scrmtech.com/themes/default/styles/new_img/common/tab-bg_49.jpg*/ no-repeat;
  background-size: cover;
}
.class-cont-box3 {
  background: #28323a;
}
.class-cont-box3 .btn {
  margin: 20px;
  margin-left: 70px;
}
div.class-cont-box3 h3 {
  font-size: 18px !important;
  text-align: left;
  padding-left: 67px;
}
/*区块部分*/
.item-scrm {
  text-align: center;
  max-width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
.item-scrm .item-scrm-box {
  width: 25%;
  float: left;
  min-width: 216px;
  min-height: 320px;
  padding: 0 3px;
  box-sizing: border-box;
}
.box-thr .item-scrm-box {
  width: 33.3%;
  height: auto;
}
.item-scrm a {
  display: block;
  width: 95%;
  padding: 40px 50px 40px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-radius: 1px;
  min-height: 320px;
  margin: 0 auto;
}
.item-scrm a h5 {
  font-size: 20px;
  color: #1d1d1d;
  padding-bottom: 25px;
}
.item-scrm a p {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 35px;
}
.item-scrm a:hover {
  border-color: #ff7b05;
  color: #ff7b05;
}
.item-scrm a:hover h5,
.item-scrm a:hover p {
  color: #ff7b05;
}
.item-img {
  width: 100%;
  height: 100px;
  padding: 20px 0;
  overflow: hidden;
}
.big-box-cs h5 {
  font-weight: bold;
}
.big-box-cs a {
  background: #f6f6f6;
}
.big-box-cs a:hover {
  background: #f28e36;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  border: 0;
  color: #fff;
}
.big-box-cs a:hover h5,
.big-box-cs a:hover p {
  color: #fff;
}
.boxbg {
  background: #eeeff5;
}
.layer-show-box {
  width: 600px !important;
  background: #fff;
  position: absolute;
  top: -220px;
  right: 0;
  border-radius: 10px;
  border: 1px solid #ebebeb;
}
.layui-layer-title {
  display: none;
}
.layui-layer-content {
  padding: 30px 70px;
}
.layui-layer-content h3 {
  font-size: 26px;
  text-align: center;
  padding-bottom: 10px;
  color: #1b1b1b;
}
.layui-layer-content .btn {
  width: 100% !important;
  background-size: cover;
  background-position: center;
}
.proShow-box li {
  margin: 8px 18px 8px 0;
}
.proShow-box li label {
  display: block;
  font-size: 16px;
  color: #1b1b1b;
  padding: 0 5px;
}
.proShow-box .tbox {
  border: 1px solid #ebebeb;
  margin: 8px 0;
  padding: 8px;
  height: 26px;
  width: 100%;
}
.zbuy {
  display: block;
  text-align: right;
  padding: 10px;
  font-size: 16px;
  color: #1b1b1b;
  position: relative;
}
.zbuy:after {
  content: '';
  background: url("../new_img/common/icon-tips.png")/*tpa=https://www.scrmtech.com/themes/default/styles/new_img/common/icon-tips.png*/;
  width: 10px;
  background-repeat: no-repeat;
  height: 15px;
  position: absolute;
  top: 14px;
  right: -6px;
}
.show-msg {
  margin: 20px 0;
  overflow: auto;
}
.show-msg li {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 16px;
  margin: 0 5px;
}
.show-msg img {
  display: block;
  margin: 0 auto;
  padding-bottom: 8px;
}
.clear-top_header {
  position: inherit;
  color: #1b1b1b;
}
.clear-top_header a {
  color: #1b1b1b;
}
.clear-top_header .header .Navs li .nav-menu {
  position: relative;
  padding-right: 15px;
}
.clear-top_header .header .Navs li .nav-menu:after {
  background: url("../img/tips-down2.png") center no-repeat;
  background-size: 10px;
  position: absolute;
  width: 10px;
  height: 12px;
  content: '';
  top: 6px;
  right: 0;
}
.clear-top_header .header .Navs li:hover .nav_pop {
  color: #f60;
  display: block;
}
.yuy-box {
  width: 598px;
  padding: 50px 30px 50px 0;
  box-sizing: border-box;
}
.pad_top10 {
  padding-top: 1px;
}
.yuy-box .titsm {
  text-align: left;
  padding: 0;
  font-size: 16px;
}
.wt-img {
  width: 100%;
  height: 340px;
}
.show-footer {
  font-size: 12px;
  text-align: center;
}
.show-footer p {
  display: block;
  padding: 50px 0;
}
.yuy-msg {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 523px;
}
.anli-bg {
  background: url("../new_img/page/anli_01.jpg")/*tpa=https://www.scrmtech.com/themes/default/styles/new_img/page/anli_01.jpg*/ no-repeat;
  background-size: cover;
  min-height: 530px;
  /*min-height: 750px;*/
}
.anli-bg1 {
  background: url("../new_img/page/user-bg.jpg")/*tpa=https://www.scrmtech.com/themes/default/styles/new_img/page/user-bg.jpg*/ no-repeat;
  background-size: cover;
  min-height: 530px;
}
.dock {
  position: fixed;
  right: 0px;
  -moz-opacity: 0.7;
  opacity: 1;
  z-index: 200;
}
.dock ul.icons {
  position: absolute;
  list-style: none;
  right: 9px;
  bottom: 100px;
  padding: 0px;
  width: 65px;
  padding: 3px;
  box-shadow: 1px 1px 4px #999;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.dock ul li {
  height: 72px;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.dock ul li a {
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dock ul li i {
  display: block;
  width: 100%;
  height: 100%;
}
.dock ul li.up {
  background: url("/Public/images/icons/icon_top.png") center no-repeat;
  /* background-size: contain; */
}
.dock ul li.im {
  background: url("/Public/images/icons/icon_online.png") center no-repeat;
  background-size: contain;
}
.dock ul li.tel {
  background: url("/Public/images/icons/tier.png") center no-repeat;
  /* background-size: contain; */
}
.dock ul li.tel p {
  position: absolute;
  width: 180px;
  opacity: 0;
  right: -100px;
  /**
  right: 0;
  **/
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  text-align: center;
  padding: 15px 10px;
  top: 10px;
  z-index: -1;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 0 3px #ddd;
}
.dock ul li.tel:hover p {
  right: 65px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.dock ul li.wechat {
  background: url("/Public/images/icons/wx.png") center no-repeat;
  background-size: contain;
  position: relative;
}
.dock ul li.wechatwo {
  background: url("/Public/images/icons/wxa.png") center no-repeat;
  /* background-size: contain; */
  position: relative;
}
.dock ul li.wechat p {
  position: absolute;
  /**
  right: 82px;
  **/
  right: -140px;
  background: #fff;
  box-shadow: 0 0 6px #d5d5d5;
  padding: 6px;
  opacity: 1;
  top: -20px;
}
.dock ul li.wechat p::after {
  width: 0;
  height: 0;
  content: '';
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
  position: absolute;
  top: 40px;
  right: -10px;
  border-radius: 5px;
}
.dock ul li.wechat:hover p {
  right: 82px;/****/
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.dock ul li.rio {
  background: url("../../../../static/img/common/icon_rio.svg")/*tpa=https://www.scrmtech.com/static/img/common/icon_rio.svg*/ center no-repeat;
  background-size: contain;
  position: relative;
}
@media (min-width: 960px) and (max-width: 1190px) {
  .header {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .txtbox {
    margin-left: 35px;
  }
  div.class-cont-box3 h3 {
    padding-left: 27px;
  }
  .yuy-msg {
    width: 100%;
  }
  .yuy-box {
    width: 375px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .yuy-box {
    width: 450px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  .header {
    width: 100%;
    overflow: auto;
  }
}
.new_foot {
  display: block;
  text-align: center;
  color: #fff;
  background: #212A34;
  padding: 10px;
}
/* 分页样式覆盖 by zzh start */
.pagination {
  overflow: hidden;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
ul.yiiPager .selected a {
  padding: 5px 8px;
  line-height: 32px;
  font-size: 0.75rem;
  color: #FFF;
  margin-right: 4px;
  background: #fc5f3a;
  border: 0;
}
ul.yiiPager a:link,
ul.yiiPager a:visited {
  padding: 4px 9px;
  line-height: 32px;
  font-size: 0.75rem;
  border: 1px solid #bcc1c9;
  color: #bcc1c9;
}
ul.yiiPager a:hover {
  color: #FFF;
  background: #fc5f3a;
}
/* 分页样式覆盖 by zzh end */
.album_index_first_banner {
  height: 342px;
}
a.sucPaper {
  background-image: linear-gradient(-135deg, #FF7A13 0%, #FF522E 100%);
  transition: 0.5s;
  padding: 10px 30px;
  border-radius: 3px;
  margin: 10px 0;
  float: left;
}
